From 38870a3a8c54a0c587b459bdf5cafa9044da3e89 Mon Sep 17 00:00:00 2001 From: "snehalathad@aissel.com" Date: Fri, 6 Sep 2024 12:00:31 +0530 Subject: [PATCH] first commit --- .gitignore | 43 + .metadata | 45 + .vscode/settings.json | 7 + README.md | 16 + analysis_options.yaml | 28 + android/.gitignore | 13 + android/app/build.gradle | 70 + android/app/google-services.json | 29 + android/app/src/debug/AndroidManifest.xml | 7 + android/app/src/main/AndroidManifest.xml | 31 + .../example/konectar_events/MainActivity.kt | 6 + .../main/res/drawable-v21/konectorsplash.png | Bin 0 -> 14852 bytes .../app/src/main/res/drawable-v21/ksplash.png | Bin 0 -> 13234 bytes .../src/main/res/drawable-v21/ksplashs.png | Bin 0 -> 8081 bytes .../res/drawable-v21/launch_background.xml | 12 + .../main/res/drawable-v21/launcher_image.png | Bin 0 -> 2938 bytes .../src/main/res/drawable/konectorsplash.png | Bin 0 -> 14852 bytes android/app/src/main/res/drawable/ksplash.png | Bin 0 -> 13234 bytes .../app/src/main/res/drawable/ksplashs.png | Bin 0 -> 8081 bytes .../main/res/drawable/launch_background.xml | 12 + .../src/main/res/drawable/launcher_image.png | Bin 0 -> 2938 bytes .../app/src/main/res/mipmap-hdpi/events.jpg | Bin 0 -> 33198 bytes .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 544 bytes .../src/main/res/mipmap-hdpi/klogoicon.png | Bin 0 -> 4631 bytes .../main/res/mipmap-hdpi/launcher_icon.png | Bin 0 -> 2061 bytes .../main/res/mipmap-hdpi/launcher_iconnew.png | Bin 0 -> 18199 bytes .../main/res/mipmap-hdpi/launcher_image.png | Bin 0 -> 2938 bytes .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 442 bytes .../main/res/mipmap-mdpi/launcher_icon.png | Bin 0 -> 1565 bytes .../main/res/mipmap-mdpi/launcher_iconnew.png | Bin 0 -> 18199 bytes .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 721 bytes .../main/res/mipmap-xhdpi/launcher_icon.png | Bin 0 -> 2191 bytes .../res/mipmap-xhdpi/launcher_iconnew.png | Bin 0 -> 18199 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 1031 bytes .../main/res/mipmap-xxhdpi/launcher_icon.png | Bin 0 -> 8513 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 1443 bytes .../main/res/mipmap-xxxhdpi/launcher_icon.png | Bin 0 -> 13025 bytes .../app/src/main/res/values-night/styles.xml | 19 + android/app/src/main/res/values/styles.xml | 19 + android/app/src/profile/AndroidManifest.xml | 7 + android/build.gradle | 30 + android/gradle.properties | 3 + .../gradle/wrapper/gradle-wrapper.properties | 5 + android/settings.gradle | 32 + assets/ed128202.json | 21438 ++ assets/ed129314.json | 4909 + assets/ed129934.json | 157912 +++++++++++++++ assets/ed130546.json | 5430 + assets/ed140846.json | 444 + assets/ed142682.json | 12506 ++ assets/events.json | 1026 + assets/eventsdetail.json | 31762 +++ assets/eventsdetail2.json | 40 + assets/eventsnew.json | 385 + assets/extras.txt | 41 + assets/google-contacts.png | Bin 0 -> 658 bytes assets/icon/konectaricon.png | Bin 0 -> 2373 bytes assets/images/events1.jpeg | Bin 0 -> 11919 bytes assets/images/events2.jpg | Bin 0 -> 33198 bytes assets/images/events3.jpg | Bin 0 -> 74899 bytes assets/images/konectar.png | Bin 0 -> 2373 bytes assets/klogo.svg | 61 + assets/konectar_white_logo.svg | 58 + assets/response.json | 72 + assets/tagclouds.json | 1362 + assets/topaffiliations.json | 114 + assets/topicnotes.json | 515 + assets/topspecialities.json | 150 + devtools_options.yaml | 1 + firebase.json | 1 + .../flutter_launcher_icons-development.yaml | 4 + .../flutter_launcher_icons-production.yaml | 4 + fonts/SourceSerif4-ExtraLight.ttf | Bin 0 -> 329532 bytes fonts/SourceSerif4-Italic.ttf | Bin 0 -> 208132 bytes fonts/SourceSerif4-Light.ttf | Bin 0 -> 329804 bytes fonts/SourceSerif4-Regular.ttf | Bin 0 -> 329868 bytes fonts/SourceSerif4-SemiBold.ttf | Bin 0 -> 330152 bytes fonts/open-sans/LICENSE.txt | 202 + fonts/open-sans/OpenSans-Bold.ttf | Bin 0 -> 224592 bytes fonts/open-sans/OpenSans-BoldItalic.ttf | Bin 0 -> 213292 bytes fonts/open-sans/OpenSans-ExtraBold.ttf | Bin 0 -> 222584 bytes fonts/open-sans/OpenSans-ExtraBoldItalic.ttf | Bin 0 -> 213420 bytes fonts/open-sans/OpenSans-Italic.ttf | Bin 0 -> 212896 bytes fonts/open-sans/OpenSans-Light.ttf | Bin 0 -> 222412 bytes fonts/open-sans/OpenSans-LightItalic.ttf | Bin 0 -> 213128 bytes fonts/open-sans/OpenSans-Regular.ttf | Bin 0 -> 217360 bytes fonts/open-sans/OpenSans-Semibold.ttf | Bin 0 -> 221328 bytes fonts/open-sans/OpenSans-SemiboldItalic.ttf | Bin 0 -> 212820 bytes ios/.gitignore | 34 + ios/Flutter/AppFrameworkInfo.plist | 26 + ios/Flutter/Debug.xcconfig | 2 + ios/Flutter/Release.xcconfig | 2 + ios/Podfile | 44 + ios/Podfile.lock | 205 + ios/Runner.xcodeproj/project.pbxproj | 746 + .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcshareddata/WorkspaceSettings.xcsettings | 8 + .../xcshareddata/xcschemes/Runner.xcscheme | 98 + .../contents.xcworkspacedata | 10 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcshareddata/WorkspaceSettings.xcsettings | 8 + ios/Runner/AppDelegate.swift | 13 + .../AppIcon.appiconset/Contents.json | 122 + .../Icon-App-1024x1024@1x.png | Bin 0 -> 146465 bytes .../AppIcon.appiconset/Icon-App-20x20@1x.png | Bin 0 -> 737 bytes .../AppIcon.appiconset/Icon-App-20x20@2x.png | Bin 0 -> 1427 bytes .../AppIcon.appiconset/Icon-App-20x20@3x.png | Bin 0 -> 1808 bytes .../AppIcon.appiconset/Icon-App-29x29@1x.png | Bin 0 -> 1108 bytes .../AppIcon.appiconset/Icon-App-29x29@2x.png | Bin 0 -> 1747 bytes .../AppIcon.appiconset/Icon-App-29x29@3x.png | Bin 0 -> 2224 bytes .../AppIcon.appiconset/Icon-App-40x40@1x.png | Bin 0 -> 1427 bytes .../AppIcon.appiconset/Icon-App-40x40@2x.png | Bin 0 -> 2179 bytes .../AppIcon.appiconset/Icon-App-40x40@3x.png | Bin 0 -> 5831 bytes .../AppIcon.appiconset/Icon-App-50x50@1x.png | Bin 0 -> 1564 bytes .../AppIcon.appiconset/Icon-App-50x50@2x.png | Bin 0 -> 2128 bytes .../AppIcon.appiconset/Icon-App-57x57@1x.png | Bin 0 -> 1738 bytes .../AppIcon.appiconset/Icon-App-57x57@2x.png | Bin 0 -> 6028 bytes .../AppIcon.appiconset/Icon-App-60x60@2x.png | Bin 0 -> 5831 bytes .../AppIcon.appiconset/Icon-App-60x60@3x.png | Bin 0 -> 10913 bytes .../AppIcon.appiconset/Icon-App-72x72@1x.png | Bin 0 -> 2061 bytes .../AppIcon.appiconset/Icon-App-72x72@2x.png | Bin 0 -> 8513 bytes .../AppIcon.appiconset/Icon-App-76x76@1x.png | Bin 0 -> 2118 bytes .../AppIcon.appiconset/Icon-App-76x76@2x.png | Bin 0 -> 9118 bytes .../Icon-App-83.5x83.5@2x.png | Bin 0 -> 10622 bytes .../LaunchImage.imageset/Contents.json | 23 + .../LaunchImage.imageset/LaunchImage.png | Bin 0 -> 68 bytes .../LaunchImage.imageset/LaunchImage@2x.png | Bin 0 -> 68 bytes .../LaunchImage.imageset/LaunchImage@3x.png | Bin 0 -> 68 bytes .../LaunchImage.imageset/README.md | 5 + ios/Runner/Base.lproj/LaunchScreen.storyboard | 37 + ios/Runner/Base.lproj/Main.storyboard | 26 + ios/Runner/GoogleService-Info.plist | 30 + ios/Runner/Info.plist | 59 + ios/Runner/Runner-Bridging-Header.h | 1 + ios/RunnerTests/RunnerTests.swift | 12 + lib/firebase_options.dart | 67 + lib/firebaseexample.dart | 62 + lib/flutter_eval.dart | 123 + lib/main.dart | 136 + lib/model/affiliationsmodel.dart | 52 + lib/model/eventsdetailmodel.dart | 249 + lib/model/eventsmodel.dart | 98 + lib/model/keywords_model.dart | 47 + lib/model/myeventsmodel.dart | 11 + lib/model/myeventsmodel.g.dart | 44 + lib/model/neweventsmodel.dart | 491 + lib/model/neweventsmodel.g.dart | 227 + lib/model/scope_model.dart | 50 + lib/model/sessionnotesmodel.dart | 104 + lib/model/sessionnotesmodel.g.dart | 62 + lib/model/specialtymodel.dart | 50 + lib/model/topics_cloud_model.dart | 63 + lib/model/userdata_model.dart | 25 + lib/model/userdata_model.g.dart | 53 + lib/utils/apicall.dart | 398 + lib/utils/appcolors.dart | 25 + lib/utils/constants.dart | 102 + lib/utils/dateformater.dart | 18 + lib/utils/sessionmanager.dart | 27 + lib/utils/util.dart | 46 + lib/utils/validations.dart | 50 + lib/view/eventdetailstab.dart | 755 + lib/view/eventsdetails.dart | 160 + lib/view/eventslist.dart | 1658 + lib/view/eventstab.dart | 177 + lib/view/hcplist.dart | 108 + lib/view/home.dart | 1864 + lib/view/insights.dart | 452 + lib/view/login.dart | 270 + lib/view/profileview.dart | 1121 + lib/view/socialmedia.dart | 733 + lib/viewmodel/eventsprovider.dart | 325 + lib/viewmodel/hcpprofprovider.dart | 90 + lib/viewmodel/insightsprovider.dart | 5 + lib/viewmodel/loginprovider.dart | 36 + lib/widgets/autocompletetags_widget.dart | 361 + lib/widgets/chartline.dart | 66 + lib/widgets/customactionsheet.dart | 10 + lib/widgets/customappbar.dart | 75 + lib/widgets/custombutton.dart | 46 + lib/widgets/customdropdown.dart | 31 + lib/widgets/customeventsappbar.dart | 88 + lib/widgets/customhcpcard.dart | 62 + lib/widgets/custominfopopup.dart | 46 + lib/widgets/customlistview.dart | 248 + lib/widgets/customsociallistview.dart | 423 + lib/widgets/customtextfield.dart | 36 + lib/widgets/customtopiccard.dart | 1 + lib/widgets/customtopicscard.dart | 114 + lib/widgets/customwordcloud.dart | 10 + lib/widgets/eventdetailscontainer.dart | 73 + lib/widgets/eventdetailslistview.dart | 249 + lib/widgets/flutter_hashtags.dart | 115 + lib/widgets/gridview.dart | 342 + lib/widgets/heatmapcalendar.dart | 162 + lib/widgets/indicators.dart | 44 + lib/widgets/piechart.dart | 198 + lib/widgets/products.json | 2 + lib/widgets/responsive_utils.dart | 16 + lib/widgets/snackbar.dart | 17 + lib/widgets/timelinechart.dart | 291 + lib/widgets/typography.dart | 21 + lib/widgets/word_cloud.dart | 62 + linux/.gitignore | 1 + linux/CMakeLists.txt | 145 + linux/flutter/CMakeLists.txt | 88 + linux/flutter/generated_plugin_registrant.cc | 19 + linux/flutter/generated_plugin_registrant.h | 15 + linux/flutter/generated_plugins.cmake | 25 + linux/main.cc | 6 + linux/my_application.cc | 104 + linux/my_application.h | 18 + macos/.gitignore | 7 + macos/Flutter/Flutter-Debug.xcconfig | 2 + macos/Flutter/Flutter-Release.xcconfig | 2 + macos/Flutter/GeneratedPluginRegistrant.swift | 28 + macos/Podfile | 43 + macos/Podfile.lock | 77 + macos/Runner.xcodeproj/project.pbxproj | 791 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcshareddata/xcschemes/Runner.xcscheme | 98 + .../contents.xcworkspacedata | 10 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + macos/Runner/AppDelegate.swift | 9 + .../AppIcon.appiconset/Contents.json | 68 + .../AppIcon.appiconset/app_icon_1024.png | Bin 0 -> 102994 bytes .../AppIcon.appiconset/app_icon_128.png | Bin 0 -> 5680 bytes .../AppIcon.appiconset/app_icon_16.png | Bin 0 -> 520 bytes .../AppIcon.appiconset/app_icon_256.png | Bin 0 -> 14142 bytes .../AppIcon.appiconset/app_icon_32.png | Bin 0 -> 1066 bytes .../AppIcon.appiconset/app_icon_512.png | Bin 0 -> 36406 bytes .../AppIcon.appiconset/app_icon_64.png | Bin 0 -> 2218 bytes macos/Runner/Base.lproj/MainMenu.xib | 343 + macos/Runner/Configs/AppInfo.xcconfig | 14 + macos/Runner/Configs/Debug.xcconfig | 2 + macos/Runner/Configs/Release.xcconfig | 2 + macos/Runner/Configs/Warnings.xcconfig | 13 + macos/Runner/DebugProfile.entitlements | 12 + macos/Runner/Info.plist | 32 + macos/Runner/MainFlutterWindow.swift | 15 + macos/Runner/Release.entitlements | 8 + macos/RunnerTests/RunnerTests.swift | 12 + pubspec.lock | 1578 + pubspec.yaml | 146 + shorebird.yaml | 14 + test/widget_test.dart | 31 + web/favicon.png | Bin 0 -> 917 bytes web/icons/Icon-192.png | Bin 0 -> 5292 bytes web/icons/Icon-512.png | Bin 0 -> 8252 bytes web/icons/Icon-maskable-192.png | Bin 0 -> 5594 bytes web/icons/Icon-maskable-512.png | Bin 0 -> 20998 bytes web/index.html | 61 + web/manifest.json | 35 + windows/.gitignore | 17 + windows/CMakeLists.txt | 108 + windows/flutter/CMakeLists.txt | 109 + .../flutter/generated_plugin_registrant.cc | 26 + windows/flutter/generated_plugin_registrant.h | 15 + windows/flutter/generated_plugins.cmake | 28 + windows/runner/CMakeLists.txt | 40 + windows/runner/Runner.rc | 121 + windows/runner/flutter_window.cpp | 71 + windows/runner/flutter_window.h | 33 + windows/runner/main.cpp | 43 + windows/runner/resource.h | 16 + windows/runner/resources/app_icon.ico | Bin 0 -> 33772 bytes windows/runner/runner.exe.manifest | 20 + windows/runner/utils.cpp | 65 + windows/runner/utils.h | 19 + windows/runner/win32_window.cpp | 288 + windows/runner/win32_window.h | 102 + 272 files changed, 259059 insertions(+) create mode 100644 .gitignore create mode 100644 .metadata create mode 100644 .vscode/settings.json create mode 100644 README.md create mode 100644 analysis_options.yaml create mode 100644 android/.gitignore create mode 100644 android/app/build.gradle create mode 100644 android/app/google-services.json create mode 100644 android/app/src/debug/AndroidManifest.xml create mode 100644 android/app/src/main/AndroidManifest.xml create mode 100644 android/app/src/main/kotlin/com/example/konectar_events/MainActivity.kt create mode 100644 android/app/src/main/res/drawable-v21/konectorsplash.png create mode 100644 android/app/src/main/res/drawable-v21/ksplash.png create mode 100644 android/app/src/main/res/drawable-v21/ksplashs.png create mode 100644 android/app/src/main/res/drawable-v21/launch_background.xml create mode 100644 android/app/src/main/res/drawable-v21/launcher_image.png create mode 100644 android/app/src/main/res/drawable/konectorsplash.png create mode 100644 android/app/src/main/res/drawable/ksplash.png create mode 100644 android/app/src/main/res/drawable/ksplashs.png create mode 100644 android/app/src/main/res/drawable/launch_background.xml create mode 100644 android/app/src/main/res/drawable/launcher_image.png create mode 100644 android/app/src/main/res/mipmap-hdpi/events.jpg create mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-hdpi/klogoicon.png create mode 100644 android/app/src/main/res/mipmap-hdpi/launcher_icon.png create mode 100644 android/app/src/main/res/mipmap-hdpi/launcher_iconnew.png create mode 100644 android/app/src/main/res/mipmap-hdpi/launcher_image.png create mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-mdpi/launcher_icon.png create mode 100644 android/app/src/main/res/mipmap-mdpi/launcher_iconnew.png create mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-xhdpi/launcher_icon.png create mode 100644 android/app/src/main/res/mipmap-xhdpi/launcher_iconnew.png create mode 100644 android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png create mode 100644 android/app/src/main/res/values-night/styles.xml create mode 100644 android/app/src/main/res/values/styles.xml create mode 100644 android/app/src/profile/AndroidManifest.xml create mode 100644 android/build.gradle create mode 100644 android/gradle.properties create mode 100644 android/gradle/wrapper/gradle-wrapper.properties create mode 100644 android/settings.gradle create mode 100644 assets/ed128202.json create mode 100644 assets/ed129314.json create mode 100644 assets/ed129934.json create mode 100644 assets/ed130546.json create mode 100644 assets/ed140846.json create mode 100644 assets/ed142682.json create mode 100644 assets/events.json create mode 100644 assets/eventsdetail.json create mode 100644 assets/eventsdetail2.json create mode 100644 assets/eventsnew.json create mode 100644 assets/extras.txt create mode 100644 assets/google-contacts.png create mode 100644 assets/icon/konectaricon.png create mode 100644 assets/images/events1.jpeg create mode 100644 assets/images/events2.jpg create mode 100644 assets/images/events3.jpg create mode 100644 assets/images/konectar.png create mode 100644 assets/klogo.svg create mode 100644 assets/konectar_white_logo.svg create mode 100644 assets/response.json create mode 100644 assets/tagclouds.json create mode 100644 assets/topaffiliations.json create mode 100644 assets/topicnotes.json create mode 100644 assets/topspecialities.json create mode 100644 devtools_options.yaml create mode 100644 firebase.json create mode 100644 flavors/flutter_launcher_icons-development.yaml create mode 100644 flavors/flutter_launcher_icons-production.yaml create mode 100644 fonts/SourceSerif4-ExtraLight.ttf create mode 100644 fonts/SourceSerif4-Italic.ttf create mode 100644 fonts/SourceSerif4-Light.ttf create mode 100644 fonts/SourceSerif4-Regular.ttf create mode 100644 fonts/SourceSerif4-SemiBold.ttf create mode 100644 fonts/open-sans/LICENSE.txt create mode 100644 fonts/open-sans/OpenSans-Bold.ttf create mode 100644 fonts/open-sans/OpenSans-BoldItalic.ttf create mode 100644 fonts/open-sans/OpenSans-ExtraBold.ttf create mode 100644 fonts/open-sans/OpenSans-ExtraBoldItalic.ttf create mode 100644 fonts/open-sans/OpenSans-Italic.ttf create mode 100644 fonts/open-sans/OpenSans-Light.ttf create mode 100644 fonts/open-sans/OpenSans-LightItalic.ttf create mode 100644 fonts/open-sans/OpenSans-Regular.ttf create mode 100644 fonts/open-sans/OpenSans-Semibold.ttf create mode 100644 fonts/open-sans/OpenSans-SemiboldItalic.ttf create mode 100644 ios/.gitignore create mode 100644 ios/Flutter/AppFrameworkInfo.plist create mode 100644 ios/Flutter/Debug.xcconfig create mode 100644 ios/Flutter/Release.xcconfig create mode 100644 ios/Podfile create mode 100644 ios/Podfile.lock create mode 100644 ios/Runner.xcodeproj/project.pbxproj create mode 100644 ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings create mode 100644 ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme create mode 100644 ios/Runner.xcworkspace/contents.xcworkspacedata create mode 100644 ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings create mode 100644 ios/Runner/AppDelegate.swift create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-50x50@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-57x57@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-72x72@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md create mode 100644 ios/Runner/Base.lproj/LaunchScreen.storyboard create mode 100644 ios/Runner/Base.lproj/Main.storyboard create mode 100644 ios/Runner/GoogleService-Info.plist create mode 100644 ios/Runner/Info.plist create mode 100644 ios/Runner/Runner-Bridging-Header.h create mode 100644 ios/RunnerTests/RunnerTests.swift create mode 100644 lib/firebase_options.dart create mode 100644 lib/firebaseexample.dart create mode 100644 lib/flutter_eval.dart create mode 100644 lib/main.dart create mode 100644 lib/model/affiliationsmodel.dart create mode 100644 lib/model/eventsdetailmodel.dart create mode 100644 lib/model/eventsmodel.dart create mode 100644 lib/model/keywords_model.dart create mode 100644 lib/model/myeventsmodel.dart create mode 100644 lib/model/myeventsmodel.g.dart create mode 100644 lib/model/neweventsmodel.dart create mode 100644 lib/model/neweventsmodel.g.dart create mode 100644 lib/model/scope_model.dart create mode 100644 lib/model/sessionnotesmodel.dart create mode 100644 lib/model/sessionnotesmodel.g.dart create mode 100644 lib/model/specialtymodel.dart create mode 100644 lib/model/topics_cloud_model.dart create mode 100644 lib/model/userdata_model.dart create mode 100644 lib/model/userdata_model.g.dart create mode 100644 lib/utils/apicall.dart create mode 100644 lib/utils/appcolors.dart create mode 100644 lib/utils/constants.dart create mode 100644 lib/utils/dateformater.dart create mode 100644 lib/utils/sessionmanager.dart create mode 100644 lib/utils/util.dart create mode 100644 lib/utils/validations.dart create mode 100644 lib/view/eventdetailstab.dart create mode 100644 lib/view/eventsdetails.dart create mode 100644 lib/view/eventslist.dart create mode 100644 lib/view/eventstab.dart create mode 100644 lib/view/hcplist.dart create mode 100644 lib/view/home.dart create mode 100644 lib/view/insights.dart create mode 100644 lib/view/login.dart create mode 100644 lib/view/profileview.dart create mode 100644 lib/view/socialmedia.dart create mode 100644 lib/viewmodel/eventsprovider.dart create mode 100644 lib/viewmodel/hcpprofprovider.dart create mode 100644 lib/viewmodel/insightsprovider.dart create mode 100644 lib/viewmodel/loginprovider.dart create mode 100644 lib/widgets/autocompletetags_widget.dart create mode 100644 lib/widgets/chartline.dart create mode 100644 lib/widgets/customactionsheet.dart create mode 100644 lib/widgets/customappbar.dart create mode 100644 lib/widgets/custombutton.dart create mode 100644 lib/widgets/customdropdown.dart create mode 100644 lib/widgets/customeventsappbar.dart create mode 100644 lib/widgets/customhcpcard.dart create mode 100644 lib/widgets/custominfopopup.dart create mode 100644 lib/widgets/customlistview.dart create mode 100644 lib/widgets/customsociallistview.dart create mode 100644 lib/widgets/customtextfield.dart create mode 100644 lib/widgets/customtopiccard.dart create mode 100644 lib/widgets/customtopicscard.dart create mode 100644 lib/widgets/customwordcloud.dart create mode 100644 lib/widgets/eventdetailscontainer.dart create mode 100644 lib/widgets/eventdetailslistview.dart create mode 100644 lib/widgets/flutter_hashtags.dart create mode 100644 lib/widgets/gridview.dart create mode 100644 lib/widgets/heatmapcalendar.dart create mode 100644 lib/widgets/indicators.dart create mode 100644 lib/widgets/piechart.dart create mode 100644 lib/widgets/products.json create mode 100644 lib/widgets/responsive_utils.dart create mode 100644 lib/widgets/snackbar.dart create mode 100644 lib/widgets/timelinechart.dart create mode 100644 lib/widgets/typography.dart create mode 100644 lib/widgets/word_cloud.dart create mode 100644 linux/.gitignore create mode 100644 linux/CMakeLists.txt create mode 100644 linux/flutter/CMakeLists.txt create mode 100644 linux/flutter/generated_plugin_registrant.cc create mode 100644 linux/flutter/generated_plugin_registrant.h create mode 100644 linux/flutter/generated_plugins.cmake create mode 100644 linux/main.cc create mode 100644 linux/my_application.cc create mode 100644 linux/my_application.h create mode 100644 macos/.gitignore create mode 100644 macos/Flutter/Flutter-Debug.xcconfig create mode 100644 macos/Flutter/Flutter-Release.xcconfig create mode 100644 macos/Flutter/GeneratedPluginRegistrant.swift create mode 100644 macos/Podfile create mode 100644 macos/Podfile.lock create mode 100644 macos/Runner.xcodeproj/project.pbxproj create mode 100644 macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme create mode 100644 macos/Runner.xcworkspace/contents.xcworkspacedata create mode 100644 macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 macos/Runner/AppDelegate.swift create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png create mode 100644 macos/Runner/Base.lproj/MainMenu.xib create mode 100644 macos/Runner/Configs/AppInfo.xcconfig create mode 100644 macos/Runner/Configs/Debug.xcconfig create mode 100644 macos/Runner/Configs/Release.xcconfig create mode 100644 macos/Runner/Configs/Warnings.xcconfig create mode 100644 macos/Runner/DebugProfile.entitlements create mode 100644 macos/Runner/Info.plist create mode 100644 macos/Runner/MainFlutterWindow.swift create mode 100644 macos/Runner/Release.entitlements create mode 100644 macos/RunnerTests/RunnerTests.swift create mode 100644 pubspec.lock create mode 100644 pubspec.yaml create mode 100644 shorebird.yaml create mode 100644 test/widget_test.dart create mode 100644 web/favicon.png create mode 100644 web/icons/Icon-192.png create mode 100644 web/icons/Icon-512.png create mode 100644 web/icons/Icon-maskable-192.png create mode 100644 web/icons/Icon-maskable-512.png create mode 100644 web/index.html create mode 100644 web/manifest.json create mode 100644 windows/.gitignore create mode 100644 windows/CMakeLists.txt create mode 100644 windows/flutter/CMakeLists.txt create mode 100644 windows/flutter/generated_plugin_registrant.cc create mode 100644 windows/flutter/generated_plugin_registrant.h create mode 100644 windows/flutter/generated_plugins.cmake create mode 100644 windows/runner/CMakeLists.txt create mode 100644 windows/runner/Runner.rc create mode 100644 windows/runner/flutter_window.cpp create mode 100644 windows/runner/flutter_window.h create mode 100644 windows/runner/main.cpp create mode 100644 windows/runner/resource.h create mode 100644 windows/runner/resources/app_icon.ico create mode 100644 windows/runner/runner.exe.manifest create mode 100644 windows/runner/utils.cpp create mode 100644 windows/runner/utils.h create mode 100644 windows/runner/win32_window.cpp create mode 100644 windows/runner/win32_window.h diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29a3a50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ +migrate_working_dir/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# The .vscode folder contains launch configuration and tasks you configure in +# VS Code which you may wish to be included in version control, so this line +# is commented out by default. +#.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +**/ios/Flutter/.last_build_id +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.pub-cache/ +.pub/ +/build/ + +# Symbolication related +app.*.symbols + +# Obfuscation related +app.*.map.json + +# Android Studio will place build artifacts here +/android/app/debug +/android/app/profile +/android/app/release diff --git a/.metadata b/.metadata new file mode 100644 index 0000000..3e6e02a --- /dev/null +++ b/.metadata @@ -0,0 +1,45 @@ +# This file tracks properties of this Flutter project. +# Used by Flutter tool to assess capabilities and perform upgrades etc. +# +# This file should be version controlled and should not be manually edited. + +version: + revision: "78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9" + channel: "stable" + +project_type: app + +# Tracks metadata for the flutter migrate command +migration: + platforms: + - platform: root + create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + - platform: android + create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + - platform: ios + create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + - platform: linux + create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + - platform: macos + create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + - platform: web + create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + - platform: windows + create_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + base_revision: 78666c8dc57e9f7548ca9f8dd0740fbf0c658dc9 + + # User provided section + + # List of Local paths (relative to this file) that should be + # ignored by the migrate tool. + # + # Files that are not part of the templates will be ignored by default. + unmanaged_files: + - 'lib/main.dart' + - 'ios/Runner.xcodeproj/project.pbxproj' diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..71ed5ef --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "dart.previewCommitCharacters": true, + "dart.enableCompletionCommitCharacters": true, + "dart.env": { + + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f8aaa8c --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# konectar_events + +A new Flutter project. + +## Getting Started + +This project is a starting point for a Flutter application. + +A few resources to get you started if this is your first Flutter project: + +- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) +- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) + +For help getting started with Flutter development, view the +[online documentation](https://docs.flutter.dev/), which offers tutorials, +samples, guidance on mobile development, and a full API reference. diff --git a/analysis_options.yaml b/analysis_options.yaml new file mode 100644 index 0000000..0d29021 --- /dev/null +++ b/analysis_options.yaml @@ -0,0 +1,28 @@ +# This file configures the analyzer, which statically analyzes Dart code to +# check for errors, warnings, and lints. +# +# The issues identified by the analyzer are surfaced in the UI of Dart-enabled +# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be +# invoked from the command line by running `flutter analyze`. + +# The following line activates a set of recommended lints for Flutter apps, +# packages, and plugins designed to encourage good coding practices. +include: package:flutter_lints/flutter.yaml + +linter: + # The lint rules applied to this project can be customized in the + # section below to disable rules from the `package:flutter_lints/flutter.yaml` + # included above or to enable additional rules. A list of all available lints + # and their documentation is published at https://dart.dev/lints. + # + # Instead of disabling a lint rule for the entire project in the + # section below, it can also be suppressed for a single line of code + # or a specific dart file by using the `// ignore: name_of_lint` and + # `// ignore_for_file: name_of_lint` syntax on the line or in the file + # producing the lint. + rules: + # avoid_print: false # Uncomment to disable the `avoid_print` rule + # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule + +# Additional information about this file can be found at +# https://dart.dev/guides/language/analysis-options diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000..6f56801 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,13 @@ +gradle-wrapper.jar +/.gradle +/captures/ +/gradlew +/gradlew.bat +/local.properties +GeneratedPluginRegistrant.java + +# Remember to never publicly share your keystore. +# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app +key.properties +**/*.keystore +**/*.jks diff --git a/android/app/build.gradle b/android/app/build.gradle new file mode 100644 index 0000000..ecbd793 --- /dev/null +++ b/android/app/build.gradle @@ -0,0 +1,70 @@ +plugins { + id "com.android.application" + // START: FlutterFire Configuration + id 'com.google.gms.google-services' + // END: FlutterFire Configuration + id "kotlin-android" + id "dev.flutter.flutter-gradle-plugin" +} + +def localProperties = new Properties() +def localPropertiesFile = rootProject.file('local.properties') +if (localPropertiesFile.exists()) { + localPropertiesFile.withReader('UTF-8') { reader -> + localProperties.load(reader) + } +} + +def flutterVersionCode = localProperties.getProperty('flutter.versionCode') +if (flutterVersionCode == null) { + flutterVersionCode = '1' +} + +def flutterVersionName = localProperties.getProperty('flutter.versionName') +if (flutterVersionName == null) { + flutterVersionName = '1.0' +} + +android { + namespace "com.example.konectar_events" + compileSdkVersion flutter.compileSdkVersion + ndkVersion flutter.ndkVersion + + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 + } + + kotlinOptions { + jvmTarget = '1.8' + } + + sourceSets { + main.java.srcDirs += 'src/main/kotlin' + } + + defaultConfig { + // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). + applicationId "com.example.konectar_events" + // You can update the following values to match your application needs. + // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. + minSdkVersion flutter.minSdkVersion + targetSdkVersion flutter.targetSdkVersion + versionCode flutterVersionCode.toInteger() + versionName flutterVersionName + } + + buildTypes { + release { + // TODO: Add your own signing config for the release build. + // Signing with the debug keys for now, so `flutter run --release` works. + signingConfig signingConfigs.debug + } + } +} + +flutter { + source '../..' +} + +dependencies {} diff --git a/android/app/google-services.json b/android/app/google-services.json new file mode 100644 index 0000000..1d40d22 --- /dev/null +++ b/android/app/google-services.json @@ -0,0 +1,29 @@ +{ + "project_info": { + "project_number": "259165326883", + "project_id": "kevents-c4ff5", + "storage_bucket": "kevents-c4ff5.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:259165326883:android:bb5e1ebe38aee593c8ab96", + "android_client_info": { + "package_name": "com.example.konectar_events" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyC_H76Ukb7kOxIsLLFUQTmVegqwn08iWms" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml new file mode 100644 index 0000000..399f698 --- /dev/null +++ b/android/app/src/debug/AndroidManifest.xml @@ -0,0 +1,7 @@ + + + + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..9f7b5d1 --- /dev/null +++ b/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/kotlin/com/example/konectar_events/MainActivity.kt b/android/app/src/main/kotlin/com/example/konectar_events/MainActivity.kt new file mode 100644 index 0000000..441f829 --- /dev/null +++ b/android/app/src/main/kotlin/com/example/konectar_events/MainActivity.kt @@ -0,0 +1,6 @@ +package com.example.konectar_events + +import io.flutter.embedding.android.FlutterActivity + +class MainActivity: FlutterActivity() { +} diff --git a/android/app/src/main/res/drawable-v21/konectorsplash.png b/android/app/src/main/res/drawable-v21/konectorsplash.png new file mode 100644 index 0000000000000000000000000000000000000000..d39b34546bec6e72a341a315a147b0e36dd3f04d GIT binary patch literal 14852 zcmcgz2UrtX*QSf0q9_)M#wf0eflPX$k=_&pBWrIVnUH8mLK37X&4Qw$U_a7N&Qe&8@rMHhA||%s(iJR5z-3}*k-hQW5@(n%@CcW}Gs36& zal)5!=v=J*WXz;c24D~f%h{OFK%q#+2xVdwd>P<7a@!7zQ7n-!Wnvu>K+J4!UyQR@ z3S-E&6dVU45inG`Ekwc738V=a0v@8;;i+~I5r>BucnX6^$Ef~b0h*M{W3XJ@R9N7O ziRH`X5{8{!NJxln2+>w74X}ggbh;g$U`HU}zzUo!OeANA;zY7hC|$L3Z7h!9V~!pE#>eVti3vScxhm2)@VG`Jm1OTwFJvxkqo#C_^{3J z?p>3%;YixWNe6R)AAkl#wLlWSST2_F#sA_{_0KA`xf}*hEDdA>V+#V=0kEA!6oAMl zVK_@+#D0Eau@DV=&o;ASoSiWQf-N31c9uZI6^F>iwWESv*m9VO1&Khz;R!fA-4CKM zNDzZWw?WbYuUzUa<_dUWKU_*;KqMPHxos)PLM~g*)?~4_H-iO>xB?_KoP}(ejER*< z#bO=ZM8MG?E)7Sd(y4SdmBNN$ z3d+q>B$Km692gM;nBG=9G*WJ(6@_Y z#tb=IDi4i#TCS ztQ%V>gMYBfXBjM&NChGgD5@pEo(urS4d%cg%an!D7Zf(3z+cLihG8JGEgrbK%_PoZ zp;!vM4rC*?zwhbntQK0va(BXbx;j%JI)#EG*g{Cb13@Ym$c3<~dO8Z_s&7I8l1dCA zTLf}86vu^m>|miBJ9(;D1ap8na0EPlk{wbXg#tjL_@<<`YsV9q9K?hREEOz+xo%Q% zAVyKU7=jZjkiXMc7I=T?Ia)DcU zbUH*MbMZJb9%KegCy_ybKs+3vCXl!wW*{mJr5FEvlqwYfF8!B0umjdms_h|=fh-SG z8FU65)Mi>m5oWMCNG36{GB&UdA{wa7KQ;{o;?M~c4vs@0KsXMOM8mQDAqtMogNZN) zPoza_h2?5An4|7%2$7 zJ$eHfz%JwaALhV9p*ZCG`%Xfz*J^jWld6bn9pq5SHY0>B=kVR7;$X=SrBfE`_WK(^ z=*|d02oRN+SQllR$0#{r6s!~zi)t0Jt6*aB$mF0PRm>f1uKb9KyhuT7QUyN9<2W^r!R~A5eGHA28~G4_J1MPgaB<4Fd2~RCJBaPwu2W*wJ-B z2OPUbSLjYcVvo|}*z2r0sbk~;h8kew5x=YF42>1uD03@R)pk%Ty1VRZ=V zals{`XsV#=Y<7gD2D(#_au2C}_|wX(U8htY;n+30qToVQB<2VN)N2~UcdodAQHP*I zSayxCh&qUfXir1aMPvBRu7}X1RcQ}6c8w0g-JMBN*j^p78l$TzRIVqXX`@01zjuvJ zP?S5Q*+Iy@sE4C#r+g=%98~ClW7p^q9;x;uG6Me-g9g4+wO6x1weK$Okv^-Mb08Ax zIE{_p)?8KA?=_!5J3?u-CaAMNXOx7G<-KSLe zYKti00mrV1`G8^9*vNbZY)?ie4G53AQghwaQx$4^Qqyxkk!{p=x%3D z#Wov!fZaxq<3LS;#vsZ;i4A`4I`^rHvvs68(GY6=y$`dWz%F1yB7PJGBGQh9q` z_|zmS{5Bp+0g&r%Bmf6XNaa;@e)Zvy=A~Cnf=Zyip^^YxcO!wa^MlWyn?2Oy3Mzs6 zhDw6&XAi1!`cdpUs68%%keURQKz&0c0l4nk1_ZFv2Fa(`Z-dVs?>y8bDhb+nC?!Cy zyO974pU6oQGJ=B79!sDmK_yV%P)Pu;yO99AU0kB)x6H&7H~vf^-ppx)qVoUZCKG&E8>olYPuyY>=9Q0|kET21M3 zy#&!y&Z+kVC0FZYM0JPevvJ~({B>4F( z?L>(@CGPY@Sh1qrM2EtGmu8W#>bG^lh5CJ8@S+nFD+O=!o((7fZwvQL^mK9b3r(p{ z2}>CC*eb`~_}WU^N{o4o;Yf?=b4MGyX>U(Wy*VoMhRy8KBz+w2-tTd*{^JQqD=yjz0vrkOztR)2oG=SY3nm+(W&c{|d!eDw3Kf4}=p zOR4-y+43v3Qo(VO_nsxct}Di^Wy~$GiIdnyh@BUfwXvdgWkW?*IEUjM+-dsgn6k<2g}t zSMEuS&Ud>~ACMJZZc@|Gp!H;yFu~~CspD=oH$t+0aTtg{C;2j&(Ov`zPc%W%q$K#C2&5LWjJar(~7M6^sWDag?kcgE#~AKJ?Q)F zI;&Lc_(oPtMfief?`B!-GHsFL$s0pr-s&3MeXVnRn)SeV=+k3egf7?X$`tNVS2 z8ZLPHFDLvV}F@TGCh8uM>{^IQmOo&fY9Z>fq|$a@W!`ZU??aX;08w=uF8v zWEjkQ-JHW4yg$J3w4EgK;vHP|$17Tsv_mg1y*%c`l!M=*tiODFSaW4Y+G(=`27M>J zD>~xve8rH7C#l6jnZq{Kp0Emk8enB!yJQIY$z##m2+^|n4fvd93hgAdFeo#5MR4oT zrA-3X#lLWpz844ZuG}e@KiXl=I|h+%sgB87TO3wZgb%cQdfR5jNVx$|XO@l? zHszbF94`NBXrSN7A#CRTRZHs=9H?5oviZiO-QSEa^s2Uco17VaIC^;;#n3p-Vy@K) zr>(A*7j;8)h`!-d=ey}-44iy&;(jw5LXiGwFWPW}X}{$BQ+=V-(PPb9lfA=lAH8%+ z?}_){jc zb8q`kUfaw!t%>8k{mO@H42q{TX6(^Vc{%ZNubR3)o;7@#ez{@k!&keDr=@@C)i|zk zB6oS+%9&>}qZi!ImP~F;I(YKkgNV(yVD9Eq+dYg!dlfQL<0cKBj#y6QYCrl>YVdq< zNco()sV|LEXEj&;SukqV(!;OwWGz;B$rA%E?RlT3%$UQLPd6OJa?kqieh^``TJ(r; z{%`Wgv?I=LCy!u{rEaFkR`^ zDI&YPm#m#7zD*ea*Zwdk3Z{6M%)>gy3dSX zRlnA9RODRUoY^OPb9OeB#q-zH#g6&yOQK|x{-NyOP1cRUu&)J;y7>0vUrdwKVUM_` zzFVh^5$XNDcT&q*pu$t_16$(y9^w8i%yMi!o_95O=!Wb3@;8%S{iRpT9anI$)ob)n zABJvC>&FXb7fQ!ktdnt~-+xB^v8~yNo?&o8FLJNJ-i^-&=UOz4*kAWKLFVJ~#@~MD z{$H_10~2eX77Q40>dxAlUAy9nZ%${2I2rxvScB0eR^OemXXWeaVt z+i=Tv&dhzE^wQ=SwtD*VBui0qf43WN7LW$_Ps#qrca&nXy#Pb8sUZHrhv^&0X|K; zr>z0hOnR#uDyu{Lhkf|1^su#ym$dIyzYSBJo*6yR`)qK8bZ+`GZY+DOL1Mww zx7!aMx4BWWdcg#E??K_x#q;jkJM|7Zn00=t@S5+*ysK_zk|FOyWAofFYc{rqR|;ou z6fSyBw6&mU7aCf6%U(CksdoP`;%496y&o{{CHrRIGMJIFuV}~erl0}MW~;n2KUzqB zHU1-DUc~j{f~s<-x@(Drw_3-Tu8Z2=B%8P70j1>)Zuk0Nt2@`Ulk@WV;^haHRI%=R zZ625<<}}}3TM=GwcxZ_@`;B&y`3g_`mAt0U+f9k<44&T|b7)UY?;ZbKO2jdAV3z$F zzayvrViFDKE)(h&zl_Zsj*E-zH@dh&Kbh>6*{GM(EG#`ScD}y|7laW#5ymQJZRS5F{Xc*O}IOz1c9s$GGuOQ1RAl2K8FomOy5i$Lq0E znPq9C9qrc`R`##ld(zeBAN{ejjtmvf>n++e$9;rR8SROGwr5CGulmS$Gvd$sTwhT* zu($cnPg)PL1|KBz#Zi@WDVeke)eYf)BPX{B+4N_8pwQbw*xxz_SeAaJ~GH z`QmLA;WK@bE5i3!KHVK{de4i!M91y$mN@^G_#wCZtXz0(YurvP+P2idbjz@1Uc<-y z&MR?|i=Vt5dwR(ef&X(}!tIfZZ*Tb$ls!4-Y3mYANs%8+(7t35HtuR=cEt4jk!8Y5z3_!&=f$T_*?s)nwxnTwB83CKoC#~)nr2tz z74UBH_7c7w*QfOuzh%$9bdSeI#|@5f{fX<37CmsJ>_7kU(>;ej2k%;7A5i_`S+C() z&7hRu)oCqZ75hli%LW9dW$IpfQP}Tbeg2qT515;apR?_(hfXzLlY*sCLoK-Wm%Sy{ zmj_*%ag#UO$El!_#9i^};pctnDN)+^y^XWy{jx3fBPbfR_W{S9;U}%o|qgTc&=gzDfiutW&K__OEqlkZKDo)3x$ zsMGn>e|-@EG#xQ@N?OB>qG+DOL%!waK2O75>I+Uip>L{Xu4;Ojnb3NESnnfI{i(wu zc582(YCSOMoHS$bqLD2%gX-qwf5~eoY3*M>dZX!w6}orIeN6MiYCXTMIK4d2>TT&p z|DhGK6i&FE`{CR9p8nKp`p|V#?ty@nk0N8!yvok{=3fdsJn+$?4CgIYt>Jt92vFaW z>_mqz(J|+W(q?6HpRLy8Yt7AT1);bICXAt8q z7c34~Y0>O>ZL3XR>kS|r$DiLI@+q$ZJ-(vPpsjOPTKqBQ#&OP|!d9{F)r^G7-*82> z5u?Kej^bn{VbLh<&l;(Ed*L7dl_4&L%@AvyN#s6lk&&?^w z$;QUUee=e(J8W$1Vr*>tp@;W_D|{#TB*2d&{x_@;Y-~r{Sbz4VNgovgcR6~RL4%-1 zh8iw#UpXgNxHC*H)Yl)}&Bmss6YB5e;tdNDbB4Kl`e{q7)DtAcJYBUVER~He8TsqN zJUnlN2f|Fljm=!by&{>lWkqF06=ijW%L=OM z%4+|f`NuE+^L{fp(#3Rx zkIL2M?_=^u2KxL60aq7!m=DYs<`={|B!#~Y$<;+8$TP?X_U|LQ;uG|rM+9O|!^g?b zU0Whl))nUFg!BoLfSCLJc+6GI6^8J1_Y;#9Q}|yN_SaZi^8aI+|7BS}FM%Ki;Vl1m z(1QJ11pNmZ_qj^8u z;R`r6w!26Ex%AIY{1X%Zq{9C(PV-P1j){u1xb!B(p4c)KfluOnJ!;9hCf zSn+>fOK84pq3ZGBSrmO2zbO;-TVBL+ZK|xBb19 z$0ou{M&$titHUxLdNc2mmWE4hHkUR@OggDlJ6-gTa+eOj%3hT;)$(3dQY0F+ss802 zZ!ih9r95I=xfa)P8e!<&|F}K2`NfHtgQd>P6SYK+=t*pLGv_L~vOkzSst}IwNgcGe);{0cMkBsX}A)52rR;DBYN_HMOeOm%JPTjx|@!9 zh(2{AyZOp~$av&>Z{-rXniM6guF9|f^Qo5sGw&$4)}x7xx+9pii$eQSv^Ph|Or4#t zsWI#vn@c0ul@PhwuYcZ5yw{e(up3U28<$o3NjQWTcuvYKt6HW6VF^ z7qHLJerToMi`LPh1$_V9LQFA`Z=`OH!wHnCaSM^JWp?!zWsxlh1zdIfYG@q#I3$eH7?$R9>Mrl5ewF4e&5G_F=ZW$^Mt;=P>8mO%29;f zD(THoF>$;N&WisWE~|5*79q_u1C}fu{ZR}j68XKQi*LDhKCcVCM|Rigj%uJS*W0+i zlR5hHoD}w#WHxL~MWn?AP`?eN=@cCpE-on>tA>+!jn$m)^I5!)>X}-e>&>>TecMD^ z&Zc+n%%e%+l?A1|&?jec&)N@T+}6ItiCT!fyPbdCobmEFbVIg!A`siO>osY_S}vKV zUwdo9B1&j#mF7e+u@*^r`uRAK2EMW;vYmSULRf6ZD zhJ4eu^Q+e2N#w}W9HGQ>e=pImF=DGsD^JL;=1VLOM9q5`Q%4A&&kgB=(8yh+V9FS> zFGsyp&4i!pXY8De8QL$`v^~AcL++Bs<}{|s;y>L%Mz7VA=w-_u&_{o7hU`pk$P^K^ zH7S64v_*7Br#nQ|;@vx(Svkyn+`JpSmd!=jeSvqsog2M3BT9^G!8x^pw|Ia6=KvD5 z2E<=p=yd$*Ooyeh`*^Tn#-%SHvDMdmlxU0+0}$k$5@-w|v%shm@<24~>tk>@8*AP2 zI&|t_zYcTH8`~KC;n|gQ*B@qRg#{vH$|(ni$;3)h#7g5pzCMpAWG`8Bxn{ArWKjo2 zT%yEqh-9b*I2#xj)r>eq)7u3cdZMm;wCrA<$xnfV&!$=Cg-nHofbHuLjh;{(oZ(=t zLuK4&@RMc~J$7x#hdf%IGT&Kd8g&H;$=&juWJc4LGq7^%U%O+Yt!rJGX!^}bQeOts z*M+?;bS6nvu(8t0|Gb|v$Wd}@RP|)ALF94Ey>SBF25aBwSGQ0=HhsCXtamlo;i%5u zcaVm`-#(lPsah(lU!ICsL2V3KR__+Df+GjDNhB~fu$Hy~?bMtRTSPB?i^O~<1kZt> z!nwJ+^1kVz>21>$QsPniSA$P>MGeT+lPk#a(6HGw1iB(&lQQnU!p$$jK)|Pwv~$I`*hv$_N~gYmaZvY1gXW+ z3YHc^LRIexhcVaT*sz^$5=nDwyQ9gWe!cg5_R_~$9F_%K4+&#Aip5e zG-^Nh9%G9DUzAe~r;}p|fq`!XsbnHzZ+rDi$n)EkZoPHiUL;mDl=v32Kxsf46f zOx70R`P|uA85VSmXi(CkT&C=c~%K0~au&(uk7LV(!U6Pc$;E7@6 zMr_1{c1XUryQLh~*zOViOSNbNefGJHvLKX*j;1kcx_l#aE@1;pDDXVQ>^FIxl<@?p z7OucJH@tZt$5)6&ErVL9W0b8TOFk-d)}REF^wc)6bIr7uj32R=<-IRY*bA(}JW^)@ z+!Im{bZwb^AX9G49ka38A?n^gk`hJDAI)^F7-sZ2#swHCzp3rNXkR1 z$+EKmzvPt^UZ2BBzRKJ$9bwahlD3VY;0p~i@3^h;y335NF!}CGzFM<%AO*V3AU7t( zY2#f(yM#R$ecVsMe-n?5v~s(JJ_ z{oVkuDdW}HU}uTkpgX;lcXt7#U)Fbop;v3+%S)xz_OmY?@tMrtx9fSd7gwxd=?*+u zHnndp-B+>?W5{r6%lhcOk))$*V<9CiU6RM4TN4Nqyr@X6M$orMD4DdJNOp-F|Et?t zOFp1LoypD-44un#AGY=`oy*s-&*41BiRe?)~ZY?OL118X?PjV8@5G<}D%ixS3J}KX*QPt$Un65~wkB zG?$xCxrlGPq>8IB`6dX_O85p)J~OmbUdSD+$gd!5nCKYG?Yz}h2M{JJqA$}&Dqg)! zuEfzX>6B7|dexDFp{jY)WkC$3n$+~5(-rQaYf z_BO?YQBZWgOHM}^I(gykK5S&>$tOPbS4^BRA;dO%GiW1lWN3z(h9O+_>5m{ON?o8S0@hag5^4E4vftrZ7~ z;WH_)1^d~hBT^}&w*Q%AwWkB>=9nxsI?eAsi1S?Jd2_ zYUcpthJuoR^t9S{25m)D#b?wPz+gL{Wls2F5z$T(GXGpR?rA1s?puC}TvN@ErGs`o zLr=gi2%snAdow!^z(sHowbm&C2lKRZgsrv<2<6^fJ(d8X#7MmRMTNH;w!anJ*Q3q@{aENO<~`@P>iJk>2zX}J1o#Bxp) z{^9rL7f)U{cP)B>*fJn&!MZOZ)X>zig1YYKDUpOhs;Vy5d+!prEH_|>T1aAm1jmA$WNQ;Djdk!X9>B&?Q`b8~bliU)^!CXy=mZ@1^6ZFR1 zUf0!zPc_KgPn4Pc<6LsaWzRd|Zwk>-yFAg`x{n7ccs2xw?|(XV+2gmzuUwPW=Q5~y zUWoZV;Y*JHn$9dv<#WxaEmVIGz*QLb1E zERL}^uOndV!A|rk$zp#An8uMK7?1(d)n&mG0Ue4Y0inI%R80ff@UXqcl@xFM=d{NT zB9jy}68R~Z%Rb_TU(dM*z4B_GMdQr0*S&bSKNOi3f_nYz{h6^s<6P_S-2vbjZSaF- zYT%F%9Dq1aA_j|_00G!3)S-JWhEG!fOJSKJJm96exO6sZTAx*r^^6lW%GZv5GzwofiPxpO2Tw z8?AKjm$R$896ByVICNqW@V+|`+y%poM-jh~CxgdJd(NY8EQbtz3vP^F*4!8pAT@35 zskXxV7&c5Fb;|}b4-|BA_TJ+m)S@LHl$cgxS8eGky5q1nEnuEx#j1;6lOw@Q!Eoj#I-b&+ToSj$EE6%*5k_tC6n>AJ%);}usB-GBeNC#TN zWW#^|@Mc=*a{9KP5ET$)L2b{L3s+1`3@aMKqu`m_hFe^Qm3G)7mT{JuTtSr z>)DD*dmeq&Hg*n|W0QpynC;Ogv}I_OqEV?Z)75u%3me!36V38?Tuc_>8w5o5L<>lX zRMFpHD$H8XVV?*U31zF!}fcp znOod^H~~~hmVTN1mN{EaTE$kcYxF9LHrRm%lzESMe%&jsiru`X^cZa~f1#Qv@V0C9>&tHG7j(hOS zsXtE!m*R&LG>DsTJO@7tIl-HD=BD%ce!&37E#|uR8#|!2${ZFJmbDy#fa|$;F4(Ep zeR$Bo$nO@3q8E&;6VNpSAsl{^YL1VayVhQReWSGSuJoe+d_Nj(FIo#EM>^VHZ#lV# z_ky9M+9$h^$uyD0bWkRDju6)SG#6fJG56MMW6%59BOH+{Q`!n-;gE^jlK_u`DeTuohH13*ev|oZ}=s1W%8%Gr2F11K=20Bl)Uy3SA5b7{1pOtg^rg?ue zKiWC)xzVHA7<2zz{jw$$?ZVTFmP0}(L>E`0nGw#f#nWvSzuU&G&-HeT#I#K(Lw3L2 z)ur!_5R4xVg1gDHf{OE0Vof4>Hn%3MHzw^Q;#HbOv2Rbo1W3F1_FVtBN7~~qRvcOa z_@9ugW2OiA4d50m?p(iIw-E9UNbD!*ai-Q|LadpYow*jxi7`bb)Rug>g_&rsW9%;J z&h33NH4%SWL9XcL7cI7__KSbMyRjso_(fwu=^zsD-uGg}5(T>2NP`aJ#m9Q4fO?Jh z^c?=+Fd+2DUGjp*Je412UJ6_L`nvv+5EKyEq+BgC1MnXB7-gW5(R*Jdz(rnOXVUt-;v8|3(a05Wp=(C=b)c*)Da&|^jiWh7-c;ysb=;@2Z90&^nN{QK8-tvVm$>jwCh*RpmpFg* zN)wG=R3e1eX|v~niAeET5Y)xZS?UP4)LI^aw&-VtUPjDR#1T{zEkowyDbLhn2z=@oNX-i&Dh0t*p!wm-*GdwESu!+4!6-t}v(_kbV@_;O!B1pFX!VS#Hwe4+w! zW9*Qj!Rgdj#g@orL791NgXYLBhwwl*6gd^e8|}#$OSM-dk-xGIC1U%gp&X(LHQ; zZhgMrgdipgB6ajfth35viVkDDq^!Ei!XYrZm4T;3)5V-sQK$ca~Epy z`9T(ForDtOs6Y*+GA?oL?2m5O)|P-K>Zu(x6CyI&81O?*MNdh4H&0(x{u+#MYcCA@i~FQy2RW!iltqhxJf-?V;oCDNvEN@bz> zVvR-7GZ0-D%P}T8^vfalEbYU@6|QbAPqMp@|7)`-2TBF8lV0PyEA&K%xznEwAH(15 z+2r^Y$`ahG0Uu+K;BZt(cE8^R#PxiaCyTOfPmU~9kNefP**MKDmSB@}&C`WUk;pk_ zdgZ2M8zPJ(85!c{CG9kArVcEqgj}z1lX*}k=aT)`dsQW_AKn?hYMKnJo3tiQgS&Fw(lUI7crYfAov(n?GuP3~hEI14l#v2eq$t`ndjb1Wd54I1RsDWF5DT4l zv1wEBHR=!{hJxliEweUUJ(>g37V09neLLQ|5fA@+uW&)HwpaiJ)8G%9$y zNa{Fr!E^_>QY))&sf^8Optv(Kg2S1m?s;JsmKBm8XZV(ISPWkV>vd%^=qYN`e*l|K zd`kwJ$Y~op)g$RsBaGiU=EePh zRQS`KU~jh5d<*S?Cc6Aae`jP4vz2=RAnt+k9+faBjfP2>klq#;^8OAT(}y zvOWYv5x}HbGzQSTDZ?zvlrA4Q=W7Qo<^aX~CG+E{{+Gi-cH5B#SRXabz6NK~@kgd6CD1OZI{(izA zoEX5037I0CuM+^VY;Lwb>oM|)_j*B7lR$)Dj_pEY%W+jhax7oOlY#qTG0L#6Clkkj z02Dpg^oz5y@;qR>_$r~Q7i~V-=WrEeUG{On2yy+!`|;fS2bQ{{zhQ#|fuJU8YM z_x-pFDFfd>w9TnUM(|cOO5xG8!u2dI>ub*37F-+_kCmbE*a!H!g1J55S`G)dT0F_{ zb##RFhoT`UYfQ=FwbGU`=S0~TBAk->KSu4;ZZ=1C1Gx&=I=ZPZibk;vyv3pYgcEZt z)%r3nn4pBbu@!(;348gVT^g4_IAlG=BD=ZkE-Bhio1Dn8r_U;kKWg3u(-VajGoW{Kj|9u;fY@`b#>MmA&eUFCe24~ncVjmV$V@U>97xW^5+|Qh9i`s z#j+3EL?P}37*R?Xpa%XugR3Ku5~$}XyG(0fif)pknZQ5>|wrw!g#`!atT+VzUZ^R=J8=FXu3Vx>1S#V+}dFc~P6~Jm+!8HEY4%uAyv( zfHw+uZM|Oy9d%3v?_16%?q+iV2e@Y*RrmI9^L@E29Z}h*;r;&689)}TgRbmPWSWAY z{d#B^Q2$TQ%J`!~mgmha?UYfiS*j6Hu0lnVQ(y3Wk{eS1D!9& zwDUX!@f+j_Lv8?KcR9RuLfcUTxoB1mdw$UcV)dvmYhgW`ZrIP~ej(+3nsFlt2v$jJ zI}Ge}EAl;E!(0tzI%nju%N!!#%YW$*rTgF)Ps$M$5a_-!8}HAhycE5czyipx18Sfs^BNq3?lpsQ zcJsh6D`}f3K!4SN)Gj0uIe0{DTQQp=IT~tL`)M}L(qGn1n{I|oq2PrY@KsKX4t>Go zi-|KA)IAq@e6Z>3p9ay#K%sgp4z;~>!xV7RDuj5u4!?%v;} zIl-EiYkkwbZf7prW!~1k`S*R`(dl8JKtR5sffWtVcLQ+RDS&)ut9vPLK?mo)NoXeQ zsi#)}OJwg>#TO0#3SFStGceD%wZMw?|0p(NW8)#Sz6-D*?gqcmuFng7g90YY)&1U1 zF$lq7+;jhtaZ`usZn+4aWYW0y)~F?M7TdYPV<8h9g9JoU{E%l;e*;U{;y-|l-q>Bj znvf!a%V}b$8Nu)DPMbjVi}R<~+n}bah7Jt_!{PBs3UKAj<0FVQz_^2yw}}@=K0Yin z1_7+;c8qe=-ZnKGJ_q;(*2|B_qz9gBztx}18xr`oLt;J>feYO6FlJ;`w#(sImIZZC z)n^np>goP2SvcGN+Y63b-)AOh$igw;Zwjh?p~gJRi)QQqK3jNRXC?+!JbFl!u|` z$}tn!AwY~2jf?meQ`K;L8^n3)q!XAse(6LiF-sX$@~}`qPxO|t=x0} zp1M4S)vB0p;v#`fFi*;aY$52~ExPlKs+Ei8R@mr@XYa!+x@O}$^->6UwL`9Sl}8L^X2F!b!e`3Ue1RsydMOfP zQ!@-f+3;>mPkKMa`7y;`FL)&(MGEIZ14X0l(D2*+EA1@P3opbuScviTCo*HgcuZv8 zJYC4-X;OE));Dl%$w3aKuu>AcA(I@Fwg5UPy9+?5O!As&-Hz(BqP`TM>M+-J4#s7v z!tH?z^f4cRO_;bu=ijXWM*sK|W6F70o4001$|IRx|UH z)|YI*Iw|eYmUE4-OnN{I07*)q_cQnU+dQ-*HZcoLj6~2+orB;u_(ZLKV#yI6Ob^KZ zK++%ZhShh)?@q6G-bEjkF}rH#m!nRRm^%v2P{N04@j)R@16PI5?JD<-PDG5Njn)Z-LKw zJA4#K!}8C+0hVg=(3Aq7fTi0#&4YGU{>ti%)$(|VX2pPm#p_Yv z$cTbo>~w3>=9o9wBH-3#`&8V-^V&l{FWuu~fqE0g=k2{Cwb_d4ppDU)Dj{(C(w6rD zR{SN9W+#S{SgjgR#_vQnYYY|`je{zcpq0n{P*kVs^VtJGPuYzVld0s+3fzUQX|iy` zm{W(b4X(9Ro#ujKOzsvP#6ku`@Jhj>}R3EKRffvd_p0!!AwBFchtL-b9}H z{>0Sy6eM!HAuI{5*L!OhC|d)#a7k*T4+K>6F_E~s$^&y6pfiq+TkZ1#ogCbGe zU+!`p{|Vh$QaDATzS;8lDssfml7d5{Rw+%oSz1P4ST49NWyz+`@PNf;by`WT&PBY$ zuxMNlt>MEJtYA5m!(tA!LVHoW{CMC9EH|w8u~;K5mjGxZtGR4`?#V=K6zJ){_6h)^ zgffudafL(pi4lveOaM*A`M|Lqw6|@Bs1J?`TMtneFC*I$04h|!?`8Giz_zb}cBPk> zvr9*EBlV*JK);TO=PIPg^)`~5Nq9@#)t|BK+0@+SipDRfF1>ncT|CBppO3Du8byAf zGqFYYd+U(f2tSLfAe7otl2x;{D4)gU%~o?;^kkP~(oQKjU!!eO2KyZ`g2tRpuO}?+ zo&XOx3!JC1Z@0$RN4i;p>wqiELi&KKT}~%-P3_}^bc6nMJ*cbtNrGuL#;fbvTt6YW zR}d;1we1vlRQTh{n6i%~CX}9fP?I$5kN9F-jRI7{(Q%SAIxxOf<+5goY`7_;p`Ig@tseV9wd7OEKoRhk{=hlL1V$6Yg84N#uo|-P&s# zvIf)>=v~u5=XCpUPwqrxofObP9RvMtmldA^gLJvXD4tdDkimp2U`#S=Vt-Kr*-|||17qUT*S|I(>ST@ky#b^k;AFsr}xA#9H^jYOp={NF6dy1fbS-N26I$P3MI|L+Ose>Sc9=W19TA4E$dDhAmcKL zDb$++fHI_}WqaYfJU~_Dq`?)-ffLat(bbU`^ zGPZzzluvKkGfP^Al64EIm zsf46RgD>9q{kxy{`F`&o-ybK|-fLZJuYIk3&N^qu8R*@iBx51N!^5N0(p0~Phlek8 zeSaGWxIQ27NVr~KNWC=8eem!=U4IVz3_%bp9v*?Mv#}Y*Ojk$F-qT$Kf%LRPi3GTN zU2EgvDJTbcA?#gI7_c46(b+>0virUj0(M3!LQJJ}p}JmbC?{vlAT-J-NYB_l$kkpJ z2~k!eQwWf|25?7V5a0lJHxD1V07b}OxN_I`f0{)h*Gg!lgWNrJjek_GB}Ir62ID0s zD(dg=FXAsD;)!+?6_b^f6@`k6ii-bJf&YP4#bD6RcK@P#_=q6>YVrMJB61zHC<5stDkcK`Gb}Jz;ctC8 zRiw`!@oy(aDDS_7za=;4zdU&%&^{>RKrfUcyMBB7{CKCT1X`s2T6n!QbI!bwhU5QSW;37DvUtc-4>RTy)A=) zLhYf_vUdLh{cZB!FdBB(C{p55;6xpqJHT;BeS>nET#M)~KYR+vCt|$&`%}y7+M{4;CgzG^Pg|TPETZYN|jCN^*%$~pYZci-oi4Q#?dZ5td`cd+FV8M7+j)EMZ;Zbn$Mg>mbFi?Gy$WaQ zUjM1q*4@zo2&bKTU;tTm)1jnZJx$x+oM=OON3lI2>az1ZH`iqgu+ z$|8Agv8@eHD~sUb;&Niq={`C-8XX;7T0-E_kX4kFa8m(i9B2p-i6)uPpFekTajB64 zfTmMfXAS6cB<5cPt7})go?XRvlTI;Im-Q%bycpXyD zNmVm4GMpGid{9yOyZscnLeh zs48^ps9Qu{v$C*^+^Y+*v%AH`6;*9&ZEbB~;gY9Cffb8aq7DvcBn?$}rNB;T1cW;= z>M~18Nfmy$yu1_^7KWaCnh1Gr^N0BySlpm zJUFl|PED9uSO8I3#A@098O+8{JXq1}ta&(K6EvNaloZY(f@4A?Tff6-jSh}pQ?{k^ z*Pu6k62J`LaH2$g%aJ-lA^mklNj43Ba85=BoGOXP!43o8@BzT4bj%7Jhx7BEJtNp$ zrxuBcjdfmL@WUT+q{OQ7G&a*&TATc~nw2B;6~AbLb;~v}|3b5y^xRIPCqj(m7Nxer z3lH?e0hB^QLO(V(m|0n)if2Yg@qgex7#SJW&suMT)n)GvR8-)OL|0`m8|n_`opnbA zz62^6x>XInKXIC%yR39M+ z3bFDdpQflETv|mJ-jK00GhVstW8cY`+-mCoBl_&vnqAgr-` z96;R@Vq`Qfo8%Qy&?u{@$Zis+S5D|WH#s>uHy0mSUS2LBDER8ttKkCWu%!;7J_|_4 zWT1J)hY`bTmYnFwu6qS1%1TNI;l*$A^72+zR_a&uF16ZK%xSNayHl@o9G;vDB`8ov zW2oI85?kYk@TRAP}fXuw1gds_F&Yu8TDOo91o}4&N-r5z=3koO0tBRU55GzM`dyARHdfM99a0Drcir#QP)+Ths zdz^x6Xqf)e_7mGqFlfMxkwSmFi%|CVUhX1oqj4&s;mSI0Qy?zI;lkgF#d2K?_V>e@ z%I?GA(Y|*%rQ+k`%Ot#)(tt7wm9*N}F|S4*yj!@YCT99J!MdzAFBt>G;f)?@aA7vV zcPm0}2?rHWiaHZ@5Mg_4(M#!*rSNoqQBjfuF2m+g5`;m4vZ|xu3o6cn!9ktRJe4^B zW1n^QJlR~#(NU*t*i~2WzLcewL5JQ5@)m&61t=hl9~I203A`APNDNkVxI{@ZQJnY2V^1FD)L74lW_aFvv_0hqQiMaSG1 z6+Xl3Fl{tc%A+VDA|u3oG_Hc#=;-~^(d?to)(5XYKf_$MOI|20zwEt~i2J=dTRU`~ z$6CAd75-bCV@7cn&Cs!#+&TN8K<`TcI57C3MaS+dVqW9i2P-M%WJ79s17_GBie+Y9 z+e;CNw83IYx2}7jxJ|q$hGy6vZGUR4B_DNFU0q!xYp@xnt~yOTofBe7E*!0${u6tI zdoiWhgI2T4(U))oBu>V}5JzGWJVR%(JkJ@OiL$pP`Sp15Qf{F68Az411)=G{#+i z`HrFJP8Vg@89;wTe^by5-@%HTmPUeKF!8k;-p>#H0^#S2H^28l?^8Ty-ykcr9OE3U z<5E*e0ZrVS$BKy}K|bLILzuk58juucBas3DPp7|BRA!;DfOM=c^*lU5Rg8dhGyGXu z6gcCgARu1y(;ds_Wf2A{I2^&!{Da|4gHXmhj=N!89A!pJ=_#R??T757`J&yW3#SE5 zKS%VU7bf0IJ1)GJ*oycv66*y@u({$~=r7y(a$!tX+N<20U>e?Y*nhK|Emj;jde4a% z%3v{M+e5)R6JPzdje+WD&&}D1NQr9{WYfn$Q}N!QXmGhpe@`F!PFSwpy^|dsi#<%d z!A6tl6-ib=stVFAP9dOUU&LQLT z{gmjr%NM%yrY*(gqrzE&1m4o8t^v<&oxL`Z4@Vmlk{wGm&aLD*RE$i*Q%Jkxo*s?$ zp3~F7_`G{3H_2%2_3go4wUzTck*(fmhtBwhl7oxN>3pIxUF`F{M&DTWqvu`^+NN2c z^PFor3>^6cN4=PmVD2xsQ^+p_7qbJCylAzpomggq92{awIa8xj;_FxM)q_$9dH{-^ zJ$ij?)e&r*6=atL{0>vf4mnix4i||E_#}-Z;fkwtgtR-IvDm>R=xqifD&k++<}E$y zNPgLu%gbX2$6xsY08bzsyjaI0f?A14-@TgN7WmePPIRW&~h3)tMhk5VMSzptSRkC1Zruj0!oVcgRv z&{v|d(U(1#8Xs5N2vlR4E_-Yjr`E<){e*}|k|}|Zn5XD`oeY{AuBNtkM@Aorq!HcU z?LdMT(tz{c)z)#ZvwNRW>2>$}2ZSL{ z*CS#sdh{=&XnlgvSMK&yXPBWj0Z*n72kCYfx@a0?y?IIcP8%_8iPY&a1)O1lT#<#1 z4Qb8yn5Q=Md4rss9N}s)3v^ZU*{qA?V^t zks``|Keaf@A?kW?0$-*+Jx-aAO4-0atgv0cE$n6GPCUE$d+RrY=S;z1)b}$&`Us9y zqm^w4Yu_B!^mOkHKuHiLB{UiDCuP^f2Cy>H1)^nEdb?8C_{Hk(1yt#*iv`H*Y17q2 zwh#Uk3|w@GDX^tJ!vd<2zj_CgEMZEK=B|Y|2PF&59W}BnBS)wr0?2mz5J~(W+te2aM1!i5S}C4xTye7 zWJL{ewT{DNCyY2a<8@)!VqnpvC`NsTrDhn)QF{eCRTZO^ive?!ciZ`iSxm4HwTJSf4ncL;yEg?*(?fYq}r zj3JGjd*T@RcoBeIFA}UKmsOyOeE061lXEJYI@v%yCsoV0m%o=6O00yEQ&U<_U#=!@ zTEmwbsAKLJUp-zBw5qz}lp>6~`epi1;^*d}|K2!~7|dNDP~jU+K?+jU-0H^Cd`x%% zN^`nx12i2oCfQa0m_|#t?S&Spl(!(&b)xLU)x$wNu%5!$_M(f6BzdaT;U9Z^=bC&9 zR7Ih6gZ+-`jk^zLxl03mz_Q$ylmyxVq`YUlKb>(4 zfYaaH86&YH*I=$Jmk+yA5Yj&+;3u%SBLH=51ea9w4-9Z^0v+krFBS^ee%`ptsE(_ zReeUVrL1hXkvf=8CVWoor`42t2(+OZGwd4pVEG;?b|e-G4!hX8#{(b~2#WOs>3%)1 z{C4Cx=C{7^O)5BTLH?zN2jjNN`Yo4TDs0N~!}*8NKzgcrUctFSTUdIeiIL?R7%Qo& z$e*thQ0!ZK@EX=~sw8Z{5hts?5pl}r8%N(n!nxBqM8!Zm7V@At{U#w^2Up-6cOj@F z)?y!G%e5bNxTh#NGd-%W&LWj`ZJGH&Xkp3rn12H zP^eT0Tdq(Yn_y(U)DlZ3cRcO$$PS{V$ycP#qRf?Rw3(~tzdk73X3eT=O}N|c*&4c8 zBb&26+o*iH?;kH@je#MP>yPvo0{GNMu&p0$P`ZurU_ztN7!_av!_6wwIj zfxMQ8H&Ht-uCB$!HpsPB4N1D;=2mXr3@I;#v1pK9C8giv=`$K6#(Y*34$8%)T8!4p zV)DLA1wU@ho-J$4gCM=9gJsniU8v-ab_xm>rI8g3Kq4sa>tZEQv3874gU2v4dnM5 z3~VH8jR*!se@;Z#F9~#lFUbXdpP01wTw3On-lW_2)_P&r;CDzCPSw-w_D)_Qc%0p^ zK0N8i!h3l(B9)?$!9Cp(tC3Y-U*C)8p^V@XQ(g$0Z|`LxxubK+Ajku} zT4MUEe9C@ZO!t`-+n9@fv*Qu{bFlwR_kN8Cvg5YKh6{B2m8j!!(vU!*E1n4vb`VLG zTvG>}H_y5Yv8>kJ2_3L9UcAe>=_Dq}um*S+gKypbHSot`aR3|DTY^DLRuQ~WBr%;+0yv<_(eprkjCa-*{yyr zTU!+~kb{F58HtV=SHA)6y(_%hP7efjDMhV;^b=@}UZ9IZzts&&$hcGrJQ z+w7~JN3%6PXXkhqYI7j{IA0<2i{xv0-}X}Y(Pe37OI*Q=g4Pu;kv8HJF+t-m1HqbB zJhi(a!h9|UJLTEM@kb#(=KS<@bR#5y!}2qsh?|2@(#0z^l>Z3gtyT-`>9KH$i<@oaYlz z^Y5XHC;U-AK^c<-oYY2k0BpD#nZ!YMt?Lo(J90KIPf$JO9fH*Z{G=bYB2D0{oKK}$ z-){^i$HSz_NCIc_LjjM-b|^mbqMr&kCM#}kZ0vi-_L2oKeCnV+3rq@6p;oZ%)O?w3 zs4b%~E*Y@pll@F4q|8G+QUARE?!whZ>1m7J*A@Sgg(l9G2h*jyvpIg#J(>EU(GAwe zxr{pI?rIuiigym)#W>QXbxXej!qi?42a#?9nzFl{@s#^yIzuL{w{fPQ%ljP}Xh7G0 z+lE?Hm?n6M3kgm`fzJU2szs{2*74a43@CoPL@ zXPqf(phZI!&`fv`q0{HjpWBn`!mTyH6o#>%+r-EY3+eG=Psk1MOATJwv)~7pm00ra zOR~Fq8m8c6L(bA;Y|iKLx^y)(Vr(fMCnolh&%acInyr%^DFQBt67+O+3mr#H52N{& z9LOJZB9Knk&;I-|{w$cMMeK?uic)W|JH%|iw2`jy(fi+A_FooO?nq2{3&@;2I&rQ$ z_tTZU-#LFVH?Zk!sPf|*0sr*}RKf2?2knHl#uI^YdIHW5KuhLOy+=nR)fxR=hZpQO zBUI=vyuOq4gom_SADrnFT(xu6%V*MSD+dw+;0M-}g}!KoOnP-V*l|{W#dK!BCNAh{ z%b=09HE0y?so{^_S7BdcO0l?z=WASQ>IZsvQM!>S)MuuTx*xEXrc0o? z3eFsrPh_st?$eqy2Z6U=>n@OZnoys#?F^p#eS5fD-~Hq&?sPHBrY{oyZeQi#y80?` z!O?b6T&NU+QE#O;`#TgGmh5F`S(>qpUNOF(;Fx!{gO7{6S~vk3>3pt3V!q$w0C&p!vGR%QLTOB zr-3a(8aK8;I#FaPWe1x!o5=LaFg98^9X)+}x-Wou3(e`WL^yW57ER;xtLo8sh!^a7 zYlZz8l}TY4w|r5@E2B(}lGwFkru85UhVE&hK5y__eSmmIn;ceL_1n7F5w+(x#L=%` zZy1@ghk5}=eI!=+mvOC3K*(34xZDbrM;64~Xm3DnE-80GX9&Swo9HX4Z98WVKfm>{ zj;=E3F(YO#FDSc>!`|M0g{{3G-9GL_S8(ICdvTz`zN+7&@WR5v%uI$E7(G4xUYKq5 zXuHdzW;IK7Z&>j#JAer0Q6_O1sH;m!24Kve0y3V&<={rVZfr6Fxj-KiZY@@-PKCFQ zYA~6krKQE>kXFb@7Yo!gMPOh>E?#1>wtNYs2S3P zLJZL-dE*Mz04bVbudMGixh}1*aw%R6oJMJ^9gYf^o-}nC)@ffyDCjT~TtIpj_GO0Q V8LQD-k3XB{T5vt}*D%}2{{clwrau4x literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/drawable-v21/launch_background.xml b/android/app/src/main/res/drawable-v21/launch_background.xml new file mode 100644 index 0000000..25b2d9c --- /dev/null +++ b/android/app/src/main/res/drawable-v21/launch_background.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/android/app/src/main/res/drawable-v21/launcher_image.png b/android/app/src/main/res/drawable-v21/launcher_image.png new file mode 100644 index 0000000000000000000000000000000000000000..1478647ce9ac725d7cef40d247aef87ed6c7599a GIT binary patch literal 2938 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 k(Px#07*qoM6N<$f*Zh-(f|Me literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/drawable/konectorsplash.png b/android/app/src/main/res/drawable/konectorsplash.png new file mode 100644 index 0000000000000000000000000000000000000000..d39b34546bec6e72a341a315a147b0e36dd3f04d GIT binary patch literal 14852 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 V8LQD-k3XB{T5vt}*D%}2{{clwrau4x literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/drawable/launch_background.xml b/android/app/src/main/res/drawable/launch_background.xml new file mode 100644 index 0000000..4d72ebb --- /dev/null +++ b/android/app/src/main/res/drawable/launch_background.xml @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/android/app/src/main/res/drawable/launcher_image.png b/android/app/src/main/res/drawable/launcher_image.png new file mode 100644 index 0000000000000000000000000000000000000000..1478647ce9ac725d7cef40d247aef87ed6c7599a GIT binary patch literal 2938 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 k(Px#07*qoM6N<$f*Zh-(f|Me literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-hdpi/events.jpg b/android/app/src/main/res/mipmap-hdpi/events.jpg new file mode 100644 index 0000000000000000000000000000000000000000..df87cba85e95feb302f4aeb51d552c1c0419f599 GIT binary patch literal 33198 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 literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..db77bb4b7b0906d62b1847e87f15cdcacf6a4f29 GIT binary patch literal 544 zcmeAS@N?(olHy`uVBq!ia0vp^9w5xY3?!3`olAj~WQl7;NpOBzNqJ&XDuZK6ep0G} zXKrG8YEWuoN@d~6R2!h8bpbvhu0Wd6uZuB!w&u2PAxD2eNXD>P5D~Wn-+_Wa#27Xc zC?Zj|6r#X(-D3u$NCt}(Ms06KgJ4FxJVv{GM)!I~&n8Bnc94O7-Hd)cjDZswgC;Qs zO=b+9!WcT8F?0rF7!Uys2bs@gozCP?z~o%U|N3vA*22NaGQG zlg@K`O_XuxvZ&Ks^m&R!`&1=spLvfx7oGDKDwpwW`#iqdw@AL`7MR}m`rwr|mZgU`8P7SBkL78fFf!WnuYWm$5Z0 zNXhDbCv&49sM544K|?c)WrFfiZvCi9h0O)B3Pgg&ebxsLQ05GG~ AQ2+n{ literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-hdpi/klogoicon.png b/android/app/src/main/res/mipmap-hdpi/klogoicon.png new file mode 100644 index 0000000000000000000000000000000000000000..157cc384f9277913d73c0870f82bb62c43214b69 GIT binary patch literal 4631 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 BgGK-V literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-hdpi/launcher_image.png b/android/app/src/main/res/mipmap-hdpi/launcher_image.png new file mode 100644 index 0000000000000000000000000000000000000000..1478647ce9ac725d7cef40d247aef87ed6c7599a GIT binary patch literal 2938 zcmV-=3x)KFP)R>$R&s?$w)q6qi){YqFf006mSP% zGGHcP6k!*jvr7r?=&R zGQa^qFP9*$oX-S78BbQ@DZuwhpZC+}qRkT|GJ9B$rc&RS@V!I(ws2ED03*n8!_a0i zpnnRVe*vHnFo8__cgbn&o#OYv$PLE&zXK@MwbMO~1Q`ezLr!zNPqzXJL~73@E+T6& z4lsZP9UcTcD`KJEucUIooe%^SYdv7A4(|iJRuw&qYcKKy!&ALMZAN27{&lCze1}h! z`67V&#$y>Au4OeHG9kQ3}L1zl!Sl}o zHj&xyn8ZBY1b77yHfZMz;9bDo21=Qu8=p@k^|vzQnDhn5Y9inTz(Irl#Bl=NV(z&}}?M!=nBl_sx=T;TDC?(+mfM*tCTFgyha z;U{v$u|-rxI>7h!fU};U_I$yT`hE)UP{jIEMT0h<6eps9?KW4QY(NbWAfkw!fT1?$ z2jBm78*L!oBS+QBYM9}26Qb_2`K&l_ysXY94l>fBtTK7#N!lG`1VQ=$K9h8?*sKBH zvQQ2v{F_LOF9Bp}oaL)-Mv!vfW+F&PSGG1c5Wd*~K^8ffz<&s}!=+0^^FuZ}2-7x9 zMes21ki&M+Nxe431i^j%DTn=uW2H@kOtyI5s+M*GR0-0XOd6l;ubXeF!hJ!>_cS9% z4C@+83kCr(4t=@BD)rq4mZexywka>DO|(G}zQSz)%m$1Fj0BVbUILt!40xr2ud!ZI z?;Uz>KiU%HPNJITi2Dgo`|`Uva=Yv zvi@`fe9r2G08fxrxtgqMHuVktkiSUUIY;xQLXbU@F+iQuA9CK32?WWZEr`C{{{X|y z9z1+uBpZ}_n?&Ie8$AAo{!u5r%r`pjqj`1c~Fg#nx|}WM8|- zV!VFA%AY3x!c4H=wXEK5i4yAN70LTNX|dm~l+>A)A}9Ulto#=$J|{(%_yX~?B0=<6 zD`Mvyai0WrFVNEdhYCS@lBwf^W9f8x0@^}}q929NP5l*5b-2JA2z@B2yYs5$kuHh^ zX|N(N$s9>tk3rcSiL?KZ;y7c3tDe>Uk%{Afj+G56wzHPi+nfS|U{d3MSou;LI`%xP z`<6|Dyqw}_Sjq^3NA_FT_eW@NY`%GhC{)zZ)+=~0bjVXv_f?fnMXgUzdn17)er>KI zL6#`Ke@}^{ZM2=6$I5+Xa|L^p)!%C{@z1hywKl@IBPCm!K1mYfdRF!*g_~7{`w^RL z5CnamE7N(;7GWQ2{T z_OiOu4a#vJtlU9Fid%+!1ts~djW%$#e_Ox08?>#~io>e8t zJ0i^@BS<%jsp~&S6RWiPM?<=S&=<`WTYJGt=e+*9+qo4%N8W-UP2?=9%KNPT4<%)K zNtD~kLE}#Lj0*PsH4^1bwIkZvC+U2C_S+!H{7fUrYKr>E97MI1zoza6uGG1~x*Hw! zE)vN~v?Adrlb8UR{8eFpJzf&t&T{ZZzqjx$ZkLRG-!?{&o@8pkL2n>j z$xh+-rGX$nYaxPcwTP4*$smGMNq!u#C=&^Sq1{X9`xO!g*fgIAlMz$7 z#R9@DU_QvEG!TRz!hK5N%VfdRXl6@%olGFeBf>g`<^vJCs5FDN;~flitW6W-1JOL@ zekrYDTsb-$`wScMdB}k-05Jv$I`ZHkU_wso1~pGn{7PD>OY($L3m{9L7V+~ z&qm;(%@PC$^@K>g-yl7Z%dM^(n2>a6Bh`e$yU%dzkrxOrl@x6af(VhAcC*fAJ6%aR ztn#ro3+JcFcs8?-)xVXM=_?^fmPwygbJb+hOG0?9JrV?^Trya{Hnt+#ZxV8;f}vv; zsq3O}`H7y8s^1L1gd$4IAyulUQL{o>7Iw4=Gk`qgb+9ca>N}{vJk| z2R$TZ?cDZ!RLB!a+a*Ebc|LrSrCTS=yalEH*dX0~qjy>Tm658k9r0dBzXC2w?WPM;$C}Cu zM}jjyT}qB%=y8)iwH86*lYUOJBF;6K^iK4=5UW#Xq44(z`7OaaOdRtMS^2}l_=l;v z(!Wa9tTRQW^x3+rC5yuKCVj`cj|ubZ$OGCdL4-&=?Tt_3+@PI(^c}YG zjELpVab-Lu@jdkNwlF`}&|AfPk$C9|pTCSEoFgd8H!84jGg|ke70PQY5VxP}z&jdj!5Q&FJ{}Qp^E;5w-6^FYaIq)pw zbj6S&AVrACapu&l!tdqQguFnEKj!&ElaW-4eMtvFQ1CAJCL79v(I~HjIVzDvrp($< zaiVc-mzq3hfuznio2@cS$TR*!SOw*#EJCWXIJ1YGHiFgBR&AaTD{a_LH@$r^WGaB6fFus6haMr`gCB k(Px#07*qoM6N<$f*Zh-(f|Me literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..17987b79bb8a35cc66c3c1fd44f5a5526c1b78be GIT binary patch literal 442 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-sk|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ*D5Xx&nMcT!A!W`0S9QKQy;}1Cl^CgaH=;G9cpY;r$Q>i*pfB zP2drbID<_#qf;rPZx^FqH)F_D#*k@@q03KywUtLX8Ua?`H+NMzkczFPK3lFz@i_kW%1NOn0|D2I9n9wzH8m|-tHjsw|9>@K=iMBhxvkv6m8Y-l zytQ?X=U+MF$@3 zt`~i=@j|6y)RWMK--}M|=T`o&^Ni>IoWKHEbBXz7?A@mgWoL>!*SXo`SZH-*HSdS+ yn*9;$7;m`l>wYBC5bq;=U}IMqLzqbYCidGC!)_gkIk_C@U3UlZdwjT;hn2J&dPO3w2Yza&kG_l5*y2!#ZOa=@$10)Ps zoQ{QQm@90=#<9{kzmj#+MKnGy-X>jl&OP_uc4?OMNpA1$JzvlBp7)&do^uySw>TEW zn?STk2#7Zl0^*H?fJoe1^oH?LZ%c5c#h9`;FRgyr;ydnX8k-#&_6IwLXM=OGZZ9SR z7B0;*FDcqym7JZw@#o&1PLMy|Uz|0Lq%=x**)5xKTbtw_UuUiTlJYr_uj|U>NZ-|| z(Z8Z;J1PMno&w@;g3uQHHQ)-u`rRExneT`Zz5a!MR;8LAv-# z*>~nX-DXJ5DP$!lS!|{se*1G8zVBe9pF`QjlrQ4F6+(`t*A2G%_f^+joAv&ymX9U@ zXgmwn8^fcKlO@^m{GM&E?0>c%W8hKzw}qv3HlGUYx7NPcj_2E0g%@T#?96ODY5lQv z&2w-mRRdm=09e08f&4sR$@;VQmyQ~$)h%R&4bQC*Y=*BW^epgQkn<)aA#?GD0~{!pqk_*7B?#=*$bb2 z3=IX;)D;3*7X&BLokxbG|7WB~&=mc)$d!ZwWb5<%c192R5KwLsJ+~S}Pe_chMe7UN zZ&d09p#W4ue$TRygvK}OB_9Hfm*l1SThWe(k!*mtP3VQayz)W;sGy9KbO?)L zQ;Dn7-~NPff+c{v`ilhI&Uycs)dJ8zzpjp zW(ykzv07eQVCB4@<`obLnB=^7s34;Ww7Ziy0x&~)dF2!Zpx^|iwmC+=G(?rFVzrPF z(5o9H_CDdX?oa{+gSb(glE-M!87l#Dyj9OigAoral@*2(sGt*--yi^3i;%bwVL+cs zo?O5fO%f;Gx-vD=p;T5V0CRo^Hr*69M6QsuQhQ*%73eAMAQM5}7u0Z)2hhu0|0f6q zkpH0G0(#9zn-z{xLhz`Gw^Rv`d*KB%c!-lF1!-LfiH9I|7xE6WP8Be7SrPkhk`Ka| zJ}-kdO0nJ4!@Aw+b%T2ltGuR=%>m1rFZe5p8*j3u_iY@b9aBJ+txTeR$+;a>(7vUzWa3b=fTgVfC*o%~(`j(9@rDws&Wx zyoF?vhvoCto(V~kMgeqUcBaxq2eeIag9b*H3Ha@IuBzn+8FiairW)4|_qMnpfYz7D z2=hEFU#^9`#Arkn;7%_1^8ko=r0bV|pL}Nxc0$N?!b#52EQg+R$qT0@=sw(~RTvHD z$j9pSGPzJJPjk0}QEURjX_rUif;KRpgZOULbzU!zsE*fZ7eyxqm=-^Th(d@d0YQ5~ zPy6ov;w;*XhYwcz$kDx|YWov(ngQ|MdMqA^n0(+Mzs1!}-v;PE9V-^}oO=W!-oc~g znE&!n^H`v5{tHc|DeBN895?M78OZvQ+~XBDtNsuYANk^qgn)SCmKX3J%}!J7Wi&E2 P00000NkvXXu0mjfBxd7E literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-mdpi/launcher_iconnew.png b/android/app/src/main/res/mipmap-mdpi/launcher_iconnew.png new file mode 100644 index 0000000000000000000000000000000000000000..05fc6fca851cd33dc16a3df255ea3f10de9829ba GIT binary patch literal 18199 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 BgGK-V literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..09d4391482be68e9e4a07fab769b5de337d16eb1 GIT binary patch literal 721 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wSy!iOI#yLg7ec#$`gxH85~pclTsBt za}(23gHjVyDhp4h+5i=O3-AeX1=1l$e`s#|#^}+&7(N@w0CIr{$Oe+Uk^K-ZP~83C zcc@hG6rikF&NPT(23>y!y&wkt5C($~2D>~)O*cj@FGjOCM)M>_ixfudOh)?xMu#Fs z#}Y=@YDTwOM)x{K_j*Q;dPdJ?Mz0n|pLRx{4n|)f>SXlmV)XB04CrSJn#dS5nK2lM zrZ9#~WelCp7&e13Y$jvaEXHskn$2V!!DN-nWS__6T*l;H&Fopn?A6HZ-6WRLFP=R` zqG+CE#d4|IbyAI+rJJ`&x9*T`+a=p|0O(+s{UBcyZdkhj=yS1>AirP+0R;mf2uMgM zC}@~JfByORAh4SyRgi&!(cja>F(l*O+nd+@4m$|6K6KDn_&uvCpV23&>G9HJp{xgg zoq1^2_p9@|WEo z*X_Uko@K)qYYv~>43eQGMdbiGbo>E~Q& zrYBH{QP^@Sti!`2)uG{irBBq@y*$B zi#&(U-*=fp74j)RyIw49+0MRPMRU)+a2r*PJ$L5roHt2$UjExCTZSbq%V!HeS7J$N zdG@vOZB4v_lF7Plrx+hxo7(fCV&}fHq)$ literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..9b81ea734b603a5a918e1643a2195e559b59624a GIT binary patch literal 2191 zcma*p`9Bkm1IO`=VRJX+zV9Pv5H%q-wgWt>A;0q9~O$E^I?SLln}yI|3Ch zMM3zRk`5PNzCf3pYJ5oS^c}?KYsa^rb!@j+RBZY#YkZPc%&BcA_vDllUw?(bv;Gfi z-GSr7SUVR)tNDdH$d>Ye04CmwsN0Xp7NZuq~N|KeUv-vo=He_Jxnt zH)S}|im>rPetB~-@$8sXLbHWEeZHw@IUwy`&R-KqgdP7Vk&o$n^z-~;U2t|KsAY$s z9dVifvN~skU^mAyPYtC2a^I>i4lA`0n_UR!KhSs>^{G9YO7iBaAK}T`MP7N zMylxXnd9Ca8ovuGH5ruK+p6%0w;#OnAKK?*VH1K`ZXi85g`HtK9h{{ouPCx(&~q|6 z>6m?S+T9!}-PNlb5D$_h&O}^xc55d`6Xs?r<~!*4j%QwJW8 zb8loqN)uUnEHVSzxozk=4Wp9Ve7u~)TE#DVe@*`Yl0-hqUPxrLgI0!ESNwDUV;67f z$}HL{;@Mg@ow65V-{FTCn#97UBq`RLh-~H9K7b>oInTwCzF8DF=M3uldbYZzuuF~~ zDprPbK+xvO&3g=?46)NCkb)xDJzGG_nOz^tC4C+_3q}>!k;$(>)#U9u(-&3aqs6ja zSSU1??F-2@jO7870MjH}9nNnQw&h&T4}7^L-610OyHF6aBb=Yb)RLx2N~3;etQjyK z#~|3jlQ;AQeCw79xcf;&i~vC}Wf^U*4wd0hxx%^8pav9&d@LmLnClF6A)?WI=;c+5?#lFUg3rZU8*5?m3!j#~ zU(1-hw~%Fx%~saML&zpm(MLL+SDvZW{IY2iV*Oh#R9LVnAVZ}JBXC}1E!jE*i2Cj= zxzeb9He1Vmi$VRbVW!X93}rp}cV-ewqx!bdb*6x)Wz|v-)ctcKouDl{;XU`>J5MDn z|I{W)VMHDRN_%ic1Be+E-Jzb-uf^=sx~p+;((Vca=1s>x?cnkOmYcYy0}m0UUy~Za z{W)%fM0H4R-5rQ>?!*us_D(iQ8&{iI0R^hla4V{xFG@QMx z_}UVm8-g6)hEbdTQ`v{`8Ls^O!;#zy5+PW zI5lz68UY|HZ46ER+Icep-66p2Og#2MGS~hGZ;ek!_IX8e3rzn!3;@Ey*1Xvid*@%f C<@(?N literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-xhdpi/launcher_iconnew.png b/android/app/src/main/res/mipmap-xhdpi/launcher_iconnew.png new file mode 100644 index 0000000000000000000000000000000000000000..05fc6fca851cd33dc16a3df255ea3f10de9829ba GIT binary patch literal 18199 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 BgGK-V literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..d5f1c8d34e7a88e3f88bea192c3a370d44689c3c GIT binary patch literal 1031 zcmeAS@N?(olHy`uVBq!ia0vp^6F``Q8Ax83A=Cw=BuiW)N`mv#O3D+9QW+dm@{>{( zJaZG%Q-e|yQz{EjrrIztFa`(sgt!6~Yi|1%a`XoT0ojZ}lNrNjb9xjc(B0U1_% zz5^97Xt*%oq$rQy4?0GKNfJ44uvxI)gC`h-NZ|&0-7(qS@?b!5r36oQ}zyZrNO3 zMO=Or+<~>+A&uN&E!^Sl+>xE!QC-|oJv`ApDhqC^EWD|@=#J`=d#Xzxs4ah}w&Jnc z$|q_opQ^2TrnVZ0o~wh<3t%W&flvYGe#$xqda2bR_R zvPYgMcHgjZ5nSA^lJr%;<&0do;O^tDDh~=pIxA#coaCY>&N%M2^tq^U%3DB@ynvKo}b?yu-bFc-u0JHzced$sg7S3zqI(2 z#Km{dPr7I=pQ5>FuK#)QwK?Y`E`B?nP+}U)I#c1+FM*1kNvWG|a(TpksZQ3B@sD~b zpQ2)*V*TdwjFOtHvV|;OsiDqHi=6%)o4b!)x$)%9pGTsE z-JL={-Ffv+T87W(Xpooq<`r*VzWQcgBN$$`u}f>-ZQI1BB8ykN*=e4rIsJx9>z}*o zo~|9I;xof literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..43aed9167acd4df805def041a29f7260a907eb12 GIT binary patch literal 8513 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 literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..4d6372eebdb28e45604e46eeda8dd24651419bc0 GIT binary patch literal 1443 zcmb`G{WsKk6vsdJTdFg%tJav9_E4vzrOaqkWF|A724Nly!y+?N9`YV6wZ}5(X(D_N(?!*n3`|_r0Hc?=PQw&*vnU?QTFY zB_MsH|!j$PP;I}?dppoE_gA(4uc!jV&0!l7_;&p2^pxNo>PEcNJv za5_RT$o2Mf!<+r?&EbHH6nMoTsDOa;mN(wv8RNsHpG)`^ymG-S5By8=l9iVXzN_eG%Xg2@Xeq76tTZ*dGh~Lo9vl;Zfs+W#BydUw zCkZ$o1LqWQO$FC9aKlLl*7x9^0q%0}$OMlp@Kk_jHXOjofdePND+j!A{q!8~Jn+s3 z?~~w@4?egS02}8NuulUA=L~QQfm;MzCGd)XhiftT;+zFO&JVyp2mBww?;QByS_1w! zrQlx%{^cMj0|Bo1FjwY@Q8?Hx0cIPF*@-ZRFpPc#bBw{5@tD(5%sClzIfl8WU~V#u zm5Q;_F!wa$BSpqhN>W@2De?TKWR*!ujY;Yylk_X5#~V!L*Gw~;$%4Q8~Mad z@`-kG?yb$a9cHIApZDVZ^U6Xkp<*4rU82O7%}0jjHlK{id@?-wpN*fCHXyXh(bLt* zPc}H-x0e4E&nQ>y%B-(EL=9}RyC%MyX=upHuFhAk&MLbsF0LP-q`XnH78@fT+pKPW zu72MW`|?8ht^tz$iC}ZwLp4tB;Q49K!QCF3@!iB1qOI=?w z7In!}F~ij(18UYUjnbmC!qKhPo%24?8U1x{7o(+?^Zu0Hx81|FuS?bJ0jgBhEMzf< zCgUq7r2OCB(`XkKcN-TL>u5y#dD6D!)5W?`O5)V^>jb)P)GBdy%t$uUMpf$SNV31$ zb||OojAbvMP?T@$h_ZiFLFVHDmbyMhJF|-_)HX3%m=CDI+ID$0^C>kzxprBW)hw(v zr!Gmda);ICoQyhV_oP5+C%?jcG8v+D@9f?Dk*!BxY}dazmrT@64UrP3hlslANK)bq z$67n83eh}OeW&SV@HG95P|bjfqJ7gw$e+`Hxo!4cx`jdK1bJ>YDSpGKLPZ^1cv$ek zIB?0S<#tX?SJCLWdMd{-ME?$hc7A$zBOdIJ)4!KcAwb=VMov)nK;9z>x~rfT1>dS+ zZ6#`2v@`jgbqq)P22H)Tx2CpmM^o1$B+xT6`(v%5xJ(?j#>Q$+rx_R|7TzDZe{J6q zG1*EcU%tE?!kO%^M;3aM6JN*LAKUVb^xz8-Pxo#jR5(-KBeLJvA@-gxNHx0M-ZJLl z;#JwQoh~9V?`UVo#}{6ka@II>++D@%KqGpMdlQ}?9E*wFcf5(#XQnP$Dk5~%iX^>f z%$y;?M0BLp{O3a(-4A?ewryHrrD%cx#Q^%KY1H zNre$ve+vceSLZcNY4U(RBX&)oZn*Py()h)XkE?PL$!bNb{N5FVI2Y%LKEm%yvpyTP z(1P?z~7YxD~Rf<(a@_y` literal 0 HcmV?d00001 diff --git a/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..dfaca3192af0cfc43daf49b64d093eb09fb716fa GIT binary patch literal 13025 zcmc(mRa@NN_x5Lo!Ao&3Qk>%M3{c#PySqbiXYgXhio3geVQ`x-?pmb9y~X{{?=?IJ z&q1_f{rIcepf+slI`HAvf_oa!rk)IoMG)%adNCs z)S9Q+NF$9xYjr@8Wa4kCGbR+X%`@I}1T0<_`=&5IV2HOynIsfE3ES_U>dd*#HaGiJ zZbCMoae`i+A7WN00YzKn`2;REF)aH3a>$PLfn>`zZjFKl$^`=@;v^bD>h93Gz2=Mtqtxq| z@dFp`NIgOBAD`4A{;ZqD$B8d{$&5lcNw=aFw~`#= zCu(iQP}Xv+E$m+1>}t111z!C%a(1z#RO{k{7Kr>|MwT(o9C`fEy=#@<08-Yp6dT{I zH_NqW@a5dp-Fn)v(U$J@kd=1*%tz+gF*&xH*4(?gcn@*PwLOSQmy5>BmrEP*20(LF|?T_xrAp+$dTmpsjv-?7? zrApbqzu17m1-$eKKv!d}OtkqSwA;&s`aMn3v(~BeRzSp?~$ul#?ElJziLZ$L^Ww zzG}DBY_FZ>mbE@qBOjjT%nM`A@Nj-EO+hN0SE;&8S8AE!vL^AOLV@mtuF z;DgqI_G`Izw;SipZiQr-Eo%lnsQul+nQ3s;M*H0_b!tKbJKRnL6Ypnkw8=Jx2d*a_ zF+5EvU@cMb4*GadU4o^9gO zrcD0UU$i&zQbW4Y$VpM7UCc6j_>ExI{Z?nzOL(AWTCi?@D2nz#iN8i33aI!aQwv$MsDuXUs`^=BxQ5BjIMq0Y@Z zM}BRyW6xc4o8sbZ&GgND+;rUg+Vc2X(0A{^n1Ml@uU0t|7Cx}Cr6)qA$s4UQlq%qM zk8$h1D)a8h6lM4@_lbS;#F$(;2fz8 zBUVtlwnXzkrHyH%2QaM?xlKra2a~M_fKQZP7Z%7)nqOOvx#AT`t*-o(@$R1 z9I}T-wsF}ujzwR^Vnbuq@#AKoc|atAI#CBcpKP`Ktm$8CUi zvlkgOHR!uR9*oXegxfYy4K3u_15DtA6c*$WLIy(4qtGf=sh!Gcx2LE$Bt4p)$tz`a ziPt835l_dh{Oc#YSURK+C~auZ)@cyuL%0UoD!B%6nNwjNzWszXa2!3Hjgm5jXYw21UFI7RyshbzH9 zQsq(&9aLJuTaM&?u;Vq1V&b;HlSj_%#^Cnp2VdJmGf*w20TWcnm-=b$5Fe*PLtS2kAKU3h}ho8egK zHo~MY^7#6Ir5pUL$m$k?{JK0~R|Fc2A17fA(v~)}@t$~Hq9oig>*G*Xw z$PCDb14I*>hLCap+EAeR8UL7s?xAyDyYhpG*k2kb-Hc1qt4 z)Ql9-RIR{CiHkPZ#l@Vinqz4ADCTAlmgK$`$5X2ZMiJbw>%J7#742$fEH|-$gpNSCjqIMgptO5ZffD#|^I|Qf0rjav*!kT); z_H4hyHT?sP#>{OGcHgdXpbPpX4;F(O9QYxzf8A?qJ*h4VBq34~QLYPBkO?BF!OH&z z-D`4McW(5e@bBNL9#%X{R&+X|7_yJo3-g3nF!9Qf>Yc)-R4Me-&2}8vv9e@)xX5#( z$BqtO^!)N?J{FoaO%s0{hs3Ipnz{x%orNe`(L3KRCf6B_tqZ-rwvSGJaw}|!BI%~M z-7WpvQ)q>wokVTDv$MQP)1OHPtvSxG*h_geHTA*nez{FIaH0rNInZ5Z3vLors?Die z)F<&3{Gs7)a`SKWq-PyX`Fq6N0I5U2FgE4z&Twl27*G+BZeVHcu<&@Xa7nxBYxBAw zMu6dlP4uVcrZ%*v(Q%!x{$g^o@YvrNk`7v1DRuQ|0uAod56N!v2|ksqVqPv45=~!iuXY@+9{wIKPiqL{8ejVj zQu}2X9JXv6{_=N#Dq>G%h9S&b_`WARxK0_YQMaGOsa66dtRYPFP(49RTvHNSkc>cJ z3`A!XU$z?Gpo~>rIvK!IHx^jTp94ZR^$sS0)paxD?tbunGZf(RoN&rXnBNl_98e|4DkRwb5z{~$IU zCFFn^j+aO{29H2nw@U=BqqYt6P7BV5Iu?)%9W#h;#>AOc1}q9$JS3^OzwB+lSMsde zS-r1OGE;g?$IDchx>A~aId<`mUdQkF<*4i^0+%em%|^F>4s;XCwJ_1Fh3+~H_pXQS6U_lZ>Vg4e<O2j}4Y{-N-YQ8i{T9QFk z0}a>V(vPLqH!3|0e|sxi%urtKwgk3(dhtI;6F6;66dKKZHdDfa@?`i-I^a5-`U!PK zz8v!@y{GUGDi(|hc*g3YS5)ptCrHc##wp=C06eYrS4m|mbkbbW3ndVv!ADkx< z;)%0WLt&xSrEGO5>1*Eao4hx*x{6ehJl<;u0$K^Ep*4O047`L-q>rser&feP>tEztIyjZsl@UJOykvFOfA5 z+#sSDj4OYQ{qJd*|CD<^z@C(iT~B^XHn5!pGT4IZ3sZI-$&=smHq83f_?(&$p+c(o zG4{Rh<+K)wd|_hl;E97?3Ks_t_P_tOI|P;FgSsQUsZtZmKdOiE%1W?Yd9&<&LXYW(rF}-T8M3R$*Ayl>I}0 zey!`{qlX&sFs5_z5a|*XDA%_qw{*5dB5BNp1FWgaRIQly0}?cZ=BDj!Jg*jSRp_G` zKRvtKJ-L>TE_rDGpaIs$Vl#D&?%%e1cCRunHWzgPEhmOX?*P*eSUTYHk4lLIJEOlb zXo-gjBD6W(+9HaUHsWa_L}BM=Xhn&!(Zf5kc+Y}_`GaW-cUyAc^yND{dA(fEm<7i; zJHhX|TjU!@8)mMWWjaPs5Ajue$>}QY-+@p?$E|VCV1vb+s}Bh7HH<%BP;_gO^o?|r zz`Z0!%;tmgwJAf)E&7 zul|{BKe3!+S35Bci#hDs1uC(qKawW1p)(R(blpr}njie!3$H9ayja<^P*V?}ZRu*H zK@|i37~1g2UtMiQe_W^B8c3xuUdfZOF4oqQotvli@!5NK-zm~0-b-|%97sI&Pf zHRi&Qh{%Yo3)K(itzi6*U01#gz8&dDo3-BZi_ZC3I(1j2Gc;ewc-REbBzUz6-EQ^P zpzt_7`Z@@Fdtt9D3R6u2n{+QvqYCkH*LCsw(h`ESElfo%HLmBDOi?;DeiqEk>l@rF?g<(+=%;E|{9RapZ)8VOwGIfrNZ~JG?9`pB^ zO6#CI9BjZ@Q`hl4T>0@-j(n@Oz%xak@`epW};?L6mb%y>pW2M ze7&A4DT0Wk`}JpH1r{LuyHyNaed&`157l{ma|X69h0V)Xn?RJHs|V!gij0^1OolUr8T`!3 zL`-re#w3Z`n3Am65}!^Qj^JwZKf{oEKjXmsMS#EX0961#G}>h2Aes zYTFC+h0K4D&A*LhQ*@%Rg;@Bps`Uz~){4G<22{v0AIZRFn3DAykTRx|0V~brKA){y zwjNDm;4o9VCjLx=G;ptKakkCosD3tk&xQE)`V!Kak|LUN+;F5a^;EpZzFLQcA335t zRk3tkH=#CHl$_tbI{n}g?;t2L{R1&2sqg%I%O%OCE|sCnel6u@MA`Q)lrpNywalLH zpz}oQP+$Yu zjiIQr;{?Zs!jU?FDY6pMa^p|``39Te0!j&ZJ`uUY0)kFf+FYPbU){>(JsXtn z#+|8LZJheM52t<5q7#2W6)MZr`Y)aMmTtMVMQ%59ED{m^2FKI#;QMVMqeuP5hW;T= z<;#E*6*`fPTpgqYkFuK2bMuUrAJH>76lp66UboN%M>Sq_Y!1T(mC?IPFGJe;;4TIT z9d!4&XV*F!$-mTwB*6K5znR~22zbiTfrtbjjqpG&1oZpM{|H%SrkY6K@WsWmDo1(R zE9R!Fo>A^$%rAaH@=hO+l-V)WuX_*iKRCLg*Lxm}>}PHcqK)e1c7sj9Jkwkp!PfD3 z{7JYBG928b+B6`3Zz|~0~WfpnIkkZ}%S*ENIX@Vf?b5)v?!vwHFH@f_V8wb%9C zdHH{=emg9z>B55m-_x4}T4>U{+Yw|)Zu~VYXiCKE(;er|g+bD=ee~|Vs^8SM92Fq7 zd;3Q<#|KFx>c_;c*XwveMP_$y%)#UdrXxCf(p1|NglenbO=d2i{RBvU8A!o$Ca(+;w^T;U>a^kls%V4$9`C4DGGi1 zHj=o?HP-Z#_$F&k_iHVCCSau~Jl$ZvPWu#-QzTuZPggIcdEcB;M2M1w>``~H4)UgSqh({Pj*fDe1eZ+t-;}3wK+rCbo;s30DEPdxl*}83jI=pL%?I@+L zmSd#B+xmIbqCf$1&><=w8e0Ty4O8A-Twm$AC;kEklic)I+`WVYhq3=eO`z$$-HT!n z>bn%U85W=$QVlf%i@k%+TDObScBX8Te9i@^F#FOTe0;iR(fe-|1O?Osd>7KTfPJ^d zCa&Qw_`;$pU&2q##Q-p^X>rzn;`OGTI)ur9pE>|d`HG5)4>V#FXgg4|cu!3%GiQS2T`2Va~z9Uk86iH|oD-D*^ylBw7)p ztp)4OwBm|Lwb{oe_9T?NAp6P128e~@N`*^dV&}qfj2Vs?CInL=o<;OiW)GAyjWeP~ z;fD?7TVGtPg>vCNN|CK%(+i^14<;M=)ExvYfZHl1&gs-KnXA{B8GrexdSdty4ON&3 zY?ltMDuyt5GyK2>0xTH*Me1s+^dYD^f!{2Wx^Oh$C!Hk*KF|)K6KQ~;uMc%+R7P(j zT_RIk0Si57he_$$$f4=X#CF}z!zrN8^4NEEBI7iI&0q<4h!OzO09S=C&fl^Am^JeX z{wJrA1{f#($(&pEnoKc9K>Vx-9me|@tojaQQh-2L1txnK@hZ$Mu5Q*qHSx&#ZUpY# zq21}9CiX8v1$Y*ff)~PXK(~1!q0!lzT<7IDO1Zwk7O}TJU=rrXDglmw$~Uuu_;BaVFcMgfmwUr?NMTUqbQ8* zpK2=@${Qh8XtY@-gPd)$?cmt?i_Y3Z>EF$eMmPWwSnUx=Z4N^LOaYED>SGt!s|=NO z^M(KE*HID~G5>4%fnM*Eu@R$LzXyoMMyqmQ0RT#iY?SIu=z|^v45~SD9(0_=^n4JK zNwwdCY*K)sOd4-9+75_{=oqh-t5a0986D15#9t#(n?XHHfw4MuG00)?dM)W!w~_xy zMoUp&w6Z#C*QU@2+Qo>z7&1fga=*w2H-umH%ciUDHpT&a9Z*DN^Oxi(+v(dOIkAD( znAPa%$GieCB{){6naZWO!JyOFo}g-tmzC`G-sa6?lK~o#XK#il3t!K^q(Al7x{WRq zcmG&W0ogE(r=jG?iZfeMTTws2R zs(GP|NjUQ2e>?B}y9)+x(^v*G<0KZgDfnwn{YbqdotctJWnic(F9d**4Tc$L_I7x2 zQZ(gzC{q|JlgKzzcT-~9&(4!yk#^it4Qlx*i34saWYpw<=sbgvwg&BsdGSZ;>k4Zh zpO<$b0;TILy`Q$E`@Gp9J=!(}KoEDj!2-u^_qh|6{c6ttbcn&n-p{~J?(;K{8T9(!54=YCMdY~s4`Z}H}r z)nn-Zskb&y7)6BzY*EW%>^B#BQQzR{CD&V95sFur(t&=3_zw)YY&%*f~aXbk6DU z3^9>l%FczIT8wtDp2f+vDgvB=vd^wIT6IzFE$H9tevf~LWe+vv!S7#uoit+hMT;3T zzVhHJ*=1O$wl*>n0DA+m09-B7Sot$MHSs>VzOc_1ZLtb{@VB?g3-Q04yaG=s9KZVz zRrnTY*GBwICq?nC5DQ9FCso&#rKR3bA23&dtq_2T1o{dkFF{}N0jBO&66N~oRXe4P zj+aRW*>j4zNTgDu9|z*HBv%bf2L|Da#2ALu5!;&2zZ`o6x{)(PcEEQ~RGQ`fqk6-R zl6775W!6ajc-|OwSb!BI5qq!vnOuTrmdrOL<(#0vot)c|K?$lpuf`hTqH_)%fW3CY zCRsMc_R3=5DWb>WC;eVZ>I1Qr?^HUK>J|xsT0p+{7yytvdqU2 z2T(l8S5Yoa{XNc0%LU<1Q!9?mjFq=^M3ue#d^dE&TjjPEgK_q&PW(?OVD#bOEpByZ zq5NTfX7mkH!xoEDVsy8uc!N1qIRCzmv*TxeS$cL|E#KC$lZ>Xv1oKFTBf_K|=pwwGRncNMzZ*OZ*!W+}XMf0Ld(cS(12qK5 z(mprw6>s55S#~QcH=Es))hc~)izPNIJ8+It|Ex-`5S)?yCjJsUqf@eI#d^{6D4eFE z_aI%fv4RoO1L>@Bug}H@G z@r?2^NlXq)Oevyd@WL8Bv-G>5@B4lFp@ca05J0(qH5JoV!JhgYYJ^z`G&9d#dAF?M*ka1U&M#dGOgkMwq{BGnJAcFR$}3&UiJpC8~+vk&7x1`?1Lu}PbE>kEk#zU8HtS9qn!LVxxSRlDL{OuTg zcv4uGQ4nzlSXKRa>mZ0rl$8>aELTM606|l%)l1&8$AO;)|GOyc>g(7g^-IsbIOn`j zGvO(C-hQ~Mh`JcsIYpm?ukFX=-s{G_P1DSsftKUzri`Ze?k%Bl^e%a9e{AI(HnJAI z>7~jcqY77OU|KbrWT5Xs`b5F|%^OPih~LK+@sX7)W>_7Q6cLB?q?opXd@k;HwO zl}B1SzGHIkI}-A5Zx}-tK+Cg0NR7@e2QlwWct3$|@p4BEGc~lW2i4#a*1xGQ8pL7b z6mOSr8|Zeff|A`1N&c&a$p3XUt@vT%c??iw&7Ey(-8ULd z?I=II+r8=^oftetSLY6tqNo#6RRilFg7Zh-th3;Z(pI zyrWF6K!UtTMS!NTH!mT+ktopWU{+*1e+)`Pw6yBnTI(MB{i?Q8k;sNZ3?7!yd1*D= zC4$uN&&*0-2JfhrEn5@V7Z|G^-`RkJ4_k6mtVq|;Lcfqd5$Pavxtqj8d-@dql%1qp z*kl;nOE={0+YUzBpE{hnc|vb)Rl(Y`WW1cWr1z&Xu*ubKum0Xbu0aJC^RJ4vD`Af&G1I|@`h zf{yjZqbLXk0>)%THlVclCTi|_jDEEq{+=c*C~s2#vO)tqTbr&^0_k6{TKFZ09IAniqNFr+Mm17N zyKKzOv+g8wT&PI^-qp{V8X?j*i-b8Oj*%4=>p}w6z=V4j*A?jeUqOZocHMq~>MVFP zRPo5b>MOUb1f>e4juNUtwVJE-{b$Lz- zM&Dg8Jikkrnoj_{4cF^@?vU1AlWy~oY0>N@7edk7?sV4au(CN_07KD%ObH?*-79OV*N+lezOOA|4exnUda6XpXsoQ@$^is!|8s7N`ZBuH z46zD`%RNM_kA6=Ymosf~s6As(F&Huul-o~KjbF_OqM@&o`=3YL;ziMAb}o3wv`CZR zi$2ju)bx!GQ+QiIpxd9C!`qHV^zN^NZz)9ASu5Q7=+}4apiwkSt`3pS&7DiKO0RywfJnG5Be*O6ciupWZB+wW z?zx8+s-aVphaeqGkTUe%RDd7yA%!|-ZZBd(lnPKyRSm@kL*HE7py<`tsA~!Zq?aqm z(hiWuJ{sUdBQrUQe*R?m-^}AWqMi3KdvX)FJd&fI76g3A$VM{IxfTVv&970Ibx#k+ z>vso#3o;KidkIx;PH>` zwM;@Z`(%K58XorphdpX~b%bTsC>3{oR{~r19QEfPoAZovqUV$ukC&O1VU0}|crAL~ zi(g(vl-Opr#t46_pz0(n3U(&Eyfr(wNLlOx_1W?}sA9n`-)jGqek$Rcc~)SqQZQqt z$fs@*h=US}Le_IzD(^3KlEI_Y;+fVjm^iaxdG%dHo=$$-a(+v|`EK*veCbHmk6>&b z;+&Y90IYAfL3qkvZmo|TLN3f=#;y%Qn`##r`^iFS8Jd|ugqXBg3~a+Bdk(od5AkdP zcXM)n=a<0!MMAud(y={Xl$-5;2Bi@WQwbDTMrW@Z$`ihVyP35b;`kRSQDMXV`5QGPgxA+4@Fee8w%xh!|J~?tr)ComQB(*^xikc>J+{^s=r*WB*x&7uYUKWX*FE6rJ-fxd<%ZZ*v{g|%B;ykhb>8tOhLt^vtWELm_6@6klb$ZkH-#Aef zu|$ue&Q>O>($~#W!M4vpT5Lh_KfZMCdrO47Z*=E0S6dXU0~FzoYF=P()%$uL=-9W| zK(UbV4Sh?rm&YeN>ByfFWx}TU+1N1Amv4I#{p?S$NNIwFRMe(9 zW!-v~qBo(O&tdF5DQ@1~Ue=x|2Yz!Z!Oua7MnUOBB79hH$h5H8yK^U%lK{<91}ZFT z4ljmDM9nnmRO8^=^WMCD`s5YgV!Nii_uA%V)#Iq4N<=Z`J*GGEHM7_ckx_vu6%8DM z7B(n^GZk>C9v(JGfxw0j3S*EG24e08tNn~}61%agYT{S^Q1{2OYuxF~+HaP-S(POF z(}W1*@YB~HdRF4yv*eU|WKN`(Olt3^a!P0Q7 zqC1V({)j0HZ}2UFd6CVAn%dNp;*|7>9&jr|-Oi#sWY~z#|Cx=|CnOSY=9I0Y^X4$A zhb&9SglLV#kxPW$*GN&uY{JG(j=kkK1d^^4#`%+oJ->;rO&{o6ngR+xLoZ(O{ey?xriR(wN%T813CL+u( zKVR9^TO3af7~Omox2keO#tJD)uTSmYRVmgoW)krhLlL?Vif}0V&niY#-XY`-0Wt>x zS5C?YAwKHgt8>KR4@ZAR7KbPN{pq}pCA#>(3e=Pl=0*v=SoOsL95iRUtM;%ekQEg3xzo`4>a!1_B*$(^vptk^OE~yr?maG{A&H0EDW#h$%J90eZUB+^ zHf*XQe%xpBT3um2_~yyT-!cHVyh0hUm#@h;r+-Tea@rB#n4es?=Vt3OD;X^;JY=G2 zyHEp=7YB$}j*XcLdk}n_Do?|2kwedO4hch%Rhr_P+}Wv2h7Z1ipeimBL#wpfU<-|M z$Q@~mz(GM4Ob+oDS`d$dIVC1uznqGyDth!9mG^mTDI}+bagjI-Jrq)w@^_QHkU_Ji z`q1?%L*(`9wKoTF5hm~0(Q1kyVz#l1gS&ASihd>ri8YzT6>i@-CjHhdxA*U}mzR7`H0sEEj8(3xZ@enAkN?Rv1Ve+m*UqI)NfyDG4GepC=wPOI zBA#*E7wlBRpxn9zOYBkul~fGZ=k`E(ai_UIs%B)mKrG6OIIQiIfD^=!j;&TYQ6C{n^Z;P8`@>J2d821*mhyw2(v{4B+9q= zAwfdmT9$O;eZi8<`}k}~_S|@4f&1=RoX*!&Lv7Qgx)RoIgK;hCK%V&nn~BlXfi`y@ zUe(sIdomyJwsJVQp4dTw;k$8VJ>}=RX!k;bLCvw|jEa{p8NCih3b|Rb#=4&lqn;gM zXt=#=5&?gHs>ik^0o7%f(M8%fs3{ny5WY{skqys+xCX`e<* z^u2~90C-WY;$8eZ>!V00C#=rIcvAW_e75@o?)NHQZszs<)=GuCaO4>hqy?&`zGIC` zGifLa`SIySD_d#e6=RHy4O4Y0XT;HA{!05LUXM4SyF%NFf@(sVFwg3aBT94OALkl07_bsr zxlcDiCJ{7%*SB9VaeCGBwE}e^U;2IIK6Zbm1Y#L{22r+0fW=%eP@!8SIDkGL8bFA> nEC9Te06?kz`2Tdm6Z+>WJ7T)#GMTr3RseER%96DbCL#X^1#k + + + + + + diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..79b145b --- /dev/null +++ b/android/app/src/main/res/values/styles.xml @@ -0,0 +1,19 @@ + + + + + + + diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml new file mode 100644 index 0000000..399f698 --- /dev/null +++ b/android/app/src/profile/AndroidManifest.xml @@ -0,0 +1,7 @@ + + + + diff --git a/android/build.gradle b/android/build.gradle new file mode 100644 index 0000000..e83fb5d --- /dev/null +++ b/android/build.gradle @@ -0,0 +1,30 @@ +buildscript { + ext.kotlin_version = '1.7.10' + repositories { + google() + mavenCentral() + } + + dependencies { + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" + } +} + +allprojects { + repositories { + google() + mavenCentral() + } +} + +rootProject.buildDir = '../build' +subprojects { + project.buildDir = "${rootProject.buildDir}/${project.name}" +} +subprojects { + project.evaluationDependsOn(':app') +} + +tasks.register("clean", Delete) { + delete rootProject.buildDir +} diff --git a/android/gradle.properties b/android/gradle.properties new file mode 100644 index 0000000..598d13f --- /dev/null +++ b/android/gradle.properties @@ -0,0 +1,3 @@ +org.gradle.jvmargs=-Xmx4G +android.useAndroidX=true +android.enableJetifier=true diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..3c472b9 --- /dev/null +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip diff --git a/android/settings.gradle b/android/settings.gradle new file mode 100644 index 0000000..495528e --- /dev/null +++ b/android/settings.gradle @@ -0,0 +1,32 @@ +pluginManagement { + def flutterSdkPath = { + def properties = new Properties() + file("local.properties").withInputStream { properties.load(it) } + def flutterSdkPath = properties.getProperty("flutter.sdk") + assert flutterSdkPath != null, "flutter.sdk not set in local.properties" + return flutterSdkPath + } + settings.ext.flutterSdkPath = flutterSdkPath() + + includeBuild("${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle") + + repositories { + google() + mavenCentral() + gradlePluginPortal() + } + + plugins { + id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false + } +} + +plugins { + id "dev.flutter.flutter-plugin-loader" version "1.0.0" + id "com.android.application" version "7.3.0" apply false + // START: FlutterFire Configuration + id "com.google.gms.google-services" version "4.3.15" apply false + // END: FlutterFire Configuration +} + +include ":app" diff --git a/assets/ed128202.json b/assets/ed128202.json new file mode 100644 index 0000000..5690081 --- /dev/null +++ b/assets/ed128202.json @@ -0,0 +1,21438 @@ +{ + "data": { + "eventsdetail": + [ + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates", + "npi_num": "", + "hcp_pin_alias": "1146513", + "session_name": "Agnostic ADCs (TROP2 and other combinations)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1146513", + "first_name": "Paolo", + "middle_name": "", + "last_name": "Bironzo", + "org_name": "University of Turin", + "Country": "Italy", + "Region": "Piemonte", + "City": "Torino", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Agnostic ADCs (TROP2 and other combinations)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paolo Bironzo", + "kol_full_name": "Paolo Bironzo" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Early Detection Of Cancer | Health Policy", + "npi_num": "", + "hcp_pin_alias": "1146502", + "session_name": "Policy and preventive strategies,The dark age of single cancer screening is over", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1146502", + "first_name": "Dario", + "middle_name": "", + "last_name": "Trapani", + "org_name": "Istituto Europeo Di Oncologia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Policy and preventive strategies", + "rest_events_session_count": 1, + "rest_events_session": "The dark age of single cancer screening is over", + "events_topic": "Early Detection Of Cancer | Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dario Trapani", + "kol_full_name": "Dario Trapani" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Liquid Biopsy", + "npi_num": "", + "hcp_pin_alias": "1146489", + "session_name": "Latest liquid biopsy techniques", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1146489", + "first_name": "Nicola", + "middle_name": "", + "last_name": "Normanno", + "org_name": "Istituto Nazionale Tumori IRCCS Fondazione G. Pascale", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Latest liquid biopsy techniques", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liquid Biopsy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nicola Normanno", + "kol_full_name": "Nicola Normanno" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Whole Genome Sequencing | Genital Neoplasms, Female", + "npi_num": "", + "hcp_pin_alias": "1145286", + "session_name": "Gynaecological cancers,Whole genome sequencing: What are the benefits?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1145286", + "first_name": "Charlie", + "middle_name": "", + "last_name": "Gourley", + "org_name": "Cancer Research UK Scotland Centre, University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Gynaecological cancers", + "rest_events_session_count": 1, + "rest_events_session": "Whole genome sequencing: What are the benefits?", + "events_topic": "Whole Genome Sequencing | Genital Neoplasms, Female", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Charlie Gourley", + "kol_full_name": "Charlie Gourley" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genital Neoplasms, Female | Carcinoma, Ovarian Epithelial", + "npi_num": "", + "hcp_pin_alias": "1145165", + "session_name": "Gynaecological cancers,Epithelial ovarian cancer: Discussion", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1145165", + "first_name": "Antonio", + "middle_name": "", + "last_name": "Gonzalez-Martin", + "org_name": "Clinica Universidad de Navarra", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Gynaecological cancers", + "rest_events_session_count": 1, + "rest_events_session": "Epithelial ovarian cancer: Discussion", + "events_topic": "Genital Neoplasms, Female | Carcinoma, Ovarian Epithelial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonio Gonzalez-Martin", + "kol_full_name": "Antonio Gonzalez-Martin" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy | Ovarian Neoplasms | Datopotamab Deruxtecan | Standard Of Care | Endometrial Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1145145", + "session_name": "What we know and what we should know on immunotherapy and endometrial cancer (EC),Should IO be considered the new standard of care in advanced EC?,Datopotamab deruxtecan (Dato-DXd) in patients with endometrial (EC) or ovarian cancer (OC): results from the Phase 2 TROPION-PanTumor03 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1145145", + "first_name": "Ana", + "middle_name": "", + "last_name": "Oaknin", + "org_name": "Vall d'Hebron Barcelona Hospital Campus", + "Country": "Spain", + "Region": "Cataluña", + "City": "Barcelona", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What we know and what we should know on immunotherapy and endometrial cancer (EC)", + "rest_events_session_count": 2, + "rest_events_session": "Should IO be considered the new standard of care in advanced EC?,Datopotamab deruxtecan (Dato-DXd) in patients with endometrial (EC) or ovarian cancer (OC): results from the Phase 2 TROPION-PanTumor03 study", + "events_topic": "Immunotherapy | Ovarian Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Datopotamab Deruxtecan | Standard Of Care | Endometrial Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Oaknin", + "kol_full_name": "Ana Oaknin" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Placebos | Atezolizumab | Ovarian Neoplasms | Drug Therapy | Genital Neoplasms, Female | Bevacizumab", + "npi_num": "", + "hcp_pin_alias": "1145113", + "session_name": "Gynaecological cancers,Final overall survival (OS) from the Phase III ATALANTE/ENGOT-ov29 trial evaluating atezolizumab (Atz) versus placebo with standard chemotherapy (Cx) plus bevacizumab (bev) in ovarian cancer (OC) patients (pts) with platinum-sensitive relapse (PSR)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1145113", + "first_name": "Jean-Emmanuel", + "middle_name": "", + "last_name": "Kurtz", + "org_name": "Institut de cancerologie Strasbourg Europe - ICANS", + "Country": "France", + "Region": "Alsace", + "City": "Strasbourg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Gynaecological cancers", + "rest_events_session_count": 1, + "rest_events_session": "Final overall survival (OS) from the Phase III ATALANTE/ENGOT-ov29 trial evaluating atezolizumab (Atz) versus placebo with standard chemotherapy (Cx) plus bevacizumab (bev) in ovarian cancer (OC) patients (pts) with platinum-sensitive relapse (PSR)", + "events_topic": "Placebos | Atezolizumab ", + "rest_events_topic_count": 4, + "rest_events_topic": " Ovarian Neoplasms | Drug Therapy | Genital Neoplasms, Female | Bevacizumab", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jean-Emmanuel Kurtz", + "kol_full_name": "Jean-Emmanuel Kurtz" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genital Neoplasms, Female", + "npi_num": "", + "hcp_pin_alias": "1145073", + "session_name": "Gynaecological cancers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1145073", + "first_name": "Alexandra", + "middle_name": "", + "last_name": "Leary", + "org_name": "Institut de Cancérologie Gustave Roussy", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Gynaecological cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genital Neoplasms, Female", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Leary", + "kol_full_name": "Alexandra Leary" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Decision-Making", + "npi_num": "", + "hcp_pin_alias": "1145047", + "session_name": "Prognostic and predictive factors for clinical decision making", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1145047", + "first_name": "Nadia", + "middle_name": "", + "last_name": "Harbeck", + "org_name": "LMU Hospital", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Prognostic and predictive factors for clinical decision making", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Decision-Making", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nadia Harbeck", + "kol_full_name": "Nadia Harbeck" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1144949", + "session_name": "Biomarkers in the treatment of breast cancer: Importance and pitfalls", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1144949", + "first_name": "Fabrice", + "middle_name": "", + "last_name": "Andre", + "org_name": "CLCC Institut Gustave Roussy", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Biomarkers in the treatment of breast cancer: Importance and pitfalls", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fabrice Andre", + "kol_full_name": "Fabrice Andre" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Avelumab | Trophoblastic Neoplasms | Methotrexate | Pregnancy", + "npi_num": "", + "hcp_pin_alias": "1144941", + "session_name": "Avelumab + methotrexate to eradicate low-risk gestational trophoblastic tumors in 1st-line setting: TROPHAMET phase I/II trial.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1144941", + "first_name": "Benoit", + "middle_name": "", + "last_name": "You", + "org_name": "Hospices Civils de Lyon", + "Country": "France", + "Region": "Rhone-Alpes", + "City": "Lyon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Avelumab + methotrexate to eradicate low-risk gestational trophoblastic tumors in 1st-line setting: TROPHAMET phase I/II trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Avelumab | Trophoblastic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Methotrexate | Pregnancy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benoit You", + "kol_full_name": "Benoit You" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates | Pembrolizumab | Radiotherapy | Chemoradiotherapy | Uterine Cervical Neoplasms | Ovarian Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1144935", + "session_name": "Pembrolizumab plus chemoradiotherapy for high-risk locally advanced cervical cancer: Overall survival results from the randomized, double-blind, phase 3 ENGOT-cx11/GOG-3047/KEYNOTE-A18 study,ADCs in ovarian cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1144935", + "first_name": "Domenica", + "middle_name": "", + "last_name": "Lorusso", + "org_name": "Humanitas University", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Pembrolizumab plus chemoradiotherapy for high-risk locally advanced cervical cancer: Overall survival results from the randomized", + "rest_events_session_count": 3, + "rest_events_session": " double-blind, phase 3 ENGOT-cx11/GOG-3047/KEYNOTE-A18 study,ADCs in ovarian cancer", + "events_topic": "Immunoconjugates | Pembrolizumab ", + "rest_events_topic_count": 4, + "rest_events_topic": " Radiotherapy | Chemoradiotherapy | Uterine Cervical Neoplasms | Ovarian Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Domenica Lorusso", + "kol_full_name": "Domenica Lorusso" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Rectal Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1144676", + "session_name": "Rectal cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1144676", + "first_name": "Eric", + "middle_name": "", + "last_name": "Van Cutsem", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Rectal cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eric Van Cutsem", + "kol_full_name": "Eric Van Cutsem" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Amivantamab | Gastrointestinal Neoplasms | Colorectal Neoplasms", + "npi_num": "2024060001", + "hcp_pin_alias": "1144656", + "session_name": "GI tumours, upper digestive,Amivantamab plus FOLFOX or FOLFIRI in metastatic colorectal cancer: Results from OrigAMI-1, an open-label, phase 1b/2 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1144656", + "first_name": "Filippo", + "middle_name": "", + "last_name": "Pietrantonio", + "org_name": "Fondazione IRCCS Istituto Nazionale dei Tumori", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": "0", + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GI tumours", + "rest_events_session_count": 4, + "rest_events_session": " upper digestive,Amivantamab plus FOLFOX or FOLFIRI in metastatic colorectal cancer: Results from OrigAMI-1, an open-label, phase 1b/2 study", + "events_topic": "Amivantamab | Gastrointestinal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Colorectal Neoplasms", + "kol_name": "Filippo Pietrantonio", + "kol_full_name": "Filippo Pietrantonio" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoadjuvant Therapy | Immunotherapy | Colonic Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1144646", + "session_name": "Neoadjuvant treatment for colon cancer: Building upon the existing data,Neoadjuvant immunotherapy in colon cancer: Are we there yet?,Should we try immunotherapy for all patients with advanced cancer? - Yes", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1144646", + "first_name": "Myriam", + "middle_name": "", + "last_name": "Chalabi", + "org_name": "Nederlands Kanker Instituut-Antoni van Leeuwenhoek", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "3", + "opt_in_out_status": "0", + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Neoadjuvant treatment for colon cancer: Building upon the existing data", + "rest_events_session_count": 2, + "rest_events_session": "Neoadjuvant immunotherapy in colon cancer: Are we there yet?,Should we try immunotherapy for all patients with advanced cancer? - Yes", + "events_topic": "Neoadjuvant Therapy | Immunotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Colonic Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Myriam Chalabi", + "kol_full_name": "Myriam Chalabi" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tertiary Lymphoid Structures | Solid Tumors | Immunotherapy", + "npi_num": "", + "hcp_pin_alias": "1113730", + "session_name": "Atlas of Tertiary Lymphoid Structures in Solid Tumors: Genomic Features and Prediction of Response to Immunotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1113730", + "first_name": "Antoine", + "middle_name": "", + "last_name": "Italiano", + "org_name": "Institut Bergonié Bordeaux", + "Country": "France", + "Region": "Aquitaine", + "City": "Bordeaux", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Atlas of Tertiary Lymphoid Structures in Solid Tumors: Genomic Features and Prediction of Response to Immunotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tertiary Lymphoid Structures | Solid Tumors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antoine Italiano", + "kol_full_name": "Antoine Italiano" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy | Head And Neck Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1111649", + "session_name": "Personalised immunotherapy strategies for head and neck cancers,Latest developments in virus targeting approaches for the management of head and neck cancers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1111649", + "first_name": "Amanda", + "middle_name": "", + "last_name": "Psyrri", + "org_name": "National Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Personalised immunotherapy strategies for head and neck cancers", + "rest_events_session_count": 1, + "rest_events_session": "Latest developments in virus targeting approaches for the management of head and neck cancers", + "events_topic": "Immunotherapy | Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amanda Psyrri", + "kol_full_name": "Amanda Psyrri" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Thoracic Neoplasms | Carcinoma, Non-Small-Cell Lung", + "npi_num": "", + "hcp_pin_alias": "1088209", + "session_name": "Non-metastatic NSCLC and other thoracic malignancies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1088209", + "first_name": "Alfredo", + "middle_name": "", + "last_name": "Addeo", + "org_name": "Hopitaux Universitaires De Geneve", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Non-metastatic NSCLC and other thoracic malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thoracic Neoplasms | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alfredo Addeo", + "kol_full_name": "Alfredo Addeo" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Artificial Intelligence", + "npi_num": "1528057155", + "hcp_pin_alias": "1077835", + "session_name": "Application of GigaPath, an open-weight billion-parameter AI foundation model based on a novel vision transformer architecture for cancer mutation prediction and TME analysis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1077835", + "first_name": "Carlo", + "middle_name": "Bruno", + "last_name": "Bifulco", + "org_name": "Providence Health And Services Oregon", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Application of GigaPath", + "rest_events_session_count": 1, + "rest_events_session": " an open-weight billion-parameter AI foundation model based on a novel vision transformer architecture for cancer mutation prediction and TME analysis", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlo Bruno Bifulco", + "kol_full_name": "Carlo Bruno Bifulco" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1047253", + "session_name": "Breast cancer, early stage", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "1047253", + "first_name": "Bidard", + "middle_name": "Francois", + "last_name": "Clement", + "org_name": "Institut Curie", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 1, + "rest_events_session": " early stage", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bidard Francois Clement", + "kol_full_name": "Bidard Francois Clement" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genital Neoplasms, Female | Mechanism Of Action | Immunoconjugates", + "npi_num": "", + "hcp_pin_alias": "976434", + "session_name": "Antibody drug conjugates (ADCs): Are there new therapeutic approaches in gynaecological cancers?,Visiting the basics: Rationale and MoA", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "976434", + "first_name": "Susana", + "middle_name": "", + "last_name": "Banerjee", + "org_name": "The Royal Marsden NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Antibody drug conjugates (ADCs): Are there new therapeutic approaches in gynaecological cancers?", + "rest_events_session_count": 1, + "rest_events_session": "Visiting the basics: Rationale and MoA", + "events_topic": "Genital Neoplasms, Female | Mechanism Of Action ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunoconjugates", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susana Banerjee", + "kol_full_name": "Susana Banerjee" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Colorectal Neoplasms", + "npi_num": "", + "hcp_pin_alias": "975998", + "session_name": "New technology, new ideas: What is on the horizon for colorectal cancer?,Novel systemic therapeutic approaches in mCRC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "975998", + "first_name": "Maria", + "middle_name": "MF", + "last_name": "Fernandez", + "org_name": "St George's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "New technology", + "rest_events_session_count": 2, + "rest_events_session": " new ideas: What is on the horizon for colorectal cancer?,Novel systemic therapeutic approaches in mCRC", + "events_topic": "Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria MF Fernandez", + "kol_full_name": "Maria MF Fernandez" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "", + "hcp_pin_alias": "926891", + "session_name": "Breast cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "926891", + "first_name": "Joseph", + "middle_name": "", + "last_name": "Gligorov", + "org_name": "Hôpital Tenon AP-HP", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joseph Gligorov", + "kol_full_name": "Joseph Gligorov" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Thymus Neoplasms", + "npi_num": "", + "hcp_pin_alias": "863431", + "session_name": "Current standards and advances in radiation for thymic tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863431", + "first_name": "Rafal", + "middle_name": "", + "last_name": "Dziadziuszko", + "org_name": "Medical University of Gdansk", + "Country": "Poland", + "Region": "Pomorskie", + "City": "Gdansk", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Current standards and advances in radiation for thymic tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thymus Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rafal Dziadziuszko", + "kol_full_name": "Rafal Dziadziuszko" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung | ErbB Receptors | Drug Therapy", + "npi_num": "", + "hcp_pin_alias": "863383", + "session_name": "A Phase II Safety and Efficacy Study of PM8002/BNT327 in Combination with Chemotherapy in Patients with EGFR-mutated Non-Small Cell Lung Cancer (NSCLC)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863383", + "first_name": "Yi-Long", + "middle_name": "", + "last_name": "Wu", + "org_name": "Guangdong Provincial People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A Phase II Safety and Efficacy Study of PM8002/BNT327 in Combination with Chemotherapy in Patients with EGFR-mutated Non-Small Cell Lung Cancer (NSCLC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | ErbB Receptors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Therapy", + "kol_name": "Yi-Long Wu", + "kol_full_name": "Yi-Long Wu" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Systemic Therapy", + "npi_num": "", + "hcp_pin_alias": "863365", + "session_name": "The role of systemic treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863365", + "first_name": "Su", + "middle_name": "Pin", + "last_name": "Choo", + "org_name": "Mount Elizabeth Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of systemic treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Systemic Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Su Pin Choo", + "kol_full_name": "Su Pin Choo" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immunogenicity | Colorectal Neoplasms | Optimal Sequencing", + "npi_num": "", + "hcp_pin_alias": "863357", + "session_name": "Metastatic colorectal cancer: Changing paradigms and the relevance for patient care,Optimal sequencing of therapeutic strategies in immunogenic CRC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863357", + "first_name": "Sara", + "middle_name": "", + "last_name": "Lonardi", + "org_name": "IOV Istituto Oncologico Veneto", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Metastatic colorectal cancer: Changing paradigms and the relevance for patient care", + "rest_events_session_count": 1, + "rest_events_session": "Optimal sequencing of therapeutic strategies in immunogenic CRC", + "events_topic": "Immunogenicity | Colorectal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Optimal Sequencing", + "kol_name": "Sara Lonardi", + "kol_full_name": "Sara Lonardi" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung | Molecular Targeted Therapy", + "npi_num": "", + "hcp_pin_alias": "863341", + "session_name": "Treating KRAS-mutated NSCLC,G12C targeted therapies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863341", + "first_name": "Natasha", + "middle_name": "B.", + "last_name": "Leighl", + "org_name": "Princess Margaret Cancer Centre", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treating KRAS-mutated NSCLC", + "rest_events_session_count": 1, + "rest_events_session": "G12C targeted therapies", + "events_topic": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 1, + "rest_events_topic": " Molecular Targeted Therapy", + "kol_name": "Natasha B. Leighl", + "kol_full_name": "Natasha B. Leighl" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "", + "hcp_pin_alias": "863338", + "session_name": "GI tumours, lower", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863338", + "first_name": "Michel", + "middle_name": "", + "last_name": "Ducreux", + "org_name": "Gustave Roussy Cancer Institute", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GI tumours", + "rest_events_session_count": 1, + "rest_events_session": " lower", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michel Ducreux", + "kol_full_name": "Michel Ducreux" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Oncogenes | Carcinoma, Non-Small-Cell Lung", + "npi_num": "", + "hcp_pin_alias": "863329", + "session_name": "Promises and pitfalls in earlier stage NSCLC,Oncogene-addicted earlier stage NSCLC: Current standards, debates, and open questions", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863329", + "first_name": "Laura", + "middle_name": "", + "last_name": "Mezquita", + "org_name": "Hospital Clínic de Barcelona", + "Country": "Spain", + "Region": "Cataluña", + "City": "Barcelona", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Promises and pitfalls in earlier stage NSCLC", + "rest_events_session_count": 3, + "rest_events_session": "Oncogene-addicted earlier stage NSCLC: Current standards, debates, and open questions", + "events_topic": "Oncogenes | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Laura Mezquita", + "kol_full_name": "Laura Mezquita" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Neoadjuvant Therapy", + "npi_num": "", + "hcp_pin_alias": "863319", + "session_name": "What’s next? Clinical and translational opportunities in the neoadjuvant setting", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863319", + "first_name": "Julien", + "middle_name": "", + "last_name": "Taieb", + "org_name": "European Hospital Georges Pompidou AP-HP", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What’s next? Clinical and translational opportunities in the neoadjuvant setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoadjuvant Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julien Taieb", + "kol_full_name": "Julien Taieb" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Cancer Prevention", + "npi_num": "", + "hcp_pin_alias": "863316", + "session_name": "Are you really up-to-date on cancer prevention?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863316", + "first_name": "Josep", + "middle_name": "", + "last_name": "Tabernero", + "org_name": "Vall d'Hebron University Hospital", + "Country": "Spain", + "Region": "Cataluña", + "City": "Barcelona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Are you really up-to-date on cancer prevention?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Josep Tabernero", + "kol_full_name": "Josep Tabernero" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Colonic Neoplasms | Neoadjuvant Therapy | Chemotherapy, Adjuvant | Gastrointestinal Neoplasms", + "npi_num": "", + "hcp_pin_alias": "863310", + "session_name": "GI tumours, lower,Neoadjuvant chemotherapy in colon cancer: Who, what and for how long?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863310", + "first_name": "Jenifer", + "middle_name": "", + "last_name": "Seligmann", + "org_name": "University of Leeds School of Medicine", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GI tumours", + "rest_events_session_count": 3, + "rest_events_session": " lower,Neoadjuvant chemotherapy in colon cancer: Who, what and for how long?", + "events_topic": "Colonic Neoplasms | Neoadjuvant Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chemotherapy, Adjuvant | Gastrointestinal Neoplasms", + "kol_name": "Jenifer Seligmann", + "kol_full_name": "Jenifer Seligmann" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Colorectal Neoplasms", + "npi_num": "", + "hcp_pin_alias": "863294", + "session_name": "Metastatic colorectal cancer: Discussion", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863294", + "first_name": "Erika", + "middle_name": "", + "last_name": "Martinelli", + "org_name": "Università degli studi della Campania Luigi Vanvitelli", + "Country": "Italy", + "Region": "Campania", + "City": "Caserta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Metastatic colorectal cancer: Discussion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erika Martinelli", + "kol_full_name": "Erika Martinelli" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "", + "hcp_pin_alias": "863288", + "session_name": "GI tumours, lower,Gastrointestinal tumours, lower digestive", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863288", + "first_name": "Dirk", + "middle_name": "", + "last_name": "Arnold", + "org_name": "Asklepios Clinic Altona", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GI tumours", + "rest_events_session_count": 3, + "rest_events_session": " lower,Gastrointestinal tumours, lower digestive", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dirk Arnold", + "kol_full_name": "Dirk Arnold" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Receptor, ErbB-3 | Encorafenib | Proto-Oncogene Proteins B-raf | Carcinoma, Non-Small-Cell Lung | Immunoconjugates | Binimetinib", + "npi_num": "", + "hcp_pin_alias": "863285", + "session_name": "Specific ADCs: HER2, HER3, CEACAM5, MET,Encorafenib plus binimetinib in patients (pts) with previously untreated BRAF V600E-mutant advanced Non-Small Cell Lung Cancer (NSCLC): an open-label, multicenter phase 2 trial (IFCT-1904 ENCO-BRAF)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863285", + "first_name": "David", + "middle_name": "", + "last_name": "Planchard", + "org_name": "Gustave Roussy Cancer Institute", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Specific ADCs: HER2", + "rest_events_session_count": 5, + "rest_events_session": " HER3, CEACAM5, MET,Encorafenib plus binimetinib in patients (pts) with previously untreated BRAF V600E-mutant advanced Non-Small Cell Lung Cancer (NSCLC): an open-label, multicenter phase 2 trial (IFCT-1904 ENCO-BRAF)", + "events_topic": "Receptor, ErbB-3 | Encorafenib ", + "rest_events_topic_count": 4, + "rest_events_topic": " Proto-Oncogene Proteins B-raf | Carcinoma, Non-Small-Cell Lung | Immunoconjugates | Binimetinib", + "kol_name": "David Planchard", + "kol_full_name": "David Planchard" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Microsatellite Stability | Colorectal Neoplasms | Optimal Sequencing", + "npi_num": "", + "hcp_pin_alias": "863280", + "session_name": "Optimal sequencing of therapeutic strategies in biomarker unselected MSS CRC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863280", + "first_name": "Chiara", + "middle_name": "", + "last_name": "Cremolini", + "org_name": "Università di Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Optimal sequencing of therapeutic strategies in biomarker unselected MSS CRC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microsatellite Stability | Colorectal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Optimal Sequencing", + "kol_name": "Chiara Cremolini", + "kol_full_name": "Chiara Cremolini" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "KRAS Protein, Human | Solid Tumors", + "npi_num": "", + "hcp_pin_alias": "863276", + "session_name": "Phase 1/2 study of D3S-001, a second generation KRAS G12C inhibitor in advanced/metastatic solid tumors with KRAS G12C mutations", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863276", + "first_name": "Byoung", + "middle_name": "Chul", + "last_name": "Cho", + "org_name": "Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase 1/2 study of D3S-001", + "rest_events_session_count": 1, + "rest_events_session": " a second generation KRAS G12C inhibitor in advanced/metastatic solid tumors with KRAS G12C mutations", + "events_topic": "KRAS Protein, Human | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Byoung Chul Cho", + "kol_full_name": "Byoung Chul Cho" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "ROS1 Protein, Human | Zidesamtinib | Solid Tumors | Carcinoma, Non-Small-Cell Lung", + "npi_num": "", + "hcp_pin_alias": "863275", + "session_name": "NSCLC metastatic,Phase 1/2 ARROS-1 study of zidesamtinib (NVL-520) in ROS1 fusion-positive solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863275", + "first_name": "Benjamin", + "middle_name": "", + "last_name": "Besse", + "org_name": "Gustave Roussy Cancer Institute", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NSCLC metastatic", + "rest_events_session_count": 1, + "rest_events_session": "Phase 1/2 ARROS-1 study of zidesamtinib (NVL-520) in ROS1 fusion-positive solid tumors", + "events_topic": "ROS1 Protein, Human | Zidesamtinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Solid Tumors | Carcinoma, Non-Small-Cell Lung", + "kol_name": "Benjamin Besse", + "kol_full_name": "Benjamin Besse" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "", + "hcp_pin_alias": "863273", + "session_name": "GI tumours, upper", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863273", + "first_name": "Arndt", + "middle_name": "", + "last_name": "Vogel", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GI tumours", + "rest_events_session_count": 1, + "rest_events_session": " upper", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Arndt Vogel", + "kol_full_name": "Arndt Vogel" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Hepatocellular | Neoadjuvant Therapy", + "npi_num": "", + "hcp_pin_alias": "863271", + "session_name": "Management of adjuvant/neoadjuvant HCC in 2024", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863271", + "first_name": "Angela", + "middle_name": "", + "last_name": "Lamarca", + "org_name": "Fundacion Jimenez Diaz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Management of adjuvant/neoadjuvant HCC in 2024", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Hepatocellular | Neoadjuvant Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Angela Lamarca", + "kol_full_name": "Angela Lamarca" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Precision Medicine | Students, Medical", + "npi_num": "", + "hcp_pin_alias": "863269", + "session_name": "Session in collaboration with ASCO: Novel pathways for development of precision therapeutics in molecular oncology,ESMO-ESO Medical Students Course", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "863269", + "first_name": "Andrés", + "middle_name": "", + "last_name": "Cervantes", + "org_name": "Hospital Clínico Universitario de Valencia", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Session in collaboration with ASCO: Novel pathways for development of precision therapeutics in molecular oncology", + "rest_events_session_count": 1, + "rest_events_session": "ESMO-ESO Medical Students Course", + "events_topic": "Precision Medicine | Students, Medical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrés Cervantes", + "kol_full_name": "Andrés Cervantes" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Proto-Oncogene Proteins B-raf | Solid Tumors | Melanoma | Binimetinib", + "npi_num": "", + "hcp_pin_alias": "860020", + "session_name": "A Phase 1 Clinical Trial Evaluating Exarafenib, a Selective Pan-RAF Inhibitor in Combination with Binimetinib in NRAS-mutant (NRASMut) Melanoma (Mel) & BRAF-Altered Solid Tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "860020", + "first_name": "Philippe", + "middle_name": "", + "last_name": "Cassier", + "org_name": "Centre Léon Bérard (CLB)", + "Country": "France", + "Region": "Rhone-Alpes", + "City": "Lyon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A Phase 1 Clinical Trial Evaluating Exarafenib", + "rest_events_session_count": 1, + "rest_events_session": " a Selective Pan-RAF Inhibitor in Combination with Binimetinib in NRAS-mutant (NRASMut) Melanoma (Mel) & BRAF-Altered Solid Tumors", + "events_topic": "Proto-Oncogene Proteins B-raf | Solid Tumors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Melanoma | Binimetinib", + "kol_name": "Philippe Cassier", + "kol_full_name": "Philippe Cassier" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immunoconjugates", + "npi_num": "", + "hcp_pin_alias": "860018", + "session_name": "What are the ADCs and main AEs?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "860018", + "first_name": "Nicolas", + "middle_name": "", + "last_name": "Girard", + "org_name": "Institut Curie", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What are the ADCs and main AEs?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicolas Girard", + "kol_full_name": "Nicolas Girard" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Perioperative Care", + "npi_num": "", + "hcp_pin_alias": "859998", + "session_name": "Incorporating systemic therapy in the perioperative setting", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "859998", + "first_name": "Solange", + "middle_name": "", + "last_name": "Peters", + "org_name": "Centre hospitalier universitaire vaudois", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Incorporating systemic therapy in the perioperative setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Perioperative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Solange Peters", + "kol_full_name": "Solange Peters" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "", + "hcp_pin_alias": "859997", + "session_name": "Improving outcome in long-term survivors with metastatic NSCLC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "859997", + "first_name": "Silvia", + "middle_name": "", + "last_name": "Novello", + "org_name": "University of Turin, S. Luigi Gonzaga Hospital", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Improving outcome in long-term survivors with metastatic NSCLC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Silvia Novello", + "kol_full_name": "Silvia Novello" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Cyclin-Dependent Kinases | Breast Neoplasms", + "npi_num": "", + "hcp_pin_alias": "859991", + "session_name": "HR(+)/HER2(-) advanced breast cancer: How can biology inform us on optimising the precision therapeutic strategies in 1L and 2L post progression after endocrine+CDK4/6i?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "859991", + "first_name": "Philippe", + "middle_name": "", + "last_name": "Aftimos", + "org_name": "Institut Jules Bordet", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "HR(+)/HER2(-) advanced breast cancer: How can biology inform us on optimising the precision therapeutic strategies in 1L and 2L post progression after endocrine+CDK4/6i?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cyclin-Dependent Kinases | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Philippe Aftimos", + "kol_full_name": "Philippe Aftimos" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Triple Negative Breast Neoplasms", + "npi_num": "", + "hcp_pin_alias": "859895", + "session_name": "Triple negative breast cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "859895", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Curigliano", + "org_name": "Istituto Europeo Di Oncologia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Triple negative breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppe Curigliano", + "kol_full_name": "Giuseppe Curigliano" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Ovarian Neoplasms | Endometrial Neoplasms", + "npi_num": "1144648478", + "hcp_pin_alias": "843486", + "session_name": "A Phase 1/2 study of Rinatabart Sesutecan (Rina-S) in Patients with Advanced Ovarian or Endometrial Cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "843486", + "first_name": "Elizabeth", + "middle_name": "Katherine", + "last_name": "Lee", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A Phase 1/2 study of Rinatabart Sesutecan (Rina-S) in Patients with Advanced Ovarian or Endometrial Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Neoplasms | Endometrial Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elizabeth Katherine Lee", + "kol_full_name": "Elizabeth Katherine Lee" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Neoplasms | Epidemics", + "npi_num": "1285683367", + "hcp_pin_alias": "843104", + "session_name": "The emerging global epidemic of young age- onset cancer: Nature or nurture?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "843104", + "first_name": "Shuji", + "middle_name": "", + "last_name": "Ogino", + "org_name": "Brigham And Women'S Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The emerging global epidemic of young age- onset cancer: Nature or nurture?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Epidemics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shuji Ogino", + "kol_full_name": "Shuji Ogino" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Pembrolizumab | Programmed Cell Death 1 Receptor | Tumor Microenvironment | Immunotherapy | Head And Neck Neoplasms | Recurrent Respiratory Papillomatosis | Immune Signalling Pathways | Papillomatosis | Genetic Therapy", + "npi_num": "1093861429", + "hcp_pin_alias": "830809", + "session_name": "Targeting innate immune signalling pathways,The Patient Voice: An Analysis of Real-World Data using the Recurrent Respiratory Papillomatosis Foundation/CoRDS Patient Registry (RRPF/CoRDS),Epigenetic therapy modulates the tumor microenvironment to sensitize anti-PD-1 refractory head and neck cancers to immunotherapy,Pembrolizumab for HPV-associated Recurrent Respiratory Papillomatosis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "830809", + "first_name": "Sara", + "middle_name": "Isabel", + "last_name": "Pai", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Targeting innate immune signalling pathways", + "rest_events_session_count": 3, + "rest_events_session": "The Patient Voice: An Analysis of Real-World Data using the Recurrent Respiratory Papillomatosis Foundation/CoRDS Patient Registry (RRPF/CoRDS),Epigenetic therapy modulates the tumor microenvironment to sensitize anti-PD-1 refractory head and neck cancers to immunotherapy,Pembrolizumab for HPV-associated Recurrent Respiratory Papillomatosis", + "events_topic": "Pembrolizumab | Programmed Cell Death 1 Receptor ", + "rest_events_topic_count": 7, + "rest_events_topic": " Tumor Microenvironment | Immunotherapy | Head And Neck Neoplasms | Recurrent Respiratory Papillomatosis | Immune Signalling Pathways | Papillomatosis | Genetic Therapy", + "kol_name": "Sara Isabel Pai", + "kol_full_name": "Sara Isabel Pai" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Chemoradiotherapy | Cisplatin | Head And Neck Neoplasms | Carcinoma, Squamous Cell", + "npi_num": "", + "hcp_pin_alias": "643982", + "session_name": "Head and neck cancer,Final Analysis of a Phase II/III Trial of Post-operative Chemoradiotherapy Comparing 3-Weekly Cisplatin with Weekly Cisplatin in High-risk Patients with Squamous Cell Carcinoma of the Head and Neck (JCOG1008)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "643982", + "first_name": "Makoto", + "middle_name": "", + "last_name": "Tahara", + "org_name": "National Cancer Center Hospital East", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Head and neck cancer", + "rest_events_session_count": 1, + "rest_events_session": "Final Analysis of a Phase II/III Trial of Post-operative Chemoradiotherapy Comparing 3-Weekly Cisplatin with Weekly Cisplatin in High-risk Patients with Squamous Cell Carcinoma of the Head and Neck (JCOG1008)", + "events_topic": "Chemoradiotherapy | Cisplatin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Head And Neck Neoplasms | Carcinoma, Squamous Cell", + "kol_name": "Makoto Tahara", + "kol_full_name": "Makoto Tahara" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Retifanlimab | Programmed Cell Death 1 Receptor | Palbociclib | Liposarcoma", + "npi_num": "1104246032", + "hcp_pin_alias": "643776", + "session_name": "A phase II study of palbociclib combined with the PD-1 inhibitor retifanlimab in patients with advanced dedifferentiated liposarcoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "643776", + "first_name": "Evan", + "middle_name": "", + "last_name": "Rosenbaum", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A phase II study of palbociclib combined with the PD-1 inhibitor retifanlimab in patients with advanced dedifferentiated liposarcoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Retifanlimab | Programmed Cell Death 1 Receptor ", + "rest_events_topic_count": 2, + "rest_events_topic": " Palbociclib | Liposarcoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evan Rosenbaum", + "kol_full_name": "Evan Rosenbaum" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immune Checkpoint Inhibitors | Programmed Cell Death Ligand 1 | SARS-CoV-2", + "npi_num": "1881270304", + "hcp_pin_alias": "643343", + "session_name": "Association of SARS-COV-2 mRNA vaccines with tumor PD-L1 expression and clinical responses to immune checkpoint blockade", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "643343", + "first_name": "Adam", + "middle_name": "", + "last_name": "Grippin", + "org_name": "UF Health Shands", + "Country": "United States", + "Region": "Florida", + "City": "Gainesville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Association of SARS-COV-2 mRNA vaccines with tumor PD-L1 expression and clinical responses to immune checkpoint blockade", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Programmed Cell Death Ligand 1 ", + "rest_events_topic_count": 1, + "rest_events_topic": " SARS-CoV-2", + "kol_name": "Adam Grippin", + "kol_full_name": "Adam Grippin" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "1053999599", + "hcp_pin_alias": "643341", + "session_name": "NSCLC metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "643341", + "first_name": "Marina Chiara", + "middle_name": "C", + "last_name": "Garassino", + "org_name": "University of Chicago Hospitals", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NSCLC metastatic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marina Chiara C Garassino", + "kol_full_name": "Marina Chiara C Garassino" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Pembrolizumab | Solid Tumors | Organ Preservation", + "npi_num": "1891108221", + "hcp_pin_alias": "641439", + "session_name": "Long-Term Survival and Organ Preservation with Pembrolizumab in Localized MSI-H/dMMR Solid Tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "641439", + "first_name": "Kaysia", + "middle_name": "", + "last_name": "Ludford", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Long-Term Survival and Organ Preservation with Pembrolizumab in Localized MSI-H/dMMR Solid Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Solid Tumors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Organ Preservation", + "kol_name": "Kaysia Ludford", + "kol_full_name": "Kaysia Ludford" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Renal Cell", + "npi_num": "1841746542", + "hcp_pin_alias": "641431", + "session_name": "Non-clear cell RCC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "641431", + "first_name": "Pedro", + "middle_name": "M", + "last_name": "Barata", + "org_name": "University Hospitals Seidman", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Non-clear cell RCC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Renal Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pedro M Barata", + "kol_full_name": "Pedro M Barata" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "IGSF8 Protein, Human | Solid Tumors", + "npi_num": "1427317403", + "hcp_pin_alias": "638263", + "session_name": "A phase 1/2, open-label study of the novel checkpoint IGSF8 inhibitor GV20-0251 in patients with advanced solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "638263", + "first_name": "Kristopher", + "middle_name": "Paul", + "last_name": "Wentzel", + "org_name": "Cedars Sinai Medical Care Foundation", + "Country": "United States", + "Region": "California", + "City": "Santa Monica", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A phase 1/2", + "rest_events_session_count": 1, + "rest_events_session": " open-label study of the novel checkpoint IGSF8 inhibitor GV20-0251 in patients with advanced solid tumors", + "events_topic": "IGSF8 Protein, Human | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kristopher Paul Wentzel", + "kol_full_name": "Kristopher Paul Wentzel" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Pembrolizumab | Futibatinib | Carcinoma, Transitional Cell", + "npi_num": "1154684777", + "hcp_pin_alias": "637196", + "session_name": "Phase 2 study of futibatinib plus pembrolizumab in patients (pts) with advanced/metastatic urothelial carcinoma (mUC): Final analysis of efficacy and safety", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "637196", + "first_name": "Vadim", + "middle_name": "S", + "last_name": "Koshkin", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase 2 study of futibatinib plus pembrolizumab in patients (pts) with advanced/metastatic urothelial carcinoma (mUC): Final analysis of efficacy and safety", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Futibatinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Transitional Cell", + "kol_name": "Vadim S Koshkin", + "kol_full_name": "Vadim S Koshkin" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Triple Negative Breast Neoplasms", + "npi_num": "1053395582", + "hcp_pin_alias": "632654", + "session_name": "The rapidly changing treatment landscape of early triple negative breast cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "632654", + "first_name": "Kalliopi", + "middle_name": "P", + "last_name": "Siziopikou", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The rapidly changing treatment landscape of early triple negative breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kalliopi P Siziopikou", + "kol_full_name": "Kalliopi P Siziopikou" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Sequence Analysis", + "npi_num": "1831359355", + "hcp_pin_alias": "624411", + "session_name": "Resistance and sequencing", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "624411", + "first_name": "Mark", + "middle_name": "M", + "last_name": "Awad", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Resistance and sequencing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sequence Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mark M Awad", + "kol_full_name": "Mark M Awad" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Genetically Modified T Cells | Killer Cells, Natural", + "npi_num": "1760749204", + "hcp_pin_alias": "621907", + "session_name": "Gene modified T cells and new players,CAR NK cells", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "621907", + "first_name": "Katayoun", + "middle_name": "", + "last_name": "Rezvani", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Gene modified T cells and new players", + "rest_events_session_count": 1, + "rest_events_session": "CAR NK cells", + "events_topic": "Genetically Modified T Cells | Killer Cells, Natural", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katayoun Rezvani", + "kol_full_name": "Katayoun Rezvani" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Transitional Cell | Advanced Illness | Urogenital Neoplasms | Carcinoma, Renal Cell", + "npi_num": "1740443852", + "hcp_pin_alias": "621127", + "session_name": "GU tumours, non-prostate,Addressing uncertainties in the management of urothelial and renal cell carcinomas,What is the role of rechallenge with the same class of agents in advanced disease?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "621127", + "first_name": "Petros", + "middle_name": "", + "last_name": "Grivas", + "org_name": "University of Washington Fred Hutchinson Cancer Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GU tumours", + "rest_events_session_count": 3, + "rest_events_session": " non-prostate,Addressing uncertainties in the management of urothelial and renal cell carcinomas,What is the role of rechallenge with the same class of agents in advanced disease?", + "events_topic": "Carcinoma, Transitional Cell | Advanced Illness ", + "rest_events_topic_count": 2, + "rest_events_topic": " Urogenital Neoplasms | Carcinoma, Renal Cell", + "kol_name": "Petros Grivas", + "kol_full_name": "Petros Grivas" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "SMARCA2 Protein, Human | Solid Tumors", + "npi_num": "1811308851", + "hcp_pin_alias": "617888", + "session_name": "First Clinical Results from A Phase 1 Trial of PRT3789, a First-in-Class Intravenous SMARCA2 Degrader, in Patients with Advanced Solid Tumors with a SMARCA4 Mutation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "617888", + "first_name": "Robin", + "middle_name": "", + "last_name": "Guo", + "org_name": "Memorial Hospital For Cancer And Allied Diseases", + "Country": "United States", + "Region": "New York", + "City": "Commack", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "First Clinical Results from A Phase 1 Trial of PRT3789", + "rest_events_session_count": 2, + "rest_events_session": " a First-in-Class Intravenous SMARCA2 Degrader, in Patients with Advanced Solid Tumors with a SMARCA4 Mutation", + "events_topic": "SMARCA2 Protein, Human | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robin Guo", + "kol_full_name": "Robin Guo" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immunotherapy, Adoptive | Receptors, Chimeric Antigen | Efineptakin Alfa | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1609085356", + "hcp_pin_alias": "595020", + "session_name": "Phase 1b study of NT-I7 (efineptakin alfa), a long-acting IL-7, post-CD19-directed CAR T cell therapy in diffuse large B-cell lymphoma (DLBCL)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "595020", + "first_name": "Armin", + "middle_name": "", + "last_name": "Ghobadi", + "org_name": "Washington University St. Louis Children’s Hospital", + "Country": "United States", + "Region": "Missouri", + "City": "Uckermark", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase 1b study of NT-I7 (efineptakin alfa)", + "rest_events_session_count": 2, + "rest_events_session": " a long-acting IL-7, post-CD19-directed CAR T cell therapy in diffuse large B-cell lymphoma (DLBCL)", + "events_topic": "Immunotherapy, Adoptive | Receptors, Chimeric Antigen ", + "rest_events_topic_count": 2, + "rest_events_topic": " Efineptakin Alfa | Lymphoma, Large B-Cell, Diffuse", + "kol_name": "Armin Ghobadi", + "kol_full_name": "Armin Ghobadi" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immunotherapy | Head And Neck Neoplasms", + "npi_num": "1609002708", + "hcp_pin_alias": "594958", + "session_name": "Cell-based immunotherapeutic approaches head and neck cancers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "594958", + "first_name": "Christian", + "middle_name": "Sutter", + "last_name": "Hinrichs", + "org_name": "Rutgers Health-Rwj Scleroderma Program", + "Country": "United States", + "Region": "New Jersey", + "City": "New Brunswick", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cell-based immunotherapeutic approaches head and neck cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Sutter Hinrichs", + "kol_full_name": "Christian Sutter Hinrichs" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "KRAS Protein, Human | Olaparib | Pembrolizumab | Pancreatic Neoplasms | Carcinoma, Non-Small-Cell Lung | Homologous Recombination", + "npi_num": "1457617771", + "hcp_pin_alias": "589726", + "session_name": "Phase 2 Trial of Pembrolizumab and OLApaRib (POLAR) Maintenance for Select Patients (pts) with Metastatic Pancreatic Cancer (mPC) with (A) Homologous Recombination Deficiency (HRD), (B) non-core HRD (ncHRD) and (C) Exceptional Response to Platinum,Preliminary safety and clinical activity of ASP3082, a first-in-class, KRAS G12D selective protein degrader in adults with advanced pancreatic (PC), colorectal (CRC), and non-small cell lung cancer (NSCLC)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "589726", + "first_name": "Wungki", + "middle_name": "", + "last_name": "Park", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase 2 Trial of Pembrolizumab and OLApaRib (POLAR) Maintenance for Select Patients (pts) with Metastatic Pancreatic Cancer (mPC) with (A) Homologous Recombination Deficiency (HRD)", + "rest_events_session_count": 6, + "rest_events_session": " (B) non-core HRD (ncHRD) and (C) Exceptional Response to Platinum,Preliminary safety and clinical activity of ASP3082, a first-in-class, KRAS G12D selective protein degrader in adults with advanced pancreatic (PC), colorectal (CRC), and non-small cell lung cancer (NSCLC)", + "events_topic": "KRAS Protein, Human | Olaparib ", + "rest_events_topic_count": 4, + "rest_events_topic": " Pembrolizumab | Pancreatic Neoplasms | Carcinoma, Non-Small-Cell Lung | Homologous Recombination", + "kol_name": "Wungki Park", + "kol_full_name": "Wungki Park" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Renal Cell | Radiotherapy", + "npi_num": "1376899419", + "hcp_pin_alias": "586784", + "session_name": "Is there a role for radiation therapy in advanced RCC?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "586784", + "first_name": "Chad", + "middle_name": "", + "last_name": "Tang", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Is there a role for radiation therapy in advanced RCC?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Renal Cell | Radiotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Chad Tang", + "kol_full_name": "Chad Tang" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Loss Of Function Mutation | Camonsertib", + "npi_num": "1265489371", + "hcp_pin_alias": "582422", + "session_name": "Camonsertib (cam) monotherapy in patients (pts) with advanced cancers harboring ATM loss-of-function (LoF)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "582422", + "first_name": "Benedito", + "middle_name": "Arruda", + "last_name": "Carneiro Filho", + "org_name": "Rhode Island Hospital", + "Country": "United States", + "Region": "Rhode Island", + "City": "Providence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Camonsertib (cam) monotherapy in patients (pts) with advanced cancers harboring ATM loss-of-function (LoF)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Loss Of Function Mutation | Camonsertib", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Benedito Arruda Carneiro Filho", + "kol_full_name": "Benedito Arruda Carneiro Filho" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Neoadjuvant Therapy | Chemoradiotherapy | Biomarkers", + "npi_num": "1235388901", + "hcp_pin_alias": "581497", + "session_name": "Can we expand bladder preservation by optimal use of systemic therapy and biomarkers?,Clinical responders: Option of chemoradiation?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "581497", + "first_name": "Leslie", + "middle_name": "", + "last_name": "Ballas", + "org_name": "USC Care Medical Group Inc", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Can we expand bladder preservation by optimal use of systemic therapy and biomarkers?", + "rest_events_session_count": 1, + "rest_events_session": "Clinical responders: Option of chemoradiation?", + "events_topic": "Neoadjuvant Therapy | Chemoradiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "Leslie Ballas", + "kol_full_name": "Leslie Ballas" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Poly(ADP-ribose) Polymerase Inhibitors", + "npi_num": "1174599930", + "hcp_pin_alias": "579143", + "session_name": "Beyond PARP inhibition: New preclinical science entering the clinic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "579143", + "first_name": "Alan", + "middle_name": "David", + "last_name": "Dandrea", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Beyond PARP inhibition: New preclinical science entering the clinic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Poly(ADP-ribose) Polymerase Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alan David Dandrea", + "kol_full_name": "Alan David Dandrea" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Basic Science", + "npi_num": "1992842280", + "hcp_pin_alias": "571738", + "session_name": "Basic science rationale", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "571738", + "first_name": "Sapna", + "middle_name": "P", + "last_name": "Patel", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Basic science rationale", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Basic Science", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sapna P Patel", + "kol_full_name": "Sapna P Patel" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Proficient Mismatch Repair", + "npi_num": "1972769800", + "hcp_pin_alias": "571588", + "session_name": "Enhancing the checkpoints' activity in pMMR", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "571588", + "first_name": "Vicky", + "middle_name": "", + "last_name": "Makker", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Enhancing the checkpoints' activity in pMMR", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proficient Mismatch Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vicky Makker", + "kol_full_name": "Vicky Makker" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immune Checkpoint Inhibitors | Triple Negative Breast Neoplasms", + "npi_num": "1962487330", + "hcp_pin_alias": "571473", + "session_name": "Novel data in the field of immune checkpoint blockade for eTNBC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "571473", + "first_name": "Sara", + "middle_name": "M", + "last_name": "Tolaney", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Novel data in the field of immune checkpoint blockade for eTNBC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sara M Tolaney", + "kol_full_name": "Sara M Tolaney" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "1952497075", + "hcp_pin_alias": "571419", + "session_name": "Breast cancer, early stage", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "571419", + "first_name": "Lisa", + "middle_name": "A", + "last_name": "Carey", + "org_name": "UNC School of Medicine", + "Country": "United States", + "Region": "North Carolina", + "City": "Chapel Hill", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 1, + "rest_events_session": " early stage", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lisa A Carey", + "kol_full_name": "Lisa A Carey" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Cyclin-Dependent Kinases | Solid Tumors | Breast Neoplasms | DNA Repair", + "npi_num": "1942743216", + "hcp_pin_alias": "571336", + "session_name": "DDR inhibitor combinations,Phase 1b/2 first-in-class novel combination trial of next generation CDK4-selective inhibitor PF-07220060 and next generation CDK2-selective inhibitor PF-07104091 in HR+ HER2- metastatic breast cancer and advanced solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "571336", + "first_name": "Timothy", + "middle_name": "A", + "last_name": "Yap", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "DDR inhibitor combinations", + "rest_events_session_count": 1, + "rest_events_session": "Phase 1b/2 first-in-class novel combination trial of next generation CDK4-selective inhibitor PF-07220060 and next generation CDK2-selective inhibitor PF-07104091 in HR+ HER2- metastatic breast cancer and advanced solid tumors", + "events_topic": "Cyclin-Dependent Kinases | Solid Tumors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Breast Neoplasms | DNA Repair", + "kol_name": "Timothy A Yap", + "kol_full_name": "Timothy A Yap" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Precision Medicine", + "npi_num": "1891799391", + "hcp_pin_alias": "570871", + "session_name": "Session in collaboration with ASCO: Novel pathways for development of precision therapeutics in molecular oncology", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "570871", + "first_name": "Robin", + "middle_name": "T", + "last_name": "Zon", + "org_name": "American Society of Clinical Oncology", + "Country": "United States", + "Region": "Virginia", + "City": "Alexandria", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Session in collaboration with ASCO: Novel pathways for development of precision therapeutics in molecular oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robin T Zon", + "kol_full_name": "Robin T Zon" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Phosphatidylinositol 3-Kinase", + "npi_num": "1871822288", + "hcp_pin_alias": "570736", + "session_name": "PI3Ki: Continued efforts are showing success", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "570736", + "first_name": "Komal", + "middle_name": "", + "last_name": "Jhaveri", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "PI3Ki: Continued efforts are showing success", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Phosphatidylinositol 3-Kinase", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Komal Jhaveri", + "kol_full_name": "Komal Jhaveri" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Botensilimab | Balstilimab | Sarcoma | Immunotherapy", + "npi_num": "1861539751", + "hcp_pin_alias": "570627", + "session_name": "Hot topics in sarcoma,Landmark trials in immunotherapy,Updated efficacy and safety of botensilimab plus balstilimab in patients with refractory metastatic sarcoma from an expanded phase 1 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "570627", + "first_name": "Breelyn", + "middle_name": "A.", + "last_name": "Wilky", + "org_name": "University of Colorado Hospital", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Hot topics in sarcoma", + "rest_events_session_count": 2, + "rest_events_session": "Landmark trials in immunotherapy,Updated efficacy and safety of botensilimab plus balstilimab in patients with refractory metastatic sarcoma from an expanded phase 1 study", + "events_topic": "Botensilimab | Balstilimab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sarcoma | Immunotherapy", + "kol_name": "Breelyn A. Wilky", + "kol_full_name": "Breelyn A. Wilky" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Biomarkers, Pharmacological | Proteolysis", + "npi_num": "1841733102", + "hcp_pin_alias": "570481", + "session_name": "Targeted protein degradation: Pharmacological aspects", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "570481", + "first_name": "Jordi", + "middle_name": "", + "last_name": "Rodon Ahnert", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Targeted protein degradation: Pharmacological aspects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers, Pharmacological | Proteolysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jordi Rodon Ahnert", + "kol_full_name": "Jordi Rodon Ahnert" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Cyclin-Dependent Kinases | Cyclin-Dependent Kinase 4 | Cyclin-Dependent Kinase 6 | Breast Neoplasms", + "npi_num": "1790727709", + "hcp_pin_alias": "569965", + "session_name": "Hormone-receptor (+), HER2 (-) advanced breast cancer: The biology and treatment landscape post-progression after CDK4/6 inhibition,A glimpse of the future: Ongoing research on novel therapeutics for advanced breast cancer patients post-progression on endocrine+CDK4/6-inhibition", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "569965", + "first_name": "Joyce", + "middle_name": "Ann", + "last_name": "O'shaughnessy", + "org_name": "Texas Oncology PA", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Hormone-receptor (+)", + "rest_events_session_count": 2, + "rest_events_session": " HER2 (-) advanced breast cancer: The biology and treatment landscape post-progression after CDK4/6 inhibition,A glimpse of the future: Ongoing research on novel therapeutics for advanced breast cancer patients post-progression on endocrine+CDK4/6-inhibition", + "events_topic": "Cyclin-Dependent Kinases | Cyclin-Dependent Kinase 4 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cyclin-Dependent Kinase 6 | Breast Neoplasms", + "kol_name": "Joyce Ann O'shaughnessy", + "kol_full_name": "Joyce Ann O'shaughnessy" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Phosphatidylinositol 3-Kinase | Breast Neoplasms", + "npi_num": "1669430310", + "hcp_pin_alias": "559481", + "session_name": "PI3K: Unmet need has driven a succession of targeting attempts,Breast cancer, early stage", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "559481", + "first_name": "Kevin", + "middle_name": "M", + "last_name": "Kalinsky", + "org_name": "Emory University Winship Cancer Institute", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "PI3K: Unmet need has driven a succession of targeting attempts", + "rest_events_session_count": 2, + "rest_events_session": "Breast cancer, early stage", + "events_topic": "Phosphatidylinositol 3-Kinase | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kevin M Kalinsky", + "kol_full_name": "Kevin M Kalinsky" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "1639259872", + "hcp_pin_alias": "559249", + "session_name": "NSCLC metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "559249", + "first_name": "Sai Hong", + "middle_name": "I", + "last_name": "Ou", + "org_name": "UCI Medical Center", + "Country": "United States", + "Region": "California", + "City": "Orange", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NSCLC metastatic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sai Hong I Ou", + "kol_full_name": "Sai Hong I Ou" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Adolescent And Young Adult Cancer", + "npi_num": "1588671762", + "hcp_pin_alias": "558781", + "session_name": "What clinicians need to successfully treat AYA patient with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "558781", + "first_name": "Ann", + "middle_name": "Hart", + "last_name": "Partridge", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What clinicians need to successfully treat AYA patient with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adolescent And Young Adult Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ann Hart Partridge", + "kol_full_name": "Ann Hart Partridge" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Solid Tumors | Developmental Therapeutics", + "npi_num": "1578876876", + "hcp_pin_alias": "558745", + "session_name": "Developmental therapeutics,Phase 1/2 ALKOVE-1 study of NVL-655 in ALK-positive (ALK+) solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "558745", + "first_name": "Alexander", + "middle_name": "E", + "last_name": "Drilon", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Developmental therapeutics", + "rest_events_session_count": 1, + "rest_events_session": "Phase 1/2 ALKOVE-1 study of NVL-655 in ALK-positive (ALK+) solid tumors", + "events_topic": "Solid Tumors | Developmental Therapeutics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alexander E Drilon", + "kol_full_name": "Alexander E Drilon" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Evidence-Based Practice", + "npi_num": "1558323519", + "hcp_pin_alias": "558478", + "session_name": "Emerging clinical evidence on the efficacy of electric fields in controlling sanctuary metastatic site", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "558478", + "first_name": "Minesh", + "middle_name": "P.", + "last_name": "Mehta", + "org_name": "Florida International University Herbert Wertheim College of Medicine", + "Country": "United States", + "Region": "Florida", + "City": "Miami", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Emerging clinical evidence on the efficacy of electric fields in controlling sanctuary metastatic site", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Evidence-Based Practice", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Minesh P. Mehta", + "kol_full_name": "Minesh P. Mehta" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Prostatic Neoplasms, Castration-Resistant | Androgen Receptor Pathway Inhibitor | Poor Risk Disease | Receptors, Androgen", + "npi_num": "1447221353", + "hcp_pin_alias": "557488", + "session_name": "Therapeutic options beyond AR pathway inhibitors: What do we choose next?,Clinical activity of BMS-986365 (CC-94676), a dual androgen receptor (AR) ligand-directed degrader and antagonist, in heavily pretreated patients (pts) with metastatic castration-resistant prostate cancer (mCRPC),Intensification of systemic treatment for poor risk disease", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "557488", + "first_name": "Dana", + "middle_name": "E", + "last_name": "Rathkopf", + "org_name": "Memorial Hospital For Cancer And Allied Diseases", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Therapeutic options beyond AR pathway inhibitors: What do we choose next?", + "rest_events_session_count": 4, + "rest_events_session": "Clinical activity of BMS-986365 (CC-94676), a dual androgen receptor (AR) ligand-directed degrader and antagonist, in heavily pretreated patients (pts) with metastatic castration-resistant prostate cancer (mCRPC),Intensification of systemic treatment for poor risk disease", + "events_topic": "Prostatic Neoplasms, Castration-Resistant | Androgen Receptor Pathway Inhibitor ", + "rest_events_topic_count": 2, + "rest_events_topic": " Poor Risk Disease | Receptors, Androgen", + "kol_name": "Dana E Rathkopf", + "kol_full_name": "Dana E Rathkopf" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Central Nervous System Diseases", + "npi_num": "1316906498", + "hcp_pin_alias": "556335", + "session_name": "CNS disease", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "556335", + "first_name": "Nancy", + "middle_name": "U", + "last_name": "Lin", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "CNS disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nancy U Lin", + "kol_full_name": "Nancy U Lin" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Solid Tumors", + "npi_num": "1275548794", + "hcp_pin_alias": "555961", + "session_name": "First-in-Human (FIH) Phase 1 Data of HST-1011, an Oral CBL-B Inhibitor, in Patients with Advanced Solid Tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "555961", + "first_name": "Rachel", + "middle_name": "Elizabeth", + "last_name": "Sanborn", + "org_name": "Providence Cancer Institute Franz Clinic", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "First-in-Human (FIH) Phase 1 Data of HST-1011", + "rest_events_session_count": 2, + "rest_events_session": " an Oral CBL-B Inhibitor, in Patients with Advanced Solid Tumors", + "events_topic": "Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rachel Elizabeth Sanborn", + "kol_full_name": "Rachel Elizabeth Sanborn" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immunoconjugates", + "npi_num": "1225028533", + "hcp_pin_alias": "555507", + "session_name": "Resistance and sequencing to ADCs", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "555507", + "first_name": "Leif", + "middle_name": "William", + "last_name": "Ellisen", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Resistance and sequencing to ADCs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leif William Ellisen", + "kol_full_name": "Leif William Ellisen" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Clinical Study", + "npi_num": "1144300146", + "hcp_pin_alias": "554840", + "session_name": "Regulatory sandboxes: How to synchronize safe, timely regulation with scientific breakthroughs in molecular ‘niches’", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "554840", + "first_name": "Julie", + "middle_name": "R", + "last_name": "Gralow", + "org_name": "American Society of Clinical Oncology", + "Country": "United States", + "Region": "Washington", + "City": "Edmonds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Regulatory sandboxes: How to synchronize safe", + "rest_events_session_count": 1, + "rest_events_session": " timely regulation with scientific breakthroughs in molecular ‘niches’", + "events_topic": "Clinical Study", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julie R Gralow", + "kol_full_name": "Julie R Gralow" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Artificial Intelligence", + "npi_num": "1962598094", + "hcp_pin_alias": "428246", + "session_name": "Implementing artificial intelligence in oncology at scale", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "428246", + "first_name": "Amy", + "middle_name": "", + "last_name": "Abernethy", + "org_name": "CM Life Sciences III", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Implementing artificial intelligence in oncology at scale", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amy Abernethy", + "kol_full_name": "Amy Abernethy" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immunoconjugates | Solid Tumors", + "npi_num": "1427190115", + "hcp_pin_alias": "367123", + "session_name": "Phase I, Two-Part, Multicenter First-In-Human (FIH) Study of TORL-1-23, A Novel Claudin 6 (CLDN6) Targeting Antibody Drug Conjugate (ADC) In Patient With Advanced Solid Tumors.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "367123", + "first_name": "Gottfried", + "middle_name": "E", + "last_name": "Konecny", + "org_name": "UCLA Health Westwood Cancer Care", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase I", + "rest_events_session_count": 3, + "rest_events_session": " Two-Part, Multicenter First-In-Human (FIH) Study of TORL-1-23, A Novel Claudin 6 (CLDN6) Targeting Antibody Drug Conjugate (ADC) In Patient With Advanced Solid Tumors.", + "events_topic": "Immunoconjugates | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gottfried E Konecny", + "kol_full_name": "Gottfried E Konecny" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "T-Cell Engagers | Prostatic Neoplasms", + "npi_num": "1417078221", + "hcp_pin_alias": "365635", + "session_name": "T cell engagers in prostate cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "365635", + "first_name": "Neeraj", + "middle_name": "", + "last_name": "Agarwal", + "org_name": "University of Utah Health Center", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "T cell engagers in prostate cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "T-Cell Engagers | Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Neeraj Agarwal", + "kol_full_name": "Neeraj Agarwal" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immune Checkpoint Inhibitors | Lung Neoplasms", + "npi_num": "1356662803", + "hcp_pin_alias": "364430", + "session_name": "Racial Disparities in immune-related adverse events in patients with lung cancer treated with Immune checkpoint inhibitors.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "364430", + "first_name": "Hina", + "middle_name": "", + "last_name": "Khan", + "org_name": "Brown University Rhode Island Hospital", + "Country": "United States", + "Region": "Rhode Island", + "City": "Providence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Racial Disparities in immune-related adverse events in patients with lung cancer treated with Immune checkpoint inhibitors.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hina Khan", + "kol_full_name": "Hina Khan" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Adolescent And Young Adult Cancer", + "npi_num": "1871751867", + "hcp_pin_alias": "302184", + "session_name": "ESMO in collaboration with SIOPE / ESMO AYA: The greatest need for better outcome of Adolescent and Young Adult Cancer (AYA) with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "302184", + "first_name": "David", + "middle_name": "C", + "last_name": "Starks", + "org_name": "Avera McKennan Hospital & University Health Center", + "Country": "United States", + "Region": "South Dakota", + "City": "Sioux Falls", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO in collaboration with SIOPE / ESMO AYA: The greatest need for better outcome of Adolescent and Young Adult Cancer (AYA) with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adolescent And Young Adult Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David C Starks", + "kol_full_name": "David C Starks" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Genital Neoplasms, Female", + "npi_num": "1871680249", + "hcp_pin_alias": "302100", + "session_name": "Gynaecological cancers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "302100", + "first_name": "Kathleen", + "middle_name": "N", + "last_name": "Moore", + "org_name": "OU Health Stephenson Cancer Center", + "Country": "United States", + "Region": "Oklahoma", + "City": "Oklahoma City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Gynaecological cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genital Neoplasms, Female", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kathleen N Moore", + "kol_full_name": "Kathleen N Moore" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Ovarian Neoplasms | Folate Receptor 1 | Mirvetuximab Soravtansine", + "npi_num": "1073531083", + "hcp_pin_alias": "238500", + "session_name": "Mirvetuximab Soravtansine (MIRV) in Recurrent Platinum-Sensitive Ovarian Cancer (PSOC) with High Folate Receptor-Alpha (FRα) Expression: Results from the PICCOLO Trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "238500", + "first_name": "Angeles", + "middle_name": "A", + "last_name": "Secord", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Mirvetuximab Soravtansine (MIRV) in Recurrent Platinum-Sensitive Ovarian Cancer (PSOC) with High Folate Receptor-Alpha (FRα) Expression: Results from the PICCOLO Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Neoplasms | Folate Receptor 1 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mirvetuximab Soravtansine", + "kol_name": "Angeles A Secord", + "kol_full_name": "Angeles A Secord" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Disitamab Vedotin | Pembrolizumab | Carcinoma, Transitional Cell", + "npi_num": "1639140668", + "hcp_pin_alias": "231524", + "session_name": "Preliminary Efficacy And Safety Of Disitamab Vedotin (DV) With Pembrolizumab (P) In Treatment (Tx)-Naive HER2-Expressing, Locally Advanced Or Metastatic Urothelial Carcinoma (la/mUC): RC48G001 Cohort C", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "231524", + "first_name": "Matthew", + "middle_name": "David", + "last_name": "Galsky", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Preliminary Efficacy And Safety Of Disitamab Vedotin (DV) With Pembrolizumab (P) In Treatment (Tx)-Naive HER2-Expressing", + "rest_events_session_count": 1, + "rest_events_session": " Locally Advanced Or Metastatic Urothelial Carcinoma (la/mUC): RC48G001 Cohort C", + "events_topic": "Disitamab Vedotin | Pembrolizumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Transitional Cell", + "kol_name": "Matthew David Galsky", + "kol_full_name": "Matthew David Galsky" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Public Health Surveillance | Case Reports", + "npi_num": "1992965735", + "hcp_pin_alias": "223819", + "session_name": "Experiences from the clinic: a dynamic case study discussion,The importance of surveillance and diagnosis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "223819", + "first_name": "Adam", + "middle_name": "C", + "last_name": "Yopp", + "org_name": "University of Texas Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Experiences from the clinic: a dynamic case study discussion", + "rest_events_session_count": 1, + "rest_events_session": "The importance of surveillance and diagnosis", + "events_topic": "Public Health Surveillance | Case Reports", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adam C Yopp", + "kol_full_name": "Adam C Yopp" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Neoplasms | Proteolysis | Developmental Therapeutics", + "npi_num": "1982680583", + "hcp_pin_alias": "223669", + "session_name": "Protein degradation as a novel approach for cancer therapy,Developmental therapeutics", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "223669", + "first_name": "Alex", + "middle_name": "Asiedu", + "last_name": "Adjei", + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Protein degradation as a novel approach for cancer therapy", + "rest_events_session_count": 1, + "rest_events_session": "Developmental therapeutics", + "events_topic": "Neoplasms | Proteolysis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Developmental Therapeutics", + "kol_name": "Alex Asiedu Adjei", + "kol_full_name": "Alex Asiedu Adjei" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "1932146420", + "hcp_pin_alias": "223157", + "session_name": "Breast cancer, metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "223157", + "first_name": "Patricia", + "middle_name": "Mucci", + "last_name": "Lorusso", + "org_name": "Smilow Cancer Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 1, + "rest_events_session": " metastatic", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patricia Mucci Lorusso", + "kol_full_name": "Patricia Mucci Lorusso" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Hepatocellular | Gastrointestinal Neoplasms | Case Reports", + "npi_num": "1811912074", + "hcp_pin_alias": "222141", + "session_name": "Experiences from the clinic: a dynamic case study discussion,Pioneering GI cancer treatments and maximising outcomes for patients with HCC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "222141", + "first_name": "Richard", + "middle_name": "S", + "last_name": "Finn", + "org_name": "UCLA Santa Monica Medical Center", + "Country": "United States", + "Region": "California", + "City": "Santa Monica", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Experiences from the clinic: a dynamic case study discussion", + "rest_events_session_count": 1, + "rest_events_session": "Pioneering GI cancer treatments and maximising outcomes for patients with HCC", + "events_topic": "Carcinoma, Hepatocellular | Gastrointestinal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Case Reports", + "kol_name": "Richard S Finn", + "kol_full_name": "Richard S Finn" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "PD-1 Resistance", + "npi_num": "1730109331", + "hcp_pin_alias": "221356", + "session_name": "Leads for treating PD1 resistance", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "221356", + "first_name": "Antoni", + "middle_name": "", + "last_name": "Ribas", + "org_name": "Ronald Reagan UCLA Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Leads for treating PD1 resistance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "PD-1 Resistance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antoni Ribas", + "kol_full_name": "Antoni Ribas" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Drug Therapy | Organ Preservation | Carcinoma, Squamous Cell", + "npi_num": "1558479188", + "hcp_pin_alias": "219696", + "session_name": "Phase II randomized trial of chemotherapy followed by surgery and PORT versus surgery and PORT for organ preservation of T3 and T4a (selected T4b) sinonasal squamous cell carcinoma (SNC): A trial of the ECOG-ACRIN Cancer Research Group (EA3163)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "219696", + "first_name": "Nabil", + "middle_name": "F", + "last_name": "Saba", + "org_name": "Emory University Hospital", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase II randomized trial of chemotherapy followed by surgery and PORT versus surgery and PORT for organ preservation of T3 and T4a (selected T4b) sinonasal squamous cell carcinoma (SNC): A trial of the ECOG-ACRIN Cancer Research Group (EA3163)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Organ Preservation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Squamous Cell", + "kol_name": "Nabil F Saba", + "kol_full_name": "Nabil F Saba" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Central Nervous System Neoplasms", + "npi_num": "1295271088", + "hcp_pin_alias": "217330", + "session_name": "CNS tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "217330", + "first_name": "Roger", + "middle_name": "", + "last_name": "Stupp", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "CNS tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Roger Stupp", + "kol_full_name": "Roger Stupp" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "1215129085", + "hcp_pin_alias": "216605", + "session_name": "The role of alternating electric fields in the therapeutic management of patients with advanced non-small cell lung cancer,Clinical evidence for efficacy & safety of electric fields therapeutic applications for patients with advanced non-small cell lung cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "216605", + "first_name": "Ticiana", + "middle_name": "B", + "last_name": "Leal", + "org_name": "Emory University Winship Cancer Institute", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of alternating electric fields in the therapeutic management of patients with advanced non-small cell lung cancer", + "rest_events_session_count": 1, + "rest_events_session": "Clinical evidence for efficacy & safety of electric fields therapeutic applications for patients with advanced non-small cell lung cancer", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ticiana B Leal", + "kol_full_name": "Ticiana B Leal" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Chemoradiotherapy | Uterine Cervical Neoplasms", + "npi_num": "1164407540", + "hcp_pin_alias": "216058", + "session_name": "Surgery for persistent cervical cancer after chemoradiation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "216058", + "first_name": "Nadeem", + "middle_name": "R", + "last_name": "Abu-rustum", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Surgery for persistent cervical cancer after chemoradiation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemoradiotherapy | Uterine Cervical Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nadeem R Abu-rustum", + "kol_full_name": "Nadeem R Abu-rustum" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Microbiota | Colorectal Neoplasms", + "npi_num": "1417185729", + "hcp_pin_alias": "150530", + "session_name": "Microbiome in colorectal cancer: Ready for primetime?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "150530", + "first_name": "Marios", + "middle_name": "", + "last_name": "Giannakis", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Microbiome in colorectal cancer: Ready for primetime?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microbiota | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marios Giannakis", + "kol_full_name": "Marios Giannakis" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "1306003793", + "hcp_pin_alias": "150245", + "session_name": "GI tumours, upper", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "150245", + "first_name": "James", + "middle_name": "J", + "last_name": "Harding", + "org_name": "Memorial Hospital For Cancer And Allied Diseases", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GI tumours", + "rest_events_session_count": 1, + "rest_events_session": " upper", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James J Harding", + "kol_full_name": "James J Harding" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Disease-Free Survival | Pembrolizumab | Carcinoma, Transitional Cell", + "npi_num": "1902059124", + "hcp_pin_alias": "146661", + "session_name": "Alliance A031501: AMBASSADOR Study of Adjuvant Pembrolizumab (Pembro) in Muscle-Invasive Urothelial Carcinoma (MIUC) vs Observation (Obs): Extended follow-up disease-free survival (DFS) results and metastatic (met) disease recurrence distribution", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "146661", + "first_name": "Andrea", + "middle_name": "Borghese", + "last_name": "Apolo", + "org_name": "National Institutes of Health Hatfield Clinical Research Center", + "Country": "United States", + "Region": "Maryland", + "City": "Bethesda", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Alliance A031501: AMBASSADOR Study of Adjuvant Pembrolizumab (Pembro) in Muscle-Invasive Urothelial Carcinoma (MIUC) vs Observation (Obs): Extended follow-up disease-free survival (DFS) results and metastatic (met) disease recurrence distribution", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease-Free Survival | Pembrolizumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Transitional Cell", + "kol_name": "Andrea Borghese Apolo", + "kol_full_name": "Andrea Borghese Apolo" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Progression-Free Survival | Placebos | Cabozantinib | Neuroendocrine Tumors", + "npi_num": "1871578823", + "hcp_pin_alias": "146375", + "session_name": "Cabozantinib Versus Placebo for Advanced Neuroendocrine Tumors (NET) after Progression on Prior Therapy (CABINET Trial/Alliance A021602): Updated Results Including Progression Free-Survival (PFS) by Blinded Independent Central Review (BICR) and Subgroup Analyses", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "146375", + "first_name": "Jennifer", + "middle_name": "A", + "last_name": "Chan", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cabozantinib Versus Placebo for Advanced Neuroendocrine Tumors (NET) after Progression on Prior Therapy (CABINET Trial/Alliance A021602): Updated Results Including Progression Free-Survival (PFS) by Blinded Independent Central Review (BICR) and Subgroup Analyses", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Progression-Free Survival | Placebos ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cabozantinib | Neuroendocrine Tumors", + "kol_name": "Jennifer A Chan", + "kol_full_name": "Jennifer A Chan" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Neuroendocrine Tumors | Molecular Targeted Therapy", + "npi_num": "1801950704", + "hcp_pin_alias": "144924", + "session_name": "DLL-3 targeted therapy for neuroendocrine PC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "144924", + "first_name": "Himisha", + "middle_name": "", + "last_name": "Beltran", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "DLL-3 targeted therapy for neuroendocrine PC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroendocrine Tumors | Molecular Targeted Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Himisha Beltran", + "kol_full_name": "Himisha Beltran" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Artificial Intelligence", + "npi_num": "1790955623", + "hcp_pin_alias": "144744", + "session_name": "Impact of AI Clinical Trial Program on Screening, Matching, and Enrollment of Patients Over 6 Months", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "144744", + "first_name": "Dale", + "middle_name": "Randall", + "last_name": "Shepard", + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Impact of AI Clinical Trial Program on Screening", + "rest_events_session_count": 2, + "rest_events_session": " Matching, and Enrollment of Patients Over 6 Months", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dale Randall Shepard", + "kol_full_name": "Dale Randall Shepard" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Breast Neoplasms | Weight Loss", + "npi_num": "1760459341", + "hcp_pin_alias": "143751", + "session_name": "Effect of a weight loss intervention (WLI) on exercise behaviors in women with breast cancer: Results from the Breast Cancer Weight Loss (BWEL) Trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "143751", + "first_name": "Jennifer", + "middle_name": "A", + "last_name": "Ligibel", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Effect of a weight loss intervention (WLI) on exercise behaviors in women with breast cancer: Results from the Breast Cancer Weight Loss (BWEL) Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Weight Loss", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jennifer A Ligibel", + "kol_full_name": "Jennifer A Ligibel" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Thymic Epithelial Tumours | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1720137094", + "hcp_pin_alias": "142216", + "session_name": "Updates on the treatment of thymic epithelial tumours,Non-metastatic NSCLC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "142216", + "first_name": "Heather", + "middle_name": "Ann", + "last_name": "Wakelee", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Palo Alto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Updates on the treatment of thymic epithelial tumours", + "rest_events_session_count": 1, + "rest_events_session": "Non-metastatic NSCLC", + "events_topic": "Thymic Epithelial Tumours | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Heather Ann Wakelee", + "kol_full_name": "Heather Ann Wakelee" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Cancer Survivors", + "npi_num": "1639111065", + "hcp_pin_alias": "140781", + "session_name": "Who should be responsible for cancer survivorship - Oncologists", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "140781", + "first_name": "Maryam", + "middle_name": "Beheshti", + "last_name": "Lustberg", + "org_name": "Smilow Cancer Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Who should be responsible for cancer survivorship - Oncologists", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maryam Beheshti Lustberg", + "kol_full_name": "Maryam Beheshti Lustberg" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Urogenital Neoplasms", + "npi_num": "1548455355", + "hcp_pin_alias": "136788", + "session_name": "GU, non-prostate", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "136788", + "first_name": "Shilpa", + "middle_name": "", + "last_name": "Gupta", + "org_name": "Cleveland Clinic", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GU", + "rest_events_session_count": 1, + "rest_events_session": " non-prostate", + "events_topic": "Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shilpa Gupta", + "kol_full_name": "Shilpa Gupta" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Colorectal Neoplasms", + "npi_num": "1508993957", + "hcp_pin_alias": "136782", + "session_name": "Profiling the biology of CRC: Actionability and implementability", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "136782", + "first_name": "Ryan", + "middle_name": "Bruce", + "last_name": "Corcoran", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Profiling the biology of CRC: Actionability and implementability", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ryan Bruce Corcoran", + "kol_full_name": "Ryan Bruce Corcoran" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Claudin 6 | Immunoconjugates | DS-9606a", + "npi_num": "1457408254", + "hcp_pin_alias": "136246", + "session_name": "Preliminary results from a Phase 1, first-in-human study of DS-9606a, a Claudin 6 (CLDN6)-directed antibody–drug conjugate (ADC), in patients (pts) with tumor types known to express CLDN6", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "136246", + "first_name": "Manish", + "middle_name": "R", + "last_name": "Patel", + "org_name": "Florida Cancer Specialists & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Sarasota", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Preliminary results from a Phase 1", + "rest_events_session_count": 3, + "rest_events_session": " first-in-human study of DS-9606a, a Claudin 6 (CLDN6)-directed antibody–drug conjugate (ADC), in patients (pts) with tumor types known to express CLDN6", + "events_topic": "Claudin 6 | Immunoconjugates ", + "rest_events_topic_count": 1, + "rest_events_topic": " DS-9606a", + "kol_name": "Manish R Patel", + "kol_full_name": "Manish R Patel" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Dexamethasone | Dyspnea | Double-Blind Method | Haloperidol | Delirium | Biomarkers | Lorazepam", + "npi_num": "1467760371", + "hcp_pin_alias": "136005", + "session_name": "Predictive biomarkers of dyspnea response to dexamethasone in cancer patients: A secondary analysis of the Alleviating Breathlessness in Cancer Patients with Dyspnea (ABCD) trial,Haloperidol and Lorazepam for Agitated Delirium in Patients with Advanced Cancer: A Multicenter, Double-Blind, Randomized Clinical Trial (RCT)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "136005", + "first_name": "David", + "middle_name": "", + "last_name": "Hui", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Predictive biomarkers of dyspnea response to dexamethasone in cancer patients: A secondary analysis of the Alleviating Breathlessness in Cancer Patients with Dyspnea (ABCD) trial", + "rest_events_session_count": 3, + "rest_events_session": "Haloperidol and Lorazepam for Agitated Delirium in Patients with Advanced Cancer: A Multicenter, Double-Blind, Randomized Clinical Trial (RCT)", + "events_topic": "Dexamethasone | Dyspnea ", + "rest_events_topic_count": 5, + "rest_events_topic": " Double-Blind Method | Haloperidol | Delirium | Biomarkers | Lorazepam", + "kol_name": "David Hui", + "kol_full_name": "David Hui" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Immunoconjugates | Puxitatug Samrotecan | Solid Tumors", + "npi_num": "1306932074", + "hcp_pin_alias": "133736", + "session_name": "Initial results from a first-in-human study of the B7-H4–directed antibody-drug conjugate (ADC) AZD8205 (puxitatug samrotecan) in patients with advanced/metastatic solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "133736", + "first_name": "Funda", + "middle_name": "", + "last_name": "Meric-bernstam", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Initial results from a first-in-human study of the B7-H4–directed antibody-drug conjugate (ADC) AZD8205 (puxitatug samrotecan) in patients with advanced/metastatic solid tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates | Puxitatug Samrotecan ", + "rest_events_topic_count": 1, + "rest_events_topic": " Solid Tumors", + "kol_name": "Funda Meric-bernstam", + "kol_full_name": "Funda Meric-bernstam" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Drug Development | Tumor-Agnostic Therapy", + "npi_num": "1174726384", + "hcp_pin_alias": "132200", + "session_name": "Tumour-agnostic, biomarker-driven drug development: How and how often?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "132200", + "first_name": "Vivek", + "middle_name": "", + "last_name": "Subbiah", + "org_name": "Verdi Oncology Tennessee Pc", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Tumour-agnostic", + "rest_events_session_count": 1, + "rest_events_session": " biomarker-driven drug development: How and how often?", + "events_topic": "Drug Development | Tumor-Agnostic Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vivek Subbiah", + "kol_full_name": "Vivek Subbiah" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Solid Tumors | Chemotherapy, Adjuvant | Placebos | Pembrolizumab | Melanoma", + "npi_num": "1093989196", + "hcp_pin_alias": "131441", + "session_name": "Dazostinag (TAK-676) alone and in combination with pembrolizumab (pembro) in patients (pts) with advanced/metastatic solid tumors: data from phase 1 dose escalation,Pembrolizumab (pembro) vs placebo as adjuvant therapy for high-risk stage II melanoma: Long-term follow-Up, rechallenge, and crossover in KEYNOTE-716", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "131441", + "first_name": "Jason", + "middle_name": "J", + "last_name": "Luke", + "org_name": "UPMC Hillman Cancer Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Dazostinag (TAK-676) alone and in combination with pembrolizumab (pembro) in patients (pts) with advanced/metastatic solid tumors: data from phase 1 dose escalation", + "rest_events_session_count": 3, + "rest_events_session": "Pembrolizumab (pembro) vs placebo as adjuvant therapy for high-risk stage II melanoma: Long-term follow-Up, rechallenge, and crossover in KEYNOTE-716", + "events_topic": "Solid Tumors | Chemotherapy, Adjuvant ", + "rest_events_topic_count": 3, + "rest_events_topic": " Placebos | Pembrolizumab | Melanoma", + "kol_name": "Jason J Luke", + "kol_full_name": "Jason J Luke" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Oligometastases", + "npi_num": "1285722892", + "hcp_pin_alias": "130535", + "session_name": "The role of the radiation oncologist in treating oligometastases", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "130535", + "first_name": "Daniel", + "middle_name": "Tandel", + "last_name": "Chang", + "org_name": "University of Michigan Health", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of the radiation oncologist in treating oligometastases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oligometastases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Tandel Chang", + "kol_full_name": "Daniel Tandel Chang" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Trastuzumab Deruxtecan | Quality Of Life | Gastroesophageal Junction Adenocarcinoma | Pembrolizumab | Triple Negative Breast Neoplasms | Trastuzumab | Drug Therapy | Survivorship | Esophageal Neoplasms | Adenocarcinoma", + "npi_num": "1831330034", + "hcp_pin_alias": "130513", + "session_name": "Personalisation of surgical and systemic approaches in 2024: Optimising cure and quality of life in gastroesophageal cancer,Personalised systemic approaches to improve survivorship and cure,Trastuzumab deruxtecan (T-DXd) monotherapy and combinations in patients (pts) with advanced/metastatic HER2-positive (HER2+) esophageal, gastric or gastroesophageal junction adenocarcinoma (GEJA): DESTINY-Gastric03 (DG-03),Final overall survival for the phase 3, KEYNOTE-811 study of pembrolizumab plus trastuzumab and chemotherapy for HER2+ advanced, unresectable or metastatic G/GEJ adenocarcinoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "130513", + "first_name": "Yelena", + "middle_name": "Y.", + "last_name": "Janjigian", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Personalisation of surgical and systemic approaches in 2024: Optimising cure and quality of life in gastroesophageal cancer", + "rest_events_session_count": 6, + "rest_events_session": "Personalised systemic approaches to improve survivorship and cure,Trastuzumab deruxtecan (T-DXd) monotherapy and combinations in patients (pts) with advanced/metastatic HER2-positive (HER2+) esophageal, gastric or gastroesophageal junction adenocarcinoma (GEJA): DESTINY-Gastric03 (DG-03),Final overall survival for the phase 3, KEYNOTE-811 study of pembrolizumab plus trastuzumab and chemotherapy for HER2+ advanced, unresectable or metastatic G/GEJ adenocarcinoma", + "events_topic": "Trastuzumab Deruxtecan | Quality Of Life ", + "rest_events_topic_count": 8, + "rest_events_topic": " Gastroesophageal Junction Adenocarcinoma | Pembrolizumab | Triple Negative Breast Neoplasms | Trastuzumab | Drug Therapy | Survivorship | Esophageal Neoplasms | Adenocarcinoma", + "kol_name": "Yelena Y. Janjigian", + "kol_full_name": "Yelena Y. Janjigian" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Lung Neoplasms | Immunotherapy", + "npi_num": "1366703308", + "hcp_pin_alias": "129653", + "session_name": "Immunotherapy and beyond for lung cancer prevention", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "129653", + "first_name": "Jianjun", + "middle_name": "", + "last_name": "Zhang", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Immunotherapy and beyond for lung cancer prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jianjun Zhang", + "kol_full_name": "Jianjun Zhang" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Carcinoma, Renal Cell", + "npi_num": "1558457028", + "hcp_pin_alias": "89611", + "session_name": "NKT2152, a novel oral HIF-2α inhibitor, in participants (pts) with previously treated advanced clear cell renal carcinoma (accRCC): Preliminary results of a Phase 1/2 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "89611", + "first_name": "Eric", + "middle_name": "", + "last_name": "Jonasch", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NKT2152", + "rest_events_session_count": 2, + "rest_events_session": " a novel oral HIF-2α inhibitor, in participants (pts) with previously treated advanced clear cell renal carcinoma (accRCC): Preliminary results of a Phase 1/2 study", + "events_topic": "Carcinoma, Renal Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eric Jonasch", + "kol_full_name": "Eric Jonasch" + }, + { + "proj_kol_id": true, + "eid": "128202", + "event_topics": "Molecular Targets", + "npi_num": "1194735944", + "hcp_pin_alias": "77094", + "session_name": "Emerging molecular targets", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "77094", + "first_name": "Anja", + "middle_name": "C", + "last_name": "Roden", + "org_name": "Mayo Clinic, Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Emerging molecular targets", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Molecular Targets", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anja C Roden", + "kol_full_name": "Anja C Roden" + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Circulating Tumor DNA | Clinical Trial | Multiple Co-Occurring Cancer | KRAS Protein, Human | Solid Tumors | Developmental Therapeutics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454267", + "session_name": "Next generation of combinations in early clinical trials,Developmental therapeutics,Multiple co-occurring cancers,Long-term follow-up of single-agent divarasib in patients with KRAS G12C-positive solid tumors,Incorporating ctDNA into RECIST v1.1: Steps ahead", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Elena Garralda", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Next generation of combinations in early clinical trials", + "rest_events_session_count": 4, + "rest_events_session": "Developmental therapeutics,Multiple co-occurring cancers,Long-term follow-up of single-agent divarasib in patients with KRAS G12C-positive solid tumors,Incorporating ctDNA into RECIST v1.1: Steps ahead", + "events_topic": "Circulating Tumor DNA | Clinical Trial ", + "rest_events_topic_count": 4, + "rest_events_topic": " Multiple Co-Occurring Cancer | KRAS Protein, Human | Solid Tumors | Developmental Therapeutics", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elena Garralda ", + "kol_full_name": "Elena Garralda " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung | Anaplastic Lymphoma Kinase | Pneumonia | Chemoradiotherapy | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454293", + "session_name": "Treatment experience matters: integration of subcutaneous immunotherapy in the clinic,Targeting NSCLC: new developments in ALK+ and KRAS G12C NSCLC,Understanding resistance in immunotherapy,Combinations with IO,Quantitative radiomics for the detection of symptomatic pneumonitis following chemoradiotherapy in patients with Stage III unresectable NSCLC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jarushka Naidoo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treatment experience matters: integration of subcutaneous immunotherapy in the clinic", + "rest_events_session_count": 4, + "rest_events_session": "Targeting NSCLC: new developments in ALK+ and KRAS G12C NSCLC,Understanding resistance in immunotherapy,Combinations with IO,Quantitative radiomics for the detection of symptomatic pneumonitis following chemoradiotherapy in patients with Stage III unresectable NSCLC", + "events_topic": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 4, + "rest_events_topic": " Anaplastic Lymphoma Kinase | Pneumonia | Chemoradiotherapy | Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jarushka Naidoo ", + "kol_full_name": "Jarushka Naidoo " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Care | Subcutaneous Therapy | Nursing Research | Oncology Nursing | Cancer Care Facilities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454496", + "session_name": "Cancer care during exceptional circumstances,MASCC-EONS collaborative session: Nursing researchers’ role in supportive care implementation,Integration of subcutaneous therapies in cancer care,European Cancer Nursing Index, 2022 update: The state of cancer nursing in Europe,Mastering the art: Nursing excellence in subcutaneous therapies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Matthew N. Fowler", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer care during exceptional circumstances", + "rest_events_session_count": 5, + "rest_events_session": "MASCC-EONS collaborative session: Nursing researchers’ role in supportive care implementation,Integration of subcutaneous therapies in cancer care,European Cancer Nursing Index, 2022 update: The state of cancer nursing in Europe,Mastering the art: Nursing excellence in subcutaneous therapies", + "events_topic": "Cancer Care | Subcutaneous Therapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Nursing Research | Oncology Nursing | Cancer Care Facilities", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthew N. Fowler ", + "kol_full_name": "Matthew N. Fowler " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates | Breast Neoplasms | Cyclin-Dependent Kinases | Aromatase Inhibitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454403", + "session_name": "Hormone-receptor (+), HER2 (-) advanced breast cancer: The biology and treatment landscape post-progression after CDK4/6 inhibition,New treatment algorithm in the treatment of metastatic breast cancer in 2024,The current context and use of ADC in metastatic breast cancer,Presentation of a clinical case: State of the art management of patients with HR(+)/HER2(-) advanced breast cancer progressing after aromatase inhibitor+CDK4/6-inhibitor therapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cristina Saura Manich", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Hormone-receptor (+)", + "rest_events_session_count": 4, + "rest_events_session": " HER2 (-) advanced breast cancer: The biology and treatment landscape post-progression after CDK4/6 inhibition,New treatment algorithm in the treatment of metastatic breast cancer in 2024,The current context and use of ADC in metastatic breast cancer,Presentation of a clinical case: State of the art management of patients with HR(+)/HER2(-) advanced breast cancer progressing after aromatase inhibitor+CDK4/6-inhibitor therapy", + "events_topic": "Immunoconjugates | Breast Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cyclin-Dependent Kinases | Aromatase Inhibitors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristina Saura Manich ", + "kol_full_name": "Cristina Saura Manich " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Sexuality | Tailored Treatment | Child Health | Health Promotion | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454648", + "session_name": "ESMO-EONS collaborative session: Cancer and sexuality,SIOPE-EONS collaborative session,Health promotion, prevention and screening,Nurse as a transition leader: From paediatric to adults", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eugenia Trigoso Arjona", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO-EONS collaborative session: Cancer and sexuality", + "rest_events_session_count": 4, + "rest_events_session": "SIOPE-EONS collaborative session,Health promotion, prevention and screening,Nurse as a transition leader: From paediatric to adults", + "events_topic": "Sexuality | Tailored Treatment ", + "rest_events_topic_count": 3, + "rest_events_topic": " Child Health | Health Promotion | Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eugenia Trigoso Arjona ", + "kol_full_name": "Eugenia Trigoso Arjona " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Supportive Care | Carcinoma, Renal Cell | Oncology Nursing | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454316", + "session_name": "N.U.R.T.U.R.E. - Time to invest in cancer nurses,Pilot evaluation of RCC4Nurses to enhance nursing education and practice in survivorship care of people with advanced renal cell carcinoma in Europe,The role of cancer nurse scientists in advancing supportive care implementation,Early signs and symptoms? Who is the silent one?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Grigorios Kotronoulas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "N.U.R.T.U.R.E. - Time to invest in cancer nurses", + "rest_events_session_count": 3, + "rest_events_session": "Pilot evaluation of RCC4Nurses to enhance nursing education and practice in survivorship care of people with advanced renal cell carcinoma in Europe,The role of cancer nurse scientists in advancing supportive care implementation,Early signs and symptoms? Who is the silent one?", + "events_topic": "Supportive Care | Carcinoma, Renal Cell ", + "rest_events_topic_count": 2, + "rest_events_topic": " Oncology Nursing | Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Grigorios Kotronoulas ", + "kol_full_name": "Grigorios Kotronoulas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Survivorship | Palliative Care | Rehabilitation | Pediatric Cancer Care | Oncology Nursing | Advance Care Planning", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454650", + "session_name": "Rehabilitation and survivorship care,Advance care planning and palliative care,Cancer nursing and precision health,Journeying Through the Landscape of Home-Based Pediatric Cancer Care: Needs and Expectations from the Insights of Children and Parents", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Hazal Özdemir Koyu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Rehabilitation and survivorship care", + "rest_events_session_count": 3, + "rest_events_session": "Advance care planning and palliative care,Cancer nursing and precision health,Journeying Through the Landscape of Home-Based Pediatric Cancer Care: Needs and Expectations from the Insights of Children and Parents", + "events_topic": "Survivorship | Palliative Care ", + "rest_events_topic_count": 4, + "rest_events_topic": " Rehabilitation | Pediatric Cancer Care | Oncology Nursing | Advance Care Planning", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hazal Özdemir Koyu ", + "kol_full_name": "Hazal Özdemir Koyu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Digital Technology | Neoplasms | Palliative Care | Clinical Trial | Physician-Patient Relations", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454361", + "session_name": "Understanding the cancer journey,Supportive and palliative care,Integrating digital technologies into clinical trials,Doctor / patient relationships (acted out): The right and wrong way of communicating", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ines V. Vaz Luis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Understanding the cancer journey", + "rest_events_session_count": 3, + "rest_events_session": "Supportive and palliative care,Integrating digital technologies into clinical trials,Doctor / patient relationships (acted out): The right and wrong way of communicating", + "events_topic": "Digital Technology | Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Palliative Care | Clinical Trial | Physician-Patient Relations", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ines V. Vaz Luis ", + "kol_full_name": "Ines V. Vaz Luis " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Care Facilities | Palliative Care | Fertility | Fertility Preservation | Microbiota", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454281", + "session_name": "ESMO in collaboration with the MASCC: Shedding light on the hidden microbiota,Supportive and palliative care,Oncofertility: What every HCP involved in cancer care should know,Fertility preservation and beyond in female patients with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Matteo Lambertini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Liguria", + "City": "Genova", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO in collaboration with the MASCC: Shedding light on the hidden microbiota", + "rest_events_session_count": 3, + "rest_events_session": "Supportive and palliative care,Oncofertility: What every HCP involved in cancer care should know,Fertility preservation and beyond in female patients with cancer", + "events_topic": "Cancer Care Facilities | Palliative Care ", + "rest_events_topic_count": 3, + "rest_events_topic": " Fertility | Fertility Preservation | Microbiota", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matteo Lambertini ", + "kol_full_name": "Matteo Lambertini " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Delphi Technique | Oncology Nursing | Telemedicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454348", + "session_name": "eHealth and digital innovations,Consensus Research Priorities for Cancer Nursing in Europe: A Delphi Study,Keynote lecture: Shaping the future of cancer nursing: The case for disruption in the pursuit of meaningful and equitable innovation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Amanda Drury", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "eHealth and digital innovations", + "rest_events_session_count": 2, + "rest_events_session": "Consensus Research Priorities for Cancer Nursing in Europe: A Delphi Study,Keynote lecture: Shaping the future of cancer nursing: The case for disruption in the pursuit of meaningful and equitable innovation", + "events_topic": "Delphi Technique | Oncology Nursing ", + "rest_events_topic_count": 1, + "rest_events_topic": " Telemedicine", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amanda Drury ", + "kol_full_name": "Amanda Drury " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Patritumab Deruxtecan | Breast Neoplasms | Triple Negative Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454302", + "session_name": "New treatment algorithm in the treatment of metastatic breast cancer in 2024,Efficacy, safety and biomarker analysis of ICARUS-BREAST01: a phase 2 Study of Patritumab Deruxtecan (HER3-DXd) in patients (pts) with HR+/HER2- advanced breast cancer (ABC),HER2 positive breast cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Barbara Pistilli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "New treatment algorithm in the treatment of metastatic breast cancer in 2024", + "rest_events_session_count": 3, + "rest_events_session": "Efficacy, safety and biomarker analysis of ICARUS-BREAST01: a phase 2 Study of Patritumab Deruxtecan (HER3-DXd) in patients (pts) with HR+/HER2- advanced breast cancer (ABC),HER2 positive breast cancer", + "events_topic": "Patritumab Deruxtecan | Breast Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Barbara Pistilli ", + "kol_full_name": "Barbara Pistilli " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung | Anaplastic Lymphoma Kinase | Alectinib | Lung Neoplasms | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454754", + "session_name": "Targeting NSCLC: new developments in ALK+ and KRAS G12C NSCLC,Patient Matters: Innovation in Lung Cancer,ALINA: exploratory biomarker analyses in patients (pts) with resected ALK+ non-small cell lung cancer (NSCLC) treated with adjuvant alectinib vs chemotherapy (chemo)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ben J. Solomon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Targeting NSCLC: new developments in ALK+ and KRAS G12C NSCLC", + "rest_events_session_count": 2, + "rest_events_session": "Patient Matters: Innovation in Lung Cancer,ALINA: exploratory biomarker analyses in patients (pts) with resected ALK+ non-small cell lung cancer (NSCLC) treated with adjuvant alectinib vs chemotherapy (chemo)", + "events_topic": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 4, + "rest_events_topic": " Anaplastic Lymphoma Kinase | Alectinib | Lung Neoplasms | Drug Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ben J. Solomon ", + "kol_full_name": "Ben J. Solomon " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genital Neoplasms, Female | Nursing Research | Endometrial Neoplasms | Telemedicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454861", + "session_name": "eHealth and digital innovations,MASCC-EONS collaborative session: Nursing researchers’ role in supportive care implementation,Improving the experience of care for women with gynaecological cancers: Lessons from cervical and endometrial cancer policy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Carlos Fernandes Cargaleiro", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "eHealth and digital innovations", + "rest_events_session_count": 2, + "rest_events_session": "MASCC-EONS collaborative session: Nursing researchers’ role in supportive care implementation,Improving the experience of care for women with gynaecological cancers: Lessons from cervical and endometrial cancer policy", + "events_topic": "Genital Neoplasms, Female | Nursing Research ", + "rest_events_topic_count": 2, + "rest_events_topic": " Endometrial Neoplasms | Telemedicine", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Fernandes Cargaleiro ", + "kol_full_name": "Carlos Fernandes Cargaleiro " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Corticosteroids | Gastrointestinal Microbiome | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454538", + "session_name": "Improving the management of toxicities from immunotherapy,Treatment beyond corticosteroids,The gut microbiota & immune related adverse events", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christina H. Ruhlmann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Fyn", + "City": "Odense", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Improving the management of toxicities from immunotherapy", + "rest_events_session_count": 2, + "rest_events_session": "Treatment beyond corticosteroids,The gut microbiota & immune related adverse events", + "events_topic": "Corticosteroids | Gastrointestinal Microbiome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christina H. Ruhlmann ", + "kol_full_name": "Christina H. Ruhlmann " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasm Metastasis | Translational Research, Biomedical | Biomarkers | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454520", + "session_name": "Breast cancer, metastatic,Evolving biomarkers in metastatic disease: Liquid, solid or both?,Integrating translational research into clinical trials: Understanding models and their readouts", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christos Sotiriou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 4, + "rest_events_session": " metastatic,Evolving biomarkers in metastatic disease: Liquid, solid or both?,Integrating translational research into clinical trials: Understanding models and their readouts", + "events_topic": "Neoplasm Metastasis | Translational Research, Biomedical ", + "rest_events_topic_count": 2, + "rest_events_topic": " Biomarkers | Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christos Sotiriou ", + "kol_full_name": "Christos Sotiriou " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates | Pharmacology, Clinical | Antibodies, Bispecific", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454562", + "session_name": "Current advances in clinical pharmacology within oncology, and its relevance for daily practice,Bispecifics,Pharmacology and dose-selection of ADCs", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Emiliano Calvo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Current advances in clinical pharmacology within oncology", + "rest_events_session_count": 3, + "rest_events_session": " and its relevance for daily practice,Bispecifics,Pharmacology and dose-selection of ADCs", + "events_topic": "Immunoconjugates | Pharmacology, Clinical ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antibodies, Bispecific", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emiliano Calvo ", + "kol_full_name": "Emiliano Calvo " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Treatment Decision | Receptors, Estrogen | Frailty | Geriatric Assessment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454617", + "session_name": "Case study and principles of GA (Geriatric Assessment),Frailty assessments and its impact on treatment decisions: What YOs need to know?,Optimal treatment for elderly ER+ BC patients", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Etienne G. Brain", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Saint Cloud", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Case study and principles of GA (Geriatric Assessment)", + "rest_events_session_count": 2, + "rest_events_session": "Frailty assessments and its impact on treatment decisions: What YOs need to know?,Optimal treatment for elderly ER+ BC patients", + "events_topic": "Treatment Decision | Receptors, Estrogen ", + "rest_events_topic_count": 2, + "rest_events_topic": " Frailty | Geriatric Assessment", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Etienne G. Brain ", + "kol_full_name": "Etienne G. Brain " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy | Disease Progression", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454701", + "session_name": "Which patients should we treat beyond progression and when should we stop?,Investigational immunotherapy,How do we manage patient progression?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Fiona Thistlethwaite", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Which patients should we treat beyond progression and when should we stop?", + "rest_events_session_count": 2, + "rest_events_session": "Investigational immunotherapy,How do we manage patient progression?", + "events_topic": "Immunotherapy | Disease Progression", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fiona Thistlethwaite ", + "kol_full_name": "Fiona Thistlethwaite " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Sexuality | Tailored Treatment | Neoplasms | Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454225", + "session_name": "SIOPE-EONS collaborative session,ESMO-EONS collaborative session: Cancer and sexuality,EONS: Cancer nurses", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Johan De Munter", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "SIOPE-EONS collaborative session", + "rest_events_session_count": 2, + "rest_events_session": "ESMO-EONS collaborative session: Cancer and sexuality,EONS: Cancer nurses", + "events_topic": "Sexuality | Tailored Treatment ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasms | Oncology Nursing", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Johan De Munter ", + "kol_full_name": "Johan De Munter " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy | Cancer Prevention | Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454344", + "session_name": "Cancer nursing and precision health,Subcutaneous administration of immunotherapy in different care settings,PrEvCan (Cancer Prevention across Europe): Key learning experiences and impact", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lena Sharp", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer nursing and precision health", + "rest_events_session_count": 2, + "rest_events_session": "Subcutaneous administration of immunotherapy in different care settings,PrEvCan (Cancer Prevention across Europe): Key learning experiences and impact", + "events_topic": "Immunotherapy | Cancer Prevention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Oncology Nursing", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lena Sharp ", + "kol_full_name": "Lena Sharp " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Of Unknown Primary | Genital Neoplasms, Female", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454372", + "session_name": "Dissecting Cancer of Unknown Primary: Case presentation and expert insights,Gynaecological cancers,Optimal workflows for diagnosis and management of CUP patients", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Linda Mileshkin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Dissecting Cancer of Unknown Primary: Case presentation and expert insights", + "rest_events_session_count": 2, + "rest_events_session": "Gynaecological cancers,Optimal workflows for diagnosis and management of CUP patients", + "events_topic": "Cancer Of Unknown Primary | Genital Neoplasms, Female", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Linda Mileshkin ", + "kol_full_name": "Linda Mileshkin " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Early Detection Of Cancer | Cancer Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454232", + "session_name": "The dark age of single cancer screening is over,The vital role of medical oncologists in primary, secondary, and tertiary cancer prevention,Integrated Cancer Prevention Center: One Stop Shop", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nadir Arber", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Tel Aviv", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The dark age of single cancer screening is over", + "rest_events_session_count": 4, + "rest_events_session": "The vital role of medical oncologists in primary, secondary, and tertiary cancer prevention,Integrated Cancer Prevention Center: One Stop Shop", + "events_topic": "Early Detection Of Cancer | Cancer Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nadir Arber ", + "kol_full_name": "Nadir Arber " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms | Early Detection Of Cancer | Cancer Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454360", + "session_name": "Understanding the cancer journey,Challenges in access to new oncology medicines,The impact of a cancer diagnosis, advocacy and empowerment through the cancer journey", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Natacha Bolanos Fernandez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Understanding the cancer journey", + "rest_events_session_count": 3, + "rest_events_session": "Challenges in access to new oncology medicines,The impact of a cancer diagnosis, advocacy and empowerment through the cancer journey", + "events_topic": "Neoplasms | Early Detection Of Cancer ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cancer Medicine", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Natacha Bolanos Fernandez ", + "kol_full_name": "Natacha Bolanos Fernandez " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Complex Drug Products | Clinical Trial | Developmental Therapeutics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454266", + "session_name": "Developmental therapeutics,New endpoints in early clinical trials,PK of complex drugs: Strategies to find recommended dosages", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Neeltje Steeghs", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Developmental therapeutics", + "rest_events_session_count": 2, + "rest_events_session": "New endpoints in early clinical trials,PK of complex drugs: Strategies to find recommended dosages", + "events_topic": "Complex Drug Products | Clinical Trial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Developmental Therapeutics", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Neeltje Steeghs ", + "kol_full_name": "Neeltje Steeghs " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Care Facilities | Quality Improvement | Oncology Nursing | Psychological Well-Being", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454482", + "session_name": "Quality improvement in cancer care,N.U.R.T.U.R.E. - Time to invest in cancer nurses,A scoping review of interventions to enhance Cancer Nurses' Psychological Well-being, Occupational Health and Resilience", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nikolina Dodlek", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Cyprus", + "Region": "Limassol", + "City": "Limassol", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Quality improvement in cancer care", + "rest_events_session_count": 3, + "rest_events_session": "N.U.R.T.U.R.E. - Time to invest in cancer nurses,A scoping review of interventions to enhance Cancer Nurses' Psychological Well-being, Occupational Health and Resilience", + "events_topic": "Cancer Care Facilities | Quality Improvement ", + "rest_events_topic_count": 2, + "rest_events_topic": " Oncology Nursing | Psychological Well-Being", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikolina Dodlek ", + "kol_full_name": "Nikolina Dodlek " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nasopharyngeal Carcinoma | Tailored Treatment | Chemotherapy, Adjuvant | Biochemical Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454423", + "session_name": "Recent breakthroughs in the treatment of endemic NPC,Biochemical failure post-local therapy: An opportunity for tailored treatment?,Biomarker driven adjuvant therapy in locally advanced NPC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Pierre Blanchard", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Recent breakthroughs in the treatment of endemic NPC", + "rest_events_session_count": 2, + "rest_events_session": "Biochemical failure post-local therapy: An opportunity for tailored treatment?,Biomarker driven adjuvant therapy in locally advanced NPC", + "events_topic": "Nasopharyngeal Carcinoma | Tailored Treatment ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chemotherapy, Adjuvant | Biochemical Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pierre Blanchard ", + "kol_full_name": "Pierre Blanchard " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Tumor | Molecular Residual Disease | Ribociclib | Neoplasm, Residual | Breast Neoplasms | Aromatase", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454429", + "session_name": "MRD or molecular tumour board case report,Efficacy and safety of ribociclib (RIB) + nonsteroidal aromatase inhibitor (NSAI) in younger patients (pts) with HR+/HER2− early breast cancer (EBC) in NATALEE,MRD learning from breast cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sherene Loi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "MRD or molecular tumour board case report", + "rest_events_session_count": 2, + "rest_events_session": "Efficacy and safety of ribociclib (RIB) + nonsteroidal aromatase inhibitor (NSAI) in younger patients (pts) with HR+/HER2− early breast cancer (EBC) in NATALEE,MRD learning from breast cancer", + "events_topic": "Molecular Tumor | Molecular Residual Disease ", + "rest_events_topic_count": 4, + "rest_events_topic": " Ribociclib | Neoplasm, Residual | Breast Neoplasms | Aromatase", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sherene Loi ", + "kol_full_name": "Sherene Loi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms | Cardiotoxicity | Neoplasms | Artificial Intelligence | Adolescent And Young Adult Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454529", + "session_name": "The future of cancer via patient expertise in research & innovation projects,Adolescent and Young Adult Cancer: Important messages from patient’s perspectives,Can artificial intelligence improve early detection of cardiotoxicity after breast cancer treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Tanja Spanic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Slovenia", + "Region": "Ljubljana", + "City": "Ljubljana", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The future of cancer via patient expertise in research & innovation projects", + "rest_events_session_count": 2, + "rest_events_session": "Adolescent and Young Adult Cancer: Important messages from patient’s perspectives,Can artificial intelligence improve early detection of cardiotoxicity after breast cancer treatment", + "events_topic": "Breast Neoplasms | Cardiotoxicity ", + "rest_events_topic_count": 3, + "rest_events_topic": " Neoplasms | Artificial Intelligence | Adolescent And Young Adult Cancer", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tanja Spanic ", + "kol_full_name": "Tanja Spanic " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Palliative Care | Skin Neoplasms | Cancer Care Facilities | Advance Care Planning", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454649", + "session_name": "Cancer care during exceptional circumstances,Advance care planning and palliative care,It's skin cancer: A rollercoaster of a journey for young people and their significant other", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Wendy Mcinally", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer care during exceptional circumstances", + "rest_events_session_count": 2, + "rest_events_session": "Advance care planning and palliative care,It's skin cancer: A rollercoaster of a journey for young people and their significant other", + "events_topic": "Palliative Care | Skin Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cancer Care Facilities | Advance Care Planning", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wendy Mcinally ", + "kol_full_name": "Wendy Mcinally " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "PRMT5 Protein, Human | Solid Tumors | Immune-Cell Engagers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454276", + "session_name": "Immune-cell engagers,Phase 1 dose escalation and initial dose expansion results of AMG 193, an MTA-cooperative PRMT5 inhibitor, in patients (pts) with MTAP-deleted solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Adrian G. Sacher", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Immune-cell engagers", + "rest_events_session_count": 3, + "rest_events_session": "Phase 1 dose escalation and initial dose expansion results of AMG 193, an MTA-cooperative PRMT5 inhibitor, in patients (pts) with MTAP-deleted solid tumors", + "events_topic": "PRMT5 Protein, Human | Solid Tumors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immune-Cell Engagers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adrian G. Sacher ", + "kol_full_name": "Adrian G. Sacher " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454532", + "session_name": "Immunotherapy: New indications, hopes and perspectives,Access to immunotherapies in Poland and in Spain based on EMA and ESMO guidance", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Agata I. Polinska", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Immunotherapy: New indications", + "rest_events_session_count": 2, + "rest_events_session": " hopes and perspectives,Access to immunotherapies in Poland and in Spain based on EMA and ESMO guidance", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Agata I. Polinska ", + "kol_full_name": "Agata I. Polinska " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Mesothelioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454447", + "session_name": "Mesothelioma and the role of multidisciplinary team,Systemic therapy for mesothelioma: A growing landscape", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alessandra Curioni-Fontecedro", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Fribourg", + "City": "Fribourg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Mesothelioma and the role of multidisciplinary team", + "rest_events_session_count": 1, + "rest_events_session": "Systemic therapy for mesothelioma: A growing landscape", + "events_topic": "Mesothelioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alessandra Curioni-Fontecedro ", + "kol_full_name": "Alessandra Curioni-Fontecedro " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tumor Burden | Sentinel Lymph Node | Patient Care | Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454246", + "session_name": "Primary analysis of the EORTC 1208 Minitub Trial: Prospective registry of Sentinel Node (SN) positive melanoma patients with minimal SN tumor burden,Which patients need surgery?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alexander C. Van Akkooi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Primary analysis of the EORTC 1208 Minitub Trial: Prospective registry of Sentinel Node (SN) positive melanoma patients with minimal SN tumor burden", + "rest_events_session_count": 1, + "rest_events_session": "Which patients need surgery?", + "events_topic": "Tumor Burden | Sentinel Lymph Node ", + "rest_events_topic_count": 2, + "rest_events_topic": " Patient Care | Melanoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexander C. Van Akkooi ", + "kol_full_name": "Alexander C. Van Akkooi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Survivors | Novel Therapies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454352", + "session_name": "Complexity of perioperative decisions in the era of novel therapies,Who should be responsible for cancer survivorship - General practitioners", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alice Indini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Complexity of perioperative decisions in the era of novel therapies", + "rest_events_session_count": 1, + "rest_events_session": "Who should be responsible for cancer survivorship - General practitioners", + "events_topic": "Cancer Survivors | Novel Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alice Indini ", + "kol_full_name": "Alice Indini " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates | Carcinoma, Non-Small-Cell Lung | Lung Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454785", + "session_name": "Antibody drug conjugates (ADCs) in lung cancer: Ready for prime time?,NSCLC, metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alona Zer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Antibody drug conjugates (ADCs) in lung cancer: Ready for prime time?", + "rest_events_session_count": 2, + "rest_events_session": "NSCLC, metastatic", + "events_topic": "Immunoconjugates | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lung Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alona Zer ", + "kol_full_name": "Alona Zer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Of Unknown Primary", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454373", + "session_name": "Dissecting Cancer of Unknown Primary: Case presentation and expert insights,Optimising trial design and therapeutic strategies targeting driver molecular aberrations in CUP", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alwin Krämer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Dissecting Cancer of Unknown Primary: Case presentation and expert insights", + "rest_events_session_count": 1, + "rest_events_session": "Optimising trial design and therapeutic strategies targeting driver molecular aberrations in CUP", + "events_topic": "Cancer Of Unknown Primary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alwin Krämer ", + "kol_full_name": "Alwin Krämer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Central Nervous System Neoplasms | Brain Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454790", + "session_name": "Cancer neuroscience in brain tumours and beyond,CNS tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Amélie Darlix", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Languedoc-Roussillon", + "City": "Montpellier", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer neuroscience in brain tumours and beyond", + "rest_events_session_count": 1, + "rest_events_session": "CNS tumours", + "events_topic": "Central Nervous System Neoplasms | Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amélie Darlix ", + "kol_full_name": "Amélie Darlix " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Non-coding DNA | Translational Research, Biomedical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454809", + "session_name": "Deciphering the dark matter of the non-coding genome,Basic science & Translational research", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ana Vivancos", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Deciphering the dark matter of the non-coding genome", + "rest_events_session_count": 1, + "rest_events_session": "Basic science & Translational research", + "events_topic": "Non-coding DNA | Translational Research, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Vivancos ", + "kol_full_name": "Ana Vivancos " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial | Developmental Therapeutics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454792", + "session_name": "New endpoints in early clinical trials,Developmental therapeutics", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anastasios Stathis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Ticino", + "City": "Bellinzona", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "New endpoints in early clinical trials", + "rest_events_session_count": 1, + "rest_events_session": "Developmental therapeutics", + "events_topic": "Clinical Trial | Developmental Therapeutics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anastasios Stathis ", + "kol_full_name": "Anastasios Stathis " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Universal Health Insurance | Cancer Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454359", + "session_name": "Where does the world stand on achieving Universal Health Coverage by 2030?,A global perspective on access to oncology medicine: Where we do stand?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "André Ilbawi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Where does the world stand on achieving Universal Health Coverage by 2030?", + "rest_events_session_count": 1, + "rest_events_session": "A global perspective on access to oncology medicine: Where we do stand?", + "events_topic": "Universal Health Insurance | Cancer Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
André Ilbawi ", + "kol_full_name": "André Ilbawi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Penile Neoplasms | Urogenital Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454628", + "session_name": "Focus on rare GU cancers: A common challenge,Updates in penile cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Andrea Necchi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Focus on rare GU cancers: A common challenge", + "rest_events_session_count": 1, + "rest_events_session": "Updates in penile cancer", + "events_topic": "Penile Neoplasms | Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrea Necchi ", + "kol_full_name": "Andrea Necchi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates | Stress Disorder", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454318", + "session_name": "The guiding hand in patient care: Managing Antibody-Drug Conjugate (ADC) related adverse events,Coping strategies burnout and stress", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Andreas Charalambous", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Cyprus", + "Region": "Limassol", + "City": "Limassol", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The guiding hand in patient care: Managing Antibody-Drug Conjugate (ADC) related adverse events", + "rest_events_session_count": 1, + "rest_events_session": "Coping strategies burnout and stress", + "events_topic": "Immunoconjugates | Stress Disorder", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreas Charalambous ", + "kol_full_name": "Andreas Charalambous " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Solid Tumours | Medical Oncology | Cell- And Tissue-Based Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454312", + "session_name": "Cell therapy in solid tumours,Developing a career in medical oncology: From the ESMO Medical Student Course to a successful career", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Angelika M. Starzer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cell therapy in solid tumours", + "rest_events_session_count": 1, + "rest_events_session": "Developing a career in medical oncology: From the ESMO Medical Student Course to a successful career", + "events_topic": "Solid Tumours | Medical Oncology ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cell- And Tissue-Based Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angelika M. Starzer ", + "kol_full_name": "Angelika M. Starzer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Public Health Surveillance | Case Reports", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5467550", + "session_name": "Experiences from the clinic: a dynamic case study discussion,The importance of surveillance and diagnosis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anna Saborowski", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Experiences from the clinic: a dynamic case study discussion", + "rest_events_session_count": 1, + "rest_events_session": "The importance of surveillance and diagnosis", + "events_topic": "Public Health Surveillance | Case Reports", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna Saborowski ", + "kol_full_name": "Anna Saborowski " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454530", + "session_name": "Immunotherapy: New indications, hopes and perspectives,Patients’ involvement in immunotherapy trials design", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anne-Marie Baird", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Immunotherapy: New indications", + "rest_events_session_count": 2, + "rest_events_session": " hopes and perspectives,Patients’ involvement in immunotherapy trials design", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anne-Marie Baird ", + "kol_full_name": "Anne-Marie Baird " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates | Lung Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454630", + "session_name": "Antibody drug conjugates (ADCs) in lung cancer: Ready for prime time?,Toxicity of ADCs", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anne-Marie C. Dingemans", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Antibody drug conjugates (ADCs) in lung cancer: Ready for prime time?", + "rest_events_session_count": 1, + "rest_events_session": "Toxicity of ADCs", + "events_topic": "Immunoconjugates | Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anne-Marie C. Dingemans ", + "kol_full_name": "Anne-Marie C. Dingemans " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neuroendocrine Tumors | Circulating Tumor DNA", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454425", + "session_name": "Precision medicine in NEN: Where we are,The value of circulating tumour DNA in neuroendocrine neoplasms", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Annemiek Walenkamp", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Precision medicine in NEN: Where we are", + "rest_events_session_count": 1, + "rest_events_session": "The value of circulating tumour DNA in neuroendocrine neoplasms", + "events_topic": "Neuroendocrine Tumors | Circulating Tumor DNA", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Annemiek Walenkamp ", + "kol_full_name": "Annemiek Walenkamp " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms | Carcinoma, Lobular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454419", + "session_name": "Treatment of lobular breast cancer (ILC): From pitfalls to opportunities,Local treatment for ILC: Do’s and don’ts", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ava Kwong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treatment of lobular breast cancer (ILC): From pitfalls to opportunities", + "rest_events_session_count": 1, + "rest_events_session": "Local treatment for ILC: Do’s and don’ts", + "events_topic": "Breast Neoplasms | Carcinoma, Lobular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ava Kwong ", + "kol_full_name": "Ava Kwong " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Skin Neoplasms | Glioma | Nivolumab | Ipilimumab | Melanoma | Dendritic Cells", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454255", + "session_name": "Melanoma and other skin tumours,A phase I clinical trial on the intracranial administration of autologous CD1c(BDCA-1)+ /CD141(BDCA-3)+ myeloid dendritic cells (myDC) in combination with ipilimumab (IPI) and nivolumab (NIVO) in patients with recurrent high-grade glioma (rHGG)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Bart Neyns", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Melanoma and other skin tumours", + "rest_events_session_count": 1, + "rest_events_session": "A phase I clinical trial on the intracranial administration of autologous CD1c(BDCA-1)+ /CD141(BDCA-3)+ myeloid dendritic cells (myDC) in combination with ipilimumab (IPI) and nivolumab (NIVO) in patients with recurrent high-grade glioma (rHGG)", + "events_topic": "Skin Neoplasms | Glioma ", + "rest_events_topic_count": 4, + "rest_events_topic": " Nivolumab | Ipilimumab | Melanoma | Dendritic Cells", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bart Neyns ", + "kol_full_name": "Bart Neyns " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Technology Assessment, Biomedical | Decision Making | Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454356", + "session_name": "Can pragmatic clinical trials and optimisation of treatments support development, access and value?,RCT and RWD for HTA decision making", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Beate Wieseler", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Koeln", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Can pragmatic clinical trials and optimisation of treatments support development", + "rest_events_session_count": 2, + "rest_events_session": " access and value?,RCT and RWD for HTA decision making", + "events_topic": "Technology Assessment, Biomedical | Decision Making ", + "rest_events_topic_count": 1, + "rest_events_topic": " Clinical Trial", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Beate Wieseler ", + "kol_full_name": "Beate Wieseler " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Transitional Cell | Biomarkers | Carcinoma, Renal Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454463", + "session_name": "Addressing uncertainties in the management of urothelial and renal cell carcinomas,Circulating vs tissue-based biomarkers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Bernadett E. Szabados", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Addressing uncertainties in the management of urothelial and renal cell carcinomas", + "rest_events_session_count": 1, + "rest_events_session": "Circulating vs tissue-based biomarkers", + "events_topic": "Carcinoma, Transitional Cell | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Renal Cell", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bernadett E. Szabados ", + "kol_full_name": "Bernadett E. Szabados " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Microbiota | Treatment Outcome | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454399", + "session_name": "Exploiting the microbiome to improve treatment outcomes,How the microbiome affects immunotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Bertrand Routy", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Exploiting the microbiome to improve treatment outcomes", + "rest_events_session_count": 1, + "rest_events_session": "How the microbiome affects immunotherapy", + "events_topic": "Microbiota | Treatment Outcome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bertrand Routy ", + "kol_full_name": "Bertrand Routy " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Disease-Free Survival | Clinical Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454224", + "session_name": "Progression-free survival: Should it be used as a primary end point for registration of anticancer treatments and what is the role of the ESMO-MCBS?,Clinics and research in LMIC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Bishal Gyawali", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Nepal", + "Region": "Bagmati", + "City": "Kathmandu", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Progression-free survival: Should it be used as a primary end point for registration of anticancer treatments and what is the role of the ESMO-MCBS?", + "rest_events_session_count": 1, + "rest_events_session": "Clinics and research in LMIC", + "events_topic": "Disease-Free Survival | Clinical Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bishal Gyawali ", + "kol_full_name": "Bishal Gyawali " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nasopharyngeal Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454421", + "session_name": "Recent breakthroughs in the treatment of endemic NPC,Changing the treatment paradigm in the treatment of recurrent/metastatic NPC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Brigette B. Ma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Recent breakthroughs in the treatment of endemic NPC", + "rest_events_session_count": 1, + "rest_events_session": "Changing the treatment paradigm in the treatment of recurrent/metastatic NPC", + "events_topic": "Nasopharyngeal Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Brigette B. Ma ", + "kol_full_name": "Brigette B. Ma " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Phosphatidylinositol 3-Kinase | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454842", + "session_name": "PI3Ki: An evolving drug class with an exciting future,How can we PI3K the right treatment for every patient with HR+ breast cancer?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Carlos H. Barrios", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Brazil", + "Region": "Rio Grande do Sul", + "City": "Porto Alegre", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "PI3Ki: An evolving drug class with an exciting future", + "rest_events_session_count": 1, + "rest_events_session": "How can we PI3K the right treatment for every patient with HR+ breast cancer?", + "events_topic": "Phosphatidylinositol 3-Kinase | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos H. Barrios ", + "kol_full_name": "Carlos H. Barrios " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Skin Neoplasms | Melanoma | Cutaneous Squamous Cell Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454607", + "session_name": "Non-cutaneous melanoma and non-melanoma skin cancers: There is much more we can do,Cutaneous squamous cell carcinoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Caroline Robert", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Non-cutaneous melanoma and non-melanoma skin cancers: There is much more we can do", + "rest_events_session_count": 1, + "rest_events_session": "Cutaneous squamous cell carcinoma", + "events_topic": "Skin Neoplasms | Melanoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cutaneous Squamous Cell Carcinoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Caroline Robert ", + "kol_full_name": "Caroline Robert " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lymphoma | Hodgkin Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454684", + "session_name": "Treatment of difficult lymphomas,Relapsed refractory Hodgkin’s lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cédric Rossi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Bourgogne", + "City": "Dijon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treatment of difficult lymphomas", + "rest_events_session_count": 1, + "rest_events_session": "Relapsed refractory Hodgkin’s lymphoma", + "events_topic": "Lymphoma | Hodgkin Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cédric Rossi ", + "kol_full_name": "Cédric Rossi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Sarcoma | Gastrointestinal Stromal Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454392", + "session_name": "Sarcoma,New developments in the treatment of GIST", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cesar Serrano", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Sarcoma", + "rest_events_session_count": 1, + "rest_events_session": "New developments in the treatment of GIST", + "events_topic": "Sarcoma | Gastrointestinal Stromal Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cesar Serrano ", + "kol_full_name": "Cesar Serrano " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Head And Neck Neoplasms | Caregiver Burden", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454643", + "session_name": "Designing and evaluation of a novel, theory-driven eLearning resource to equip professionals to support adults at end of life who have significant caregiving responsibilities for children < 18 years,Experiences and Needs of Carers of Patients with Head and Neck Cancer: A Systematic Review", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cherith J. Semple", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "Northern Ireland", + "City": "Belfast", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Designing and evaluation of a novel", + "rest_events_session_count": 2, + "rest_events_session": " theory-driven eLearning resource to equip professionals to support adults at end of life who have significant caregiving responsibilities for children < 18 years,Experiences and Needs of Carers of Patients with Head and Neck Cancer: A Systematic Review", + "events_topic": "Head And Neck Neoplasms | Caregiver Burden", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cherith J. Semple ", + "kol_full_name": "Cherith J. Semple " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Endocrine Gland Neoplasms | Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454830", + "session_name": "Controversies in the management and follow up of small localised neuroendocrine tumours,NETs and endocrine tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Chris Verslype", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Controversies in the management and follow up of small localised neuroendocrine tumours", + "rest_events_session_count": 1, + "rest_events_session": "NETs and endocrine tumours", + "events_topic": "Endocrine Gland Neoplasms | Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chris Verslype ", + "kol_full_name": "Chris Verslype " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Melanoma | Neoadjuvant Therapy | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454245", + "session_name": "Why neoadjuvant immunotherapy is the future for melanoma,Personalised immunotherapy approach and future", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christian U. Blank", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Why neoadjuvant immunotherapy is the future for melanoma", + "rest_events_session_count": 1, + "rest_events_session": "Personalised immunotherapy approach and future", + "events_topic": "Melanoma | Neoadjuvant Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian U. Blank ", + "kol_full_name": "Christian U. Blank " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Care Facilities | Fertility | Fertility Preservation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454282", + "session_name": "Oncofertility: What every HCP involved in cancer care should know,Fertility preservation and beyond in male patients with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christine Wyns", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Woluwe-Saint-Lambert", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Oncofertility: What every HCP involved in cancer care should know", + "rest_events_session_count": 1, + "rest_events_session": "Fertility preservation and beyond in male patients with cancer", + "events_topic": "Cancer Care Facilities | Fertility ", + "rest_events_topic_count": 1, + "rest_events_topic": " Fertility Preservation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christine Wyns ", + "kol_full_name": "Christine Wyns " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Whole Genome Sequencing | High-Throughput Nucleotide Sequencing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454367", + "session_name": "Molecular profiling from panel NGS to WGS: Do YOs need special training?,How to read commercial NGS test: Tips and tricks for practicing oncologists", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christoph Benedikt Westphalen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Molecular profiling from panel NGS to WGS: Do YOs need special training?", + "rest_events_session_count": 1, + "rest_events_session": "How to read commercial NGS test: Tips and tricks for practicing oncologists", + "events_topic": "Whole Genome Sequencing | High-Throughput Nucleotide Sequencing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christoph Benedikt Westphalen ", + "kol_full_name": "Christoph Benedikt Westphalen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Patient Care Management | Qualitative Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454664", + "session_name": "Oncologists’ voices in time of crisis: Findings from the ESMO Resilience Task Force survey series on how members can be helped and supported – a qualitative analysis,Tips and techniques for people management at work", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Claire Hardy", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Lancaster", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Oncologists’ voices in time of crisis: Findings from the ESMO Resilience Task Force survey series on how members can be helped and supported – a qualitative analysis", + "rest_events_session_count": 1, + "rest_events_session": "Tips and techniques for people management at work", + "events_topic": "Patient Care Management | Qualitative Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Claire Hardy ", + "kol_full_name": "Claire Hardy " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Non-Coding Mutations | Non-coding DNA", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454579", + "session_name": "Deciphering the dark matter of the non-coding genome,Mouse models to study functional effects of non-coding mutations", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Daniel Schramek", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Deciphering the dark matter of the non-coding genome", + "rest_events_session_count": 1, + "rest_events_session": "Mouse models to study functional effects of non-coding mutations", + "events_topic": "Non-Coding Mutations | Non-coding DNA", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel Schramek ", + "kol_full_name": "Daniel Schramek " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Multiple Co-Occurring Cancer | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454604", + "session_name": "Multiple co-occurring cancers,Metastatic colorectal cancer: Case presentation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Deniz Can Guven", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Multiple co-occurring cancers", + "rest_events_session_count": 1, + "rest_events_session": "Metastatic colorectal cancer: Case presentation", + "events_topic": "Multiple Co-Occurring Cancer | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Deniz Can Guven ", + "kol_full_name": "Deniz Can Guven " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tailored Treatment | Minimal Intervention | Biochemical Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454397", + "session_name": "Biochemical failure post-local therapy: An opportunity for tailored treatment?,Surveillance/minimal intervention for good risk disease", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Derya Tilki", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Biochemical failure post-local therapy: An opportunity for tailored treatment?", + "rest_events_session_count": 1, + "rest_events_session": "Surveillance/minimal intervention for good risk disease", + "events_topic": "Tailored Treatment | Minimal Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biochemical Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Derya Tilki ", + "kol_full_name": "Derya Tilki " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Brain Neoplasms | Central Nervous System Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454852", + "session_name": "Common clinical problems in neuro-oncology,CNS tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Dieta Brandsma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Common clinical problems in neuro-oncology", + "rest_events_session_count": 1, + "rest_events_session": "CNS tumours", + "events_topic": "Brain Neoplasms | Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dieta Brandsma ", + "kol_full_name": "Dieta Brandsma " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Prostatic Neoplasms, Castration-Resistant | Biomarkers | Cytotoxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454297", + "session_name": "Biomarkers for mCRPC: To test or not to test,Are cytotoxics still the next option?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Elena Castro", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Biomarkers for mCRPC: To test or not to test", + "rest_events_session_count": 1, + "rest_events_session": "Are cytotoxics still the next option?", + "events_topic": "Prostatic Neoplasms, Castration-Resistant | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cytotoxicity", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elena Castro ", + "kol_full_name": "Elena Castro " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Thrombosis | Multiple Co-Occurring Cancer | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454844", + "session_name": "Cancer-associated thrombosis: Management of pulmonary embolism,Multiple co-occurring cancers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Elene Mariamidze", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Georgia", + "Region": "T'bilisi", + "City": "Tbilisi", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer-associated thrombosis: Management of pulmonary embolism", + "rest_events_session_count": 1, + "rest_events_session": "Multiple co-occurring cancers", + "events_topic": "Thrombosis | Multiple Co-Occurring Cancer ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elene Mariamidze ", + "kol_full_name": "Elene Mariamidze " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cyclin-Dependent Kinases | Triple Negative Breast Neoplasms | Breast Neoplasms | Signal Transduction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454402", + "session_name": "Breast cancer, early stage,Biological insights in the endocrine and CDK4/6 pathways of cellular signal transduction and mechanisms of primary/acquired resistance in HR(+)/HER2(-) breast cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Elgene Lim", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 2, + "rest_events_session": " early stage,Biological insights in the endocrine and CDK4/6 pathways of cellular signal transduction and mechanisms of primary/acquired resistance in HR(+)/HER2(-) breast cancer", + "events_topic": "Cyclin-Dependent Kinases | Triple Negative Breast Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Breast Neoplasms | Signal Transduction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elgene Lim ", + "kol_full_name": "Elgene Lim " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454670", + "session_name": "ESMO-IARC – Medical oncology and cancer prevention: The odd couple?,The value of IARC’s cancer prevention resources in daily clinical practice, and how ESMO is supporting them", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Elisabete Weiderpass", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Rhone-Alpes", + "City": "Lyon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO-IARC – Medical oncology and cancer prevention: The odd couple?", + "rest_events_session_count": 2, + "rest_events_session": "The value of IARC’s cancer prevention resources in daily clinical practice, and how ESMO is supporting them", + "events_topic": "Cancer Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elisabete Weiderpass ", + "kol_full_name": "Elisabete Weiderpass " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oligometastatic Disease | Leiomyosarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454264", + "session_name": "Use of ablative therapies in patients with oligometastatic disease,Can proteomics predict metastatic relapse in leiomyosarcoma (LMS)? Development of an 8 protein signature in a >350 sample study including a validation cohort", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Elizabeth A. Connolly", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Use of ablative therapies in patients with oligometastatic disease", + "rest_events_session_count": 1, + "rest_events_session": "Can proteomics predict metastatic relapse in leiomyosarcoma (LMS)? Development of an 8 protein signature in a >350 sample study including a validation cohort", + "events_topic": "Oligometastatic Disease | Leiomyosarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elizabeth A. Connolly ", + "kol_full_name": "Elizabeth A. Connolly " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neuroendocrine Tumors | Appendiceal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454720", + "session_name": "Controversies in the management and follow up of small localised neuroendocrine tumours,Appendiceal NEN: When to recommend radical surgery?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Els Nieveen Van Dijkum", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Controversies in the management and follow up of small localised neuroendocrine tumours", + "rest_events_session_count": 1, + "rest_events_session": "Appendiceal NEN: When to recommend radical surgery?", + "events_topic": "Neuroendocrine Tumors | Appendiceal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Els Nieveen Van Dijkum ", + "kol_full_name": "Els Nieveen Van Dijkum " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoadjuvant Therapy | Surgical Procedures, Operative | Colonic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454704", + "session_name": "Neoadjuvant treatment for colon cancer: Building upon the existing data,The role of surgery", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eva Angenete", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Neoadjuvant treatment for colon cancer: Building upon the existing data", + "rest_events_session_count": 1, + "rest_events_session": "The role of surgery", + "events_topic": "Neoadjuvant Therapy | Surgical Procedures, Operative ", + "rest_events_topic_count": 1, + "rest_events_topic": " Colonic Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva Angenete ", + "kol_full_name": "Eva Angenete " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Receptors, Chimeric Antigen | Lymphoma, Follicular | Immunotherapy, Adoptive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454370", + "session_name": "CAR T cells and bispecifics,Follicular lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eva K. Kimby", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "CAR T cells and bispecifics", + "rest_events_session_count": 1, + "rest_events_session": "Follicular lymphoma", + "events_topic": "Receptors, Chimeric Antigen | Lymphoma, Follicular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy, Adoptive", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva K. Kimby ", + "kol_full_name": "Eva K. Kimby " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Tumor | Neoplasm, Residual | Translational Research, Biomedical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454837", + "session_name": "MRD or molecular tumour board case report,Basic science & Translational research", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Federica Di Nicolantonio", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Scandiano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "MRD or molecular tumour board case report", + "rest_events_session_count": 1, + "rest_events_session": "Basic science & Translational research", + "events_topic": "Molecular Tumor | Neoplasm, Residual ", + "rest_events_topic_count": 1, + "rest_events_topic": " Translational Research, Biomedical", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Federica Di Nicolantonio ", + "kol_full_name": "Federica Di Nicolantonio " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Triple Negative Breast Neoplasms | Brain Neoplasms | Breast Neoplasms | Immunoconjugates", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454634", + "session_name": "Results from a Phase Ia/Ib Study of ESG401, a Novel Trop2 Antibody-Drug Conjugate, in Patients with Different Subtypes of Metastatic Breast Cancer,ESG401, a novel Trop2 antibody-drug conjugate (ADC), and its efficacy evidence in HER2-negative metastatic breast cancer with brain metastases", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Fei Ma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Results from a Phase Ia/Ib Study of ESG401", + "rest_events_session_count": 5, + "rest_events_session": " a Novel Trop2 Antibody-Drug Conjugate, in Patients with Different Subtypes of Metastatic Breast Cancer,ESG401, a novel Trop2 antibody-drug conjugate (ADC), and its efficacy evidence in HER2-negative metastatic breast cancer with brain metastases", + "events_topic": "Triple Negative Breast Neoplasms | Brain Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Breast Neoplasms | Immunoconjugates", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fei Ma ", + "kol_full_name": "Fei Ma " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates | Lung Neoplasms | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454803", + "session_name": "Cancer patients and advocacy,Management of adverse events in lung cancer antibody-drug conjugate (ADC) treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Fernanda Conceição", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer patients and advocacy", + "rest_events_session_count": 1, + "rest_events_session": "Management of adverse events in lung cancer antibody-drug conjugate (ADC) treatment", + "events_topic": "Immunoconjugates | Lung Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fernanda Conceição ", + "kol_full_name": "Fernanda Conceição " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radiation | Clinical Trial | Tumor Microenvironment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454581", + "session_name": "Next generation of combinations in early clinical trials,How to exploit radiation-induced tumour microenvironment vulnerabilities?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Fernanda Herrera", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Next generation of combinations in early clinical trials", + "rest_events_session_count": 1, + "rest_events_session": "How to exploit radiation-induced tumour microenvironment vulnerabilities?", + "events_topic": "Radiation | Clinical Trial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tumor Microenvironment", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fernanda Herrera ", + "kol_full_name": "Fernanda Herrera " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genital Neoplasms, Female | Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454441", + "session_name": "Gynaecological cancer: How can technology help the fight?,Digitalising the patient journey", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Florence Joly Lobbedez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Basse-Normandie", + "City": "Caen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Gynaecological cancer: How can technology help the fight?", + "rest_events_session_count": 1, + "rest_events_session": "Digitalising the patient journey", + "events_topic": "Genital Neoplasms, Female | Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Florence Joly Lobbedez ", + "kol_full_name": "Florence Joly Lobbedez " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Palliative Care | Microbiota", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454818", + "session_name": "ESMO in collaboration with the MASCC: Shedding light on the hidden microbiota,Supportive and palliative care", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Florian Scotté", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO in collaboration with the MASCC: Shedding light on the hidden microbiota", + "rest_events_session_count": 1, + "rest_events_session": "Supportive and palliative care", + "events_topic": "Palliative Care | Microbiota", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Florian Scotté ", + "kol_full_name": "Florian Scotté " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Brain Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454678", + "session_name": "Cancer neuroscience in brain tumours and beyond,Brain tumour cancer neuroscience", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Frank Winkler", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer neuroscience in brain tumours and beyond", + "rest_events_session_count": 1, + "rest_events_session": "Brain tumour cancer neuroscience", + "events_topic": "Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Frank Winkler ", + "kol_full_name": "Frank Winkler " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Biomarkers | Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454227", + "session_name": "POWG 1: Biomarkers in everyday clinical practice,Early, integrated palliative care in older adults with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gabor Liposits", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Vestsjalland", + "City": "Herning", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "POWG 1: Biomarkers in everyday clinical practice", + "rest_events_session_count": 2, + "rest_events_session": "Early, integrated palliative care in older adults with cancer", + "events_topic": "Biomarkers | Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gabor Liposits ", + "kol_full_name": "Gabor Liposits " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Meningioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454564", + "session_name": "Management and diagnostics of meningioma,Treatment changes of meningioma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gelareh Zadeh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Management and diagnostics of meningioma", + "rest_events_session_count": 1, + "rest_events_session": "Treatment changes of meningioma", + "events_topic": "Meningioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gelareh Zadeh ", + "kol_full_name": "Gelareh Zadeh " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pembrolizumab | Nivolumab | Neoadjuvant Therapy | Placebos | Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454545", + "session_name": "KEYMAKER-U02 substudy 02C: neoadjuvant pembrolizumab (pembro) and investigational agents followed by adjuvant pembro for stage IIIB-D melanoma,Adjuvant nivolumab v placebo in stage IIB/C melanoma: 3-year results from CheckMate 76K", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Georgina V. Long", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "KEYMAKER-U02 substudy 02C: neoadjuvant pembrolizumab (pembro) and investigational agents followed by adjuvant pembro for stage IIIB-D melanoma", + "rest_events_session_count": 1, + "rest_events_session": "Adjuvant nivolumab v placebo in stage IIB/C melanoma: 3-year results from CheckMate 76K", + "events_topic": "Pembrolizumab | Nivolumab ", + "rest_events_topic_count": 3, + "rest_events_topic": " Neoadjuvant Therapy | Placebos | Melanoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Georgina V. Long ", + "kol_full_name": "Georgina V. Long " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Androgen Receptor Pathway Inhibitor | Androgen Receptor Pathway Inhibition", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454298", + "session_name": "Therapeutic options beyond AR pathway inhibitors: What do we choose next?,Novel therapeutic approaches for ARPI-resistant disease", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gerhardt Attard", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Therapeutic options beyond AR pathway inhibitors: What do we choose next?", + "rest_events_session_count": 1, + "rest_events_session": "Novel therapeutic approaches for ARPI-resistant disease", + "events_topic": "Androgen Receptor Pathway Inhibitor | Androgen Receptor Pathway Inhibition", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gerhardt Attard ", + "kol_full_name": "Gerhardt Attard " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Treatment Outcome | Microbiota | Translational Research, Biomedical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454848", + "session_name": "Exploiting the microbiome to improve treatment outcomes,Basic science & Translational research", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Göran Jönsson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Exploiting the microbiome to improve treatment outcomes", + "rest_events_session_count": 1, + "rest_events_session": "Basic science & Translational research", + "events_topic": "Treatment Outcome | Microbiota ", + "rest_events_topic_count": 1, + "rest_events_topic": " Translational Research, Biomedical", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Göran Jönsson ", + "kol_full_name": "Göran Jönsson " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Venous Thromboembolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454394", + "session_name": "Management of venous thromboembolism: Discussion,Prevention strategies of venous thromboembolism", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Grigorios Gerotziafas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Management of venous thromboembolism: Discussion", + "rest_events_session_count": 1, + "rest_events_session": "Prevention strategies of venous thromboembolism", + "events_topic": "Venous Thromboembolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Grigorios Gerotziafas ", + "kol_full_name": "Grigorios Gerotziafas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Promotion | Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454652", + "session_name": "Health promotion, prevention and screening,Experience from cancer nursing during earthquake: The impact on cancer care", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gulcan Bagcivan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Health promotion", + "rest_events_session_count": 2, + "rest_events_session": " prevention and screening,Experience from cancer nursing during earthquake: The impact on cancer care", + "events_topic": "Health Promotion | Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gulcan Bagcivan ", + "kol_full_name": "Gulcan Bagcivan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "ErbB Receptors | Oncology Nursing | Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454333", + "session_name": "Safeguarding Skin Health in NSCLC with EGFR-targeted agents,Where is cancer nursing in precision health?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Helena Ullgren", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Solna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Safeguarding Skin Health in NSCLC with EGFR-targeted agents", + "rest_events_session_count": 1, + "rest_events_session": "Where is cancer nursing in precision health?", + "events_topic": "ErbB Receptors | Oncology Nursing ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helena Ullgren ", + "kol_full_name": "Helena Ullgren " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pregnancy | Ovarian Neoplasms | Safety Management | Fertility", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454287", + "session_name": "Fertility and pregnancy in patients with gynaecological cancer,How to manage safety", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ilaria Colombo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Ticino", + "City": "Bellinzona", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Fertility and pregnancy in patients with gynaecological cancer", + "rest_events_session_count": 1, + "rest_events_session": "How to manage safety", + "events_topic": "Pregnancy | Ovarian Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Safety Management | Fertility", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ilaria Colombo ", + "kol_full_name": "Ilaria Colombo " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy | Head And Neck Neoplasms | Patient Selection", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454698", + "session_name": "Personalised immunotherapy strategies for head and neck cancers,How to select patients? Models to predict response", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ingeborg Tinhofer-Keilholz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Personalised immunotherapy strategies for head and neck cancers", + "rest_events_session_count": 1, + "rest_events_session": "How to select patients? Models to predict response", + "events_topic": "Immunotherapy | Head And Neck Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Patient Selection", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ingeborg Tinhofer-Keilholz ", + "kol_full_name": "Ingeborg Tinhofer-Keilholz " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454749", + "session_name": "Promises and pitfalls in earlier stage NSCLC,To resect or not to resect, and how? Advancing surgical management in early stage NSCLC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Isabelle Schmitt-Opitz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Promises and pitfalls in earlier stage NSCLC", + "rest_events_session_count": 2, + "rest_events_session": "To resect or not to resect, and how? Advancing surgical management in early stage NSCLC", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Isabelle Schmitt-Opitz ", + "kol_full_name": "Isabelle Schmitt-Opitz " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Chemoradiotherapy | Drug Therapy | Uterine Cervical Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454727", + "session_name": "How can we best manage locally-advanced and persistent cervical cancers?,The role of chemotherapy in concurrent chemoradiation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jack J. Chan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How can we best manage locally-advanced and persistent cervical cancers?", + "rest_events_session_count": 1, + "rest_events_session": "The role of chemotherapy in concurrent chemoradiation", + "events_topic": "Chemoradiotherapy | Drug Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Uterine Cervical Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jack J. Chan ", + "kol_full_name": "Jack J. Chan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial | Machine Learning | Artificial Intelligence | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454625", + "session_name": "AI and machine learning to identify early phase clinical trial biomarkers,Applications of artificial intelligence in precision oncology", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jakob N. Kather", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "AI and machine learning to identify early phase clinical trial biomarkers", + "rest_events_session_count": 1, + "rest_events_session": "Applications of artificial intelligence in precision oncology", + "events_topic": "Clinical Trial | Machine Learning ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jakob N. Kather ", + "kol_full_name": "Jakob N. Kather " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Streptozocin | Everolimus | Neuroendocrine Tumors | Fluorouracil", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454426", + "session_name": "Multivariable Analysis of Streptozotocin plus 5-Fluorouracil and Everolimus Sequences in Advanced Pancreatic Neuroendocrine Tumor patients: The SEQTOR Trial (GETNE-1206),Precision systemic therapy in NEN", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jaume Capdevila Castillon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Multivariable Analysis of Streptozotocin plus 5-Fluorouracil and Everolimus Sequences in Advanced Pancreatic Neuroendocrine Tumor patients: The SEQTOR Trial (GETNE-1206)", + "rest_events_session_count": 1, + "rest_events_session": "Precision systemic therapy in NEN", + "events_topic": "Streptozocin | Everolimus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neuroendocrine Tumors | Fluorouracil", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jaume Capdevila Castillon ", + "kol_full_name": "Jaume Capdevila Castillon " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454795", + "session_name": "Supportive and palliative care,9th ESMO Designated Centres of Integrated Oncology and Palliative Care session and awards: Specific considerations for integration of oncology and palliative care", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jayne E. Wood", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Supportive and palliative care", + "rest_events_session_count": 1, + "rest_events_session": "9th ESMO Designated Centres of Integrated Oncology and Palliative Care session and awards: Specific considerations for integration of oncology and palliative care", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jayne E. Wood ", + "kol_full_name": "Jayne E. Wood " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cell Death | Chemoradiotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454696", + "session_name": "New therapeutic approaches in concomitant chemoradiotherapy,Targeting cell death pathways", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jean Bourhis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "New therapeutic approaches in concomitant chemoradiotherapy", + "rest_events_session_count": 1, + "rest_events_session": "Targeting cell death pathways", + "events_topic": "Cell Death | Chemoradiotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jean Bourhis ", + "kol_full_name": "Jean Bourhis " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lung Neoplasms | Breast Neoplasms | Cancer Vaccines | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454271", + "session_name": "New indications for immunotherapies and the difference they deliver: Lung, breast, and other cancers. Does it work for all?,Personalised anti-tumour vaccines", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jean-Pascal Machiels", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Woluwe-Saint-Lambert", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "New indications for immunotherapies and the difference they deliver: Lung", + "rest_events_session_count": 3, + "rest_events_session": " breast, and other cancers. Does it work for all?,Personalised anti-tumour vaccines", + "events_topic": "Lung Neoplasms | Breast Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cancer Vaccines | Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jean-Pascal Machiels ", + "kol_full_name": "Jean-Pascal Machiels " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms | Carcinoma, Lobular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454420", + "session_name": "Treatment of lobular breast cancer (ILC): From pitfalls to opportunities,Systemic treatment for ILCs", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jens Huober", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Sankt Gallen", + "City": "Sankt Gallen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treatment of lobular breast cancer (ILC): From pitfalls to opportunities", + "rest_events_session_count": 1, + "rest_events_session": "Systemic treatment for ILCs", + "events_topic": "Breast Neoplasms | Carcinoma, Lobular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jens Huober ", + "kol_full_name": "Jens Huober " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Sarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454800", + "session_name": "New developments in the treatment of sarcomas in 2024,Sarcoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Joanna Szkandera", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "New developments in the treatment of sarcomas in 2024", + "rest_events_session_count": 1, + "rest_events_session": "Sarcoma", + "events_topic": "Sarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joanna Szkandera ", + "kol_full_name": "Joanna Szkandera " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genomics | Molecular Tumor Board | Precision Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454428", + "session_name": "Integrating precision medicine / ESCAT in your choice of treatment,Navigating the molecular tumour board and genomic reports", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Joaquin Mateo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Integrating precision medicine / ESCAT in your choice of treatment", + "rest_events_session_count": 1, + "rest_events_session": "Navigating the molecular tumour board and genomic reports", + "events_topic": "Genomics | Molecular Tumor Board ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precision Medicine", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joaquin Mateo ", + "kol_full_name": "Joaquin Mateo " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Solid Tumours | MRNA Vaccines | Immunotherapy, Adoptive | Receptors, Chimeric Antigen | BNT211-01 | Solid Tumors | Cell- And Tissue-Based Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454584", + "session_name": "Cell therapy in solid tumours,Updated results from BNT211-01 (NCT04503278), an ongoing, first-in-human, Phase 1 study evaluating safety and efficacy of CLDN6 CAR T cells and a CLDN6-encoding mRNA vaccine in patients with relapsed/refractory CLDN6+ solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "John B. Haanen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cell therapy in solid tumours", + "rest_events_session_count": 4, + "rest_events_session": "Updated results from BNT211-01 (NCT04503278), an ongoing, first-in-human, Phase 1 study evaluating safety and efficacy of CLDN6 CAR T cells and a CLDN6-encoding mRNA vaccine in patients with relapsed/refractory CLDN6+ solid tumors", + "events_topic": "Solid Tumours | MRNA Vaccines ", + "rest_events_topic_count": 5, + "rest_events_topic": " Immunotherapy, Adoptive | Receptors, Chimeric Antigen | BNT211-01 | Solid Tumors | Cell- And Tissue-Based Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
John B. Haanen ", + "kol_full_name": "John B. Haanen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Thymic Epithelial Tumours | Thymus Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454462", + "session_name": "Updates on the treatment of thymic epithelial tumours,Systemic treatment for thymic tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jordi Remon Masip", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Updates on the treatment of thymic epithelial tumours", + "rest_events_session_count": 1, + "rest_events_session": "Systemic treatment for thymic tumours", + "events_topic": "Thymic Epithelial Tumours | Thymus Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jordi Remon Masip ", + "kol_full_name": "Jordi Remon Masip " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oligoprogressive Disease | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454860", + "session_name": "Management of oligoprogressive disease,Breast cancer, metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Karen A. Gelmon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Management of oligoprogressive disease", + "rest_events_session_count": 2, + "rest_events_session": "Breast cancer, metastatic", + "events_topic": "Oligoprogressive Disease | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karen A. Gelmon ", + "kol_full_name": "Karen A. Gelmon " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Skin Neoplasms | Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454833", + "session_name": "Melanoma and other skin tumours,Survivors of advanced melanoma: Management and support", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Karijn Suijkerbuijk", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Melanoma and other skin tumours", + "rest_events_session_count": 1, + "rest_events_session": "Survivors of advanced melanoma: Management and support", + "events_topic": "Skin Neoplasms | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karijn Suijkerbuijk ", + "kol_full_name": "Karijn Suijkerbuijk " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Survivorship | Rehabilitation | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454641", + "session_name": "Rehabilitation and survivorship care,Cancer is a family affair", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Karin B. Dieperink", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Fyn", + "City": "Odense", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Rehabilitation and survivorship care", + "rest_events_session_count": 1, + "rest_events_session": "Cancer is a family affair", + "events_topic": "Survivorship | Rehabilitation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karin B. Dieperink ", + "kol_full_name": "Karin B. Dieperink " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Soft Tissue Sarcoma | Sarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454391", + "session_name": "Definition and clinical implication of response in localised sarcomas,New developments in the treatment of soft tissue sarcomas", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Kjetil Boye", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Definition and clinical implication of response in localised sarcomas", + "rest_events_session_count": 1, + "rest_events_session": "New developments in the treatment of soft tissue sarcomas", + "events_topic": "Soft Tissue Sarcoma | Sarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kjetil Boye ", + "kol_full_name": "Kjetil Boye " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy | Psychological Well-Being", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454351", + "session_name": "Optimising well-being and tackling burnout in oncology,Should we try immunotherapy for all patients with advanced cancer? - No", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Kok Haw Jonathan Lim", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Optimising well-being and tackling burnout in oncology", + "rest_events_session_count": 1, + "rest_events_session": "Should we try immunotherapy for all patients with advanced cancer? - No", + "events_topic": "Immunotherapy | Psychological Well-Being", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kok Haw Jonathan Lim ", + "kol_full_name": "Kok Haw Jonathan Lim " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Toripalimab | Anlotinib | Temozolomide | Glioblastoma | Glioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454587", + "session_name": "A Clinical Study of the Safety and Efficacy of Toripalimab in Combination with Anilotinib for the Treatment of Recurrent Glioblastoma (GBM),A Clinical Study of the Safety and Efficacy of Anlotinib Hydrochloride Combined with Temozolomide dose density scheme for the Treatment of Recurrent High Grade Glioma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Liang Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A Clinical Study of the Safety and Efficacy of Toripalimab in Combination with Anilotinib for the Treatment of Recurrent Glioblastoma (GBM)", + "rest_events_session_count": 1, + "rest_events_session": "A Clinical Study of the Safety and Efficacy of Anlotinib Hydrochloride Combined with Temozolomide dose density scheme for the Treatment of Recurrent High Grade Glioma", + "events_topic": "Toripalimab | Anlotinib ", + "rest_events_topic_count": 3, + "rest_events_topic": " Temozolomide | Glioblastoma | Glioma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Liang Wang ", + "kol_full_name": "Liang Wang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Thoracic Neoplasms | Radionecrosis | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454771", + "session_name": "Next generation immunotherapies in thoracic malignancies,Radionecrosis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lizza E. Hendriks", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Next generation immunotherapies in thoracic malignancies", + "rest_events_session_count": 1, + "rest_events_session": "Radionecrosis", + "events_topic": "Thoracic Neoplasms | Radionecrosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lizza E. Hendriks ", + "kol_full_name": "Lizza E. Hendriks " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Hepatocellular | Neoadjuvant Therapy | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454761", + "session_name": "Management of adjuvant/neoadjuvant HCC in 2024,How to select first-line and what to do after progression to immunotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lorenza Rimassa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Management of adjuvant/neoadjuvant HCC in 2024", + "rest_events_session_count": 1, + "rest_events_session": "How to select first-line and what to do after progression to immunotherapy", + "events_topic": "Carcinoma, Hepatocellular | Neoadjuvant Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lorenza Rimassa ", + "kol_full_name": "Lorenza Rimassa " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oligoprogressive Disease | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454301", + "session_name": "Management of oligoprogressive disease,Hormone-receptor positive breast cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lucia Del Mastro", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Liguria", + "City": "Genova", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Management of oligoprogressive disease", + "rest_events_session_count": 1, + "rest_events_session": "Hormone-receptor positive breast cancer", + "events_topic": "Oligoprogressive Disease | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lucia Del Mastro ", + "kol_full_name": "Lucia Del Mastro " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Case Reports | Carcinoma, Hepatocellular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5467549", + "session_name": "Experiences from the clinic: a dynamic case study discussion,Current therapeutic approaches in HCC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Manon Allaire", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Experiences from the clinic: a dynamic case study discussion", + "rest_events_session_count": 1, + "rest_events_session": "Current therapeutic approaches in HCC", + "events_topic": "Case Reports | Carcinoma, Hepatocellular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manon Allaire ", + "kol_full_name": "Manon Allaire " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Anus Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454702", + "session_name": "Multidisciplinary team working in the management of anal cancer: Current perspectives,Anal cancer: Biological classifications and current thinking", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Antonietta Gambacorta", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Multidisciplinary team working in the management of anal cancer: Current perspectives", + "rest_events_session_count": 1, + "rest_events_session": "Anal cancer: Biological classifications and current thinking", + "events_topic": "Anus Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Antonietta Gambacorta ", + "kol_full_name": "Maria Antonietta Gambacorta " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lymphoma | Hematologic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454783", + "session_name": "Treatment of difficult lymphomas,Haematological malignancies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Gomes Da Silva", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treatment of difficult lymphomas", + "rest_events_session_count": 1, + "rest_events_session": "Haematological malignancies", + "events_topic": "Lymphoma | Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Gomes Da Silva ", + "kol_full_name": "Maria Gomes Da Silva " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pregnancy | Ovarian Neoplasms | Fertility | Carcinoma, Ovarian Epithelial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454602", + "session_name": "Fertility and pregnancy in patients with gynaecological cancer,Epithelial ovarian cancer: Case presentation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Kfoury", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Provence-Alpes-Cote d'Azur", + "City": "Marseille", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Fertility and pregnancy in patients with gynaecological cancer", + "rest_events_session_count": 1, + "rest_events_session": "Epithelial ovarian cancer: Case presentation", + "events_topic": "Pregnancy | Ovarian Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Fertility | Carcinoma, Ovarian Epithelial", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Kfoury ", + "kol_full_name": "Maria Kfoury " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Proto-Oncogene Proteins B-raf | Raf1 Protein, Human | Tovorafenib | Melanoma | Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454375", + "session_name": "Type II RAF Inhibitor Tovorafenib in Recurrent/Refractory (R/R) Melanoma or Other Solid Tumors with RAF Fusions and/or RAF1 Amplification,Preliminary Results from a Phase 1 Study of CFT1946, a Novel BIDAC Degrader in Mutant BRAF V600 Solid Tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Vieito", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Type II RAF Inhibitor Tovorafenib in Recurrent/Refractory (R/R) Melanoma or Other Solid Tumors with RAF Fusions and/or RAF1 Amplification", + "rest_events_session_count": 2, + "rest_events_session": "Preliminary Results from a Phase 1 Study of CFT1946, a Novel BIDAC Degrader in Mutant BRAF V600 Solid Tumors", + "events_topic": "Proto-Oncogene Proteins B-raf | Raf1 Protein, Human ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tovorafenib | Melanoma | Solid Tumors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Vieito ", + "kol_full_name": "Maria Vieito " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Enterocolitis | Immunotherapy | Gastrointestinal Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454676", + "session_name": "Improving the management of toxicities from immunotherapy,Gastrointestinal disorders: Enterocolitis and beyond", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Mario Mandalà", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Umbria", + "City": "Perugia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Improving the management of toxicities from immunotherapy", + "rest_events_session_count": 1, + "rest_events_session": "Gastrointestinal disorders: Enterocolitis and beyond", + "events_topic": "Enterocolitis | Immunotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mario Mandalà ", + "kol_full_name": "Mario Mandalà " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Triple Negative Breast Neoplasms | Polymerase Chain Reaction | Chemo-Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454307", + "session_name": "The rapidly changing treatment landscape of early triple negative breast cancer,Treatments for eTNBC patients with non-pCR after chemo-immunotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Marleen Kok", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The rapidly changing treatment landscape of early triple negative breast cancer", + "rest_events_session_count": 1, + "rest_events_session": "Treatments for eTNBC patients with non-pCR after chemo-immunotherapy", + "events_topic": "Triple Negative Breast Neoplasms | Polymerase Chain Reaction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chemo-Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marleen Kok ", + "kol_full_name": "Marleen Kok " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Profiling | Brain Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454387", + "session_name": "Common clinical problems in neuro-oncology,Comprehensive molecular profiling of AYA patients: An EORTC-SPECTA proof of concept study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Martin Mccabe", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Common clinical problems in neuro-oncology", + "rest_events_session_count": 1, + "rest_events_session": "Comprehensive molecular profiling of AYA patients: An EORTC-SPECTA proof of concept study", + "events_topic": "Molecular Profiling | Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin Mccabe ", + "kol_full_name": "Martin Mccabe " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms | Patient Readmission", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454500", + "session_name": "Cancer patients and advocacy,A targeted discharge pathway to reduce hospital readmissions and dying in hospital in cancer patients at the end of life", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Merel Van Klinken", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer patients and advocacy", + "rest_events_session_count": 1, + "rest_events_session": "A targeted discharge pathway to reduce hospital readmissions and dying in hospital in cancer patients at the end of life", + "events_topic": "Neoplasms | Patient Readmission", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Merel Van Klinken ", + "kol_full_name": "Merel Van Klinken " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunomodulation | Clinical Trial, Phase I | Antigens", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454716", + "session_name": "The evolving diagnostic landscape of early phase trials,Challenges of HLA, neoantigen, and immune biomarker testing for early phase immunomodulatory therapy trials", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Michal Bassani-Sternberg", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The evolving diagnostic landscape of early phase trials", + "rest_events_session_count": 3, + "rest_events_session": "Challenges of HLA, neoantigen, and immune biomarker testing for early phase immunomodulatory therapy trials", + "events_topic": "Immunomodulation | Clinical Trial, Phase I ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antigens", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michal Bassani-Sternberg ", + "kol_full_name": "Michal Bassani-Sternberg " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Real World Data | Real World Evidence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454695", + "session_name": "How Real World Data (RWD) are transforming oncology,Future directions in the development and use of Real World Evidence", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Miriam Koopman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How Real World Data (RWD) are transforming oncology", + "rest_events_session_count": 1, + "rest_events_session": "Future directions in the development and use of Real World Evidence", + "events_topic": "Real World Data | Real World Evidence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Miriam Koopman ", + "kol_full_name": "Miriam Koopman " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immune Checkpoint Inhibitors | Thoracic Neoplasms | Programmed Cell Death Ligand 1 | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454466", + "session_name": "Next generation immunotherapies in thoracic malignancies,Targeting T cells beyond PD-1/PD-L1 axis: Other checkpoints inhibitors and costimulatory receptors agonists", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nathalie Chaput-Gras", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Next generation immunotherapies in thoracic malignancies", + "rest_events_session_count": 1, + "rest_events_session": "Targeting T cells beyond PD-1/PD-L1 axis: Other checkpoints inhibitors and costimulatory receptors agonists", + "events_topic": "Immune Checkpoint Inhibitors | Thoracic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Programmed Cell Death Ligand 1 | Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nathalie Chaput-Gras ", + "kol_full_name": "Nathalie Chaput-Gras " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Liquid Biopsy | Colorectal Neoplasms | Translational Research, Biomedical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454430", + "session_name": "Basic science & Translational research,Liquid biopsies across the disease spectrum; learning from colorectal cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Naureen Starling", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Basic science & Translational research", + "rest_events_session_count": 1, + "rest_events_session": "Liquid biopsies across the disease spectrum; learning from colorectal cancer", + "events_topic": "Liquid Biopsy | Colorectal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Translational Research, Biomedical", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Naureen Starling ", + "kol_full_name": "Naureen Starling " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Prostatic Neoplasms | Urogenital Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454813", + "session_name": "GU tumours, prostate,What’s on the horizon for metastatic prostate cancer patients?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Niven Mehra", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GU tumours", + "rest_events_session_count": 2, + "rest_events_session": " prostate,What’s on the horizon for metastatic prostate cancer patients?", + "events_topic": "Prostatic Neoplasms | Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Niven Mehra ", + "kol_full_name": "Niven Mehra " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Ipilimumab | Genital Neoplasms, Female | Nivolumab | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454597", + "session_name": "Nivolumab and Ipilimumab combination treatment in advanced dMMR/MSI-H noncolorectal cancers: Results from the phase II MoST-CIRCUIT study,Nivolumab and Ipilimumab combination treatment in advanced gynaecological clear cell cancers: Results from the phase II MoST-CIRCUIT trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Oliver Klein", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Nivolumab and Ipilimumab combination treatment in advanced dMMR/MSI-H noncolorectal cancers: Results from the phase II MoST-CIRCUIT study", + "rest_events_session_count": 1, + "rest_events_session": "Nivolumab and Ipilimumab combination treatment in advanced gynaecological clear cell cancers: Results from the phase II MoST-CIRCUIT trial", + "events_topic": "Ipilimumab | Genital Neoplasms, Female ", + "rest_events_topic_count": 2, + "rest_events_topic": " Nivolumab | Colorectal Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oliver Klein ", + "kol_full_name": "Oliver Klein " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lung Neoplasms | Carcinoma, Non-Small-Cell Lung | Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454300", + "session_name": "Lung cancer interception: New approaches to lung cancer screening and prevention,Should we be screening in never smokers for NSCLC?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Pan-Chyr Yang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Lung cancer interception: New approaches to lung cancer screening and prevention", + "rest_events_session_count": 1, + "rest_events_session": "Should we be screening in never smokers for NSCLC?", + "events_topic": "Lung Neoplasms | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 1, + "rest_events_topic": " Early Detection Of Cancer", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pan-Chyr Yang ", + "kol_full_name": "Pan-Chyr Yang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Translational Research, Biomedical | Basic Science", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454786", + "session_name": "Basic science & Translational research,Basic science & TR", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Philippe L. Bedard", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Basic science & Translational research", + "rest_events_session_count": 1, + "rest_events_session": "Basic science & TR", + "events_topic": "Translational Research, Biomedical | Basic Science", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Philippe L. Bedard ", + "kol_full_name": "Philippe L. Bedard " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Case Reports | Carcinoma, Hepatocellular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5467548", + "session_name": "Experiences from the clinic: a dynamic case study discussion,Current therapeutic approaches in HCC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Pierce Chow", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Experiences from the clinic: a dynamic case study discussion", + "rest_events_session_count": 1, + "rest_events_session": "Current therapeutic approaches in HCC", + "events_topic": "Case Reports | Carcinoma, Hepatocellular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pierce Chow ", + "kol_full_name": "Pierce Chow " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Geriatricians | Personalized Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454681", + "session_name": "ESMO-SIOG: Working together in the era of personalized care for older adults with cancer,Geriatrician perspective", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Rabia Boulahssass", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Provence-Alpes-Cote d'Azur", + "City": "Nice", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO-SIOG: Working together in the era of personalized care for older adults with cancer", + "rest_events_session_count": 1, + "rest_events_session": "Geriatrician perspective", + "events_topic": "Geriatricians | Personalized Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rabia Boulahssass ", + "kol_full_name": "Rabia Boulahssass " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Syndrome | Diagnosis, Differential | Malignant Carcinoid Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454723", + "session_name": "Differential diagnosis and management of clinical syndromes,Carcinoid syndrome", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Rachel Riechelmann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Differential diagnosis and management of clinical syndromes", + "rest_events_session_count": 1, + "rest_events_session": "Carcinoid syndrome", + "events_topic": "Clinical Syndrome | Diagnosis, Differential ", + "rest_events_topic_count": 1, + "rest_events_topic": " Malignant Carcinoid Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rachel Riechelmann ", + "kol_full_name": "Rachel Riechelmann " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454700", + "session_name": "Treating KRAS-mutated NSCLC,Do we have clinical or radiological biomarkers to guide us?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Roberto Ferrara", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treating KRAS-mutated NSCLC", + "rest_events_session_count": 1, + "rest_events_session": "Do we have clinical or radiological biomarkers to guide us?", + "events_topic": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roberto Ferrara ", + "kol_full_name": "Roberto Ferrara " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "IDH1 Protein, Human | Olutasidenib | Chondrosarcoma | Soft Tissue Sarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454259", + "session_name": "Landmark trials in soft tissue sarcomas (incl. LPS/LMS),Safety and efficacy of olutasidenib, an IDH1 mutant inhibitor, for the treatment of recurrent/relapsed or locally advanced or metastatic IDH1 mutated chondrosarcoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Robin L. Jones", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Landmark trials in soft tissue sarcomas (incl. LPS/LMS)", + "rest_events_session_count": 3, + "rest_events_session": "Safety and efficacy of olutasidenib, an IDH1 mutant inhibitor, for the treatment of recurrent/relapsed or locally advanced or metastatic IDH1 mutated chondrosarcoma", + "events_topic": "IDH1 Protein, Human | Olutasidenib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chondrosarcoma | Soft Tissue Sarcoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robin L. Jones ", + "kol_full_name": "Robin L. Jones " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Endocrine Gland Neoplasms | Clinical Syndrome | Neuroendocrine Tumors | Diagnosis, Differential", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454845", + "session_name": "Differential diagnosis and management of clinical syndromes,NETs and endocrine tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Rocio Garcia-Carbonero", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Differential diagnosis and management of clinical syndromes", + "rest_events_session_count": 1, + "rest_events_session": "NETs and endocrine tumours", + "events_topic": "Endocrine Gland Neoplasms | Clinical Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neuroendocrine Tumors | Diagnosis, Differential", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rocio Garcia-Carbonero ", + "kol_full_name": "Rocio Garcia-Carbonero " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pregnancy | Ovarian Neoplasms | Venous Thromboembolism | Fertility", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454601", + "session_name": "Fertility and pregnancy in patients with gynaecological cancer,Management of venous thromboembolism: Case presentation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Rodrigo Sanchez Bayona", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Fertility and pregnancy in patients with gynaecological cancer", + "rest_events_session_count": 1, + "rest_events_session": "Management of venous thromboembolism: Case presentation", + "events_topic": "Pregnancy | Ovarian Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Venous Thromboembolism | Fertility", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rodrigo Sanchez Bayona ", + "kol_full_name": "Rodrigo Sanchez Bayona " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Drug Monitoring | Pharmacology, Clinical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454559", + "session_name": "Current advances in clinical pharmacology within oncology, and its relevance for daily practice,Implementation in clinical practice of therapeutic drug monitoring (TDM) of kinase inhibitors anno 2024", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ron H. Mathijssen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Current advances in clinical pharmacology within oncology", + "rest_events_session_count": 2, + "rest_events_session": " and its relevance for daily practice,Implementation in clinical practice of therapeutic drug monitoring (TDM) of kinase inhibitors anno 2024", + "events_topic": "Drug Monitoring | Pharmacology, Clinical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ron H. Mathijssen ", + "kol_full_name": "Ron H. Mathijssen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Targeted Therapy | Esophageal Neoplasms | Molecular Characterization | Pancreatic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454470", + "session_name": "Molecular characterisation and novel targeted therapies in gastroesophageal and pancreatic cancer,New developments in molecular characterisation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Rupert Langer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Oberosterreich", + "City": "Linz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Molecular characterisation and novel targeted therapies in gastroesophageal and pancreatic cancer", + "rest_events_session_count": 1, + "rest_events_session": "New developments in molecular characterisation", + "events_topic": "Molecular Targeted Therapy | Esophageal Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Molecular Characterization | Pancreatic Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rupert Langer ", + "kol_full_name": "Rupert Langer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antineoplastic Agents | Clinical Trial | Drug Development", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454518", + "session_name": "ESMO-CDDF – Regulatory challenges in clinical cancer drug development,New approaches to trial design to minimise costs and maximise benefit: The oncologists perspective", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ruth Plummer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Newcastle Upon Tyne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO-CDDF – Regulatory challenges in clinical cancer drug development", + "rest_events_session_count": 1, + "rest_events_session": "New approaches to trial design to minimise costs and maximise benefit: The oncologists perspective", + "events_topic": "Antineoplastic Agents | Clinical Trial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Development", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruth Plummer ", + "kol_full_name": "Ruth Plummer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antigens, Neoplasm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454439", + "session_name": "Are we targeting the right antigens?,Should we target shared or unique antigens?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Samra Turajlic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Are we targeting the right antigens?", + "rest_events_session_count": 1, + "rest_events_session": "Should we target shared or unique antigens?", + "events_topic": "Antigens, Neoplasm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Samra Turajlic ", + "kol_full_name": "Samra Turajlic " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Sarcoma | Osteosarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454393", + "session_name": "New developments in the treatment of sarcomas in 2024,New developments in the treatment of bone sarcomas", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sandra Strauss", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "New developments in the treatment of sarcomas in 2024", + "rest_events_session_count": 1, + "rest_events_session": "New developments in the treatment of bone sarcomas", + "events_topic": "Sarcoma | Osteosarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sandra Strauss ", + "kol_full_name": "Sandra Strauss " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Nursing | Subcutaneous Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454494", + "session_name": "What is your last wish? A volunteer project led by an oncology nurse,Current trends in subcutaneous therapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sara M. Gomes", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Portugal", + "Region": "Coimbra", + "City": "Coimbra", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What is your last wish? A volunteer project led by an oncology nurse", + "rest_events_session_count": 1, + "rest_events_session": "Current trends in subcutaneous therapy", + "events_topic": "Oncology Nursing | Subcutaneous Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sara M. Gomes ", + "kol_full_name": "Sara M. Gomes " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Targeted Therapy | Esophageal Neoplasms | Pancreatic Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454782", + "session_name": "Molecular characterisation and novel targeted therapies in gastroesophageal and pancreatic cancer,Gastrointestinal tumours, upper digestive", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sarah Derks", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Molecular characterisation and novel targeted therapies in gastroesophageal and pancreatic cancer", + "rest_events_session_count": 2, + "rest_events_session": "Gastrointestinal tumours, upper digestive", + "events_topic": "Molecular Targeted Therapy | Esophageal Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pancreatic Neoplasms | Gastrointestinal Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarah Derks ", + "kol_full_name": "Sarah Derks " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antigens, Neoplasm | Neoantigens", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454274", + "session_name": "Beyond coding neoantigens: What else is there for T cells to see?,Noncoding regions as a source of targetable tumour-specific antigens", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sebastian Amigorena", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Beyond coding neoantigens: What else is there for T cells to see?", + "rest_events_session_count": 1, + "rest_events_session": "Noncoding regions as a source of targetable tumour-specific antigens", + "events_topic": "Antigens, Neoplasm | Neoantigens", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sebastian Amigorena ", + "kol_full_name": "Sebastian Amigorena " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Head And Neck Neoplasms | Public Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454796", + "session_name": "Head and neck cancer,ESMO-MCBS: A practical tool with public health implications", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sjoukje Oosting", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Head and neck cancer", + "rest_events_session_count": 1, + "rest_events_session": "ESMO-MCBS: A practical tool with public health implications", + "events_topic": "Head And Neck Neoplasms | Public Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sjoukje Oosting ", + "kol_full_name": "Sjoukje Oosting " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms | Proteolysis | Molecular Glues", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454742", + "session_name": "Protein degradation as a novel approach for cancer therapy,Degraders and molecular glues: Where are we in the clinic now?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sophie Postel-Vinay", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Protein degradation as a novel approach for cancer therapy", + "rest_events_session_count": 1, + "rest_events_session": "Degraders and molecular glues: Where are we in the clinic now?", + "events_topic": "Neoplasms | Proteolysis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Molecular Glues", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sophie Postel-Vinay ", + "kol_full_name": "Sophie Postel-Vinay " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoadjuvant Therapy | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454294", + "session_name": "Can we expand bladder preservation by optimal use of systemic therapy and biomarkers?,Could optimal systemic therapy be adequate without locoregional therapy?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Srikala S. Sridhar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Can we expand bladder preservation by optimal use of systemic therapy and biomarkers?", + "rest_events_session_count": 1, + "rest_events_session": "Could optimal systemic therapy be adequate without locoregional therapy?", + "events_topic": "Neoadjuvant Therapy | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Srikala S. Sridhar ", + "kol_full_name": "Srikala S. Sridhar " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Hematologic Neoplasms | Lymphoma, Follicular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454382", + "session_name": "Treatment of elderly patients with haematological malignancies,Follicular lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Stefano Luminari", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Modena", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treatment of elderly patients with haematological malignancies", + "rest_events_session_count": 1, + "rest_events_session": "Follicular lymphoma", + "events_topic": "Hematologic Neoplasms | Lymphoma, Follicular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stefano Luminari ", + "kol_full_name": "Stefano Luminari " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cyclin-Dependent Kinases | Receptors, Estrogen | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454615", + "session_name": "Incorporating novel treatment insights for ER+ early BC patients,CDK4/6 inhibitors for early breast cancer: State-of-the-art", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Stephen R. Johnston", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Incorporating novel treatment insights for ER+ early BC patients", + "rest_events_session_count": 1, + "rest_events_session": "CDK4/6 inhibitors for early breast cancer: State-of-the-art", + "events_topic": "Cyclin-Dependent Kinases | Receptors, Estrogen ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephen R. Johnston ", + "kol_full_name": "Stephen R. Johnston " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Policy | Real World Data", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454789", + "session_name": "How Real World Data (RWD) are transforming oncology,Policy and preventive strategies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Suzette Delaloge", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How Real World Data (RWD) are transforming oncology", + "rest_events_session_count": 1, + "rest_events_session": "Policy and preventive strategies", + "events_topic": "Health Policy | Real World Data", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suzette Delaloge ", + "kol_full_name": "Suzette Delaloge " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antineoplastic Agents | Drug Development | Developmental Therapeutics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454806", + "session_name": "ESMO-CDDF – Regulatory challenges in clinical cancer drug development,Developmental therapeutics", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Teresa M. Amaral", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Tubingen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO-CDDF – Regulatory challenges in clinical cancer drug development", + "rest_events_session_count": 1, + "rest_events_session": "Developmental therapeutics", + "events_topic": "Antineoplastic Agents | Drug Development ", + "rest_events_topic_count": 1, + "rest_events_topic": " Developmental Therapeutics", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Teresa M. Amaral ", + "kol_full_name": "Teresa M. Amaral " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Enfortumab Vedotin | Non-Muscle Invasive Bladder Neoplasms | Pembrolizumab | Carcinoma, Renal Cell | NECTIN4 Protein, Human", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454600", + "session_name": "EV-302: Exploratory Analysis of Nectin-4 Expression and Response to 1L Enfortumab Vedotin (EV) + Pembrolizumab (P) in Previously Untreated Locally Advanced or Metastatic Urothelial Cancer (la/mUC),Renal-cell carcinoma: Discussion", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Thomas B. Powles", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "EV-302: Exploratory Analysis of Nectin-4 Expression and Response to 1L Enfortumab Vedotin (EV) + Pembrolizumab (P) in Previously Untreated Locally Advanced or Metastatic Urothelial Cancer (la/mUC)", + "rest_events_session_count": 1, + "rest_events_session": "Renal-cell carcinoma: Discussion", + "events_topic": "Enfortumab Vedotin | Non-Muscle Invasive Bladder Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Pembrolizumab | Carcinoma, Renal Cell | NECTIN4 Protein, Human", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thomas B. Powles ", + "kol_full_name": "Thomas B. Powles " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Care Facilities | Quality Improvement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454330", + "session_name": "Quality improvement in cancer care,How to plan and implement quality improvement projects", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Virpi Sulosaari", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Quality improvement in cancer care", + "rest_events_session_count": 1, + "rest_events_session": "How to plan and implement quality improvement projects", + "events_topic": "Cancer Care Facilities | Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Virpi Sulosaari ", + "kol_full_name": "Virpi Sulosaari " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Receptors, Vascular Endothelial Growth Factor | Proto-Oncogene Proteins B-raf | Glioblastoma | Pharmacokinetics | Macrophage Colony-Stimulating Factor | Brain Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454586", + "session_name": "A Phase I study for safety, tolerability, pharmacokinetics, and anti-tumor activity of ABM-1310 in patients (pts) with BRAF V600 mutated recurrent primary brain tumors: interim result,SYHA1813, a vascular endothelial growth factor receptor (VEGFR) 1-3/colony-stimulating factor 1 receptor (CSF1R) inhibitor, in patients with recurrent glioblastoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Wenbin Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A Phase I study for safety", + "rest_events_session_count": 6, + "rest_events_session": " tolerability, pharmacokinetics, and anti-tumor activity of ABM-1310 in patients (pts) with BRAF V600 mutated recurrent primary brain tumors: interim result,SYHA1813, a vascular endothelial growth factor receptor (VEGFR) 1-3/colony-stimulating factor 1 receptor (CSF1R) inhibitor, in patients with recurrent glioblastoma", + "events_topic": "Receptors, Vascular Endothelial Growth Factor | Proto-Oncogene Proteins B-raf ", + "rest_events_topic_count": 4, + "rest_events_topic": " Glioblastoma | Pharmacokinetics | Macrophage Colony-Stimulating Factor | Brain Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wenbin Li ", + "kol_full_name": "Wenbin Li " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoantigens | Antigens, Bacterial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454273", + "session_name": "Beyond coding neoantigens: What else is there for T cells to see?,Bacterial derived antigens", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yardena Samuels", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": "HaMerkaz (Central)", + "City": "Rehovot", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Beyond coding neoantigens: What else is there for T cells to see?", + "rest_events_session_count": 1, + "rest_events_session": "Bacterial derived antigens", + "events_topic": "Neoantigens | Antigens, Bacterial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yardena Samuels ", + "kol_full_name": "Yardena Samuels " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antineoplastic Agents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454672", + "session_name": "Specifics of CHMP assessment of cancer drugs", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Aaron E. Sosa Mejia", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Specifics of CHMP assessment of cancer drugs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antineoplastic Agents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aaron E. Sosa Mejia ", + "kol_full_name": "Aaron E. Sosa Mejia " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Uterine Cervical Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454339", + "session_name": "Patient perspective – a personal experience of living with cervical cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Abagail Gardiner", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Patient perspective – a personal experience of living with cervical cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Uterine Cervical Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Abagail Gardiner ", + "kol_full_name": "Abagail Gardiner " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454808", + "session_name": "NSCLC metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Adrianus Johannes De Langen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NSCLC metastatic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adrianus Johannes De Langen ", + "kol_full_name": "Adrianus Johannes De Langen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Sarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454846", + "session_name": "Sarcoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Aisha Miah", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Sarcoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aisha Miah ", + "kol_full_name": "Aisha Miah " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454492", + "session_name": "Cancer nursing interventions: The importance of the role of nursing in successful scalp cooling", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Aisling Burke", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer nursing interventions: The importance of the role of nursing in successful scalp cooling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aisling Burke ", + "kol_full_name": "Aisling Burke " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454834", + "session_name": "Investigational immunotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Akseli Hemminki", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Investigational immunotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Akseli Hemminki ", + "kol_full_name": "Akseli Hemminki " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Perioperative Care | Systemic Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454817", + "session_name": "POWG 2: Optimal perioperative systemic treatment in different tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alberto J. Cunquero Tomas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "POWG 2: Optimal perioperative systemic treatment in different tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Perioperative Care | Systemic Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alberto J. Cunquero Tomas ", + "kol_full_name": "Alberto J. Cunquero Tomas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Osteopontin | Multikinase Inhibitor | Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454690", + "session_name": "Osteopontin (OPN) predicts the efficacy of anti-angiogenic therapy with multikinase inhibitors (MKIs) in advanced neuroendocrine tumors (NETs): underlying molecular mechanisms.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alberto Lens-Pardo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Osteopontin (OPN) predicts the efficacy of anti-angiogenic therapy with multikinase inhibitors (MKIs) in advanced neuroendocrine tumors (NETs): underlying molecular mechanisms.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Osteopontin | Multikinase Inhibitor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neuroendocrine Tumors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alberto Lens-Pardo ", + "kol_full_name": "Alberto Lens-Pardo " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antigens, Neoplasm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454812", + "session_name": "Are we targeting the right antigens?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alena Gros", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Are we targeting the right antigens?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antigens, Neoplasm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alena Gros ", + "kol_full_name": "Alena Gros " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoadjuvant Therapy | Rectal Neoplasms | DNA Mismatch Repair", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454433", + "session_name": "Total Neoadjuvant Treatment (TNT) with Non-Operative Management (NOM) for Proficient Mismatch Repair Locally Advanced Rectal Cancer (pMMR LARC): First Results of NO-CUT Trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alessio Amatu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Total Neoadjuvant Treatment (TNT) with Non-Operative Management (NOM) for Proficient Mismatch Repair Locally Advanced Rectal Cancer (pMMR LARC): First Results of NO-CUT Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoadjuvant Therapy | Rectal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " DNA Mismatch Repair", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alessio Amatu ", + "kol_full_name": "Alessio Amatu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cabozantinib", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454250", + "session_name": "Interim analysis of CABONEN – a multicenter phase II trial investigating Cabozantinib in patients with advanced, low proliferative NEN G3", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alexander Otto Koenig", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Niedersachsen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Interim analysis of CABONEN – a multicenter phase II trial investigating Cabozantinib in patients with advanced", + "rest_events_session_count": 1, + "rest_events_session": " low proliferative NEN G3", + "events_topic": "Cabozantinib", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexander Otto Koenig ", + "kol_full_name": "Alexander Otto Koenig " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radiotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454703", + "session_name": "The role of radiotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alexandra Gilbert", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of radiotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Gilbert ", + "kol_full_name": "Alexandra Gilbert " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Cohort Studies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454524", + "session_name": "Environmental Pollutants and Molecular Alterations in Non-Small Cell Lung Cancer: Insights from the KBP-2020 Cohort Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Alexis B. Cortot", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Nord-Pas-de-Calais", + "City": "Lille", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Environmental Pollutants and Molecular Alterations in Non-Small Cell Lung Cancer: Insights from the KBP-2020 Cohort Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Cohort Studies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexis B. Cortot ", + "kol_full_name": "Alexis B. Cortot " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genetic Therapy | Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454289", + "session_name": "Novel gene therapy in advanced solid malignancies: a phase I/II clinical trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Amanda Hahn", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Novel gene therapy in advanced solid malignancies: a phase I/II clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetic Therapy | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amanda Hahn ", + "kol_full_name": "Amanda Hahn " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Leptomeningeal Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454732", + "session_name": "Leptomeningeal disease", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Amanda M. Fitzpatrick", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Leptomeningeal disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leptomeningeal Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amanda M. Fitzpatrick ", + "kol_full_name": "Amanda M. Fitzpatrick " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Social Media Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454234", + "session_name": "Social media intervention", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Amil Druzic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Bosnia and Herzegovina", + "Region": "Federation of Bosnia and Herzegovina", + "City": "Sarajevo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Social media intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Social Media Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amil Druzic ", + "kol_full_name": "Amil Druzic " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Programmed Cell Death 1 Receptor | Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454822", + "session_name": "Systemic treatment of anti PD-1 resistance in advanced melanoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ana Maria Arance", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Systemic treatment of anti PD-1 resistance in advanced melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Programmed Cell Death 1 Receptor | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Maria Arance ", + "kol_full_name": "Ana Maria Arance " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Early Detection Of Cancer | Immunoconjugates | Prophylaxis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454315", + "session_name": "Role of cancer nurse in prophylaxis, early detection, and management of ADC related adverse events", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ana Rodriguez-Ortega", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Role of cancer nurse in prophylaxis", + "rest_events_session_count": 2, + "rest_events_session": " early detection, and management of ADC related adverse events", + "events_topic": "Early Detection Of Cancer | Immunoconjugates ", + "rest_events_topic_count": 1, + "rest_events_topic": " Prophylaxis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Rodriguez-Ortega ", + "kol_full_name": "Ana Rodriguez-Ortega " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454865", + "session_name": "The future of cancer via patient expertise in research & innovation projects", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "André Deschamps", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The future of cancer via patient expertise in research & innovation projects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
André Deschamps ", + "kol_full_name": "André Deschamps " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radionuclide Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454427", + "session_name": "Precision radionuclide therapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Andreas Kjaer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Precision radionuclide therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radionuclide Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreas Kjaer ", + "kol_full_name": "Andreas Kjaer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Central Nervous System Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454685", + "session_name": "Primary CNS lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Andres J. Ferreri", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Primary CNS lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andres J. Ferreri ", + "kol_full_name": "Andres J. Ferreri " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lung Neoplasms | Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454708", + "session_name": "AI-Derived Diagnostic Criteria for Early Lung Cancer Screening using Primary Care Health Records", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Andrew D. Houston", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "AI-Derived Diagnostic Criteria for Early Lung Cancer Screening using Primary Care Health Records", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrew D. Houston ", + "kol_full_name": "Andrew D. Houston " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Poly(ADP-ribose) Polymerases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454469", + "session_name": "Team science to find and target an “Achilles Heel” through PARP inhibition", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Andrew N. Tutt", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Team science to find and target an “Achilles Heel” through PARP inhibition", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Poly(ADP-ribose) Polymerases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrew N. Tutt ", + "kol_full_name": "Andrew N. Tutt " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nivolumab | Cystectomy | Chemoradiotherapy | Non-Muscle Invasive Bladder Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454763", + "session_name": "Nivolumab plus chemoradiotherapy in patients with non-metastatic muscle-invasive bladder cancer (nmMIBC), not undergoing cystectomy: a phase II, randomized study by the Hellenic GU Cancer Group.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Andromachi Kougioumtzopoulou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Nivolumab plus chemoradiotherapy in patients with non-metastatic muscle-invasive bladder cancer (nmMIBC)", + "rest_events_session_count": 2, + "rest_events_session": " not undergoing cystectomy: a phase II, randomized study by the Hellenic GU Cancer Group.", + "events_topic": "Nivolumab | Cystectomy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chemoradiotherapy | Non-Muscle Invasive Bladder Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andromachi Kougioumtzopoulou ", + "kol_full_name": "Andromachi Kougioumtzopoulou " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Thoracic Neoplasms | Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454326", + "session_name": "Integration of Specialized Mobile Palliative Unit Care into Management of Patients with Thoracic Malignancies – A Single Center Experience", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anela Muratovic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Slovenia", + "Region": "Nova Gorica", + "City": "Gorizia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Integration of Specialized Mobile Palliative Unit Care into Management of Patients with Thoracic Malignancies – A Single Center Experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thoracic Neoplasms | Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anela Muratovic ", + "kol_full_name": "Anela Muratovic " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Translational Research, Biomedical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454831", + "session_name": "Basic science & Translational research", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Angela George", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Sutton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Basic science & Translational research", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Translational Research, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angela George ", + "kol_full_name": "Angela George " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Testicular Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454627", + "session_name": "Controversies in testis cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Angelika Terbuch", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Controversies in testis cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Testicular Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angelika Terbuch ", + "kol_full_name": "Angelika Terbuch " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454319", + "session_name": "NURTURE and prevention in cancer nursing", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Angelos Kassianos", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NURTURE and prevention in cancer nursing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angelos Kassianos ", + "kol_full_name": "Angelos Kassianos " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454458", + "session_name": "AI: Isn't a solution to all?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anita Grigoriadis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "AI: Isn't a solution to all?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anita Grigoriadis ", + "kol_full_name": "Anita Grigoriadis " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Technology Assessment Bodies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454357", + "session_name": "Challenges for national HTA bodies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anja Schiel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Challenges for national HTA bodies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Technology Assessment Bodies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anja Schiel ", + "kol_full_name": "Anja Schiel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immune Checkpoint Inhibitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454543", + "session_name": "Predisposition, clinical characteristics and management of immune checkpoint inhibitor-induced nephritis: a series of 190 cases", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anna C. Olsson-Brown", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Brighton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Predisposition", + "rest_events_session_count": 1, + "rest_events_session": " clinical characteristics and management of immune checkpoint inhibitor-induced nephritis: a series of 190 cases", + "events_topic": "Immune Checkpoint Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna C. Olsson-Brown ", + "kol_full_name": "Anna C. Olsson-Brown " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454856", + "session_name": "9th ESMO Designated Centres of Integrated Oncology and Palliative Care session and awards: Specific considerations for integration of oncology and palliative care", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anna Reyners", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "9th ESMO Designated Centres of Integrated Oncology and Palliative Care session and awards: Specific considerations for integration of oncology and palliative care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna Reyners ", + "kol_full_name": "Anna Reyners " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neurologic Manifestations | Cognitive Remediation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454731", + "session_name": "Neuro-cognitive remediation in case of permanent neurological deficits", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anne Rogiers", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brabant Wallon", + "City": "Jodoigne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Neuro-cognitive remediation in case of permanent neurological deficits", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neurologic Manifestations | Cognitive Remediation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anne Rogiers ", + "kol_full_name": "Anne Rogiers " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454815", + "session_name": "Achieving successful scalp cooling – the importance of nursing in chemotherapy side effect management", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Annie Young", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Coventry", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Achieving successful scalp cooling – the importance of nursing in chemotherapy side effect management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Annie Young ", + "kol_full_name": "Annie Young " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lung Diseases, Interstitial | Trastuzumab Deruxtecan | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454636", + "session_name": "Trastuzumab Deruxctecan (T-DXd) associated interstitial lung disease (ILD) in a large real-world French cohort of patients with HER2-driven breast cancer and other malignancies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Anthony Canellas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Trastuzumab Deruxctecan (T-DXd) associated interstitial lung disease (ILD) in a large real-world French cohort of patients with HER2-driven breast cancer and other malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Diseases, Interstitial | Trastuzumab Deruxtecan ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anthony Canellas ", + "kol_full_name": "Anthony Canellas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Policy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454515", + "session_name": "Policy and advocacy at the European and member state level: A collaborative approach", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Antonella Cardone", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Policy and advocacy at the European and member state level: A collaborative approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonella Cardone ", + "kol_full_name": "Antonella Cardone " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Inflammation | Fatigue | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454542", + "session_name": "Systemic inflammation, unhealthy behaviors, and cancer-related fatigue (CRF) among survivors of breast cancer (BC)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Antonio Di Meglio", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Systemic inflammation", + "rest_events_session_count": 2, + "rest_events_session": " unhealthy behaviors, and cancer-related fatigue (CRF) among survivors of breast cancer (BC)", + "events_topic": "Inflammation | Fatigue ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonio Di Meglio ", + "kol_full_name": "Antonio Di Meglio " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Amivantamab | Zipalertinib | ErbB Receptors | Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454405", + "session_name": "Safety and Antitumor Activity of Zipalertinib in NSCLC Patients (pts) with EGFR Exon 20 Insertion (ex20ins) Mutations Who Received Prior Amivantamab", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Antonio Passaro", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Safety and Antitumor Activity of Zipalertinib in NSCLC Patients (pts) with EGFR Exon 20 Insertion (ex20ins) Mutations Who Received Prior Amivantamab", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amivantamab | Zipalertinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " ErbB Receptors | Carcinoma, Non-Small-Cell Lung", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonio Passaro ", + "kol_full_name": "Antonio Passaro " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Real World Evidence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454694", + "session_name": "How to overcome biases to build Real World Evidence", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Antonis Valachis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Orebro Lan", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How to overcome biases to build Real World Evidence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Real World Evidence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonis Valachis ", + "kol_full_name": "Antonis Valachis " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urogenital Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454869", + "session_name": "GU tumours, non-prostate", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Aristotelis Bamias", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GU tumours", + "rest_events_session_count": 1, + "rest_events_session": " non-prostate", + "events_topic": "Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aristotelis Bamias ", + "kol_full_name": "Aristotelis Bamias " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cohort Studies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454692", + "session_name": "Predicting major outcomes from large cohorts: How is it actionable?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ash Kieran Clift", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Predicting major outcomes from large cohorts: How is it actionable?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cohort Studies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ash Kieran Clift ", + "kol_full_name": "Ash Kieran Clift " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pheochromocytoma | Paraganglioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454725", + "session_name": "Functioning paraganglioma and pheochromocytoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ashley Grossman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Functioning paraganglioma and pheochromocytoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pheochromocytoma | Paraganglioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ashley Grossman ", + "kol_full_name": "Ashley Grossman " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Solid Tumours | Immune Checkpoint Inhibitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454521", + "session_name": "Cost and value of EMA-registered checkpoint inhibitors for solid tumours in the Netherlands", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Atse H. Huisman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Zeist", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cost and value of EMA-registered checkpoint inhibitors for solid tumours in the Netherlands", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumours | Immune Checkpoint Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Atse H. Huisman ", + "kol_full_name": "Atse H. Huisman " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "In Vitro Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454673", + "session_name": "Current status and implications of the In Vitro Diagnostics regulation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Audrey Wolf", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Current status and implications of the In Vitro Diagnostics regulation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "In Vitro Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Audrey Wolf ", + "kol_full_name": "Audrey Wolf " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urologists", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454683", + "session_name": "Urologist perspective", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Axel S. Merseburger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Lubeck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Urologist perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urologists", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Axel S. Merseburger ", + "kol_full_name": "Axel S. Merseburger " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Technology-Based Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454657", + "session_name": "Innovative Paths: A Qualitative Exploration of Nurses' Views on Technology-Based Interventions in Pediatric Oncology Care", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ayse Ay", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Innovative Paths: A Qualitative Exploration of Nurses' Views on Technology-Based Interventions in Pediatric Oncology Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Technology-Based Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ayse Ay ", + "kol_full_name": "Ayse Ay " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Hematopoietic Stem Cell Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454663", + "session_name": "Review of Nursing Interventions for the Management of Psychosocial Problems in Adults After Hematopoietic Stem Cell Transplantation: A Systematic Review", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Aysenur Cetin Uceriz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Review of Nursing Interventions for the Management of Psychosocial Problems in Adults After Hematopoietic Stem Cell Transplantation: A Systematic Review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematopoietic Stem Cell Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aysenur Cetin Uceriz ", + "kol_full_name": "Aysenur Cetin Uceriz " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454493", + "session_name": "The patient perspective: The power of scalp cooling", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Begoña Parrado", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Huddersfield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The patient perspective: The power of scalp cooling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Begoña Parrado ", + "kol_full_name": "Begoña Parrado " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Standard Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454465", + "session_name": "Building on standard therapies: Novel agents and promising combinations", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Begona Perez Valderrama", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Andalucia", + "City": "Sevilla ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Building on standard therapies: Novel agents and promising combinations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Standard Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Begona Perez Valderrama ", + "kol_full_name": "Begona Perez Valderrama " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Perioperative Care | Systemic Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454866", + "session_name": "POWG 2: Optimal perioperative systemic treatment in different tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Benedetta Pellegrino", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Parma", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "POWG 2: Optimal perioperative systemic treatment in different tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Perioperative Care | Systemic Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benedetta Pellegrino ", + "kol_full_name": "Benedetta Pellegrino " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immune Checkpoint Inhibitors | DNA Mismatch Repair | Microsatellite Repeats | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454523", + "session_name": "Value of Immune Checkpoint Blockade (ICB) in Microsatellite Stable/Mismatch Repair Proficient (MSS/pMMR) Metastatic Colorectal Cancer (mCRC)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Benjamin P. Geisler", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Value of Immune Checkpoint Blockade (ICB) in Microsatellite Stable/Mismatch Repair Proficient (MSS/pMMR) Metastatic Colorectal Cancer (mCRC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | DNA Mismatch Repair ", + "rest_events_topic_count": 2, + "rest_events_topic": " Microsatellite Repeats | Colorectal Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benjamin P. Geisler ", + "kol_full_name": "Benjamin P. Geisler " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Soft Tissue Sarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454719", + "session_name": "Multisarc: A randomized precision medicine study in advanced soft-tissue sarcomas.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Benjamin Verret", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Multisarc: A randomized precision medicine study in advanced soft-tissue sarcomas.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Soft Tissue Sarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benjamin Verret ", + "kol_full_name": "Benjamin Verret " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immune Checkpoint Inhibitors | Neoadjuvant Therapy | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454485", + "session_name": "Toxicities in Breast Cancer Patients Undergoing Neoadjuvant Immune Checkpoint Inhibitor Therapy: Insights from a Nurse Practitioner Perspective", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Benjamin Walbaum", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Chile", + "Region": "Region Metropolitana", + "City": "Santiago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Toxicities in Breast Cancer Patients Undergoing Neoadjuvant Immune Checkpoint Inhibitor Therapy: Insights from a Nurse Practitioner Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Neoadjuvant Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benjamin Walbaum ", + "kol_full_name": "Benjamin Walbaum " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454364", + "session_name": "Partnering with ESMO on game-changing tools to improve cancer prevention and control worldwide", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Bente Mikkelsen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Partnering with ESMO on game-changing tools to improve cancer prevention and control worldwide", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bente Mikkelsen ", + "kol_full_name": "Bente Mikkelsen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urinary Bladder Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454640", + "session_name": "Nursing management of late and long-term effects of bladder cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Bente Thoft Jensen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Arhus", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Nursing management of late and long-term effects of bladder cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urinary Bladder Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bente Thoft Jensen ", + "kol_full_name": "Bente Thoft Jensen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Sarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454832", + "session_name": "Sarcoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Bernd Kasper", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Mannheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Sarcoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bernd Kasper ", + "kol_full_name": "Bernd Kasper " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Real World Evidence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454526", + "session_name": "Real world experience & patients' participation in multidisciplinary consortiums", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Bettina Ryll", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Real world experience & patients' participation in multidisciplinary consortiums", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Real World Evidence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bettina Ryll ", + "kol_full_name": "Bettina Ryll " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Hepatocellular | Locoregional Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454760", + "session_name": "How are locoregional therapies evolving in HCC?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Bruno Sangro", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Navarra", + "City": "Pamplona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How are locoregional therapies evolving in HCC?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Hepatocellular | Locoregional Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bruno Sangro ", + "kol_full_name": "Bruno Sangro " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454228", + "session_name": "Socioeconomic disparities in delivery of specialized palliative care at the end of life", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Camilla Zimmermann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Socioeconomic disparities in delivery of specialized palliative care at the end of life", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Camilla Zimmermann ", + "kol_full_name": "Camilla Zimmermann " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urogenital Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454824", + "session_name": "GU tumours, non-prostate", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Camillo Guglielmo Porta", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Puglia", + "City": "Bari", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GU tumours", + "rest_events_session_count": 1, + "rest_events_session": " non-prostate", + "events_topic": "Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Camillo Guglielmo Porta ", + "kol_full_name": "Camillo Guglielmo Porta " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Renal Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454599", + "session_name": "Renal-cell carcinoma: Case presentation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Carlo Messina", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Sicilia", + "City": "Palermo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Renal-cell carcinoma: Case presentation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Renal Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlo Messina ", + "kol_full_name": "Carlo Messina " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454689", + "session_name": "Refining molecular classification of neuroendocrine tumors from diverse origins using multi-omic integration models. Unveiling novel neuroendocrine subtypes and their clinical implications.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Carlos Carretero-Puche", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Refining molecular classification of neuroendocrine tumors from diverse origins using multi-omic integration models. Unveiling novel neuroendocrine subtypes and their clinical implications.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Carretero-Puche ", + "kol_full_name": "Carlos Carretero-Puche " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454839", + "session_name": "Breast cancer, metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Carmen Criscitiello", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 1, + "rest_events_session": " metastatic", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carmen Criscitiello ", + "kol_full_name": "Carmen Criscitiello " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radiotherapy | Cytotoxicity | Antineoplastic Agents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454688", + "session_name": "The mechanisms of action and principles of synergistic cancer cytotoxicity of electric fields with antineoplastic agents and irradiation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Carsten Hagemann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Bayern", + "City": "WURZBURG", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The mechanisms of action and principles of synergistic cancer cytotoxicity of electric fields with antineoplastic agents and irradiation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Cytotoxicity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antineoplastic Agents", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carsten Hagemann ", + "kol_full_name": "Carsten Hagemann " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Endometrial Neoplasms | Cross-Sectional Studies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454516", + "session_name": "Quality of Endometrial Cancer Care from the Patients’ perspective – A Cross-Sectional Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cecilia Olsson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Varmlands Lan", + "City": "Karlstad", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Quality of Endometrial Cancer Care from the Patients’ perspective – A Cross-Sectional Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endometrial Neoplasms | Cross-Sectional Studies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cecilia Olsson ", + "kol_full_name": "Cecilia Olsson " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Prostatic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454769", + "session_name": "Phenotypic and genomic characterization of de novo metastatic prostate cancer: an ancillary study of the PEACE-1 phase 3 trial.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cedric Pobel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phenotypic and genomic characterization of de novo metastatic prostate cancer: an ancillary study of the PEACE-1 phase 3 trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cedric Pobel ", + "kol_full_name": "Cedric Pobel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454334", + "session_name": "Genomic data management in precision oncology nursing", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Celia Díez De Los Ríos De La Serna", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Genomic data management in precision oncology nursing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Celia Díez De Los Ríos De La Serna ", + "kol_full_name": "Celia Díez De Los Ríos De La Serna " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cell-Free Nucleic Acids", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454707", + "session_name": "Cell-free DNA indicates potential preclinical detectability of cancer signals up to 30 months prior to diagnosis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Celine M. Vachon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cell-free DNA indicates potential preclinical detectability of cancer signals up to 30 months prior to diagnosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cell-Free Nucleic Acids", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Celine M. Vachon ", + "kol_full_name": "Celine M. Vachon " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nasopharyngeal Carcinoma | Chemoradiotherapy | Induction Chemotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454566", + "session_name": "Sequential chemoradiotherapy versus induction chemotherapy plus concurrent chemoradiotherapy for locoregionally advanced nasopharyngeal carcinoma: A multicentre, open-label, non-inferiority, randomised, phase 3 trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Chaosu Hu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Sequential chemoradiotherapy versus induction chemotherapy plus concurrent chemoradiotherapy for locoregionally advanced nasopharyngeal carcinoma: A multicentre", + "rest_events_session_count": 4, + "rest_events_session": " open-label, non-inferiority, randomised, phase 3 trial", + "events_topic": "Nasopharyngeal Carcinoma | Chemoradiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Induction Chemotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chaosu Hu ", + "kol_full_name": "Chaosu Hu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Treatment Sequelae", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454729", + "session_name": "Managing long-term treatment sequelae", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Charlée Nardin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Franche-Comte", + "City": "Besancon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Managing long-term treatment sequelae", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Treatment Sequelae", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Charlée Nardin ", + "kol_full_name": "Charlée Nardin " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454231", + "session_name": "Pan-cancer screening tests: Blood and beyond", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Charles Swanton", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Pan-cancer screening tests: Blood and beyond", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Charles Swanton ", + "kol_full_name": "Charles Swanton " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms | Solid Tumors | Immunoconjugates", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454635", + "session_name": "IBI354 (anti-HER2 antibody-drug conjugate [ADC]) in patients (pts) with advanced solid tumors and breast cancer (BC): results from a phase I study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Charlotte Lemech", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "IBI354 (anti-HER2 antibody-drug conjugate [ADC]) in patients (pts) with advanced solid tumors and breast cancer (BC): results from a phase I study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Solid Tumors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunoconjugates", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Charlotte Lemech ", + "kol_full_name": "Charlotte Lemech " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454556", + "session_name": "Molecular Biology Study of Primary Immuno-privileged Lymphomas", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Chen Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Molecular Biology Study of Primary Immuno-privileged Lymphomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chen Zhang ", + "kol_full_name": "Chen Zhang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454249", + "session_name": "CVM-005: Phase IIa study of CVM-1118, a novel oral anti-vasculogenic mimicry (VM) agent, in advanced neuroendocrine tumors (NET) after progression on prior therapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Chia Jui Yen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Tainan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "CVM-005: Phase IIa study of CVM-1118", + "rest_events_session_count": 2, + "rest_events_session": " a novel oral anti-vasculogenic mimicry (VM) agent, in advanced neuroendocrine tumors (NET) after progression on prior therapy", + "events_topic": "Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chia Jui Yen ", + "kol_full_name": "Chia Jui Yen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoadjuvant Therapy | Pembrolizumab | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454622", + "session_name": "IMHOTEP Phase II trial of neoadjuvant pembrolizumab in dMMR/MSI tumors: results of the colorectal cancer cohort", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christelle De La Fouchardiere", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Provence-Alpes-Cote d'Azur", + "City": "Marseille", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "IMHOTEP Phase II trial of neoadjuvant pembrolizumab in dMMR/MSI tumors: results of the colorectal cancer cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoadjuvant Therapy | Pembrolizumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Colorectal Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christelle De La Fouchardiere ", + "kol_full_name": "Christelle De La Fouchardiere " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Papillomavirus Vaccines | Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454738", + "session_name": "HARE-40: A phase I/II trial of therapeutic HPV vaccine (BNT113) in patients with HPV16 driven carcinoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christian H. Ottensmeier", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "HARE-40: A phase I/II trial of therapeutic HPV vaccine (BNT113) in patients with HPV16 driven carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Papillomavirus Vaccines | Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian H. Ottensmeier ", + "kol_full_name": "Christian H. Ottensmeier " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genetic Risk Score | Immune Checkpoint Inhibitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454766", + "session_name": "Polygenic risk score associations with immune checkpoint inhibitors related endocrine toxicity", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christian W. Thorball", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Polygenic risk score associations with immune checkpoint inhibitors related endocrine toxicity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetic Risk Score | Immune Checkpoint Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian W. Thorball ", + "kol_full_name": "Christian W. Thorball " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454424", + "session_name": "The molecular landscape of neuroendocrine neoplasms", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christina Thirlwell", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Bristol", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The molecular landscape of neuroendocrine neoplasms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christina Thirlwell ", + "kol_full_name": "Christina Thirlwell " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454693", + "session_name": "How much do real world patients really differ from clinical trials?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christina Yap", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Sutton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How much do real world patients really differ from clinical trials?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christina Yap ", + "kol_full_name": "Christina Yap " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Personalised Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454495", + "session_name": "Personalizing care delivery options for people with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christine A. Ghione Mastry", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Islas Baleares", + "City": "Valldemosa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Personalizing care delivery options for people with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Personalised Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christine A. Ghione Mastry ", + "kol_full_name": "Christine A. Ghione Mastry " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Policy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454828", + "session_name": "Policy and preventive strategies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christine Chomienne", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Policy and preventive strategies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christine Chomienne ", + "kol_full_name": "Christine Chomienne " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Early Detection Of Cancer | Hematologic Tests", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454706", + "session_name": "Organ-specific performance of a multi-analyte, multi-cancer early detection (MCED) blood test in a prospectively-collected cohort", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christopher Douville", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Organ-specific performance of a multi-analyte", + "rest_events_session_count": 1, + "rest_events_session": " multi-cancer early detection (MCED) blood test in a prospectively-collected cohort", + "events_topic": "Early Detection Of Cancer | Hematologic Tests", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christopher Douville ", + "kol_full_name": "Christopher Douville " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tyrosine Kinase Inhibitors | Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454555", + "session_name": "Phase I trial of a personalized multi-peptide vaccine combined with the TLR1/2 ligand XS15 under Bruton-Tyrosine-Kinase inhibitor (BTKi) treatment in chronic lymphocytic leukemia (CLL) patients", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christopher Hackenbruch", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Tubingen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase I trial of a personalized multi-peptide vaccine combined with the TLR1/2 ligand XS15 under Bruton-Tyrosine-Kinase inhibitor (BTKi) treatment in chronic lymphocytic leukemia (CLL) patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tyrosine Kinase Inhibitors | Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christopher Hackenbruch ", + "kol_full_name": "Christopher Hackenbruch " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454877", + "session_name": "New technology, new ideas: What is on the horizon for colorectal cancer?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christopher J. Williams", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "New technology", + "rest_events_session_count": 1, + "rest_events_session": " new ideas: What is on the horizon for colorectal cancer?", + "events_topic": "Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christopher J. Williams ", + "kol_full_name": "Christopher J. Williams " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urogenital Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454880", + "session_name": "GU tumours, prostate", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Christopher Sweeney", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GU tumours", + "rest_events_session_count": 1, + "rest_events_session": " prostate", + "events_topic": "Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christopher Sweeney ", + "kol_full_name": "Christopher Sweeney " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Venous Thrombosis | Catheters", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454396", + "session_name": "Prevention and management of catheter-associated venous thrombosis in adults with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cihan Ay", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Prevention and management of catheter-associated venous thrombosis in adults with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Venous Thrombosis | Catheters", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cihan Ay ", + "kol_full_name": "Cihan Ay " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454811", + "session_name": "GI tumours, lower", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Claire Gallois", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GI tumours", + "rest_events_session_count": 1, + "rest_events_session": " lower", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Claire Gallois ", + "kol_full_name": "Claire Gallois " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "G12C Mutations", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454310", + "session_name": "Non-G12C mutations: Future perspectives", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Colin Lindsay", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Non-G12C mutations: Future perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "G12C Mutations", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Colin Lindsay ", + "kol_full_name": "Colin Lindsay " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454491", + "session_name": "Clinical research and data on scalp cooling: Retention and regrowth", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Corina Van Den Hurk", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Clinical research and data on scalp cooling: Retention and regrowth", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Corina Van Den Hurk ", + "kol_full_name": "Corina Van Den Hurk " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms | Sexual Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454283", + "session_name": "Addressing sexual health in female and male patients with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cristiane D. Bergerot", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Addressing sexual health in female and male patients with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Sexual Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristiane D. Bergerot ", + "kol_full_name": "Cristiane D. Bergerot " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454659", + "session_name": "Optimizing cancer survivorship care plans: Empowering long-term survivors and families beyond treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cristina García-Vivar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Navarra", + "City": "Pamplona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Optimizing cancer survivorship care plans: Empowering long-term survivors and families beyond treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristina García-Vivar ", + "kol_full_name": "Cristina García-Vivar " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Fertility Preservation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454484", + "session_name": "Nurses’comunication barriers about fertility preservation: an integrative review", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cristina Mazzega Fabbro", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Campania", + "City": "Avellino", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Nurses’comunication barriers about fertility preservation: an integrative review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fertility Preservation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristina Mazzega Fabbro ", + "kol_full_name": "Cristina Mazzega Fabbro " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Multiple Antigens", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454438", + "session_name": "Should we target single or multiple antigens?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cristina Puig-Saus", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Should we target single or multiple antigens?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Antigens", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristina Puig-Saus ", + "kol_full_name": "Cristina Puig-Saus " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cetuximab | Circulating Tumor DNA | Irinotecan | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454434", + "session_name": "Third line rechallenge with cetuximab (Cet) and irinotecan in circulating tumor DNA (ctDNA) selected metastatic colorectal cancer (mCRC) patients: the randomized phase II CITRIC trial.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cristina Santos Vivas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Third line rechallenge with cetuximab (Cet) and irinotecan in circulating tumor DNA (ctDNA) selected metastatic colorectal cancer (mCRC) patients: the randomized phase II CITRIC trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cetuximab | Circulating Tumor DNA ", + "rest_events_topic_count": 2, + "rest_events_topic": " Irinotecan | Colorectal Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristina Santos Vivas ", + "kol_full_name": "Cristina Santos Vivas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Renal Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454835", + "session_name": "Updates in the management of advanced renal cell carcinoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Cristina Suarez Rodriguez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Updates in the management of advanced renal cell carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Renal Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristina Suarez Rodriguez ", + "kol_full_name": "Cristina Suarez Rodriguez " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Prostatic Neoplasms | Urinary Bladder Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454638", + "session_name": "Where do we stand in biomarker for prostate- & bladder cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Daan Demaeseneer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Where do we stand in biomarker for prostate- & bladder cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Urinary Bladder Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daan Demaeseneer ", + "kol_full_name": "Daan Demaeseneer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Ovarian Neoplasms | Sacituzumab Tirumotecan | Endometrial Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454573", + "session_name": "Safety and Efficacy of Sacituzumab Tirumotecan (sac-TMT) in Patients (pts) with Previously Treated Advanced Endometrial Carcinoma (EC) and Ovarian Cancer (OC) from a Phase 2 Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Danbo Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Liaoning", + "City": "Shenyang", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Safety and Efficacy of Sacituzumab Tirumotecan (sac-TMT) in Patients (pts) with Previously Treated Advanced Endometrial Carcinoma (EC) and Ovarian Cancer (OC) from a Phase 2 Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Neoplasms | Sacituzumab Tirumotecan ", + "rest_events_topic_count": 1, + "rest_events_topic": " Endometrial Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Danbo Wang ", + "kol_full_name": "Danbo Wang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454354", + "session_name": "Designing, running and funding deescalation clinical trials", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Daniel Goldstein", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": "HaMerkaz (Central)", + "City": "Petach Tikva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Designing", + "rest_events_session_count": 1, + "rest_events_session": " running and funding deescalation clinical trials", + "events_topic": "Clinical Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel Goldstein ", + "kol_full_name": "Daniel Goldstein " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Uterine Cervical Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454340", + "session_name": "What have we learned from 10 years’ progress in the prevention, diagnosis and treatment of cervical cancers and where do policy makers and health systems go next?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Daniel Kelly", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "Wales", + "City": "Cardiff", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What have we learned from 10 years’ progress in the prevention", + "rest_events_session_count": 1, + "rest_events_session": " diagnosis and treatment of cervical cancers and where do policy makers and health systems go next?", + "events_topic": "Uterine Cervical Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel Kelly ", + "kol_full_name": "Daniel Kelly " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antineoplastic Agents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454522", + "session_name": "Indication-specific pricing and weighted-average pricing: Estimated price and cost savings for cancer drugs", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Daniel T. Michaeli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Indication-specific pricing and weighted-average pricing: Estimated price and cost savings for cancer drugs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antineoplastic Agents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel T. Michaeli ", + "kol_full_name": "Daniel T. Michaeli " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Prostate Specific Membrane Antigen | Positron-Emission Tomography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454398", + "session_name": "PSMA PET as a game changer for decision making?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Daniela E. Oprea-Lager", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "PSMA PET as a game changer for decision making?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostate Specific Membrane Antigen | Positron-Emission Tomography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniela E. Oprea-Lager ", + "kol_full_name": "Daniela E. Oprea-Lager " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Translational Research, Biomedical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454853", + "session_name": "Basic science & Translational research", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Daniela S. Thommen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Basic science & Translational research", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Translational Research, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniela S. Thommen ", + "kol_full_name": "Daniela S. Thommen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454332", + "session_name": "Transforming Cancer Care: \u000bThe Impact of Cancer@Home Initiatives: Phase 1", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Daniella Chiappetta", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Transforming Cancer Care: \u000bThe Impact of Cancer@Home Initiatives: Phase 1", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniella Chiappetta ", + "kol_full_name": "Daniella Chiappetta " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454479", + "session_name": "Managing ADC-related adverse events: How nurses contribute to improving patient outcomes", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Danijela Dohnal-Suvajac", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Niederosterreich", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Managing ADC-related adverse events: How nurses contribute to improving patient outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Danijela Dohnal-Suvajac ", + "kol_full_name": "Danijela Dohnal-Suvajac " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Triple Negative Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454308", + "session_name": "How to treat stage I TNBC?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "David Cescon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How to treat stage I TNBC?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Cescon ", + "kol_full_name": "David Cescon " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Adolescent And Young Adult Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454691", + "session_name": "Delivering precision oncology to AYA patients with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "David M. Thomas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Delivering precision oncology to AYA patients with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adolescent And Young Adult Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David M. Thomas ", + "kol_full_name": "David M. Thomas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pembrolizumab | Microsatellite Repeats | Colorectal Neoplasms | Bevacizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454620", + "session_name": "Pembrolizumab in combination with CAPOX and bevacizumab in patients with microsatellite stable metastatic colorectal cancer and a high immune infiltrate: preliminary results of FFCD 1703 POCHI trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "David Tougeron", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Poitou-Charentes", + "City": "Poitiers", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Pembrolizumab in combination with CAPOX and bevacizumab in patients with microsatellite stable metastatic colorectal cancer and a high immune infiltrate: preliminary results of FFCD 1703 POCHI trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Microsatellite Repeats ", + "rest_events_topic_count": 2, + "rest_events_topic": " Colorectal Neoplasms | Bevacizumab", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Tougeron ", + "kol_full_name": "David Tougeron " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Targeted Therapy | Pancreatic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454472", + "session_name": "Novel targeted therapies for pancreatic cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Davide Melisi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Veneto", + "City": "Verona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Novel targeted therapies for pancreatic cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Molecular Targeted Therapy | Pancreatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Davide Melisi ", + "kol_full_name": "Davide Melisi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Systemic Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454464", + "session_name": "How to manage patients with durable response on systemic therapy? Optimal therapy duration and role de-escalation?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Debbie Robbrecht", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How to manage patients with durable response on systemic therapy? Optimal therapy duration and role de-escalation?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Systemic Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Debbie Robbrecht ", + "kol_full_name": "Debbie Robbrecht " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454862", + "session_name": "Can pragmatic clinical trials and optimisation of treatments support development, access and value?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Denis A. Lacombe", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Can pragmatic clinical trials and optimisation of treatments support development", + "rest_events_session_count": 1, + "rest_events_session": " access and value?", + "events_topic": "Clinical Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Denis A. Lacombe ", + "kol_full_name": "Denis A. Lacombe " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Ovarian Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454575", + "session_name": "SHR-A1921 in platinum-resistant ovarian cancer (PROC): data from a first-in-human (FIH) phase 1 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Dihong Tang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Hunan", + "City": "Changsha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "SHR-A1921 in platinum-resistant ovarian cancer (PROC): data from a first-in-human (FIH) phase 1 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dihong Tang ", + "kol_full_name": "Dihong Tang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454317", + "session_name": "Building up resilience in cancer nursing: Strategies and skills", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Dimitrios Protogiros", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Building up resilience in cancer nursing: Strategies and skills", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitrios Protogiros ", + "kol_full_name": "Dimitrios Protogiros " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Chemoradiotherapy | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454728", + "session_name": "The role of immunotherapy plus concurrent chemoradiation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Dina Najjari Jamal", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of immunotherapy plus concurrent chemoradiation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemoradiotherapy | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dina Najjari Jamal ", + "kol_full_name": "Dina Najjari Jamal " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "ErbB Receptors | Immunoconjugates | Carcinoma, Transitional Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454279", + "session_name": "BL-B01D1, an EGFR x HER3 Bispecific Antibody-drug Conjugate (ADC), in Patients with Locally Advanced or Metastatic Urothelial Carcinoma (UC)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Dingwei Ye", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "BL-B01D1", + "rest_events_session_count": 2, + "rest_events_session": " an EGFR x HER3 Bispecific Antibody-drug Conjugate (ADC), in Patients with Locally Advanced or Metastatic Urothelial Carcinoma (UC)", + "events_topic": "ErbB Receptors | Immunoconjugates ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Transitional Cell", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dingwei Ye ", + "kol_full_name": "Dingwei Ye " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Colorectal Neoplasms | Optimal Sequencing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454305", + "session_name": "Optimal sequencing of therapeutic strategies in molecularly-driven CRC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Dominik P. Modest", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Optimal sequencing of therapeutic strategies in molecularly-driven CRC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Optimal Sequencing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dominik P. Modest ", + "kol_full_name": "Dominik P. Modest " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Telemedicine | Biomedical Technology", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454483", + "session_name": "Remote patient monitoring using mHealth technology in cancer care and research: patients’ perspectives, willingness, and current use", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Dominique Stuijt", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Remote patient monitoring using mHealth technology in cancer care and research: patients’ perspectives", + "rest_events_session_count": 2, + "rest_events_session": " willingness, and current use", + "events_topic": "Telemedicine | Biomedical Technology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dominique Stuijt ", + "kol_full_name": "Dominique Stuijt " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pharmacovigilance | Immunoconjugates", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454314", + "session_name": "Pharmacovigilance in management of ADC related AEs", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Dorieke Van Balen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Pharmacovigilance in management of ADC related AEs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pharmacovigilance | Immunoconjugates", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dorieke Van Balen ", + "kol_full_name": "Dorieke Van Balen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms | Neoadjuvant Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454611", + "session_name": "Rationale for neoadjuvant treatment of localised cancer: Biological insights", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Drew Pardoll", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Rationale for neoadjuvant treatment of localised cancer: Biological insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Neoadjuvant Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Drew Pardoll ", + "kol_full_name": "Drew Pardoll " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454265", + "session_name": "Innovative imaging techniques to evaluate response", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "E.G. Elisabeth De Vries", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Innovative imaging techniques to evaluate response", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
E.G. Elisabeth De Vries ", + "kol_full_name": "E.G. Elisabeth De Vries " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Competence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454329", + "session_name": "Assessing oncology nurse practitioner students' clinical competency and capability", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eileen Furlong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Assessing oncology nurse practitioner students' clinical competency and capability", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Competence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eileen Furlong ", + "kol_full_name": "Eileen Furlong " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Malnutrition", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454345", + "session_name": "Nurses management of malnutrition risk in cancer patients: the importance of screening tools", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eleonora Favot", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Campania", + "City": "Avellino", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Nurses management of malnutrition risk in cancer patients: the importance of screening tools", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Malnutrition", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eleonora Favot ", + "kol_full_name": "Eleonora Favot " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Toxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454677", + "session_name": "What about long-term toxicities?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eleonora Ghisoni", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What about long-term toxicities?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Toxicity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eleonora Ghisoni ", + "kol_full_name": "Eleonora Ghisoni " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "ErbB Receptors | Nursing Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454647", + "session_name": "Nursing care of patients with EGFR targeted agents: challenging side-effects", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Elin Nildén", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Helsingborg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Nursing care of patients with EGFR targeted agents: challenging side-effects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ErbB Receptors | Nursing Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elin Nildén ", + "kol_full_name": "Elin Nildén " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms | Quality Of Life", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454507", + "session_name": "Quality of life and symptoms in cancer patients more than 80 years of age", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Elisabeth Beisland", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Quality of life and symptoms in cancer patients more than 80 years of age", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Quality Of Life", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elisabeth Beisland ", + "kol_full_name": "Elisabeth Beisland " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Endocrine Therapy | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454474", + "session_name": "Explaining the Relationships between Age, Endocrine Therapy Persistence and Risk of Recurrence in Hormone-Positive Early Breast Cancer: A Nationwide Cohort Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Elise Dumas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Explaining the Relationships between Age", + "rest_events_session_count": 1, + "rest_events_session": " Endocrine Therapy Persistence and Risk of Recurrence in Hormone-Positive Early Breast Cancer: A Nationwide Cohort Study", + "events_topic": "Endocrine Therapy | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elise Dumas ", + "kol_full_name": "Elise Dumas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Androgen Deprivation Therapy | Docetaxel | Prostatic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454770", + "session_name": "Decipher mRNA score for prediction of survival benefit from docetaxel at start of androgen deprivation therapy (ADT) for advanced prostate cancer (PC): an ancillary study of the STAMPEDE docetaxel trials", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Emily Grist", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Decipher mRNA score for prediction of survival benefit from docetaxel at start of androgen deprivation therapy (ADT) for advanced prostate cancer (PC): an ancillary study of the STAMPEDE docetaxel trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Androgen Deprivation Therapy | Docetaxel ", + "rest_events_topic_count": 1, + "rest_events_topic": " Prostatic Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emily Grist ", + "kol_full_name": "Emily Grist " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tisagenlecleucel | Immunotherapy, Adoptive | Lymphoma, Follicular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454242", + "session_name": "Real-world efficacy and safety of Tisagenlecleucel (CTL019) for relapse or refractory follicular lymphoma patients included in the Early Access Program through the French DESCAR-T registry", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Emmanuel Bachy", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Picardie", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Real-world efficacy and safety of Tisagenlecleucel (CTL019) for relapse or refractory follicular lymphoma patients included in the Early Access Program through the French DESCAR-T registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tisagenlecleucel | Immunotherapy, Adoptive ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lymphoma, Follicular", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emmanuel Bachy ", + "kol_full_name": "Emmanuel Bachy " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Precision Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454849", + "session_name": "Integrating precision medicine / ESCAT in your choice of treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Emre Kocakavuk", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Integrating precision medicine / ESCAT in your choice of treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emre Kocakavuk ", + "kol_full_name": "Emre Kocakavuk " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Thymus Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454460", + "session_name": "The role of surgery in the treatment of thymic tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Enrico Ruffini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Piemonte", + "City": "Torino", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of surgery in the treatment of thymic tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thymus Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Enrico Ruffini ", + "kol_full_name": "Enrico Ruffini " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Circulating Tumor DNA | Colonic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454414", + "session_name": "Transcriptional features of stage IIT4N0/III colon cancer associated with residual disease and ctDNA status after surgery in the PEGASUS trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Enzo Medico", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Scandiano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Transcriptional features of stage IIT4N0/III colon cancer associated with residual disease and ctDNA status after surgery in the PEGASUS trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circulating Tumor DNA | Colonic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Enzo Medico ", + "kol_full_name": "Enzo Medico " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oxaliplatin | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454431", + "session_name": "Impact of lean body mass-based oxaliplatin dosage on neurotoxicity in adjuvant treatment of stage III colorectal cancer. Final results of the phase II randomized multicenter LEANOX trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eric Assenat", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Languedoc-Roussillon", + "City": "Montpellier", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Impact of lean body mass-based oxaliplatin dosage on neurotoxicity in adjuvant treatment of stage III colorectal cancer. Final results of the phase II randomized multicenter LEANOX trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oxaliplatin | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eric Assenat ", + "kol_full_name": "Eric Assenat " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Thoracic Surgery | Mesothelioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454446", + "session_name": "Thoracic surgery for mesothelioma: The old and the new", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eric Lim", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Thoracic surgery for mesothelioma: The old and the new", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thoracic Surgery | Mesothelioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eric Lim ", + "kol_full_name": "Eric Lim " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tumor Microenvironment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454440", + "session_name": "Tumour or microenvironment target?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Erik Sahai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Tumour or microenvironment target?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tumor Microenvironment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Erik Sahai ", + "kol_full_name": "Erik Sahai " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Azeliragon | Temozolomide | Radiotherapy | Glioblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454591", + "session_name": "Early Experience with Azeliragon, a RAGE inhibitor, in Combination with Temozolomide and Radiotherapy in Patients with Newly Diagnosed Glioblastoma: Phase Ib/II CAN-201 NDG Trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Estela Pineda", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Early Experience with Azeliragon", + "rest_events_session_count": 2, + "rest_events_session": " a RAGE inhibitor, in Combination with Temozolomide and Radiotherapy in Patients with Newly Diagnosed Glioblastoma: Phase Ib/II CAN-201 NDG Trial", + "events_topic": "Azeliragon | Temozolomide ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiotherapy | Glioblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Estela Pineda ", + "kol_full_name": "Estela Pineda " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Head And Neck Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454814", + "session_name": "Head and neck cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ester Orlandi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Head and neck cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ester Orlandi ", + "kol_full_name": "Ester Orlandi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Driver Mutation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454578", + "session_name": "Identification of non-coding cancer driver mutations", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Esther Rheinbay", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Identification of non-coding cancer driver mutations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Driver Mutation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Esther Rheinbay ", + "kol_full_name": "Esther Rheinbay " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Quality Of Life | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454487", + "session_name": "Health-related quality of life of Brazilian cancer patients with an indication for chemotherapy and associated factors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Etreo Junior Carneiro Da Silva Minarini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Pais Vasco", + "City": "Vitoria", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Health-related quality of life of Brazilian cancer patients with an indication for chemotherapy and associated factors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Of Life | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Etreo Junior Carneiro Da Silva Minarini ", + "kol_full_name": "Etreo Junior Carneiro Da Silva Minarini " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Feeding | Cohort Studies | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454384", + "session_name": "Breastfeeding after breast cancer in young BRCA carriers: results from an international cohort study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eva Blondeaux", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Liguria", + "City": "Genova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breastfeeding after breast cancer in young BRCA carriers: results from an international cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Feeding | Cohort Studies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva Blondeaux ", + "kol_full_name": "Eva Blondeaux " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Medication Safety", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454506", + "session_name": "Medication safety and management of side-effects in across care settings, including home", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eva Muñoz-Couselo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Medication safety and management of side-effects in across care settings", + "rest_events_session_count": 1, + "rest_events_session": " including home", + "events_topic": "Medication Safety", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva Muñoz-Couselo ", + "kol_full_name": "Eva Muñoz-Couselo " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Rectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454322", + "session_name": "A Nurse-Led Clinic' Stepped-Care Intervention for rectal cancer survivors with bowel problems", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eva Pape", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A Nurse-Led Clinic' Stepped-Care Intervention for rectal cancer survivors with bowel problems", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva Pape ", + "kol_full_name": "Eva Pape " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454295", + "session_name": "Biomarkers and prediction of clinical complete response", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eva Schaake", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Biomarkers and prediction of clinical complete response", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva Schaake ", + "kol_full_name": "Eva Schaake " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Biology", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454390", + "session_name": "New developments in pathology and molecular biology", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eva Wardelmann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Munster", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "New developments in pathology and molecular biology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Molecular Biology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva Wardelmann ", + "kol_full_name": "Eva Wardelmann " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454863", + "session_name": "Challenges in access to new oncology medicines", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eva-Maria Strömsholm", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Vaasa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Challenges in access to new oncology medicines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva-Maria Strömsholm ", + "kol_full_name": "Eva-Maria Strömsholm " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cardiovascular Diseases | Myocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454675", + "session_name": "Cardiovascular toxicities: Focus on myocarditis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Evandro De Azambuja", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cardiovascular toxicities: Focus on myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evandro De Azambuja ", + "kol_full_name": "Evandro De Azambuja " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Small Cell Lung Carcinoma | Nivolumab | Etoposide | Carboplatin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454291", + "session_name": "BMS-986012 (anti-fucosyl-monosialoganglioside-1 [fuc-GM1]) with carboplatin + etoposide + nivolumab (CE/NIVO) as first-line (1L) therapy in extensive-stage small cell lung cancer (ES-SCLC): interim analysis (IA) of a randomized phase 2 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ewa Kalinka", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "BMS-986012 (anti-fucosyl-monosialoganglioside-1 [fuc-GM1]) with carboplatin + etoposide + nivolumab (CE/NIVO) as first-line (1L) therapy in extensive-stage small cell lung cancer (ES-SCLC): interim analysis (IA) of a randomized phase 2 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Small Cell Lung Carcinoma | Nivolumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Etoposide | Carboplatin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ewa Kalinka ", + "kol_full_name": "Ewa Kalinka " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Technology-Based Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454651", + "session_name": "Effectiveness of Technology-Based Intervention in Symptom Management in Pediatric Oncology Patients: A Systematic Review and Meta-analysis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Eysan Hanzade Savaş", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Effectiveness of Technology-Based Intervention in Symptom Management in Pediatric Oncology Patients: A Systematic Review and Meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Technology-Based Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eysan Hanzade Savaş ", + "kol_full_name": "Eysan Hanzade Savaş " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy | Macrophages | Glioblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454588", + "session_name": "Macrophage derived immunotherapy in Glioblastoma: Phase 1 TEM-GBM-001 results (NCT03866109)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Fabio Ciceri", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Macrophage derived immunotherapy in Glioblastoma: Phase 1 TEM-GBM-001 results (NCT03866109)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Macrophages ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glioblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fabio Ciceri ", + "kol_full_name": "Fabio Ciceri " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Patient‐Derived Organoids", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454549", + "session_name": "The promise of patient-derived organoids (PDOs) in functional precision oncology", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Fanny Jaulin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The promise of patient-derived organoids (PDOs) in functional precision oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient‐Derived Organoids", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fanny Jaulin ", + "kol_full_name": "Fanny Jaulin " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454669", + "session_name": "Personalised cancer prevention programme (Interception): A cost analysis to inform public policy decision-making", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Farah Erdogan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Personalised cancer prevention programme (Interception): A cost analysis to inform public policy decision-making", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Farah Erdogan ", + "kol_full_name": "Farah Erdogan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454851", + "session_name": "Breast cancer, early stage", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Fatima Cardoso", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 1, + "rest_events_session": " early stage", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fatima Cardoso ", + "kol_full_name": "Fatima Cardoso " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Feeding | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454383", + "session_name": "Breastfeeding after breast cancer: Results from the POSITIVE trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Fedro A. Peccatori", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breastfeeding after breast cancer: Results from the POSITIVE trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Feeding | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fedro A. Peccatori ", + "kol_full_name": "Fedro A. Peccatori " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Meningioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454563", + "session_name": "Molecular characteristics in meningioma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Felix Sahm", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Molecular characteristics in meningioma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Meningioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Felix Sahm ", + "kol_full_name": "Felix Sahm " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lung Neoplasms | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454840", + "session_name": "Detecting targets early: biomarkers and testing in lung cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Fernando Lopez-Rios", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Detecting targets early: biomarkers and testing in lung cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fernando Lopez-Rios ", + "kol_full_name": "Fernando Lopez-Rios " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454353", + "session_name": "The Cancer Medicine Forum of the EMA", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Francesco Pignatti", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The Cancer Medicine Forum of the EMA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francesco Pignatti ", + "kol_full_name": "Francesco Pignatti " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454592", + "session_name": "Moving CAR-T beyond haemato-oncology", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Franco Locatelli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Moving CAR-T beyond haemato-oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Franco Locatelli ", + "kol_full_name": "Franco Locatelli " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pembrolizumab | Triple Negative Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454477", + "session_name": "PROMENADE: PembROlizuMab for early triple negative ER-low breast caNcer, reAl worlD frEnch cohort", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Francois Cherifi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Basse-Normandie", + "City": "Caen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "PROMENADE: PembROlizuMab for early triple negative ER-low breast caNcer", + "rest_events_session_count": 1, + "rest_events_session": " reAl worlD frEnch cohort", + "events_topic": "Pembrolizumab | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francois Cherifi ", + "kol_full_name": "Francois Cherifi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Biomarkers | Mesothelioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454445", + "session_name": "Advances in pathology and biomarker discovery in mesothelioma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Françoise Galateau-Sallé", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Rhone-Alpes", + "City": "Lyon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Advances in pathology and biomarker discovery in mesothelioma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Mesothelioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Françoise Galateau-Sallé ", + "kol_full_name": "Françoise Galateau-Sallé " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Glioblastoma | Vasculogenesis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454585", + "session_name": "Dual inhibition of post-radiogenic angio-vasculogenesis in glioblastoma: Results of the phase 1/2 GLORIA trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Frank A. Giordano", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Mannheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Dual inhibition of post-radiogenic angio-vasculogenesis in glioblastoma: Results of the phase 1/2 GLORIA trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glioblastoma | Vasculogenesis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Frank A. Giordano ", + "kol_full_name": "Frank A. Giordano " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cyclin-Dependent Kinases | Glioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454258", + "session_name": "The prognostic impact of CDKN2A/B heterozygous deletions in IDH-mutant glioma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Franziska M. Ippen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The prognostic impact of CDKN2A/B heterozygous deletions in IDH-mutant glioma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cyclin-Dependent Kinases | Glioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Franziska M. Ippen ", + "kol_full_name": "Franziska M. Ippen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lymphoma, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454381", + "session_name": "Diffuse large B cell lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Frederic Peyrade", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Provence-Alpes-Cote d'Azur", + "City": "Nice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Diffuse large B cell lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Frederic Peyrade ", + "kol_full_name": "Frederic Peyrade " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454598", + "session_name": "Overcoming the resistance to IO: What can we do?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Frederik Marmé", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Mannheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Overcoming the resistance to IO: What can we do?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Frederik Marmé ", + "kol_full_name": "Frederik Marmé " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tumor Microenvironment | Biopsy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454456", + "session_name": "Tissue biopsy: Capturing tumour microenvironment and beyond", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Frederique Penault-Llorca", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Auvergne", + "City": "Clermont-Ferrand", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Tissue biopsy: Capturing tumour microenvironment and beyond", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tumor Microenvironment | Biopsy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Frederique Penault-Llorca ", + "kol_full_name": "Frederique Penault-Llorca " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454631", + "session_name": "Impact of aging on the genetic and transcriptional landscape of advanced breast cancer: an AURORA Program (BIG 14-01) subanalysis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gabriele Zoppoli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Liguria", + "City": "Genova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Impact of aging on the genetic and transcriptional landscape of advanced breast cancer: an AURORA Program (BIG 14-01) subanalysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gabriele Zoppoli ", + "kol_full_name": "Gabriele Zoppoli " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pembrolizumab | Solid Tumors | Combined Modality Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454737", + "session_name": "A First-In-Human Phase I/Ib study of ATG-037 Monotherapy and Combination Therapy with Pembrolizumab in Patients with Advanced Solid Tumors – STAMINA-01", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ganessan Kichenadasse", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A First-In-Human Phase I/Ib study of ATG-037 Monotherapy and Combination Therapy with Pembrolizumab in Patients with Advanced Solid Tumors – STAMINA-01", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Solid Tumors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Combined Modality Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ganessan Kichenadasse ", + "kol_full_name": "Ganessan Kichenadasse " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Socio-Psychological Impact", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454235", + "session_name": "Socio psychological impact and implementation issues", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gareth D. Evans", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Socio psychological impact and implementation issues", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Socio-Psychological Impact", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gareth D. Evans ", + "kol_full_name": "Gareth D. Evans " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454457", + "session_name": "Novel imaging approaches: Towards a better estimation of response", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gary Cook", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Novel imaging approaches: Towards a better estimation of response", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gary Cook ", + "kol_full_name": "Gary Cook " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Induction Chemotherapy | Chemoradiotherapy | Uterine Cervical Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454595", + "session_name": "Induction chemotherapy followed by chemoradiation in locally advanced cervical cancer: quality of life outcomes of the GCIG INTERLACE trial.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gemma Eminowicz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Induction chemotherapy followed by chemoradiation in locally advanced cervical cancer: quality of life outcomes of the GCIG INTERLACE trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Induction Chemotherapy | Chemoradiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Uterine Cervical Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gemma Eminowicz ", + "kol_full_name": "Gemma Eminowicz " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasm, Residual | Head And Neck Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454415", + "session_name": "Clinical validation of a tissue-agnostic genome-wide methylome enrichment assay for MRD in Head and Neck cancers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Geoffrey Liu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Clinical validation of a tissue-agnostic genome-wide methylome enrichment assay for MRD in Head and Neck cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasm, Residual | Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Geoffrey Liu ", + "kol_full_name": "Geoffrey Liu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lymphoma, Mantle-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454686", + "session_name": "Mantle cell lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Georg Hess", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Mantle cell lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Mantle-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Georg Hess ", + "kol_full_name": "Georg Hess " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Immunity | Endogenous Retroelements", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454272", + "session_name": "Endogenous retroelements in cancer immunity", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "George Kassiotis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Endogenous retroelements in cancer immunity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Immunity | Endogenous Retroelements", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
George Kassiotis ", + "kol_full_name": "George Kassiotis " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Targeted Therapy | Breast Neoplasms", + "npi_num": "1447789912", + "hcp_pin_alias": "FU_HCP_5454632", + "session_name": "Metastatic Hormone Receptor-Positive Breast Cancer Outcomes in 628 patients with BRCA1, BRCA2, or PALB2 pathogenic variants: Real World Data Analysis of Genomics and Targeted Therapy Sequencing", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gerneiva Parkinson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Metastatic Hormone Receptor-Positive Breast Cancer Outcomes in 628 patients with BRCA1", + "rest_events_session_count": 2, + "rest_events_session": " BRCA2, or PALB2 pathogenic variants: Real World Data Analysis of Genomics and Targeted Therapy Sequencing", + "events_topic": "Molecular Targeted Therapy | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gerneiva Parkinson ", + "kol_full_name": "Gerneiva Parkinson " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Vaccines | Glioblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454254", + "session_name": "First in human study of the mRNA-based cancer vaccine CVGBM in patients (pts) with newly diagnosed and surgically resected MGMT-unmethylated glioblastoma (GBM): first results from the dose escalation phase", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ghazaleh Tabatabai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Tubingen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "First in human study of the mRNA-based cancer vaccine CVGBM in patients (pts) with newly diagnosed and surgically resected MGMT-unmethylated glioblastoma (GBM): first results from the dose escalation phase", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Vaccines | Glioblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ghazaleh Tabatabai ", + "kol_full_name": "Ghazaleh Tabatabai " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454788", + "session_name": "Breast cancer, metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Giampaolo Bianchini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 1, + "rest_events_session": " metastatic", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giampaolo Bianchini ", + "kol_full_name": "Giampaolo Bianchini " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Personnel", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454486", + "session_name": "Healthcare professionals’ wellbeing in post-pandemic oncology settings: a cross-sectional multisite study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gianluca Catania", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Liguria", + "City": "Genova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Healthcare professionals’ wellbeing in post-pandemic oncology settings: a cross-sectional multisite study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Personnel", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gianluca Catania ", + "kol_full_name": "Gianluca Catania " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "ErbB Receptors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454646", + "session_name": "Management of skin toxicity with EGFR targeted agents – a patient’s perspective", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gini Harrison", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Croydon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Management of skin toxicity with EGFR targeted agents – a patient’s perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ErbB Receptors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gini Harrison ", + "kol_full_name": "Gini Harrison " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Invasive Ductal Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454418", + "session_name": "Pitfalls in diagnosis of ILC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Giuseppe Floris", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Pitfalls in diagnosis of ILC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Invasive Ductal Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giuseppe Floris ", + "kol_full_name": "Giuseppe Floris " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Central Nervous System Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454821", + "session_name": "CNS tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Giuseppe Lombardi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "CNS tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giuseppe Lombardi ", + "kol_full_name": "Giuseppe Lombardi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Self Care | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454510", + "session_name": "Nursing intervention for self-management of symptoms in people undergoing chemotherapy. Feasibility and acceptability test.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gloria Mabel Carrillo González", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Colombia", + "Region": "Distrito Capital", + "City": "Bogota", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Nursing intervention for self-management of symptoms in people undergoing chemotherapy. Feasibility and acceptability test.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Self Care | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gloria Mabel Carrillo González ", + "kol_full_name": "Gloria Mabel Carrillo González " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pancreatic Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454724", + "session_name": "Functional pancreatic NETs syndromes", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Grigorios A. Kaltsas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Functional pancreatic NETs syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pancreatic Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Grigorios A. Kaltsas ", + "kol_full_name": "Grigorios A. Kaltsas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Surgical Approach", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454609", + "session_name": "To operate or not operate: Personalised surgical approaches in the curative setting", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Guillaume Piessen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Nord-Pas-de-Calais", + "City": "Lille", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "To operate or not operate: Personalised surgical approaches in the curative setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Approach", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guillaume Piessen ", + "kol_full_name": "Guillaume Piessen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454504", + "session_name": "Use, benefits, and barriers of subcutaneous immunotherapy applications", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Guillermo Antonio De Velasco Oria", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Use", + "rest_events_session_count": 2, + "rest_events_session": " benefits, and barriers of subcutaneous immunotherapy applications", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guillermo Antonio De Velasco Oria ", + "kol_full_name": "Guillermo Antonio De Velasco Oria " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial | Quality Of Life", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454658", + "session_name": "Mobile application-based intervention study in improving Treatment Adherence and Quality of Life in Cancer Patients", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gunisetty H. Prakash", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Mobile application-based intervention study in improving Treatment Adherence and Quality of Life in Cancer Patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial | Quality Of Life", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gunisetty H. Prakash ", + "kol_full_name": "Gunisetty H. Prakash " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Atezolizumab | Tumor Microenvironment | Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454288", + "session_name": "A phase I/II trial (LOKON003) evaluating tumor microenvironment (TME) gene engineering using a viral vector combined with atezolizumab in advanced malignant melanoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Gustav J. Ullenhag", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A phase I/II trial (LOKON003) evaluating tumor microenvironment (TME) gene engineering using a viral vector combined with atezolizumab in advanced malignant melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atezolizumab | Tumor Microenvironment ", + "rest_events_topic_count": 1, + "rest_events_topic": " Melanoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gustav J. Ullenhag ", + "kol_full_name": "Gustav J. Ullenhag " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Succinate Dehydrogenase | Olverembatinib | Gastrointestinal Stromal Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454260", + "session_name": "Updated efficacy results of olverembatinib (HQP1351) in patients with succinate dehydrogenase (SDH)-deficient gastrointestinal stromal tumors (GIST) and potential mechanisms of action (MOA)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Haibo Qiu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Updated efficacy results of olverembatinib (HQP1351) in patients with succinate dehydrogenase (SDH)-deficient gastrointestinal stromal tumors (GIST) and potential mechanisms of action (MOA)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Succinate Dehydrogenase | Olverembatinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Stromal Tumors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Haibo Qiu ", + "kol_full_name": "Haibo Qiu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454791", + "session_name": "Investigational immunotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Han Chong Toh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Investigational immunotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Han Chong Toh ", + "kol_full_name": "Han Chong Toh " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Off-Label Use", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454666", + "session_name": "Mapping the scale of off-label use in oncology: an important step in harmonising access", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Hans J. Timmer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Mapping the scale of off-label use in oncology: an important step in harmonising access", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Off-Label Use", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hans J. Timmer ", + "kol_full_name": "Hans J. Timmer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454499", + "session_name": "Providing palliative care in a hospital setting", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Heidi Bergenholtz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Roskilde", + "City": "Roskilde", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Providing palliative care in a hospital setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Heidi Bergenholtz ", + "kol_full_name": "Heidi Bergenholtz " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Leadership", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454665", + "session_name": "Leadership roles in oncology: gender is still a barrier. Results from the new ESMO Women for Oncology Committee authorship and monitoring studies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Helena Linardou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Leadership roles in oncology: gender is still a barrier. Results from the new ESMO Women for Oncology Committee authorship and monitoring studies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leadership", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helena Linardou ", + "kol_full_name": "Helena Linardou " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454774", + "session_name": "Effects of a high-intensity exercise intervention on recurrence and survival: the OptiTrain breast cancer trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Helene Rundqvist", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Effects of a high-intensity exercise intervention on recurrence and survival: the OptiTrain breast cancer trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helene Rundqvist ", + "kol_full_name": "Helene Rundqvist " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pain Monitoring", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454489", + "session_name": "Pain monitoring and assessment in oncology: a best practice implementation project", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Helga T. Martins", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Portugal", + "Region": "Faro", + "City": "Albufeira", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Pain monitoring and assessment in oncology: a best practice implementation project", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pain Monitoring", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helga T. Martins ", + "kol_full_name": "Helga T. Martins " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Social Isolation | Lung Neoplasms | Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454346", + "session_name": "Association of Life Satisfaction, Emotional Support, Social Isolation with Lung Cancer Screening Adherence among US Adults", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Hermine Poghosyan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Association of Life Satisfaction", + "rest_events_session_count": 2, + "rest_events_session": " Emotional Support, Social Isolation with Lung Cancer Screening Adherence among US Adults", + "events_topic": "Social Isolation | Lung Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Early Detection Of Cancer", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hermine Poghosyan ", + "kol_full_name": "Hermine Poghosyan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454546", + "session_name": "Survival before and after the Introduction of Adjuvant Treatment in Stage III Melanoma: A Nationwide Registry-Based Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Hildur Helgadottir", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Solna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Survival before and after the Introduction of Adjuvant Treatment in Stage III Melanoma: A Nationwide Registry-Based Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hildur Helgadottir ", + "kol_full_name": "Hildur Helgadottir " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "BCG Vaccine | Urinary Bladder Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454614", + "session_name": "JCOG1019: An Open-label, Non-inferiority, Randomised Phase 3 Study Comparing the Effectiveness of Watchful Waiting (WW) and Intravesical Bacillus Calmette-Guérin (BCG) in Patients (Pts) with High-grade pT1 (HGT1) Bladder Cancer with pT0 on the 2nd Transurethral Resection (TUR) Specimen", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Hiroshi Kitamura", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Japan", + "Region": "Toyama", + "City": "Toyama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "JCOG1019: An Open-label", + "rest_events_session_count": 2, + "rest_events_session": " Non-inferiority, Randomised Phase 3 Study Comparing the Effectiveness of Watchful Waiting (WW) and Intravesical Bacillus Calmette-Guérin (BCG) in Patients (Pts) with High-grade pT1 (HGT1) Bladder Cancer with pT0 on the 2nd Transurethral Resection (TUR) Specimen", + "events_topic": "BCG Vaccine | Urinary Bladder Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hiroshi Kitamura ", + "kol_full_name": "Hiroshi Kitamura " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Head And Neck Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454868", + "session_name": "Head and neck cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Hisham Mehanna", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Head and neck cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hisham Mehanna ", + "kol_full_name": "Hisham Mehanna " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nausea | Olanzapine | Placebos | Trastuzumab Deruxtecan | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454385", + "session_name": "A multicentre, randomized, double-blind, placebo-controlled study of olanzapine-based triplet antiemetic therapy for prevention of delayed and persistent nausea and vomiting induced by trastuzumab deruxtecan in patients with metastatic breast cancer: ERICA study (WJOG14320B)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Hitomi Sakai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A multicentre", + "rest_events_session_count": 3, + "rest_events_session": " randomized, double-blind, placebo-controlled study of olanzapine-based triplet antiemetic therapy for prevention of delayed and persistent nausea and vomiting induced by trastuzumab deruxtecan in patients with metastatic breast cancer: ERICA study (WJOG14320B)", + "events_topic": "Nausea | Olanzapine ", + "rest_events_topic_count": 3, + "rest_events_topic": " Placebos | Trastuzumab Deruxtecan | Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hitomi Sakai ", + "kol_full_name": "Hitomi Sakai " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates | Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454277", + "session_name": "YL201, a novel B7H3-targeting antibody-drug conjugate (ADC), in patients (pts) with advanced solid tumors: Results from a first-in-human phase 1 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Hongyun Zhao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "YL201", + "rest_events_session_count": 2, + "rest_events_session": " a novel B7H3-targeting antibody-drug conjugate (ADC), in patients (pts) with advanced solid tumors: Results from a first-in-human phase 1 study", + "events_topic": "Immunoconjugates | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hongyun Zhao ", + "kol_full_name": "Hongyun Zhao " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Ganglia, Sympathetic | Lymphedema", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454324", + "session_name": "The Effects of Lumbar Sympathetic Ganglion Block Therapy on Secondary Lower Limb Lymphedema", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Hua-Qing Huang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Fujian", + "City": "Fuzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The Effects of Lumbar Sympathetic Ganglion Block Therapy on Secondary Lower Limb Lymphedema", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ganglia, Sympathetic | Lymphedema", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hua-Qing Huang ", + "kol_full_name": "Hua-Qing Huang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Trastuzumab Deruxtecan | Salivary Gland Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454567", + "session_name": "Phase II study of trastuzumab deruxtecan in patients with HER2-positive recurrent/metastatic salivary gland cancer: results from the MYTHOS trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ichiro Kinoshita", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase II study of trastuzumab deruxtecan in patients with HER2-positive recurrent/metastatic salivary gland cancer: results from the MYTHOS trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Trastuzumab Deruxtecan | Salivary Gland Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ichiro Kinoshita ", + "kol_full_name": "Ichiro Kinoshita " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oligometastatic Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454637", + "session_name": "Use of ablative therapies in patients with oligometastatic disease", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Icro Meattini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Toscana", + "City": "Firenze", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Use of ablative therapies in patients with oligometastatic disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oligometastatic Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Icro Meattini ", + "kol_full_name": "Icro Meattini " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urogenital Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454794", + "session_name": "Genitourinary tumours, non-prostate", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ignacio Duran", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Cantabria", + "City": "Santander", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Genitourinary tumours", + "rest_events_session_count": 1, + "rest_events_session": " non-prostate", + "events_topic": "Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ignacio Duran ", + "kol_full_name": "Ignacio Duran " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "ErbB Receptors | Lung Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454645", + "session_name": "Use of EGFR targeted agents in lung cancer, now and future", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ignacio Gil Bazo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Use of EGFR targeted agents in lung cancer", + "rest_events_session_count": 1, + "rest_events_session": " now and future", + "events_topic": "ErbB Receptors | Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ignacio Gil Bazo ", + "kol_full_name": "Ignacio Gil Bazo " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Disease Progression", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454875", + "session_name": "Which patients should we treat beyond progression and when should we stop?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ignacio Melero", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Navarra", + "City": "Pamplona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Which patients should we treat beyond progression and when should we stop?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease Progression", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ignacio Melero ", + "kol_full_name": "Ignacio Melero " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cell- And Tissue-Based Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454593", + "session_name": "Cellular therapies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Inge Marie Svane", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Herlev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cellular therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cell- And Tissue-Based Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Inge Marie Svane ", + "kol_full_name": "Inge Marie Svane " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Head And Neck Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454780", + "session_name": "Head and neck cancer, excluding thyroid", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Irene Braña", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Head and neck cancer", + "rest_events_session_count": 1, + "rest_events_session": " excluding thyroid", + "events_topic": "Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irene Braña ", + "kol_full_name": "Irene Braña " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Anticancer Therapy | Gonadal Toxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454280", + "session_name": "Risk of gonadal toxicities with anticancer therapies with a focus on newer treatments", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Isabelle Demeestere", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Risk of gonadal toxicities with anticancer therapies with a focus on newer treatments", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticancer Therapy | Gonadal Toxicity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Isabelle Demeestere ", + "kol_full_name": "Isabelle Demeestere " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Endocrine Gland Neoplasms | Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454850", + "session_name": "NETs and endocrine tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ivan Borbath", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Woluwe-Saint-Lambert", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NETs and endocrine tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocrine Gland Neoplasms | Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivan Borbath ", + "kol_full_name": "Ivan Borbath " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Skin Neoplasms | Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454810", + "session_name": "Melanoma and other skin tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ivan Marquez-Rodas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Melanoma and other skin tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Skin Neoplasms | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivan Marquez-Rodas ", + "kol_full_name": "Ivan Marquez-Rodas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Adolescent And Young Adult Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454874", + "session_name": "ESMO in collaboration with SIOPE / ESMO AYA: The greatest need for better outcome of Adolescent and Young Adult Cancer (AYA) with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ivana Bozovic Spasojevic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO in collaboration with SIOPE / ESMO AYA: The greatest need for better outcome of Adolescent and Young Adult Cancer (AYA) with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adolescent And Young Adult Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivana Bozovic Spasojevic ", + "kol_full_name": "Ivana Bozovic Spasojevic " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "KRAS Protein, Human", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454767", + "session_name": "Frequency of clinical acquired RAS-MAPK pathway resistance alterations in patients treated with KRASG12C inhibitors - an individual patient meta-analysis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jakob M. Riedl", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Frequency of clinical acquired RAS-MAPK pathway resistance alterations in patients treated with KRASG12C inhibitors - an individual patient meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "KRAS Protein, Human", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jakob M. Riedl ", + "kol_full_name": "Jakob M. Riedl " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urinary Bladder Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454296", + "session_name": "The role of urologist in bladder preservation strategies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "James Catto", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of urologist in bladder preservation strategies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urinary Bladder Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
James Catto ", + "kol_full_name": "James Catto " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Safusidenib | IDH1 Protein, Human | Glioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454257", + "session_name": "A perioperative study of Safusidenib in Patients with IDH1 mutated glioma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "James R. Whittle", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A perioperative study of Safusidenib in Patients with IDH1 mutated glioma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Safusidenib | IDH1 Protein, Human ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glioma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
James R. Whittle ", + "kol_full_name": "James R. Whittle " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genetically Modified Bacteria | Anti-Tumor Immunity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454401", + "session_name": "Improving anti-tumour immunity with engineered bacteria", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jan Theys", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Improving anti-tumour immunity with engineered bacteria", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetically Modified Bacteria | Anti-Tumor Immunity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Theys ", + "kol_full_name": "Jan Theys " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Patient-Centered Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454525", + "session_name": "How patient-centred research and innovation drives improved cancer care", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jan Willem Van De Loo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "West-Vlaanderen", + "City": "Izegem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How patient-centred research and innovation drives improved cancer care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient-Centered Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Willem Van De Loo ", + "kol_full_name": "Jan Willem Van De Loo " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Second-Line Treatment | Third-Line Treatment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454362", + "session_name": "The difficulties of moving from second to third line treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jana Pelouchova", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The difficulties of moving from second to third line treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Second-Line Treatment | Third-Line Treatment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jana Pelouchova ", + "kol_full_name": "Jana Pelouchova " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial | Proteome | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454717", + "session_name": "Expanding proteome interrogation to identify early phase clinical trial biomarkers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Janne Lehtiö", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Expanding proteome interrogation to identify early phase clinical trial biomarkers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial | Proteome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Janne Lehtiö ", + "kol_full_name": "Janne Lehtiö " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nivolumab | Sunitinib | Sarcoma, Clear Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454263", + "session_name": "IMMUNOSARC II master trial (phase II of sunitinib and nivolumab): results from the clear cell sarcoma (CCS) cohort. a GEIS, ISG, and UCL study.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Javier Martin-Broto", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "IMMUNOSARC II master trial (phase II of sunitinib and nivolumab): results from the clear cell sarcoma (CCS) cohort. a GEIS", + "rest_events_session_count": 2, + "rest_events_session": " ISG, and UCL study.", + "events_topic": "Nivolumab | Sunitinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Sarcoma, Clear Cell", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Javier Martin-Broto ", + "kol_full_name": "Javier Martin-Broto " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Allogeneic Stem Cell Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454660", + "session_name": "A cent: A model for person-cantered care in allogenic stem cell transplantation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jeanette Winterling", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Huddinge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A cent: A model for person-cantered care in allogenic stem cell transplantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Allogeneic Stem Cell Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jeanette Winterling ", + "kol_full_name": "Jeanette Winterling " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454533", + "session_name": "What has been done at the EU level: Cancer Mission and the EU Beating Plan", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jeliazko I. Arabadjiev", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Bulgaria", + "Region": "Sofiya", + "City": "Sofia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What has been done at the EU level: Cancer Mission and the EU Beating Plan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jeliazko I. Arabadjiev ", + "kol_full_name": "Jeliazko I. Arabadjiev " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454343", + "session_name": "The role of schools in cancer prevention: Strategies for involving school nurses and teachers in promoting healthy habits", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jennie Jackson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of schools in cancer prevention: Strategies for involving school nurses and teachers in promoting healthy habits", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jennie Jackson ", + "kol_full_name": "Jennie Jackson " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nivolumab | Carcinoma, Transitional Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454764", + "session_name": "Health-related quality of life from the CheckMate 901 trial of nivolumab as first-line therapy for unresectable or metastatic urothelial carcinoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jens Bedke", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Stuttgart", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Health-related quality of life from the CheckMate 901 trial of nivolumab as first-line therapy for unresectable or metastatic urothelial carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nivolumab | Carcinoma, Transitional Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jens Bedke ", + "kol_full_name": "Jens Bedke " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pembrolizumab | Setanaxib | Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454453", + "session_name": "Setanaxib plus pembrolizumab for the treatment of recurrent or metastatic squamous cell carcinoma of the head & neck: Results of a randomized, double-blind Phase 2 trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jérome Fayette", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Rhone-Alpes", + "City": "Lyon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Setanaxib plus pembrolizumab for the treatment of recurrent or metastatic squamous cell carcinoma of the head & neck: Results of a randomized", + "rest_events_session_count": 1, + "rest_events_session": " double-blind Phase 2 trial", + "events_topic": "Pembrolizumab | Setanaxib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Squamous Cell Carcinoma Of Head And Neck", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jérome Fayette ", + "kol_full_name": "Jérome Fayette " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Barometer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454233", + "session_name": "Lessons from France's Cancer Barometers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jérôme Foucaud", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Boulogne-Billancourt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Lessons from France's Cancer Barometers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Barometer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jérôme Foucaud ", + "kol_full_name": "Jérôme Foucaud " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Skin Neoplasms | Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454819", + "session_name": "Melanoma and other skin tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jessica C. Hassel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Melanoma and other skin tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Skin Neoplasms | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jessica C. Hassel ", + "kol_full_name": "Jessica C. Hassel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Quality Of Life", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454610", + "session_name": "How does surgery with curative intent impact quality of life?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jessie A. Elliott", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How does surgery with curative intent impact quality of life?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Of Life", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jessie A. Elliott ", + "kol_full_name": "Jessie A. Elliott " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454802", + "session_name": "Non-metastatic NSCLC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jia Wu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Non-metastatic NSCLC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jia Wu ", + "kol_full_name": "Jia Wu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Orelabrutinib | Obinutuzumab | Prospective Studies | Lymphoma, B-Cell, Marginal Zone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454557", + "session_name": "A prospective study of orelabrutinib plus obinutuzumab (O2) in treatment-naïve marginal zone lymphoma (MZL): preliminary analysis on efficacy and safety", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jia-Dai Xu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A prospective study of orelabrutinib plus obinutuzumab (O2) in treatment-naïve marginal zone lymphoma (MZL): preliminary analysis on efficacy and safety", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Orelabrutinib | Obinutuzumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Prospective Studies | Lymphoma, B-Cell, Marginal Zone", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jia-Dai Xu ", + "kol_full_name": "Jia-Dai Xu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Beclometasone | Radiotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454756", + "session_name": "The addition of belomethason propionate inhalation to radical radiotherapy for patients with locally advanced non-small cell lung cancer: a randomized controlled, open-label phase II study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jie Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The addition of belomethason propionate inhalation to radical radiotherapy for patients with locally advanced non-small cell lung cancer: a randomized controlled", + "rest_events_session_count": 1, + "rest_events_session": " open-label phase II study", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Beclometasone ", + "rest_events_topic_count": 1, + "rest_events_topic": " Radiotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jie Zhang ", + "kol_full_name": "Jie Zhang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Peritoneal Metastasis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454619", + "session_name": "Peritoneal metastases beyond surgery", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jimmy B. So", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Peritoneal metastases beyond surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peritoneal Metastasis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jimmy B. So ", + "kol_full_name": "Jimmy B. So " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunoconjugates | Genital Neoplasms, Female", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454577", + "session_name": "IBI354 (anti-HER2 antibody-drug conjugate [ADC]) in patients (pts) with advanced gynecological cancers (Gynecol C): results from a phase 1 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jin Shu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Chongqing", + "City": "Chongqing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "IBI354 (anti-HER2 antibody-drug conjugate [ADC]) in patients (pts) with advanced gynecological cancers (Gynecol C): results from a phase 1 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates | Genital Neoplasms, Female", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jin Shu ", + "kol_full_name": "Jin Shu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pembrolizumab | Sacituzumab Tirumotecan | Uterine Cervical Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454574", + "session_name": "Efficacy and Safety of Sacituzumab Tirumotecan (sac-TMT) Plus Pembrolizumab in Patients with Recurrent or Metastatic Cervical Cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jing Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Hunan", + "City": "Changsha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Efficacy and Safety of Sacituzumab Tirumotecan (sac-TMT) Plus Pembrolizumab in Patients with Recurrent or Metastatic Cervical Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Sacituzumab Tirumotecan ", + "rest_events_topic_count": 1, + "rest_events_topic": " Uterine Cervical Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jing Wang ", + "kol_full_name": "Jing Wang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Paclitaxel | Triple Negative Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454776", + "session_name": "A Phase Ib/II Study to Assess the Safety and Efficacy of PM8002/BNT327 in Combination with Nab-Paclitaxel for First Line Treatment of Locally Advanced or Metastatic Triple-Negative Breast Cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jiong Wu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A Phase Ib/II Study to Assess the Safety and Efficacy of PM8002/BNT327 in Combination with Nab-Paclitaxel for First Line Treatment of Locally Advanced or Metastatic Triple-Negative Breast Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paclitaxel | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiong Wu ", + "kol_full_name": "Jiong Wu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Vaccines", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454467", + "session_name": "Vaccines", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Joachim G. Aerts", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Vaccines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Vaccines", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joachim G. Aerts ", + "kol_full_name": "Joachim G. Aerts " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454336", + "session_name": "Three-year evaluation of an immunotherapy late effects screening clinic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Joanne Bird", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Three-year evaluation of an immunotherapy late effects screening clinic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joanne Bird ", + "kol_full_name": "Joanne Bird " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Brain-Gut Axis | Microbiota", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454537", + "session_name": "What is the microbiota-gut-brain-axis?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Joanne Bowen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What is the microbiota-gut-brain-axis?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain-Gut Axis | Microbiota", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joanne Bowen ", + "kol_full_name": "Joanne Bowen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radiotherapy | Durvalumab | Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454452", + "session_name": "REWRITE–GORTEC 2018-02: Radiotherapy-durvalumab without prophylactic neck irradiation in squamous cell carcinoma of the head and neck", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Joël Castelli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Bretagne", + "City": "Rennes", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "REWRITE–GORTEC 2018-02: Radiotherapy-durvalumab without prophylactic neck irradiation in squamous cell carcinoma of the head and neck", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Durvalumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Squamous Cell Carcinoma Of Head And Neck", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joël Castelli ", + "kol_full_name": "Joël Castelli " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Circulating Tumor DNA | Immunotherapy | Cystectomy | Urinary Bladder Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454762", + "session_name": "Identification of bladder cancer patients that could benefit from early post-cystectomy immunotherapy based on serial circulating tumour DNA (ctDNA) testing: preliminary results from the TOMBOLA trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jorgen Bjerggaard Jensen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Arhus", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Identification of bladder cancer patients that could benefit from early post-cystectomy immunotherapy based on serial circulating tumour DNA (ctDNA) testing: preliminary results from the TOMBOLA trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circulating Tumor DNA | Immunotherapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cystectomy | Urinary Bladder Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jorgen Bjerggaard Jensen ", + "kol_full_name": "Jorgen Bjerggaard Jensen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454347", + "session_name": "Welcome from Spanish Oncology Nursing Society (Sociedad Española de Enfermería Oncológica, SEEO)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jorgina Serra López", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Welcome from Spanish Oncology Nursing Society (Sociedad Española de Enfermería Oncológica", + "rest_events_session_count": 1, + "rest_events_session": " SEEO)", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jorgina Serra López ", + "kol_full_name": "Jorgina Serra López " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Trametinib | Dabrafenib | Proto-Oncogene Proteins B-raf | Pembrolizumab | Programmed Cell Death 1 Receptor | Molecular Targeted Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454710", + "session_name": "Concurrent BRAF targeted therapy (TT) with dabrafenib and trametinib and anti-PD-1 agent pembrolizumab (PD1) increased B cell signalling and inflammatory pathways more effectively than when given sequentially or with anti-PD-1 alone", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jorja Braden", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Concurrent BRAF targeted therapy (TT) with dabrafenib and trametinib and anti-PD-1 agent pembrolizumab (PD1) increased B cell signalling and inflammatory pathways more effectively than when given sequentially or with anti-PD-1 alone", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Trametinib | Dabrafenib ", + "rest_events_topic_count": 4, + "rest_events_topic": " Proto-Oncogene Proteins B-raf | Pembrolizumab | Programmed Cell Death 1 Receptor | Molecular Targeted Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jorja Braden ", + "kol_full_name": "Jorja Braden " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radical Surgery | Gastric Neuroendocrine Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454721", + "session_name": "Gastric NEN: When to recommend radical surgery?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "José Díaz Tasende", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Gastric NEN: When to recommend radical surgery?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radical Surgery | Gastric Neuroendocrine Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
José Díaz Tasende ", + "kol_full_name": "José Díaz Tasende " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454365", + "session_name": "The WHO Pandemic Accord and the review of the International Health Regulations (IHR): The need to include cancer prevention and control", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Jose M. Martin-Moreno", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The WHO Pandemic Accord and the review of the International Health Regulations (IHR): The need to include cancer prevention and control", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jose M. Martin-Moreno ", + "kol_full_name": "Jose M. Martin-Moreno " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Uveal Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454606", + "session_name": "Uveal melanoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Josep Maria Piulats Rodriguez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Uveal melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Uveal Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Josep Maria Piulats Rodriguez ", + "kol_full_name": "Josep Maria Piulats Rodriguez " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "T-Cell Engagers | T Cell Fitness", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454765", + "session_name": "Association of a blood T cell fitness gene signature with clinical benefit from ImmTAC bispecific T cell engagers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Joseph J. Sacco", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Association of a blood T cell fitness gene signature with clinical benefit from ImmTAC bispecific T cell engagers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "T-Cell Engagers | T Cell Fitness", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joseph J. Sacco ", + "kol_full_name": "Joseph J. Sacco " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Policy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454872", + "session_name": "Policy and preventive strategies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Judith Balmaña", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Policy and preventive strategies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Judith Balmaña ", + "kol_full_name": "Judith Balmaña " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pathologic Complete Response", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454568", + "session_name": "How to define pathologic response?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Judith Bovée", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How to define pathologic response?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pathologic Complete Response", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Judith Bovée ", + "kol_full_name": "Judith Bovée " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Merkel Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454608", + "session_name": "Novel targets in Merkel cell carcinoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Juergen C. Becker", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Novel targets in Merkel cell carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Merkel Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juergen C. Becker ", + "kol_full_name": "Juergen C. Becker " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Randomized Controlled Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454668", + "session_name": "Clinical trial design and treatment effects: A meta-analysis of randomized-controlled and single-arm trials supporting 437 FDA approvals of cancer drugs and indications", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Julia Caroline Michaeli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Clinical trial design and treatment effects: A meta-analysis of randomized-controlled and single-arm trials supporting 437 FDA approvals of cancer drugs and indications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Randomized Controlled Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Caroline Michaeli ", + "kol_full_name": "Julia Caroline Michaeli " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Glioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454388", + "session_name": "Assessing patient fitness for treatment of gliomas", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Julia Furtner", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Assessing patient fitness for treatment of gliomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Furtner ", + "kol_full_name": "Julia Furtner " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Prostatic Neoplasms | B7-H3", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454448", + "session_name": "B7-H3 as therapeutic target for PC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Juliet Carmichael", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "B7-H3 as therapeutic target for PC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | B7-H3", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juliet Carmichael ", + "kol_full_name": "Juliet Carmichael " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy, Adoptive | B-Cell Maturation Antigen | Multiple Myeloma", + "npi_num": "1285321547", + "hcp_pin_alias": "FU_HCP_5454239", + "session_name": "Real-world Comparison of Overall Survival between BCMA - Bispecific and CAR-T Therapies in Multiple Myeloma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Junmin Song", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "New York", + "City": "Bronx", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Real-world Comparison of Overall Survival between BCMA - Bispecific and CAR-T Therapies in Multiple Myeloma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy, Adoptive | B-Cell Maturation Antigen ", + "rest_events_topic_count": 1, + "rest_events_topic": " Multiple Myeloma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Junmin Song ", + "kol_full_name": "Junmin Song " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lymphoma, Non-Hodgkin | Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454237", + "session_name": "First Report of BCL-2 Inhibitor TQB3909 in Pts with Relapsed or Refractory Non-Hodgkin Lymphoma (NHL) and Acute Myeloid Leukemia (AML): Data From a Phase 1 Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Junyuan Qi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Tianjin", + "City": "TIANJIN", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "First Report of BCL-2 Inhibitor TQB3909 in Pts with Relapsed or Refractory Non-Hodgkin Lymphoma (NHL) and Acute Myeloid Leukemia (AML): Data From a Phase 1 Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Non-Hodgkin | Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Junyuan Qi ", + "kol_full_name": "Junyuan Qi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lymphoma | HIV", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454687", + "session_name": "HIV lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Kai Hübel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Koeln", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "HIV lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma | HIV", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kai Hübel ", + "kol_full_name": "Kai Hübel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cross-Sectional Studies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454481", + "session_name": "Predictors of Safe handling precautions amongst Cancer Nurses in the UK: A Cross Sectional Survey.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Karen Campbell", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Predictors of Safe handling precautions amongst Cancer Nurses in the UK: A Cross Sectional Survey.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cross-Sectional Studies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karen Campbell ", + "kol_full_name": "Karen Campbell " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Thrombosis | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454807", + "session_name": "Cancer-associated thrombosis: Management of pulmonary embolism", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Karin Jordan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Brandenburg", + "City": "Potsdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer-associated thrombosis: Management of pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karin Jordan ", + "kol_full_name": "Karin Jordan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lung Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454337", + "session_name": "“To Get Through to Survive\": Exploring the Symptom Cluster Management Process During Oncological Treatment From the Perspective of Patients With Lung Cancer.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Katarina Karlsson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Varmlands Lan", + "City": "Karlstad", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "“To Get Through to Survive\": Exploring the Symptom Cluster Management Process During Oncological Treatment From the Perspective of Patients With Lung Cancer.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katarina Karlsson ", + "kol_full_name": "Katarina Karlsson " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Patient Participation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454528", + "session_name": "Understanding patient engagement in EU funded projects", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Katharina Beyer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Understanding patient engagement in EU funded projects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Participation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katharina Beyer ", + "kol_full_name": "Katharina Beyer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tailored Treatment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454743", + "session_name": "Sex and gender: First steps towards tailored treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Kathrin Heinrich", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Sex and gender: First steps towards tailored treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tailored Treatment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kathrin Heinrich ", + "kol_full_name": "Kathrin Heinrich " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454514", + "session_name": "EU-CAYAS-NET IDE toolkit: Youth Cancer Europe", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Katie Rizvi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Romania", + "Region": "Cluj", + "City": "Cluj-Napoca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "EU-CAYAS-NET IDE toolkit: Youth Cancer Europe", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katie Rizvi ", + "kol_full_name": "Katie Rizvi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454878", + "session_name": "Non-metastatic NSCLC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Kersti Oselin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Estonia", + "Region": "Harjumaa", + "City": "Tallinn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Non-metastatic NSCLC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kersti Oselin ", + "kol_full_name": "Kersti Oselin " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antineoplastic Agents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454667", + "session_name": "Analysis of concordance between trial and target populations for cancer drugs in the US, EU, and Switzerland (2014-2023)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Kerstin N. Vokinger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Analysis of concordance between trial and target populations for cancer drugs in the US", + "rest_events_session_count": 2, + "rest_events_session": " EU, and Switzerland (2014-2023)", + "events_topic": "Antineoplastic Agents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kerstin N. Vokinger ", + "kol_full_name": "Kerstin N. Vokinger " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Mesothelioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454292", + "session_name": "ARTIMES: Automated Response evaluation to Treatment In MESothelioma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Kevin B. Groot Lipman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ARTIMES: Automated Response evaluation to Treatment In MESothelioma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mesothelioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kevin B. Groot Lipman ", + "kol_full_name": "Kevin B. Groot Lipman " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immune System | Head And Neck Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454269", + "session_name": "Harnessing the immune system as a therapeutic tool in the treatment of head and neck cancers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Kirsten Lauber", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Harnessing the immune system as a therapeutic tool in the treatment of head and neck cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune System | Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kirsten Lauber ", + "kol_full_name": "Kirsten Lauber " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Solid Tumors | Immune Checkpoint Inhibitors | Prognosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454713", + "session_name": "Impact of MTAP loss on prognosis and efficacy of immune check point inhibitors across advanced solid tumors: SCRUM-Japan MONSTAR-SCREEN-1.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Kyosuke Seguchi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Japan", + "Region": "Chiba", + "City": "Komatsu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Impact of MTAP loss on prognosis and efficacy of immune check point inhibitors across advanced solid tumors: SCRUM-Japan MONSTAR-SCREEN-1.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Prognosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kyosuke Seguchi ", + "kol_full_name": "Kyosuke Seguchi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neuroendocrine Tumors | Malignant Carcinoid Syndrome | Carcinoid Heart Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454253", + "session_name": "Carcinoid Heart Disease in Patients with Advanced Small-intestinal Neuroendocrine Tumours and Carcinoid Syndrome: A Retrospective experience of two Centers of Excellence", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Laura Algeri", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Sicilia", + "City": "Palermo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Carcinoid Heart Disease in Patients with Advanced Small-intestinal Neuroendocrine Tumours and Carcinoid Syndrome: A Retrospective experience of two Centers of Excellence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroendocrine Tumors | Malignant Carcinoid Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoid Heart Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Algeri ", + "kol_full_name": "Laura Algeri " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncologists", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454682", + "session_name": "Medical oncologist perspective", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Laura Biganzoli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Toscana", + "City": "Prato", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Medical oncologist perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncologists", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Biganzoli ", + "kol_full_name": "Laura Biganzoli " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lenvatinib | Radioiodine Therapy | Thyroid Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454248", + "session_name": "Radioiodine-refractory differentiated thyroid cancer (RAI-R DTC) patients treated with lenvatinib monotherapy: real-world treatment patterns and clinical outcomes in Europe and Canada", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Laura D. Locati", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Radioiodine-refractory differentiated thyroid cancer (RAI-R DTC) patients treated with lenvatinib monotherapy: real-world treatment patterns and clinical outcomes in Europe and Canada", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lenvatinib | Radioiodine Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Thyroid Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura D. Locati ", + "kol_full_name": "Laura D. Locati " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy, Adoptive | Gastrointestinal Microbiome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454241", + "session_name": "Gut microbiota composition is predictive of CAR-T cells response and its modulation enhances CAR-T cells activity", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Laura Marcos-Kovandzic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Gut microbiota composition is predictive of CAR-T cells response and its modulation enhances CAR-T cells activity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy, Adoptive | Gastrointestinal Microbiome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Marcos-Kovandzic ", + "kol_full_name": "Laura Marcos-Kovandzic " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454855", + "session_name": "Cancer nursing interventions: The importance of the role of nursing in successful scalp cooling", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Laura Marqués Jiménez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer nursing interventions: The importance of the role of nursing in successful scalp cooling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Marqués Jiménez ", + "kol_full_name": "Laura Marqués Jiménez " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Patient Outcome Assessment | Prehabilitation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454540", + "session_name": "Pre-habilitation interventions to improve outcomes in patients with cancer. What is the evidence?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Laurien Buffart", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Pre-habilitation interventions to improve outcomes in patients with cancer. What is the evidence?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Outcome Assessment | Prehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laurien Buffart ", + "kol_full_name": "Laurien Buffart " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urinary Bladder Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454535", + "session_name": "Bladder cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lazar S. Popovic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Bladder cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urinary Bladder Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lazar S. Popovic ", + "kol_full_name": "Lazar S. Popovic " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Central Nervous System Neoplasms | Neural Influences", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454679", + "session_name": "Neural influences on non-CNS malignancies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Leanne Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Neural influences on non-CNS malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Neoplasms | Neural Influences", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leanne Li ", + "kol_full_name": "Leanne Li " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Self Care | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454512", + "session_name": "Empowering patient education to enhance self-care of nutritional side-effects during the chemotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Leena Tuominen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Empowering patient education to enhance self-care of nutritional side-effects during the chemotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Self Care | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leena Tuominen ", + "kol_full_name": "Leena Tuominen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy, Adoptive | Receptors, Chimeric Antigen | B-cell Acute Lymphoblastic Leukemia | Renal Insufficiency, Chronic | Interleukin-6", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454243", + "session_name": "High Efficacy and Safety of Interleukin-6-knockdown CD19-targeted CAR T cells in relapsed/refractory B-ALL patients.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lei Yu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "High Efficacy and Safety of Interleukin-6-knockdown CD19-targeted CAR T cells in relapsed/refractory B-ALL patients.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy, Adoptive | Receptors, Chimeric Antigen ", + "rest_events_topic_count": 3, + "rest_events_topic": " B-cell Acute Lymphoblastic Leukemia | Renal Insufficiency, Chronic | Interleukin-6", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lei Yu ", + "kol_full_name": "Lei Yu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Diagnostic Techniques | Glioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454386", + "session_name": "Rational molecular testing for treatment of gliomas", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Leonille Schweizer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Brandenburg", + "City": "Frankfurt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Rational molecular testing for treatment of gliomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Molecular Diagnostic Techniques | Glioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leonille Schweizer ", + "kol_full_name": "Leonille Schweizer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Developmental Therapeutics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454858", + "session_name": "Developmental therapeutics", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lillian L. Siu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Developmental therapeutics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Developmental Therapeutics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lillian L. Siu ", + "kol_full_name": "Lillian L. Siu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Care Facilities | Healthcare", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454517", + "session_name": "Healthcare needs, experiences of cancer care, and attitudes towards cancer among ethnic Chinese immigrants in Scotland", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lin Cheng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Healthcare needs", + "rest_events_session_count": 2, + "rest_events_session": " experiences of cancer care, and attitudes towards cancer among ethnic Chinese immigrants in Scotland", + "events_topic": "Cancer Care Facilities | Healthcare", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lin Cheng ", + "kol_full_name": "Lin Cheng " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Rovadicitinib | Baricitinib | Primary Myelofibrosis | Hydroxyurea", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454236", + "session_name": "The primary results from a randomized double-blind phase II study of rovadicitinib versus hydroxyurea in patients with myelofibrosis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ling Pan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The primary results from a randomized double-blind phase II study of rovadicitinib versus hydroxyurea in patients with myelofibrosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rovadicitinib | Baricitinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Primary Myelofibrosis | Hydroxyurea", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ling Pan ", + "kol_full_name": "Ling Pan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Inequities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454358", + "session_name": "Inequalities across countries", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Liora Bowers", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Inequalities across countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Inequities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Liora Bowers ", + "kol_full_name": "Liora Bowers " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Gastrointestinal Microbiome | Neurocognitive Disorders", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454539", + "session_name": "The gut microbiota & neurocognitive functioning in patients with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lisa Derosa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The gut microbiota & neurocognitive functioning in patients with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Microbiome | Neurocognitive Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lisa Derosa ", + "kol_full_name": "Lisa Derosa " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Trastuzumab | Anthracyclines | Cardiotoxicity | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454325", + "session_name": "Risk stratification for cardiotoxicity and follow-up in breast cancer patients treated with anthracycline and/or trastuzumab: an exploratory analysis of patient records", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lise-Marie Kinnaer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Risk stratification for cardiotoxicity and follow-up in breast cancer patients treated with anthracycline and/or trastuzumab: an exploratory analysis of patient records", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Trastuzumab | Anthracyclines ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiotoxicity | Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lise-Marie Kinnaer ", + "kol_full_name": "Lise-Marie Kinnaer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Leukemia, Myelomonocytic, Chronic | Azacitidine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454238", + "session_name": "Efficacy and Safety of a Phase 2 Study: Timdarpacept (IMM01) Combined with Azacitidine (AZA) As the First-Line Treatment in Adults with Chronic Myelomonocytic Leukemia (CMML)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Liya Ma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Zhejiang", + "City": "Hangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Efficacy and Safety of a Phase 2 Study: Timdarpacept (IMM01) Combined with Azacitidine (AZA) As the First-Line Treatment in Adults with Chronic Myelomonocytic Leukemia (CMML)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelomonocytic, Chronic | Azacitidine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Liya Ma ", + "kol_full_name": "Liya Ma " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Akkermansia | Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454712", + "session_name": "Akkermansia muciniphila-based multi-omic profiling in advanced non-small cell lung cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lorenzo Belluomini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Veneto", + "City": "Verona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Akkermansia muciniphila-based multi-omic profiling in advanced non-small cell lung cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Akkermansia | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lorenzo Belluomini ", + "kol_full_name": "Lorenzo Belluomini " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Head And Neck Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454503", + "session_name": "Existential distress in Head-and-neck male cancer patients. A comprehensive study of demographic factors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lucas Sanz Monge", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Existential distress in Head-and-neck male cancer patients. A comprehensive study of demographic factors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lucas Sanz Monge ", + "kol_full_name": "Lucas Sanz Monge " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms | Deep Sedation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454501", + "session_name": "Nurses’ emotional affect when caring for cancer patients undergoing deep sedation: Findings from a meta-synthesis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Lucia Cadorin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Campania", + "City": "Avellino", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Nurses’ emotional affect when caring for cancer patients undergoing deep sedation: Findings from a meta-synthesis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Deep Sedation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lucia Cadorin ", + "kol_full_name": "Lucia Cadorin " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Anticoagulation | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454395", + "session_name": "Treatment strategies and duration of anticoagulation in cancer-associated pulmonary embolism", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Luis Jara-Palomares", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Andalucia", + "City": "Sevilla ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treatment strategies and duration of anticoagulation in cancer-associated pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luis Jara-Palomares ", + "kol_full_name": "Luis Jara-Palomares " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Liver Neoplasms | Sitravatinib | Tislelizumab | Uveal Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454547", + "session_name": "Sitravatinib Plus Tislelizumab for Metastatic Uveal Melanoma with Liver Metastasis: The Open-Label, Multicenter, Phase II GEM-2101 Trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Luis Paul De Carpio Huerta", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Sitravatinib Plus Tislelizumab for Metastatic Uveal Melanoma with Liver Metastasis: The Open-Label", + "rest_events_session_count": 2, + "rest_events_session": " Multicenter, Phase II GEM-2101 Trial", + "events_topic": "Liver Neoplasms | Sitravatinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tislelizumab | Uveal Melanoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luis Paul De Carpio Huerta ", + "kol_full_name": "Luis Paul De Carpio Huerta " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Psychological Burden", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454363", + "session_name": "The fear of recurrence: Best practice in coping with the psychological burden", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Luzia Travado", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The fear of recurrence: Best practice in coping with the psychological burden", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Psychological Burden", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luzia Travado ", + "kol_full_name": "Luzia Travado " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "DNA Damage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454697", + "session_name": "Targeting the DNA damage response", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Magnus Dillon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Targeting the DNA damage response", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "DNA Damage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Magnus Dillon ", + "kol_full_name": "Magnus Dillon " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Biologic Signature", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454374", + "session_name": "The elusive CUP biologic signature: are we missing a primary or a biology?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Manel Esteller", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The elusive CUP biologic signature: are we missing a primary or a biology?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biologic Signature", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manel Esteller ", + "kol_full_name": "Manel Esteller " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoadjuvant Therapy | Pathologic Complete Response | Triple Negative Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454475", + "session_name": "Pathologic complete response and survival after neoadjuvant chemotherapy in stage I TNBC: a registry-based study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Manon De Graaf", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Pathologic complete response and survival after neoadjuvant chemotherapy in stage I TNBC: a registry-based study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoadjuvant Therapy | Pathologic Complete Response ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manon De Graaf ", + "kol_full_name": "Manon De Graaf " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urogenital Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454801", + "session_name": "GU tumours, non-prostate", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Manuela Schmidinger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GU tumours", + "rest_events_session_count": 1, + "rest_events_session": " non-prostate", + "events_topic": "Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manuela Schmidinger ", + "kol_full_name": "Manuela Schmidinger " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Programmed Cell Death Ligand 1 | Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454278", + "session_name": "Interim Results of a Phase 1 Study of SGN-PDL1V (PF-08046054) in Patients with PDL1-Expressing Solid Tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Marc Oliva", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Interim Results of a Phase 1 Study of SGN-PDL1V (PF-08046054) in Patients with PDL1-Expressing Solid Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Programmed Cell Death Ligand 1 | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marc Oliva ", + "kol_full_name": "Marc Oliva " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Self Care | Antineoplastic Agents | Quality Of Life", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454498", + "session_name": "Short term effects of self-care behaviours on quality of life for patients on oral anticancer agents", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Marco Di Nitto", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Liguria", + "City": "Genova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Short term effects of self-care behaviours on quality of life for patients on oral anticancer agents", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Self Care | Antineoplastic Agents ", + "rest_events_topic_count": 1, + "rest_events_topic": " Quality Of Life", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marco Di Nitto ", + "kol_full_name": "Marco Di Nitto " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Disease Progression | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454624", + "session_name": "Evaluation of risk of disease progression in first-line therapy of unresected metastatic colorectal cancer to guide intervals of radiological assessment- an analysis of eleven randomized trials by AIO and GONO.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Marco M. Germani", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Evaluation of risk of disease progression in first-line therapy of unresected metastatic colorectal cancer to guide intervals of radiological assessment- an analysis of eleven randomized trials by AIO and GONO.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease Progression | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marco M. Germani ", + "kol_full_name": "Marco M. Germani " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Technology Assessment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454674", + "session_name": "Initiatives for a joint EU HTA assessment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Marcus Guardian", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Initiatives for a joint EU HTA assessment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Technology Assessment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marcus Guardian ", + "kol_full_name": "Marcus Guardian " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Intracellular Antigens", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454437", + "session_name": "Should we target surface vs intracellular antigens?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Marcus O. Butler", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Should we target surface vs intracellular antigens?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Intracellular Antigens", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marcus O. Butler ", + "kol_full_name": "Marcus O. Butler " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Esophageal Neoplasms | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454748", + "session_name": "An international study evaluating pathological response to guide adjuvant FLOT chemotherapy in gastroesophageal cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Margaret M. Lee", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "An international study evaluating pathological response to guide adjuvant FLOT chemotherapy in gastroesophageal cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Esophageal Neoplasms | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Margaret M. Lee ", + "kol_full_name": "Margaret M. Lee " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454841", + "session_name": "Treatment experience matters: integration of subcutaneous immunotherapy in the clinic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Margarita Majem", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Treatment experience matters: integration of subcutaneous immunotherapy in the clinic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Margarita Majem ", + "kol_full_name": "Margarita Majem " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radiotherapy | Temozolomide | Glioblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454590", + "session_name": "Final Results of Glasdegib in Combination with Temozolomide and Radiotherapy in Patients with Newly Diagnosed Glioblastoma: Phase Ib/II GEINO 1602 trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Angeles Vaz Salgado", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Final Results of Glasdegib in Combination with Temozolomide and Radiotherapy in Patients with Newly Diagnosed Glioblastoma: Phase Ib/II GEINO 1602 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Temozolomide ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glioblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Angeles Vaz Salgado ", + "kol_full_name": "Maria Angeles Vaz Salgado " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nephrectomy | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454746", + "session_name": "The role of cytoreductive nephrectomy in the immunotherapy era", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Carmen Mir Maresma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of cytoreductive nephrectomy in the immunotherapy era", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nephrectomy | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Carmen Mir Maresma ", + "kol_full_name": "Maria Carmen Mir Maresma " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "ErbB Receptors | Immunoconjugates | Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454408", + "session_name": "ABBV-400, a c-Met Protein–Targeting Antibody-Drug Conjugate (ADC), in Patients (Pts) With Advanced EGFR Wildtype (WT) Non-Squamous (NSQ) Non-Small Cell Lung Cancer (NSCLC): Results From a Phase 1 Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "María De Miguel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ABBV-400", + "rest_events_session_count": 2, + "rest_events_session": " a c-Met Protein–Targeting Antibody-Drug Conjugate (ADC), in Patients (Pts) With Advanced EGFR Wildtype (WT) Non-Squamous (NSQ) Non-Small Cell Lung Cancer (NSCLC): Results From a Phase 1 Study", + "events_topic": "ErbB Receptors | Immunoconjugates ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
María De Miguel ", + "kol_full_name": "María De Miguel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Biomarkers | Trastuzumab Deruxtecan", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454633", + "session_name": "Unraveling the mechanisms of action and resistance to Trastuzumab deruxtecan (T-DXd): supplementary biomarker analyses from DAISY trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Fernanda Mosele", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Unraveling the mechanisms of action and resistance to Trastuzumab deruxtecan (T-DXd): supplementary biomarker analyses from DAISY trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Trastuzumab Deruxtecan", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Fernanda Mosele ", + "kol_full_name": "Maria Fernanda Mosele " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454490", + "session_name": "The empowering leadership approach in oncology nursing according to work experience", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Giorgia D'Alonzo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Puglia", + "City": "Bari", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The empowering leadership approach in oncology nursing according to work experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Giorgia D'Alonzo ", + "kol_full_name": "Maria Giorgia D'Alonzo " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454480", + "session_name": "Working together: Multidisciplinary management of real-world metastatic breast cancer cases", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Lapuente", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Working together: Multidisciplinary management of real-world metastatic breast cancer cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Lapuente ", + "kol_full_name": "Maria Lapuente " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Translational Research, Biomedical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454331", + "session_name": "Activity and outcomes of a Translational Research Unit coordinated by Nursing.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Pilar Andueza", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Activity and outcomes of a Translational Research Unit coordinated by Nursing.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Translational Research, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Pilar Andueza ", + "kol_full_name": "Maria Pilar Andueza " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antigens, Neoplasm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454400", + "session_name": "Tumour antigens derived from bacteria", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Rescigno", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Tumour antigens derived from bacteria", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antigens, Neoplasm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Rescigno ", + "kol_full_name": "Maria Rescigno " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genes, ErbB-2 | Lymphocytes, Tumor-Infiltrating | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454478", + "session_name": "TILs and overall survival (OS) in HER2+ early breast cancer (eBC): 10-year (yr) updated analysis of the ShortHER trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maria Vittoria Dieci", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "TILs and overall survival (OS) in HER2+ early breast cancer (eBC): 10-year (yr) updated analysis of the ShortHER trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genes, ErbB-2 | Lymphocytes, Tumor-Infiltrating ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Vittoria Dieci ", + "kol_full_name": "Maria Vittoria Dieci " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454847", + "session_name": "NSCLC metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Mariana Brandão", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Arendonk", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NSCLC metastatic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariana Brandão ", + "kol_full_name": "Mariana Brandão " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lutetium Lu 177 Dotatate", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454252", + "session_name": "A Multivariate Efficacy Analysis of [177Lu]Lu-DOTA-TATE in the NETTER 2 Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Marianne E. Pavel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Bayern", + "City": "Erlangen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A Multivariate Efficacy Analysis of [177Lu]Lu-DOTA-TATE in the NETTER 2 Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lutetium Lu 177 Dotatate", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marianne E. Pavel ", + "kol_full_name": "Marianne E. Pavel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Psychosocial Support Systems", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454730", + "session_name": "Psychological support and resilience", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Marije Van Der Lee", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Bilthoven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Psychological support and resilience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Psychosocial Support Systems", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marije Van Der Lee ", + "kol_full_name": "Marije Van Der Lee " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Prostatic Neoplasms | Nursing Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454639", + "session_name": "Comprehensive nursing care for prostate cancer patients: From diagnosis to long-term outcomes", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Mario Varandas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Comprehensive nursing care for prostate cancer patients: From diagnosis to long-term outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Nursing Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mario Varandas ", + "kol_full_name": "Mario Varandas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Macrophages | Brain Neoplasms | Tumor Microenvironment | Lymphocytes, Tumor-Infiltrating", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454589", + "session_name": "Characterization of Tumor-infiltrating Lymphocytes and Tumor-Associated Macrophages within the Tumor Microenvironment of Primary Tumors and Matched Brain Metastases", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Markus Kleinberger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Characterization of Tumor-infiltrating Lymphocytes and Tumor-Associated Macrophages within the Tumor Microenvironment of Primary Tumors and Matched Brain Metastases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Macrophages | Brain Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tumor Microenvironment | Lymphocytes, Tumor-Infiltrating", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Markus Kleinberger ", + "kol_full_name": "Markus Kleinberger " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lymphoma, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454371", + "session_name": "Diffuse large B cell lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Martin Hutchings", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Diffuse large B cell lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin Hutchings ", + "kol_full_name": "Martin Hutchings " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genes, T-Cell Receptor | Pharmacokinetics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454740", + "session_name": "Initial safety, pharmacokinetics, and anti-tumor activity data of TCER IMA401, a MAGEA4/8-directed half-life extended TCR Bispecific, in Phase 1 dose escalation", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Martin Wermke", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Initial safety", + "rest_events_session_count": 4, + "rest_events_session": " pharmacokinetics, and anti-tumor activity data of TCER IMA401, a MAGEA4/8-directed half-life extended TCR Bispecific, in Phase 1 dose escalation", + "events_topic": "Genes, T-Cell Receptor | Pharmacokinetics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin Wermke ", + "kol_full_name": "Martin Wermke " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454561", + "session_name": "Cost-effectiveness of optimized immunotherapy dosing", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Marzia Del Re", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cost-effectiveness of optimized immunotherapy dosing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marzia Del Re ", + "kol_full_name": "Marzia Del Re " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454268", + "session_name": "PRO’s as endpoint in early phase clinical trials", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Massimo Di Maio", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Piemonte", + "City": "Torino", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "PRO’s as endpoint in early phase clinical trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Massimo Di Maio ", + "kol_full_name": "Massimo Di Maio " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radical Surgery | Pancreatic Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454722", + "session_name": "Pancreatic NEN: Watchful wait vs radical surgery", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Massimo Falconi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Pancreatic NEN: Watchful wait vs radical surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radical Surgery | Pancreatic Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Massimo Falconi ", + "kol_full_name": "Massimo Falconi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Solid Tumors | Cyclin-Dependent Kinases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454378", + "session_name": "Safety and Tolerability of INCB123667, a Selective CDK2 Inhibitor, in Patients (Pts) With Advanced Solid Tumors: A Phase 1 Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Matteo Simonelli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Piacenza", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Safety and Tolerability of INCB123667", + "rest_events_session_count": 2, + "rest_events_session": " a Selective CDK2 Inhibitor, in Patients (Pts) With Advanced Solid Tumors: A Phase 1 Study", + "events_topic": "Solid Tumors | Cyclin-Dependent Kinases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matteo Simonelli ", + "kol_full_name": "Matteo Simonelli " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oligopersistent", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454772", + "session_name": "Consolidation in oligo-persistent", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Matthias Guckenberger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Consolidation in oligo-persistent", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oligopersistent", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthias Guckenberger ", + "kol_full_name": "Matthias Guckenberger " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nursing Research | Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454497", + "session_name": "Cancer nursing research priorities on supportive care in Europe: Results of a mixed methods study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maura Dowling", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ireland", + "Region": "Galway", + "City": "Galway", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer nursing research priorities on supportive care in Europe: Results of a mixed methods study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nursing Research | Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maura Dowling ", + "kol_full_name": "Maura Dowling " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454229", + "session_name": "EU HTA Regulation: State of play for cancer medicines", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Maya Matthews", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "EU HTA Regulation: State of play for cancer medicines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maya Matthews ", + "kol_full_name": "Maya Matthews " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urogenital Neoplasms | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454827", + "session_name": "Optimal biomarker testing in GU cancers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Melanie J. Costin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Optimal biomarker testing in GU cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urogenital Neoplasms | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Melanie J. Costin ", + "kol_full_name": "Melanie J. Costin " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Mastectomy, Radical | Breast Neoplasms | Body Image", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454488", + "session_name": "The Impact of Mindfulness-Based Meditation and Yoga on Stress, Body Image, Self- Esteem and Sexual Adjustment in Breast Cancer Patients Undergoing Modified Radical Mastectomy: A Randomized Controlled Trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Melike Pehlivan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Kocaeli", + "City": "Kocaeli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The Impact of Mindfulness-Based Meditation and Yoga on Stress", + "rest_events_session_count": 2, + "rest_events_session": " Body Image, Self- Esteem and Sexual Adjustment in Breast Cancer Patients Undergoing Modified Radical Mastectomy: A Randomized Controlled Trial", + "events_topic": "Mastectomy, Radical | Breast Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Body Image", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Melike Pehlivan ", + "kol_full_name": "Melike Pehlivan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nasopharyngeal Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454422", + "session_name": "Individualising induction and concurrent systemic therapy in locally advanced NPC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Melvin Lee Kiang Chua", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Individualising induction and concurrent systemic therapy in locally advanced NPC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nasopharyngeal Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Melvin Lee Kiang Chua ", + "kol_full_name": "Melvin Lee Kiang Chua " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454715", + "session_name": "Utility of more comprehensive sequencing to identify biomarkers for early phase clinical trials", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Michael Berger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Utility of more comprehensive sequencing to identify biomarkers for early phase clinical trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Berger ", + "kol_full_name": "Michael Berger " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Leukemia, Myeloid, Acute | Myelodysplastic Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454379", + "session_name": "AML/MDS", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Michael Heuser", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "AML/MDS", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute | Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Heuser ", + "kol_full_name": "Michael Heuser " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Liquid Biopsy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454455", + "session_name": "Liquid biopsy: Promises and challenges", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Michail Ignatiadis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Liquid biopsy: Promises and challenges", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liquid Biopsy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michail Ignatiadis ", + "kol_full_name": "Michail Ignatiadis " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454531", + "session_name": "Side effects of immunotherapy, and how to deal with patients' health problems", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Michal Jarzab", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Poland", + "Region": "Slaskie", + "City": "Gliwice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Side effects of immunotherapy", + "rest_events_session_count": 1, + "rest_events_session": " and how to deal with patients' health problems", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michal Jarzab ", + "kol_full_name": "Michal Jarzab " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cell- And Tissue-Based Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454468", + "session_name": "Cellular therapies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Michal Lotem", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cellular therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cell- And Tissue-Based Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michal Lotem ", + "kol_full_name": "Michal Lotem " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454409", + "session_name": "Low dose versus standard dose pembrolizumab for treatment of stage 4 stage non-small cell lung carcinoma: Results of the pre-planned interim analysis of the NVALT-30 clinical trial.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Michel Van Den Heuvel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Low dose versus standard dose pembrolizumab for treatment of stage 4 stage non-small cell lung carcinoma: Results of the pre-planned interim analysis of the NVALT-30 clinical trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michel Van Den Heuvel ", + "kol_full_name": "Michel Van Den Heuvel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy | Neoadjuvant Therapy | Triple Negative Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454476", + "session_name": "TNBC-DX genomic test in early-stage triple-negative breast cancer treated with neoadjuvant taxane-based therapy without immunotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Miguel Martin Jimenez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "TNBC-DX genomic test in early-stage triple-negative breast cancer treated with neoadjuvant taxane-based therapy without immunotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Neoadjuvant Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Miguel Martin Jimenez ", + "kol_full_name": "Miguel Martin Jimenez " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454805", + "session_name": "POWG 1: Biomarkers in everyday clinical practice", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Mila Petrova", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Bulgaria", + "Region": "Sofiya", + "City": "Sofia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "POWG 1: Biomarkers in everyday clinical practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mila Petrova ", + "kol_full_name": "Mila Petrova " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Stomach Neoplasms | Molecular Diagnostic Techniques | Esophageal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454471", + "session_name": "Molecular testing in gastric and oesophageal cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Minsuk Kwon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Suwon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Molecular testing in gastric and oesophageal cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stomach Neoplasms | Molecular Diagnostic Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Esophageal Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Minsuk Kwon ", + "kol_full_name": "Minsuk Kwon " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Central Nervous System Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454799", + "session_name": "CNS tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Monika E. Hegi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "CNS tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Monika E. Hegi ", + "kol_full_name": "Monika E. Hegi " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454876", + "session_name": "Survivors of advanced melanoma: Management and support", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Mora Guardamagna", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Andalucia", + "City": "Malaga", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Survivors of advanced melanoma: Management and support", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mora Guardamagna ", + "kol_full_name": "Mora Guardamagna " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Hematopoiesis | Receptors, Chimeric Antigen", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454240", + "session_name": "CAR T cells reside in the bone marrow and inhibits healthy hematopoiesis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Myriam Ben Khelil", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Franche-Comte", + "City": "Besancon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "CAR T cells reside in the bone marrow and inhibits healthy hematopoiesis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematopoiesis | Receptors, Chimeric Antigen", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Myriam Ben Khelil ", + "kol_full_name": "Myriam Ben Khelil " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Randomized Controlled Trials As Topic | Terminal Cancer | Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454544", + "session_name": "A multicenter, randomized controlled trial (RCT) on the efficacy of specialized rehabilitation using the Op-reha Guide for terminal cancer patients in palliative care units (PCUs)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nanako Nishiyama", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Japan", + "Region": "Osaka", + "City": "Higashiosaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A multicenter", + "rest_events_session_count": 1, + "rest_events_session": " randomized controlled trial (RCT) on the efficacy of specialized rehabilitation using the Op-reha Guide for terminal cancer patients in palliative care units (PCUs)", + "events_topic": "Randomized Controlled Trials As Topic | Terminal Cancer ", + "rest_events_topic_count": 1, + "rest_events_topic": " Palliative Care", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nanako Nishiyama ", + "kol_full_name": "Nanako Nishiyama " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454653", + "session_name": "Experiences from the war in Ukraine from a patient perspective", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nataliia Hrad", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ukraine", + "Region": "Misto Kyyiv", + "City": "Kiev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Experiences from the war in Ukraine from a patient perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nataliia Hrad ", + "kol_full_name": "Nataliia Hrad " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Public Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454857", + "session_name": "ESMO-MCBS: A practical tool with public health implications", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nathan I. Cherny", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO-MCBS: A practical tool with public health implications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Public Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nathan I. Cherny ", + "kol_full_name": "Nathan I. Cherny " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Hematologic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454558", + "session_name": "Two Hematological Precursors and Their Impact on Hematological Malignancies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nicholas J. Boddicker", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Two Hematological Precursors and Their Impact on Hematological Malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nicholas J. Boddicker ", + "kol_full_name": "Nicholas J. Boddicker " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Doxorubicin | Regorafenib | Placebos | Sarcoma | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454718", + "session_name": "EREMISS Trial: a double-blind placebo (PBO)-controlled randomised trial assessing efficacy/safety of Regorafenib (REGO) as maintenance therapy after 1st line doxorubicin-based chemotherapy in advanced soft-tissue sarcoma (ASTS) patients (pts).", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nicolas Penel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Nord-Pas-de-Calais", + "City": "Lille", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "EREMISS Trial: a double-blind placebo (PBO)-controlled randomised trial assessing efficacy/safety of Regorafenib (REGO) as maintenance therapy after 1st line doxorubicin-based chemotherapy in advanced soft-tissue sarcoma (ASTS) patients (pts).", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Doxorubicin | Regorafenib ", + "rest_events_topic_count": 3, + "rest_events_topic": " Placebos | Sarcoma | Drug Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nicolas Penel ", + "kol_full_name": "Nicolas Penel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Antineoplastic Agents | Dug Exposure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454560", + "session_name": "The advantages of boosting studies to increase drug exposure of anticancer drugs", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nielka Van Erp", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The advantages of boosting studies to increase drug exposure of anticancer drugs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antineoplastic Agents | Dug Exposure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nielka Van Erp ", + "kol_full_name": "Nielka Van Erp " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Multiple Myeloma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454380", + "session_name": "Multiple myeloma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Niels W. Van De Donk", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Multiple myeloma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Niels W. Van De Donk ", + "kol_full_name": "Niels W. Van De Donk " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasm Metastasis | Decision Making", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454744", + "session_name": "Liquid profiling of molecular metastatic disease and impact on decision making", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Noelia Tarazona Llavero", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Liquid profiling of molecular metastatic disease and impact on decision making", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasm Metastasis | Decision Making", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Noelia Tarazona Llavero ", + "kol_full_name": "Noelia Tarazona Llavero " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pseudoprogression | Radionecrosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454389", + "session_name": "Radionecrosis and pseudoprogression", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Norbert Galldiks", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Koeln", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Radionecrosis and pseudoprogression", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pseudoprogression | Radionecrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Norbert Galldiks ", + "kol_full_name": "Norbert Galldiks " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Spiritual Interventions", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454502", + "session_name": "An Updated Evidence on the Effects of Spiritual Interventions in Cancer: A Systematic Review with Meta-analysis", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Nur Izgu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "An Updated Evidence on the Effects of Spiritual Interventions in Cancer: A Systematic Review with Meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Spiritual Interventions", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nur Izgu ", + "kol_full_name": "Nur Izgu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cell- And Tissue-Based Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454594", + "session_name": "Non-cellular therapies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Olivier A. Michielin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Non-cellular therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cell- And Tissue-Based Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Olivier A. Michielin ", + "kol_full_name": "Olivier A. Michielin " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pancreatic Neoplasms | Somatic Mutation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454413", + "session_name": "The somatic mutation landscape of the normal and malignant pancreas", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Pantelis A. Nicola", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The somatic mutation landscape of the normal and malignant pancreas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pancreatic Neoplasms | Somatic Mutation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pantelis A. Nicola ", + "kol_full_name": "Pantelis A. Nicola " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Spartalizumab | Cutaneous Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454548", + "session_name": "Phase 1 study of WNT974 in combination with spartalizumab in patients with cutaneous melanoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Paolo A. Ascierto", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase 1 study of WNT974 in combination with spartalizumab in patients with cutaneous melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Spartalizumab | Cutaneous Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paolo A. Ascierto ", + "kol_full_name": "Paolo A. Ascierto " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Multiple Myeloma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454369", + "session_name": "Myeloma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Paula Rodriguez-Otero", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Myeloma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paula Rodriguez-Otero ", + "kol_full_name": "Paula Rodriguez-Otero " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Precision Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454843", + "session_name": "Integrating precision medicine / ESCAT in your choice of treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Pawel Sobczuk", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Integrating precision medicine / ESCAT in your choice of treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pawel Sobczuk ", + "kol_full_name": "Pawel Sobczuk " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454527", + "session_name": "The European Cancer Patient Digital Centre", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Penilla Gunther", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The European Cancer Patient Digital Centre", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Penilla Gunther ", + "kol_full_name": "Penilla Gunther " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nivolumab | Neoadjuvant Therapy | Colonic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454621", + "session_name": "Neoadjuvant nivolumab (nivo) plus relatlimab (rela) in MMR-deficient colon cancer: Results of the NICHE-3 study.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Peter G. De Gooyer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Neoadjuvant nivolumab (nivo) plus relatlimab (rela) in MMR-deficient colon cancer: Results of the NICHE-3 study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nivolumab | Neoadjuvant Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Colonic Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Peter G. De Gooyer ", + "kol_full_name": "Peter G. De Gooyer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms | Receptors, Estrogen", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454870", + "session_name": "Incorporating novel treatment insights for ER+ early BC patients", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Petra Tesarova", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Incorporating novel treatment insights for ER+ early BC patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Receptors, Estrogen", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petra Tesarova ", + "kol_full_name": "Petra Tesarova " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms | Aromatase Inhibitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454541", + "session_name": "Development and validation of a predictive model of aromatase inhibitor musculoskeletal toxicity (AIMT) among patients (pts) with early breast cancer (EBC).", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Pietro Lapidari", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Development and validation of a predictive model of aromatase inhibitor musculoskeletal toxicity (AIMT) among patients (pts) with early breast cancer (EBC).", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Aromatase Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pietro Lapidari ", + "kol_full_name": "Pietro Lapidari " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Axitinib | Avelumab | Cell Division | Gastrointestinal Stromal Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454261", + "session_name": "Axitinib plus avelumab in patients with unresectable/metastatic gastrointestinal stromal tumor (GIST) after failure of standard therapy: single-arm phase II study (AXAGIST)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Piotr Rutkowski", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Axitinib plus avelumab in patients with unresectable/metastatic gastrointestinal stromal tumor (GIST) after failure of standard therapy: single-arm phase II study (AXAGIST)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Axitinib | Avelumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cell Division | Gastrointestinal Stromal Tumors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Piotr Rutkowski ", + "kol_full_name": "Piotr Rutkowski " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Leukemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454644", + "session_name": "Parents’ lived experience of children with leukemia", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Qasem Alnasser", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Saudi Arabia", + "Region": "Ar Riyad", + "City": "Riyadh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Parents’ lived experience of children with leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qasem Alnasser ", + "kol_full_name": "Qasem Alnasser " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Osteosarcoma | Antiangiogenics | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454262", + "session_name": "The Final Results of Pulmonary Resectable Metastases of Osteosarcoma With Antiangiogenic and CHemotherapy (PROACH): An open-label, single-arm phase 2 clinical trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Qiyuan Bao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The Final Results of Pulmonary Resectable Metastases of Osteosarcoma With Antiangiogenic and CHemotherapy (PROACH): An open-label", + "rest_events_session_count": 1, + "rest_events_session": " single-arm phase 2 clinical trial", + "events_topic": "Osteosarcoma | Antiangiogenics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qiyuan Bao ", + "kol_full_name": "Qiyuan Bao " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Patient-Centered Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454513", + "session_name": "Difference between patient-centred and person-centred care: Patient advocate perspective", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Rachel Giles", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Vlaardingen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Difference between patient-centred and person-centred care: Patient advocate perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient-Centered Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rachel Giles ", + "kol_full_name": "Rachel Giles " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Esophageal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454871", + "session_name": "Management of oligometastatic gastroesophageal cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Radka L. Obermannova", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Czech Republic", + "Region": "Jihomoravsky Kraj", + "City": "Brno", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Management of oligometastatic gastroesophageal cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Esophageal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Radka L. Obermannova ", + "kol_full_name": "Radka L. Obermannova " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454368", + "session_name": "Biomarkers in daily practice", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Radu A. Vidra", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Romania", + "Region": "Cluj", + "City": "Cluj-Napoca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Biomarkers in daily practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Radu A. Vidra ", + "kol_full_name": "Radu A. Vidra " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Toxicity | Cancer Treatment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454226", + "session_name": "Time toxicity of cancer treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Raffaele Giusti", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Time toxicity of cancer treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Toxicity | Cancer Treatment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raffaele Giusti ", + "kol_full_name": "Raffaele Giusti " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454320", + "session_name": "Social disparities in the survival of women with breast cancer in Brazil", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Raphael Manhaes Pessanha", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Pais Vasco", + "City": "Vitoria", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Social disparities in the survival of women with breast cancer in Brazil", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raphael Manhaes Pessanha ", + "kol_full_name": "Raphael Manhaes Pessanha " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Hematologic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454655", + "session_name": "Use of digital symptom reporting in haematological patients", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Raul Cordoba Mascunano", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Use of digital symptom reporting in haematological patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raul Cordoba Mascunano ", + "kol_full_name": "Raul Cordoba Mascunano " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Personalized Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454829", + "session_name": "ESMO-SIOG: Working together in the era of personalized care for older adults with cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ravindran Kanesvaran", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ESMO-SIOG: Working together in the era of personalized care for older adults with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Personalized Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ravindran Kanesvaran ", + "kol_full_name": "Ravindran Kanesvaran " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cell-Free Nucleic Acids", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454416", + "session_name": "Cancer treatment monitoring using cell-free DNA fragmentomes", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Remond Fijneman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Cancer treatment monitoring using cell-free DNA fragmentomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cell-Free Nucleic Acids", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Remond Fijneman ", + "kol_full_name": "Remond Fijneman " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Qualitative Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454328", + "session_name": "Staying or Leaving the Pediatric Oncology Clinic: Nurses' Challenges in Care and Voices of Struggle: A Qualitative Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Remziye Semerci", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Staying or Leaving the Pediatric Oncology Clinic: Nurses' Challenges in Care and Voices of Struggle: A Qualitative Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Qualitative Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Remziye Semerci ", + "kol_full_name": "Remziye Semerci " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Liver Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454734", + "session_name": "Patients with liver metastases", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "René Adam", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Patients with liver metastases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liver Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
René Adam ", + "kol_full_name": "René Adam " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tryptophan Depletion | Neoantigens", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454275", + "session_name": "Neoantigens derived from tryptophan depletion", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Reuven Agami", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Neoantigens derived from tryptophan depletion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tryptophan Depletion | Neoantigens", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Reuven Agami ", + "kol_full_name": "Reuven Agami " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454642", + "session_name": "Scoping review of the interventions for promoting dyadic adjustment in adult cancer patients and their partners", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Reyyan Gürel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Scoping review of the interventions for promoting dyadic adjustment in adult cancer patients and their partners", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Reyyan Gürel ", + "kol_full_name": "Reyyan Gürel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Bone Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454733", + "session_name": "Patients with bone metastases", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Robbe Van Den Begin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Arendonk", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Patients with bone metastases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bone Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robbe Van Den Begin ", + "kol_full_name": "Robbe Van Den Begin " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454230", + "session_name": "Prevention", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Robert Benamouzig", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Boulogne-Billancourt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robert Benamouzig ", + "kol_full_name": "Robert Benamouzig " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454349", + "session_name": "How to utilise open data sources to start research projects?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Rodrigo Dienstmann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "How to utilise open data sources to start research projects?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rodrigo Dienstmann ", + "kol_full_name": "Rodrigo Dienstmann " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454342", + "session_name": "Innovations in cancer screening: Emerging technologies and their clinical impact", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Roxana Albu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Innovations in cancer screening: Emerging technologies and their clinical impact", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roxana Albu ", + "kol_full_name": "Roxana Albu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Biomarkers | Artificial Intelligence | Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454550", + "session_name": "Novel AI-enabled strategies in biomarker-informed clinical trials", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Rudolf S. Fehrmann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Novel AI-enabled strategies in biomarker-informed clinical trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Clinical Trial", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rudolf S. Fehrmann ", + "kol_full_name": "Rudolf S. Fehrmann " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "CLDN18 Protein, Human | Immunoconjugates | Esophagogastric Junction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454583", + "session_name": "CLDN18.2 targeted antibody-drug conjugate (ADC), SHR-A1904, in patients (pts) with gastric/gastroesophageal junction cancer (GC/GEJC): a phase 1 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Rui-Hua Xu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "CLDN18.2 targeted antibody-drug conjugate (ADC)", + "rest_events_session_count": 2, + "rest_events_session": " SHR-A1904, in patients (pts) with gastric/gastroesophageal junction cancer (GC/GEJC): a phase 1 study", + "events_topic": "CLDN18 Protein, Human | Immunoconjugates ", + "rest_events_topic_count": 1, + "rest_events_topic": " Esophagogastric Junction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rui-Hua Xu ", + "kol_full_name": "Rui-Hua Xu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Solid Tumors | Cetuximab | Pembrolizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454290", + "session_name": "Final results from Phase 1, first-in-human, dose escalation study of a first-in-class anti-ILT2 antibody, SAR444881, alone and with pembrolizumab or cetuximab, in patients with advanced solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ruth Perets", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Final results from Phase 1", + "rest_events_session_count": 5, + "rest_events_session": " first-in-human, dose escalation study of a first-in-class anti-ILT2 antibody, SAR444881, alone and with pembrolizumab or cetuximab, in patients with advanced solid tumors", + "events_topic": "Solid Tumors | Cetuximab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pembrolizumab", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruth Perets ", + "kol_full_name": "Ruth Perets " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Pembrolizumab | Sotigalimab | Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454709", + "session_name": "Clinical and biomarker analyses of intratumoral CD40 agonist sotigalimab in combination with pembrolizumab in metastatic melanoma: a phase 1/2 trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Salah-Eddine Bentebibel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Clinical and biomarker analyses of intratumoral CD40 agonist sotigalimab in combination with pembrolizumab in metastatic melanoma: a phase 1/2 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Sotigalimab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Melanoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Salah-Eddine Bentebibel ", + "kol_full_name": "Salah-Eddine Bentebibel " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Sotorasib | KRAS Protein, Human | Panitumumab | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454623", + "session_name": "Sotorasib (soto), panitumumab (pani) and FOLFIRI in the first-line (1L) setting for KRAS G12C–mutated metastatic colorectal cancer (mCRC): Safety and efficacy analysis from the phase 1b CodeBreaK 101 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Salvatore Siena", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Sotorasib (soto)", + "rest_events_session_count": 1, + "rest_events_session": " panitumumab (pani) and FOLFIRI in the first-line (1L) setting for KRAS G12C–mutated metastatic colorectal cancer (mCRC): Safety and efficacy analysis from the phase 1b CodeBreaK 101 study", + "events_topic": "Sotorasib | KRAS Protein, Human ", + "rest_events_topic_count": 2, + "rest_events_topic": " Panitumumab | Colorectal Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Salvatore Siena ", + "kol_full_name": "Salvatore Siena " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454881", + "session_name": "Breast cancer, metastatic", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sandra Ximena Franco Millan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Colombia", + "Region": "Distrito Capital", + "City": "Bogota", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Breast cancer", + "rest_events_session_count": 1, + "rest_events_session": " metastatic", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sandra Ximena Franco Millan ", + "kol_full_name": "Sandra Ximena Franco Millan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Testicular Germ Cell Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454509", + "session_name": "From Surviving Cancer to Getting on With Life: Adult Testicular Germ Cell Tumor Survivors’ Perspectives on Transition From Follow-Up Care to Long-Term Survivorship", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sandrien Van Geel-Weda", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "From Surviving Cancer to Getting on With Life: Adult Testicular Germ Cell Tumor Survivors’ Perspectives on Transition From Follow-Up Care to Long-Term Survivorship", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Testicular Germ Cell Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sandrien Van Geel-Weda ", + "kol_full_name": "Sandrien Van Geel-Weda " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Service, Hospital | Patient-Centered Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454335", + "session_name": "Optimizing the role of advanced practice nurses at the core of precision health: Achieving comprehensive, patient-centred cancer services", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sara Colomer-Lahiguera", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Optimizing the role of advanced practice nurses at the core of precision health: Achieving comprehensive", + "rest_events_session_count": 1, + "rest_events_session": " patient-centred cancer services", + "events_topic": "Oncology Service, Hospital | Patient-Centered Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sara Colomer-Lahiguera ", + "kol_full_name": "Sara Colomer-Lahiguera " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Endocrine Gland Neoplasms | Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454873", + "session_name": "NETs and endocrine tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sara De Dosso", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Ticino", + "City": "Bellinzona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NETs and endocrine tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocrine Gland Neoplasms | Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sara De Dosso ", + "kol_full_name": "Sara De Dosso " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Rehabilitation | Radiotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454661", + "session_name": "Rehabilitation in radiotherapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sara Faithfull", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Rehabilitation in radiotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rehabilitation | Radiotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sara Faithfull ", + "kol_full_name": "Sara Faithfull " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Medicine Platform", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454355", + "session_name": "WHO Novel Medicine Platform", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sarah Garner", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "WHO Novel Medicine Platform", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medicine Platform", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarah Garner ", + "kol_full_name": "Sarah Garner " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Self Care | Prostatic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454511", + "session_name": "Health literacy and self-management behaviours among prostate cancer survivors: A systematic review", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sarah Sheehan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Health literacy and self-management behaviours among prostate cancer survivors: A systematic review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Self Care | Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarah Sheehan ", + "kol_full_name": "Sarah Sheehan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454519", + "session_name": "Are adaptive trial design and platform studies widely applicable? Tips from statistician", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Saskia Litiere", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Are adaptive trial design and platform studies widely applicable? Tips from statistician", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Saskia Litiere ", + "kol_full_name": "Saskia Litiere " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Gastrointestinal Stromal Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454412", + "session_name": "Landmark trials in GIST", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sebastian Bauer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Landmark trials in GIST", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Stromal Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sebastian Bauer ", + "kol_full_name": "Sebastian Bauer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neuroendocrine Tumors | Ramucirumab | Dacarbazine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454251", + "session_name": "Ramucirumab in combination with dacarbazine in patients with progressive well-differentiated metastatic pancreatic neuroendocrine tumors (RamuNET): An AIO phase II multicenter single-arm study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sebastian Krug", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Ramucirumab in combination with dacarbazine in patients with progressive well-differentiated metastatic pancreatic neuroendocrine tumors (RamuNET): An AIO phase II multicenter single-arm study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroendocrine Tumors | Ramucirumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Dacarbazine", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sebastian Krug ", + "kol_full_name": "Sebastian Krug " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454680", + "session_name": "Neural influences on immunotherapies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sebastien Talbot", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Kingston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Neural influences on immunotherapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sebastien Talbot ", + "kol_full_name": "Sebastien Talbot " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454854", + "session_name": "Building up resilience in cancer nursing: Strategies and skills", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Selma Islamcevic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Building up resilience in cancer nursing: Strategies and skills", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Selma Islamcevic ", + "kol_full_name": "Selma Islamcevic " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Fluorodeoxyglucose F18 | Positron Emission Tomography Computed Tomography | Lymphoma, Large B-Cell, Diffuse | Immunotherapy, Adoptive | Receptors, Chimeric Antigen", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454244", + "session_name": "Value of early post-treatment FDG PET/CT in diffuse large B-cell lymphoma patients receiving chimeric antigen receptor T-cell therapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Seyed Ali Mirshahvalad", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Value of early post-treatment FDG PET/CT in diffuse large B-cell lymphoma patients receiving chimeric antigen receptor T-cell therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fluorodeoxyglucose F18 | Positron Emission Tomography Computed Tomography ", + "rest_events_topic_count": 3, + "rest_events_topic": " Lymphoma, Large B-Cell, Diffuse | Immunotherapy, Adoptive | Receptors, Chimeric Antigen", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Seyed Ali Mirshahvalad ", + "kol_full_name": "Seyed Ali Mirshahvalad " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454867", + "session_name": "Supportive and palliative care", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Shani Paluch-Shimon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Supportive and palliative care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shani Paluch-Shimon ", + "kol_full_name": "Shani Paluch-Shimon " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Health Personnel", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454338", + "session_name": "Talking about sex after cancer: Adapting, testing and evaluating an eLearning resource to enhance healthcare professional provision of sexual support for patients with cancer and their partners", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sharon L. Bingham", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "Northern Ireland", + "City": "Belfast", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Talking about sex after cancer: Adapting", + "rest_events_session_count": 1, + "rest_events_session": " testing and evaluating an eLearning resource to enhance healthcare professional provision of sexual support for patients with cancer and their partners", + "events_topic": "Health Personnel", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sharon L. Bingham ", + "kol_full_name": "Sharon L. Bingham " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Randomized Controlled Trials As Topic | Smoking Cessation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454656", + "session_name": "Efficacy of Digital Health Intervention in Smoking Cessation: A Systematic Review and Network Meta-analysis of Randomized Controlled Trials", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Shen Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Efficacy of Digital Health Intervention in Smoking Cessation: A Systematic Review and Network Meta-analysis of Randomized Controlled Trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Randomized Controlled Trials As Topic | Smoking Cessation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shen Li ", + "kol_full_name": "Shen Li " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Paclitaxel | Carcinoma, Non-Small-Cell Lung | Chemoradiotherapy | Carboplatin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454758", + "session_name": "A phase III study comparing weekly carboplatin plus nab-paclitaxel and daily low-dose carboplatin for concurrent chemoradiotherapy in elderly patients (≥75 years) with unresectable locally advanced NSCLC: JCOG1914", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Shota Omori", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Japan", + "Region": "Oita", + "City": "Oita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A phase III study comparing weekly carboplatin plus nab-paclitaxel and daily low-dose carboplatin for concurrent chemoradiotherapy in elderly patients (≥75 years) with unresectable locally advanced NSCLC: JCOG1914", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paclitaxel | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chemoradiotherapy | Carboplatin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shota Omori ", + "kol_full_name": "Shota Omori " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nasopharyngeal Carcinoma | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454711", + "session_name": "Longitudinal probing of combinatorial immunotherapy (anti-VEGF/anti-PD1) response in advanced nasopharyngeal carcinoma, at single cell resolution", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Shu-Mei Chia", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Longitudinal probing of combinatorial immunotherapy (anti-VEGF/anti-PD1) response in advanced nasopharyngeal carcinoma", + "rest_events_session_count": 1, + "rest_events_session": " at single cell resolution", + "events_topic": "Nasopharyngeal Carcinoma | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shu-Mei Chia ", + "kol_full_name": "Shu-Mei Chia " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Osimertinib | ErbB Receptors | Carcinoma, Non-Small-Cell Lung | Chemoradiotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454753", + "session_name": "Osimertinib (osi) after definitive chemoradiotherapy (CRT) in unresectable (UR) stg III EGFRm NSCLC: Analyses of CNS and distant progression from the Phase 3 LAURA study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Shun Lu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Osimertinib (osi) after definitive chemoradiotherapy (CRT) in unresectable (UR) stg III EGFRm NSCLC: Analyses of CNS and distant progression from the Phase 3 LAURA study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Osimertinib | ErbB Receptors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung | Chemoradiotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shun Lu ", + "kol_full_name": "Shun Lu " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Fulvestrant | Triple Negative Breast Neoplasms | Endocrine Therapy | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454777", + "session_name": "Tibremciclib (BPI-16350) plus fulvestrant in patients with HR+/HER2- advanced breast cancer after progressing on endocrine therapy: A randomized, multicenter, double-blind, phase III study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Shusen Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Tibremciclib (BPI-16350) plus fulvestrant in patients with HR+/HER2- advanced breast cancer after progressing on endocrine therapy: A randomized", + "rest_events_session_count": 3, + "rest_events_session": " multicenter, double-blind, phase III study", + "events_topic": "Fulvestrant | Triple Negative Breast Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Endocrine Therapy | Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shusen Wang ", + "kol_full_name": "Shusen Wang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Osteosarcoma | Sarcoma, Synovial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454411", + "session_name": "Landmark trials in bone and joint sarcomas", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Silvia Stacchiotti", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Landmark trials in bone and joint sarcomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Osteosarcoma | Sarcoma, Synovial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Silvia Stacchiotti ", + "kol_full_name": "Silvia Stacchiotti " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Genital Neoplasms, Female | Endometrial Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454804", + "session_name": "Improving the experience of care for women with gynaecological cancers: Lessons from cervical and endometrial cancer policy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Silvija Piskorjanac", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Croatia", + "Region": "Osjecko-Baranjska", + "City": "Osijek", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Improving the experience of care for women with gynaecological cancers: Lessons from cervical and endometrial cancer policy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genital Neoplasms, Female | Endometrial Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Silvija Piskorjanac ", + "kol_full_name": "Silvija Piskorjanac " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454726", + "session_name": "Ectopic cushing and neuroendocrine neoplasms", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Simona Glasberg", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Ectopic cushing and neuroendocrine neoplasms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Simona Glasberg ", + "kol_full_name": "Simona Glasberg " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cancer Survivors | Randomized Controlled Trials As Topic | Fatigue", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454662", + "session_name": "The Effect of an Empowerment Program on Ruminative Thoughts, Fatigue and Psychological Resilience of Cancer Survivors: A randomized controlled trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sinem Öcalan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The Effect of an Empowerment Program on Ruminative Thoughts", + "rest_events_session_count": 1, + "rest_events_session": " Fatigue and Psychological Resilience of Cancer Survivors: A randomized controlled trial", + "events_topic": "Cancer Survivors | Randomized Controlled Trials As Topic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Fatigue", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sinem Öcalan ", + "kol_full_name": "Sinem Öcalan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454773", + "session_name": "Locoregional hypo vs normofractionated RT in early breast cancer: 5 years results of the HypoG-01 phase 3 UNICANCER trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sofia Rivera", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Locoregional hypo vs normofractionated RT in early breast cancer: 5 years results of the HypoG-01 phase 3 UNICANCER trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sofia Rivera ", + "kol_full_name": "Sofia Rivera " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "CTLA-4 Antigen | Programmed Cell Death 1 Receptor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454582", + "session_name": "Moving on from PD-1-CTLA-4 blockade", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sophia Yien Ning Wong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Moving on from PD-1-CTLA-4 blockade", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "CTLA-4 Antigen | Programmed Cell Death 1 Receptor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sophia Yien Ning Wong ", + "kol_full_name": "Sophia Yien Ning Wong " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Endocrine Gland Neoplasms | Neuroendocrine Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454798", + "session_name": "NETs and endocrine tumours", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sophie Leboulleux", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "NETs and endocrine tumours", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocrine Gland Neoplasms | Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sophie Leboulleux ", + "kol_full_name": "Sophie Leboulleux " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oligometastases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454618", + "session_name": "The role of the surgeon in resecting oligometastases", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Stefan Mönig", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of the surgeon in resecting oligometastases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oligometastases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stefan Mönig ", + "kol_full_name": "Stefan Mönig " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Disease Progression", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454699", + "session_name": "What are the types of progression?", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Stephane Champiat", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "What are the types of progression?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease Progression", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephane Champiat ", + "kol_full_name": "Stephane Champiat " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Ovarian Function Tests | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454473", + "session_name": "Ovarian Function Suppression in HR-positive, HER2-positive Breast Cancer: An Exploratory Analysis from the HERA Trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sung Gwe Ahn", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Ovarian Function Suppression in HR-positive", + "rest_events_session_count": 1, + "rest_events_session": " HER2-positive Breast Cancer: An Exploratory Analysis from the HERA Trial", + "events_topic": "Ovarian Function Tests | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sung Gwe Ahn ", + "kol_full_name": "Sung Gwe Ahn " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radiotherapy | Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454752", + "session_name": "The role of radiotherapy in earlier stage NSCLC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Suresh Senan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The role of radiotherapy in earlier stage NSCLC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suresh Senan ", + "kol_full_name": "Suresh Senan " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radiotherapy | Meningioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454565", + "session_name": "Controversies in radiotherapy for meningioma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Susan Short", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Controversies in radiotherapy for meningioma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Meningioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susan Short ", + "kol_full_name": "Susan Short " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urinary Bladder Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454626", + "session_name": "Histology subtypes (variants) of bladder cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Syed A. Hussain", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Histology subtypes (variants) of bladder cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urinary Bladder Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Syed A. Hussain ", + "kol_full_name": "Syed A. Hussain " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Surgical Procedures, Operative", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454570", + "session_name": "Impact on surgery: Extremities and other sites", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Sylvie Bonvalot", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Impact on surgery: Extremities and other sites", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Procedures, Operative", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sylvie Bonvalot ", + "kol_full_name": "Sylvie Bonvalot " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Organ Preservation | Adenocarcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454432", + "session_name": "Organ preservation in early rectal adenocarcinoma: 5-year results of the randomized opera trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Syrine Ben Dhia", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Tunisia", + "Region": "Tunis", + "City": "Tunis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Organ preservation in early rectal adenocarcinoma: 5-year results of the randomized opera trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Organ Preservation | Adenocarcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Syrine Ben Dhia ", + "kol_full_name": "Syrine Ben Dhia " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Conflict, Psychological", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454654", + "session_name": "Nursing with limited resources during an ongoing conflict", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Tamer J. Jafar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Palestine", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Nursing with limited resources during an ongoing conflict", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Conflict, Psychological", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tamer J. Jafar ", + "kol_full_name": "Tamer J. Jafar " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454864", + "session_name": "GI tumours, upper digestive", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Tania C. Fleitas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "GI tumours", + "rest_events_session_count": 1, + "rest_events_session": " upper digestive", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tania C. Fleitas ", + "kol_full_name": "Tania C. Fleitas " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Systemic Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454747", + "session_name": "Systemic treatment options", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Teresa Alonso Gordoa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Systemic treatment options", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Systemic Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Teresa Alonso Gordoa ", + "kol_full_name": "Teresa Alonso Gordoa " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454417", + "session_name": "Challenges and novel avenues of imaging ILC", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Thiemo Van Nijnatten", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Challenges and novel avenues of imaging ILC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thiemo Van Nijnatten ", + "kol_full_name": "Thiemo Van Nijnatten " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Endometrial Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454341", + "session_name": "Improving the future of care for women with endometrial cancer – IHE report", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Thomas Hofmarcher", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Improving the future of care for women with endometrial cancer – IHE report", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endometrial Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thomas Hofmarcher ", + "kol_full_name": "Thomas Hofmarcher " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Adjuvant Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454759", + "session_name": "Update on adjuvant treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Tim Meyer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Update on adjuvant treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adjuvant Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tim Meyer ", + "kol_full_name": "Tim Meyer " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454444", + "session_name": "Artificial intelligence applications", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Tjalling Bosse", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Artificial intelligence applications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tjalling Bosse ", + "kol_full_name": "Tjalling Bosse " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Endometrial Neoplasms | Uterine Cervical Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454286", + "session_name": "ADCs in endometrial and cervical cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Toon Van Gorp", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "ADCs in endometrial and cervical cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endometrial Neoplasms | Uterine Cervical Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Toon Van Gorp ", + "kol_full_name": "Toon Van Gorp " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lung Neoplasms | Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454299", + "session_name": "The current state-of-the-art in lung cancer screening", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Torsten Blum", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The current state-of-the-art in lung cancer screening", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Torsten Blum ", + "kol_full_name": "Torsten Blum " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Esophageal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454825", + "session_name": "Management of oligometastatic gastroesophageal cancer", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Trevor Leong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Management of oligometastatic gastroesophageal cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Esophageal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Trevor Leong ", + "kol_full_name": "Trevor Leong " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454323", + "session_name": "'I thought I was probably going to die due to people's looking at me with pity’: A Phenomenological Qualitative Study on the Lived Cancer Stigma Experiences of Breast Cancer Patients", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Tugba Pehlivan Saribudak", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "'I thought I was probably going to die due to people's looking at me with pity’: A Phenomenological Qualitative Study on the Lived Cancer Stigma Experiences of Breast Cancer Patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tugba Pehlivan Saribudak ", + "kol_full_name": "Tugba Pehlivan Saribudak " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Virtual Reality", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454327", + "session_name": "The Effectiveness of Virtual Reality Use in Cancer Patients: A Systematic Review", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Tugce Ucgun", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The Effectiveness of Virtual Reality Use in Cancer Patients: A Systematic Review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Virtual Reality", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tugce Ucgun ", + "kol_full_name": "Tugce Ucgun " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Molecular Targeted Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454580", + "session_name": "AI guided combinations using targeted therapy", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Udai Banerji", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Sutton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "AI guided combinations using targeted therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Molecular Targeted Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Udai Banerji ", + "kol_full_name": "Udai Banerji " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lung Neoplasms | Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454859", + "session_name": "Lung cancer interception: New approaches to lung cancer screening and prevention", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ugo Pastorino", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Lung cancer interception: New approaches to lung cancer screening and prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ugo Pastorino ", + "kol_full_name": "Ugo Pastorino " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Placebos | PIK3CA Protein, Human | Colonic Neoplasms | Aspirin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454435", + "session_name": "Adjuvant Aspirin Treatment in PIK3CA Mutated Colon Cancer Patients – The Phase III, Prospective-Randomized Placebo-Controlled Multicenter SAKK 41/13 Trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ulrich Güller", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Bern", + "City": "Thun", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Adjuvant Aspirin Treatment in PIK3CA Mutated Colon Cancer Patients – The Phase III", + "rest_events_session_count": 1, + "rest_events_session": " Prospective-Randomized Placebo-Controlled Multicenter SAKK 41/13 Trial", + "events_topic": "Placebos | PIK3CA Protein, Human ", + "rest_events_topic_count": 2, + "rest_events_topic": " Colonic Neoplasms | Aspirin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ulrich Güller ", + "kol_full_name": "Ulrich Güller " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Urogenital Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454793", + "session_name": "Genitourinary tumours, prostate", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Ursula Vogl", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Switzerland", + "Region": "Ticino", + "City": "Bellinzona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Genitourinary tumours", + "rest_events_session_count": 1, + "rest_events_session": " prostate", + "events_topic": "Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ursula Vogl ", + "kol_full_name": "Ursula Vogl " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Nasopharyngeal Carcinoma | Pembrolizumab | Bevacizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454450", + "session_name": "Phase II open-label randomized study of pembrolizumab with or without bevacizumab in platinum-resistant recurrent/metastatic nasopharyngeal carcinoma (R/M NPC)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Wan Qin Chong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase II open-label randomized study of pembrolizumab with or without bevacizumab in platinum-resistant recurrent/metastatic nasopharyngeal carcinoma (R/M NPC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nasopharyngeal Carcinoma | Pembrolizumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Bevacizumab", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wan Qin Chong ", + "kol_full_name": "Wan Qin Chong " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Epigenomics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454449", + "session_name": "Targeting epigenetic pathways", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Wilbert Zwart", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Targeting epigenetic pathways", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epigenomics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wilbert Zwart ", + "kol_full_name": "Wilbert Zwart " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454571", + "session_name": "Impact on surgery: Other tumour locations", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Winan Van Houdt", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Impact on surgery: Other tumour locations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Winan Van Houdt ", + "kol_full_name": "Winan Van Houdt " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Rare Cancers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454816", + "session_name": "Rare cancers", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Winette T. Van Der Graaf", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Rare cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rare Cancers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Winette T. Van Der Graaf ", + "kol_full_name": "Winette T. Van Der Graaf " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radiologists", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454569", + "session_name": "The radiologist point of view", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Wolfgang G. Kunz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The radiologist point of view", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiologists", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wolfgang G. Kunz ", + "kol_full_name": "Wolfgang G. Kunz " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Ribociclib | Cyclin-Dependent Kinases | Drug Therapy | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454778", + "session_name": "Omission of chemotherapy and addition of the CDK4/6 inhibitor ribociclib in HER2-positive and hormone-receptor positive metastatic breast cancer– second interim efficacy analysis of the randomized Phase III DETECT V trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Wolfgang Janni", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Ulm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Omission of chemotherapy and addition of the CDK4/6 inhibitor ribociclib in HER2-positive and hormone-receptor positive metastatic breast cancer– second interim efficacy analysis of the randomized Phase III DETECT V trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ribociclib | Cyclin-Dependent Kinases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Drug Therapy | Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wolfgang Janni ", + "kol_full_name": "Wolfgang Janni " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Hematologic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454820", + "session_name": "Haematological malignancies", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Won Seog Kim", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Haematological malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Won Seog Kim ", + "kol_full_name": "Won Seog Kim " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Drug Therapy | Ivonescimab | Triple Negative Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454775", + "session_name": "The safety and efficacy of ivonescimab in combination with chemotherapy as first-line (1L) treatment for triple-negative breast cancer (TNBC)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Xiaojia Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Zhejiang", + "City": "Hangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The safety and efficacy of ivonescimab in combination with chemotherapy as first-line (1L) treatment for triple-negative breast cancer (TNBC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Ivonescimab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiaojia Wang ", + "kol_full_name": "Xiaojia Wang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunogenicity, Vaccine | MRNA Vaccines | Lymphoma, T-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454553", + "session_name": "An Exploratory Study to Assess the Safety, Immunogenicity, and Preliminary Anti-tumor Activity of the EBV mRNA vaccine (WGc-043 injection) in Patients with NK/T Cell Lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Xingchen Peng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "An Exploratory Study to Assess the Safety", + "rest_events_session_count": 2, + "rest_events_session": " Immunogenicity, and Preliminary Anti-tumor Activity of the EBV mRNA vaccine (WGc-043 injection) in Patients with NK/T Cell Lymphoma", + "events_topic": "Immunogenicity, Vaccine | MRNA Vaccines ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lymphoma, T-Cell", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xingchen Peng ", + "kol_full_name": "Xingchen Peng " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Radiotherapy | Lymphoma, Non-Hodgkin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454554", + "session_name": "Initial Results of the Multicenter Phase 2 Trial of a Novel Hypofractionated Low-dose Radiotherapy for Indolent non-Hodgkin Lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Xinyue Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Initial Results of the Multicenter Phase 2 Trial of a Novel Hypofractionated Low-dose Radiotherapy for Indolent non-Hodgkin Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Lymphoma, Non-Hodgkin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xinyue Wang ", + "kol_full_name": "Xinyue Wang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Chronic Pain | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454508", + "session_name": "Prevention and treatment of chronic pain in breast cancer survivors: A transmural perspective", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yael Slaghmuylder", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Prevention and treatment of chronic pain in breast cancer survivors: A transmural perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Pain | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yael Slaghmuylder ", + "kol_full_name": "Yael Slaghmuylder " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Avelumab | Solid Tumors | Regorafenib | Thyroid Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454247", + "session_name": "Regomune study : A phase II study of regorafenib + avelumab in solid tumors. Results of the radioiodine-refractory differentiated thyroid cancer (RR-DTC)", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yann Godbert", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Aquitaine", + "City": "Bordeaux", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Regomune study : A phase II study of regorafenib + avelumab in solid tumors. Results of the radioiodine-refractory differentiated thyroid cancer (RR-DTC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Avelumab | Solid Tumors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Regorafenib | Thyroid Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yann Godbert ", + "kol_full_name": "Yann Godbert " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoadjuvant Therapy | Nivolumab | Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454755", + "session_name": "Neoadjuvant nivolumab monotherapy for high-risk clinical stage I non-small cell lung cancer: A phase 2 POTENTIAL study.", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yasuhiro Tsutani", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Neoadjuvant nivolumab monotherapy for high-risk clinical stage I non-small cell lung cancer: A phase 2 POTENTIAL study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoadjuvant Therapy | Nivolumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yasuhiro Tsutani ", + "kol_full_name": "Yasuhiro Tsutani " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncolytic Viruses | Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454736", + "session_name": "The updated report of phase I trial of VG2025, a non-attenuated HSV-1 oncolytic virus expressing IL-12 and IL-15/Rα payloads, in patients with advanced solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yinan Shen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Zhejiang", + "City": "Hangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "The updated report of phase I trial of VG2025", + "rest_events_session_count": 2, + "rest_events_session": " a non-attenuated HSV-1 oncolytic virus expressing IL-12 and IL-15/Rα payloads, in patients with advanced solid tumors", + "events_topic": "Oncolytic Viruses | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yinan Shen ", + "kol_full_name": "Yinan Shen " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Oncolytic Viruses | Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454735", + "session_name": "A phase 1, open-label, multicenter, dose escalation safety and tolerability study of oncolytic virus OVV-01 in advanced solid tumors", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yingqi Hua", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A phase 1", + "rest_events_session_count": 3, + "rest_events_session": " open-label, multicenter, dose escalation safety and tolerability study of oncolytic virus OVV-01 in advanced solid tumors", + "events_topic": "Oncolytic Viruses | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yingqi Hua ", + "kol_full_name": "Yingqi Hua " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lung Neoplasms | Pirfenidone | Idiopathic Pulmonary Fibrosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454757", + "session_name": "Phase III trial of perioperative pirfenidone therapy for lung cancer with idiopathic pulmonary fibrosis (IPF): NEJ034 study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yukinobu Goto", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Japan", + "Region": "Ibaraki", + "City": "Tsukuba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Phase III trial of perioperative pirfenidone therapy for lung cancer with idiopathic pulmonary fibrosis (IPF): NEJ034 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Pirfenidone ", + "rest_events_topic_count": 1, + "rest_events_topic": " Idiopathic Pulmonary Fibrosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yukinobu Goto ", + "kol_full_name": "Yukinobu Goto " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Glioblastoma | Injections, Spinal", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454256", + "session_name": "A phase I clinical trial of intrathecal injection of allogeneic CAR-γδT cells targeting B7H3 for the treatment of patients with recurrent glioblastoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yulun Huang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Jiangsu", + "City": "Suzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "A phase I clinical trial of intrathecal injection of allogeneic CAR-γδT cells targeting B7H3 for the treatment of patients with recurrent glioblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glioblastoma | Injections, Spinal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yulun Huang ", + "kol_full_name": "Yulun Huang " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Cetuximab | Avelumab | Radiotherapy | Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454454", + "session_name": "Avelumab-cetuximab-radiotherapy (RT) versus standards of care in patients with locally advanced squamous cell carcinoma of head and neck (LA-SCCHN): final analysis of randomized phase III GORTEC 2017-01 REACH trial", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yungan Tao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Avelumab-cetuximab-radiotherapy (RT) versus standards of care in patients with locally advanced squamous cell carcinoma of head and neck (LA-SCCHN): final analysis of randomized phase III GORTEC 2017-01 REACH trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cetuximab | Avelumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiotherapy | Squamous Cell Carcinoma Of Head And Neck", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yungan Tao ", + "kol_full_name": "Yungan Tao " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Tislelizumab | Programmed Cell Death 1 Receptor | Lymphoma | Hodgkin Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454551", + "session_name": "Efficacy and safety results from the phase 2 study of Timdarpacept in combination with tislelizumab, in prior anti-PD-1 failed classical Hodgkin lymphoma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yuqin Song", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Efficacy and safety results from the phase 2 study of Timdarpacept in combination with tislelizumab", + "rest_events_session_count": 1, + "rest_events_session": " in prior anti-PD-1 failed classical Hodgkin lymphoma", + "events_topic": "Tislelizumab | Programmed Cell Death 1 Receptor ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lymphoma | Hodgkin Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuqin Song ", + "kol_full_name": "Yuqin Song " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Socioeconomic Factors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454321", + "session_name": "Socioeconomic Status and Cancer: An Umbrella Review and Burden Estimation Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Yuxin He", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Socioeconomic Status and Cancer: An Umbrella Review and Burden Estimation Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Socioeconomic Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuxin He ", + "kol_full_name": "Yuxin He " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Lymphoma, T-Cell, Peripheral | Mitoxantrone | Liposomes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454552", + "session_name": "Combination of Mitoxantrone Hydrochloride Liposome with Chidamide in Patients with Relapsed or Refractory Peripheral T Cell Lymphoma: A phase l/II Study", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Zhiming Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Combination of Mitoxantrone Hydrochloride Liposome with Chidamide in Patients with Relapsed or Refractory Peripheral T Cell Lymphoma: A phase l/II Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, T-Cell, Peripheral | Mitoxantrone ", + "rest_events_topic_count": 1, + "rest_events_topic": " Liposomes", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zhiming Li ", + "kol_full_name": "Zhiming Li " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454505", + "session_name": "Safe administration of subcutaneous immunotherapy: Operating procedures for nurses", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Zoe O’Neil", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Coventry", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Safe administration of subcutaneous immunotherapy: Operating procedures for nurses", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zoe O’Neil ", + "kol_full_name": "Zoe O’Neil " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Neoplasms | Protein Degradation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454741", + "session_name": "Designing protein degraders for cancer treatment", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Zoran Rankovic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Sutton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Designing protein degraders for cancer treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Protein Degradation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zoran Rankovic ", + "kol_full_name": "Zoran Rankovic " + }, + { + "proj_kol_id": false, + "eid": "128202", + "event_topics": "Sacroma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5454779", + "session_name": "Sacroma", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "kol_id": "0", + "first_name": "Zsuzsanna Papai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "session_note": null, + "events_session": "Sacroma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sacroma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zsuzsanna Papai ", + "kol_full_name": "Zsuzsanna Papai " + } + ] + } +} \ No newline at end of file diff --git a/assets/ed129314.json b/assets/ed129314.json new file mode 100644 index 0000000..38ed578 --- /dev/null +++ b/assets/ed129314.json @@ -0,0 +1,4909 @@ +{ + "data": { + "eventsdetail": + [ + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Relapsed Large B-Cell Lymphoma", + "npi_num": "1083389290", + "hcp_pin_alias": "643358", + "session_name": "Sequencing Therapies In Relapsed/Refractory Large B-Cell Lymphoma To Optimize The Chance Of Cure", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "643358", + "first_name": "Gilles", + "middle_name": "A", + "last_name": "Salles", + "org_name": "Memorial Hospital For Cancer And Allied Diseases", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Sequencing Therapies In Relapsed/Refractory Large B-Cell Lymphoma To Optimize The Chance Of Cure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Relapsed Large B-Cell Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gilles A Salles", + "kol_full_name": "Gilles A Salles" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Bruton Type Agammaglobulinemia", + "npi_num": "1053632984", + "hcp_pin_alias": "641476", + "session_name": "Debate: Can Therapy With Btki Be Discontinued: Yes", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "641476", + "first_name": "Inhye", + "middle_name": "", + "last_name": "Ahn", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Debate: Can Therapy With Btki Be Discontinued: Yes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bruton Type Agammaglobulinemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Inhye Ahn", + "kol_full_name": "Inhye Ahn" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Primary Myelofibrosis", + "npi_num": "1982968764", + "hcp_pin_alias": "640446", + "session_name": "Expert Perspectives On The Real-World Management Of Patients With Pv And Mf", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "640446", + "first_name": "Pankit", + "middle_name": "Jaysukh", + "last_name": "Vachhani", + "org_name": "University of Alabama at Birmingham Heersink School of Medicine", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Expert Perspectives On The Real-World Management Of Patients With Pv And Mf", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Myelofibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pankit Jaysukh Vachhani", + "kol_full_name": "Pankit Jaysukh Vachhani" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Anemia, Sickle Cell | Cell- And Tissue-Based Therapy", + "npi_num": "1902466949", + "hcp_pin_alias": "640140", + "session_name": "Gene Therapy Should Be The Cell Therapy Of Choice For Sickle Cell Disease", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "640140", + "first_name": "Jaap-jan", + "middle_name": "", + "last_name": "Boelens", + "org_name": "Memorial Sloan-Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Gene Therapy Should Be The Cell Therapy Of Choice For Sickle Cell Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anemia, Sickle Cell | Cell- And Tissue-Based Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jaap-jan Boelens", + "kol_full_name": "Jaap-jan Boelens" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Stem Cell Transplantation | Immunotherapy, Adoptive", + "npi_num": "1861497570", + "hcp_pin_alias": "639983", + "session_name": "Survivorship Issues For Stem Cell Transplant And Car T", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "639983", + "first_name": "Minocher", + "middle_name": "Maneck", + "last_name": "Battiwalla", + "org_name": "Tristar Centennial Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Survivorship Issues For Stem Cell Transplant And Car T", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Stem Cell Transplantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy, Adoptive", + "kol_name": "Minocher Maneck Battiwalla", + "kol_full_name": "Minocher Maneck Battiwalla" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Burkitt Lymphoma", + "npi_num": "1649533860", + "hcp_pin_alias": "639118", + "session_name": "Managing Burkitt Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "639118", + "first_name": "Jennifer", + "middle_name": "Leigh", + "last_name": "Crombie", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Managing Burkitt Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Burkitt Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jennifer Leigh Crombie", + "kol_full_name": "Jennifer Leigh Crombie" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Myeloproliferative Disorders", + "npi_num": "1467870204", + "hcp_pin_alias": "638447", + "session_name": "Challenging Mpn Scenarios", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "638447", + "first_name": "Anand", + "middle_name": "A", + "last_name": "Patel", + "org_name": "University of Chicago Hospitals", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Challenging Mpn Scenarios", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloproliferative Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anand A Patel", + "kol_full_name": "Anand A Patel" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, T-Cell, Peripheral", + "npi_num": "1457408056", + "hcp_pin_alias": "638376", + "session_name": "A Clinically Relevant Overview Of The Current Ptcl Classification", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "638376", + "first_name": "Ahmet", + "middle_name": "", + "last_name": "Dogan", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "A Clinically Relevant Overview Of The Current Ptcl Classification", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, T-Cell, Peripheral", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ahmet Dogan", + "kol_full_name": "Ahmet Dogan" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Kotzot-Richter Syndrome", + "npi_num": "1417214974", + "hcp_pin_alias": "638214", + "session_name": "Novel Approaches To Richter Syndrome", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "638214", + "first_name": "Adam", + "middle_name": "S.", + "last_name": "Kittai", + "org_name": "Osu Internal Medicine Llc", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Novel Approaches To Richter Syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kotzot-Richter Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adam S. Kittai", + "kol_full_name": "Adam S. Kittai" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "1336468644", + "hcp_pin_alias": "637913", + "session_name": "Modern Genomic Assays In Aml", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "637913", + "first_name": "Keyur", + "middle_name": "Pravinchandra", + "last_name": "Patel", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Modern Genomic Assays In Aml", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Keyur Pravinchandra Patel", + "kol_full_name": "Keyur Pravinchandra Patel" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Clonal Hematopoiesis", + "npi_num": "1215372263", + "hcp_pin_alias": "637435", + "session_name": "Progress In Chip/Ccus", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "637435", + "first_name": "Kelly", + "middle_name": "Leigh", + "last_name": "Bolton", + "org_name": "Washington University", + "Country": "United States", + "Region": "Missouri", + "City": "Saint Louis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Progress In Chip/Ccus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clonal Hematopoiesis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kelly Leigh Bolton", + "kol_full_name": "Kelly Leigh Bolton" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "npi_num": "1164818639", + "hcp_pin_alias": "637236", + "session_name": "CAR T-Cell Therapy – Earlier Lines of Therapy, Real-world Patient Population, and Increased Outpatient Administration", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "637236", + "first_name": "Azra", + "middle_name": "", + "last_name": "Borogovac", + "org_name": "City of Hope National Medical Center", + "Country": "United States", + "Region": "California", + "City": "Newport Beach", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "CAR T-Cell Therapy – Earlier Lines of Therapy", + "rest_events_session_count": 2, + "rest_events_session": " Real-world Patient Population, and Increased Outpatient Administration", + "events_topic": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Azra Borogovac", + "kol_full_name": "Azra Borogovac" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Neoplasm, Residual | Leukemia, Myeloid, Acute", + "npi_num": "1124222468", + "hcp_pin_alias": "632949", + "session_name": "Mrd As A Surrogate Endpoint For Aml Therapy", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "632949", + "first_name": "Christopher", + "middle_name": "Simon", + "last_name": "Hourigan", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Mrd As A Surrogate Endpoint For Aml Therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasm, Residual | Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christopher Simon Hourigan", + "kol_full_name": "Christopher Simon Hourigan" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Graft Vs Host Disease", + "npi_num": "1982994786", + "hcp_pin_alias": "632046", + "session_name": "New Treatment Options For Chronic Gvhd", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "632046", + "first_name": "Steven", + "middle_name": "Z", + "last_name": "Pavletic", + "org_name": "National Cancer Institute", + "Country": "United States", + "Region": "Maryland", + "City": "Bethesda", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "New Treatment Options For Chronic Gvhd", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Graft Vs Host Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Steven Z Pavletic", + "kol_full_name": "Steven Z Pavletic" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Memory T Cells | Multiple Myeloma | Immunotherapy, Adoptive | Tomography, X-Ray Computed", + "npi_num": "1972868644", + "hcp_pin_alias": "631652", + "session_name": "Real World Data For Myeloma Car T,Ct - Real World Data Immune Effector Cells", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "631652", + "first_name": "Surbhi", + "middle_name": "", + "last_name": "Sidana", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Real World Data For Myeloma Car T", + "rest_events_session_count": 1, + "rest_events_session": "Ct - Real World Data Immune Effector Cells", + "events_topic": "Receptors, Chimeric Antigen | Memory T Cells ", + "rest_events_topic_count": 3, + "rest_events_topic": " Multiple Myeloma | Immunotherapy, Adoptive | Tomography, X-Ray Computed", + "kol_name": "Surbhi Sidana", + "kol_full_name": "Surbhi Sidana" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Epstein-Barr Virus Infections | Lymphoproliferative Disorders", + "npi_num": "1922324672", + "hcp_pin_alias": "629838", + "session_name": "Epstein-Barr Virus-Positive Post-Transplant Lymphoproliferative Disorders: Addressing Unmet Needs With Emerging Therapies", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "629838", + "first_name": "Kris", + "middle_name": "Michael", + "last_name": "Mahadeo", + "org_name": "Duke Health Integrated Practice Inc", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Epstein-Barr Virus-Positive Post-Transplant Lymphoproliferative Disorders: Addressing Unmet Needs With Emerging Therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epstein-Barr Virus Infections | Lymphoproliferative Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kris Michael Mahadeo", + "kol_full_name": "Kris Michael Mahadeo" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Antibodies, Bispecific | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1801188172", + "hcp_pin_alias": "623141", + "session_name": "Unlocking The Potential For A Bispecific Antibody In 3L+ Dlbcl And 3L+ Fl", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "623141", + "first_name": "Edward", + "middle_name": "James", + "last_name": "Pearson", + "org_name": "Texas Oncology PA", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Unlocking The Potential For A Bispecific Antibody In 3L+ Dlbcl And 3L+ Fl", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antibodies, Bispecific | Lymphoma, Large B-Cell, Diffuse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Edward James Pearson", + "kol_full_name": "Edward James Pearson" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Epstein-Barr Virus Infections | Lymphoproliferative Disorders", + "npi_num": "1770599755", + "hcp_pin_alias": "622122", + "session_name": "Epstein-Barr Virus-Positive Post-Transplant Lymphoproliferative Disorders: Addressing Unmet Needs With Emerging Therapies", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "622122", + "first_name": "Robert", + "middle_name": "A.", + "last_name": "Baiocchi", + "org_name": "The Ohio State University Wexner Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Epstein-Barr Virus-Positive Post-Transplant Lymphoproliferative Disorders: Addressing Unmet Needs With Emerging Therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epstein-Barr Virus Infections | Lymphoproliferative Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robert A. Baiocchi", + "kol_full_name": "Robert A. Baiocchi" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Anemia, Sickle Cell | Cell- And Tissue-Based Therapy", + "npi_num": "1730295742", + "hcp_pin_alias": "620721", + "session_name": "Haploidentical Transplant Should Be The Cell Therapy Choice For Sickle Cell Disease,Cellular Therapy", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "620721", + "first_name": "Adetola", + "middle_name": "A", + "last_name": "Kassim", + "org_name": "University of Pittsburgh Medical Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Haploidentical Transplant Should Be The Cell Therapy Choice For Sickle Cell Disease", + "rest_events_session_count": 1, + "rest_events_session": "Cellular Therapy", + "events_topic": "Anemia, Sickle Cell | Cell- And Tissue-Based Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adetola A Kassim", + "kol_full_name": "Adetola A Kassim" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Primary Myelofibrosis", + "npi_num": "1689861437", + "hcp_pin_alias": "598164", + "session_name": "Who, When, And How To Transplant Patients With Mf", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "598164", + "first_name": "Roni", + "middle_name": "", + "last_name": "Tamari", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Who", + "rest_events_session_count": 2, + "rest_events_session": " When, And How To Transplant Patients With Mf", + "events_topic": "Primary Myelofibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Roni Tamari", + "kol_full_name": "Roni Tamari" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Bruton Type Agammaglobulinemia", + "npi_num": "1659534246", + "hcp_pin_alias": "597039", + "session_name": "Debate: Can Therapy With Btki Be Discontinued: No", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "597039", + "first_name": "Kerry", + "middle_name": "Anne", + "last_name": "Rogers", + "org_name": "The Ohio State University College of Medicine", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Debate: Can Therapy With Btki Be Discontinued: No", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bruton Type Agammaglobulinemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kerry Anne Rogers", + "kol_full_name": "Kerry Anne Rogers" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Opiate Substitution Treatment | Multiple Myeloma", + "npi_num": "1649247339", + "hcp_pin_alias": "596519", + "session_name": "Maintenance Therapy – Is Or Will There Be A Winner? Which Agent(S) And For How Long,Mm", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "596519", + "first_name": "Natalie", + "middle_name": "S", + "last_name": "Callander", + "org_name": "University of Wisconsin Hospital & Clinics", + "Country": "United States", + "Region": "Wisconsin", + "City": "Madison", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Maintenance Therapy – Is Or Will There Be A Winner? Which Agent(S) And For How Long", + "rest_events_session_count": 1, + "rest_events_session": "Mm", + "events_topic": "Opiate Substitution Treatment | Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Natalie S Callander", + "kol_full_name": "Natalie S Callander" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Neoplasm, Residual | Lymphoma", + "npi_num": "1568800605", + "hcp_pin_alias": "593847", + "session_name": "Role Of Mrd In Lymphoma, Who, What, When, And How", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "593847", + "first_name": "Reid", + "middle_name": "Weyant", + "last_name": "Merryman", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Role Of Mrd In Lymphoma", + "rest_events_session_count": 4, + "rest_events_session": " Who, What, When, And How", + "events_topic": "Neoplasm, Residual | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Reid Weyant Merryman", + "kol_full_name": "Reid Weyant Merryman" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Anemia | Momelotinib | Primary Myelofibrosis", + "npi_num": "1518168442", + "hcp_pin_alias": "591674", + "session_name": "Addressing Patients Who Have Myelofibrosis With Anemia – An Interactive Discussion Of Ojjaara (Momelotinib)", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "591674", + "first_name": "John", + "middle_name": "Scott", + "last_name": "Renshaw", + "org_name": "Texas Oncology PA", + "Country": "United States", + "Region": "Texas", + "City": "San Antonio", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Addressing Patients Who Have Myelofibrosis With Anemia – An Interactive Discussion Of Ojjaara (Momelotinib)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anemia | Momelotinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Primary Myelofibrosis", + "kol_name": "John Scott Renshaw", + "kol_full_name": "John Scott Renshaw" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Pharmacology | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1407902661", + "hcp_pin_alias": "587785", + "session_name": "Pharmacodynamics In Pediatric All", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "587785", + "first_name": "Rachel", + "middle_name": "E", + "last_name": "Rau", + "org_name": "Texas Children's Hospital", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Pharmacodynamics In Pediatric All", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pharmacology | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rachel E Rau", + "kol_full_name": "Rachel E Rau" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Janus Kinase 2 | Myelodysplastic-Myeloproliferative Diseases | Myeloproliferative Disorders", + "npi_num": "1275914533", + "hcp_pin_alias": "583033", + "session_name": "When Is Jak2 Chip And When Is It A Clonal Disease?,Mpn", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "583033", + "first_name": "Lachelle", + "middle_name": "Dawn", + "last_name": "Weeks", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "When Is Jak2 Chip And When Is It A Clonal Disease?", + "rest_events_session_count": 1, + "rest_events_session": "Mpn", + "events_topic": "Janus Kinase 2 | Myelodysplastic-Myeloproliferative Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myeloproliferative Disorders", + "kol_name": "Lachelle Dawn Weeks", + "kol_full_name": "Lachelle Dawn Weeks" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Bruton Type Agammaglobulinemia | Lymphoma, Mantle-Cell", + "npi_num": "1255488201", + "hcp_pin_alias": "582164", + "session_name": "What Is The Role Of Btki In The Frontline Treatment Of Mantle Cell Lymphoma?,Mantle Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "582164", + "first_name": "Nina", + "middle_name": "Delaney", + "last_name": "Wagner Johnston", + "org_name": "Johns Hopkins Sidney Kimmel Comprehensive Cancer Center", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "What Is The Role Of Btki In The Frontline Treatment Of Mantle Cell Lymphoma?", + "rest_events_session_count": 1, + "rest_events_session": "Mantle Cell Lymphoma", + "events_topic": "Bruton Type Agammaglobulinemia | Lymphoma, Mantle-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nina Delaney Wagner Johnston", + "kol_full_name": "Nina Delaney Wagner Johnston" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Richter's Transformation | Immunotherapy, Adoptive", + "npi_num": "1245491257", + "hcp_pin_alias": "581879", + "session_name": "Cd19 Car T Therapy Should Be The Preferred Therapy For Richter'S Transformation", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "581879", + "first_name": "Nirav", + "middle_name": "N", + "last_name": "Shah", + "org_name": "Medical College of Wisconsin", + "Country": "United States", + "Region": "Wisconsin", + "City": "Milwaukee", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Cd19 Car T Therapy Should Be The Preferred Therapy For Richter'S Transformation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Richter's Transformation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy, Adoptive", + "kol_name": "Nirav N Shah", + "kol_full_name": "Nirav N Shah" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Primary Myelofibrosis | Janus Kinase 2", + "npi_num": "1154449114", + "hcp_pin_alias": "578429", + "session_name": "Expert Perspectives On The Real-World Management Of Patients With Pv And Mf,Optimizing Selection Of Available Jak Inhibitors In Mf", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "578429", + "first_name": "Prithviraj", + "middle_name": "", + "last_name": "Bose", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Expert Perspectives On The Real-World Management Of Patients With Pv And Mf", + "rest_events_session_count": 1, + "rest_events_session": "Optimizing Selection Of Available Jak Inhibitors In Mf", + "events_topic": "Primary Myelofibrosis | Janus Kinase 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Prithviraj Bose", + "kol_full_name": "Prithviraj Bose" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "npi_num": "1144267766", + "hcp_pin_alias": "577939", + "session_name": "CAR T-Cell Therapy – Earlier Lines of Therapy, Real-world Patient Population, and Increased Outpatient Administration", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "577939", + "first_name": "Larry", + "middle_name": "D", + "last_name": "Anderson", + "org_name": "UT Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Denton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "CAR T-Cell Therapy – Earlier Lines of Therapy", + "rest_events_session_count": 2, + "rest_events_session": " Real-world Patient Population, and Increased Outpatient Administration", + "events_topic": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Larry D Anderson", + "kol_full_name": "Larry D Anderson" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Hematologic Neoplasms", + "npi_num": "1104933605", + "hcp_pin_alias": "576665", + "session_name": "Myelodysplastic Neoplasms", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "576665", + "first_name": "Benjamin", + "middle_name": "Levine", + "last_name": "Ebert", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Myelodysplastic Neoplasms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Benjamin Levine Ebert", + "kol_full_name": "Benjamin Levine Ebert" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Myelodysplastic Syndromes", + "npi_num": "1063733343", + "hcp_pin_alias": "575261", + "session_name": "Investigational Studies In Mds", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "575261", + "first_name": "David", + "middle_name": "A", + "last_name": "Sallman", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Investigational Studies In Mds", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David A Sallman", + "kol_full_name": "David A Sallman" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Multiple Myeloma", + "npi_num": "1013991504", + "hcp_pin_alias": "573524", + "session_name": "Multiple Myeloma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "573524", + "first_name": "Noopur", + "middle_name": "S", + "last_name": "Raje", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Multiple Myeloma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Noopur S Raje", + "kol_full_name": "Noopur S Raje" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, Follicular | Lymphoma, B-Cell", + "npi_num": "1013199058", + "hcp_pin_alias": "572244", + "session_name": "Approach To Untreated Follicular Lymphoma, Where Are We Now And Future Directions,Indolent B-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "572244", + "first_name": "Brian", + "middle_name": "T", + "last_name": "Hill", + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Approach To Untreated Follicular Lymphoma", + "rest_events_session_count": 2, + "rest_events_session": " Where Are We Now And Future Directions,Indolent B-Cell Lymphoma", + "events_topic": "Lymphoma, Follicular | Lymphoma, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Brian T Hill", + "kol_full_name": "Brian T Hill" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Myelodysplastic Syndromes | Myeloproliferative Disorders", + "npi_num": "1003904889", + "hcp_pin_alias": "572058", + "session_name": "Mds/Mpn Overlap Syndromes", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "572058", + "first_name": "Eric", + "middle_name": "", + "last_name": "Padron", + "org_name": "Moffitt Cancer Center", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Mds/Mpn Overlap Syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myelodysplastic Syndromes | Myeloproliferative Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eric Padron", + "kol_full_name": "Eric Padron" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Anemia | United States Food And Drug Administration | Myelodysplastic Syndromes", + "npi_num": "1972586188", + "hcp_pin_alias": "571553", + "session_name": "An Fda Approved Treatment Option For Anemia In Lr-Mds", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "571553", + "first_name": "Solly", + "middle_name": "Silwan", + "last_name": "Chedid", + "org_name": "Singing River Gulfport", + "Country": "United States", + "Region": "Mississippi", + "City": "Gulfport", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "An Fda Approved Treatment Option For Anemia In Lr-Mds", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anemia | United States Food And Drug Administration ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myelodysplastic Syndromes", + "kol_name": "Solly Silwan Chedid", + "kol_full_name": "Solly Silwan Chedid" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "npi_num": "1962601526", + "hcp_pin_alias": "571497", + "session_name": "Debate: Car T Should Be Reserved For Late Relapse > 3 Lines", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "571497", + "first_name": "Saad", + "middle_name": "Zafar", + "last_name": "Usmani", + "org_name": "Memorial Hospital For Cancer And Allied Diseases", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Debate: Car T Should Be Reserved For Late Relapse > 3 Lines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Saad Zafar Usmani", + "kol_full_name": "Saad Zafar Usmani" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "1952539546", + "hcp_pin_alias": "571430", + "session_name": "Secondary Aml - Best Therapy", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "571430", + "first_name": "Pinkal", + "middle_name": "M", + "last_name": "Desai", + "org_name": "Weill Cornell Medicine", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Secondary Aml - Best Therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pinkal M Desai", + "kol_full_name": "Pinkal M Desai" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Therapeutics | Treatment-Free Remission", + "npi_num": "1881614873", + "hcp_pin_alias": "570744", + "session_name": "Stopping Therapy (Tfr) In The Real World – Which Patients, When And How To Monitor", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "570744", + "first_name": "Neil", + "middle_name": "Pravin", + "last_name": "Shah", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Stopping Therapy (Tfr) In The Real World – Which Patients", + "rest_events_session_count": 1, + "rest_events_session": " When And How To Monitor", + "events_topic": "Therapeutics | Treatment-Free Remission", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Neil Pravin Shah", + "kol_full_name": "Neil Pravin Shah" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Neoplasm, Residual | High-Throughput Nucleotide Sequencing | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1801076633", + "hcp_pin_alias": "570062", + "session_name": "All Use Of Ngs In Mrd", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "570062", + "first_name": "Aaron", + "middle_name": "C", + "last_name": "Logan", + "org_name": "UCSF Helen Diller Family Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "All Use Of Ngs In Mrd", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasm, Residual | High-Throughput Nucleotide Sequencing ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "Aaron C Logan", + "kol_full_name": "Aaron C Logan" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Therapeutics | Neoplasm, Residual", + "npi_num": "1801000260", + "hcp_pin_alias": "570049", + "session_name": "Frontline Therapy - Quads For Everyone? Te/Ti,Measuring Residual Disease – Mrd, Mass Fix, Etc", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "570049", + "first_name": "Ajay", + "middle_name": "K", + "last_name": "Nooka", + "org_name": "Emory University Hospital", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Frontline Therapy - Quads For Everyone? Te/Ti", + "rest_events_session_count": 3, + "rest_events_session": "Measuring Residual Disease – Mrd, Mass Fix, Etc", + "events_topic": "Therapeutics | Neoplasm, Residual", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ajay K Nooka", + "kol_full_name": "Ajay K Nooka" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "npi_num": "1609884188", + "hcp_pin_alias": "558992", + "session_name": "Chronic Myeloid Leukemia: Applying Clinical Evidence To Complex Cases", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "558992", + "first_name": "Michael", + "middle_name": "J", + "last_name": "Mauro", + "org_name": "Memorial Sloan Kettering Bergen", + "Country": "United States", + "Region": "New Jersey", + "City": "Montvale", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Chronic Myeloid Leukemia: Applying Clinical Evidence To Complex Cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael J Mauro", + "kol_full_name": "Michael J Mauro" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "1578507976", + "hcp_pin_alias": "558644", + "session_name": "Flt3 Mutated Aml Unanswered Questions", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "558644", + "first_name": "Mark", + "middle_name": "James", + "last_name": "Levis", + "org_name": "The Johns Hopkin's Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Flt3 Mutated Aml Unanswered Questions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mark James Levis", + "kol_full_name": "Mark James Levis" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Neoplasm, Residual | Genes, T-Cell Receptor | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1568792620", + "hcp_pin_alias": "558642", + "session_name": "Approach To Mrd In T Cell All", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "558642", + "first_name": "Shira", + "middle_name": "Naomi", + "last_name": "Dinner", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Approach To Mrd In T Cell All", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasm, Residual | Genes, T-Cell Receptor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "Shira Naomi Dinner", + "kol_full_name": "Shira Naomi Dinner" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Lymphoma, Large B-Cell, Diffuse | Immunotherapy, Adoptive", + "npi_num": "1518129121", + "hcp_pin_alias": "558149", + "session_name": "Car T-Cell Therapy After Car T-Cell Therapy For Dlbcl", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "558149", + "first_name": "Frederick", + "middle_name": "L", + "last_name": "Locke", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Car T-Cell Therapy After Car T-Cell Therapy For Dlbcl", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Lymphoma, Large B-Cell, Diffuse ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy, Adoptive", + "kol_name": "Frederick L Locke", + "kol_full_name": "Frederick L Locke" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Myelodysplastic Syndromes", + "npi_num": "1437211372", + "hcp_pin_alias": "557436", + "session_name": "A Novel Option In The Treatment Of Transfusion-Dependent Anemia In Lower-Risk Mds", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "557436", + "first_name": "Marin", + "middle_name": "Feldman", + "last_name": "Xavier", + "org_name": "Scripps Health, Prebys Cancer Center", + "Country": "United States", + "Region": "California", + "City": "San Diego", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "A Novel Option In The Treatment Of Transfusion-Dependent Anemia In Lower-Risk Mds", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marin Feldman Xavier", + "kol_full_name": "Marin Feldman Xavier" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1417286501", + "hcp_pin_alias": "557233", + "session_name": "All - Elderly All Approaches", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "557233", + "first_name": "Kristen", + "middle_name": "M", + "last_name": "O Dwyer", + "org_name": "University of Rochester Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "All - Elderly All Approaches", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kristen M O Dwyer", + "kol_full_name": "Kristen M O Dwyer" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, Mantle-Cell", + "npi_num": "1417042722", + "hcp_pin_alias": "557197", + "session_name": "Mantle Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "557197", + "first_name": "Luhua", + "middle_name": "M.", + "last_name": "Wang", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Mantle Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Mantle-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luhua M. Wang", + "kol_full_name": "Luhua M. Wang" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Primary Myelofibrosis", + "npi_num": "1407019722", + "hcp_pin_alias": "557096", + "session_name": "Expert Perspectives On The Real-World Management Of Patients With Pv And Mf", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "557096", + "first_name": "Raajit", + "middle_name": "K", + "last_name": "Rampal", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Expert Perspectives On The Real-World Management Of Patients With Pv And Mf", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Myelofibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raajit K Rampal", + "kol_full_name": "Raajit K Rampal" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Hodgkin Disease", + "npi_num": "1386965952", + "hcp_pin_alias": "557004", + "session_name": "Management Algorithm For Nodular Lymphocyte Predominant Hodgkin Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "557004", + "first_name": "Ryan", + "middle_name": "Christopher", + "last_name": "Lynch", + "org_name": "Washington University", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Management Algorithm For Nodular Lymphocyte Predominant Hodgkin Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hodgkin Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ryan Christopher Lynch", + "kol_full_name": "Ryan Christopher Lynch" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Megnin Inhibitors", + "npi_num": "1386625598", + "hcp_pin_alias": "556931", + "session_name": "Update On Megnin Inhibitors", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "556931", + "first_name": "Eunice", + "middle_name": "S", + "last_name": "Wang", + "org_name": "Roswell Park Cancer Institute", + "Country": "United States", + "Region": "New York", + "City": "Buffalo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Update On Megnin Inhibitors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Megnin Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eunice S Wang", + "kol_full_name": "Eunice S Wang" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Primary Myelofibrosis | Janus Kinase Inhibitors | Myeloproliferative Disorders", + "npi_num": "1376719104", + "hcp_pin_alias": "556908", + "session_name": "Myelofibrosis: Clinical Considerations And Patient Insights,Novel Combination And Non-Jak Inhibitor Therapies On The Horizon,Myeloproliferative Neoplasms", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "556908", + "first_name": "John", + "middle_name": "O", + "last_name": "Mascarenhas", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Myelofibrosis: Clinical Considerations And Patient Insights", + "rest_events_session_count": 2, + "rest_events_session": "Novel Combination And Non-Jak Inhibitor Therapies On The Horizon,Myeloproliferative Neoplasms", + "events_topic": "Primary Myelofibrosis | Janus Kinase Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myeloproliferative Disorders", + "kol_name": "John O Mascarenhas", + "kol_full_name": "John O Mascarenhas" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Neoplasms | Lymphoma, B-Cell", + "npi_num": "1356584080", + "hcp_pin_alias": "556752", + "session_name": "How To Implement The Administration Of Bispecifics Into Community Oncology Practice,Indolent B-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "556752", + "first_name": "Tara", + "middle_name": "M", + "last_name": "Graff", + "org_name": "Mercy Medical Center-Newton", + "Country": "United States", + "Region": "Iowa", + "City": "Newton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "How To Implement The Administration Of Bispecifics Into Community Oncology Practice", + "rest_events_session_count": 1, + "rest_events_session": "Indolent B-Cell Lymphoma", + "events_topic": "Neoplasms | Lymphoma, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tara M Graff", + "kol_full_name": "Tara M Graff" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, Mantle-Cell", + "npi_num": "1346484821", + "hcp_pin_alias": "556656", + "session_name": "Novel Investigational Agents For The Treatment Of Mcl,Mantle Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "556656", + "first_name": "Krish", + "middle_name": "", + "last_name": "Patel", + "org_name": "Swedish Medical Center, Washington", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Novel Investigational Agents For The Treatment Of Mcl", + "rest_events_session_count": 1, + "rest_events_session": "Mantle Cell Lymphoma", + "events_topic": "Lymphoma, Mantle-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Krish Patel", + "kol_full_name": "Krish Patel" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Immunotherapy | Lymphoma, T-Cell", + "npi_num": "1336384130", + "hcp_pin_alias": "556571", + "session_name": "The Promise Of Immunotherapies In T-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "556571", + "first_name": "Stefan", + "middle_name": "K", + "last_name": "Barta", + "org_name": "Hospital of the University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "The Promise Of Immunotherapies In T-Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Lymphoma, T-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefan K Barta", + "kol_full_name": "Stefan K Barta" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, T-Cell", + "npi_num": "1245201052", + "hcp_pin_alias": "555656", + "session_name": "Emerging Novel Therapies For T-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "555656", + "first_name": "Owen", + "middle_name": "A", + "last_name": "Oconnor", + "org_name": "University of Virginia School of Medicine", + "Country": "United States", + "Region": "Virginia", + "City": "Charlottesville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Emerging Novel Therapies For T-Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, T-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Owen A Oconnor", + "kol_full_name": "Owen A Oconnor" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Sequence Analysis | Multiple Myeloma | Antibodies, Bispecific", + "npi_num": "1215948690", + "hcp_pin_alias": "555447", + "session_name": "New Horizons In Multiple Myeloma Treatment—Selection And Sequencing From Newly Diagnosed To Relapsed/Refractory Disease,Bispecific Engagers - Sequencing - Bcma, Gptc And Resistance", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "555447", + "first_name": "Amrita", + "middle_name": "", + "last_name": "Krishnan", + "org_name": "City of Hope National Medical Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "New Horizons In Multiple Myeloma Treatment—Selection And Sequencing From Newly Diagnosed To Relapsed/Refractory Disease", + "rest_events_session_count": 2, + "rest_events_session": "Bispecific Engagers - Sequencing - Bcma, Gptc And Resistance", + "events_topic": "Sequence Analysis | Multiple Myeloma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antibodies, Bispecific", + "kol_name": "Amrita Krishnan", + "kol_full_name": "Amrita Krishnan" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Inotuzumab | Blinatumomab | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1124227483", + "hcp_pin_alias": "554677", + "session_name": "Elderly All: Inotuzumab/Blinatumomab", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "554677", + "first_name": "Matthew", + "middle_name": "Joseph", + "last_name": "Wieduwilt", + "org_name": "Atrium Health Wake Forest Baptist Comprehensive Cancer Center", + "Country": "United States", + "Region": "North Carolina", + "City": "Winston Salem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Elderly All: Inotuzumab/Blinatumomab", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inotuzumab | Blinatumomab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "Matthew Joseph Wieduwilt", + "kol_full_name": "Matthew Joseph Wieduwilt" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "1083707194", + "hcp_pin_alias": "554331", + "session_name": "Acute Myeloid Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "554331", + "first_name": "Farhad", + "middle_name": "", + "last_name": "Ravandi-kashani", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Acute Myeloid Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Farhad Ravandi-kashani", + "kol_full_name": "Farhad Ravandi-kashani" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Cell- And Tissue-Based Therapy", + "npi_num": "1073525598", + "hcp_pin_alias": "528604", + "session_name": "Cellular Therapy", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "528604", + "first_name": "Koen", + "middle_name": "", + "last_name": "Vanbesien", + "org_name": "UH Cleveland Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Cellular Therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cell- And Tissue-Based Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Koen Vanbesien", + "kol_full_name": "Koen Vanbesien" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell | Immunotherapy, Adoptive | Receptors, Chimeric Antigen | Hodgkin Disease", + "npi_num": "1003935081", + "hcp_pin_alias": "528004", + "session_name": "Data And Perspectives: Clinical Investigators Discuss The Role Of Car T-Cell Therapy For Patients With Non-Hodgkin Lymphoma And Chronic Lymphocytic Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "528004", + "first_name": "Matthew", + "middle_name": "A", + "last_name": "Lunning", + "org_name": "The Nebraska Medical Center", + "Country": "United States", + "Region": "Nebraska", + "City": "Omaha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Data And Perspectives: Clinical Investigators Discuss The Role Of Car T-Cell Therapy For Patients With Non-Hodgkin Lymphoma And Chronic Lymphocytic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell | Immunotherapy, Adoptive ", + "rest_events_topic_count": 2, + "rest_events_topic": " Receptors, Chimeric Antigen | Hodgkin Disease", + "kol_name": "Matthew A Lunning", + "kol_full_name": "Matthew A Lunning" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Lymphoma, Large B-Cell, Diffuse | Immunotherapy, Adoptive | Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1518059807", + "hcp_pin_alias": "440508", + "session_name": "Car T Cell Therapy For Second-Line (2L) Lbcl,Long-Term Clinical Data From Multiple Phase 3 Trails For Calquence In The Treatment Of Cll/Sll", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "440508", + "first_name": "Moshe", + "middle_name": "Yair", + "last_name": "Levy", + "org_name": "Texas Oncology PA", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Car T Cell Therapy For Second-Line (2L) Lbcl", + "rest_events_session_count": 1, + "rest_events_session": "Long-Term Clinical Data From Multiple Phase 3 Trails For Calquence In The Treatment Of Cll/Sll", + "events_topic": "Receptors, Chimeric Antigen | Lymphoma, Large B-Cell, Diffuse ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immunotherapy, Adoptive | Leukemia, Lymphocytic, Chronic, B-Cell", + "kol_name": "Moshe Yair Levy", + "kol_full_name": "Moshe Yair Levy" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Azacytidine | Venetoclax", + "npi_num": "1710966114", + "hcp_pin_alias": "433523", + "session_name": "Azacytidine Plus Venetoclax Should Be Prescribed As Listed On The Label", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "433523", + "first_name": "Keith", + "middle_name": "W", + "last_name": "Pratz", + "org_name": "Hospital of the University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Azacytidine Plus Venetoclax Should Be Prescribed As Listed On The Label", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Azacytidine | Venetoclax", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Keith W Pratz", + "kol_full_name": "Keith W Pratz" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Myeloproliferative Disorders", + "npi_num": "1639372766", + "hcp_pin_alias": "366175", + "session_name": "Interferon Therapy For Mpns", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366175", + "first_name": "Abdulraheem", + "middle_name": "", + "last_name": "Yacoub", + "org_name": "University of Kansas Hospital", + "Country": "United States", + "Region": "Kansas", + "City": "Kansas City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Interferon Therapy For Mpns", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloproliferative Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abdulraheem Yacoub", + "kol_full_name": "Abdulraheem Yacoub" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell | Immunotherapy, Adoptive | Receptors, Chimeric Antigen | Hodgkin Disease | Lymphoma, B-Cell", + "npi_num": "1972615102", + "hcp_pin_alias": "366168", + "session_name": "Data And Perspectives: Clinical Investigators Discuss The Role Of Car T-Cell Therapy For Patients With Non-Hodgkin Lymphoma And Chronic Lymphocytic Leukemia,Novel Trial Design For B-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366168", + "first_name": "Jason", + "middle_name": "Robert", + "last_name": "Westin", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Data And Perspectives: Clinical Investigators Discuss The Role Of Car T-Cell Therapy For Patients With Non-Hodgkin Lymphoma And Chronic Lymphocytic Leukemia", + "rest_events_session_count": 1, + "rest_events_session": "Novel Trial Design For B-Cell Lymphoma", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell | Immunotherapy, Adoptive ", + "rest_events_topic_count": 3, + "rest_events_topic": " Receptors, Chimeric Antigen | Hodgkin Disease | Lymphoma, B-Cell", + "kol_name": "Jason Robert Westin", + "kol_full_name": "Jason Robert Westin" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, B-Cell | Lymphoma", + "npi_num": "1215153226", + "hcp_pin_alias": "366109", + "session_name": "T-Cell Directed Therapy For Indolent B-Cell Lymphoma,Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366109", + "first_name": "Sonali", + "middle_name": "Mehta", + "last_name": "Smith", + "org_name": "University of Chicago Hospitals", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "T-Cell Directed Therapy For Indolent B-Cell Lymphoma", + "rest_events_session_count": 1, + "rest_events_session": "Lymphoma", + "events_topic": "Lymphoma, B-Cell | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sonali Mehta Smith", + "kol_full_name": "Sonali Mehta Smith" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1508023714", + "hcp_pin_alias": "366099", + "session_name": "Acute Lymphoblastic Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366099", + "first_name": "Bijal", + "middle_name": "D", + "last_name": "Shah", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Acute Lymphoblastic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bijal D Shah", + "kol_full_name": "Bijal D Shah" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Tyrosine Kinase Inhibitors", + "npi_num": "1417994112", + "hcp_pin_alias": "366096", + "session_name": "Defining A Tki Dose – Minimal Effect Or Maximal Tolerance", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366096", + "first_name": "Charles", + "middle_name": "Alan", + "last_name": "Schiffer", + "org_name": "Wayne State University School of Medicine", + "Country": "United States", + "Region": "Michigan", + "City": "Detroit", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Defining A Tki Dose – Minimal Effect Or Maximal Tolerance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tyrosine Kinase Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Charles Alan Schiffer", + "kol_full_name": "Charles Alan Schiffer" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, B-Cell", + "npi_num": "1912991951", + "hcp_pin_alias": "366078", + "session_name": "Aggressive B-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366078", + "first_name": "Mark", + "middle_name": "Jason", + "last_name": "Roschewski", + "org_name": "National Cancer Institute", + "Country": "United States", + "Region": "Maryland", + "City": "Bethesda", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Aggressive B-Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mark Jason Roschewski", + "kol_full_name": "Mark Jason Roschewski" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "npi_num": "1134339591", + "hcp_pin_alias": "366051", + "session_name": "I Forgot About Allografting For Cml - When Should I Remember?", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366051", + "first_name": "Jerald", + "middle_name": "Patrick", + "last_name": "Radich", + "org_name": "Fred Hutchinson Cancer Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "I Forgot About Allografting For Cml - When Should I Remember?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jerald Patrick Radich", + "kol_full_name": "Jerald Patrick Radich" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1942203682", + "hcp_pin_alias": "366045", + "session_name": "Enhancing Precision Treatment For Childhood Acute Lymphoblastic Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366045", + "first_name": "Ching-Hon", + "middle_name": "", + "last_name": "Pui", + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Enhancing Precision Treatment For Childhood Acute Lymphoblastic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ching-Hon Pui", + "kol_full_name": "Ching-Hon Pui" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, T-Cell", + "npi_num": "1699860981", + "hcp_pin_alias": "366042", + "session_name": "T-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366042", + "first_name": "Barbara", + "middle_name": "", + "last_name": "Pro", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "T-Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, T-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Barbara Pro", + "kol_full_name": "Barbara Pro" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, Mantle-Cell", + "npi_num": "1427218205", + "hcp_pin_alias": "366037", + "session_name": "Sequencing Therapies In Relapsed/Refractory Mantle Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366037", + "first_name": "Craig", + "middle_name": "Anthony", + "last_name": "Portell", + "org_name": "University of Virginia Health", + "Country": "United States", + "Region": "Virginia", + "City": "Charlottesville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Sequencing Therapies In Relapsed/Refractory Mantle Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Mantle-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Craig Anthony Portell", + "kol_full_name": "Craig Anthony Portell" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "npi_num": "1104142405", + "hcp_pin_alias": "366027", + "session_name": "Debate: Car T Will Best Be Used In Early Relapse", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366027", + "first_name": "Krina", + "middle_name": "K", + "last_name": "Patel", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Debate: Car T Will Best Be Used In Early Relapse", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Krina K Patel", + "kol_full_name": "Krina K Patel" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "npi_num": "1699947655", + "hcp_pin_alias": "366015", + "session_name": "Real World Data For All Car T", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366015", + "first_name": "Olalekan", + "middle_name": "Olaniyi", + "last_name": "Oluwole", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Real World Data For All Car T", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Olalekan Olaniyi Oluwole", + "kol_full_name": "Olalekan Olaniyi Oluwole" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, B-Cell", + "npi_num": "1467436915", + "hcp_pin_alias": "366014", + "session_name": "Management Of High Grade B-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366014", + "first_name": "Adam", + "middle_name": "Jan", + "last_name": "Olszewski", + "org_name": "Brown University Rhode Island Hospital", + "Country": "United States", + "Region": "Rhode Island", + "City": "East Greenwich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Management Of High Grade B-Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adam Jan Olszewski", + "kol_full_name": "Adam Jan Olszewski" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Hematologic Diseases", + "npi_num": "1669577276", + "hcp_pin_alias": "366009", + "session_name": "Discussion On Hematologic Diseases", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366009", + "first_name": "Susan", + "middle_name": "Mary", + "last_name": "O'Brien", + "org_name": "Uci Health Chao Family Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Orange", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Discussion On Hematologic Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Susan Mary O'Brien", + "kol_full_name": "Susan Mary O'Brien" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, B-Cell | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1629040076", + "hcp_pin_alias": "366006", + "session_name": "Frontline Dlbcl, Current Approaches And Updates On Ongoing Trials,Aggressive B-Cell Lymphoma,Clinical Investigators Discuss The Current And Future Management Of Diffuse Large B-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "366006", + "first_name": "Grzegorz", + "middle_name": "Stanislaw", + "last_name": "Nowakowski", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Frontline Dlbcl", + "rest_events_session_count": 3, + "rest_events_session": " Current Approaches And Updates On Ongoing Trials,Aggressive B-Cell Lymphoma,Clinical Investigators Discuss The Current And Future Management Of Diffuse Large B-Cell Lymphoma", + "events_topic": "Lymphoma, B-Cell | Lymphoma, Large B-Cell, Diffuse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Grzegorz Stanislaw Nowakowski", + "kol_full_name": "Grzegorz Stanislaw Nowakowski" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Hodgkin Disease", + "npi_num": "1881850626", + "hcp_pin_alias": "365986", + "session_name": "Hodgkin Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365986", + "first_name": "Alison", + "middle_name": "J", + "last_name": "Moskowitz", + "org_name": "Memorial Hospital For Cancer And Allied Diseases", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Hodgkin Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hodgkin Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alison J Moskowitz", + "kol_full_name": "Alison J Moskowitz" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Thrombocythemia, Essential | Polycythemia Vera | Myeloproliferative Disorders", + "npi_num": "1902971385", + "hcp_pin_alias": "365981", + "session_name": "Clarifying Goals Of Therapy In Et/Pv,Myeloproliferative Neoplasms", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365981", + "first_name": "Laura", + "middle_name": "Christian", + "last_name": "Michaelis", + "org_name": "Medical College of Wisconsin", + "Country": "United States", + "Region": "Wisconsin", + "City": "Milwaukee", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Clarifying Goals Of Therapy In Et/Pv", + "rest_events_session_count": 1, + "rest_events_session": "Myeloproliferative Neoplasms", + "events_topic": "Thrombocythemia, Essential | Polycythemia Vera ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myeloproliferative Disorders", + "kol_name": "Laura Christian Michaelis", + "kol_full_name": "Laura Christian Michaelis" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, T-Cell, Peripheral | Lymphoma, T-Cell", + "npi_num": "1477795607", + "hcp_pin_alias": "365976", + "session_name": "Optimizing Frontline Treatment For Ptcl,T-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365976", + "first_name": "Neha", + "middle_name": "", + "last_name": "Mehta-Shah", + "org_name": "Washington University School of Medicine", + "Country": "United States", + "Region": "Missouri", + "City": "Saint Louis", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Optimizing Frontline Treatment For Ptcl", + "rest_events_session_count": 1, + "rest_events_session": "T-Cell Lymphoma", + "events_topic": "Lymphoma, T-Cell, Peripheral | Lymphoma, T-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Neha Mehta-Shah", + "kol_full_name": "Neha Mehta-Shah" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, B-Cell, Marginal Zone | Lymphoma", + "npi_num": "1588628093", + "hcp_pin_alias": "365942", + "session_name": "New Agents In Marginal Zone Lymphoma,Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365942", + "first_name": "Izidore", + "middle_name": "", + "last_name": "Lossos", + "org_name": "University of Miami Hospital & Clinics", + "Country": "United States", + "Region": "Florida", + "City": "Miami", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "New Agents In Marginal Zone Lymphoma", + "rest_events_session_count": 1, + "rest_events_session": "Lymphoma", + "events_topic": "Lymphoma, B-Cell, Marginal Zone | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Izidore Lossos", + "kol_full_name": "Izidore Lossos" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Multiple Myeloma", + "npi_num": "1487762118", + "hcp_pin_alias": "365941", + "session_name": "New Horizons In Multiple Myeloma Treatment—Selection And Sequencing From Newly Diagnosed To Relapsed/Refractory Disease", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365941", + "first_name": "Sagar", + "middle_name": "", + "last_name": "Lonial", + "org_name": "Emory University Hospital", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "New Horizons In Multiple Myeloma Treatment—Selection And Sequencing From Newly Diagnosed To Relapsed/Refractory Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sagar Lonial", + "kol_full_name": "Sagar Lonial" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Immunotherapy | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1871579672", + "hcp_pin_alias": "365939", + "session_name": "Incorporating Immunotherapy Into Upfront All Therapy", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365939", + "first_name": "Mark", + "middle_name": "Robert", + "last_name": "Litzow", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Incorporating Immunotherapy Into Upfront All Therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mark Robert Litzow", + "kol_full_name": "Mark Robert Litzow" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Heart Rate | Multiple Myeloma", + "npi_num": "1104853324", + "hcp_pin_alias": "365925", + "session_name": "New Horizons In Multiple Myeloma Treatment—Selection And Sequencing From Newly Diagnosed To Relapsed/Refractory Disease,Definition And Treatment Of Hr - Ndmm And Functional Hr", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365925", + "first_name": "Suzanne", + "middle_name": "", + "last_name": "Lentzsch", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "New Horizons In Multiple Myeloma Treatment—Selection And Sequencing From Newly Diagnosed To Relapsed/Refractory Disease", + "rest_events_session_count": 1, + "rest_events_session": "Definition And Treatment Of Hr - Ndmm And Functional Hr", + "events_topic": "Heart Rate | Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Suzanne Lentzsch", + "kol_full_name": "Suzanne Lentzsch" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Immunotherapy", + "npi_num": "1164493102", + "hcp_pin_alias": "365910", + "session_name": "Exceeding Expectations In Cll: Expert Workshop On Integrating Targeted Standards, Sequential Options, And Emerging Immunotherapy Into Team-Based Care", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365910", + "first_name": "Nicole", + "middle_name": "", + "last_name": "Lamanna", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Exceeding Expectations In Cll: Expert Workshop On Integrating Targeted Standards", + "rest_events_session_count": 2, + "rest_events_session": " Sequential Options, And Emerging Immunotherapy Into Team-Based Care", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicole Lamanna", + "kol_full_name": "Nicole Lamanna" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Myelodysplastic Syndromes", + "npi_num": "1942266929", + "hcp_pin_alias": "365896", + "session_name": "Myelodysplastic Syndromes,Standard Of Care Approaches In Mds,Mds", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365896", + "first_name": "Rami", + "middle_name": "Salah-Eddin", + "last_name": "Komrokji", + "org_name": "H Lee Moffitt Cancer Center", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Myelodysplastic Syndromes", + "rest_events_session_count": 2, + "rest_events_session": "Standard Of Care Approaches In Mds,Mds", + "events_topic": "Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rami Salah-Eddin Komrokji", + "kol_full_name": "Rami Salah-Eddin Komrokji" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Richter's Transformation | Cell- And Tissue-Based Therapy", + "npi_num": "1669571980", + "hcp_pin_alias": "365888", + "session_name": "Allo Hct Should Be The Preferred Therapy For Richter'S Transformation,Cellular Therapy", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365888", + "first_name": "Issa", + "middle_name": "F.", + "last_name": "Khouri", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Allo Hct Should Be The Preferred Therapy For Richter'S Transformation", + "rest_events_session_count": 1, + "rest_events_session": "Cellular Therapy", + "events_topic": "Richter's Transformation | Cell- And Tissue-Based Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Issa F. Khouri", + "kol_full_name": "Issa F. Khouri" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1689768475", + "hcp_pin_alias": "365882", + "session_name": "Transplant In All, Who, And When,Acute Lymphoblastic Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365882", + "first_name": "Partow", + "middle_name": "", + "last_name": "Kebriaei", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Transplant In All", + "rest_events_session_count": 3, + "rest_events_session": " Who, And When,Acute Lymphoblastic Leukemia", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Partow Kebriaei", + "kol_full_name": "Partow Kebriaei" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Hematologic Diseases", + "npi_num": "1316020290", + "hcp_pin_alias": "365877", + "session_name": "Chronic Myeloid Leukemia,Discussion On Hematologic Diseases", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365877", + "first_name": "Hagop", + "middle_name": "Meguerditch", + "last_name": "Kantarjian", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "0", + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Chronic Myeloid Leukemia", + "rest_events_session_count": 1, + "rest_events_session": "Discussion On Hematologic Diseases", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Hematologic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hagop Meguerditch Kantarjian", + "kol_full_name": "Hagop Meguerditch Kantarjian" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "1083703698", + "hcp_pin_alias": "365866", + "session_name": "Opportunity Knocks In Aml: Guidance On Achieving Personalized Care In Challenging Patient Populations,Management Of Older Patients With Aml - International Perspectives", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365866", + "first_name": "Tapan", + "middle_name": "Mahendra", + "last_name": "Kadia", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Opportunity Knocks In Aml: Guidance On Achieving Personalized Care In Challenging Patient Populations", + "rest_events_session_count": 1, + "rest_events_session": "Management Of Older Patients With Aml - International Perspectives", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tapan Mahendra Kadia", + "kol_full_name": "Tapan Mahendra Kadia" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Mastocytosis | Myeloproliferative Disorders", + "npi_num": "1790827640", + "hcp_pin_alias": "365820", + "session_name": "Myeloproliferative Neoplasms,Managing Systemic Mastocytosis,Mpn", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365820", + "first_name": "Jason", + "middle_name": "Robert", + "last_name": "Gotlib", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Myeloproliferative Neoplasms", + "rest_events_session_count": 2, + "rest_events_session": "Managing Systemic Mastocytosis,Mpn", + "events_topic": "Mastocytosis | Myeloproliferative Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jason Robert Gotlib", + "kol_full_name": "Jason Robert Gotlib" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Stem Cell Transplantation | Myelodysplastic Syndromes | Tomography, X-Ray Computed", + "npi_num": "1639278880", + "hcp_pin_alias": "365815", + "session_name": "Transplant In Mds,Ct - Stem Cell Transplant", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365815", + "first_name": "Sergio", + "middle_name": "Andres", + "last_name": "Giralt", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Transplant In Mds", + "rest_events_session_count": 1, + "rest_events_session": "Ct - Stem Cell Transplant", + "events_topic": "Stem Cell Transplantation | Myelodysplastic Syndromes ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "Sergio Andres Giralt", + "kol_full_name": "Sergio Andres Giralt" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Decision-Making | Myelodysplastic Syndromes", + "npi_num": "1013078294", + "hcp_pin_alias": "365808", + "session_name": "A Total Approach To Mds,Resetting Standards In Mds: New Principles For Integrating Innovative Therapy Into Risk-Adapted Decision-Making,Myelodysplastic Syndromes", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365808", + "first_name": "Guillermo", + "middle_name": "", + "last_name": "Garcia-Manero", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "3", + "opt_in_out_status": "0", + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "A Total Approach To Mds", + "rest_events_session_count": 2, + "rest_events_session": "Resetting Standards In Mds: New Principles For Integrating Innovative Therapy Into Risk-Adapted Decision-Making,Myelodysplastic Syndromes", + "events_topic": "Decision-Making | Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Guillermo Garcia-Manero", + "kol_full_name": "Guillermo Garcia-Manero" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Polyneuropathies | POEMS Syndrome | Endocrine System Diseases | Multiple Myeloma | Paraproteinemias | Myelodysplastic Syndromes", + "npi_num": "1235115023", + "hcp_pin_alias": "365761", + "session_name": "Multiple Myeloma,Poems,Mds", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365761", + "first_name": "Angela", + "middle_name": "", + "last_name": "Dispenzieri", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Multiple Myeloma", + "rest_events_session_count": 2, + "rest_events_session": "Poems,Mds", + "events_topic": "Polyneuropathies | POEMS Syndrome ", + "rest_events_topic_count": 4, + "rest_events_topic": " Endocrine System Diseases | Multiple Myeloma | Paraproteinemias | Myelodysplastic Syndromes", + "kol_name": "Angela Dispenzieri", + "kol_full_name": "Angela Dispenzieri" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "npi_num": "1932115524", + "hcp_pin_alias": "365752", + "session_name": "Therapy For Advanced Phase Cml,Cml", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365752", + "first_name": "Michael", + "middle_name": "Werner Nikolaus", + "last_name": "Deininger", + "org_name": "Versiti Blood Research Institute", + "Country": "United States", + "Region": "Wisconsin", + "City": "Milwaukee", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Therapy For Advanced Phase Cml", + "rest_events_session_count": 1, + "rest_events_session": "Cml", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Werner Nikolaus Deininger", + "kol_full_name": "Michael Werner Nikolaus Deininger" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Waldenstrom Macroglobulinemia", + "npi_num": "1689891129", + "hcp_pin_alias": "365704", + "session_name": "Current Management Of Waldenstrom Macroglobulinemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365704", + "first_name": "Jorge", + "middle_name": "J", + "last_name": "Castillo", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Current Management Of Waldenstrom Macroglobulinemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Waldenstrom Macroglobulinemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jorge J Castillo", + "kol_full_name": "Jorge J Castillo" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1669446399", + "hcp_pin_alias": "365698", + "session_name": "An Evidence-Based Approach To Managing Asparaginase As Part Of Regimens Used To Treat Pediatric And Younger Adolescent Patients With All", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365698", + "first_name": "Mitchell", + "middle_name": "S", + "last_name": "Cairo", + "org_name": "New York Medical College", + "Country": "United States", + "Region": "New York", + "City": "Hawthorne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "An Evidence-Based Approach To Managing Asparaginase As Part Of Regimens Used To Treat Pediatric And Younger Adolescent Patients With All", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mitchell S Cairo", + "kol_full_name": "Mitchell S Cairo" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Chemotherapy | Drug Therapy | Hodgkin Disease", + "npi_num": "1558335935", + "hcp_pin_alias": "365655", + "session_name": "Advanced Stage Hodgkin Lymphoma, The End Of Abvd And Beacopp?", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365655", + "first_name": "Stephen", + "middle_name": "Maxted", + "last_name": "Ansell", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Advanced Stage Hodgkin Lymphoma", + "rest_events_session_count": 1, + "rest_events_session": " The End Of Abvd And Beacopp?", + "events_topic": "Chemotherapy | Drug Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hodgkin Disease", + "kol_name": "Stephen Maxted Ansell", + "kol_full_name": "Stephen Maxted Ansell" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma, T-Cell, Cutaneous", + "npi_num": "1376868836", + "hcp_pin_alias": "365643", + "session_name": "Practical Approach to Management of CTCL", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365643", + "first_name": "Pamela", + "middle_name": "B", + "last_name": "Allen", + "org_name": "Emory University Hospital", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Practical Approach to Management of CTCL", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, T-Cell, Cutaneous", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pamela B Allen", + "kol_full_name": "Pamela B Allen" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Lymphoma, Mantle-Cell | Immunotherapy, Adoptive", + "npi_num": "1144387192", + "hcp_pin_alias": "365636", + "session_name": "Real World Data For Car T For Mantle Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365636", + "first_name": "Sairah", + "middle_name": "", + "last_name": "Ahmed", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Real World Data For Car T For Mantle Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Lymphoma, Mantle-Cell ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy, Adoptive", + "kol_name": "Sairah Ahmed", + "kol_full_name": "Sairah Ahmed" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Hodgkin Disease", + "npi_num": "1639225121", + "hcp_pin_alias": "365634", + "session_name": "The Impact Of New Frontline Regimens On The Treatment Of Relapsed/Refractory Hodgkin Lymphoma,Hodgkin Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365634", + "first_name": "Ranjana", + "middle_name": "", + "last_name": "Advani", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "The Impact Of New Frontline Regimens On The Treatment Of Relapsed/Refractory Hodgkin Lymphoma", + "rest_events_session_count": 1, + "rest_events_session": "Hodgkin Lymphoma", + "events_topic": "Hodgkin Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ranjana Advani", + "kol_full_name": "Ranjana Advani" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Anemia | Primary Myelofibrosis", + "npi_num": "1841494358", + "hcp_pin_alias": "365606", + "session_name": "Addressing Anemia In Mf", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365606", + "first_name": "Stephen", + "middle_name": "T", + "last_name": "Oh", + "org_name": "Washington University School of Medicine", + "Country": "United States", + "Region": "Missouri", + "City": "Saint Louis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Addressing Anemia In Mf", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anemia | Primary Myelofibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephen T Oh", + "kol_full_name": "Stephen T Oh" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Multiple Myeloma | Immunotherapy", + "npi_num": "1649234790", + "hcp_pin_alias": "365599", + "session_name": "Multiple Myeloma,Supportive Care With Immunotherapy", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365599", + "first_name": "Thomas", + "middle_name": "G.", + "last_name": "Martin", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Multiple Myeloma", + "rest_events_session_count": 1, + "rest_events_session": "Supportive Care With Immunotherapy", + "events_topic": "Multiple Myeloma | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas G. Martin", + "kol_full_name": "Thomas G. Martin" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Immunotherapy", + "npi_num": "1144462441", + "hcp_pin_alias": "365571", + "session_name": "Exceeding Expectations In Cll: Expert Workshop On Integrating Targeted Standards, Sequential Options, And Emerging Immunotherapy Into Team-Based Care", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "365571", + "first_name": "John", + "middle_name": "Nathan", + "last_name": "Allan", + "org_name": "Weill Cornell Medicine", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Exceeding Expectations In Cll: Expert Workshop On Integrating Targeted Standards", + "rest_events_session_count": 2, + "rest_events_session": " Sequential Options, And Emerging Immunotherapy Into Team-Based Care", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John Nathan Allan", + "kol_full_name": "John Nathan Allan" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Neoplasms", + "npi_num": "1972767978", + "hcp_pin_alias": "364387", + "session_name": "Charm Study Implications For Patients And Physicians", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "364387", + "first_name": "Mohamed", + "middle_name": "L", + "last_name": "Sorror", + "org_name": "Fred Hutchinson Cancer Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Charm Study Implications For Patients And Physicians", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohamed L Sorror", + "kol_full_name": "Mohamed L Sorror" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Decision-Making | Myelodysplastic Syndromes", + "npi_num": "1780738229", + "hcp_pin_alias": "364360", + "session_name": "Resetting Standards In Mds: New Principles For Integrating Innovative Therapy Into Risk-Adapted Decision-Making", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "364360", + "first_name": "Amy", + "middle_name": "Elizabeth", + "last_name": "Dezern", + "org_name": "The Johns Hopkin's Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Resetting Standards In Mds: New Principles For Integrating Innovative Therapy Into Risk-Adapted Decision-Making", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Decision-Making | Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amy Elizabeth Dezern", + "kol_full_name": "Amy Elizabeth Dezern" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Myeloproliferative Disorders", + "npi_num": "1356350623", + "hcp_pin_alias": "364310", + "session_name": "Optimizing Outcomes Of Accelerated And Blast Phase Mpn", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "364310", + "first_name": "Naseema", + "middle_name": "", + "last_name": "Gangat", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Optimizing Outcomes Of Accelerated And Blast Phase Mpn", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloproliferative Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Naseema Gangat", + "kol_full_name": "Naseema Gangat" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1952497687", + "hcp_pin_alias": "364269", + "session_name": "Cll - Focus On Comorbidities, Which Drug For Which Patient", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "364269", + "first_name": "Alessandra", + "middle_name": "", + "last_name": "Ferrajoli", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Cll - Focus On Comorbidities", + "rest_events_session_count": 1, + "rest_events_session": " Which Drug For Which Patient", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandra Ferrajoli", + "kol_full_name": "Alessandra Ferrajoli" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "TP53 Protein | Leukemia, Myeloid, Acute", + "npi_num": "1740422823", + "hcp_pin_alias": "364264", + "session_name": "Opportunity Knocks In Aml: Guidance On Achieving Personalized Care In Challenging Patient Populations,Tp53 Mutated Aml - Where Are We?,Aml - Aml Specific Subsets", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "364264", + "first_name": "Naval", + "middle_name": "Gustad", + "last_name": "Daver", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Opportunity Knocks In Aml: Guidance On Achieving Personalized Care In Challenging Patient Populations", + "rest_events_session_count": 2, + "rest_events_session": "Tp53 Mutated Aml - Where Are We?,Aml - Aml Specific Subsets", + "events_topic": "TP53 Protein | Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Naval Gustad Daver", + "kol_full_name": "Naval Gustad Daver" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1659564938", + "hcp_pin_alias": "364261", + "session_name": "Chronic Lymphocytic Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "364261", + "first_name": "Shuo", + "middle_name": "", + "last_name": "Ma", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Chronic Lymphocytic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shuo Ma", + "kol_full_name": "Shuo Ma" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myelomonocytic, Chronic | Myelodysplastic Syndromes", + "npi_num": "1285724138", + "hcp_pin_alias": "364252", + "session_name": "Evolving Treatment Approaches In Mds And Cmml", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "364252", + "first_name": "Bart", + "middle_name": "Lee", + "last_name": "Scott", + "org_name": "Fred Hutchinson Cancer Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Evolving Treatment Approaches In Mds And Cmml", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelomonocytic, Chronic | Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bart Lee Scott", + "kol_full_name": "Bart Lee Scott" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Continuous Therapy | Immunotherapy", + "npi_num": "1497848279", + "hcp_pin_alias": "136004", + "session_name": "Is Continuous Therapy The Best Option For High-Risk Patients,Exceeding Expectations In Cll: Expert Workshop On Integrating Targeted Standards, Sequential Options, And Emerging Immunotherapy Into Team-Based Care", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "136004", + "first_name": "William", + "middle_name": "G", + "last_name": "Wierda", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Is Continuous Therapy The Best Option For High-Risk Patients", + "rest_events_session_count": 3, + "rest_events_session": "Exceeding Expectations In Cll: Expert Workshop On Integrating Targeted Standards, Sequential Options, And Emerging Immunotherapy Into Team-Based Care", + "events_topic": "Continuous Therapy | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "William G Wierda", + "kol_full_name": "William G Wierda" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Ultrasonography", + "npi_num": "1417273517", + "hcp_pin_alias": "135255", + "session_name": "Combos", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "135255", + "first_name": "Catherine", + "middle_name": "C", + "last_name": "Coombs", + "org_name": "University of California, Irvine, School of Medicine", + "Country": "United States", + "Region": "California", + "City": "Orange", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Combos", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Catherine C Coombs", + "kol_full_name": "Catherine C Coombs" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1306861950", + "hcp_pin_alias": "133741", + "session_name": "Chronic Lymphocytic Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "133741", + "first_name": "Thomas", + "middle_name": "J", + "last_name": "Kipps", + "org_name": "UC San Diego Medical Center", + "Country": "United States", + "Region": "California", + "City": "La Jolla", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Chronic Lymphocytic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas J Kipps", + "kol_full_name": "Thomas J Kipps" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Lymphoma | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1174630503", + "hcp_pin_alias": "132196", + "session_name": "How Should We Risk Stratify And Tailor Therapy For Relapsed/Refractory Indolent Lymphoma?,Clinical Investigators Discuss The Current And Future Management Of Diffuse Large B-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "132196", + "first_name": "Christopher", + "middle_name": "R", + "last_name": "Flowers", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "How Should We Risk Stratify And Tailor Therapy For Relapsed/Refractory Indolent Lymphoma?", + "rest_events_session_count": 1, + "rest_events_session": "Clinical Investigators Discuss The Current And Future Management Of Diffuse Large B-Cell Lymphoma", + "events_topic": "Lymphoma | Lymphoma, Large B-Cell, Diffuse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christopher R Flowers", + "kol_full_name": "Christopher R Flowers" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Monoclonal Gammopathy Of Undetermined Significance", + "npi_num": "1356313910", + "hcp_pin_alias": "86381", + "session_name": "Monoclonal Gammopathy Of Renal Significance", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "86381", + "first_name": "Nelson", + "middle_name": "", + "last_name": "Leung", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Monoclonal Gammopathy Of Renal Significance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Monoclonal Gammopathy Of Undetermined Significance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nelson Leung", + "kol_full_name": "Nelson Leung" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Drug Therapy | Precursor Cell Lymphoblastic Leukemia-Lymphoma | Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Pharmaceutical Preparations | Chemotherapy", + "npi_num": "1215108303", + "hcp_pin_alias": "75248", + "session_name": "Chronic Myeloid Leukemia: Applying Clinical Evidence To Complex Cases,Choosing The Best First Line Drug - Does Efficacy Make You Think About Cost,Ph + All Can Be Treated With - Chemotherapy Free Regimens Without Transplant", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "75248", + "first_name": "Elias", + "middle_name": "J", + "last_name": "Jabbour", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Chronic Myeloid Leukemia: Applying Clinical Evidence To Complex Cases", + "rest_events_session_count": 2, + "rest_events_session": "Choosing The Best First Line Drug - Does Efficacy Make You Think About Cost,Ph + All Can Be Treated With - Chemotherapy Free Regimens Without Transplant", + "events_topic": "Drug Therapy | Precursor Cell Lymphoblastic Leukemia-Lymphoma ", + "rest_events_topic_count": 3, + "rest_events_topic": " Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Pharmaceutical Preparations | Chemotherapy", + "kol_name": "Elias J Jabbour", + "kol_full_name": "Elias J Jabbour" + }, + { + "proj_kol_id": true, + "eid": "129314", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Tyrosine Kinase Inhibitors", + "npi_num": "1578658480", + "hcp_pin_alias": "40699", + "session_name": "Chronic Myeloid Leukemia: Applying Clinical Evidence To Complex Cases,Is The Product Monograph Dose Of Tki Really What Is Necessary ?", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "40699", + "first_name": "Jorge", + "middle_name": "E", + "last_name": "Cortes-franco", + "org_name": "Augusta University Medical Center", + "Country": "United States", + "Region": "Georgia", + "City": "Augusta", + "num_sess": "2", + "opt_in_out_status": "0", + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Chronic Myeloid Leukemia: Applying Clinical Evidence To Complex Cases", + "rest_events_session_count": 1, + "rest_events_session": "Is The Product Monograph Dose Of Tki Really What Is Necessary ?", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Tyrosine Kinase Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jorge E Cortes-franco", + "kol_full_name": "Jorge E Cortes-franco" + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Aggressive Lymphoma | Lymphoma, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461235", + "session_name": "Accessing Novel Therapies For Aggressive Lymphoma,Aggressive B-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Astrid Pavlovsky", + "middle_name": null, + "last_name": null, + "org_name": "Pavlovsky Center for Hematology", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Accessing Novel Therapies For Aggressive Lymphoma", + "rest_events_session_count": 1, + "rest_events_session": "Aggressive B-Cell Lymphoma", + "events_topic": "Aggressive Lymphoma | Lymphoma, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Astrid Pavlovsky ", + "kol_full_name": "Astrid Pavlovsky " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Lymphoma, Large B-Cell, Diffuse | Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461236", + "session_name": "Does Limited Stage Dlbcl Matter?,Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Eliza Hawkes", + "middle_name": null, + "last_name": null, + "org_name": "Olivia Newton-John Cancer Research Institute at Austin Health", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Does Limited Stage Dlbcl Matter?", + "rest_events_session_count": 1, + "rest_events_session": "Lymphoma", + "events_topic": "Lymphoma, Large B-Cell, Diffuse | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eliza Hawkes ", + "kol_full_name": "Eliza Hawkes " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Tyrosine Kinase Inhibitors | Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461237", + "session_name": "Remembering To Monitor For The Long-Term Side Effects Of Tki Therapy: How And For What?,Chronic Myeloid Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Jeffrey H Lipton", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Remembering To Monitor For The Long-Term Side Effects Of Tki Therapy: How And For What?", + "rest_events_session_count": 1, + "rest_events_session": "Chronic Myeloid Leukemia", + "events_topic": "Tyrosine Kinase Inhibitors | Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jeffrey H Lipton ", + "kol_full_name": "Jeffrey H Lipton " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Drug Therapy | Chemotherapy | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461238", + "session_name": "Ph + All Is Best Treated With - Chemotherapy And Transplant,Acute Lymphoblastic Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Josep-Maria Ribera", + "middle_name": null, + "last_name": null, + "org_name": "Institut Català d’Oncologia Badalona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Ph + All Is Best Treated With - Chemotherapy And Transplant", + "rest_events_session_count": 1, + "rest_events_session": "Acute Lymphoblastic Leukemia", + "events_topic": "Drug Therapy | Chemotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Josep-Maria Ribera ", + "kol_full_name": "Josep-Maria Ribera " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Positron Emission Tomography Computed Tomography | Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461239", + "session_name": "Interpreting Baseline Pet Metrics And Pet-Based Response In Lymphoma,Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Judith Trotman", + "middle_name": null, + "last_name": null, + "org_name": "Concord Repatriation General Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Interpreting Baseline Pet Metrics And Pet-Based Response In Lymphoma", + "rest_events_session_count": 1, + "rest_events_session": "Lymphoma", + "events_topic": "Positron Emission Tomography Computed Tomography | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Judith Trotman ", + "kol_full_name": "Judith Trotman " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Lymphoma, B-Cell | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461240", + "session_name": "Indolent B-Cell Lymphoma,Clinical Investigators Discuss The Current And Future Management Of Diffuse Large B-Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Laurie H Sehn", + "middle_name": null, + "last_name": null, + "org_name": "BC Cancer Agency", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Indolent B-Cell Lymphoma", + "rest_events_session_count": 1, + "rest_events_session": "Clinical Investigators Discuss The Current And Future Management Of Diffuse Large B-Cell Lymphoma", + "events_topic": "Lymphoma, B-Cell | Lymphoma, Large B-Cell, Diffuse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laurie H Sehn ", + "kol_full_name": "Laurie H Sehn " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Diagnosis | Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Combined Modality Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461241", + "session_name": "Atypical Cml – Diagnosis And Therapy,Is There A Role For Combination Therapy And If So, What Combinations", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Massimo Breccia", + "middle_name": null, + "last_name": null, + "org_name": "Sapienza University", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Atypical Cml – Diagnosis And Therapy", + "rest_events_session_count": 2, + "rest_events_session": "Is There A Role For Combination Therapy And If So, What Combinations", + "events_topic": "Diagnosis | Leukemia, Myelogenous, Chronic, BCR-ABL Positive ", + "rest_events_topic_count": 1, + "rest_events_topic": " Combined Modality Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Massimo Breccia ", + "kol_full_name": "Massimo Breccia " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Artificial Intelligence | Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461242", + "session_name": "Ai In Diagnostics,Aml - Diagnostics In Aml - Recent Advances", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Torsten Haferlach", + "middle_name": null, + "last_name": null, + "org_name": "MLL Munich Leukemia Laboratory", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Ai In Diagnostics", + "rest_events_session_count": 1, + "rest_events_session": "Aml - Diagnostics In Aml - Recent Advances", + "events_topic": "Artificial Intelligence | Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Torsten Haferlach ", + "kol_full_name": "Torsten Haferlach " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Neoplasm, Residual | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461243", + "session_name": "All Use Of Flow Mrd", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Alberto Orfao", + "middle_name": null, + "last_name": null, + "org_name": "University of Salamanca", + "Country": "Spain", + "Region": "Castilla y Leon", + "City": "Salamanca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "All Use Of Flow Mrd", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasm, Residual | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alberto Orfao ", + "kol_full_name": "Alberto Orfao " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "B-cell Lymphoma 2", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461244", + "session_name": "Bcl2I", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Barbara F Eichhorst", + "middle_name": null, + "last_name": null, + "org_name": "University of Cologne", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Bcl2I", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "B-cell Lymphoma 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Barbara F Eichhorst ", + "kol_full_name": "Barbara F Eichhorst " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461245", + "session_name": "Acute Myeloid Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Bob Löwenberg", + "middle_name": null, + "last_name": null, + "org_name": "Erasmus University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Acute Myeloid Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bob Löwenberg ", + "kol_full_name": "Bob Löwenberg " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Lymphoma, T-Cell, Peripheral", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461246", + "session_name": "Diagnosis And Treatment Of Ptcl In South America", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Carlos Chiattone", + "middle_name": null, + "last_name": null, + "org_name": "Santa Casa Medicine School", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Diagnosis And Treatment Of Ptcl In South America", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, T-Cell, Peripheral", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Chiattone ", + "kol_full_name": "Carlos Chiattone " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461247", + "session_name": "Which Patients Over 70 With Aml Should Be Transplanted In The First Cr", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Charles Craddock", + "middle_name": null, + "last_name": null, + "org_name": "University of Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Which Patients Over 70 With Aml Should Be Transplanted In The First Cr", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Charles Craddock ", + "kol_full_name": "Charles Craddock " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Dark Zone Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461248", + "session_name": "What Is Dark Zone Lymphoma And Is It Clinically Relevant?", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "David Scott", + "middle_name": null, + "last_name": null, + "org_name": "University of British Columbia", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "What Is Dark Zone Lymphoma And Is It Clinically Relevant?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dark Zone Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Scott ", + "kol_full_name": "David Scott " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Myelodysplastic Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461249", + "session_name": "Progress In Higher Risk Mds", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "David Valcárcel Ferreiras", + "middle_name": null, + "last_name": null, + "org_name": "Vall d'Hebron University Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Progress In Higher Risk Mds", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Valcárcel Ferreiras ", + "kol_full_name": "David Valcárcel Ferreiras " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461250", + "session_name": "Cml", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Delphine Rea", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Fernand Widal Ap-Hp", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Cml", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Delphine Rea ", + "kol_full_name": "Delphine Rea " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Neoplasm, Residual | High-Throughput Nucleotide Sequencing | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461251", + "session_name": "All - Mrd Testing In All: Use Of Ngs In Mrd", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Dieter Hoelzer", + "middle_name": null, + "last_name": null, + "org_name": "University of Frankfurt", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "All - Mrd Testing In All: Use Of Ngs In Mrd", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasm, Residual | High-Throughput Nucleotide Sequencing ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dieter Hoelzer ", + "kol_full_name": "Dieter Hoelzer " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461252", + "session_name": "International Expansion Of Modern Aml Therapy", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Eduardo M Rego", + "middle_name": null, + "last_name": null, + "org_name": "University of São Paulo São Paulo", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "International Expansion Of Modern Aml Therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eduardo M Rego ", + "kol_full_name": "Eduardo M Rego " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461254", + "session_name": "The Pregnant Or Want-To-Be Pregnant Cml Patient", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Elisabetta Abruzzese", + "middle_name": null, + "last_name": null, + "org_name": "S. Eugenio University Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "The Pregnant Or Want-To-Be Pregnant Cml Patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elisabetta Abruzzese ", + "kol_full_name": "Elisabetta Abruzzese " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461255", + "session_name": "Chronic Lymphocytic Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Francesc Bosch", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Chronic Lymphocytic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francesc Bosch ", + "kol_full_name": "Francesc Bosch " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461256", + "session_name": "Management Of Older Patients With Aml - International Perspectives", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Giovanni Martinelli", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital in Bologna", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Management Of Older Patients With Aml - International Perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giovanni Martinelli ", + "kol_full_name": "Giovanni Martinelli " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Bruton Type Agammaglobulinemia | Lymphoma, Mantle-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461257", + "session_name": "Accessing Btki'S And Other Novel Therapies For Mantle Cell Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Guilherme F Perini", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Israelita Albert Einstein", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Accessing Btki'S And Other Novel Therapies For Mantle Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bruton Type Agammaglobulinemia | Lymphoma, Mantle-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guilherme F Perini ", + "kol_full_name": "Guilherme F Perini " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Multiple Myeloma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461258", + "session_name": "Frailty In Mm", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Hira Mian", + "middle_name": null, + "last_name": null, + "org_name": "McMaster University", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Frailty In Mm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hira Mian ", + "kol_full_name": "Hira Mian " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461259", + "session_name": "Patients With Cll In The Ukraine", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Iryna Kriachok", + "middle_name": null, + "last_name": null, + "org_name": "National Cancer Institute Kiev", + "Country": "Ukraine", + "Region": "Misto Kyyiv", + "City": "Kiev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Patients With Cll In The Ukraine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Iryna Kriachok ", + "kol_full_name": "Iryna Kriachok " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461260", + "session_name": "Bcl2 Inhibition In Cll: From Undruggable Target To Standard Of Care", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "John Seymour", + "middle_name": null, + "last_name": null, + "org_name": "Peter MacCallum Cancer Centre", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Bcl2 Inhibition In Cll: From Undruggable Target To Standard Of Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
John Seymour ", + "kol_full_name": "John Seymour " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Bruton Type Agammaglobulinemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461261", + "session_name": "Covalent Btki", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Lydia Scarfò", + "middle_name": null, + "last_name": null, + "org_name": "Università Vita-Salute San Raffaele", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Covalent Btki", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bruton Type Agammaglobulinemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lydia Scarfò ", + "kol_full_name": "Lydia Scarfò " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Immune Therapy | Cell- And Tissue-Based Therapy | Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461262", + "session_name": "Immune/Cellular Therapy In Aml", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Marion Subklewe", + "middle_name": null, + "last_name": null, + "org_name": "Ludwig-Maximilians-University of Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Immune/Cellular Therapy In Aml", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Therapy | Cell- And Tissue-Based Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Leukemia, Myeloid, Acute", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marion Subklewe ", + "kol_full_name": "Marion Subklewe " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Inotuzumab | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461263", + "session_name": "Elderly All: Inotuzumab As Induction", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Matthias Stelljes", + "middle_name": null, + "last_name": null, + "org_name": "University of Münster", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Munster", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Elderly All: Inotuzumab As Induction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inotuzumab | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthias Stelljes ", + "kol_full_name": "Matthias Stelljes " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461264", + "session_name": "Treatment Of Early Relapse - Non Car T Cell", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Meletios A Dimopoulos", + "middle_name": null, + "last_name": null, + "org_name": "National and Kapodistrian University of Athens School of Medicine", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Treatment Of Early Relapse - Non Car T Cell", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Meletios A Dimopoulos ", + "kol_full_name": "Meletios A Dimopoulos " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Lymphoma | Genomics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461265", + "session_name": "Genomics In Lymphoma", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Michael Green", + "middle_name": null, + "last_name": null, + "org_name": "MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Genomics In Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma | Genomics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Green ", + "kol_full_name": "Michael Green " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461266", + "session_name": "Management Of Older Patients With Aml - International Perspectives", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Nidia Zapata", + "middle_name": null, + "last_name": null, + "org_name": "National Cancer Institute Mexico", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Management Of Older Patients With Aml - International Perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nidia Zapata ", + "kol_full_name": "Nidia Zapata " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Neoplasm, Residual", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461267", + "session_name": "Mrd As A Surrogate For Pfs/Os/Clinical Implications", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Othman Al-Sawaf", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Cologne", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Mrd As A Surrogate For Pfs/Os/Clinical Implications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasm, Residual", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Othman Al-Sawaf ", + "kol_full_name": "Othman Al-Sawaf " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461268", + "session_name": "Cll", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Paolo Ghia", + "middle_name": null, + "last_name": null, + "org_name": "San Raffaele Scientific Institute", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Cll", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paolo Ghia ", + "kol_full_name": "Paolo Ghia " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Chemotherapy | Drug Therapy | Immunotherapy | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461269", + "session_name": "Elderly All: Low-Dose Chemotherapy And Immunotherapy Combinations", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Patrice Chevallier", + "middle_name": null, + "last_name": null, + "org_name": "Nantes University Hospital", + "Country": "France", + "Region": "Pays de la Loire", + "City": "Nantes", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Elderly All: Low-Dose Chemotherapy And Immunotherapy Combinations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy | Drug Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immunotherapy | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Patrice Chevallier ", + "kol_full_name": "Patrice Chevallier " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461270", + "session_name": "Car-T Cells For T Cell", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Peihua Lu", + "middle_name": null, + "last_name": null, + "org_name": "Lu Daopei Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Car-T Cells For T Cell", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Peihua Lu ", + "kol_full_name": "Peihua Lu " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Pathology, Molecular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461271", + "session_name": "Application Of Molecular Diagnostics In Developing Countries", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Peter JM Valk", + "middle_name": null, + "last_name": null, + "org_name": "Erasmus University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Application Of Molecular Diagnostics In Developing Countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pathology, Molecular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Peter JM Valk ", + "kol_full_name": "Peter JM Valk " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461272", + "session_name": "How To Implement The Administration Of Bispecifics Into Community Oncology Practice", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Phillip Scheinberg", + "middle_name": null, + "last_name": null, + "org_name": "Beneficencia Portuguesa de Sao Paulo", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "How To Implement The Administration Of Bispecifics Into Community Oncology Practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Phillip Scheinberg ", + "kol_full_name": "Phillip Scheinberg " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Myelodysplastic Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461273", + "session_name": "An International Perspective Of Progress In Mds", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Pierre Fenaux", + "middle_name": null, + "last_name": null, + "org_name": "Hôpital Saint Louis Paris", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "An International Perspective Of Progress In Mds", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pierre Fenaux ", + "kol_full_name": "Pierre Fenaux " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461274", + "session_name": "Is Favorable Risk Aml Always Favorable?", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Richard Dillon", + "middle_name": null, + "last_name": null, + "org_name": "King's College", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Is Favorable Risk Aml Always Favorable?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Richard Dillon ", + "kol_full_name": "Richard Dillon " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Therapeutics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461275", + "session_name": "Success Of Modified Aya Therapy In Mexico", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Roberta Demichelis", + "middle_name": null, + "last_name": null, + "org_name": "Salvador Zubirán National Institute of Medical Sciences", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Success Of Modified Aya Therapy In Mexico", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Therapeutics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roberta Demichelis ", + "kol_full_name": "Roberta Demichelis " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Myelodysplastic Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461276", + "session_name": "Molecular And Cellular Basis Of Mds", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Simona Colla", + "middle_name": null, + "last_name": null, + "org_name": "MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Molecular And Cellular Basis Of Mds", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Simona Colla ", + "kol_full_name": "Simona Colla " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Mutation | Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461277", + "session_name": "Looking For Mutations In Cml - When And How? Does Greater Sensitivity Make A Difference Or Is It Even Necessary?", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Simona Soverini", + "middle_name": null, + "last_name": null, + "org_name": "University of Bologna", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Looking For Mutations In Cml - When And How? Does Greater Sensitivity Make A Difference Or Is It Even Necessary?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mutation | Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Simona Soverini ", + "kol_full_name": "Simona Soverini " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Survival Analysis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461280", + "session_name": "What Prognostic Models Should We Use", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Stefano Molica", + "middle_name": null, + "last_name": null, + "org_name": "Hull-York Medical School (HYMS)", + "Country": "Canada", + "Region": "Quebec", + "City": "Hull", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "What Prognostic Models Should We Use", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Survival Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stefano Molica ", + "kol_full_name": "Stefano Molica " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Azacytidine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461279", + "session_name": "Dose Reductions In Azacytidine Plus Venetoclax Are Not Detrimental", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Stéphane De Botton", + "middle_name": null, + "last_name": null, + "org_name": "Institut de Cancérologie Gustave Roussy", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Dose Reductions In Azacytidine Plus Venetoclax Are Not Detrimental", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Azacytidine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stéphane De Botton ", + "kol_full_name": "Stéphane De Botton " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Genetic Predisposition To Disease | Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461281", + "session_name": "Genetic Predisposition To Cll", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Susan L Slager", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Genetic Predisposition To Cll", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetic Predisposition To Disease | Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susan L Slager ", + "kol_full_name": "Susan L Slager " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461282", + "session_name": "Should We Note Subset 2 Positive Patients As A Specific Group Within Mutated Or Unmutated Cll", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Thomas Chatzikonstantinou", + "middle_name": null, + "last_name": null, + "org_name": "Centre for Research and Technology Hellas", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Should We Note Subset 2 Positive Patients As A Specific Group Within Mutated Or Unmutated Cll", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thomas Chatzikonstantinou ", + "kol_full_name": "Thomas Chatzikonstantinou " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461283", + "session_name": "Chronic Myeloid Leukemia", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Timothy P Hughes", + "middle_name": null, + "last_name": null, + "org_name": "South Australian Health and Medical Research Institute", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Chronic Myeloid Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Timothy P Hughes ", + "kol_full_name": "Timothy P Hughes " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Myelodysplastic Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461284", + "session_name": "Progress In Lower Risk Mds", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Valeria Santini", + "middle_name": null, + "last_name": null, + "org_name": "University of Florence", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Progress In Lower Risk Mds", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myelodysplastic Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Valeria Santini ", + "kol_full_name": "Valeria Santini " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Multiple Myeloma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461285", + "session_name": "Mm Therapy In Resource Constrained Including Maintenance", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Vania TM Hungria", + "middle_name": null, + "last_name": null, + "org_name": "Clinica São Germano", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Mm Therapy In Resource Constrained Including Maintenance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vania TM Hungria ", + "kol_full_name": "Vania TM Hungria " + }, + { + "proj_kol_id": false, + "eid": "129314", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461286", + "session_name": "Management Of Older Patients With Aml - International Perspectives", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "kol_id": "0", + "first_name": "Vikram Mathews", + "middle_name": null, + "last_name": null, + "org_name": "Christian Medical College Vellore", + "Country": "India", + "Region": "Tamil Nadu", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.sohoonline.org/Common/Uploaded%20files/SOHO/Program/SOHO%202024%20Program.pdf", + "session_note": null, + "events_session": "Management Of Older Patients With Aml - International Perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vikram Mathews ", + "kol_full_name": "Vikram Mathews " + } + + ] + } +} \ No newline at end of file diff --git a/assets/ed129934.json b/assets/ed129934.json new file mode 100644 index 0000000..e3f1354 --- /dev/null +++ b/assets/ed129934.json @@ -0,0 +1,157912 @@ +{ + "data": { + "eventsdetail": + [ + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "1159711", + "session_name": "Routine HbA1c screening identifies de novo (pre)diabetes mellitus in 37% of ACS patients which comes with an even higher ischemic risk compared to known diabetes mellitus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159711", + "first_name": "Sanne", + "middle_name": "", + "last_name": "Janssen", + "org_name": "Zuyderland Medical Centre", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Heerlen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Routine HbA1c screening identifies de novo (pre)diabetes mellitus in 37% of ACS patients which comes with an even higher ischemic risk compared to known diabetes mellitus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome | Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sanne Janssen", + "kol_full_name": "Sanne Janssen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Technology | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159710", + "session_name": "Digital technology to personalise a heart-healthy lifestyle", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159710", + "first_name": "Ines", + "middle_name": "", + "last_name": "Frederix", + "org_name": "Zuyderland Medical Centre", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Heerlen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digital technology to personalise a heart-healthy lifestyle", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Technology | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ines Frederix", + "kol_full_name": "Ines Frederix" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Sinus Reducer | Refractory Angina", + "npi_num": "", + "hcp_pin_alias": "1159709", + "session_name": "One-year results from the REDUCER-I multi-center real-world clinical trial of the treatment of refractory angina with the coronary sinus Reducer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159709", + "first_name": "Stefan", + "middle_name": "", + "last_name": "Verheye", + "org_name": "ZNA Middelheim Hospital", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "One-year results from the REDUCER-I multi-center real-world clinical trial of the treatment of refractory angina with the coronary sinus Reducer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Sinus Reducer | Refractory Angina", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefan Verheye", + "kol_full_name": "Stefan Verheye" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemic Stroke", + "npi_num": "", + "hcp_pin_alias": "1159708", + "session_name": "The influence of remnant cholesterol on ischemic stroke and its subtypes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159708", + "first_name": "Suifeng", + "middle_name": "", + "last_name": "Liu", + "org_name": "Zhongshan Hospital Xiamen University", + "Country": "China", + "Region": "Fujian", + "City": "XIAMEN", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The influence of remnant cholesterol on ischemic stroke and its subtypes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemic Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Suifeng Liu", + "kol_full_name": "Suifeng Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Clustered Regularly Interspaced Short Palindromic Repeats", + "npi_num": "", + "hcp_pin_alias": "1159707", + "session_name": "Epi-Allele: CRISPR-mediated allele-specific epigenetic editing alleviates hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159707", + "first_name": "Zhengmin", + "middle_name": "", + "last_name": "Wang", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epi-Allele: CRISPR-mediated allele-specific epigenetic editing alleviates hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Clustered Regularly Interspaced Short Palindromic Repeats", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhengmin Wang", + "kol_full_name": "Zhengmin Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159706", + "session_name": "Sex-differences in the clinical features, managements and outcomes of early-onset atherosclerotic coronary artery disease in China", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159706", + "first_name": "Yuxiang", + "middle_name": "", + "last_name": "Dai", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-differences in the clinical features", + "rest_events_session_count": 1, + "rest_events_session": " managements and outcomes of early-onset atherosclerotic coronary artery disease in China", + "events_topic": "Atherosclerosis | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuxiang Dai", + "kol_full_name": "Yuxiang Dai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1159705", + "session_name": "Left ventricular flow dynamics and energetics derived from 4D flow CMR in patients with low gradient severe aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159705", + "first_name": "Yongshi", + "middle_name": "", + "last_name": "Wang", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular flow dynamics and energetics derived from 4D flow CMR in patients with low gradient severe aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yongshi Wang", + "kol_full_name": "Yongshi Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Reperfusion Injury | Ubiquitination | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1159704", + "session_name": "Nap1L1 Ubiquitination Degradation-dependent Protective Effects of Wnt2 on Cardiac Ischemia/Reperfusion Injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159704", + "first_name": "Ying", + "middle_name": "", + "last_name": "Wang", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nap1L1 Ubiquitination Degradation-dependent Protective Effects of Wnt2 on Cardiac Ischemia/Reperfusion Injury", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reperfusion Injury | Ubiquitination ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemia", + "kol_name": "Ying Wang", + "kol_full_name": "Ying Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Necroptosis | Myocarditis", + "npi_num": "", + "hcp_pin_alias": "1159703", + "session_name": "Cardiac arginination is an accelerator in icis-related myocarditis via promotes RALBP1 signal and regulates necroptosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159703", + "first_name": "Xuejun", + "middle_name": "", + "last_name": "Wang", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac arginination is an accelerator in icis-related myocarditis via promotes RALBP1 signal and regulates necroptosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Necroptosis | Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xuejun Wang", + "kol_full_name": "Xuejun Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hyperuricemia | Uox Gene | Endothelium Injury | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159702", + "session_name": "High uric acid induces vascular endothelial cell injury via XBP1-PKM2 mediated glycolytic inhibition,Deletion of the Uox gene generates a mouse model of hyperuricemia with cardiovascular complications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159702", + "first_name": "Shalaimaiti", + "middle_name": "", + "last_name": "Shali", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High uric acid induces vascular endothelial cell injury via XBP1-PKM2 mediated glycolytic inhibition", + "rest_events_session_count": 1, + "rest_events_session": "Deletion of the Uox gene generates a mouse model of hyperuricemia with cardiovascular complications", + "events_topic": "Hyperuricemia | Uox Gene ", + "rest_events_topic_count": 2, + "rest_events_topic": " Endothelium Injury | Cardiovascular Diseases", + "kol_name": "Shalaimaiti Shali", + "kol_full_name": "Shalaimaiti Shali" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipogenesis | Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1159701", + "session_name": "Inhibition of Queuine tRNA-Ribosyltransferase 1 ameliorates heaptic lipogenesis and atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159701", + "first_name": "Runda", + "middle_name": "", + "last_name": "Wu", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inhibition of Queuine tRNA-Ribosyltransferase 1 ameliorates heaptic lipogenesis and atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipogenesis | Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Runda Wu", + "kol_full_name": "Runda Wu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nanoparticles | Fibroblasts", + "npi_num": "", + "hcp_pin_alias": "1159700", + "session_name": "Direct in vivo cardiac reprogramming with circular RNA of single transcription factor delivered by fibroblast-targeting lipid nanoparticles", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159700", + "first_name": "Qiaozi", + "middle_name": "", + "last_name": "Wang", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Direct in vivo cardiac reprogramming with circular RNA of single transcription factor delivered by fibroblast-targeting lipid nanoparticles", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nanoparticles | Fibroblasts", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Qiaozi Wang", + "kol_full_name": "Qiaozi Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Mutation | Genetic Association Studies | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159699", + "session_name": "Gene-echocardiography: refining genotype-phenotype correlations in cardiomyopathy patients with restrictive phenotype,Gene-echocardiography: unmasking the covert role of fatty acid metabolism gene mutations in adult cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159699", + "first_name": "Nianwei", + "middle_name": "", + "last_name": "Zhou", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gene-echocardiography: refining genotype-phenotype correlations in cardiomyopathy patients with restrictive phenotype", + "rest_events_session_count": 1, + "rest_events_session": "Gene-echocardiography: unmasking the covert role of fatty acid metabolism gene mutations in adult cardiomyopathy", + "events_topic": "Echocardiography | Mutation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Genetic Association Studies | Cardiomyopathies", + "kol_name": "Nianwei Zhou", + "kol_full_name": "Nianwei Zhou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy | Cadherins | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159698", + "session_name": "Cardiac secreted-HSP90alpha in cardiomyocyte hypertrophy by N-Cadherin mediated signaling under pressure overload", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159698", + "first_name": "Le", + "middle_name": "", + "last_name": "Pan", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac secreted-HSP90alpha in cardiomyocyte hypertrophy by N-Cadherin mediated signaling under pressure overload", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy | Cadherins ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocytes, Cardiac", + "kol_name": "Le Pan", + "kol_full_name": "Le Pan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Bionics | Aortic Valve Insufficiency | Mitral Valve Insufficiency | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1159697", + "session_name": "Predictors for mitral regurgitation improvement in patients with pure severe aortic regurgitation undergoing transcatheter aortic valve replacement: when can kill two birds with one stone?,A novel bionic constructional left atrial appendage occlude device: the result of preclinical experiment and first-in-human study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159697", + "first_name": "Dawei", + "middle_name": "", + "last_name": "Lin", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors for mitral regurgitation improvement in patients with pure severe aortic regurgitation undergoing transcatheter aortic valve replacement: when can kill two birds with one stone?", + "rest_events_session_count": 1, + "rest_events_session": "A novel bionic constructional left atrial appendage occlude device: the result of preclinical experiment and first-in-human study", + "events_topic": "Transcatheter Aortic Valve Replacement | Bionics ", + "rest_events_topic_count": 3, + "rest_events_topic": " Aortic Valve Insufficiency | Mitral Valve Insufficiency | Atrial Appendage", + "kol_name": "Dawei Lin", + "kol_full_name": "Dawei Lin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Reperfusion Injury | Macrophages", + "npi_num": "", + "hcp_pin_alias": "1159696", + "session_name": "Macrophage MST4 exacerbates cardiac microvascular ischaemia/reperfusion injury by phosphorylating ACLY", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159696", + "first_name": "Ao", + "middle_name": "", + "last_name": "Chen", + "org_name": "Zhongshan Hospital Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Macrophage MST4 exacerbates cardiac microvascular ischaemia/reperfusion injury by phosphorylating ACLY", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reperfusion Injury | Macrophages", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ao Chen", + "kol_full_name": "Ao Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Neprilysin | Tensins | Angiotensins", + "npi_num": "", + "hcp_pin_alias": "1159695", + "session_name": "The effects of angiotensin receptor-neprilysin inhibitors on clinical outcomes in heart failure with mildly reduced or preserved ejection fraction: real-world evidence from the CCA Database-HF Center", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159695", + "first_name": "Zhonglei", + "middle_name": "", + "last_name": "Xie", + "org_name": "Zhongshan Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effects of angiotensin receptor-neprilysin inhibitors on clinical outcomes in heart failure with mildly reduced or preserved ejection fraction: real-world evidence from the CCA Database-HF Center", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Neprilysin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tensins | Angiotensins", + "kol_name": "Zhonglei Xie", + "kol_full_name": "Zhonglei Xie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Echocardiography | Mitral Valve Prolapse | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159694", + "session_name": "Feasibility validation of automatic diagnosis of mitral valve prolapse from multi-view echocardiographic sequences based on deep neural network,A potentially explainable artificial intelligence model for automatic classification of mitral regurgitation in echocardiographic videos", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159694", + "first_name": "Zhenyi", + "middle_name": "", + "last_name": "Ge", + "org_name": "Zhongshan Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Feasibility validation of automatic diagnosis of mitral valve prolapse from multi-view echocardiographic sequences based on deep neural network", + "rest_events_session_count": 1, + "rest_events_session": "A potentially explainable artificial intelligence model for automatic classification of mitral regurgitation in echocardiographic videos", + "events_topic": "Mitral Valve Insufficiency | Echocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mitral Valve Prolapse | Artificial Intelligence", + "kol_name": "Zhenyi Ge", + "kol_full_name": "Zhenyi Ge" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Injuries", + "npi_num": "", + "hcp_pin_alias": "1159693", + "session_name": "S-nitrosylation of aconitase-2 facilitates coronary microembolization-induced cardiac injury by suppressing iron-sulfur cluster assembly", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159693", + "first_name": "Zhangwei", + "middle_name": "", + "last_name": "Chen", + "org_name": "Zhongshan Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "S-nitrosylation of aconitase-2 facilitates coronary microembolization-induced cardiac injury by suppressing iron-sulfur cluster assembly", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Injuries", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhangwei Chen", + "kol_full_name": "Zhangwei Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Repair Surgery | Robotic Surgical Procedures | Heart Regeneration | Echocardiography, Three-Dimensional | Echocardiography | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159692", + "session_name": "Initial experience with a 5G cellular network and robotic arm-based remote echocardiographic system in an all-comers setting,Cardiomyocyte proliferation is promoted by intracellular Gas6-mediated Yap activity during neonatal heart regeneration,Sex-specific prognosis of right ventricular size measured by 3D echocardiography following isolated tricuspid valve surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159692", + "first_name": "Yu", + "middle_name": "", + "last_name": "Liu", + "org_name": "Zhongshan Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Initial experience with a 5G cellular network and robotic arm-based remote echocardiographic system in an all-comers setting", + "rest_events_session_count": 2, + "rest_events_session": "Cardiomyocyte proliferation is promoted by intracellular Gas6-mediated Yap activity during neonatal heart regeneration,Sex-specific prognosis of right ventricular size measured by 3D echocardiography following isolated tricuspid valve surgery", + "events_topic": "Tricuspid Valve Repair Surgery | Robotic Surgical Procedures ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Regeneration | Echocardiography, Three-Dimensional | Echocardiography | Myocytes, Cardiac", + "kol_name": "Yu Liu", + "kol_full_name": "Yu Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stimulator Of Interferon Genes | Macrophages", + "npi_num": "", + "hcp_pin_alias": "1159691", + "session_name": "Unexpected macrophage-mediated myocardial cGas-STING activation in a novel mouse model of stress-related sleep disturbance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159691", + "first_name": "Yan", + "middle_name": "", + "last_name": "Xia", + "org_name": "Zhongshan Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unexpected macrophage-mediated myocardial cGas-STING activation in a novel mouse model of stress-related sleep disturbance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stimulator Of Interferon Genes | Macrophages", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yan Xia", + "kol_full_name": "Yan Xia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159690", + "session_name": "Long-term outcomes in hospitalized heart failure patients in China: results from the China National Heart Failure (CN-HF) registry study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159690", + "first_name": "Xiaotong", + "middle_name": "", + "last_name": "Cui", + "org_name": "Zhongshan Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcomes in hospitalized heart failure patients in China: results from the China National Heart Failure (CN-HF) registry study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xiaotong Cui", + "kol_full_name": "Xiaotong Cui" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "PCSK9 Inhibitors | Hyperlipoproteinemia Type II", + "npi_num": "", + "hcp_pin_alias": "1159689", + "session_name": "Nanoparticle-based lysosome-targeting chimeras degrade PCSK9 proteins for familial hypercholesterolemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159689", + "first_name": "Qiyu", + "middle_name": "", + "last_name": "LI", + "org_name": "Zhongshan Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nanoparticle-based lysosome-targeting chimeras degrade PCSK9 proteins for familial hypercholesterolemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "PCSK9 Inhibitors | Hyperlipoproteinemia Type II", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Qiyu LI", + "kol_full_name": "Qiyu LI" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Oxidoreductases | Random Allocation | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159688", + "session_name": "Circulating quiescin sulfhydryl oxidase and risk of cardiovascular disease: a mendelian randomization study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159688", + "first_name": "Juying", + "middle_name": "", + "last_name": "Qian", + "org_name": "Zhongshan Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating quiescin sulfhydryl oxidase and risk of cardiovascular disease: a mendelian randomization study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oxidoreductases | Random Allocation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Juying Qian", + "kol_full_name": "Juying Qian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipoprotein(a) | Muscle, Smooth, Vascular | Aortic Dissection", + "npi_num": "", + "hcp_pin_alias": "1159687", + "session_name": "Lipoprotein(a) induces spontaneous aortic dissection via increasing monocyte mediated vascular smooth muscle cell phenotype transformation in human Lp(a) transgenic mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159687", + "first_name": "Chengzhi", + "middle_name": "", + "last_name": "Han", + "org_name": "Zhongshan Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoprotein(a) induces spontaneous aortic dissection via increasing monocyte mediated vascular smooth muscle cell phenotype transformation in human Lp(a) transgenic mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipoprotein(a) | Muscle, Smooth, Vascular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Dissection", + "kol_name": "Chengzhi Han", + "kol_full_name": "Chengzhi Han" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Extracellular Vesicles", + "npi_num": "", + "hcp_pin_alias": "1159686", + "session_name": "Bnip3 promotes the release of mitochondria-derived extracellular vesicles in cardiac fibroblasts to exacerbate inflammation response after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159686", + "first_name": "Ya", + "middle_name": "", + "last_name": "Hu", + "org_name": "Zhongda Hospital, Southeast University", + "Country": "China", + "Region": "Jiangsu", + "City": "Nanjing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bnip3 promotes the release of mitochondria-derived extracellular vesicles in cardiac fibroblasts to exacerbate inflammation response after myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Extracellular Vesicles", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ya Hu", + "kol_full_name": "Ya Hu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159685", + "session_name": "Oxct1 regulates cardiomyocyte PANoptosis in acute myocardial infarction via succinylating Tfam", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159685", + "first_name": "Xinxin", + "middle_name": "", + "last_name": "Li", + "org_name": "Zhongda Hospital, Southeast University", + "Country": "China", + "Region": "Jiangsu", + "City": "Nanjing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Oxct1 regulates cardiomyocyte PANoptosis in acute myocardial infarction via succinylating Tfam", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xinxin Li", + "kol_full_name": "Xinxin Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159684", + "session_name": "Association between impaired left ventricular global longitudinal strain and B-type natriuretic peptide in obstructive hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159684", + "first_name": "Zhenzhen", + "middle_name": "", + "last_name": "Wang", + "org_name": "Zhejiang Provincial People's Hospital", + "Country": "China", + "Region": "Zhejiang", + "City": "Hangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between impaired left ventricular global longitudinal strain and B-type natriuretic peptide in obstructive hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhenzhen Wang", + "kol_full_name": "Zhenzhen Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Psoriasis | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1159683", + "session_name": "Valvular heart disease and out-of-hospital cardiac arrest,Out-of-hospital cardiac arrest in patients with psoriasis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159683", + "first_name": "Mohamad", + "middle_name": "", + "last_name": "El-Chouli", + "org_name": "Zealand University Hospital, Roskilde", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Valvular heart disease and out-of-hospital cardiac arrest", + "rest_events_session_count": 1, + "rest_events_session": "Out-of-hospital cardiac arrest in patients with psoriasis", + "events_topic": "Heart Valve Diseases | Psoriasis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "Mohamad El-Chouli", + "kol_full_name": "Mohamad El-Chouli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bicuspid Aortic Valve Disease", + "npi_num": "", + "hcp_pin_alias": "1159682", + "session_name": "No association between the novel international classification of bicuspid aortic valve anatomy and performed surgery of the valve or aorta", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159682", + "first_name": "Sandra", + "middle_name": "", + "last_name": "Wulffeld", + "org_name": "Zealand University Hospital", + "Country": "Denmark", + "Region": "Roskilde", + "City": "Roskilde", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "No association between the novel international classification of bicuspid aortic valve anatomy and performed surgery of the valve or aorta", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bicuspid Aortic Valve Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sandra Wulffeld", + "kol_full_name": "Sandra Wulffeld" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Tachycardia, Ventricular | Atrial Fibrillation | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1159681", + "session_name": "The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel,Implantable cardioverter defibrillator therapy,Ventricular tachycardia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159681", + "first_name": "Mikkel", + "middle_name": "", + "last_name": "Schoos", + "org_name": "Zealand University Hospital", + "Country": "Denmark", + "Region": "Roskilde", + "City": "Roskilde", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel", + "rest_events_session_count": 2, + "rest_events_session": "Implantable cardioverter defibrillator therapy,Ventricular tachycardia", + "events_topic": "Stroke | Tachycardia, Ventricular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atrial Fibrillation | Defibrillators, Implantable", + "kol_name": "Mikkel Schoos", + "kol_full_name": "Mikkel Schoos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bacteremia | Cardiac Implantable Electronic Devices | Staphylococcus Aureus", + "npi_num": "", + "hcp_pin_alias": "1159680", + "session_name": "Mortality and patient stratification 30 days after Staphylococcus aureus bacteraemia in patients with cardiac implantable electronic devices - a Danish nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159680", + "first_name": "Kasper", + "middle_name": "Hoetoft", + "last_name": "Bengtsen", + "org_name": "Zealand University Hospital", + "Country": "Denmark", + "Region": "Roskilde", + "City": "Roskilde", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mortality and patient stratification 30 days after Staphylococcus aureus bacteraemia in patients with cardiac implantable electronic devices - a Danish nationwide cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bacteremia | Cardiac Implantable Electronic Devices ", + "rest_events_topic_count": 1, + "rest_events_topic": " Staphylococcus Aureus", + "kol_name": "Kasper Hoetoft Bengtsen", + "kol_full_name": "Kasper Hoetoft Bengtsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159679", + "session_name": "Epidemiology of recurrent myocardial infarction in the reperfusion era", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159679", + "first_name": "Daniel", + "middle_name": "Molager", + "last_name": "Christensen", + "org_name": "Zealand University Hospital", + "Country": "Denmark", + "Region": "Roskilde", + "City": "Roskilde", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epidemiology of recurrent myocardial infarction in the reperfusion era", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Molager Christensen", + "kol_full_name": "Daniel Molager Christensen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health | Cardiovascular Diseases | Telemedicine", + "npi_num": "", + "hcp_pin_alias": "1159678", + "session_name": "Innovations in telemedicine, robotics, and digital solutions,Remote monitoring: real-world impacts and technological innovations in cardiovascular care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159678", + "first_name": "Charlotte", + "middle_name": "", + "last_name": "Helmark", + "org_name": "Zealand University Hospital", + "Country": "Denmark", + "Region": "Roskilde", + "City": "Roskilde", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovations in telemedicine", + "rest_events_session_count": 3, + "rest_events_session": " robotics, and digital solutions,Remote monitoring: real-world impacts and technological innovations in cardiovascular care", + "events_topic": "Digital Health | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Telemedicine", + "kol_name": "Charlotte Helmark", + "kol_full_name": "Charlotte Helmark" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Ultrasonography, Interventional | Myocardial Infarction | Percutaneous Coronary Intervention | Angiography", + "npi_num": "", + "hcp_pin_alias": "1159677", + "session_name": "Intravascular ultrasound-guided versus angiography-guided percutaneous coronary intervention for acute myocardial infarction with cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159677", + "first_name": "Yongcheol", + "middle_name": "", + "last_name": "Kim", + "org_name": "Yonsei University College of Medicine and Yongin Severance Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intravascular ultrasound-guided versus angiography-guided percutaneous coronary intervention for acute myocardial infarction with cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Ultrasonography, Interventional ", + "rest_events_topic_count": 3, + "rest_events_topic": " Myocardial Infarction | Percutaneous Coronary Intervention | Angiography", + "kol_name": "Yongcheol Kim", + "kol_full_name": "Yongcheol Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159676", + "session_name": "Clinical outcomes according to clinical and surgical risk scores for tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159676", + "first_name": "Seo-Yeon", + "middle_name": "", + "last_name": "Gwak", + "org_name": "Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes according to clinical and surgical risk scores for tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seo-Yeon Gwak", + "kol_full_name": "Seo-Yeon Gwak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RNA, Long Noncoding | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159675", + "session_name": "Serum exosomal long non-coding RNA H19 as a theragnostic target for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159675", + "first_name": "Ji-Young", + "middle_name": "", + "last_name": "Kang", + "org_name": "Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serum exosomal long non-coding RNA H19 as a theragnostic target for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "RNA, Long Noncoding | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ji-Young Kang", + "kol_full_name": "Ji-Young Kang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Homeostasis | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159674", + "session_name": "Exosomes derived from atrial fibrillation patients alleviate arrhythmia by regulating calcium homeostasis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159674", + "first_name": "Hyoeun", + "middle_name": "", + "last_name": "Kim", + "org_name": "Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exosomes derived from atrial fibrillation patients alleviate arrhythmia by regulating calcium homeostasis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Homeostasis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Hyoeun Kim", + "kol_full_name": "Hyoeun Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1159673", + "session_name": "Retinal imaging for cardiovascular risk assessment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159673", + "first_name": "Sungha", + "middle_name": "", + "last_name": "Park", + "org_name": "Yonsei University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Retinal imaging for cardiovascular risk assessment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sungha Park", + "kol_full_name": "Sungha Park" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Pressure Monitors", + "npi_num": "", + "hcp_pin_alias": "1159672", + "session_name": "Broaden The cuffless blood pressure monitor, now and tomorrow", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159672", + "first_name": "Seok", + "middle_name": "Min", + "last_name": "Kang", + "org_name": "Yonsei University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Broaden The cuffless blood pressure monitor", + "rest_events_session_count": 1, + "rest_events_session": " now and tomorrow", + "events_topic": "Blood Pressure Monitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seok Min Kang", + "kol_full_name": "Seok Min Kang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Tomography, Optical Coherence | Coronary Computed Tomography Angiography", + "npi_num": "", + "hcp_pin_alias": "1159671", + "session_name": "Predictive value of plaque characteristics assessed by coronary computed tomography angiography and optical coherence tomography for identification of lesions causing ischemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159671", + "first_name": "Jonghu", + "middle_name": "", + "last_name": "Shin", + "org_name": "Yonsei University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictive value of plaque characteristics assessed by coronary computed tomography angiography and optical coherence tomography for identification of lesions causing ischemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Tomography, Optical Coherence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Computed Tomography Angiography", + "kol_name": "Jonghu Shin", + "kol_full_name": "Jonghu Shin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1159670", + "session_name": "Who should be prioritized for screening for adult onset dilated cardiomyopathy among first degree relatives?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159670", + "first_name": "Jaewon", + "middle_name": "", + "last_name": "Oh", + "org_name": "Yonsei University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Who should be prioritized for screening for adult onset dilated cardiomyopathy among first degree relatives?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jaewon Oh", + "kol_full_name": "Jaewon Oh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159669", + "session_name": "Polygenic risk score for prediction of atrial fibrillation according to presence of the hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159669", + "first_name": "Boyoung", + "middle_name": "", + "last_name": "Joung", + "org_name": "Yonsei University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Polygenic risk score for prediction of atrial fibrillation according to presence of the hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Boyoung Joung", + "kol_full_name": "Boyoung Joung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Heart Valve Diseases | Heart Auscultation", + "npi_num": "", + "hcp_pin_alias": "1159668", + "session_name": "Machine learning approach for detection of valvular heart disease through digital cardiac auscultation: results from multi-center prospective cross-sectional study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159668", + "first_name": "In", + "middle_name": "Hyun", + "last_name": "Jung", + "org_name": "Yongin Severance Hospital, Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning approach for detection of valvular heart disease through digital cardiac auscultation: results from multi-center prospective cross-sectional study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Heart Valve Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Auscultation", + "kol_name": "In Hyun Jung", + "kol_full_name": "In Hyun Jung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Hypothermia, Induced | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1159667", + "session_name": "Therapeutic hypothermia after out-of-hospital cardiac arrest in comatose patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159667", + "first_name": "Oh-Hyun", + "middle_name": "", + "last_name": "Lee", + "org_name": "Yongin Severance Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Therapeutic hypothermia after out-of-hospital cardiac arrest in comatose patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Hypothermia, Induced ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "Oh-Hyun Lee", + "kol_full_name": "Oh-Hyun Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Sprains And Strains | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159666", + "session_name": "Prognostic value of left atrial strain for outcome of catheter ablation in patients with atrial fibrillation and moderately enlarged left atrium", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159666", + "first_name": "Moon-Hyun", + "middle_name": "", + "last_name": "Kim", + "org_name": "Yongin severance", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of left atrial strain for outcome of catheter ablation in patients with atrial fibrillation and moderately enlarged left atrium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Sprains And Strains ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Moon-Hyun Kim", + "kol_full_name": "Moon-Hyun Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Coronary Artery Disease | Hypertrophy, Left Ventricular", + "npi_num": "", + "hcp_pin_alias": "1159665", + "session_name": "Coexistence of coronary microvascular dysfunction and left ventricular hypertrophy can predict prognosis of patients with nonobstructive coronary arteries.,Synergic interaction between coronary flow reserve and left atrial diameter as a risk factor for major adverse cardiovascular events in patients with nonobstructive coronary artery disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159665", + "first_name": "Aki", + "middle_name": "", + "last_name": "Ito", + "org_name": "Yokosuka Kyosai Hospital", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Yokosuka", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coexistence of coronary microvascular dysfunction and left ventricular hypertrophy can predict prognosis of patients with nonobstructive coronary arteries.", + "rest_events_session_count": 1, + "rest_events_session": "Synergic interaction between coronary flow reserve and left atrial diameter as a risk factor for major adverse cardiovascular events in patients with nonobstructive coronary artery disease.", + "events_topic": "Prognosis | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertrophy, Left Ventricular", + "kol_name": "Aki Ito", + "kol_full_name": "Aki Ito" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Proprotein Convertases | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159664", + "session_name": "Proprotein convertase subtilisin/kexin type 9 levels and the risk of cardiovascular events in statin-treated patients with cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159664", + "first_name": "Masaomi", + "middle_name": "", + "last_name": "Gohbara", + "org_name": "Yokohama City University Medical Center", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Yokohama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proprotein convertase subtilisin/kexin type 9 levels and the risk of cardiovascular events in statin-treated patients with cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proprotein Convertases | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masaomi Gohbara", + "kol_full_name": "Masaomi Gohbara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Machine Learning", + "npi_num": "", + "hcp_pin_alias": "1159663", + "session_name": "Prognostic prediction of cardiovascular adverse events in patients after percutaneous coronary intervention using machine learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159663", + "first_name": "Kozo", + "middle_name": "", + "last_name": "Okada", + "org_name": "Yokohama City University Medical Center", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Yokohama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic prediction of cardiovascular adverse events in patients after percutaneous coronary intervention using machine learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Machine Learning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kozo Okada", + "kol_full_name": "Kozo Okada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Amyloidosis, Hereditary, Transthyretin-Related | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1159662", + "session_name": "Computed tomography-derived myocardial extracellular volume: a diagnostic marker for cardiac amyloidosis in transcatheter aortic valve implantation patients with biopsy confirmation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159662", + "first_name": "Kensuke", + "middle_name": "", + "last_name": "Matsushita", + "org_name": "Yokohama City University Medical Center", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Yokohama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Computed tomography-derived myocardial extracellular volume: a diagnostic marker for cardiac amyloidosis in transcatheter aortic valve implantation patients with biopsy confirmation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "Kensuke Matsushita", + "kol_full_name": "Kensuke Matsushita" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1159661", + "session_name": "Clinical significance of 12-lead electrocardiogram QRS scores on admission in ST-segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159661", + "first_name": "Katsuhiko", + "middle_name": "", + "last_name": "Tsutsumi", + "org_name": "Yokohama City University Medical Center", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Yokohama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical significance of 12-lead electrocardiogram QRS scores on admission in ST-segment elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katsuhiko Tsutsumi", + "kol_full_name": "Katsuhiko Tsutsumi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Spasm | Vasoconstriction | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1159660", + "session_name": "Impact of vasoconstriction by coronary spasm on functional ischemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159660", + "first_name": "Hidekuni", + "middle_name": "", + "last_name": "Kirigaya", + "org_name": "Yokohama City University Medical Center", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Yokohama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of vasoconstriction by coronary spasm on functional ischemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Spasm | Vasoconstriction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemia", + "kol_name": "Hidekuni Kirigaya", + "kol_full_name": "Hidekuni Kirigaya" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159659", + "session_name": "Prognostic impact of symptom relief under low and normal physical performance in patients hospitalized for worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159659", + "first_name": "Yu", + "middle_name": "", + "last_name": "Yamada", + "org_name": "Yokohama City University Hospital", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Yokohama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of symptom relief under low and normal physical performance in patients hospitalized for worsening heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yu Yamada", + "kol_full_name": "Yu Yamada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug-Eluting Stents | Percutaneous Coronary Intervention | Diabetes Mellitus | Coronary Angiography", + "npi_num": "", + "hcp_pin_alias": "1159658", + "session_name": "Long-term clinical impact of routine follow-up coronary angiography of asymptomatic patients after complex percutaneous coronary intervention in the drug-eluting stent era,Long-term clinical implications of routine follow-up coronary angiography of asymptomatic patients with long-duration diabetes mellitus after percutaneous coronary intervention in drug-eluting stent e", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159658", + "first_name": "Jun-Chang", + "middle_name": "", + "last_name": "Jung", + "org_name": "Yeungnam University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term clinical impact of routine follow-up coronary angiography of asymptomatic patients after complex percutaneous coronary intervention in the drug-eluting stent era", + "rest_events_session_count": 1, + "rest_events_session": "Long-term clinical implications of routine follow-up coronary angiography of asymptomatic patients with long-duration diabetes mellitus after percutaneous coronary intervention in drug-eluting stent e", + "events_topic": "Drug-Eluting Stents | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diabetes Mellitus | Coronary Angiography", + "kol_name": "Jun-Chang Jung", + "kol_full_name": "Jun-Chang Jung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159657", + "session_name": "The association between circulating B cell count and clinical outcomes in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159657", + "first_name": "Yuta", + "middle_name": "", + "last_name": "Kobayashi", + "org_name": "Yamagata University School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between circulating B cell count and clinical outcomes in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuta Kobayashi", + "kol_full_name": "Yuta Kobayashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nephrocystin | Cardio-Renal Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159656", + "session_name": "Deletion of nephrocystin 4 exacerbates cardiac function and survival rate in a mouse model of cardio-renal syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159656", + "first_name": "Junya", + "middle_name": "", + "last_name": "Sato", + "org_name": "Yamagata University School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deletion of nephrocystin 4 exacerbates cardiac function and survival rate in a mouse model of cardio-renal syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nephrocystin | Cardio-Renal Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Junya Sato", + "kol_full_name": "Junya Sato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Semaphorins", + "npi_num": "", + "hcp_pin_alias": "1159655", + "session_name": "Renal Semaphorin 3C mediates cardiac adaptive response", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159655", + "first_name": "Yoichiro", + "middle_name": "", + "last_name": "Otaki", + "org_name": "Yamagata University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Renal Semaphorin 3C mediates cardiac adaptive response", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Semaphorins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yoichiro Otaki", + "kol_full_name": "Yoichiro Otaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159654", + "session_name": "Hypoperfused myocardium and systolic function in patients with AMI undergoing complete revascularization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159654", + "first_name": "Jin", + "middle_name": "", + "last_name": "Si", + "org_name": "Xuanwu Hospital, Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypoperfused myocardium and systolic function in patients with AMI undergoing complete revascularization", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jin Si", + "kol_full_name": "Jin Si" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Heart Failure, Systolic | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1159653", + "session_name": "Development and validation of a predicting model for risk of rehospitalization within 30 days in heart failure patients with preserved ejection fraction,Risk factors of all-cause mortality in heart failure with mildly reduced ejection fraction patients with different post-discharge left ventricular ejection fraction variation patterns,Development and validation of a predicting model for risk of mortality in heart failure patients with mildly reduced ejection fraction post discharge,Independent risk factors of ejection fraction deterioration post discharge in hospitalized heart failure patients with mildly reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159653", + "first_name": "Yunlong", + "middle_name": "", + "last_name": "Zhu", + "org_name": "Xiangtan Central Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development and validation of a predicting model for risk of rehospitalization within 30 days in heart failure patients with preserved ejection fraction", + "rest_events_session_count": 3, + "rest_events_session": "Risk factors of all-cause mortality in heart failure with mildly reduced ejection fraction patients with different post-discharge left ventricular ejection fraction variation patterns,Development and validation of a predicting model for risk of mortality in heart failure patients with mildly reduced ejection fraction post discharge,Independent risk factors of ejection fraction deterioration post discharge in hospitalized heart failure patients with mildly reduced ejection fraction", + "events_topic": "Mortality | Heart Failure, Systolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Diastolic", + "kol_name": "Yunlong Zhu", + "kol_full_name": "Yunlong Zhu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "", + "hcp_pin_alias": "1159652", + "session_name": "How to incorporate patient preference in decision-making - patient perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159652", + "first_name": "Julie", + "middle_name": "", + "last_name": "Harris", + "org_name": "Wythenshawe Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to incorporate patient preference in decision-making - patient perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julie Harris", + "kol_full_name": "Julie Harris" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Study | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1159651", + "session_name": "Case 2: how do I manage chronic kidney disease as a generalist?,Practical seminar for general clinicians", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159651", + "first_name": "Raj", + "middle_name": "", + "last_name": "Thakkar", + "org_name": "Wycombe Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "High Wycombe", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2: how do I manage chronic kidney disease as a generalist?", + "rest_events_session_count": 1, + "rest_events_session": "Practical seminar for general clinicians", + "events_topic": "Clinical Study | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raj Thakkar", + "kol_full_name": "Raj Thakkar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Radial Artery Occlusion", + "npi_num": "", + "hcp_pin_alias": "1159650", + "session_name": "Impact of the thin-walled sheath on the distal radial artery occlusion: a randomized trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159650", + "first_name": "Gaojun", + "middle_name": "", + "last_name": "Cai", + "org_name": "Wujin hospital affiliated with Jiangsu University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of the thin-walled sheath on the distal radial artery occlusion: a randomized trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radial Artery Occlusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gaojun Cai", + "kol_full_name": "Gaojun Cai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sequence Analysis, RNA | Receptors, Antigen, T-Cell | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159649", + "session_name": "Paired single-cell RNA sequencing and T cell receptor sequencing reveals both pro- and anti-inflammatory roles of T cells in patients with calcific aortic valve disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159649", + "first_name": "Xi", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Wuhan Union Hospital", + "Country": "China", + "Region": "Hubei", + "City": "WUHAN", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Paired single-cell RNA sequencing and T cell receptor sequencing reveals both pro- and anti-inflammatory roles of T cells in patients with calcific aortic valve disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sequence Analysis, RNA | Receptors, Antigen, T-Cell ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "Xi Zhang", + "kol_full_name": "Xi Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertensive Crisis | Exercise | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1159648", + "session_name": "Exaggerated blood pressure response to submaximal exercise must be considered relative to fitness: strong associations with hypertensive target organ damage", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159648", + "first_name": "Monika", + "middle_name": "", + "last_name": "Przewlocka-Kosmala", + "org_name": "Wroclaw Medical University", + "Country": "Poland", + "Region": "Dolnoslaskie", + "City": "Wroclaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exaggerated blood pressure response to submaximal exercise must be considered relative to fitness: strong associations with hypertensive target organ damage", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertensive Crisis | Exercise ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Monika Przewlocka-Kosmala", + "kol_full_name": "Monika Przewlocka-Kosmala" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Skeletal Muscle Enlargement | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159647", + "session_name": "Skeletal and respiratory muscle weakness contributes to decreased exercise capacity in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159647", + "first_name": "Michal", + "middle_name": "", + "last_name": "Tkaczyszyn", + "org_name": "Wroclaw Medical University", + "Country": "Poland", + "Region": "Dolnoslaskie", + "City": "Wroclaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Skeletal and respiratory muscle weakness contributes to decreased exercise capacity in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Skeletal Muscle Enlargement | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michal Tkaczyszyn", + "kol_full_name": "Michal Tkaczyszyn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Transplantation | Fibrinogen", + "npi_num": "", + "hcp_pin_alias": "1159646", + "session_name": "Early postoperative Fibrinogen-to-Albumin Ratio prognosticate 6-month procedural success in patients undergoing orthotopic heart transplantation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159646", + "first_name": "Mateusz", + "middle_name": "", + "last_name": "Sokolski", + "org_name": "Wroclaw Medical University", + "Country": "Poland", + "Region": "Dolnoslaskie", + "City": "Wroclaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early postoperative Fibrinogen-to-Albumin Ratio prognosticate 6-month procedural success in patients undergoing orthotopic heart transplantation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation | Fibrinogen", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mateusz Sokolski", + "kol_full_name": "Mateusz Sokolski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159645", + "session_name": "Determinants of adherence among patients with hypertension.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159645", + "first_name": "Katarzyna", + "middle_name": "", + "last_name": "Lomper", + "org_name": "Wroclaw Medical University", + "Country": "Poland", + "Region": "Dolnoslaskie", + "City": "Wroclaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Determinants of adherence among patients with hypertension.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katarzyna Lomper", + "kol_full_name": "Katarzyna Lomper" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health | Robotics | Coronary Disease | Patient-Centered Care | Telemedicine | Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "1159644", + "session_name": "Evaluating trends and insights in cardiovascular risk among the polish population,Multidisciplinary teams, patient-centred care, and student engagement: what is the linking pin?,Multifactorial risk in coronary heart disease,Innovations in telemedicine, robotics, and digital health interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159644", + "first_name": "Izabella", + "middle_name": "", + "last_name": "Uchmanowicz", + "org_name": "Wroclaw Medical University", + "Country": "Poland", + "Region": "Dolnoslaskie", + "City": "Wroclaw", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating trends and insights in cardiovascular risk among the polish population", + "rest_events_session_count": 7, + "rest_events_session": "Multidisciplinary teams, patient-centred care, and student engagement: what is the linking pin?,Multifactorial risk in coronary heart disease,Innovations in telemedicine, robotics, and digital health interventions", + "events_topic": "Digital Health | Robotics ", + "rest_events_topic_count": 4, + "rest_events_topic": " Coronary Disease | Patient-Centered Care | Telemedicine | Heart Disease Risk Factors", + "kol_name": "Izabella Uchmanowicz", + "kol_full_name": "Izabella Uchmanowicz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159643", + "session_name": "Heart and kidney in heart failure: no end to the dangerous liaison,Contemporary epidemiology of worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159643", + "first_name": "Ewa", + "middle_name": "Anita", + "last_name": "Jankowska", + "org_name": "Wroclaw Medical University", + "Country": "Poland", + "Region": "Dolnoslaskie", + "City": "Wroclaw", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart and kidney in heart failure: no end to the dangerous liaison", + "rest_events_session_count": 1, + "rest_events_session": "Contemporary epidemiology of worsening heart failure", + "events_topic": "Renal Insufficiency | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ewa Anita Jankowska", + "kol_full_name": "Ewa Anita Jankowska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Fistula", + "npi_num": "", + "hcp_pin_alias": "1159642", + "session_name": "Aorto-right ventricular fistula after Transcatheter Aortic Valve Implantation (TAVI)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159642", + "first_name": "Jung-Hee", + "middle_name": "", + "last_name": "Lee", + "org_name": "Wonju Severance Christian Hospital", + "Country": "Korea, South", + "Region": "Kangwon-do", + "City": "Wonju", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aorto-right ventricular fistula after Transcatheter Aortic Valve Implantation (TAVI)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Fistula", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jung-Hee Lee", + "kol_full_name": "Jung-Hee Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cohort Studies | Stroke | Anticoagulation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159641", + "session_name": "Anticoagulation and stroke in hospitalized patients newly diagnosed with secondary atrial fibrillation: a population-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159641", + "first_name": "Husam", + "middle_name": "", + "last_name": "Abdel-Qadir", + "org_name": "Women's College Hospital", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulation and stroke in hospitalized patients newly diagnosed with secondary atrial fibrillation: a population-based cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cohort Studies | Stroke ", + "rest_events_topic_count": 2, + "rest_events_topic": " Anticoagulation | Atrial Fibrillation", + "kol_name": "Husam Abdel-Qadir", + "kol_full_name": "Husam Abdel-Qadir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immunomodulation | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159640", + "session_name": "Emerging risk factors for cardiovascular diseases,Immunomodulation in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159640", + "first_name": "Wesley", + "middle_name": "", + "last_name": "Abplanalp", + "org_name": "Wolfgang Goethe University", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Emerging risk factors for cardiovascular diseases", + "rest_events_session_count": 1, + "rest_events_session": "Immunomodulation in cardiovascular disease", + "events_topic": "Immunomodulation | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wesley Abplanalp", + "kol_full_name": "Wesley Abplanalp" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159639", + "session_name": "Metabolic control of cardiovascular health,Mechanisms of ageing in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159639", + "first_name": "Sofia", + "middle_name": "Iris", + "last_name": "Bibli", + "org_name": "Wolfgang Goethe University", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metabolic control of cardiovascular health", + "rest_events_session_count": 1, + "rest_events_session": "Mechanisms of ageing in cardiovascular disease", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sofia Iris Bibli", + "kol_full_name": "Sofia Iris Bibli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy, Left Ventricular | Electrocardiography | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159638", + "session_name": "Diagnostic and prognostic value of ECG-predicted hypertension mediated left ventricular hypertrophy using machine learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159638", + "first_name": "Hafiz", + "middle_name": "", + "last_name": "Naderi", + "org_name": "William Harvey Research Institute", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic and prognostic value of ECG-predicted hypertension mediated left ventricular hypertrophy using machine learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy, Left Ventricular | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "Hafiz Naderi", + "kol_full_name": "Hafiz Naderi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Evidence-Based Practice | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159637", + "session_name": "ESC cardiovascular statistics, the Atlas project: leveraging evidence-based care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159637", + "first_name": "Adam", + "middle_name": "D.", + "last_name": "Timmis", + "org_name": "William Harvey Research Institute", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC cardiovascular statistics", + "rest_events_session_count": 1, + "rest_events_session": " the Atlas project: leveraging evidence-based care", + "events_topic": "Evidence-Based Practice | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adam D. Timmis", + "kol_full_name": "Adam D. Timmis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159636", + "session_name": "Caring for the patient with cancer and heart disease: the clinical perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159636", + "first_name": "Stephan", + "middle_name": "", + "last_name": "Dobner", + "org_name": "Wilhelminen Hospital", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Caring for the patient with cancer and heart disease: the clinical perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephan Dobner", + "kol_full_name": "Stephan Dobner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Health Care Sector | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159635", + "session_name": "Effect of a cardiovascular post discharge sms support program on healthcare utilisation - the hearthealth program", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159635", + "first_name": "Brodie", + "middle_name": "", + "last_name": "Sheahen", + "org_name": "Westmead Public Hospital", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of a cardiovascular post discharge sms support program on healthcare utilisation - the hearthealth program", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Care Sector | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Brodie Sheahen", + "kol_full_name": "Brodie Sheahen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Disease", + "npi_num": "", + "hcp_pin_alias": "1159634", + "session_name": "Risk factor monitoring, management and use of prevention medicines in those with a history of premature coronary heart disease in primary care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159634", + "first_name": "Samia", + "middle_name": "", + "last_name": "Kazi", + "org_name": "Westmead Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factor monitoring", + "rest_events_session_count": 1, + "rest_events_session": " management and use of prevention medicines in those with a history of premature coronary heart disease in primary care", + "events_topic": "Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Samia Kazi", + "kol_full_name": "Samia Kazi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies | Atherosclerosis | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159633", + "session_name": "Serum lipid profiles and uptake of lipid-lowering therapy in patients with premature atherosclerotic cardiovascular disease (ASCVD) in comparison to older patients with ASCVD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159633", + "first_name": "Timothy", + "middle_name": "", + "last_name": "Tan", + "org_name": "Westmead and Blacktown Hospitals", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serum lipid profiles and uptake of lipid-lowering therapy in patients with premature atherosclerotic cardiovascular disease (ASCVD) in comparison to older patients with ASCVD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid-Lowering Therapies | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Timothy Tan", + "kol_full_name": "Timothy Tan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dyslipidemias", + "npi_num": "", + "hcp_pin_alias": "1159632", + "session_name": "Biologics in dyslipidaemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159632", + "first_name": "Amanda", + "middle_name": "J.", + "last_name": "Berberich", + "org_name": "Western University", + "Country": "Canada", + "Region": "Ontario", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biologics in dyslipidaemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dyslipidemias", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amanda J. Berberich", + "kol_full_name": "Amanda J. Berberich" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Prevention | Risk Assessment | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159631", + "session_name": "Comparison of cardiovascular disease risk assessment tools in primary prevention patients with raised lipoprotein(a)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159631", + "first_name": "Henry", + "middle_name": "Charles", + "last_name": "Carlton", + "org_name": "Western Sussex Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Chichester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of cardiovascular disease risk assessment tools in primary prevention patients with raised lipoprotein(a)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Prevention | Risk Assessment ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Henry Charles Carlton", + "kol_full_name": "Henry Charles Carlton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid Metabolism", + "npi_num": "", + "hcp_pin_alias": "1159630", + "session_name": "The difference between guideline based lipid optimisation and real-world practice in a very high risk population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159630", + "first_name": "Auns", + "middle_name": "", + "last_name": "Ghazanfar", + "org_name": "Western Sussex Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Chichester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The difference between guideline based lipid optimisation and real-world practice in a very high risk population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid Metabolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Auns Ghazanfar", + "kol_full_name": "Auns Ghazanfar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Cardiac Surgical Procedures | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159629", + "session_name": "Multimodal analgesics after adult cardiac surgery; a systematic review,Patient control preferences prior to discharge after cardiac surgery,Health literacy in adult cardiac surgery patients; a multi-site Australian study,Models and aspects of care delivery in patients with cardiovascular conditions,Cardiac arrhythmias and associated cardiovascular conditions: approaches to care and patient involvement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159629", + "first_name": "Rochelle", + "middle_name": "", + "last_name": "Wynne", + "org_name": "Western Health", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multimodal analgesics after adult cardiac surgery; a systematic review", + "rest_events_session_count": 4, + "rest_events_session": "Patient control preferences prior to discharge after cardiac surgery,Health literacy in adult cardiac surgery patients; a multi-site Australian study,Models and aspects of care delivery in patients with cardiovascular conditions,Cardiac arrhythmias and associated cardiovascular conditions: approaches to care and patient involvement", + "events_topic": "Cardiovascular Diseases | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Rochelle Wynne", + "kol_full_name": "Rochelle Wynne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1159628", + "session_name": "Cardiac iron and myocardial substrate in chronic kidney disease: a 2-year follow-up study using cardiac magnetic resonance imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159628", + "first_name": "Mohammed", + "middle_name": "", + "last_name": "Warraich", + "org_name": "Western Health", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac iron and myocardial substrate in chronic kidney disease: a 2-year follow-up study using cardiac magnetic resonance imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohammed Warraich", + "kol_full_name": "Mohammed Warraich" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Lipoproteins", + "npi_num": "", + "hcp_pin_alias": "1159627", + "session_name": "Lipoproteins and cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159627", + "first_name": "Claudio", + "middle_name": "", + "last_name": "Bilato", + "org_name": "West Vicenza General Hospitals", + "Country": "Italy", + "Region": "Veneto", + "City": "Vicenza", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoproteins and cardiovascular risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | Lipoproteins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Claudio Bilato", + "kol_full_name": "Claudio Bilato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1159626", + "session_name": "The dynamic increment of epicardial adipose tissue is associated with reverse remodeling after guideline-directed medical treatment in dilated cardiomyopathy patients,Association between LGE pattern and left ventricular reverse remodeling in dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159626", + "first_name": "Yuanwei", + "middle_name": "", + "last_name": "Xu", + "org_name": "West China Hospital, Sichuan University", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The dynamic increment of epicardial adipose tissue is associated with reverse remodeling after guideline-directed medical treatment in dilated cardiomyopathy patients", + "rest_events_session_count": 1, + "rest_events_session": "Association between LGE pattern and left ventricular reverse remodeling in dilated cardiomyopathy", + "events_topic": "Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuanwei Xu", + "kol_full_name": "Yuanwei Xu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Body Mass Index", + "npi_num": "", + "hcp_pin_alias": "1159625", + "session_name": "Body fat or muscle underneath body mass index in heart failure patients: characteristics and prognostic values", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159625", + "first_name": "Yu", + "middle_name": "", + "last_name": "Kang", + "org_name": "West China Hospital, Sichuan University", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Body fat or muscle underneath body mass index in heart failure patients: characteristics and prognostic values", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Body Mass Index", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yu Kang", + "kol_full_name": "Yu Kang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Liver Diseases | Diabetes Mellitus, Type 2 | Ventricular Function, Left", + "npi_num": "", + "hcp_pin_alias": "1159624", + "session_name": "Additive effect of metabolic dysfunction-associated fatty liver disease on left ventricular function and global strain in type 2 diabetes mellitus patients: a 3.0 T CMR feature tracking study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159624", + "first_name": "Xin", + "middle_name": "", + "last_name": "Tang", + "org_name": "West China Hospital, Sichuan University", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Additive effect of metabolic dysfunction-associated fatty liver disease on left ventricular function and global strain in type 2 diabetes mellitus patients: a 3.0 T CMR feature tracking study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liver Diseases | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ventricular Function, Left", + "kol_name": "Xin Tang", + "kol_full_name": "Xin Tang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159623", + "session_name": "Incident heart failure: comparing management and outcome in primary care and hospital settings in Western Sweden 2008-2017,Metabolic profiling in new on-set non-ischemic dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159623", + "first_name": "Xiaojing", + "middle_name": "", + "last_name": "Chen", + "org_name": "West China Hospital, Sichuan University", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incident heart failure: comparing management and outcome in primary care and hospital settings in Western Sweden 2008-2017", + "rest_events_session_count": 1, + "rest_events_session": "Metabolic profiling in new on-set non-ischemic dilated cardiomyopathy", + "events_topic": "Cardiomyopathy, Dilated | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xiaojing Chen", + "kol_full_name": "Xiaojing Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159622", + "session_name": "The prognostic and incremental value of T1 mapping for predicting adverse events in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159622", + "first_name": "Jie", + "middle_name": "", + "last_name": "Wang", + "org_name": "West China Hospital, Sichuan University", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic and incremental value of T1 mapping for predicting adverse events in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jie Wang", + "kol_full_name": "Jie Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microvascular Resistance", + "npi_num": "", + "hcp_pin_alias": "1159621", + "session_name": "Coronary flow characteristics in cases with discordance between coronary flow reserve and the index of microvascular resistance in the assessment of coronary microvascular dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159621", + "first_name": "Yasutsugu", + "middle_name": "", + "last_name": "Shiono", + "org_name": "Wakayama Medical University", + "Country": "Japan", + "Region": "Fukui", + "City": "Wakayama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary flow characteristics in cases with discordance between coronary flow reserve and the index of microvascular resistance in the assessment of coronary microvascular dysfunction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microvascular Resistance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasutsugu Shiono", + "kol_full_name": "Yasutsugu Shiono" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Stenosis | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159620", + "session_name": "Location-specific prognostic significance of plaque burden, stenosis, and plaque morphology in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159620", + "first_name": "Ruurt", + "middle_name": "", + "last_name": "Jukema", + "org_name": "VU University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Location-specific prognostic significance of plaque burden", + "rest_events_session_count": 2, + "rest_events_session": " stenosis, and plaque morphology in coronary artery disease", + "events_topic": "Coronary Stenosis | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ruurt Jukema", + "kol_full_name": "Ruurt Jukema" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myosins | Gene Editing | Cardiomyopathy, Hypertrophic | Cardiovascular Diseases | Basic Science", + "npi_num": "", + "hcp_pin_alias": "1159619", + "session_name": "Myosin inhibitors as novel drugs for hypertrophic cardiomyopathy,Gene editing and gene therapies to cure cardiovascular diseases,ESC William Harvey Lecture in Basic Science", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159619", + "first_name": "Jolanda", + "middle_name": "", + "last_name": "van der Velden", + "org_name": "VU University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myosin inhibitors as novel drugs for hypertrophic cardiomyopathy", + "rest_events_session_count": 2, + "rest_events_session": "Gene editing and gene therapies to cure cardiovascular diseases,ESC William Harvey Lecture in Basic Science", + "events_topic": "Myosins | Gene Editing ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Cardiovascular Diseases | Basic Science", + "kol_name": "Jolanda van der Velden", + "kol_full_name": "Jolanda van der Velden" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Thromboembolism | Electric Countershock", + "npi_num": "", + "hcp_pin_alias": "1159618", + "session_name": "Transoesophageal echocardiography-guided cardioversion and thromboembolism.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159618", + "first_name": "Martin", + "middle_name": "", + "last_name": "Lunden", + "org_name": "Vrinnevi Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transoesophageal echocardiography-guided cardioversion and thromboembolism.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Thromboembolism ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electric Countershock", + "kol_name": "Martin Lunden", + "kol_full_name": "Martin Lunden" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Mortality", + "npi_num": "", + "hcp_pin_alias": "1159617", + "session_name": "Unveiling the heartbeat of hope: exploring cardiovascular morbidity, mortality, and socioeconomic threads in 65,173 Child, Adolescent, and Young Adult (caya) cancer patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159617", + "first_name": "John", + "middle_name": "", + "last_name": "Sodling", + "org_name": "Vrinnevi Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveiling the heartbeat of hope: exploring cardiovascular morbidity", + "rest_events_session_count": 5, + "rest_events_session": " mortality, and socioeconomic threads in 65,173 Child, Adolescent, and Young Adult (caya) cancer patients.", + "events_topic": "Cardiovascular Mortality", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John Sodling", + "kol_full_name": "John Sodling" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angiography | Diabetes Mellitus | Hydroxymethylglutaryl-CoA Reductase Inhibitors | Lipid-Lowering Therapies | Diabetes Mellitus, Type 2 | Coronary Stenosis | Coronary Artery Disease | Lipids | Antidiabetic Therapy", + "npi_num": "", + "hcp_pin_alias": "1159616", + "session_name": "Remnant cholesterol predicts major cardiovascular events in coronary artery disease patients with NAFLD,The visceral adiposity index predicts cardiovascular events both in coronary artery disease patients with and in those without diabetes,Type 2 diabetes rather than the presence of significant coronary stenoses is associated with quality of life in angiographied coronary patients,Targeting lipids above and beyond statins: key new players,The ApoB/LDL-C ratio predicts cardiovascular events in coronary artery disease patients independent of type 2 diabetes status,Three decades of lipid-lowering therapy in type 2 diabetic patients with angiographically proven stable coronary artery disease,Repurposing anti-diabetic pharmacotherapy: the new cure for all evils?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159616", + "first_name": "Heinz", + "middle_name": "", + "last_name": "Drexel", + "org_name": "Vorarlberg Institute for Vascular Investigation and Treatment", + "Country": "Austria", + "Region": null, + "City": null, + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remnant cholesterol predicts major cardiovascular events in coronary artery disease patients with NAFLD", + "rest_events_session_count": 6, + "rest_events_session": "The visceral adiposity index predicts cardiovascular events both in coronary artery disease patients with and in those without diabetes,Type 2 diabetes rather than the presence of significant coronary stenoses is associated with quality of life in angiographied coronary patients,Targeting lipids above and beyond statins: key new players,The ApoB/LDL-C ratio predicts cardiovascular events in coronary artery disease patients independent of type 2 diabetes status,Three decades of lipid-lowering therapy in type 2 diabetic patients with angiographically proven stable coronary artery disease,Repurposing anti-diabetic pharmacotherapy: the new cure for all evils?", + "events_topic": "Angiography | Diabetes Mellitus ", + "rest_events_topic_count": 7, + "rest_events_topic": " Hydroxymethylglutaryl-CoA Reductase Inhibitors | Lipid-Lowering Therapies | Diabetes Mellitus, Type 2 | Coronary Stenosis | Coronary Artery Disease | Lipids | Antidiabetic Therapy", + "kol_name": "Heinz Drexel", + "kol_full_name": "Heinz Drexel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cystatin C | Diabetes Mellitus, Type 2 | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159615", + "session_name": "Cystatin C predicts cardiovascular events in patients with coronary artery disease both among patients with and among those without type 2 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159615", + "first_name": "Alexander", + "middle_name": "", + "last_name": "Vonbank", + "org_name": "VIVIT Institute", + "Country": "Austria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cystatin C predicts cardiovascular events in patients with coronary artery disease both among patients with and among those without type 2 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cystatin C | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Alexander Vonbank", + "kol_full_name": "Alexander Vonbank" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Bridging | Acetylcholine", + "npi_num": "", + "hcp_pin_alias": "1159614", + "session_name": "Coronary physiology: no complete diagnosis without acteylcholine,Myocardial Bridging: a bridge to spasm?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159614", + "first_name": "Darach", + "middle_name": "O.", + "last_name": "h-Ici", + "org_name": "Vivantes Klinikum im Friedrichshain", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary physiology: no complete diagnosis without acteylcholine", + "rest_events_session_count": 1, + "rest_events_session": "Myocardial Bridging: a bridge to spasm?", + "events_topic": "Myocardial Bridging | Acetylcholine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Darach O. h-Ici", + "kol_full_name": "Darach O. h-Ici" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia | Pulsed Field Ablation", + "npi_num": "", + "hcp_pin_alias": "1159613", + "session_name": "Ppulsed field ablation and ultra-high-density mapping for PVI: use of machine learning and data augmentation to guide procedure and identify recurrent tachycardia mechanisms at one-year follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159613", + "first_name": "Sebastian", + "middle_name": "", + "last_name": "Feickert", + "org_name": "Vivantes Klinikum Am Urban", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ppulsed field ablation and ultra-high-density mapping for PVI: use of machine learning and data augmentation to guide procedure and identify recurrent tachycardia mechanisms at one-year follow-up", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia | Pulsed Field Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sebastian Feickert", + "kol_full_name": "Sebastian Feickert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Occlusion", + "npi_num": "", + "hcp_pin_alias": "1159612", + "session_name": "Association between J-scores and ostial lesions: quantifying the effects of ostial lesions in chronic total occlusion percutaneous interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159612", + "first_name": "Basem", + "middle_name": "", + "last_name": "Salloum", + "org_name": "Vivantes Auguste-Viktoria Klinikum", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between J-scores and ostial lesions: quantifying the effects of ostial lesions in chronic total occlusion percutaneous interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Coronary Occlusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Basem Salloum", + "kol_full_name": "Basem Salloum" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Anticoagulants | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159611", + "session_name": "Optimal oral anticoagulation in atrial fibrillation patients with obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159611", + "first_name": "Vanessa", + "middle_name": "", + "last_name": "Roldan-Schilling", + "org_name": "Virgin of the Arrixaca University Clinical Hospital", + "Country": "Spain", + "Region": "Murcia", + "City": "Murcia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimal oral anticoagulation in atrial fibrillation patients with obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Anticoagulants ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Vanessa Roldan-Schilling", + "kol_full_name": "Vanessa Roldan-Schilling" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortopathy | Cardiomyopathies | Pregnancy", + "npi_num": "", + "hcp_pin_alias": "1159610", + "session_name": "Pregnancy and inherited cardiomyopathies: insights from specialized care,Pregnancy and inherited aortopathies: insights from specialized care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159610", + "first_name": "Elena", + "middle_name": "Sola", + "last_name": "Garcia", + "org_name": "Virgen de las Nieves University Hospital", + "Country": "Spain", + "Region": "Andalucia", + "City": "Granada", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy and inherited cardiomyopathies: insights from specialized care", + "rest_events_session_count": 1, + "rest_events_session": "Pregnancy and inherited aortopathies: insights from specialized care", + "events_topic": "Aortopathy | Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pregnancy", + "kol_name": "Elena Sola Garcia", + "kol_full_name": "Elena Sola Garcia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1159609", + "session_name": "Assessment of mechanical dyssynchrony can improve the new ESC-2021 guidelines for cardiac resynchronization therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159609", + "first_name": "Lieven", + "middle_name": "", + "last_name": "Herbots", + "org_name": "Virga Jesse Hospital", + "Country": "Belgium", + "Region": "Limburg", + "City": "Hasselt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of mechanical dyssynchrony can improve the new ESC-2021 guidelines for cardiac resynchronization therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lieven Herbots", + "kol_full_name": "Lieven Herbots" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography, Stress", + "npi_num": "", + "hcp_pin_alias": "1159608", + "session_name": "SMART-2D: a novel scoring system to predict non diagnostic exercise stress echocardiography in renal transplant candidates.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159608", + "first_name": "Tim", + "middle_name": "", + "last_name": "Abrahams", + "org_name": "Victorian Heart Institute", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SMART-2D: a novel scoring system to predict non diagnostic exercise stress echocardiography in renal transplant candidates.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tim Abrahams", + "kol_full_name": "Tim Abrahams" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | HIV", + "npi_num": "", + "hcp_pin_alias": "1159607", + "session_name": "Proteomics in low CVD risk black women living with HIV: H-ART to Heart Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159607", + "first_name": "Gavin", + "middle_name": "Paul Raphael", + "last_name": "Manmathan", + "org_name": "Victoria Heart", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteomics in low CVD risk black women living with HIV: H-ART to Heart Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | HIV", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gavin Paul Raphael Manmathan", + "kol_full_name": "Gavin Paul Raphael Manmathan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sodium-Glucose Transporter 2 Inhibitors | Neoplasms | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159606", + "session_name": "Safety and effectiveness of sodium-glucose co-transporter 2 inhibitors in active cancer patients with heart failure: results of the observational TOSCA trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159606", + "first_name": "Maria", + "middle_name": "Laura", + "last_name": "Canale", + "org_name": "Versilia Hospital", + "Country": "Italy", + "Region": "Calabria", + "City": "Vibo Valentia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and effectiveness of sodium-glucose co-transporter 2 inhibitors in active cancer patients with heart failure: results of the observational TOSCA trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sodium-Glucose Transporter 2 Inhibitors | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Maria Laura Canale", + "kol_full_name": "Maria Laura Canale" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Limb-Threatening Ischemia", + "npi_num": "", + "hcp_pin_alias": "1159605", + "session_name": "A case of a patient with critical limb ischaemia: first-line treatment decisions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159605", + "first_name": "Iris", + "middle_name": "", + "last_name": "Baumgartner", + "org_name": "Vasc Alliance AG, Hirslanden Beau Site", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A case of a patient with critical limb ischaemia: first-line treatment decisions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Limb-Threatening Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Iris Baumgartner", + "kol_full_name": "Iris Baumgartner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159604", + "session_name": "Reversible heart failure in a young female: Importance of looking at the ECG carefully", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159604", + "first_name": "Abhinav", + "middle_name": "", + "last_name": "Aggarwal", + "org_name": "Vardhaman Mahavir Medical College and Safdarjung Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reversible heart failure in a young female: Importance of looking at the ECG carefully", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abhinav Aggarwal", + "kol_full_name": "Abhinav Aggarwal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis | Positron-Emission Tomography", + "npi_num": "", + "hcp_pin_alias": "1159603", + "session_name": "Mapping 18F-FDG PET uptake in the aortic wall and thrombus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159603", + "first_name": "Mireia", + "middle_name": "", + "last_name": "Bragulat-Arevalo", + "org_name": "Vall d'Hebron Research Institute (VHIR)", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mapping 18F-FDG PET uptake in the aortic wall and thrombus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | Positron-Emission Tomography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mireia Bragulat-Arevalo", + "kol_full_name": "Mireia Bragulat-Arevalo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrioventricular Block | Ischemia | Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159602", + "session_name": "Safety of electrophysiological study in atrioventricular block risk stratification in new-onset persistent left bundle brunch block following transcathether aortic valve implantation,Safety of electrophysiological study in atrioventricular block risk stratification in new-onset persistent left bundle brunch block following transcathether aortic valve implantation,Residual ischemia location after STEMI by CMR and association with non-culprit coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159602", + "first_name": "Diego", + "middle_name": "Iraola", + "last_name": "Viana", + "org_name": "Valencia University Clinical Hospital", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety of electrophysiological study in atrioventricular block risk stratification in new-onset persistent left bundle brunch block following transcathether aortic valve implantation", + "rest_events_session_count": 2, + "rest_events_session": "Safety of electrophysiological study in atrioventricular block risk stratification in new-onset persistent left bundle brunch block following transcathether aortic valve implantation,Residual ischemia location after STEMI by CMR and association with non-culprit coronary artery disease", + "events_topic": "Atrioventricular Block | Ischemia ", + "rest_events_topic_count": 3, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency | Coronary Artery Disease", + "kol_name": "Diego Iraola Viana", + "kol_full_name": "Diego Iraola Viana" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Smoking Cessation | Myocardial Infarction | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159601", + "session_name": "Favourable lifestyle changes 1 year after acute myocardial infarction,Sex differences in cardiovascular-related hospital readmissions, adverse events and interventions within 1 year after ST-elevation myocardial infarction,Smoking cessation after acute myocardial infarction: a Swiss-wide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159601", + "first_name": "Jan", + "middle_name": "", + "last_name": "Loosli", + "org_name": "UZH - Epidemiology, Biostatistics and Prevention Institute", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Favourable lifestyle changes 1 year after acute myocardial infarction", + "rest_events_session_count": 3, + "rest_events_session": "Sex differences in cardiovascular-related hospital readmissions, adverse events and interventions within 1 year after ST-elevation myocardial infarction,Smoking cessation after acute myocardial infarction: a Swiss-wide cohort study", + "events_topic": "Smoking Cessation | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " ST Elevation Myocardial Infarction", + "kol_name": "Jan Loosli", + "kol_full_name": "Jan Loosli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1159600", + "session_name": "Comparison of diagnostic accuracy of CT derived fractional flow reserve for predicting revascularization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159600", + "first_name": "Toshimitsu", + "middle_name": "", + "last_name": "Tsugu", + "org_name": "UZ Brussel", + "Country": "Belgium", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of diagnostic accuracy of CT derived fractional flow reserve for predicting revascularization", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fractional Flow Reserve, Myocardial | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Toshimitsu Tsugu", + "kol_full_name": "Toshimitsu Tsugu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1159599", + "session_name": "Congenital isolated unilateral agenesis of pulmonary arteries with 3-year follow-up after initiation of treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159599", + "first_name": "Marohito", + "middle_name": "", + "last_name": "Nakata", + "org_name": "Urasoe General Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Congenital isolated unilateral agenesis of pulmonary arteries with 3-year follow-up after initiation of treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marohito Nakata", + "kol_full_name": "Marohito Nakata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immunoglobulin Light-chain Amyloidosis", + "npi_num": "", + "hcp_pin_alias": "1159598", + "session_name": "Unveiling the veil: a case report of AL-amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159598", + "first_name": "Konstantinos", + "middle_name": "Ioannis", + "last_name": "Gkarmiris", + "org_name": "Uppsala University Hospital", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveiling the veil: a case report of AL-amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoglobulin Light-chain Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Konstantinos Ioannis Gkarmiris", + "kol_full_name": "Konstantinos Ioannis Gkarmiris" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bicycling | Exercise Test", + "npi_num": "", + "hcp_pin_alias": "1159597", + "session_name": "Heart rate response and recovery in bicycle exercise testing - reference values and association with mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159597", + "first_name": "Jordi", + "middle_name": "", + "last_name": "Jou", + "org_name": "Uppsala University Hospital", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart rate response and recovery in bicycle exercise testing - reference values and association with mortality", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bicycling | Exercise Test", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jordi Jou", + "kol_full_name": "Jordi Jou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipoproteins | Prognosis | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159596", + "session_name": "Intensive, early and sustained lowering of atherogenic lipoproteins after myocardial infarction and long-term prognosis: a nationwide cohort study of myocardial infarction patients,Timing and extent of non-HDL-cholesterol lowering and subsequent major adverse outcomes - a nationwide cohort study of myocardial infarction patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159596", + "first_name": "Jessica", + "middle_name": "", + "last_name": "Schubert", + "org_name": "Uppsala University Hospital", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intensive", + "rest_events_session_count": 2, + "rest_events_session": " early and sustained lowering of atherogenic lipoproteins after myocardial infarction and long-term prognosis: a nationwide cohort study of myocardial infarction patients,Timing and extent of non-HDL-cholesterol lowering and subsequent major adverse outcomes - a nationwide cohort study of myocardial infarction patients", + "events_topic": "Lipoproteins | Prognosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "Jessica Schubert", + "kol_full_name": "Jessica Schubert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemorrhage | Oral Anticoagulation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159595", + "session_name": "Evaluation of the biomarker-based ABC-AF-bleeding risk score and clinically based bleeding scores in 31,605 patients with atrial fibrillation treated with oral anticoagulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159595", + "first_name": "Ziad", + "middle_name": "", + "last_name": "Hijazi", + "org_name": "Uppsala University", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of the biomarker-based ABC-AF-bleeding risk score and clinically based bleeding scores in 31", + "rest_events_session_count": 1, + "rest_events_session": "605 patients with atrial fibrillation treated with oral anticoagulation", + "events_topic": "Hemorrhage | Oral Anticoagulation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Ziad Hijazi", + "kol_full_name": "Ziad Hijazi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dual Anti-Platelet Therapy | Coronary Artery Bypass Graft | Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159594", + "session_name": "SWEDEGRAFT - No-touch vein grafts in coronary artery bypass grafting,Should 12 months of dual antiplatelet therapy still be the default recommendation after primary PCI?,Acute coronary syndrome research in Circulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159594", + "first_name": "Stefan", + "middle_name": "", + "last_name": "James", + "org_name": "Uppsala University", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SWEDEGRAFT - No-touch vein grafts in coronary artery bypass grafting", + "rest_events_session_count": 2, + "rest_events_session": "Should 12 months of dual antiplatelet therapy still be the default recommendation after primary PCI?,Acute coronary syndrome research in Circulation", + "events_topic": "Dual Anti-Platelet Therapy | Coronary Artery Bypass Graft ", + "rest_events_topic_count": 2, + "rest_events_topic": " Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "kol_name": "Stefan James", + "kol_full_name": "Stefan James" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Tomography, X-Ray Computed | Ventricular Dysfunction, Left", + "npi_num": "", + "hcp_pin_alias": "1159593", + "session_name": "Role of CT-derived global longitudinal strain in identifying left ventricular dysfunction in patients with severe aortic stenosis and preserved left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159593", + "first_name": "Johan", + "middle_name": "", + "last_name": "Hopfgarten", + "org_name": "Uppsala University", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of CT-derived global longitudinal strain in identifying left ventricular dysfunction in patients with severe aortic stenosis and preserved left ventricular ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Tomography, X-Ray Computed ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ventricular Dysfunction, Left", + "kol_name": "Johan Hopfgarten", + "kol_full_name": "Johan Hopfgarten" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity", + "npi_num": "", + "hcp_pin_alias": "1159592", + "session_name": "SGLT2 inhibitors for obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159592", + "first_name": "Jan", + "middle_name": "", + "last_name": "Eriksson", + "org_name": "Uppsala University", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SGLT2 inhibitors for obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jan Eriksson", + "kol_full_name": "Jan Eriksson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Natriuretic Peptide, Brain | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159591", + "session_name": "N-terminal prohormone of brain natriuretic peptide predicts recurrent cardiovascular events in patients with acute coronary syndrome both in the acute and post-discharge setting: a TRACER substudy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159591", + "first_name": "Gorav", + "middle_name": "", + "last_name": "Batra", + "org_name": "Uppsala University", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "N-terminal prohormone of brain natriuretic peptide predicts recurrent cardiovascular events in patients with acute coronary syndrome both in the acute and post-discharge setting: a TRACER substudy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Natriuretic Peptide, Brain | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gorav Batra", + "kol_full_name": "Gorav Batra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy Complications | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159590", + "session_name": "Pregnancy complications and long-term risk of cardiovascular events in women with heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159590", + "first_name": "Elin", + "middle_name": "Taufer", + "last_name": "Cederlof", + "org_name": "Uppsala University", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy complications and long-term risk of cardiovascular events in women with heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy Complications | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elin Taufer Cederlof", + "kol_full_name": "Elin Taufer Cederlof" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Aortic Valve Disease | Glycoprotein VI | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159589", + "session_name": "Glycoprotein VI inhibition,New molecular insights into valvular heart disease,Looking for cardiac damage in aortic valve disease,Anti-inflammatory drugs in cardiovascular disease: current and novel approaches", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159589", + "first_name": "Christina", + "middle_name": "", + "last_name": "Christersson", + "org_name": "Uppsala University", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Glycoprotein VI inhibition", + "rest_events_session_count": 3, + "rest_events_session": "New molecular insights into valvular heart disease,Looking for cardiac damage in aortic valve disease,Anti-inflammatory drugs in cardiovascular disease: current and novel approaches", + "events_topic": "Heart Valve Diseases | Aortic Valve Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Glycoprotein VI | Cardiovascular Diseases", + "kol_name": "Christina Christersson", + "kol_full_name": "Christina Christersson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin T | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159588", + "session_name": "Troponin T as a risk marker for recurrent cardiovascular events in the post-discharge setting one month after acute coronary syndrome: a TRACER substudy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159588", + "first_name": "Charlotte", + "middle_name": "", + "last_name": "Wassberg", + "org_name": "Uppsala University", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Troponin T as a risk marker for recurrent cardiovascular events in the post-discharge setting one month after acute coronary syndrome: a TRACER substudy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin T | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Charlotte Wassberg", + "kol_full_name": "Charlotte Wassberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electronic Health Records", + "npi_num": "", + "hcp_pin_alias": "1159587", + "session_name": "Harvesting data from EHRs (electronic health records): what are the keys to success?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159587", + "first_name": "Sara", + "middle_name": "", + "last_name": "Hansson", + "org_name": "Uppsala Clinical Research Center", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Harvesting data from EHRs (electronic health records): what are the keys to success?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electronic Health Records", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sara Hansson", + "kol_full_name": "Sara Hansson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antihypertensive Therapy", + "npi_num": "", + "hcp_pin_alias": "1159586", + "session_name": "The influence of the daily salt-intake on the antihypertensive action and atrial natriuretic peptide level in patietns with angiotensin receptor neprilysin inhibition", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159586", + "first_name": "Satoru", + "middle_name": "", + "last_name": "Watanabe", + "org_name": "Uonuma Kikan Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The influence of the daily salt-intake on the antihypertensive action and atrial natriuretic peptide level in patietns with angiotensin receptor neprilysin inhibition", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antihypertensive Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Satoru Watanabe", + "kol_full_name": "Satoru Watanabe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159585", + "session_name": "Characteristics and outcomes of patients with moderate multivalvular disease in the context of tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159585", + "first_name": "Michele", + "middle_name": "", + "last_name": "Morosato", + "org_name": "University Vita-Salute San Raffaele", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characteristics and outcomes of patients with moderate multivalvular disease in the context of tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michele Morosato", + "kol_full_name": "Michele Morosato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prostheses And Implants | Transcatheter Mitral Valve Replacement | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159584", + "session_name": "Intra, short and long-term results of mitral VIV for the degenerated surgical mitral prosthesis from italian VIV registry (MIVIV registry),Transcatheter mitral replacement: what are the outcomes of un-eligible patients compared to treated?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159584", + "first_name": "Edoardo", + "middle_name": "", + "last_name": "Zancanaro", + "org_name": "University Vita-Salute San Raffaele", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intra", + "rest_events_session_count": 2, + "rest_events_session": " short and long-term results of mitral VIV for the degenerated surgical mitral prosthesis from italian VIV registry (MIVIV registry),Transcatheter mitral replacement: what are the outcomes of un-eligible patients compared to treated?", + "events_topic": "Prostheses And Implants | Transcatheter Mitral Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mitral Valve Insufficiency", + "kol_name": "Edoardo Zancanaro", + "kol_full_name": "Edoardo Zancanaro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Shock, Cardiogenic | Obesity | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1159583", + "session_name": "Preparation, access, and radiation considerations in PCI for patients with obesity,Patients with cardiac arrest should be excluded from cardiogenic shock trials: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159583", + "first_name": "Alaide", + "middle_name": "", + "last_name": "Chieffo", + "org_name": "University Vita-Salute San Raffaele", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Preparation", + "rest_events_session_count": 3, + "rest_events_session": " access, and radiation considerations in PCI for patients with obesity,Patients with cardiac arrest should be excluded from cardiogenic shock trials: pro", + "events_topic": "Percutaneous Coronary Intervention | Shock, Cardiogenic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Obesity | Heart Arrest", + "kol_name": "Alaide Chieffo", + "kol_full_name": "Alaide Chieffo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159582", + "session_name": "Novel insights into cardiometabolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159582", + "first_name": "Rainer", + "middle_name": "", + "last_name": "Schulz", + "org_name": "University Research Institute of Physiology", + "Country": "Germany", + "Region": "Hessen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel insights into cardiometabolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rainer Schulz", + "kol_full_name": "Rainer Schulz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Malformations | Inhibition, Psychological", + "npi_num": "", + "hcp_pin_alias": "1159581", + "session_name": "The effect of CD38 inhibition in age-associated vascular dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159581", + "first_name": "Yustina", + "middle_name": "Maria", + "last_name": "Puspitasari", + "org_name": "University of Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Schlieren", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of CD38 inhibition in age-associated vascular dysfunction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Malformations | Inhibition, Psychological", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yustina Maria Puspitasari", + "kol_full_name": "Yustina Maria Puspitasari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Platelets | Locus Coeruleus | Thrombosis | Norepinephrine | Inhibition, Psychological | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159580", + "session_name": "Direct IL-6 inhibition prevents arterial thrombosis by reducing collagen-mediated platelets activation,A novel murine model of stress-induced cardiomyopathy achieved by chemogenetic stimulation of the locus coeruleus-norepinephrine system", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159580", + "first_name": "Stefano", + "middle_name": "", + "last_name": "Ministrini", + "org_name": "University of Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Direct IL-6 inhibition prevents arterial thrombosis by reducing collagen-mediated platelets activation", + "rest_events_session_count": 1, + "rest_events_session": "A novel murine model of stress-induced cardiomyopathy achieved by chemogenetic stimulation of the locus coeruleus-norepinephrine system", + "events_topic": "Blood Platelets | Locus Coeruleus ", + "rest_events_topic_count": 4, + "rest_events_topic": " Thrombosis | Norepinephrine | Inhibition, Psychological | Cardiomyopathies", + "kol_name": "Stefano Ministrini", + "kol_full_name": "Stefano Ministrini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RNA, Untranslated | Endothelial Senescence | Cardiovascular Diseases | Genetically Engineered Clostridium", + "npi_num": "", + "hcp_pin_alias": "1159579", + "session_name": "Genetically Engineered Clostridium Prevents Perivascular Adipose Tissue and Endothelial Senescence and Dysfunction in Aging,Non-coding RNA control of cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159579", + "first_name": "Soheil", + "middle_name": "", + "last_name": "Saeedi", + "org_name": "University of Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Schlieren", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetically Engineered Clostridium Prevents Perivascular Adipose Tissue and Endothelial Senescence and Dysfunction in Aging", + "rest_events_session_count": 1, + "rest_events_session": "Non-coding RNA control of cardiovascular diseases", + "events_topic": "RNA, Untranslated | Endothelial Senescence ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Genetically Engineered Clostridium", + "kol_name": "Soheil Saeedi", + "kol_full_name": "Soheil Saeedi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Atherosclerosis | Cardiovascular Diseases | Neoplasms | Acute Coronary Syndrome | Inflammation | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159578", + "session_name": "Residual cardiovascular risk in patients with acute coronary syndromes: from hs-CRP and LDL-C to JCAD,Adverse cardiovascular events in patients with cancer: a biomarker-enhanced clinical risk score,Atherosclerosis and inflammation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159578", + "first_name": "Simon", + "middle_name": "", + "last_name": "Kraler", + "org_name": "University of Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Residual cardiovascular risk in patients with acute coronary syndromes: from hs-CRP and LDL-C to JCAD", + "rest_events_session_count": 2, + "rest_events_session": "Adverse cardiovascular events in patients with cancer: a biomarker-enhanced clinical risk score,Atherosclerosis and inflammation", + "events_topic": "Heart Disease Risk Factors | Atherosclerosis ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cardiovascular Diseases | Neoplasms | Acute Coronary Syndrome | Inflammation | Biomarkers", + "kol_name": "Simon Kraler", + "kol_full_name": "Simon Kraler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159577", + "session_name": "Sirt5 as a mediator of endothelial and vascular dysfunction: potential therapeutic target in aging-related vascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159577", + "first_name": "Kangmin", + "middle_name": "", + "last_name": "Yang", + "org_name": "University of Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sirt5 as a mediator of endothelial and vascular dysfunction: potential therapeutic target in aging-related vascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kangmin Yang", + "kol_full_name": "Kangmin Yang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1159576", + "session_name": "Mechanisms of ageing in cardiovascular disease,Advancing knowledge in aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159576", + "first_name": "Giovanni", + "middle_name": "G.", + "last_name": "Camici", + "org_name": "University of Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanisms of ageing in cardiovascular disease", + "rest_events_session_count": 1, + "rest_events_session": "Advancing knowledge in aortic stenosis", + "events_topic": "Cardiovascular Diseases | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giovanni G. Camici", + "kol_full_name": "Giovanni G. Camici" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health | Transcatheter Aortic Valve Replacement | Artificial Intelligence | Shock, Cardiogenic | Hemorrhage | Heart Failure | Percutaneous Coronary Intervention | Biomarkers | Aortic Valve Insufficiency | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159575", + "session_name": "Artificial intelligence-based prediction of mortality, bleeding, and ischaemic events in cancer patients with acute coronary syndrome: A modelling study in the UK and Switzerland,Patient stratification using digital biomarkers: a risky business,Long-term outcomes after transcatheter aortic valve implantation: derivation and validation of the long-TAVI prediction model,Acute heart failure and cardiogenic shock in acute coronary syndromes,Risk stratification in percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159575", + "first_name": "Florian", + "middle_name": "", + "last_name": "Wenzl", + "org_name": "University of Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence-based prediction of mortality", + "rest_events_session_count": 6, + "rest_events_session": " bleeding, and ischaemic events in cancer patients with acute coronary syndrome: A modelling study in the UK and Switzerland,Patient stratification using digital biomarkers: a risky business,Long-term outcomes after transcatheter aortic valve implantation: derivation and validation of the long-TAVI prediction model,Acute heart failure and cardiogenic shock in acute coronary syndromes,Risk stratification in percutaneous coronary intervention", + "events_topic": "Digital Health | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 8, + "rest_events_topic": " Artificial Intelligence | Shock, Cardiogenic | Hemorrhage | Heart Failure | Percutaneous Coronary Intervention | Biomarkers | Aortic Valve Insufficiency | Acute Coronary Syndrome", + "kol_name": "Florian Wenzl", + "kol_full_name": "Florian Wenzl" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Appendage | Atrial Fibrillation | Cryobaloon Ablation | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159574", + "session_name": "Left atrial appendage volume estimated by artificial intelligence predicts atrial fibrillation recurrence after cryobaloon ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159574", + "first_name": "Konrad", + "middle_name": "", + "last_name": "Pieszko", + "org_name": "University of Zielona Gora", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Zielona Gora", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial appendage volume estimated by artificial intelligence predicts atrial fibrillation recurrence after cryobaloon ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Appendage | Atrial Fibrillation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cryobaloon Ablation | Artificial Intelligence", + "kol_name": "Konrad Pieszko", + "kol_full_name": "Konrad Pieszko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nephritis, Interstitial | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1159573", + "session_name": "Evaluation of renal tubulointerstitial damage as a residual renal risk factor for adverse cardiac events in patients with aortic valve stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159573", + "first_name": "Tsuyoshi", + "middle_name": "", + "last_name": "Kobayashi", + "org_name": "University of Yamanashi", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of renal tubulointerstitial damage as a residual renal risk factor for adverse cardiac events in patients with aortic valve stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nephritis, Interstitial | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tsuyoshi Kobayashi", + "kol_full_name": "Tsuyoshi Kobayashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159572", + "session_name": "Cardiovascular disease history as a predictor for adverse outcomes in frail older adults admitted to acute geriatric settings: 12-month outcomes from an Australian frailty registry.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159572", + "first_name": "Julee", + "middle_name": "", + "last_name": "McDonagh", + "org_name": "University of Wollongong", + "Country": "Australia", + "Region": "New South Wales", + "City": "Wollongong", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease history as a predictor for adverse outcomes in frail older adults admitted to acute geriatric settings: 12-month outcomes from an Australian frailty registry.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julee McDonagh", + "kol_full_name": "Julee McDonagh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Receptors, Endothelin | Hypertension | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1159571", + "session_name": "Lifestyle management of hypertension: eat,Dual endothelin receptor antagonist,Challenges in hypertension management,Blood pressure targets and epidemiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159571", + "first_name": "Marijana", + "middle_name": "", + "last_name": "Tadic", + "org_name": "University of Ulm", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Ulm", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lifestyle management of hypertension: eat", + "rest_events_session_count": 3, + "rest_events_session": "Dual endothelin receptor antagonist,Challenges in hypertension management,Blood pressure targets and epidemiology", + "events_topic": "Receptors, Endothelin | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Marijana Tadic", + "kol_full_name": "Marijana Tadic" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericarditis | Exome Sequencing", + "npi_num": "", + "hcp_pin_alias": "1159570", + "session_name": "Whole exome sequencing in patients with recurrent pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159570", + "first_name": "Valentino", + "middle_name": "", + "last_name": "Collini", + "org_name": "University of Udine", + "Country": "Italy", + "Region": "Friuli-Venezia Giulia", + "City": "Udine", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Whole exome sequencing in patients with recurrent pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis | Exome Sequencing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Valentino Collini", + "kol_full_name": "Valentino Collini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Cardiomyopathies | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159569", + "session_name": "Assessment of Digital consults in heart failure Management on clINical Impact, SafeTy and Efficiency using a RCT (ADMINISTER) trial,Cardiac magnetic resonance in cardiomyopathies,Characterisation of cardiomyopathies with cardiac magnetic resonance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159569", + "first_name": "Mark", + "middle_name": "", + "last_name": "Schuuring", + "org_name": "University of Twente", + "Country": "Netherlands", + "Region": "Overijssel", + "City": "Enschede", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of Digital consults in heart failure Management on clINical Impact", + "rest_events_session_count": 3, + "rest_events_session": " SafeTy and Efficiency using a RCT (ADMINISTER) trial,Cardiac magnetic resonance in cardiomyopathies,Characterisation of cardiomyopathies with cardiac magnetic resonance", + "events_topic": "Cardiac Magnetic Resonance Imaging | Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Mark Schuuring", + "kol_full_name": "Mark Schuuring" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pheochromocytoma | Hyperaldosteronism", + "npi_num": "", + "hcp_pin_alias": "1159568", + "session_name": "Primary hyperaldosteronism and phaeochromocytoma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159568", + "first_name": "Silvia", + "middle_name": "", + "last_name": "Monticone", + "org_name": "University of Turin", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Primary hyperaldosteronism and phaeochromocytoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pheochromocytoma | Hyperaldosteronism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Silvia Monticone", + "kol_full_name": "Silvia Monticone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Left Ventricular Assist Device", + "npi_num": "", + "hcp_pin_alias": "1159567", + "session_name": "The hemodynamic classification system for hemodynamic-related adverse events in left ventricular assist device patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159567", + "first_name": "Guglielmo", + "middle_name": "", + "last_name": "Gallone", + "org_name": "University of Turin", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The hemodynamic classification system for hemodynamic-related adverse events in left ventricular assist device patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Assist Device", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Guglielmo Gallone", + "kol_full_name": "Guglielmo Gallone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1159566", + "session_name": "Personalising HFpEF care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159566", + "first_name": "Tomoko", + "middle_name": "", + "last_name": "Ishizu", + "org_name": "University of Tsukuba", + "Country": "Japan", + "Region": "Ibaraki", + "City": "Tsukuba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising HFpEF care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tomoko Ishizu", + "kol_full_name": "Tomoko Ishizu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Ablation Techniques | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "1159565", + "session_name": "Optimal anticoagulant strategy for periprocedural management of atrial fibrillation ablation: a systematic review and network meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159565", + "first_name": "Tabito", + "middle_name": "", + "last_name": "Kino", + "org_name": "University of Tsukuba", + "Country": "Japan", + "Region": "Ibaraki", + "City": "Tsukuba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimal anticoagulant strategy for periprocedural management of atrial fibrillation ablation: a systematic review and network meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anticoagulants", + "kol_name": "Tabito Kino", + "kol_full_name": "Tabito Kino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Hypertrophy, Left Ventricular | Echocardiography | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1159564", + "session_name": "Clinical significance of echocardiographic left ventricular hypertrophy for predicting left atrial appendage thrombotic milieu in patients with atrial fibrillation and CHA2DS2-VASc scores of 0-2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159564", + "first_name": "Kentaro", + "middle_name": "", + "last_name": "Minami", + "org_name": "University of Tsukuba", + "Country": "Japan", + "Region": "Ibaraki", + "City": "Tsukuba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical significance of echocardiographic left ventricular hypertrophy for predicting left atrial appendage thrombotic milieu in patients with atrial fibrillation and CHA2DS2-VASc scores of 0-2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Hypertrophy, Left Ventricular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Echocardiography | Atrial Appendage", + "kol_name": "Kentaro Minami", + "kol_full_name": "Kentaro Minami" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159563", + "session_name": "Non-sustained ventricular tachycardia in non-dilated left ventricular cardiomyopathy with left ventricular late enhancement: how to implement the guidelines and take-home messages", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159563", + "first_name": "Gianfranco", + "middle_name": "", + "last_name": "Sinagra", + "org_name": "University of Trieste", + "Country": "Italy", + "Region": "Friuli-Venezia Giulia", + "City": "Trieste", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-sustained ventricular tachycardia in non-dilated left ventricular cardiomyopathy with left ventricular late enhancement: how to implement the guidelines and take-home messages", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gianfranco Sinagra", + "kol_full_name": "Gianfranco Sinagra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1159562", + "session_name": "Impact of Impella5.0/5.5 use on short-term prognosis in patients with AMI-related cardiogenic shock receiving Impella-incorporated MCS in Japan", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159562", + "first_name": "Makiko", + "middle_name": "", + "last_name": "Nakamura", + "org_name": "University of Toyama", + "Country": "Japan", + "Region": "Toyama", + "City": "Toyama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of Impella5.0/5.5 use on short-term prognosis in patients with AMI-related cardiogenic shock receiving Impella-incorporated MCS in Japan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Makiko Nakamura", + "kol_full_name": "Makiko Nakamura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Percutaneous Coronary Intervention | Coronary Artery Bypass", + "npi_num": "", + "hcp_pin_alias": "1159561", + "session_name": "Long-term outcomes of percutaneous coronary intervention versus coronary artery bypass grafting in women with severe coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159561", + "first_name": "Kevin", + "middle_name": "R.", + "last_name": "An", + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcomes of percutaneous coronary intervention versus coronary artery bypass grafting in women with severe coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Bypass", + "kol_name": "Kevin R. An", + "kol_full_name": "Kevin R. An" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Ventricular Dysfunction, Left", + "npi_num": "", + "hcp_pin_alias": "1159560", + "session_name": "Left ventricular dysfunction, pulmonary congestion, or both and cardiovascular risk after acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159560", + "first_name": "Jairo", + "middle_name": "Tavares", + "last_name": "Nunes", + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular dysfunction", + "rest_events_session_count": 2, + "rest_events_session": " pulmonary congestion, or both and cardiovascular risk after acute myocardial infarction", + "events_topic": "Myocardial Infarction | Ventricular Dysfunction, Left", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jairo Tavares Nunes", + "kol_full_name": "Jairo Tavares Nunes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159559", + "session_name": "Embedding clinical research in routine cardiovascular care: providing equitable opportunities to all patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159559", + "first_name": "Roslyn", + "middle_name": "", + "last_name": "Prichard", + "org_name": "University of the Sunshine Coast", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Embedding clinical research in routine cardiovascular care: providing equitable opportunities to all patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Roslyn Prichard", + "kol_full_name": "Roslyn Prichard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159558", + "session_name": "The environment and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159558", + "first_name": "Kathryn", + "middle_name": "", + "last_name": "Taubert", + "org_name": "University of Texas Southwestern Medical Center", + "Country": "Switzerland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The environment and heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kathryn Taubert", + "kol_full_name": "Kathryn Taubert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Function Tests | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1159557", + "session_name": "Cutting-edge echocardiography for assessment of cardiac function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159557", + "first_name": "Edyta", + "middle_name": "", + "last_name": "Plonska-Gosciniak", + "org_name": "University of Szczecin", + "Country": "Poland", + "Region": "Zachodniopomorskie", + "City": "Szczecin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cutting-edge echocardiography for assessment of cardiac function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Function Tests | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Edyta Plonska-Gosciniak", + "kol_full_name": "Edyta Plonska-Gosciniak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159556", + "session_name": "Association of a healthy plant-based heart-protective diet with reduced cardiovascular disease incidence and mortality: findings from the UK Biobank Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159556", + "first_name": "Tian", + "middle_name": "", + "last_name": "Wang", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of a healthy plant-based heart-protective diet with reduced cardiovascular disease incidence and mortality: findings from the UK Biobank Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tian Wang", + "kol_full_name": "Tian Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1159555", + "session_name": "A novel approach to increase training and willingness to respond to out-of-hospital cardiac arrest - FirstCPR: a pragmatic community-based cluster randomised trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159555", + "first_name": "Sonali", + "middle_name": "", + "last_name": "Munot", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel approach to increase training and willingness to respond to out-of-hospital cardiac arrest - FirstCPR: a pragmatic community-based cluster randomised trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sonali Munot", + "kol_full_name": "Sonali Munot" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Machine Learning | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159554", + "session_name": "Predicting ECGs masquerading AS STEMI with machine learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159554", + "first_name": "Sina", + "middle_name": "", + "last_name": "Fathieh", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting ECGs masquerading AS STEMI with machine learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Machine Learning ", + "rest_events_topic_count": 1, + "rest_events_topic": " ST Elevation Myocardial Infarction", + "kol_name": "Sina Fathieh", + "kol_full_name": "Sina Fathieh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sensitivity And Specificity | Troponin | Coronary Artery Dissection, Spontaneous | Clinical Trial", + "npi_num": "", + "hcp_pin_alias": "1159553", + "session_name": "How to diagnose and manage coronary artery dissection,High-sensitivity cardiac troponin assays: integrating evidence from clinical trials and implementation studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159553", + "first_name": "Sarah", + "middle_name": "", + "last_name": "Zaman", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to diagnose and manage coronary artery dissection", + "rest_events_session_count": 1, + "rest_events_session": "High-sensitivity cardiac troponin assays: integrating evidence from clinical trials and implementation studies", + "events_topic": "Sensitivity And Specificity | Troponin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Dissection, Spontaneous | Clinical Trial", + "kol_name": "Sarah Zaman", + "kol_full_name": "Sarah Zaman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Dissection, Spontaneous | Coronary Artery Disease | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159552", + "session_name": "Clinical characteristics and predictors of adverse cardiovascular events from the australia-new zealand spontaneous coronary artery dissection (ANZ-SCAD) registry,Clinical characteristics and predictors of recurrence from the Australia-New Zealand Spontaneous Coronary Artery Dissection (ANZ-SCAD) registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159552", + "first_name": "Quan", + "middle_name": "", + "last_name": "Dang", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical characteristics and predictors of adverse cardiovascular events from the australia-new zealand spontaneous coronary artery dissection (ANZ-SCAD) registry", + "rest_events_session_count": 1, + "rest_events_session": "Clinical characteristics and predictors of recurrence from the Australia-New Zealand Spontaneous Coronary Artery Dissection (ANZ-SCAD) registry", + "events_topic": "Coronary Artery Dissection, Spontaneous | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Quan Dang", + "kol_full_name": "Quan Dang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Cardiovascular Diseases | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159551", + "session_name": "Cardiac rehabilitation attendance and outcomes 3 years after acute coronary syndrome (ACS): Linked national data of the SNAPSHOT ACS audit,Exploring cardiovascular health: environmental exposures, treatment disparities, and lifestyle influences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159551", + "first_name": "Karice", + "middle_name": "", + "last_name": "Hyun", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac rehabilitation attendance and outcomes 3 years after acute coronary syndrome (ACS): Linked national data of the SNAPSHOT ACS audit", + "rest_events_session_count": 3, + "rest_events_session": "Exploring cardiovascular health: environmental exposures, treatment disparities, and lifestyle influences", + "events_topic": "Cardiac Rehabilitation | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Karice Hyun", + "kol_full_name": "Karice Hyun" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19", + "npi_num": "", + "hcp_pin_alias": "1159550", + "session_name": "Long-term impact of COVID-19: direct and indirect consequences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159550", + "first_name": "Julie", + "middle_name": "", + "last_name": "Redfern", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term impact of COVID-19: direct and indirect consequences", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julie Redfern", + "kol_full_name": "Julie Redfern" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Mental Fatigue | Coronary Disease | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159549", + "session_name": "Peer support interventions improve disease self-management after coronary heart disease diagnosis: a systematic review and meta-analysis,Cognitive and physical fatigue: the experience and consequences of brain fog after spontaneous coronary artery dissection, a qualitative study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159549", + "first_name": "Joseph", + "middle_name": "", + "last_name": "Weddell", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peer support interventions improve disease self-management after coronary heart disease diagnosis: a systematic review and meta-analysis", + "rest_events_session_count": 2, + "rest_events_session": "Cognitive and physical fatigue: the experience and consequences of brain fog after spontaneous coronary artery dissection, a qualitative study.", + "events_topic": "Heart Diseases | Mental Fatigue ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Disease | Coronary Artery Disease", + "kol_name": "Joseph Weddell", + "kol_full_name": "Joseph Weddell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Electrocardiography | Socioeconomic Factors | Smartphone", + "npi_num": "", + "hcp_pin_alias": "1159548", + "session_name": "The athlete's ECG: tips, tricks, and little known secrets,Comparison between smartphone 6-lead ECGs and 12-lead ECGs in athletes,Disparities: insights into socioeconomic factors and cardiovascular health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159548", + "first_name": "Jessica", + "middle_name": "", + "last_name": "Orchard", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The athlete's ECG: tips", + "rest_events_session_count": 4, + "rest_events_session": " tricks, and little known secrets,Comparison between smartphone 6-lead ECGs and 12-lead ECGs in athletes,Disparities: insights into socioeconomic factors and cardiovascular health", + "events_topic": "Cardiovascular Diseases | Electrocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Socioeconomic Factors | Smartphone", + "kol_name": "Jessica Orchard", + "kol_full_name": "Jessica Orchard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Obesity | Plaque, Atherosclerotic | Immunomodulation", + "npi_num": "", + "hcp_pin_alias": "1159547", + "session_name": "Targeting the P2X7R with PKT100 stabilises atherosclerotic plaques in a mouse model of plaque instability.,Immunomodulation through P2X7R with PKT100 ameliorates diastolic dysfunction and fibrosis in obesity-induced cardiometabolic syndrome.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159547", + "first_name": "Elijah", + "middle_name": "", + "last_name": "Genetzakis", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting the P2X7R with PKT100 stabilises atherosclerotic plaques in a mouse model of plaque instability.", + "rest_events_session_count": 1, + "rest_events_session": "Immunomodulation through P2X7R with PKT100 ameliorates diastolic dysfunction and fibrosis in obesity-induced cardiometabolic syndrome.", + "events_topic": "Metabolic Syndrome | Obesity ", + "rest_events_topic_count": 2, + "rest_events_topic": " Plaque, Atherosclerotic | Immunomodulation", + "kol_name": "Elijah Genetzakis", + "kol_full_name": "Elijah Genetzakis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Mobile Applications", + "npi_num": "", + "hcp_pin_alias": "1159546", + "session_name": "Does perceived usability of a multi-component mobile device intervention improve health-related quality of life?,Ethnic minorities who complete cardiac rehabilitation achieve equivalent functional capacity outcomes after cardiac rehabilitation but only half complete", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159546", + "first_name": "Dion", + "middle_name": "", + "last_name": "Candelaria", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Does perceived usability of a multi-component mobile device intervention improve health-related quality of life?", + "rest_events_session_count": 1, + "rest_events_session": "Ethnic minorities who complete cardiac rehabilitation achieve equivalent functional capacity outcomes after cardiac rehabilitation but only half complete", + "events_topic": "Cardiac Rehabilitation | Mobile Applications", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dion Candelaria", + "kol_full_name": "Dion Candelaria" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Triglycerides | Cardiovascular Diseases | Lipoprotein(a)", + "npi_num": "", + "hcp_pin_alias": "1159545", + "session_name": "The association of inflammation, triglycerides and lipoprotein(a) with cardiovascular events in the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159545", + "first_name": "Bradley", + "middle_name": "", + "last_name": "Tucker", + "org_name": "University of Sydney", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association of inflammation", + "rest_events_session_count": 1, + "rest_events_session": " triglycerides and lipoprotein(a) with cardiovascular events in the UK Biobank", + "events_topic": "Triglycerides | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lipoprotein(a)", + "kol_name": "Bradley Tucker", + "kol_full_name": "Bradley Tucker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardium | Echocardiography | Dapagliflozin | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159544", + "session_name": "Effects of Dapagliflozin on myocardial performance in non-diabetic patients with Heart failure with reduced and mid-range ejection fraction (DAPA ECHO trial)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159544", + "first_name": "Maria", + "middle_name": "Concetta", + "last_name": "Pastore", + "org_name": "University of Siena", + "Country": "Italy", + "Region": "Toscana", + "City": "Siena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of Dapagliflozin on myocardial performance in non-diabetic patients with Heart failure with reduced and mid-range ejection fraction (DAPA ECHO trial)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardium | Echocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Dapagliflozin | Heart Failure", + "kol_name": "Maria Concetta Pastore", + "kol_full_name": "Maria Concetta Pastore" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Electrophysiology | Diagnostic Imaging | Echocardiography | Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1159543", + "session_name": "Novel echocardiographic indices for risk stratification,Use of imaging in electrophysiology,Before and after heart transplantation: new insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159543", + "first_name": "Giulia", + "middle_name": "Elena", + "last_name": "Mandoli", + "org_name": "University of Siena", + "Country": "Italy", + "Region": "Toscana", + "City": "Siena", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel echocardiographic indices for risk stratification", + "rest_events_session_count": 2, + "rest_events_session": "Use of imaging in electrophysiology,Before and after heart transplantation: new insights", + "events_topic": "Cardiac Electrophysiology | Diagnostic Imaging ", + "rest_events_topic_count": 2, + "rest_events_topic": " Echocardiography | Heart Transplantation", + "kol_name": "Giulia Elena Mandoli", + "kol_full_name": "Giulia Elena Mandoli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Hypertrophy, Left Ventricular", + "npi_num": "", + "hcp_pin_alias": "1159542", + "session_name": "Case 2: an athlete with enlarged left ventricle,Epidemiology of cardiovascular risk and disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159542", + "first_name": "Flavio", + "middle_name": "", + "last_name": "D'Ascenzi", + "org_name": "University of Siena", + "Country": "Italy", + "Region": "Toscana", + "City": "Siena", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2: an athlete with enlarged left ventricle", + "rest_events_session_count": 1, + "rest_events_session": "Epidemiology of cardiovascular risk and disease", + "events_topic": "Cardiovascular Diseases | Hypertrophy, Left Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Flavio D'Ascenzi", + "kol_full_name": "Flavio D'Ascenzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Function, Left | Diabetes Mellitus | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159541", + "session_name": "Left atrial function predicts long-term outcome in hypertension and diabetes across genders", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159541", + "first_name": "Enrico", + "middle_name": "Emilio", + "last_name": "Diviggiano", + "org_name": "University of Siena", + "Country": "Italy", + "Region": "Toscana", + "City": "Siena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial function predicts long-term outcome in hypertension and diabetes across genders", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Function, Left | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "Enrico Emilio Diviggiano", + "kol_full_name": "Enrico Emilio Diviggiano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Wearable Electronic Devices", + "npi_num": "", + "hcp_pin_alias": "1159540", + "session_name": "Can cardiovascular data from consumer-based wearable devices be used for clinical decision-making?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159540", + "first_name": "Timothy", + "middle_name": "", + "last_name": "Chico", + "org_name": "University of Sheffield", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Can cardiovascular data from consumer-based wearable devices be used for clinical decision-making?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Wearable Electronic Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Timothy Chico", + "kol_full_name": "Timothy Chico" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Atrial Pressure", + "npi_num": "", + "hcp_pin_alias": "1159539", + "session_name": "Functional status is associated with mean right atrial pressure derived from cardiac MRI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159539", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Newman", + "org_name": "University of Sheffield", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Functional status is associated with mean right atrial pressure derived from cardiac MRI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Atrial Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Newman", + "kol_full_name": "Thomas Newman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multivessel Coronary Artery Disease | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159538", + "session_name": "Virtual physiological analysis of non-culprit disease in patients with STEMI and multivessel disease: a substudy of the COMPLETE trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159538", + "first_name": "Paul", + "middle_name": "David", + "last_name": "Morris", + "org_name": "University of Sheffield", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Virtual physiological analysis of non-culprit disease in patients with STEMI and multivessel disease: a substudy of the COMPLETE trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multivessel Coronary Artery Disease | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paul David Morris", + "kol_full_name": "Paul David Morris" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracellular Fluid | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159537", + "session_name": "Development of a minimally invasive technique to measure the interstitial fluid pressure for remote monitoring of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159537", + "first_name": "Hamza", + "middle_name": "", + "last_name": "Zafar", + "org_name": "University of Sheffield", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development of a minimally invasive technique to measure the interstitial fluid pressure for remote monitoring of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Extracellular Fluid | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hamza Zafar", + "kol_full_name": "Hamza Zafar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Quality Of Life", + "npi_num": "", + "hcp_pin_alias": "1159536", + "session_name": "A systematic review and meta-analysis of health-related quality of life (HRQoL) outcomes in randomised controlled trials for pulmonary arterial hypertension (PAH)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159536", + "first_name": "Frances", + "middle_name": "", + "last_name": "Varian", + "org_name": "University of Sheffield", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A systematic review and meta-analysis of health-related quality of life (HRQoL) outcomes in randomised controlled trials for pulmonary arterial hypertension (PAH)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Quality Of Life", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Frances Varian", + "kol_full_name": "Frances Varian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Coronary Disease", + "npi_num": "", + "hcp_pin_alias": "1159535", + "session_name": "Association of soluble ST2 with heart failure and other comorbidities in patients with severe coronary heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159535", + "first_name": "Jan", + "middle_name": "", + "last_name": "Pec", + "org_name": "University of Regensburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Regensburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of soluble ST2 with heart failure and other comorbidities in patients with severe coronary heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jan Pec", + "kol_full_name": "Jan Pec" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Studies As Topic | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159534", + "session_name": "Caring for the elderly in cardiology: special clinical aspects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159534", + "first_name": "Annett", + "middle_name": "", + "last_name": "Salzwedel", + "org_name": "University of Potsdam", + "Country": "Germany", + "Region": "Brandenburg", + "City": "Potsdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Caring for the elderly in cardiology: special clinical aspects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Studies As Topic | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Annett Salzwedel", + "kol_full_name": "Annett Salzwedel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Studies As Topic | Perindopril | Patient-Centered Care | Antihypertensive Therapy", + "npi_num": "", + "hcp_pin_alias": "1159533", + "session_name": "Interpreting data for patient-centric management: clinical case,A higher adherence to perindopril-based anti-hypertensive therapy is associated with a reduced risk of cardiovascular outcomes and all-cause mortality in real clinical practice in Italy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159533", + "first_name": "Stefano", + "middle_name": "", + "last_name": "Masi", + "org_name": "University of Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interpreting data for patient-centric management: clinical case", + "rest_events_session_count": 1, + "rest_events_session": "A higher adherence to perindopril-based anti-hypertensive therapy is associated with a reduced risk of cardiovascular outcomes and all-cause mortality in real clinical practice in Italy", + "events_topic": "Clinical Studies As Topic | Perindopril ", + "rest_events_topic_count": 2, + "rest_events_topic": " Patient-Centered Care | Antihypertensive Therapy", + "kol_name": "Stefano Masi", + "kol_full_name": "Stefano Masi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MIBG | Renal Denervation", + "npi_num": "", + "hcp_pin_alias": "1159532", + "session_name": "The relationship between lung MIBG uptake and clinical response to renal denervation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159532", + "first_name": "Hermann", + "middle_name": "", + "last_name": "Dalpiaz", + "org_name": "University of Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The relationship between lung MIBG uptake and clinical response to renal denervation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MIBG | Renal Denervation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hermann Dalpiaz", + "kol_full_name": "Hermann Dalpiaz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Function, Left | Machine Learning | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159531", + "session_name": "Left atrial function for predicting atrial fibrillation: a machine learning approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159531", + "first_name": "Gabriele", + "middle_name": "", + "last_name": "Masini", + "org_name": "University of Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial function for predicting atrial fibrillation: a machine learning approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Function, Left | Machine Learning ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Gabriele Masini", + "kol_full_name": "Gabriele Masini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Vascular Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1159530", + "session_name": "Targeting BRD4-HK2 reverses the meta-inflammatory shift in perivascular adipose tissue and rescues cardiometabolic vascular dysfunction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159530", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Mengozzi", + "org_name": "University of Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting BRD4-HK2 reverses the meta-inflammatory shift in perivascular adipose tissue and rescues cardiometabolic vascular dysfunction.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Vascular Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Mengozzi", + "kol_full_name": "Alessandro Mengozzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Right Ventricular-Pulmonary Arterial Coupling | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159529", + "session_name": "Right ventricular myocardial work: a step forward for the assessment of right ventricular to pulmonary artery coupling,Advanced versus conventional echocardiographic parameters of right ventricular-arterial coupling in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159529", + "first_name": "Stefano", + "middle_name": "", + "last_name": "Sforna", + "org_name": "University of Perugia", + "Country": "Italy", + "Region": "Umbria", + "City": "Perugia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right ventricular myocardial work: a step forward for the assessment of right ventricular to pulmonary artery coupling", + "rest_events_session_count": 1, + "rest_events_session": "Advanced versus conventional echocardiographic parameters of right ventricular-arterial coupling in heart failure", + "events_topic": "Echocardiography | Right Ventricular-Pulmonary Arterial Coupling ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Stefano Sforna", + "kol_full_name": "Stefano Sforna" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Ventricular Dysfunction, Right | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1159528", + "session_name": "Right ventricular dysfunction parameters at echocardiography in patients with acute pulmonary embolism: meta-analysis of individual participant data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159528", + "first_name": "Ludovica", + "middle_name": "Anna", + "last_name": "Cimini", + "org_name": "University of Perugia", + "Country": "Italy", + "Region": "Umbria", + "City": "Perugia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right ventricular dysfunction parameters at echocardiography in patients with acute pulmonary embolism: meta-analysis of individual participant data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism | Ventricular Dysfunction, Right ", + "rest_events_topic_count": 1, + "rest_events_topic": " Echocardiography", + "kol_name": "Ludovica Anna Cimini", + "kol_full_name": "Ludovica Anna Cimini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1159527", + "session_name": "Left atrioventricular coupling index: association with diastolic dysfunction and prognostic implications in heart failure patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159527", + "first_name": "Federico", + "middle_name": "", + "last_name": "Fortuni", + "org_name": "University of Perugia", + "Country": "Italy", + "Region": "Umbria", + "City": "Perugia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrioventricular coupling index: association with diastolic dysfunction and prognostic implications in heart failure patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Federico Fortuni", + "kol_full_name": "Federico Fortuni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Venous Thromboembolism | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1159526", + "session_name": "Advances in the management of cancer-associated venous thromboembolism,The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel,Sex differences in in-hospital management and outcomes of patients with acute pulmonary embolism,Acute pulmonary embolism: new approaches for an old killer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159526", + "first_name": "Cecilia", + "middle_name": "", + "last_name": "Becattini", + "org_name": "University of Perugia", + "Country": "Italy", + "Region": "Umbria", + "City": "Perugia", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advances in the management of cancer-associated venous thromboembolism", + "rest_events_session_count": 3, + "rest_events_session": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel,Sex differences in in-hospital management and outcomes of patients with acute pulmonary embolism,Acute pulmonary embolism: new approaches for an old killer", + "events_topic": "Neoplasms | Venous Thromboembolism ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "Cecilia Becattini", + "kol_full_name": "Cecilia Becattini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Channelopathies | Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159525", + "session_name": "Gene therapies for inherited channelopathies,Emerging approaches to prevent sudden cardiac death,Risk stratification and advanced therapies in channelopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159525", + "first_name": "Silvia", + "middle_name": "Giuliana", + "last_name": "Priori", + "org_name": "University of Pavia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gene therapies for inherited channelopathies", + "rest_events_session_count": 2, + "rest_events_session": "Emerging approaches to prevent sudden cardiac death,Risk stratification and advanced therapies in channelopathies", + "events_topic": "Channelopathies | Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Silvia Giuliana Priori", + "kol_full_name": "Silvia Giuliana Priori" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Anti-Obesity Agents", + "npi_num": "", + "hcp_pin_alias": "1159524", + "session_name": "Anti-obesity medications in the acute setting: when should we start, stop, or continue?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159524", + "first_name": "Sergio", + "middle_name": "", + "last_name": "Leonardi", + "org_name": "University of Pavia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anti-obesity medications in the acute setting: when should we start", + "rest_events_session_count": 2, + "rest_events_session": " stop, or continue?", + "events_topic": "Anti-Obesity Agents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sergio Leonardi", + "kol_full_name": "Sergio Leonardi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Heart Failure | Extracorporeal Membrane Oxygenation | Echocardiography | Diagnostic Imaging | Shock, Cardiogenic | Weaning", + "npi_num": "", + "hcp_pin_alias": "1159523", + "session_name": "Echocardiographic evaluation of ventricular performance in VA-ECMO weaning: results from a observational monocentric prospective study,Maximising imaging modalities to personalise management of the patient on mechanical circulatory support,Hot off the press: heart failure-related cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159523", + "first_name": "Guido", + "middle_name": "", + "last_name": "Tavazzi", + "org_name": "University of Pavia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic evaluation of ventricular performance in VA-ECMO weaning: results from a observational monocentric prospective study", + "rest_events_session_count": 2, + "rest_events_session": "Maximising imaging modalities to personalise management of the patient on mechanical circulatory support,Hot off the press: heart failure-related cardiogenic shock", + "events_topic": "Mechanical Circulatory Support | Heart Failure ", + "rest_events_topic_count": 5, + "rest_events_topic": " Extracorporeal Membrane Oxygenation | Echocardiography | Diagnostic Imaging | Shock, Cardiogenic | Weaning", + "kol_name": "Guido Tavazzi", + "kol_full_name": "Guido Tavazzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Long QT Syndrome | Cardiac Electrophysiology", + "npi_num": "", + "hcp_pin_alias": "1159522", + "session_name": "Computational modeling of cardiac electrophysiology applied to a swine model of Long QT Syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159522", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Trancuccio", + "org_name": "University of Pavia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Computational modeling of cardiac electrophysiology applied to a swine model of Long QT Syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Long QT Syndrome | Cardiac Electrophysiology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Trancuccio", + "kol_full_name": "Alessandro Trancuccio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Organoids | MELAS Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159521", + "session_name": "Advancing cardiac 3D organoid-on-chip: integrating iPSC-derived MELAS syndrome models to study electromechanical synchronicity and cardiac memory using contactless technology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159521", + "first_name": "Michele", + "middle_name": "", + "last_name": "Miragoli", + "org_name": "University of Parma", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Parma", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advancing cardiac 3D organoid-on-chip: integrating iPSC-derived MELAS syndrome models to study electromechanical synchronicity and cardiac memory using contactless technology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Organoids | MELAS Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michele Miragoli", + "kol_full_name": "Michele Miragoli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159520", + "session_name": "Challenges when caring for cancer patients with heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159520", + "first_name": "Giuseppina", + "middle_name": "", + "last_name": "Novo", + "org_name": "University of Palermo", + "Country": "Italy", + "Region": "Sicilia", + "City": "Palermo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges when caring for cancer patients with heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppina Novo", + "kol_full_name": "Giuseppina Novo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombectomy | Stroke", + "npi_num": "", + "hcp_pin_alias": "1159519", + "session_name": "Great Debates: acute stroke intervention - what's next after thrombectomy?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159519", + "first_name": "Felice", + "middle_name": "", + "last_name": "Pecoraro", + "org_name": "University of Palermo", + "Country": "Italy", + "Region": "Sicilia", + "City": "Palermo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debates: acute stroke intervention - what's next after thrombectomy?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombectomy | Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Felice Pecoraro", + "kol_full_name": "Felice Pecoraro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159518", + "session_name": "Novel targeted cancer therapies which can cause cardiovascular complications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159518", + "first_name": "Valentina", + "middle_name": "", + "last_name": "Guarneri", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel targeted cancer therapies which can cause cardiovascular complications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Valentina Guarneri", + "kol_full_name": "Valentina Guarneri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Histiocytic Sarcoma", + "npi_num": "", + "hcp_pin_alias": "1159517", + "session_name": "A rare case of histiocytic sarcoma mimicking an acute pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159517", + "first_name": "Niccolo'", + "middle_name": "", + "last_name": "Siviero", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A rare case of histiocytic sarcoma mimicking an acute pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Histiocytic Sarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Niccolo' Siviero", + "kol_full_name": "Niccolo' Siviero" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1159516", + "session_name": "Afterload mismatch is associated with gender mismatch and negatively affect long-term outcome after heart transplant", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159516", + "first_name": "Mattia", + "middle_name": "", + "last_name": "Coriano'", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Afterload mismatch is associated with gender mismatch and negatively affect long-term outcome after heart transplant", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mattia Coriano'", + "kol_full_name": "Mattia Coriano'" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Techniques And Procedures | Galectin 3 | Proto-Oncogene Proteins B-raf | Biomarkers | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159515", + "session_name": "Galectin-3 zebrafish model: identification and pharmacological modulation of arrhythmogenic cardiomyopathy-related phenotypes,Novel experimental biomarker and diagnostic findings,Cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159515", + "first_name": "Kalliopi", + "middle_name": "", + "last_name": "Pilichou", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Galectin-3 zebrafish model: identification and pharmacological modulation of arrhythmogenic cardiomyopathy-related phenotypes", + "rest_events_session_count": 2, + "rest_events_session": "Novel experimental biomarker and diagnostic findings,Cardiomyopathies", + "events_topic": "Diagnostic Techniques And Procedures | Galectin 3 ", + "rest_events_topic_count": 3, + "rest_events_topic": " Proto-Oncogene Proteins B-raf | Biomarkers | Cardiomyopathies", + "kol_name": "Kalliopi Pilichou", + "kol_full_name": "Kalliopi Pilichou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1159514", + "session_name": "Novel metrics to improve outcomes in congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159514", + "first_name": "Giovanni", + "middle_name": "", + "last_name": "Di Salvo", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel metrics to improve outcomes in congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giovanni Di Salvo", + "kol_full_name": "Giovanni Di Salvo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise Test | Coronary Artery Disease | Ventricular Premature Complexes | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159513", + "session_name": "Atherosclerotic coronary artery disease prevalence in master athletes exhibiting exercise-induced ventricular arrhythmias: relevance for preparticipation screening,Incidence and characteristics of premature ventricular beats in competitive athletes at preparticipation exercise testing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159513", + "first_name": "Francesca", + "middle_name": "", + "last_name": "Graziano", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atherosclerotic coronary artery disease prevalence in master athletes exhibiting exercise-induced ventricular arrhythmias: relevance for preparticipation screening", + "rest_events_session_count": 1, + "rest_events_session": "Incidence and characteristics of premature ventricular beats in competitive athletes at preparticipation exercise testing", + "events_topic": "Exercise Test | Coronary Artery Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ventricular Premature Complexes | Arrhythmias, Cardiac", + "kol_name": "Francesca Graziano", + "kol_full_name": "Francesca Graziano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Molecular Medicine | Death, Sudden, Cardiac | Autopsy | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159512", + "session_name": "Sudden cardiac death and autopsy in the era of molecular medicine,New treatment targets for personalised therapy in genetic cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159512", + "first_name": "Cristina", + "middle_name": "", + "last_name": "Basso", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sudden cardiac death and autopsy in the era of molecular medicine", + "rest_events_session_count": 1, + "rest_events_session": "New treatment targets for personalised therapy in genetic cardiomyopathies", + "events_topic": "Molecular Medicine | Death, Sudden, Cardiac ", + "rest_events_topic_count": 2, + "rest_events_topic": " Autopsy | Cardiomyopathies", + "kol_name": "Cristina Basso", + "kol_full_name": "Cristina Basso" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Transcatheter Aortic Valve Replacement | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1159511", + "session_name": "Unresolved questions in TAVI: stroke protection and left ventricular structure and function,Percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159511", + "first_name": "Chiara", + "middle_name": "", + "last_name": "Fraccaro", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unresolved questions in TAVI: stroke protection and left ventricular structure and function", + "rest_events_session_count": 1, + "rest_events_session": "Percutaneous coronary intervention", + "events_topic": "Stroke | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "Chiara Fraccaro", + "kol_full_name": "Chiara Fraccaro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159510", + "session_name": "Chronic heart failure and ventricular arrhythmias in a young patient with hypertrophic cardiac phenotype: the multiple shades of myocardial inflammation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159510", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Giordani", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic heart failure and ventricular arrhythmias in a young patient with hypertrophic cardiac phenotype: the multiple shades of myocardial inflammation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrea Giordani", + "kol_full_name": "Andrea Giordani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rabies | Biological Therapy | Virus Diseases | Chikungunya Fever | Dengue | Myocarditis | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159509", + "session_name": "Viral infections of the heart including chikungunya, dengue, and rabies,Biotherapies in cardiovascular disease: from bench to bedside,Immune and genetic factors in myocarditis: not just a common cold,Myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159509", + "first_name": "Alida", + "middle_name": "L.P.", + "last_name": "Caforio", + "org_name": "University of Padua", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Viral infections of the heart including chikungunya", + "rest_events_session_count": 5, + "rest_events_session": " dengue, and rabies,Biotherapies in cardiovascular disease: from bench to bedside,Immune and genetic factors in myocarditis: not just a common cold,Myocarditis", + "events_topic": "Rabies | Biological Therapy ", + "rest_events_topic_count": 5, + "rest_events_topic": " Virus Diseases | Chikungunya Fever | Dengue | Myocarditis | Cardiovascular Diseases", + "kol_name": "Alida L.P. Caforio", + "kol_full_name": "Alida L.P. Caforio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sarcomeres | Anti-Arrhythmia Agents | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159508", + "session_name": "Impaired myocardial energetics in both sarcomere positive and negative HCM are linked to arrhythmic risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159508", + "first_name": "Zakariye", + "middle_name": "", + "last_name": "Ashkir", + "org_name": "University of Oxford Centre for Clinical Magnetic Resonance Research", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impaired myocardial energetics in both sarcomere positive and negative HCM are linked to arrhythmic risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcomeres | Anti-Arrhythmia Agents ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Hypertrophic", + "kol_name": "Zakariye Ashkir", + "kol_full_name": "Zakariye Ashkir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "P21-Activated Kinases | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159507", + "session_name": "Developing p21-activated kinase 1 (PAK1) activators to treat hypertrophic cardiomyopathy (HCM)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159507", + "first_name": "Yu", + "middle_name": "", + "last_name": "He", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Developing p21-activated kinase 1 (PAK1) activators to treat hypertrophic cardiomyopathy (HCM)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "P21-Activated Kinases | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yu He", + "kol_full_name": "Yu He" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159506", + "session_name": "Macrophage heterogeneity in cardiometabolic disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159506", + "first_name": "Yasemin", + "middle_name": "", + "last_name": "Zurke", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Macrophage heterogeneity in cardiometabolic disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasemin Zurke", + "kol_full_name": "Yasemin Zurke" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Kidney Diseases", + "npi_num": "", + "hcp_pin_alias": "1159505", + "session_name": "Caring for kidney disease patients in a cardiology setting: what is important?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159505", + "first_name": "William", + "middle_name": "", + "last_name": "Herrington", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Caring for kidney disease patients in a cardiology setting: what is important?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kidney Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "William Herrington", + "kol_full_name": "William Herrington" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise Therapy | Ventricular Premature Complexes", + "npi_num": "", + "hcp_pin_alias": "1159504", + "session_name": "The genetic architecture of exercise-induced ventricular ectopy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159504", + "first_name": "Stefan", + "middle_name": "", + "last_name": "Van Duijvenboden", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The genetic architecture of exercise-induced ventricular ectopy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise Therapy | Ventricular Premature Complexes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefan Van Duijvenboden", + "kol_full_name": "Stefan Van Duijvenboden" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fenofibrate | Aortic Valve Stenosis | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159503", + "session_name": "Fenofibrate modulates cardiac energy metabolism in moderate-severe aortic stenosis: a mechanistic double-blinded randomised controlled MR trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159503", + "first_name": "Shveta", + "middle_name": "", + "last_name": "Monga", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fenofibrate modulates cardiac energy metabolism in moderate-severe aortic stenosis: a mechanistic double-blinded randomised controlled MR trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fenofibrate | Aortic Valve Stenosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mitral Valve Insufficiency", + "kol_name": "Shveta Monga", + "kol_full_name": "Shveta Monga" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159502", + "session_name": "Refined selection of individuals for preventive cardiovascular disease treatment with a transformer-based risk model,A flexible, calibrated transformer-based risk model for prediction of clinical outcomes in patients with heart failure; an open cohort study using linked UK EHR", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159502", + "first_name": "Shishir", + "middle_name": "", + "last_name": "Rao", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Refined selection of individuals for preventive cardiovascular disease treatment with a transformer-based risk model", + "rest_events_session_count": 2, + "rest_events_session": "A flexible, calibrated transformer-based risk model for prediction of clinical outcomes in patients with heart failure; an open cohort study using linked UK EHR", + "events_topic": "Cardiovascular Diseases | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shishir Rao", + "kol_full_name": "Shishir Rao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Iron Metabolism Disorders | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159501", + "session_name": "Iron metabolism in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159501", + "first_name": "Samira", + "middle_name": "", + "last_name": "Lakhal-Littleton", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Iron metabolism in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Iron Metabolism Disorders | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Samira Lakhal-Littleton", + "kol_full_name": "Samira Lakhal-Littleton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Techniques And Procedures | Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1159500", + "session_name": "ECG and further diagnostics and therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159500", + "first_name": "Rohan", + "middle_name": "", + "last_name": "Wijesurendra", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ECG and further diagnostics and therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Techniques And Procedures | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rohan Wijesurendra", + "kol_full_name": "Rohan Wijesurendra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Nursing | Wearable Electronic Devices | Nervous System Diseases", + "npi_num": "", + "hcp_pin_alias": "1159499", + "session_name": "Implementing wearables in neuro-cardiovascular care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159499", + "first_name": "Richard", + "middle_name": "", + "last_name": "Bulbulia", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implementing wearables in neuro-cardiovascular care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Nursing | Wearable Electronic Devices ", + "rest_events_topic_count": 1, + "rest_events_topic": " Nervous System Diseases", + "kol_name": "Richard Bulbulia", + "kol_full_name": "Richard Bulbulia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "", + "hcp_pin_alias": "1159498", + "session_name": "Do physicians and patients speak different languages: quantitative evidence from linguistic analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159498", + "first_name": "Peter", + "middle_name": "", + "last_name": "Whittaker", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Do physicians and patients speak different languages: quantitative evidence from linguistic analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peter Whittaker", + "kol_full_name": "Peter Whittaker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Wound Healing", + "npi_num": "", + "hcp_pin_alias": "1159497", + "session_name": "Lymphatic control of tissue repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159497", + "first_name": "Paul", + "middle_name": "Richard", + "last_name": "Riley", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lymphatic control of tissue repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wound Healing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paul Richard Riley", + "kol_full_name": "Paul Richard Riley" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Cardiac Amyloidosis | Echocardiography | Amyloid | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159496", + "session_name": "Artificial intelligence and echo,Introduction to amyloid cardiomyopathy, the multisystemic disease,Artificial intelligence creating a paradigm shift in early diagnosis of amyloid cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159496", + "first_name": "Paul", + "middle_name": "", + "last_name": "Leeson", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence and echo", + "rest_events_session_count": 3, + "rest_events_session": "Introduction to amyloid cardiomyopathy, the multisystemic disease,Artificial intelligence creating a paradigm shift in early diagnosis of amyloid cardiomyopathy", + "events_topic": "Cardiomyopathies | Cardiac Amyloidosis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Echocardiography | Amyloid | Artificial Intelligence", + "kol_name": "Paul Leeson", + "kol_full_name": "Paul Leeson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardium | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159495", + "session_name": "Proteomics-based computational modelling of myocardial metabolism for personalized phenotyping and outcome prediction in advanced heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159495", + "first_name": "Niklas", + "middle_name": "", + "last_name": "Beyhoff", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteomics-based computational modelling of myocardial metabolism for personalized phenotyping and outcome prediction in advanced heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardium | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Niklas Beyhoff", + "kol_full_name": "Niklas Beyhoff" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1159494", + "session_name": "blood pressure-lowering and risk of cancer: an individual participant-level data meta-analysis and mendelian randomisation studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159494", + "first_name": "Milad", + "middle_name": "", + "last_name": "Nazarzadeh", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "blood pressure-lowering and risk of cancer: an individual participant-level data meta-analysis and mendelian randomisation studies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Milad Nazarzadeh", + "kol_full_name": "Milad Nazarzadeh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Disease Susceptibility | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159493", + "session_name": "Micro-capture-C in vessel wall cell types identifies mechanisms underlying coronary artery disease susceptibility loci", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159493", + "first_name": "Matthew", + "middle_name": "", + "last_name": "Baxter", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Micro-capture-C in vessel wall cell types identifies mechanisms underlying coronary artery disease susceptibility loci", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease Susceptibility | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthew Baxter", + "kol_full_name": "Matthew Baxter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1159492", + "session_name": "Severe aortic stenosis is associated with left atrial prothrombotic flow changes that persists despite successful aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159492", + "first_name": "Marco", + "middle_name": "", + "last_name": "Spartera", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Severe aortic stenosis is associated with left atrial prothrombotic flow changes that persists despite successful aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marco Spartera", + "kol_full_name": "Marco Spartera" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Bypass | Atrial Fibrillation | Depression | Angioplasty, Balloon, Coronary | Anxiety", + "npi_num": "", + "hcp_pin_alias": "1159491", + "session_name": "REC-CAGEFREE I - Drug-coated balloon angioplasty with rescue stenting versus intended stenting for the treatment of de novo coronary artery lesions: a multicenter, non-inferiority trial,Quality of life in atrial fibrillation patients and its relationship to family member anxiety and depression", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159491", + "first_name": "Ling", + "middle_name": "", + "last_name": "Tao", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "REC-CAGEFREE I - Drug-coated balloon angioplasty with rescue stenting versus intended stenting for the treatment of de novo coronary artery lesions: a multicenter", + "rest_events_session_count": 2, + "rest_events_session": " non-inferiority trial,Quality of life in atrial fibrillation patients and its relationship to family member anxiety and depression", + "events_topic": "Coronary Artery Bypass | Atrial Fibrillation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Depression | Angioplasty, Balloon, Coronary | Anxiety", + "kol_name": "Ling Tao", + "kol_full_name": "Ling Tao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sodium-Potassium-Exchanging ATPase | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159490", + "session_name": "Upregulation of the sodium potassium pump current supresses ectopic activity after stem cell delivery in the human-based heart after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159490", + "first_name": "Leto", + "middle_name": "", + "last_name": "Riebel", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Upregulation of the sodium potassium pump current supresses ectopic activity after stem cell delivery in the human-based heart after myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sodium-Potassium-Exchanging ATPase | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leto Riebel", + "kol_full_name": "Leto Riebel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Reperfusion Injury", + "npi_num": "", + "hcp_pin_alias": "1159489", + "session_name": "Untapped and forgotten: controversies in the treatment of ischaemia-reperfusion injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159489", + "first_name": "Keith", + "middle_name": "", + "last_name": "Channon", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Untapped and forgotten: controversies in the treatment of ischaemia-reperfusion injury", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Reperfusion Injury", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Keith Channon", + "kol_full_name": "Keith Channon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "1159488", + "session_name": "Treat the cardiovascular risk, not the number", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159488", + "first_name": "Kazem", + "middle_name": "", + "last_name": "Rahimi", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treat the cardiovascular risk", + "rest_events_session_count": 1, + "rest_events_session": " not the number", + "events_topic": "Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kazem Rahimi", + "kol_full_name": "Kazem Rahimi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Phenylalanine | Liver Diseases", + "npi_num": "", + "hcp_pin_alias": "1159487", + "session_name": "Novel insights of phenylalanine in Metabolic dysfunction-Associated Steatotic Liver Disease (MASLD) and cardiovascular complications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159487", + "first_name": "Jun", + "middle_name": "", + "last_name": "Liu", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel insights of phenylalanine in Metabolic dysfunction-Associated Steatotic Liver Disease (MASLD) and cardiovascular complications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Phenylalanine | Liver Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jun Liu", + "kol_full_name": "Jun Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "1159486", + "session_name": "Development and validation of a new algorithm for improved cardiovascular risk prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159486", + "first_name": "Julia", + "middle_name": "", + "last_name": "Hippisley-Cox", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development and validation of a new algorithm for improved cardiovascular risk prediction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julia Hippisley-Cox", + "kol_full_name": "Julia Hippisley-Cox" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pharmaceutical Preparations | Cardiovascular Agents | Multiomics | Pharmacogenetics | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159485", + "session_name": "Pharmacogenomics, cardio-omics, and cardiovascular drugs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159485", + "first_name": "Jemma", + "middle_name": "C.", + "last_name": "Hopewell", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pharmacogenomics", + "rest_events_session_count": 2, + "rest_events_session": " cardio-omics, and cardiovascular drugs", + "events_topic": "Pharmaceutical Preparations | Cardiovascular Agents ", + "rest_events_topic_count": 3, + "rest_events_topic": " Multiomics | Pharmacogenetics | Cardiovascular Diseases", + "kol_name": "Jemma C. Hopewell", + "kol_full_name": "Jemma C. Hopewell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Muscle, Smooth, Vascular | Myocardial Redox Signalling | Lipoprotein(a) | Complement C3 | Machine Learning | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159484", + "session_name": "The novel role of complement 3 in Wnt5a-mediated vascular smooth muscle cell calcification,Lipoprotein(a) regulates vascular redox state and inflammatory response in patients with coronary artery disease,Prognostic value of myocardial redox signalling: a machine learning multi-omics approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159484", + "first_name": "Ileana", + "middle_name": "", + "last_name": "Badi", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The novel role of complement 3 in Wnt5a-mediated vascular smooth muscle cell calcification", + "rest_events_session_count": 2, + "rest_events_session": "Lipoprotein(a) regulates vascular redox state and inflammatory response in patients with coronary artery disease,Prognostic value of myocardial redox signalling: a machine learning multi-omics approach", + "events_topic": "Muscle, Smooth, Vascular | Myocardial Redox Signalling ", + "rest_events_topic_count": 4, + "rest_events_topic": " Lipoprotein(a) | Complement C3 | Machine Learning | Coronary Artery Disease", + "kol_name": "Ileana Badi", + "kol_full_name": "Ileana Badi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypercholesterolemia | Epigenomics | Cholesterol", + "npi_num": "", + "hcp_pin_alias": "1159483", + "session_name": "Exposure to elevated cholesterol results in a non-reversible epigenetic and metabolic shift in macrophages associated with increased residual inflammatory risk.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159483", + "first_name": "Gareth", + "middle_name": "", + "last_name": "Purvis", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exposure to elevated cholesterol results in a non-reversible epigenetic and metabolic shift in macrophages associated with increased residual inflammatory risk.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypercholesterolemia | Epigenomics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cholesterol", + "kol_name": "Gareth Purvis", + "kol_full_name": "Gareth Purvis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159482", + "session_name": "Monogenetic cardiac diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159482", + "first_name": "Cornelia", + "middle_name": "Marja", + "last_name": "van Duijn", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Monogenetic cardiac diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cornelia Marja van Duijn", + "kol_full_name": "Cornelia Marja van Duijn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Vascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159481", + "session_name": "Immune therapeutic targets in vascular diseases,Therapeutic targeting of inflammation in atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159481", + "first_name": "Claudia", + "middle_name": "", + "last_name": "Monaco", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Immune therapeutic targets in vascular diseases", + "rest_events_session_count": 1, + "rest_events_session": "Therapeutic targeting of inflammation in atherosclerosis", + "events_topic": "Atherosclerosis | Vascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Claudia Monaco", + "kol_full_name": "Claudia Monaco" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vaping | Healthy Lifestyle | Patient Care | Tobacco Products | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159480", + "session_name": "Practicing what you preach. Do cardiology trainees in the United Kingdom follow the lifestyle advice that they would give to patients?,The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159480", + "first_name": "Christian", + "middle_name": "John Fielder", + "last_name": "Camm", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Practicing what you preach. Do cardiology trainees in the United Kingdom follow the lifestyle advice that they would give to patients?", + "rest_events_session_count": 2, + "rest_events_session": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus)", + "events_topic": "Vaping | Healthy Lifestyle ", + "rest_events_topic_count": 3, + "rest_events_topic": " Patient Care | Tobacco Products | Cardiovascular Diseases", + "kol_name": "Christian John Fielder Camm", + "kol_full_name": "Christian John Fielder Camm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Artificial Intelligence | Inflammation", + "npi_num": "", + "hcp_pin_alias": "1159479", + "session_name": "Inflammation risk and cardiovascular events in patients without obstructive CAD: clinical and economic evidence of FAI-Score and AI-risk model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159479", + "first_name": "Charalambos", + "middle_name": "", + "last_name": "Antoniades", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation risk and cardiovascular events in patients without obstructive CAD: clinical and economic evidence of FAI-Score and AI-risk model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Inflammation", + "kol_name": "Charalambos Antoniades", + "kol_full_name": "Charalambos Antoniades" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Twin | Arrhythmias, Cardiac | Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1159478", + "session_name": "Personalised treatment of cardiac arrhythmias: novel insights from the bench,Digital twin models: planning and predicting response to treatment in valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159478", + "first_name": "Blanca", + "middle_name": "", + "last_name": "Rodriguez", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised treatment of cardiac arrhythmias: novel insights from the bench", + "rest_events_session_count": 1, + "rest_events_session": "Digital twin models: planning and predicting response to treatment in valvular heart disease", + "events_topic": "Digital Twin | Arrhythmias, Cardiac ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Valve Diseases", + "kol_name": "Blanca Rodriguez", + "kol_full_name": "Blanca Rodriguez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "", + "hcp_pin_alias": "1159477", + "session_name": "Immune and genetic factors in myocarditis: not just a common cold", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159477", + "first_name": "Andrew", + "middle_name": "", + "last_name": "Lewis", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Immune and genetic factors in myocarditis: not just a common cold", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrew Lewis", + "kol_full_name": "Andrew Lewis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159476", + "session_name": "Combined SK and K2P channel block cardioverts atrial fibrillation in 82% of cases, doubling the efficacy of single channel block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159476", + "first_name": "Albert", + "middle_name": "", + "last_name": "Dasi", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Combined SK and K2P channel block cardioverts atrial fibrillation in 82% of cases", + "rest_events_session_count": 1, + "rest_events_session": " doubling the efficacy of single channel block", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Albert Dasi", + "kol_full_name": "Albert Dasi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Premature Birth | Cardiovascular Diseases | Myocardium", + "npi_num": "", + "hcp_pin_alias": "1159475", + "session_name": "Impaired myocardial energetics and lower cardiac reserve in response to exercise stress in adults born preterm,Improvement in cardiac function but not structure in adults born preterm following a prescribed moderate to high intensity exercise intervention: a randomized clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159475", + "first_name": "Adam", + "middle_name": "", + "last_name": "Lewandowski", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impaired myocardial energetics and lower cardiac reserve in response to exercise stress in adults born preterm", + "rest_events_session_count": 1, + "rest_events_session": "Improvement in cardiac function but not structure in adults born preterm following a prescribed moderate to high intensity exercise intervention: a randomized clinical trial", + "events_topic": "Premature Birth | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardium", + "kol_name": "Adam Lewandowski", + "kol_full_name": "Adam Lewandowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1159474", + "session_name": "Navigating out of hospital cardiac arrest in the young", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159474", + "first_name": "Mehrdad", + "middle_name": "", + "last_name": "Golian", + "org_name": "University of Ottawa Heart Institute", + "Country": "Canada", + "Region": "Ontario", + "City": "Ottawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating out of hospital cardiac arrest in the young", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mehrdad Golian", + "kol_full_name": "Mehrdad Golian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159473", + "session_name": "The different faces of mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159473", + "first_name": "David", + "middle_name": "Messika", + "last_name": "Zeitoun", + "org_name": "University of Ottawa Heart Institute", + "Country": "Canada", + "Region": "Ontario", + "City": "Ottawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The different faces of mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David Messika Zeitoun", + "kol_full_name": "David Messika Zeitoun" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin | Acute Coronary Syndrome | Myocardial Infarction | Chest Pain", + "npi_num": "", + "hcp_pin_alias": "1159472", + "session_name": "Rapid rule-out of acute myocardial infarction using the 0/1-hour algorithm for cardiac troponins in emergency primary care: the OUT-ACS implementation study.,Identifying low-risk chest pain in out-of-hours primary care: the diagnostic performance of preHEAR and preHEART scores based on two European cohorts.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159472", + "first_name": "Tonje", + "middle_name": "R.", + "last_name": "Johannessen", + "org_name": "University of Oslo", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rapid rule-out of acute myocardial infarction using the 0/1-hour algorithm for cardiac troponins in emergency primary care: the OUT-ACS implementation study.", + "rest_events_session_count": 1, + "rest_events_session": "Identifying low-risk chest pain in out-of-hours primary care: the diagnostic performance of preHEAR and preHEART scores based on two European cohorts.", + "events_topic": "Troponin | Acute Coronary Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Infarction | Chest Pain", + "kol_name": "Tonje R. Johannessen", + "kol_full_name": "Tonje R. Johannessen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19", + "npi_num": "", + "hcp_pin_alias": "1159471", + "session_name": "Predictors of B-line count in hospitalized patients with COVID-19", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159471", + "first_name": "Oeyvind", + "middle_name": "", + "last_name": "Johannessen", + "org_name": "University of Oslo", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of B-line count in hospitalized patients with COVID-19", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Oeyvind Johannessen", + "kol_full_name": "Oeyvind Johannessen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Coronary Angiography | Atherosclerosis | Artificial Intelligence | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1159470", + "session_name": "Rapid detection of incident heart failure by artificial intelligence: lessons from the NIL-CHF trial,Comparing predictive risk to actual presence of coronary atherosclerosis on coronary computed tomography angiography: a retrospective cohort analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159470", + "first_name": "Simon", + "middle_name": "", + "last_name": "Stewart", + "org_name": "University of Notre Dame Australia", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rapid detection of incident heart failure by artificial intelligence: lessons from the NIL-CHF trial", + "rest_events_session_count": 1, + "rest_events_session": "Comparing predictive risk to actual presence of coronary atherosclerosis on coronary computed tomography angiography: a retrospective cohort analysis", + "events_topic": "Heart Failure | Coronary Angiography ", + "rest_events_topic_count": 3, + "rest_events_topic": " Atherosclerosis | Artificial Intelligence | Tomography, X-Ray Computed", + "kol_name": "Simon Stewart", + "kol_full_name": "Simon Stewart" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid Metabolism", + "npi_num": "", + "hcp_pin_alias": "1159469", + "session_name": "ATM: a protein involved in glucose and lipid metabolism in the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159469", + "first_name": "Martina", + "middle_name": "", + "last_name": "Carotenuto", + "org_name": "University of Naples Federico II", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ATM: a protein involved in glucose and lipid metabolism in the heart", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid Metabolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Martina Carotenuto", + "kol_full_name": "Martina Carotenuto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Syncope", + "npi_num": "", + "hcp_pin_alias": "1159468", + "session_name": "Orthostatic syncope in an elderly patient with restrictive pathophysiology and orthostatic mid-cavity obliteration.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159468", + "first_name": "Leopoldo", + "middle_name": "", + "last_name": "Ordine", + "org_name": "University of Naples Federico II", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Orthostatic syncope in an elderly patient with restrictive pathophysiology and orthostatic mid-cavity obliteration.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leopoldo Ordine", + "kol_full_name": "Leopoldo Ordine" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Anticoagulation | Thromboembolism | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159467", + "session_name": "The triglyceride-glucose index is a marker of thromboembolic events in atrial fibrillation patient under oral anticoagulation therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159467", + "first_name": "Jose", + "middle_name": "Miguel", + "last_name": "Rivera-Caravaca", + "org_name": "University of Murcia", + "Country": "Spain", + "Region": "Murcia", + "City": "Murcia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The triglyceride-glucose index is a marker of thromboembolic events in atrial fibrillation patient under oral anticoagulation therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation | Thromboembolism ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Jose Miguel Rivera-Caravaca", + "kol_full_name": "Jose Miguel Rivera-Caravaca" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pharmacological Phenomena | Biomedical Technology | Telemedicine | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159466", + "session_name": "Phenotypes of pharmacological treatment in patients with atrial fibrillation: a latent class analysis from the prospective GLORIA-AF registry phase III,Mobile health technology integrated care in atrial fibrillation patients according to polypharmacy: an analysis of the mAFA-II clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159466", + "first_name": "Bernadette", + "middle_name": "", + "last_name": "Corica", + "org_name": "University of Modena and Reggio Emilia", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Modena", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phenotypes of pharmacological treatment in patients with atrial fibrillation: a latent class analysis from the prospective GLORIA-AF registry phase III", + "rest_events_session_count": 1, + "rest_events_session": "Mobile health technology integrated care in atrial fibrillation patients according to polypharmacy: an analysis of the mAFA-II clinical trial", + "events_topic": "Pharmacological Phenomena | Biomedical Technology ", + "rest_events_topic_count": 2, + "rest_events_topic": " Telemedicine | Atrial Fibrillation", + "kol_name": "Bernadette Corica", + "kol_full_name": "Bernadette Corica" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin | Amyloidosis | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159465", + "session_name": "Increased index of microcirculatory resistance, capillary rarefaction, elevated troponin levels, and their association with transthyretin amyloidosis cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159465", + "first_name": "Yosuke", + "middle_name": "", + "last_name": "Suiko", + "org_name": "University of Miyazaki", + "Country": "Japan", + "Region": "Miyazaki", + "City": "Miyazaki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased index of microcirculatory resistance", + "rest_events_session_count": 3, + "rest_events_session": " capillary rarefaction, elevated troponin levels, and their association with transthyretin amyloidosis cardiomyopathy", + "events_topic": "Troponin | Amyloidosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Yosuke Suiko", + "kol_full_name": "Yosuke Suiko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1159464", + "session_name": "Basal inferior-septal segment is highly susceptible to deformation in the clinical spectrum of transthyretin-derived cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159464", + "first_name": "Toshihiro", + "middle_name": "", + "last_name": "Tsuruda", + "org_name": "University of Miyazaki", + "Country": "Japan", + "Region": "Miyazaki", + "City": "Miyazaki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Basal inferior-septal segment is highly susceptible to deformation in the clinical spectrum of transthyretin-derived cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Toshihiro Tsuruda", + "kol_full_name": "Toshihiro Tsuruda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159463", + "session_name": "Clinical characteristics and outcomes of patients with acute coronary syndrome without standard metabolic cardiovascular risk factors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159463", + "first_name": "Soichi", + "middle_name": "", + "last_name": "Komaki", + "org_name": "University of Miyazaki", + "Country": "Japan", + "Region": "Miyazaki", + "City": "Miyazaki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical characteristics and outcomes of patients with acute coronary syndrome without standard metabolic cardiovascular risk factors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Soichi Komaki", + "kol_full_name": "Soichi Komaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Heart Defects, Congenital | Fever", + "npi_num": "", + "hcp_pin_alias": "1159462", + "session_name": "Endocarditis in a patient with congenital heart disease: what do the guidelines say?,A patient with a prosthetic valve and fever: what do the guidelines say?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159462", + "first_name": "Paola", + "middle_name": "Anna", + "last_name": "Erba", + "org_name": "University of Milan Bicocca", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endocarditis in a patient with congenital heart disease: what do the guidelines say?", + "rest_events_session_count": 1, + "rest_events_session": "A patient with a prosthetic valve and fever: what do the guidelines say?", + "events_topic": "Endocarditis | Heart Defects, Congenital ", + "rest_events_topic_count": 1, + "rest_events_topic": " Fever", + "kol_name": "Paola Anna Erba", + "kol_full_name": "Paola Anna Erba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genetic Testing | Death, Sudden, Cardiac | Channelopathies", + "npi_num": "", + "hcp_pin_alias": "1159461", + "session_name": "State-of-the-art lecture on the dilemma of sudden cardiac death prediction in low-risk populations,Does genetic testing aid risk-stratification in channelopathies?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159461", + "first_name": "Lia", + "middle_name": "", + "last_name": "Crotti", + "org_name": "University of Milan Bicocca", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on the dilemma of sudden cardiac death prediction in low-risk populations", + "rest_events_session_count": 1, + "rest_events_session": "Does genetic testing aid risk-stratification in channelopathies?", + "events_topic": "Genetic Testing | Death, Sudden, Cardiac ", + "rest_events_topic_count": 1, + "rest_events_topic": " Channelopathies", + "kol_name": "Lia Crotti", + "kol_full_name": "Lia Crotti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159460", + "session_name": "Differences in cardiovascular risk in the general population of low and high altitude residents in Peru. HIGH Altitude CArdiovascular REsearch Latin America Population Study (HIGHCARE-LAPS).", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159460", + "first_name": "Grzegorz", + "middle_name": "", + "last_name": "Bilo", + "org_name": "University of Milan Bicocca", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in cardiovascular risk in the general population of low and high altitude residents in Peru. HIGH Altitude CArdiovascular REsearch Latin America Population Study (HIGHCARE-LAPS).", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Grzegorz Bilo", + "kol_full_name": "Grzegorz Bilo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | MINOCA | Coronary Vasospasm", + "npi_num": "", + "hcp_pin_alias": "1159459", + "session_name": "The invisible culprit: decoding vasospasm in MINOCA with a multimodality approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159459", + "first_name": "Riccardo", + "middle_name": "", + "last_name": "Terzi", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The invisible culprit: decoding vasospasm in MINOCA with a multimodality approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging | MINOCA ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Vasospasm", + "kol_name": "Riccardo Terzi", + "kol_full_name": "Riccardo Terzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Extracellular Vesicles", + "npi_num": "", + "hcp_pin_alias": "1159458", + "session_name": "Extracellular vesicles characterization in patients with hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159458", + "first_name": "Massimiliano", + "middle_name": "", + "last_name": "Ruscica", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extracellular vesicles characterization in patients with hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Extracellular Vesicles", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Massimiliano Ruscica", + "kol_full_name": "Massimiliano Ruscica" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1159457", + "session_name": "Combined ARNI and SGLT2i impacts on peak tricuspid regurgitant velocity and echocardiographic probability of pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159457", + "first_name": "Marco", + "middle_name": "", + "last_name": "Stracqualursi", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Combined ARNI and SGLT2i impacts on peak tricuspid regurgitant velocity and echocardiographic probability of pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marco Stracqualursi", + "kol_full_name": "Marco Stracqualursi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health | Frailty | Cardiovascular Abnormalities | Cardiovascular Diseases | Apixaban | Delirium | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159456", + "session_name": "The Association between Age and Clinical Outcomes in Patients with Subclinical Atrial Fibrillation Treated with Apixaban: Insights from the ARTESiA Trial,Delirium and risk of incident cardiovascular events in elderly: data from a global health research network,Using digital health technologies to integrate the care of atrial fibrillation,The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel,Challenges in the management of atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159456", + "first_name": "Marco", + "middle_name": "", + "last_name": "Proietti", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Association between Age and Clinical Outcomes in Patients with Subclinical Atrial Fibrillation Treated with Apixaban: Insights from the ARTESiA Trial", + "rest_events_session_count": 4, + "rest_events_session": "Delirium and risk of incident cardiovascular events in elderly: data from a global health research network,Using digital health technologies to integrate the care of atrial fibrillation,The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel,Challenges in the management of atrial fibrillation", + "events_topic": "Digital Health | Frailty ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cardiovascular Abnormalities | Cardiovascular Diseases | Apixaban | Delirium | Atrial Fibrillation", + "kol_name": "Marco Proietti", + "kol_full_name": "Marco Proietti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol Ester Transfer Proteins | Atherosclerosis | Cholesterol, LDL | Hypercholesterolaemia", + "npi_num": "", + "hcp_pin_alias": "1159455", + "session_name": "Innovating the clinical management of LDL-c: exploring CETP as therapeutic target,Human CD34+ cells promote atherosclerosis when transferred in Rag2-KO/IL2rg-KO/CD47-KO/LDL-RKO mice independently of hypercholesterolaemia.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159455", + "first_name": "Giuseppe", + "middle_name": "Danilo", + "last_name": "Norata", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovating the clinical management of LDL-c: exploring CETP as therapeutic target", + "rest_events_session_count": 1, + "rest_events_session": "Human CD34+ cells promote atherosclerosis when transferred in Rag2-KO/IL2rg-KO/CD47-KO/LDL-RKO mice independently of hypercholesterolaemia.", + "events_topic": "Cholesterol Ester Transfer Proteins | Atherosclerosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cholesterol, LDL | Hypercholesterolaemia", + "kol_name": "Giuseppe Danilo Norata", + "kol_full_name": "Giuseppe Danilo Norata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Thrombosis | Body Mass Index | Anxiety", + "npi_num": "", + "hcp_pin_alias": "1159454", + "session_name": "Anxiety, asthenia and altered equilibrium: a case of arrhythmogenic cardiomyopathy complicated with biventricular thrombosis.,Exercise gas exchange phenotyping according to body mass index: a population-based study in an apparently healthy population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159454", + "first_name": "Francesca", + "middle_name": "", + "last_name": "Di Lenarda", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anxiety", + "rest_events_session_count": 2, + "rest_events_session": " asthenia and altered equilibrium: a case of arrhythmogenic cardiomyopathy complicated with biventricular thrombosis.,Exercise gas exchange phenotyping according to body mass index: a population-based study in an apparently healthy population", + "events_topic": "Cardiomyopathies | Thrombosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Body Mass Index | Anxiety", + "kol_name": "Francesca Di Lenarda", + "kol_full_name": "Francesca Di Lenarda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Surfactants | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159453", + "session_name": "Prognostic value of alveolar surfactant type-B in acute heart failure: a long-term comparative analysis vs NT-proBNP", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159453", + "first_name": "Francesca", + "middle_name": "", + "last_name": "Bursi", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of alveolar surfactant type-B in acute heart failure: a long-term comparative analysis vs NT-proBNP", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Surfactants | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francesca Bursi", + "kol_full_name": "Francesca Bursi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis | Blood Platelets", + "npi_num": "", + "hcp_pin_alias": "1159452", + "session_name": "Platelets and thrombosis: novel experimental aspects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159452", + "first_name": "Fabrizia", + "middle_name": "", + "last_name": "Bonacina", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Platelets and thrombosis: novel experimental aspects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | Blood Platelets", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fabrizia Bonacina", + "kol_full_name": "Fabrizia Bonacina" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair | Pulmonary Artery Coupling", + "npi_num": "", + "hcp_pin_alias": "1159451", + "session_name": "Prognostic significance of right ventricle to pulmonary artery coupling acute improvement after mitral transcatheter edge-to-edge repair.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159451", + "first_name": "Alberto", + "middle_name": "", + "last_name": "Diano", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic significance of right ventricle to pulmonary artery coupling acute improvement after mitral transcatheter edge-to-edge repair.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair | Pulmonary Artery Coupling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alberto Diano", + "kol_full_name": "Alberto Diano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Spectroscopy | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1159450", + "session_name": "The power of cardiac magnetic resonance in dilated cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159450", + "first_name": "Roberto", + "middle_name": "", + "last_name": "Licordari", + "org_name": "University of Messina", + "Country": "Italy", + "Region": "Sicilia", + "City": "messina", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The power of cardiac magnetic resonance in dilated cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Spectroscopy | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Roberto Licordari", + "kol_full_name": "Roberto Licordari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmogenic Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1159449", + "session_name": "Novel mechanisms in arrhythmogenic cardiac diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159449", + "first_name": "Katharine", + "middle_name": "", + "last_name": "Dibb", + "org_name": "University of Manchester", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel mechanisms in arrhythmogenic cardiac diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmogenic Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katharine Dibb", + "kol_full_name": "Katharine Dibb" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arthritis, Rheumatoid | Myocardial Fibrosis | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159448", + "session_name": "Protein quantitative trait loci identifies genetic biomarkers of proteins associated with measures of myocardial fibrosis in new-onset, treatment naive rheumatoid arthritis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159448", + "first_name": "Amr", + "middle_name": "", + "last_name": "Mohammed", + "org_name": "University of Manchester", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Protein quantitative trait loci identifies genetic biomarkers of proteins associated with measures of myocardial fibrosis in new-onset", + "rest_events_session_count": 1, + "rest_events_session": " treatment naive rheumatoid arthritis", + "events_topic": "Arthritis, Rheumatoid | Myocardial Fibrosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "Amr Mohammed", + "kol_full_name": "Amr Mohammed" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Electrophysiology | Ablation Techniques | Arrhythmias, Cardiac | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159447", + "session_name": "Pulsed field ablation for atrial fibrillation ablation: latest findings,Updates for everyone in electrophysiology and arrhythmias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159447", + "first_name": "Julia", + "middle_name": "", + "last_name": "Vogler", + "org_name": "University of Luebeck", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Lubeck", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulsed field ablation for atrial fibrillation ablation: latest findings", + "rest_events_session_count": 1, + "rest_events_session": "Updates for everyone in electrophysiology and arrhythmias", + "events_topic": "Cardiac Electrophysiology | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Arrhythmias, Cardiac | Atrial Fibrillation", + "kol_name": "Julia Vogler", + "kol_full_name": "Julia Vogler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemorrhage | Clinical Trial | Anticoagulants Treatment | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159446", + "session_name": "Comparing the real-world and clinical trial bleeding rates associated with oral anticoagulation treatment for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159446", + "first_name": "Ying", + "middle_name": "", + "last_name": "Gue", + "org_name": "University of Liverpool", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing the real-world and clinical trial bleeding rates associated with oral anticoagulation treatment for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemorrhage | Clinical Trial ", + "rest_events_topic_count": 2, + "rest_events_topic": " Anticoagulants Treatment | Atrial Fibrillation", + "kol_name": "Ying Gue", + "kol_full_name": "Ying Gue" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemorrhage | Hypertensive Crisis | Stroke | Renal Insufficiency, Chronic | Anticoagulants | Thromboembolism | Cardiovascular Diseases | Dementia | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159445", + "session_name": "Risk of death, thromboembolic events, and bleeding in elderly patients with Atrial Fibrillation and Clinical Complexity who are not taking oral anticoagulation.,One-year risk of all-cause death and major cardiovascular events in patients presenting with hypertensive crisis. A report from a global federated research health network.,Dementia in patients with early cardiovascular complications following ischaemic stroke: A neglected complication of the stroke-heart syndrome,Adherence to the Atrial Fibrillation Better Care (ABC) pathway and outcomes in patients with chronic kidney disease: A report from the APHRS-AF registry.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159445", + "first_name": "Tommaso", + "middle_name": "", + "last_name": "Bucci", + "org_name": "University of Liverpool", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk of death", + "rest_events_session_count": 5, + "rest_events_session": " thromboembolic events, and bleeding in elderly patients with Atrial Fibrillation and Clinical Complexity who are not taking oral anticoagulation.,One-year risk of all-cause death and major cardiovascular events in patients presenting with hypertensive crisis. A report from a global federated research health network.,Dementia in patients with early cardiovascular complications following ischaemic stroke: A neglected complication of the stroke-heart syndrome,Adherence to the Atrial Fibrillation Better Care (ABC) pathway and outcomes in patients with chronic kidney disease: A report from the APHRS-AF registry.", + "events_topic": "Hemorrhage | Hypertensive Crisis ", + "rest_events_topic_count": 7, + "rest_events_topic": " Stroke | Renal Insufficiency, Chronic | Anticoagulants | Thromboembolism | Cardiovascular Diseases | Dementia | Atrial Fibrillation", + "kol_name": "Tommaso Bucci", + "kol_full_name": "Tommaso Bucci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke–Heart Syndrome | Body Mass Index | Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159444", + "session_name": "Body mass index may alter cardiovascular outcomes in patients with newly-diagnosed atrial fibrillation and previous stroke: an interaction analysis using longitudinal data from the GLORIA-AF registry,Cardiovascular outcomes in patients with newly diagnosed atrial fibrillation and previous stroke: a plausible impact of stroke-heart syndrome using longitudinal data from the GLORIA-AF registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159444", + "first_name": "Steven", + "middle_name": "Ho Man", + "last_name": "Lam", + "org_name": "University of Liverpool", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Body mass index may alter cardiovascular outcomes in patients with newly-diagnosed atrial fibrillation and previous stroke: an interaction analysis using longitudinal data from the GLORIA-AF registry", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular outcomes in patients with newly diagnosed atrial fibrillation and previous stroke: a plausible impact of stroke-heart syndrome using longitudinal data from the GLORIA-AF registry", + "events_topic": "Stroke–Heart Syndrome | Body Mass Index ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke | Atrial Fibrillation", + "kol_name": "Steven Ho Man Lam", + "kol_full_name": "Steven Ho Man Lam" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Transcatheter Aortic Valve Replacement | Heart Failure | Amyloidosis | Cardiac Resynchronization Therapy | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159443", + "session_name": "Adverse events following transcatheter aortic valve implantation (TAVI) in patients with amyloidosis: observations from a global federated network.,Clinical phenotypes in relation to outcomes in heart failure patients with cardiac resynchronization therapy and defibrillators (CRT-D): an unsupervised cluster analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159443", + "first_name": "Luigi", + "middle_name": "", + "last_name": "Gerra", + "org_name": "University of Liverpool", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adverse events following transcatheter aortic valve implantation (TAVI) in patients with amyloidosis: observations from a global federated network.", + "rest_events_session_count": 1, + "rest_events_session": "Clinical phenotypes in relation to outcomes in heart failure patients with cardiac resynchronization therapy and defibrillators (CRT-D): an unsupervised cluster analysis", + "events_topic": "Defibrillators, Implantable | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Failure | Amyloidosis | Cardiac Resynchronization Therapy | Aortic Valve Insufficiency", + "kol_name": "Luigi Gerra", + "kol_full_name": "Luigi Gerra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159442", + "session_name": "The predisposing factors to heart failure diagnosis and early mortality among young adults in Africa: a narrative review", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159442", + "first_name": "Fatima", + "middle_name": "", + "last_name": "Mohammed", + "org_name": "University of Liverpool", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The predisposing factors to heart failure diagnosis and early mortality among young adults in Africa: a narrative review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fatima Mohammed", + "kol_full_name": "Fatima Mohammed" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Malignant", + "npi_num": "", + "hcp_pin_alias": "1159441", + "session_name": "Prediction of outcome in malignant hypertension patients using machine learning: a report from the West Birmingham malignant hypertension registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159441", + "first_name": "Antonios", + "middle_name": "", + "last_name": "Argyris", + "org_name": "University of Liverpool", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of outcome in malignant hypertension patients using machine learning: a report from the West Birmingham malignant hypertension registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Malignant", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonios Argyris", + "kol_full_name": "Antonios Argyris" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Stiffness | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1159440", + "session_name": "Optimal blood pressure values to reduce arterial stiffness, an analysis from UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159440", + "first_name": "Alena", + "middle_name": "", + "last_name": "Shantsila", + "org_name": "University of Liverpool", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimal blood pressure values to reduce arterial stiffness", + "rest_events_session_count": 1, + "rest_events_session": " an analysis from UK Biobank", + "events_topic": "Vascular Stiffness | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alena Shantsila", + "kol_full_name": "Alena Shantsila" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence | Atherosclerosis | Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159439", + "session_name": "Artificial intelligence in managing aortic disease,Experimental studies in coronary atherosclerosis disease,Is artificial intelligence the valvular physician's best friend?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159439", + "first_name": "Philippe", + "middle_name": "H.", + "last_name": "Kolh", + "org_name": "University of Liege", + "Country": "Belgium", + "Region": "Liege", + "City": "Liege", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence in managing aortic disease", + "rest_events_session_count": 2, + "rest_events_session": "Experimental studies in coronary atherosclerosis disease,Is artificial intelligence the valvular physician's best friend?", + "events_topic": "Artificial Intelligence | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Diseases", + "kol_name": "Philippe H. Kolh", + "kol_full_name": "Philippe H. Kolh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular-Arterial Coupling", + "npi_num": "", + "hcp_pin_alias": "1159438", + "session_name": "Ventricular-arterial coupling as assessed by the PWV/GLS ratio in the general population: reference values, correlates and predictive value", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159438", + "first_name": "Nicholas", + "middle_name": "", + "last_name": "Cauwenberghs", + "org_name": "University of Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular-arterial coupling as assessed by the PWV/GLS ratio in the general population: reference values", + "rest_events_session_count": 1, + "rest_events_session": " correlates and predictive value", + "events_topic": "Ventricular-Arterial Coupling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicholas Cauwenberghs", + "kol_full_name": "Nicholas Cauwenberghs" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159437", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159437", + "first_name": "Nathalie", + "middle_name": "", + "last_name": "Conrad", + "org_name": "University of Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nathalie Conrad", + "kol_full_name": "Nathalie Conrad" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1159436", + "session_name": "Stretching the myocardium: what’s new in strain echocardiography?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159436", + "first_name": "Jens-Uwe", + "middle_name": "", + "last_name": "Voigt", + "org_name": "University of Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stretching the myocardium: what’s new in strain echocardiography?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jens-Uwe Voigt", + "kol_full_name": "Jens-Uwe Voigt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital | Heart Failure | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159435", + "session_name": "The relation between atrial arrhythmias and heart failure in adult patients with congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159435", + "first_name": "Charlotte", + "middle_name": "", + "last_name": "Lauwers", + "org_name": "University of Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The relation between atrial arrhythmias and heart failure in adult patients with congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Charlotte Lauwers", + "kol_full_name": "Charlotte Lauwers" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1159434", + "session_name": "An analysis of the virtual cardio-oncology research initiative (VICORI) resource: bleeding risk among cancer patients beyond 1-year post-myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159434", + "first_name": "Kok", + "middle_name": "Weng", + "last_name": "Ow", + "org_name": "University of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An analysis of the virtual cardio-oncology research initiative (VICORI) resource: bleeding risk among cancer patients beyond 1-year post-myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Hemorrhage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kok Weng Ow", + "kol_full_name": "Kok Weng Ow" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Frailty", + "npi_num": "", + "hcp_pin_alias": "1159433", + "session_name": "Systematic review and meta-analysis on the effects of physical activity-based interventions on frailty status and clinical outcomes in adults with long-term cardiac conditions.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159433", + "first_name": "Hannah", + "middle_name": "", + "last_name": "Waterhouse", + "org_name": "University of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Systematic review and meta-analysis on the effects of physical activity-based interventions on frailty status and clinical outcomes in adults with long-term cardiac conditions.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Frailty", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hannah Waterhouse", + "kol_full_name": "Hannah Waterhouse" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Thrombosis | Prosthetic Heart Valves | Aortic Valve Stenosis | Stroke", + "npi_num": "", + "hcp_pin_alias": "1159432", + "session_name": "TAVI: aortic stenosis and beyond,Prosthetic heart valves: preventing thrombosis and stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159432", + "first_name": "Anvesha", + "middle_name": "", + "last_name": "Singh", + "org_name": "University of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI: aortic stenosis and beyond", + "rest_events_session_count": 1, + "rest_events_session": "Prosthetic heart valves: preventing thrombosis and stroke", + "events_topic": "Transcatheter Aortic Valve Replacement | Thrombosis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Prosthetic Heart Valves | Aortic Valve Stenosis | Stroke", + "kol_name": "Anvesha Singh", + "kol_full_name": "Anvesha Singh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159431", + "session_name": "Prevalence of stage B heart failure in healthy adults and people with type 2 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159431", + "first_name": "Alice", + "middle_name": "", + "last_name": "Cowley", + "org_name": "University of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of stage B heart failure in healthy adults and people with type 2 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alice Cowley", + "kol_full_name": "Alice Cowley" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy | Ablation Techniques | Atrioventricular Node", + "npi_num": "", + "hcp_pin_alias": "1159430", + "session_name": "A comparative analysis of conduction system pacing and biventricular pacing in patients undergoing atrioventricular node ablation: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159430", + "first_name": "Akash", + "middle_name": "", + "last_name": "Mavilakandy", + "org_name": "University of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A comparative analysis of conduction system pacing and biventricular pacing in patients undergoing atrioventricular node ablation: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrioventricular Node", + "kol_name": "Akash Mavilakandy", + "kol_full_name": "Akash Mavilakandy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1159429", + "session_name": "Coronary microvascular dysfunction as assessed by cardiac MRI and its association with aerobic exercise capacity in dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159429", + "first_name": "Abhishek", + "middle_name": "", + "last_name": "Dattani", + "org_name": "University of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary microvascular dysfunction as assessed by cardiac MRI and its association with aerobic exercise capacity in dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abhishek Dattani", + "kol_full_name": "Abhishek Dattani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Deep Learning | Diabetes Mellitus, Type 2 | Photography", + "npi_num": "", + "hcp_pin_alias": "1159428", + "session_name": "Deep learning detection of subclinical cardiovascular dysfunction in type 2 diabetes through retinal photography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159428", + "first_name": "Abbas", + "middle_name": "", + "last_name": "Alatrany", + "org_name": "University of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deep learning detection of subclinical cardiovascular dysfunction in type 2 diabetes through retinal photography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Deep Learning | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Photography", + "kol_name": "Abbas Alatrany", + "kol_full_name": "Abbas Alatrany" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Spectroscopy | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1159427", + "session_name": "Cardiovascular magnetic resonance to differentiate veteran athlete's heart with cavity dilatation and mild dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159427", + "first_name": "Wasim", + "middle_name": "", + "last_name": "Javed", + "org_name": "University of Leeds", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular magnetic resonance to differentiate veteran athlete's heart with cavity dilatation and mild dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Spectroscopy | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wasim Javed", + "kol_full_name": "Wasim Javed" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Myocardial Ischemia | Diabetes Mellitus, Type 2 | Coronary Artery Bypass | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159426", + "session_name": "Effect of exogenous ketone supplementation on cardiac energetics, function, and perfusion in type 2 diabetes, heart failure, and healthy participants- A single center, open labelled clinical study.,The impact of type 2 diabetes on short term myocardial morphological, functional, and energetic recovery post coronary artery bypass surgery in patients with ischemic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159426", + "first_name": "Sindhoora", + "middle_name": "", + "last_name": "Kotha", + "org_name": "University of Leeds", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of exogenous ketone supplementation on cardiac energetics", + "rest_events_session_count": 8, + "rest_events_session": " function, and perfusion in type 2 diabetes, heart failure, and healthy participants- A single center, open labelled clinical study.,The impact of type 2 diabetes on short term myocardial morphological, functional, and energetic recovery post coronary artery bypass surgery in patients with ischemic heart disease", + "events_topic": "Heart Diseases | Myocardial Ischemia ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diabetes Mellitus, Type 2 | Coronary Artery Bypass | Heart Failure", + "kol_name": "Sindhoora Kotha", + "kol_full_name": "Sindhoora Kotha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Homeostasis | Heart Failure | Diabetes Mellitus, Type 2 | Digoxin | Mastocytosis, Systemic | Adipocytes | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159425", + "session_name": "Digoxin reduces senescence and restores dysfunctional endothelial-subcutaneous adipocyte cross-talk and dysregulated glucose homeostasis in patients with type 2 diabetes mellitus,Cardiac contractility index, a novel biomarker of incident heart failure amongst people with normal left ventricular ejection fraction in the UK Biobank,Systemic diseases affecting the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159425", + "first_name": "Oliver", + "middle_name": "Ian", + "last_name": "Brown", + "org_name": "University of Leeds", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digoxin reduces senescence and restores dysfunctional endothelial-subcutaneous adipocyte cross-talk and dysregulated glucose homeostasis in patients with type 2 diabetes mellitus", + "rest_events_session_count": 3, + "rest_events_session": "Cardiac contractility index, a novel biomarker of incident heart failure amongst people with normal left ventricular ejection fraction in the UK Biobank,Systemic diseases affecting the heart", + "events_topic": "Heart Diseases | Homeostasis ", + "rest_events_topic_count": 6, + "rest_events_topic": " Heart Failure | Diabetes Mellitus, Type 2 | Digoxin | Mastocytosis, Systemic | Adipocytes | Biomarkers", + "kol_name": "Oliver Ian Brown", + "kol_full_name": "Oliver Ian Brown" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardio-Renal Syndrome | Metabolic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159424", + "session_name": "Machine learning identifies individuals at higher risk of incident cardio-renal-metabolic diseases and cardiovascular death who have unrealised opportunities to reduce future cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159424", + "first_name": "Mohammad", + "middle_name": "", + "last_name": "Haris", + "org_name": "University of Leeds", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning identifies individuals at higher risk of incident cardio-renal-metabolic diseases and cardiovascular death who have unrealised opportunities to reduce future cardiovascular risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardio-Renal Syndrome | Metabolic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohammad Haris", + "kol_full_name": "Mohammad Haris" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1159423", + "session_name": "Endothelial insulin-like growth factor-1 signaling regulates vascular barrier function and atherogenesis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159423", + "first_name": "Michael", + "middle_name": "", + "last_name": "Drozd", + "org_name": "University of Leeds", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endothelial insulin-like growth factor-1 signaling regulates vascular barrier function and atherogenesis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Drozd", + "kol_full_name": "Michael Drozd" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ketohexokinase | Insulin Resistance", + "npi_num": "", + "hcp_pin_alias": "1159422", + "session_name": "Inhibition of ketohexokinase prevents fructose-induced insulin resistance and endothelial dysfunction in high fat and sucrose-fed mice via enhancing energy expenditure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159422", + "first_name": "Hema", + "middle_name": "", + "last_name": "Viswambharan", + "org_name": "University of Leeds", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inhibition of ketohexokinase prevents fructose-induced insulin resistance and endothelial dysfunction in high fat and sucrose-fed mice via enhancing energy expenditure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ketohexokinase | Insulin Resistance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hema Viswambharan", + "kol_full_name": "Hema Viswambharan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159421", + "session_name": "Cardiac magnetic resonance in cardiomyopathies,Characterisation of cardiomyopathies with cardiac magnetic resonance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159421", + "first_name": "Eylem", + "middle_name": "", + "last_name": "Levelt", + "org_name": "University of Leeds", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac magnetic resonance in cardiomyopathies", + "rest_events_session_count": 1, + "rest_events_session": "Characterisation of cardiomyopathies with cardiac magnetic resonance", + "events_topic": "Cardiac Magnetic Resonance Imaging | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eylem Levelt", + "kol_full_name": "Eylem Levelt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypercholesterolemia | Heart Disease Risk Factors | Genetic Testing | Cholesterol, LDL", + "npi_num": "", + "hcp_pin_alias": "1159420", + "session_name": "Contemporary LDL-cholesterol management in male and female patients at high-cardiovascular risk: results from the European observational SANTORINI study,Participation rate and yield of indirect cascade genetic screening for familial hypercholesterolemia using a web-based communication platform (CATCH): a randomized multicenter implementation trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159420", + "first_name": "David", + "middle_name": "", + "last_name": "Nanchen", + "org_name": "University of Lausanne", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Contemporary LDL-cholesterol management in male and female patients at high-cardiovascular risk: results from the European observational SANTORINI study", + "rest_events_session_count": 1, + "rest_events_session": "Participation rate and yield of indirect cascade genetic screening for familial hypercholesterolemia using a web-based communication platform (CATCH): a randomized multicenter implementation trial", + "events_topic": "Hypercholesterolemia | Heart Disease Risk Factors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Genetic Testing | Cholesterol, LDL", + "kol_name": "David Nanchen", + "kol_full_name": "David Nanchen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Primary Health Care | Cardiovascular Diseases | Hypercholesterolemia | Clinical Case", + "npi_num": "", + "hcp_pin_alias": "1159419", + "session_name": "How to manage frailty in patients with cardiovascular disease?,Familial hypercholesterolaemia and cardiovascular risk,Clinical Case Management: case studies from primary care,Personalised cardiovascular disease prevention in primary care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159419", + "first_name": "Luigina", + "middle_name": "", + "last_name": "Guasti", + "org_name": "University of Insubria", + "Country": "Italy", + "Region": "Lombardia", + "City": "Varese", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to manage frailty in patients with cardiovascular disease?", + "rest_events_session_count": 3, + "rest_events_session": "Familial hypercholesterolaemia and cardiovascular risk,Clinical Case Management: case studies from primary care,Personalised cardiovascular disease prevention in primary care", + "events_topic": "Heart Disease Risk Factors | Primary Health Care ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiovascular Diseases | Hypercholesterolemia | Clinical Case", + "kol_name": "Luigina Guasti", + "kol_full_name": "Luigina Guasti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "", + "hcp_pin_alias": "1159418", + "session_name": "Circadian medicine: a critical aspect of cardiac care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159418", + "first_name": "Tami", + "middle_name": "", + "last_name": "Martino", + "org_name": "University of Guelph", + "Country": "Canada", + "Region": "Ontario", + "City": "Guelph", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circadian medicine: a critical aspect of cardiac care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tami Martino", + "kol_full_name": "Tami Martino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Outflow Obstruction, Left | Amyloidosis | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159417", + "session_name": "Variant cardiac transthyretin amyloidosis presenting as hypertrophic cardiomyopathy with left ventricular outflow tract obstruction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159417", + "first_name": "Viktoria", + "middle_name": "", + "last_name": "Hoeller", + "org_name": "University of Graz", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Variant cardiac transthyretin amyloidosis presenting as hypertrophic cardiomyopathy with left ventricular outflow tract obstruction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Outflow Obstruction, Left | Amyloidosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Hypertrophic", + "kol_name": "Viktoria Hoeller", + "kol_full_name": "Viktoria Hoeller" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Valsartan | Sacubitril | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159416", + "session_name": "Outcomes and effects of sacubitril/valsartan according to NT-proBNP level in patients with heart failure: a patient-level pooled analysis of the PARADIGM-HF and PARAGON-HF trials,Phenotypic approach in heart failure therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159416", + "first_name": "Toru", + "middle_name": "", + "last_name": "Kondo", + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes and effects of sacubitril/valsartan according to NT-proBNP level in patients with heart failure: a patient-level pooled analysis of the PARADIGM-HF and PARAGON-HF trials", + "rest_events_session_count": 1, + "rest_events_session": "Phenotypic approach in heart failure therapy", + "events_topic": "Valsartan | Sacubitril ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Toru Kondo", + "kol_full_name": "Toru Kondo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159415", + "session_name": "Hypertension around the world", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159415", + "first_name": "Pasquale", + "middle_name": "", + "last_name": "Maffia", + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension around the world", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pasquale Maffia", + "kol_full_name": "Pasquale Maffia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cystatin C | Glomerular Filtration Rate", + "npi_num": "", + "hcp_pin_alias": "1159414", + "session_name": "Implications of incorporating cystatin C into estimated glomerular filtration rate equations in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159414", + "first_name": "Paolo", + "middle_name": "", + "last_name": "Tolomeo", + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implications of incorporating cystatin C into estimated glomerular filtration rate equations in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Cystatin C ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glomerular Filtration Rate", + "kol_name": "Paolo Tolomeo", + "kol_full_name": "Paolo Tolomeo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiotoxicity | Neoplasms | Heart Neoplasms | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159413", + "session_name": "New onset of heart failure in patients with cancer: what to monitor? how to treat?,Risk prediction and treatment options in cardio-oncology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159413", + "first_name": "Ninian", + "middle_name": "Nicholas", + "last_name": "Lang", + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New onset of heart failure in patients with cancer: what to monitor? how to treat?", + "rest_events_session_count": 1, + "rest_events_session": "Risk prediction and treatment options in cardio-oncology", + "events_topic": "Cardiotoxicity | Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Neoplasms | Heart Failure", + "kol_name": "Ninian Nicholas Lang", + "kol_full_name": "Ninian Nicholas Lang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Electronic Health Records", + "npi_num": "", + "hcp_pin_alias": "1159412", + "session_name": "Predicting mortality of type-2 diabetes mellitus by applying machine learning to electronic medical records in the west of scotland and hong kong", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159412", + "first_name": "Narinder", + "middle_name": "", + "last_name": "Kaur", + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting mortality of type-2 diabetes mellitus by applying machine learning to electronic medical records in the west of scotland and hong kong", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Electronic Health Records", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Narinder Kaur", + "kol_full_name": "Narinder Kaur" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Empagliflozin | Prognosis | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159411", + "session_name": "Empagliflozin to prevent worsening of left ventricular volumes and systolic function after myocardial infarction,Long-term prognosis after ST-elevation myocardial infarction according to the Canadian Cardiovascular Society classification of tissue injury severity in acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159411", + "first_name": "Jaclyn", + "middle_name": "", + "last_name": "Carberry", + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Empagliflozin to prevent worsening of left ventricular volumes and systolic function after myocardial infarction", + "rest_events_session_count": 1, + "rest_events_session": "Long-term prognosis after ST-elevation myocardial infarction according to the Canadian Cardiovascular Society classification of tissue injury severity in acute myocardial infarction", + "events_topic": "ST Elevation Myocardial Infarction | Empagliflozin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Prognosis | Myocardial Infarction", + "kol_name": "Jaclyn Carberry", + "kol_full_name": "Jaclyn Carberry" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Melanoma | MEK Inhibitor | Proto-Oncogene Proteins B-raf | Cardiac Magnetic Resonance Imaging | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159410", + "session_name": "Cardiovascular effects of BRAF and MEK inhibitors in patients with melanoma: a prospective study incorporating risk scores, cardiac biomarkers and cardiovascular magnetic resonance imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159410", + "first_name": "Claire", + "middle_name": "", + "last_name": "Glen", + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular effects of BRAF and MEK inhibitors in patients with melanoma: a prospective study incorporating risk scores", + "rest_events_session_count": 1, + "rest_events_session": " cardiac biomarkers and cardiovascular magnetic resonance imaging", + "events_topic": "Melanoma | MEK Inhibitor ", + "rest_events_topic_count": 3, + "rest_events_topic": " Proto-Oncogene Proteins B-raf | Cardiac Magnetic Resonance Imaging | Biomarkers", + "kol_name": "Claire Glen", + "kol_full_name": "Claire Glen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159409", + "session_name": "Personalised medicine in hypertension,Hypertension target organ damage,Heart failure due to hypertension: innovative drug and device-based therapies,Hot papers in hypertension 2023/2024", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159409", + "first_name": "Anna", + "middle_name": "F.", + "last_name": "Dominiczak", + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised medicine in hypertension", + "rest_events_session_count": 3, + "rest_events_session": "Hypertension target organ damage,Heart failure due to hypertension: innovative drug and device-based therapies,Hot papers in hypertension 2023/2024", + "events_topic": "Hypertension | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna F. Dominiczak", + "kol_full_name": "Anna F. Dominiczak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Bridging | Pregnant Women | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159408", + "session_name": "A pregnant women with acute coronary syndrome: the vasospasm over the myocardial bridging.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159408", + "first_name": "Marco", + "middle_name": "", + "last_name": "Palmieri", + "org_name": "University of Genoa - Department of Health Sciences", + "Country": "Italy", + "Region": "Liguria", + "City": "Genoa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A pregnant women with acute coronary syndrome: the vasospasm over the myocardial bridging.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Bridging | Pregnant Women ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Marco Palmieri", + "kol_full_name": "Marco Palmieri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Diuretics", + "npi_num": "", + "hcp_pin_alias": "1159407", + "session_name": "Diuretic therapy strategies in decompensated acute heart failure: a systematic review and network metanalysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159407", + "first_name": "Gianluca", + "middle_name": "", + "last_name": "Anastasia", + "org_name": "University of Genoa - Department of Health Sciences", + "Country": "Italy", + "Region": "Liguria", + "City": "Genoa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diuretic therapy strategies in decompensated acute heart failure: a systematic review and network metanalysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Diuretics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gianluca Anastasia", + "kol_full_name": "Gianluca Anastasia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1159406", + "session_name": "Cardiac amyloidosis: a texture issue. a proof of concept study on quantification of granular sparkling in patients with transthyretin-related cardiac amyloidosis using radiomics and granulometry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159406", + "first_name": "Sara", + "middle_name": "", + "last_name": "Mori", + "org_name": "University of Genoa", + "Country": "Italy", + "Region": "Liguria", + "City": "Genova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac amyloidosis: a texture issue. a proof of concept study on quantification of granular sparkling in patients with transthyretin-related cardiac amyloidosis using radiomics and granulometry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sara Mori", + "kol_full_name": "Sara Mori" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "", + "hcp_pin_alias": "1159405", + "session_name": "Inflammation: novel myocardial and vascular findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159405", + "first_name": "Luca", + "middle_name": "", + "last_name": "Liberale", + "org_name": "University of Genoa", + "Country": "Italy", + "Region": "Liguria", + "City": "Genova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation: novel myocardial and vascular findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luca Liberale", + "kol_full_name": "Luca Liberale" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Myocytes, Smooth Muscle", + "npi_num": "", + "hcp_pin_alias": "1159404", + "session_name": "Smooth muscle cell-specific deletion of S100A4 modifies smooth muscle cell fate and inflammation in murine atherosclerotic lesions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159404", + "first_name": "Pascal", + "middle_name": "", + "last_name": "Azar", + "org_name": "University of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smooth muscle cell-specific deletion of S100A4 modifies smooth muscle cell fate and inflammation in murine atherosclerotic lesions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic | Myocytes, Smooth Muscle", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pascal Azar", + "kol_full_name": "Pascal Azar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Spectroscopy, Near-Infrared | Femoral-Popliteal Peripheral Artery Disease | Ultrasonography, Interventional", + "npi_num": "", + "hcp_pin_alias": "1159403", + "session_name": "Evaluation of non-target lesions in femoropopliteal disease using near-infrared spectroscopy intravascular ultrasound imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159403", + "first_name": "Yusuke", + "middle_name": "", + "last_name": "Sato", + "org_name": "University of Fukui", + "Country": "Japan", + "Region": "Fukui", + "City": "Fukui", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of non-target lesions in femoropopliteal disease using near-infrared spectroscopy intravascular ultrasound imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Spectroscopy, Near-Infrared | Femoral-Popliteal Peripheral Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ultrasonography, Interventional", + "kol_name": "Yusuke Sato", + "kol_full_name": "Yusuke Sato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159402", + "session_name": "Local ventricular activation at the distal great cardiac vein determines right- and left-sided approach for catheter ablation of outflow tract arrhythmias: a simple and rapid discriminator", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159402", + "first_name": "Kanae", + "middle_name": "", + "last_name": "Hasegawa", + "org_name": "University of Fukui", + "Country": "Japan", + "Region": "Fukui", + "City": "Fukui", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Local ventricular activation at the distal great cardiac vein determines right- and left-sided approach for catheter ablation of outflow tract arrhythmias: a simple and rapid discriminator", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kanae Hasegawa", + "kol_full_name": "Kanae Hasegawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159401", + "session_name": "Non-cell-autonomous effects of arginase-II in macrophages on cardiomyocytes in aging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159401", + "first_name": "Duilio", + "middle_name": "Michele", + "last_name": "Potenza", + "org_name": "University of Fribourg", + "Country": "Switzerland", + "Region": "Fribourg", + "City": "Fribourg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-cell-autonomous effects of arginase-II in macrophages on cardiomyocytes in aging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Duilio Michele Potenza", + "kol_full_name": "Duilio Michele Potenza" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159400", + "session_name": "Prediction of cardiovascular outcomes by subtle changes in the peripheral immune cell landscape - insights from the LURIC single cell RNA-sequencing study (LuRNA)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159400", + "first_name": "Dennis", + "middle_name": "", + "last_name": "Wolf", + "org_name": "University of Freiburg", + "Country": "Germany", + "Region": "Hessen", + "City": "Friedberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of cardiovascular outcomes by subtle changes in the peripheral immune cell landscape - insights from the LURIC single cell RNA-sequencing study (LuRNA)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dennis Wolf", + "kol_full_name": "Dennis Wolf" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Diagnostic Imaging | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159399", + "session_name": "Alternative imaging, serological, and vocal biomarkers in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159399", + "first_name": "Massimo", + "middle_name": "", + "last_name": "Iacoviello", + "org_name": "University of Foggia - Faculty of Medecine", + "Country": "Italy", + "Region": "Puglia", + "City": "Foggia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Alternative imaging", + "rest_events_session_count": 2, + "rest_events_session": " serological, and vocal biomarkers in heart failure", + "events_topic": "Heart Failure | Diagnostic Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "Massimo Iacoviello", + "kol_full_name": "Massimo Iacoviello" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypotension | Blood Pressure | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159398", + "session_name": "The patient with hypotensive phenotype: 'de-prescription' and blood pressure raising drugs,Hypertension in special circumstances", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159398", + "first_name": "Giulia", + "middle_name": "", + "last_name": "Rivasi", + "org_name": "University of Florence", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The patient with hypotensive phenotype: 'de-prescription' and blood pressure raising drugs", + "rest_events_session_count": 1, + "rest_events_session": "Hypertension in special circumstances", + "events_topic": "Hypotension | Blood Pressure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "Giulia Rivasi", + "kol_full_name": "Giulia Rivasi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Platelets | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159397", + "session_name": "Platelet biomarkers and sociocultural gender: insights from the EVA study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159397", + "first_name": "Valeria", + "middle_name": "", + "last_name": "Raparelli", + "org_name": "University of Ferrara", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Ferrara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Platelet biomarkers and sociocultural gender: insights from the EVA study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Platelets | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Valeria Raparelli", + "kol_full_name": "Valeria Raparelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Biomarkers | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159396", + "session_name": "Prediction of incident atrial fibrillation: from biomarkers to artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159396", + "first_name": "Marco", + "middle_name": "", + "last_name": "Zuin", + "org_name": "University of Ferrara", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Ferrara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of incident atrial fibrillation: from biomarkers to artificial intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Marco Zuin", + "kol_full_name": "Marco Zuin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Echocardiography | Guideline-Directed Medical Therapy | Cardiac Remodelling | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159395", + "session_name": "Echocardiographic evaluation of cardiac remodelling in a cohort of patients with heart failure and reduced ejection fraction treated with dapagliflozin,Guideline-directed medical therapy titration for heart failure with ischaemic aetiology and its effect on cardiac remodelling and cardiovascular mortality-from a real world perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159395", + "first_name": "Jacopo", + "middle_name": "", + "last_name": "Bonini", + "org_name": "University of Ferrara", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Ferrara", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic evaluation of cardiac remodelling in a cohort of patients with heart failure and reduced ejection fraction treated with dapagliflozin", + "rest_events_session_count": 1, + "rest_events_session": "Guideline-directed medical therapy titration for heart failure with ischaemic aetiology and its effect on cardiac remodelling and cardiovascular mortality-from a real world perspective", + "events_topic": "Mortality | Echocardiography ", + "rest_events_topic_count": 3, + "rest_events_topic": " Guideline-Directed Medical Therapy | Cardiac Remodelling | Heart Failure", + "kol_name": "Jacopo Bonini", + "kol_full_name": "Jacopo Bonini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159394", + "session_name": "Effects of short-term exposure to high altitude on cardiac function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159394", + "first_name": "Sijia", + "middle_name": "", + "last_name": "Wang", + "org_name": "University of Electronic Science and Technology of China", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of short-term exposure to high altitude on cardiac function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sijia Wang", + "kol_full_name": "Sijia Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genetic Testing | Hypertension | Biomarkers | Large Language Models", + "npi_num": "", + "hcp_pin_alias": "1159393", + "session_name": "What is the role of genetic testing and biomarkers in hypertension management?,Challenges and opportunities of LLMs in scientific publishing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159393", + "first_name": "Tomasz", + "middle_name": "", + "last_name": "Guzik", + "org_name": "University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What is the role of genetic testing and biomarkers in hypertension management?", + "rest_events_session_count": 1, + "rest_events_session": "Challenges and opportunities of LLMs in scientific publishing", + "events_topic": "Genetic Testing | Hypertension ", + "rest_events_topic_count": 2, + "rest_events_topic": " Biomarkers | Large Language Models", + "kol_name": "Tomasz Guzik", + "kol_full_name": "Tomasz Guzik" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Diabetic Cardiomyopathies | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1159392", + "session_name": "Manganese-enhanced magnetic resonance imaging in diabetic cardiomyopathy,HFpEF: data from animal studies and registries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159392", + "first_name": "Shruti", + "middle_name": "", + "last_name": "Joshi", + "org_name": "University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Manganese-enhanced magnetic resonance imaging in diabetic cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "HFpEF: data from animal studies and registries", + "events_topic": "Magnetic Resonance Imaging | Diabetic Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Diastolic", + "kol_name": "Shruti Joshi", + "kol_full_name": "Shruti Joshi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Blood Circulation | Acute Coronary Syndrome | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159391", + "session_name": "Cardiac diagnostics in Circulation,Multimodality imaging in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159391", + "first_name": "Nicholas", + "middle_name": "", + "last_name": "Mills", + "org_name": "University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac diagnostics in Circulation", + "rest_events_session_count": 1, + "rest_events_session": "Multimodality imaging in acute coronary syndromes", + "events_topic": "Multimodal Imaging | Blood Circulation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Coronary Syndrome | Cardiovascular Diseases", + "kol_name": "Nicholas Mills", + "kol_full_name": "Nicholas Mills" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Positron-Emission Tomography | Aortic Valve Stenosis | Fibroblasts", + "npi_num": "", + "hcp_pin_alias": "1159390", + "session_name": "Valvular and myocardial fibroblast activation in aortic stenosis: a prospective positron emission tomography study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159390", + "first_name": "Neil", + "middle_name": "", + "last_name": "Craig", + "org_name": "University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Valvular and myocardial fibroblast activation in aortic stenosis: a prospective positron emission tomography study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Positron-Emission Tomography | Aortic Valve Stenosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Fibroblasts", + "kol_name": "Neil Craig", + "kol_full_name": "Neil Craig" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Cardiovascular Diseases | Chest Pain | Hidden Illnesses | Magnetic Resonance Imaging | Artificial Intelligence | Coronary Computed Tomography Angiography", + "npi_num": "", + "hcp_pin_alias": "1159389", + "session_name": "Coronary computed tomography angiography guided management of patients with stable chest pain: 10-year outcomes from the SCOT-HEART trial,Making each contact count: enhancing the value of cardiac CT and MRI for detecting hidden disease and cardiovascular risk,Great Debate: the pros and cons of artificial intelligence in cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159389", + "first_name": "Michelle", + "middle_name": "", + "last_name": "Williams", + "org_name": "University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary computed tomography angiography guided management of patients with stable chest pain: 10-year outcomes from the SCOT-HEART trial", + "rest_events_session_count": 2, + "rest_events_session": "Making each contact count: enhancing the value of cardiac CT and MRI for detecting hidden disease and cardiovascular risk,Great Debate: the pros and cons of artificial intelligence in cardiology", + "events_topic": "Tomography, X-Ray Computed | Cardiovascular Diseases ", + "rest_events_topic_count": 5, + "rest_events_topic": " Chest Pain | Hidden Illnesses | Magnetic Resonance Imaging | Artificial Intelligence | Coronary Computed Tomography Angiography", + "kol_name": "Michelle Williams", + "kol_full_name": "Michelle Williams" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microvascular Dysfunction | Wound Healing | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159388", + "session_name": "Role of platelets in microvascular dysfunction in HFpEF (MegaCardiocyte project),Vascular control of tissue repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159388", + "first_name": "Mairi", + "middle_name": "", + "last_name": "Brittan", + "org_name": "University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of platelets in microvascular dysfunction in HFpEF (MegaCardiocyte project)", + "rest_events_session_count": 1, + "rest_events_session": "Vascular control of tissue repair", + "events_topic": "Microvascular Dysfunction | Wound Healing ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Mairi Brittan", + "kol_full_name": "Mairi Brittan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Translational Science, Biomedical", + "npi_num": "", + "hcp_pin_alias": "1159387", + "session_name": "Translational science: turning medicines into lifelong cures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159387", + "first_name": "Andrew", + "middle_name": "H.", + "last_name": "Baker", + "org_name": "University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Translational science: turning medicines into lifelong cures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Translational Science, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrew H. Baker", + "kol_full_name": "Andrew H. Baker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19", + "npi_num": "", + "hcp_pin_alias": "1159386", + "session_name": "The incidence of cardiovascular conditions in patients admitted to hospital with and without COVID-19 in the South-East of Scotland", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159386", + "first_name": "Anda", + "middle_name": "", + "last_name": "Bularga", + "org_name": "University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The incidence of cardiovascular conditions in patients admitted to hospital with and without COVID-19 in the South-East of Scotland", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anda Bularga", + "kol_full_name": "Anda Bularga" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Hormone Replacement Therapy | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159385", + "session_name": "Should all menopausal women be prescribed hormone replacement therapy to reduce risk?,Novel biomarkers for cardiovascular risk prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159385", + "first_name": "Vassilios", + "middle_name": "", + "last_name": "Vassiliou", + "org_name": "University of East Anglia", + "Country": "United Kingdom", + "Region": "England", + "City": "Norwich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Should all menopausal women be prescribed hormone replacement therapy to reduce risk?", + "rest_events_session_count": 1, + "rest_events_session": "Novel biomarkers for cardiovascular risk prediction", + "events_topic": "Biomarkers | Hormone Replacement Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Vassilios Vassiliou", + "kol_full_name": "Vassilios Vassiliou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Dapagliflozin | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159384", + "session_name": "Dapagliflozin reduces epicardial adipose tissue in patients with heart failure with reduced ejection fraction and type 2 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159384", + "first_name": "Mohmmad", + "middle_name": "", + "last_name": "Alghamdi", + "org_name": "University of Dundee", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Dundee", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dapagliflozin reduces epicardial adipose tissue in patients with heart failure with reduced ejection fraction and type 2 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Dapagliflozin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Mohmmad Alghamdi", + "kol_full_name": "Mohmmad Alghamdi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1159383", + "session_name": "Lipid-lowering treatment: impact on the atherosclerotic plaque and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159383", + "first_name": "Petra", + "middle_name": "", + "last_name": "Kleinbongard", + "org_name": "University of Duisburg-Essen Medical School", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid-lowering treatment: impact on the atherosclerotic plaque and outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Petra Kleinbongard", + "kol_full_name": "Petra Kleinbongard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Magnetic Resonance Imaging | Diagnostic Imaging | Ischemia | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159382", + "session_name": "Regional cardiac denervation predicts sustained ventricular arrhythmias in non-ischemic cardiomyopathy patients without LGE on CMR imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159382", + "first_name": "Christiane", + "middle_name": "", + "last_name": "Jungen", + "org_name": "University of Duisburg-Essen - West-German Heart and Vascular Centre", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Regional cardiac denervation predicts sustained ventricular arrhythmias in non-ischemic cardiomyopathy patients without LGE on CMR imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Magnetic Resonance Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diagnostic Imaging | Ischemia | Arrhythmias, Cardiac", + "kol_name": "Christiane Jungen", + "kol_full_name": "Christiane Jungen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1159381", + "session_name": "Novel 3D-ECG algorithms for reliable screening of cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159381", + "first_name": "Amir", + "middle_name": "Abbas", + "last_name": "Mahabadi", + "org_name": "University of Duisburg-Essen - West-German Heart and Vascular Centre", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel 3D-ECG algorithms for reliable screening of cardiac amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amir Abbas Mahabadi", + "kol_full_name": "Amir Abbas Mahabadi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Ablation Techniques | Heart Failure, Diastolic | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159380", + "session_name": "HFpEF patients with obesity and atrial fibrillation: role of exercise and ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159380", + "first_name": "Simon", + "middle_name": "", + "last_name": "Wernhart", + "org_name": "University of Duisburg-Essen - West-German Heart and Vascular Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HFpEF patients with obesity and atrial fibrillation: role of exercise and ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure, Diastolic | Atrial Fibrillation", + "kol_name": "Simon Wernhart", + "kol_full_name": "Simon Wernhart" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prealbumin | Amyloidosis, Hereditary, Transthyretin-Related | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159379", + "session_name": "Biomarkers for monitoring patients with cardiac amyloidosis during transthyretin-stabilizer therapy,Delays in diagnosis and treatment initiation of ATTR cardiac amyloidosis: a real-world data analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159379", + "first_name": "Julia", + "middle_name": "Kirsten", + "last_name": "Vogel", + "org_name": "University of Duisburg-Essen - West-German Heart and Vascular Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomarkers for monitoring patients with cardiac amyloidosis during transthyretin-stabilizer therapy", + "rest_events_session_count": 1, + "rest_events_session": "Delays in diagnosis and treatment initiation of ATTR cardiac amyloidosis: a real-world data analysis", + "events_topic": "Prealbumin | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "Julia Kirsten Vogel", + "kol_full_name": "Julia Kirsten Vogel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies | Hydroxymethylglutaryl-CoA Reductase Inhibitors | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159378", + "session_name": "Efficacy of lipid lowering therapy beyond statins to prevent cardiovascular events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159378", + "first_name": "Iryna", + "middle_name": "", + "last_name": "Dykun", + "org_name": "University of Duisburg-Essen - West-German Heart and Vascular Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy of lipid lowering therapy beyond statins to prevent cardiovascular events", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid-Lowering Therapies | Hydroxymethylglutaryl-CoA Reductase Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Iryna Dykun", + "kol_full_name": "Iryna Dykun" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Pulmonary Veins Isolation | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159377", + "session_name": "Comparison of pulsed field ablation versus cryoballon and radiofrequency ablation for pulmonary vein isolation in atrial fibrillation patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159377", + "first_name": "Evangelos", + "middle_name": "", + "last_name": "Mavrakis", + "org_name": "University of Duisburg-Essen - West-German Heart and Vascular Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of pulsed field ablation versus cryoballon and radiofrequency ablation for pulmonary vein isolation in atrial fibrillation patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Pulmonary Veins Isolation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ablation Techniques | Atrial Fibrillation", + "kol_name": "Evangelos Mavrakis", + "kol_full_name": "Evangelos Mavrakis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombectomy | Ultrasonography | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1159376", + "session_name": "Comparison of ultrasound-assisted thrombolysis and mechanical thrombectomy in patients with intermediate-high-risk pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159376", + "first_name": "David", + "middle_name": "", + "last_name": "Pinsdorf", + "org_name": "University of Duisburg-Essen - West-German Heart and Vascular Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of ultrasound-assisted thrombolysis and mechanical thrombectomy in patients with intermediate-high-risk pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombectomy | Ultrasonography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "David Pinsdorf", + "kol_full_name": "David Pinsdorf" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Enteral Microbiome | Dietary Nitrate", + "npi_num": "", + "hcp_pin_alias": "1159375", + "session_name": "Influence of chronic dietary nitrate on downstream atherogenic metabolites and the enteral microbiome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159375", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Messiha", + "org_name": "University of Duisburg-Essen - West-German Heart and Vascular Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of chronic dietary nitrate on downstream atherogenic metabolites and the enteral microbiome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Enteral Microbiome | Dietary Nitrate", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Messiha", + "kol_full_name": "Daniel Messiha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1159374", + "session_name": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159374", + "first_name": "Tobias", + "middle_name": "", + "last_name": "Tichelbaecker", + "org_name": "University Hospital Cologne", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tobias Tichelbaecker", + "kol_full_name": "Tobias Tichelbaecker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Diabetes Mellitus | Therapeutics | Lipoprotein(a)", + "npi_num": "", + "hcp_pin_alias": "1159373", + "session_name": "Lp(a) is actionable now,Novel and old treatments, evidence in large populations,Real-world evidence on the cardiovascular effects of therapies for diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159373", + "first_name": "Ioanna", + "middle_name": "", + "last_name": "Gouni-Berthold", + "org_name": "University Hospital Cologne", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lp(a) is actionable now", + "rest_events_session_count": 3, + "rest_events_session": "Novel and old treatments, evidence in large populations,Real-world evidence on the cardiovascular effects of therapies for diabetes", + "events_topic": "Cardiovascular Diseases | Diabetes Mellitus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Therapeutics | Lipoprotein(a)", + "kol_name": "Ioanna Gouni-Berthold", + "kol_full_name": "Ioanna Gouni-Berthold" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care | Clinical Trials As Topic | Percutaneous Coronary Intervention | Inflammation", + "npi_num": "", + "hcp_pin_alias": "1159372", + "session_name": "Extinguishing the fire: tackling inflammation in PCI patients,The year in review: top trials in coronary interventions impacting guidelines and patient care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159372", + "first_name": "Davide", + "middle_name": "", + "last_name": "Capodanno", + "org_name": "University of Catania", + "Country": "Italy", + "Region": "Sicilia", + "City": "Catania", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extinguishing the fire: tackling inflammation in PCI patients", + "rest_events_session_count": 1, + "rest_events_session": "The year in review: top trials in coronary interventions impacting guidelines and patient care", + "events_topic": "Patient Care | Clinical Trials As Topic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Percutaneous Coronary Intervention | Inflammation", + "kol_name": "Davide Capodanno", + "kol_full_name": "Davide Capodanno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159371", + "session_name": "Ascending aortic length: the new key consideration regarding treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159371", + "first_name": "Alessandro", + "middle_name": "Della", + "last_name": "Corte", + "org_name": "Università degli studi della Campania Luigi Vanvitelli", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ascending aortic length: the new key consideration regarding treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Della Corte", + "kol_full_name": "Alessandro Della Corte" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolomics | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159370", + "session_name": "Cardiovascular risk prediction using metabolomic biomarkers and polygenic risk scores: a cohort study and modelling analyses", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159370", + "first_name": "Scott", + "middle_name": "Callum", + "last_name": "Ritchie", + "org_name": "University of Cambridge", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk prediction using metabolomic biomarkers and polygenic risk scores: a cohort study and modelling analyses", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolomics | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Scott Callum Ritchie", + "kol_full_name": "Scott Callum Ritchie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Plaque, Amyloid", + "npi_num": "", + "hcp_pin_alias": "1159369", + "session_name": "Intercellular communication in atherogenesis and plaque destabilisation (PLAK-TALK Project)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159369", + "first_name": "Jason", + "middle_name": "", + "last_name": "Tarkin", + "org_name": "University of Cambridge", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intercellular communication in atherogenesis and plaque destabilisation (PLAK-TALK Project)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Plaque, Amyloid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jason Tarkin", + "kol_full_name": "Jason Tarkin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159368", + "session_name": "Impact of SCORE2 risk calculator in European incidence of clinical cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159368", + "first_name": "Emanuele", + "middle_name": "", + "last_name": "Di Angelantonio", + "org_name": "University of Cambridge", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of SCORE2 risk calculator in European incidence of clinical cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Emanuele Di Angelantonio", + "kol_full_name": "Emanuele Di Angelantonio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies | Systolic Blood Pressure | RNA, Small Interfering | Artificial Intelligence | Angiotensinogen", + "npi_num": "", + "hcp_pin_alias": "1159367", + "session_name": "Nature-AGT: Using Causal AI to estimate the optimal timing of lowering SBP with an siRNA directed against angiotensinogen to reduce the lifetime risk of cardiovascular events,Personalised lipid-lowering: bringing it all together with artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159367", + "first_name": "Brian", + "middle_name": "A.", + "last_name": "Ference", + "org_name": "University of Cambridge", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nature-AGT: Using Causal AI to estimate the optimal timing of lowering SBP with an siRNA directed against angiotensinogen to reduce the lifetime risk of cardiovascular events", + "rest_events_session_count": 1, + "rest_events_session": "Personalised lipid-lowering: bringing it all together with artificial intelligence", + "events_topic": "Lipid-Lowering Therapies | Systolic Blood Pressure ", + "rest_events_topic_count": 3, + "rest_events_topic": " RNA, Small Interfering | Artificial Intelligence | Angiotensinogen", + "kol_name": "Brian A. Ference", + "kol_full_name": "Brian A. Ference" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Magnetic Resonance Imaging | Cardiac Remodelling | Positron-Emission Tomography", + "npi_num": "", + "hcp_pin_alias": "1159366", + "session_name": "Residual post-infarct myocardial inflammation detected by 68Ga-DOTATATE PET/MRI predicts long-term adverse cardiac remodelling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159366", + "first_name": "Andrej", + "middle_name": "", + "last_name": "Corovic", + "org_name": "University of Cambridge", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Residual post-infarct myocardial inflammation detected by 68Ga-DOTATATE PET/MRI predicts long-term adverse cardiac remodelling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Magnetic Resonance Imaging ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Remodelling | Positron-Emission Tomography", + "kol_name": "Andrej Corovic", + "kol_full_name": "Andrej Corovic" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159365", + "session_name": "Sex-specific clinical outcomes and healthcare resource utilization in the 5 years following hospitalization for heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159365", + "first_name": "Tauben", + "middle_name": "", + "last_name": "Averbuch", + "org_name": "University of Calgary", + "Country": "Canada", + "Region": "Alberta", + "City": "Calgary", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-specific clinical outcomes and healthcare resource utilization in the 5 years following hospitalization for heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tauben Averbuch", + "kol_full_name": "Tauben Averbuch" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Imaging Techniques | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1159364", + "session_name": "Guidelines in Practice: imaging in prosthetic valve endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159364", + "first_name": "Bernard", + "middle_name": "", + "last_name": "Cosyns", + "org_name": "University of Brussels", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guidelines in Practice: imaging in prosthetic valve endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bernard Cosyns", + "kol_full_name": "Bernard Cosyns" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159363", + "session_name": "Evaluating the impact of direct vs. healthcare professional facilitated communication of polygenic risk scores on cardiovascular risk perception and health behavior: an implementation science study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159363", + "first_name": "Jobanjit", + "middle_name": "", + "last_name": "Phulka", + "org_name": "University of British Columbia", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating the impact of direct vs. healthcare professional facilitated communication of polygenic risk scores on cardiovascular risk perception and health behavior: an implementation science study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jobanjit Phulka", + "kol_full_name": "Jobanjit Phulka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Healthcare Disparities | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159362", + "session_name": "Challenges and champions: addressing disparities in cardiovascular care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159362", + "first_name": "Nicholas", + "middle_name": "", + "last_name": "Townsend", + "org_name": "University of Bristol", + "Country": "United Kingdom", + "Region": "England", + "City": "Bristol", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges and champions: addressing disparities in cardiovascular care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Healthcare Disparities | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicholas Townsend", + "kol_full_name": "Nicholas Townsend" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Coronary Artery Bypass | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159361", + "session_name": "Is chronic kidney disease predictive of coronary artery bypass grafting after acute coronary syndrome? A systematic review and meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159361", + "first_name": "Jemima", + "middle_name": "", + "last_name": "Scott", + "org_name": "University of Bristol", + "Country": "United Kingdom", + "Region": "England", + "City": "Bristol", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is chronic kidney disease predictive of coronary artery bypass grafting after acute coronary syndrome? A systematic review and meta-analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Coronary Artery Bypass ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Jemima Scott", + "kol_full_name": "Jemima Scott" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency | Obesity | Heart Failure | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159360", + "session_name": "The global contribution of hypertension to heart failure,Case 1: a patient with hypertension, obesity, and HFpEF,Heart and kidney in heart failure: no end to the dangerous liaison", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159360", + "first_name": "Maria", + "middle_name": "Lorenza", + "last_name": "Muiesan", + "org_name": "University of Brescia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Brescia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The global contribution of hypertension to heart failure", + "rest_events_session_count": 4, + "rest_events_session": "Case 1: a patient with hypertension, obesity, and HFpEF,Heart and kidney in heart failure: no end to the dangerous liaison", + "events_topic": "Renal Insufficiency | Obesity ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Hypertension", + "kol_name": "Maria Lorenza Muiesan", + "kol_full_name": "Maria Lorenza Muiesan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dyslipidemias | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159359", + "session_name": "Dyslipidaemia management: a cornerstone in cardiovascular multimorbid patients’ care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159359", + "first_name": "Michel", + "middle_name": "", + "last_name": "Farnier", + "org_name": "University of Bourgogne Franche Comte", + "Country": "France", + "Region": "Bourgogne", + "City": "Dijon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dyslipidaemia management: a cornerstone in cardiovascular multimorbid patients’ care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dyslipidemias | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michel Farnier", + "kol_full_name": "Michel Farnier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159358", + "session_name": "Environmental noise exposure is associated with one-year survival after a first myocardial infarction,Identification of new phenotypes in type 2 diabetes with acute myocardial infarction: toward a precision medicine?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159358", + "first_name": "Marianne", + "middle_name": "", + "last_name": "Zeller", + "org_name": "University of Bourgogne Franche Comte", + "Country": "France", + "Region": "Bourgogne", + "City": "Dijon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Environmental noise exposure is associated with one-year survival after a first myocardial infarction", + "rest_events_session_count": 1, + "rest_events_session": "Identification of new phenotypes in type 2 diabetes with acute myocardial infarction: toward a precision medicine?", + "events_topic": "Diabetes Mellitus, Type 2 | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marianne Zeller", + "kol_full_name": "Marianne Zeller" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Healthcare Disparities | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159357", + "session_name": "Announcement of The Lancet Regional Health–Europe Commission on inequalities and disparities in cardiovascular health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159357", + "first_name": "Raffaele", + "middle_name": "", + "last_name": "Bugiardini", + "org_name": "University of Bologna", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Announcement of The Lancet Regional Health–Europe Commission on inequalities and disparities in cardiovascular health", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Healthcare Disparities | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raffaele Bugiardini", + "kol_full_name": "Raffaele Bugiardini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-Obstructive Coronary Arteries | Diabetes Mellitus | Arrhythmias, Cardiac | Coronary Revascularization | Atrial Fibrillation | Heart Arrest | Ischemia | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159356", + "session_name": "Early coronary revascularization among stable patients with non-ST-segment elevation acute coronary syndromes: the role of diabetes and age,The floor is yours: bring your questions on INOCA,Arrhythmias and acute coronary syndromes: focus on atrial fibrillation and cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159356", + "first_name": "Edina", + "middle_name": "", + "last_name": "Cenko", + "org_name": "University of Bologna", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early coronary revascularization among stable patients with non-ST-segment elevation acute coronary syndromes: the role of diabetes and age", + "rest_events_session_count": 2, + "rest_events_session": "The floor is yours: bring your questions on INOCA,Arrhythmias and acute coronary syndromes: focus on atrial fibrillation and cardiac arrest", + "events_topic": "Non-Obstructive Coronary Arteries | Diabetes Mellitus ", + "rest_events_topic_count": 6, + "rest_events_topic": " Arrhythmias, Cardiac | Coronary Revascularization | Atrial Fibrillation | Heart Arrest | Ischemia | Acute Coronary Syndrome", + "kol_name": "Edina Cenko", + "kol_full_name": "Edina Cenko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159355", + "session_name": "How can the detection of AF be improved? Insights from patient journeys and primary care clinicians", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159355", + "first_name": "Patricia", + "middle_name": "", + "last_name": "Apenteng", + "org_name": "University of Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How can the detection of AF be improved? Insights from patient journeys and primary care clinicians", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patricia Apenteng", + "kol_full_name": "Patricia Apenteng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1159354", + "session_name": "State of the art echocardiography in heart failure with preserved ejection (HFpEF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159354", + "first_name": "Karina", + "middle_name": "V.", + "last_name": "Bunting", + "org_name": "University of Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State of the art echocardiography in heart failure with preserved ejection (HFpEF)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karina V. Bunting", + "kol_full_name": "Karina V. Bunting" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Natriuretic Peptides", + "npi_num": "", + "hcp_pin_alias": "1159353", + "session_name": "ESC Heart Failure Association age-adjusted natriuretic peptide thresholds for a new diagnosis of heart failure: diagnostic accuracy study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159353", + "first_name": "Clare", + "middle_name": "J.", + "last_name": "Taylor", + "org_name": "University of Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC Heart Failure Association age-adjusted natriuretic peptide thresholds for a new diagnosis of heart failure: diagnostic accuracy study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Natriuretic Peptides", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Clare J. Taylor", + "kol_full_name": "Clare J. Taylor" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Pacemaker, Artificial | Artificial Intelligence | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159352", + "session_name": "Five-year outcomes with self-expanding versus balloon-expandable transcatheter aortic valve replacement in patients with left ventricular systolic dysfunction,Prediction of permanent pacemaker need after transcatheter aortic valve implantation using multimodal artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159352", + "first_name": "Masaaki", + "middle_name": "", + "last_name": "Nakase", + "org_name": "University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Five-year outcomes with self-expanding versus balloon-expandable transcatheter aortic valve replacement in patients with left ventricular systolic dysfunction", + "rest_events_session_count": 1, + "rest_events_session": "Prediction of permanent pacemaker need after transcatheter aortic valve implantation using multimodal artificial intelligence", + "events_topic": "Transcatheter Aortic Valve Replacement | Pacemaker, Artificial ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Aortic Valve Insufficiency", + "kol_name": "Masaaki Nakase", + "kol_full_name": "Masaaki Nakase" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "", + "hcp_pin_alias": "1159351", + "session_name": "Adherence to sports counselling in middle-aged individuals with myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159351", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Schuetze", + "org_name": "University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adherence to sports counselling in middle-aged individuals with myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan Schuetze", + "kol_full_name": "Jonathan Schuetze" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Techniques And Procedures | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159350", + "session_name": "Novel experimental biomarker and diagnostic findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159350", + "first_name": "Ange", + "middle_name": "", + "last_name": "Maguy", + "org_name": "University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel experimental biomarker and diagnostic findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Techniques And Procedures | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ange Maguy", + "kol_full_name": "Ange Maguy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Microvascular Dysfunction | Alteplase | Thrombolytic Therapy", + "npi_num": "", + "hcp_pin_alias": "1159349", + "session_name": "Microdosing of alteplase leads to thrombolysis in an in vitro flow model of cardiac microvascular obstruction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159349", + "first_name": "Anastasia", + "middle_name": "", + "last_name": "Milusev", + "org_name": "University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Microdosing of alteplase leads to thrombolysis in an in vitro flow model of cardiac microvascular obstruction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Microvascular Dysfunction | Alteplase ", + "rest_events_topic_count": 1, + "rest_events_topic": " Thrombolytic Therapy", + "kol_name": "Anastasia Milusev", + "kol_full_name": "Anastasia Milusev" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Tachycardia | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159348", + "session_name": "New observations from catheter ablation of atrial fibrillation and atrial tachycardia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159348", + "first_name": "Kjell", + "middle_name": "", + "last_name": "Vikenes", + "org_name": "University of Bergen", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New observations from catheter ablation of atrial fibrillation and atrial tachycardia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Tachycardia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Kjell Vikenes", + "kol_full_name": "Kjell Vikenes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity", + "npi_num": "", + "hcp_pin_alias": "1159347", + "session_name": "Sex-biased proteomic regulation in obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159347", + "first_name": "Hilde", + "middle_name": "", + "last_name": "Halland", + "org_name": "University of Bergen", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-biased proteomic regulation in obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hilde Halland", + "kol_full_name": "Hilde Halland" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159346", + "session_name": "Should sex differences be considered in hypertension management?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159346", + "first_name": "Eva", + "middle_name": "", + "last_name": "Gerdts", + "org_name": "University of Bergen", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Should sex differences be considered in hypertension management?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eva Gerdts", + "kol_full_name": "Eva Gerdts" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pruritus | Troponin | Acute Coronary Syndrome | Coronary Artery Disease | MINOCA | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159345", + "session_name": "Trial of switching high-sensitivity cardiac troponin assays in suspected acute coronary syndrome (TWITCH-ED),Implications of a new clinical classification of acute myocardial infarction,Spontaneous coronary artery dissection,MINOCA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159345", + "first_name": "Jasper", + "middle_name": "", + "last_name": "Boeddinghaus", + "org_name": "University of Basel & University of Edinburgh", + "Country": "Switzerland", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trial of switching high-sensitivity cardiac troponin assays in suspected acute coronary syndrome (TWITCH-ED)", + "rest_events_session_count": 3, + "rest_events_session": "Implications of a new clinical classification of acute myocardial infarction,Spontaneous coronary artery dissection,MINOCA", + "events_topic": "Pruritus | Troponin ", + "rest_events_topic_count": 4, + "rest_events_topic": " Acute Coronary Syndrome | Coronary Artery Disease | MINOCA | Myocardial Infarction", + "kol_name": "Jasper Boeddinghaus", + "kol_full_name": "Jasper Boeddinghaus" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Triage | Troponin T | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159344", + "session_name": "Impact of discordance in cardiac troponin T versus I on the performance of triage pathways for myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159344", + "first_name": "Jonas", + "middle_name": "", + "last_name": "Glaeser", + "org_name": "University of Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of discordance in cardiac troponin T versus I on the performance of triage pathways for myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triage | Troponin T ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "Jonas Glaeser", + "kol_full_name": "Jonas Glaeser" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159343", + "session_name": "Lifestyle management of hypertension: move,Renal failure: special aspects for the cardiologist", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159343", + "first_name": "Henner", + "middle_name": "", + "last_name": "Hanssen", + "org_name": "University of Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lifestyle management of hypertension: move", + "rest_events_session_count": 1, + "rest_events_session": "Renal failure: special aspects for the cardiologist", + "events_topic": "Renal Insufficiency | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Henner Hanssen", + "kol_full_name": "Henner Hanssen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease | Fontan Procedure", + "npi_num": "", + "hcp_pin_alias": "1159342", + "session_name": "Late outcomes of Fontan operation from the EUROFONTAN experience,Optimising care in adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159342", + "first_name": "Massimo", + "middle_name": "", + "last_name": "Padalino", + "org_name": "University of Bari", + "Country": "Italy", + "Region": "Puglia", + "City": "Bari", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Late outcomes of Fontan operation from the EUROFONTAN experience", + "rest_events_session_count": 1, + "rest_events_session": "Optimising care in adult congenital heart disease", + "events_topic": "Adult Congenital Heart Disease | Fontan Procedure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Massimo Padalino", + "kol_full_name": "Massimo Padalino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ERBB4 Protein, Human | Fibroblasts", + "npi_num": "", + "hcp_pin_alias": "1159341", + "session_name": "Fibroblast-specific deletion of ERBB4 impairs cardiac regeneration in neonatal mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159341", + "first_name": "Siel", + "middle_name": "", + "last_name": "Van Den Bogaert", + "org_name": "University of Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fibroblast-specific deletion of ERBB4 impairs cardiac regeneration in neonatal mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ERBB4 Protein, Human | Fibroblasts", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Siel Van Den Bogaert", + "kol_full_name": "Siel Van Den Bogaert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159340", + "session_name": "The development of small-molecule ERBB4 agonists as a treatment for heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159340", + "first_name": "Julie", + "middle_name": "", + "last_name": "Cools", + "org_name": "University of Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The development of small-molecule ERBB4 agonists as a treatment for heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julie Cools", + "kol_full_name": "Julie Cools" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Phospholamban | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159339", + "session_name": "Cardiac Contractility Modulation as bailout in a patient with Phospholamban p.Arg14del related cardiomyopathy intolerant to medication", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159339", + "first_name": "Faro", + "middle_name": "", + "last_name": "Verelst", + "org_name": "University of Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac Contractility Modulation as bailout in a patient with Phospholamban p.Arg14del related cardiomyopathy intolerant to medication", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Phospholamban | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Faro Verelst", + "kol_full_name": "Faro Verelst" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1159338", + "session_name": "Adult congenital heart disease: tailored transition from paediatric to adult care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159338", + "first_name": "Eva", + "middle_name": "", + "last_name": "Goossens", + "org_name": "University of Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adult congenital heart disease: tailored transition from paediatric to adult care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eva Goossens", + "kol_full_name": "Eva Goossens" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159337", + "session_name": "Understanding the impact of heart failure treatment on cancer growth", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159337", + "first_name": "Celine", + "middle_name": "", + "last_name": "Civati", + "org_name": "University of Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Understanding the impact of heart failure treatment on cancer growth", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Celine Civati", + "kol_full_name": "Celine Civati" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Fibrosis | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159336", + "session_name": "A newly developed small-molecule ErbB4 agonist reduces reactive cardiac fibrosis and adverse ventricular remodelling after myocardial infarction in a sex-specific manner.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159336", + "first_name": "Bo", + "middle_name": "", + "last_name": "Goovaerts", + "org_name": "University of Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A newly developed small-molecule ErbB4 agonist reduces reactive cardiac fibrosis and adverse ventricular remodelling after myocardial infarction in a sex-specific manner.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Fibrosis | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bo Goovaerts", + "kol_full_name": "Bo Goovaerts" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated | Cardiovascular Diseases | Angiotensin II", + "npi_num": "", + "hcp_pin_alias": "1159335", + "session_name": "Endothelial NRG-1 knock-out causes left ventricle dilation in the presence and absence of angiotensin II administration,Angiotensin II as a linking factor in cardiovascular disease enhanced cancer growth", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159335", + "first_name": "Benji", + "middle_name": "", + "last_name": "Van Berlo", + "org_name": "University of Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endothelial NRG-1 knock-out causes left ventricle dilation in the presence and absence of angiotensin II administration", + "rest_events_session_count": 1, + "rest_events_session": "Angiotensin II as a linking factor in cardiovascular disease enhanced cancer growth", + "events_topic": "Cardiomyopathy, Dilated | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiotensin II", + "kol_name": "Benji Van Berlo", + "kol_full_name": "Benji Van Berlo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159334", + "session_name": "Introducing digital tools for patients with diabetes and cardiovascular disease: challenges and pitfalls", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159334", + "first_name": "Andreas", + "middle_name": "Bernard", + "last_name": "Gevaert", + "org_name": "University of Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Introducing digital tools for patients with diabetes and cardiovascular disease: challenges and pitfalls", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andreas Bernard Gevaert", + "kol_full_name": "Andreas Bernard Gevaert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Inhibition, Psychological | Atherosclerosis | Diabetic Cardiomyopathies | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159333", + "session_name": "Relationship between NT-proBNP, echocardiographic abnormalities and functional status in patients with subclinical diabetic cardiomyopathy,Dual pathway inhibition in patients with atherosclerosis with and without heart failure: insights from the XATOA Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159333", + "first_name": "Pishoy", + "middle_name": "", + "last_name": "Gouda", + "org_name": "University of Alberta", + "Country": "Canada", + "Region": "Alberta", + "City": "Edmonton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between NT-proBNP", + "rest_events_session_count": 2, + "rest_events_session": " echocardiographic abnormalities and functional status in patients with subclinical diabetic cardiomyopathy,Dual pathway inhibition in patients with atherosclerosis with and without heart failure: insights from the XATOA Registry", + "events_topic": "Echocardiography | Inhibition, Psychological ", + "rest_events_topic_count": 3, + "rest_events_topic": " Atherosclerosis | Diabetic Cardiomyopathies | Heart Failure", + "kol_name": "Pishoy Gouda", + "kol_full_name": "Pishoy Gouda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Heart Failure, Diastolic | Obesity", + "npi_num": "", + "hcp_pin_alias": "1159332", + "session_name": "The impact of obesity management on cardiovascular outcomes,How to manage a patient with obesity and HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159332", + "first_name": "Mark", + "middle_name": "", + "last_name": "Haykowsky", + "org_name": "University of Alberta", + "Country": "Canada", + "Region": "Alberta", + "City": "Edmonton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of obesity management on cardiovascular outcomes", + "rest_events_session_count": 1, + "rest_events_session": "How to manage a patient with obesity and HFpEF", + "events_topic": "Cardiovascular Diseases | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Obesity", + "kol_name": "Mark Haykowsky", + "kol_full_name": "Mark Haykowsky" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Coronary Syndrome | Chest Pain", + "npi_num": "", + "hcp_pin_alias": "1159331", + "session_name": "Chronic Coronary Syndromes with/without obstructive coronary arteries: are there differences in ongoing chest pain?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159331", + "first_name": "Sarena", + "middle_name": "", + "last_name": "La", + "org_name": "University of Adelaide", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic Coronary Syndromes with/without obstructive coronary arteries: are there differences in ongoing chest pain?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Coronary Syndrome | Chest Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sarena La", + "kol_full_name": "Sarena La" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sleep Apnea, Obstructive | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159330", + "session_name": "Obstructive sleep apnoea: does treatment prevent atrial fibrillation?,Integrated management of atrial fibrillation: addressing comorbidities, risk factors, and lifestyle", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159330", + "first_name": "Prashanthan", + "middle_name": "", + "last_name": "Sanders", + "org_name": "University of Adelaide", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obstructive sleep apnoea: does treatment prevent atrial fibrillation?", + "rest_events_session_count": 3, + "rest_events_session": "Integrated management of atrial fibrillation: addressing comorbidities, risk factors, and lifestyle", + "events_topic": "Sleep Apnea, Obstructive | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Prashanthan Sanders", + "kol_full_name": "Prashanthan Sanders" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Catheter Ablation | Biomarkers | Artificial Intelligence | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159329", + "session_name": "Weighty matters Deciding the best care for atrial fibrillation patients with obesity,Prediction of incident atrial fibrillation: from biomarkers to artificial intelligence,Catheter ablation for atrial fibrillation: relevance of concomitant therapies and comorbidities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159329", + "first_name": "Melissa", + "middle_name": "", + "last_name": "Middeldorp", + "org_name": "University of Adelaide", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Weighty matters Deciding the best care for atrial fibrillation patients with obesity", + "rest_events_session_count": 2, + "rest_events_session": "Prediction of incident atrial fibrillation: from biomarkers to artificial intelligence,Catheter ablation for atrial fibrillation: relevance of concomitant therapies and comorbidities", + "events_topic": "Obesity | Catheter Ablation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Biomarkers | Artificial Intelligence | Atrial Fibrillation", + "kol_name": "Melissa Middeldorp", + "kol_full_name": "Melissa Middeldorp" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Obesity", + "npi_num": "", + "hcp_pin_alias": "1159328", + "session_name": "Invasive haemodynamic assessment shows the obesity-HFpEF phenotype is common amongst patients with symptomatic AF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159328", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Ariyaratnam", + "org_name": "University of Adelaide", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Invasive haemodynamic assessment shows the obesity-HFpEF phenotype is common amongst patients with symptomatic AF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan Ariyaratnam", + "kol_full_name": "Jonathan Ariyaratnam" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159327", + "session_name": "Sex differences in secondary prevention and outcomes post-myocardial infarction in Scotland.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159327", + "first_name": "Tiberiu", + "middle_name": "Alexandru", + "last_name": "Pana", + "org_name": "University of Aberdeen", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Aberdeen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in secondary prevention and outcomes post-myocardial infarction in Scotland.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tiberiu Alexandru Pana", + "kol_full_name": "Tiberiu Alexandru Pana" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombectomy | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1159326", + "session_name": "Mechanical thrombectomy is associated with worse outcomes in infective endocarditis: a retrospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159326", + "first_name": "Raphae", + "middle_name": "", + "last_name": "Barlas", + "org_name": "University of Aberdeen", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Aberdeen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanical thrombectomy is associated with worse outcomes in infective endocarditis: a retrospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombectomy | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raphae Barlas", + "kol_full_name": "Raphae Barlas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardio-Renal Syndrome | Takotsubo Cardiomyopathy | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159325", + "session_name": "Epidemiology of Takotsubo syndrome and acute coronary syndromes: focus on gender, cardiorenal syndrome and cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159325", + "first_name": "Dana", + "middle_name": "", + "last_name": "Dawson", + "org_name": "University of Aberdeen", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Aberdeen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epidemiology of Takotsubo syndrome and acute coronary syndromes: focus on gender", + "rest_events_session_count": 1, + "rest_events_session": " cardiorenal syndrome and cancer", + "events_topic": "Cardio-Renal Syndrome | Takotsubo Cardiomyopathy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Dana Dawson", + "kol_full_name": "Dana Dawson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "C-Reactive Protein | Cardiovascular Diseases | Cholesterol, LDL", + "npi_num": "", + "hcp_pin_alias": "1159324", + "session_name": "LDL-cholesterol and CRP as predictors of CV morbidity and mortality - a comprehensive analysis of data from the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159324", + "first_name": "Marcello", + "middle_name": "Ricardo Paulista", + "last_name": "Markus", + "org_name": "University Medicine Greifswald", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Greifswald", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LDL-cholesterol and CRP as predictors of CV morbidity and mortality - a comprehensive analysis of data from the UK Biobank", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "C-Reactive Protein | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cholesterol, LDL", + "kol_name": "Marcello Ricardo Paulista Markus", + "kol_full_name": "Marcello Ricardo Paulista Markus" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Machine Learning | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159323", + "session_name": "Biomarkers and machine learning in acute coronary syndromes: pathways to precision diagnosis and stratification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159323", + "first_name": "Peter", + "middle_name": "", + "last_name": "Damman", + "org_name": "University Medical Centre St Radboud (UMCN)", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomarkers and machine learning in acute coronary syndromes: pathways to precision diagnosis and stratification", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Machine Learning ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Peter Damman", + "kol_full_name": "Peter Damman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Cerebral Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1159322", + "session_name": "Cardiac troponin elevation in intracerebral hemorrhage patients may rather reflect acute myocardial damage than acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159322", + "first_name": "Mathieu", + "middle_name": "", + "last_name": "Kruska", + "org_name": "University Medical Centre of Mannheim", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Mannheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac troponin elevation in intracerebral hemorrhage patients may rather reflect acute myocardial damage than acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Cerebral Hemorrhage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mathieu Kruska", + "kol_full_name": "Mathieu Kruska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Precipitating Factors", + "npi_num": "", + "hcp_pin_alias": "1159321", + "session_name": "Predisposing and precipitating factors of post-operative delirium after transfemoral TAVI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159321", + "first_name": "Kristin", + "middle_name": "", + "last_name": "Steinhaus", + "org_name": "University Medical Centre of Gottingen (UMG)", + "Country": "Germany", + "Region": "Niedersachsen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predisposing and precipitating factors of post-operative delirium after transfemoral TAVI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Precipitating Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kristin Steinhaus", + "kol_full_name": "Kristin Steinhaus" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1159320", + "session_name": "Impact of epicardial adipose tissue and atrial functional impairment in patients with severe aortic stenosis undergoing transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159320", + "first_name": "Judith", + "middle_name": "", + "last_name": "Gronwald", + "org_name": "University Medical Centre of Gottingen (UMG)", + "Country": "Germany", + "Region": "Niedersachsen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of epicardial adipose tissue and atrial functional impairment in patients with severe aortic stenosis undergoing transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Judith Gronwald", + "kol_full_name": "Judith Gronwald" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1159319", + "session_name": "Electrical heart failure treatment in the Goldilocks zone: cardiac contractility modulation proves equally effective for heart failure control in HFrEF patients with mid-range QRS durations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159319", + "first_name": "Christian", + "middle_name": "", + "last_name": "Fastner", + "org_name": "University Medical Centre Mannheim", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Mannheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Electrical heart failure treatment in the Goldilocks zone: cardiac contractility modulation proves equally effective for heart failure control in HFrEF patients with mid-range QRS durations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Fastner", + "kol_full_name": "Christian Fastner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Muscle, Skeletal | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159318", + "session_name": "The impact of exogenous ketone body suppletion on energy and pH balance in skeletal muscle during exercise in chronic heart failure patients: a prospective randomized double-blind cross-over study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159318", + "first_name": "Suzanne", + "middle_name": "Nathalie", + "last_name": "Voorrips", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of exogenous ketone body suppletion on energy and pH balance in skeletal muscle during exercise in chronic heart failure patients: a prospective randomized double-blind cross-over study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Muscle, Skeletal | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Suzanne Nathalie Voorrips", + "kol_full_name": "Suzanne Nathalie Voorrips" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dyspnea | Cardiomyopathies | Neoplasms | Peripartum Period | Heart Failure | Amyloidosis, Hereditary, Transthyretin-Related | Chest Pain | Bromocriptine", + "npi_num": "", + "hcp_pin_alias": "1159317", + "session_name": "Bromocriptine treatment and outcome in patients with peripartum cardiomyopathy: the EORP PPCM registry,Long-term safety and efficacy of antibody ALXN2220 for depletion of cardiac amyloid transthyretin: results of treatment beyond 12 months in the open-label extension of study NI006-101,Medical anti-arrhythmic strategies in patients with heart failure,Guidelines in Practice: chest pain and dyspnoea in a patient actively treated for cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159317", + "first_name": "Peter", + "middle_name": "", + "last_name": "Van Der Meer", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bromocriptine treatment and outcome in patients with peripartum cardiomyopathy: the EORP PPCM registry", + "rest_events_session_count": 3, + "rest_events_session": "Long-term safety and efficacy of antibody ALXN2220 for depletion of cardiac amyloid transthyretin: results of treatment beyond 12 months in the open-label extension of study NI006-101,Medical anti-arrhythmic strategies in patients with heart failure,Guidelines in Practice: chest pain and dyspnoea in a patient actively treated for cancer", + "events_topic": "Dyspnea | Cardiomyopathies ", + "rest_events_topic_count": 6, + "rest_events_topic": " Neoplasms | Peripartum Period | Heart Failure | Amyloidosis, Hereditary, Transthyretin-Related | Chest Pain | Bromocriptine", + "kol_name": "Peter Van Der Meer", + "kol_full_name": "Peter Van Der Meer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Trial | Electric Countershock | Software | Flecainide | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159316", + "session_name": "The ongoing clinical trial testing whether the EHRA-PATHS software tool improves detection and management of comorbidities in atrial fibrillation,Flecainide acetate inhalation solution for cardioversion of recent-onset, symptomatic atrial fibrillation: results of the phase 3 RESTORE-1 trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159316", + "first_name": "Michiel", + "middle_name": "", + "last_name": "Rienstra", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The ongoing clinical trial testing whether the EHRA-PATHS software tool improves detection and management of comorbidities in atrial fibrillation", + "rest_events_session_count": 2, + "rest_events_session": "Flecainide acetate inhalation solution for cardioversion of recent-onset, symptomatic atrial fibrillation: results of the phase 3 RESTORE-1 trial", + "events_topic": "Clinical Trial | Electric Countershock ", + "rest_events_topic_count": 3, + "rest_events_topic": " Software | Flecainide | Atrial Fibrillation", + "kol_name": "Michiel Rienstra", + "kol_full_name": "Michiel Rienstra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Glucagon-Like Peptide 1 | Heart Failure | Obesity", + "npi_num": "", + "hcp_pin_alias": "1159315", + "session_name": "Yet more promise for GLP-1 agonists in HFpEF?,Fixing the obesity crisis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159315", + "first_name": "Laura", + "middle_name": "Marieke Gezina", + "last_name": "Meems", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Yet more promise for GLP-1 agonists in HFpEF?", + "rest_events_session_count": 1, + "rest_events_session": "Fixing the obesity crisis", + "events_topic": "Glucagon-Like Peptide 1 | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Obesity", + "kol_name": "Laura Marieke Gezina Meems", + "kol_full_name": "Laura Marieke Gezina Meems" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159314", + "session_name": "Sex differences related changes in cardiac structure and function after ST-segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159314", + "first_name": "Kim", + "middle_name": "", + "last_name": "Ricken", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences related changes in cardiac structure and function after ST-segment elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kim Ricken", + "kol_full_name": "Kim Ricken" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Heart Failure | Kidney Diseases", + "npi_num": "", + "hcp_pin_alias": "1159313", + "session_name": "Worsening heart failure: achieving decongestion,Get out your crystal ball: predicting heart failure events using models,Clash of the titans: when cardiovascular and kidney diseases overlap", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159313", + "first_name": "Jozine", + "middle_name": "Ter", + "last_name": "Maaten", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Worsening heart failure: achieving decongestion", + "rest_events_session_count": 2, + "rest_events_session": "Get out your crystal ball: predicting heart failure events using models,Clash of the titans: when cardiovascular and kidney diseases overlap", + "events_topic": "Cardiovascular Diseases | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Kidney Diseases", + "kol_name": "Jozine Ter Maaten", + "kol_full_name": "Jozine Ter Maaten" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159312", + "session_name": "Managing the continuum of non-valvular atrial fibrillation care,Advances in the management of device-detected atrial fibrillation,Discussant review - MIRACLE-AF,2024 ESC Guidelines for the Management of Atrial Fibrillation,Subclinical and device-detected atrial fibrillation: fact and fiction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159312", + "first_name": "Isabelle", + "middle_name": "C.", + "last_name": "Van Gelder", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Managing the continuum of non-valvular atrial fibrillation care", + "rest_events_session_count": 4, + "rest_events_session": "Advances in the management of device-detected atrial fibrillation,Discussant review - MIRACLE-AF,2024 ESC Guidelines for the Management of Atrial Fibrillation,Subclinical and device-detected atrial fibrillation: fact and fiction", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Isabelle C. Van Gelder", + "kol_full_name": "Isabelle C. Van Gelder" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Phosphoproteomics | In Vitro Techniques", + "npi_num": "", + "hcp_pin_alias": "1159311", + "session_name": "Phosphoproteomics of PLN R14del heart tissue reveals major myocyte degenerate phenotype, and is attenuated by PLN antisense treatment in vitro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159311", + "first_name": "Frederik", + "middle_name": "Ernst", + "last_name": "Deiman", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phosphoproteomics of PLN R14del heart tissue reveals major myocyte degenerate phenotype", + "rest_events_session_count": 1, + "rest_events_session": " and is attenuated by PLN antisense treatment in vitro", + "events_topic": "Phosphoproteomics | In Vitro Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Frederik Ernst Deiman", + "kol_full_name": "Frederik Ernst Deiman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159310", + "session_name": "Discordance between symptomatic response and changes in cardiac structure and function one year after transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159310", + "first_name": "Constantijn", + "middle_name": "Sebastiaan", + "last_name": "Venema", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discordance between symptomatic response and changes in cardiac structure and function one year after transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Constantijn Sebastiaan Venema", + "kol_full_name": "Constantijn Sebastiaan Venema" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Tachycardia, Ventricular | Stroke", + "npi_num": "", + "hcp_pin_alias": "1159309", + "session_name": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel,Ventricular tachycardia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159309", + "first_name": "Bart", + "middle_name": "A.", + "last_name": "Mulder", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Ventricular tachycardia", + "events_topic": "Cardiovascular Diseases | Tachycardia, Ventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Stroke", + "kol_name": "Bart A. Mulder", + "kol_full_name": "Bart A. Mulder" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159308", + "session_name": "Epicardial adipose tissue: a modulator of atrial fibrillation?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159308", + "first_name": "B", + "middle_name": "Daan", + "last_name": "Westenbrink", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epicardial adipose tissue: a modulator of atrial fibrillation?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "B Daan Westenbrink", + "kol_full_name": "B Daan Westenbrink" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159307", + "session_name": "Exploring the status quo and remaining unmet needs of heart failure,Obesity in heart failure: observations, outcomes, and options", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159307", + "first_name": "Adriaan", + "middle_name": "", + "last_name": "Voors", + "org_name": "University Medical Centre Groningen", + "Country": "Netherlands", + "Region": "Groningen", + "City": "Groningen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring the status quo and remaining unmet needs of heart failure", + "rest_events_session_count": 3, + "rest_events_session": "Obesity in heart failure: observations, outcomes, and options", + "events_topic": "Obesity | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adriaan Voors", + "kol_full_name": "Adriaan Voors" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159306", + "session_name": "SCORE2-ASIA risk prediction algorithms: revised models to estimate 10-year risk of cardiovascular disease in the Asia Pacific Region", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159306", + "first_name": "Steven", + "middle_name": "", + "last_name": "Hageman", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SCORE2-ASIA risk prediction algorithms: revised models to estimate 10-year risk of cardiovascular disease in the Asia Pacific Region", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Steven Hageman", + "kol_full_name": "Steven Hageman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159305", + "session_name": "Diseases of the aorta: new findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159305", + "first_name": "Pieter", + "middle_name": "", + "last_name": "Doevendans", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diseases of the aorta: new findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pieter Doevendans", + "kol_full_name": "Pieter Doevendans" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1159304", + "session_name": "Feature importance explanation of prosthetic valve endocarditis through machine learning via SHAP", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159304", + "first_name": "Luis", + "middle_name": "Eduardo", + "last_name": "Juarez-Orozco", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Feature importance explanation of prosthetic valve endocarditis through machine learning via SHAP", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luis Eduardo Juarez-Orozco", + "kol_full_name": "Luis Eduardo Juarez-Orozco" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Circadian Rhythm | Heart Failure | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159303", + "session_name": "Circadian rhythm alterations in cardiovascular diseases,Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159303", + "first_name": "Linda", + "middle_name": "", + "last_name": "Van Laake", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circadian rhythm alterations in cardiovascular diseases", + "rest_events_session_count": 1, + "rest_events_session": "Miscellaneous clinical studies in heart failure", + "events_topic": "Circadian Rhythm | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Linda Van Laake", + "kol_full_name": "Linda Van Laake" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrophysiologic Techniques, Cardiac | Myocardial Infarction | Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1159302", + "session_name": "Left atrio-ventricular coupling index for the detection of diastolic dysfunction following acute myocardial infarction,A novel vendor-neutral mapping system for electrophysiological procedures guided by cardiac magnetic resonance: features and early experience.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159302", + "first_name": "Giulia", + "middle_name": "", + "last_name": "De Zan", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrio-ventricular coupling index for the detection of diastolic dysfunction following acute myocardial infarction", + "rest_events_session_count": 1, + "rest_events_session": "A novel vendor-neutral mapping system for electrophysiological procedures guided by cardiac magnetic resonance: features and early experience.", + "events_topic": "Electrophysiologic Techniques, Cardiac | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Magnetic Resonance Imaging", + "kol_name": "Giulia De Zan", + "kol_full_name": "Giulia De Zan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Depressive Disorder | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159301", + "session_name": "TO_AITION: cardiovascular disease and depression comorbidity - insights into its underlying pathophysiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159301", + "first_name": "Gerard", + "middle_name": "", + "last_name": "Pasterkamp", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TO_AITION: cardiovascular disease and depression comorbidity - insights into its underlying pathophysiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Depressive Disorder | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gerard Pasterkamp", + "kol_full_name": "Gerard Pasterkamp" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159300", + "session_name": "Heart failure: new scientific insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159300", + "first_name": "Francesca", + "middle_name": "", + "last_name": "Stillitano", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure: new scientific insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francesca Stillitano", + "kol_full_name": "Francesca Stillitano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Cardiovascular Medicine", + "npi_num": "", + "hcp_pin_alias": "1159299", + "session_name": "ESC TV Roundtable on Cardiology Today and Tomorrow: climate change, the environment, and cardiovascular medicine,New findings across the spectrum of cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159299", + "first_name": "Diederick", + "middle_name": "E.", + "last_name": "Grobbee", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV Roundtable on Cardiology Today and Tomorrow: climate change", + "rest_events_session_count": 3, + "rest_events_session": " the environment, and cardiovascular medicine,New findings across the spectrum of cardiovascular disease", + "events_topic": "Cardiovascular Diseases | Cardiovascular Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Diederick E. Grobbee", + "kol_full_name": "Diederick E. Grobbee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ambulatory Care Facilities | Chest Pain | Deep Learning | Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1159298", + "session_name": "Barriers and facilitators for implementation of AI algorithms for ECG analysis and triage in patients with chest pain,Preventing unnecessary echocardiograms in de novo patients referred to the cardiology outpatient clinic using electrocardiogram-based deep learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159298", + "first_name": "Bauke", + "middle_name": "", + "last_name": "Arends", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Barriers and facilitators for implementation of AI algorithms for ECG analysis and triage in patients with chest pain", + "rest_events_session_count": 1, + "rest_events_session": "Preventing unnecessary echocardiograms in de novo patients referred to the cardiology outpatient clinic using electrocardiogram-based deep learning", + "events_topic": "Ambulatory Care Facilities | Chest Pain ", + "rest_events_topic_count": 2, + "rest_events_topic": " Deep Learning | Electrocardiography", + "kol_name": "Bauke Arends", + "kol_full_name": "Bauke Arends" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1159297", + "session_name": "Incident HFpEF and time-dependent changes in markers of LVDD severity in women and men with pre-clinical LVDD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159297", + "first_name": "Anne-Mar", + "middle_name": "", + "last_name": "Van Ommen", + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incident HFpEF and time-dependent changes in markers of LVDD severity in women and men with pre-clinical LVDD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anne-Mar Van Ommen", + "kol_full_name": "Anne-Mar Van Ommen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159296", + "session_name": "Imaging in heart failure: what about myocardial fibrosis?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159296", + "first_name": "Sebastian", + "middle_name": "", + "last_name": "Rosch", + "org_name": "University Medical Center of the Johannes Gutenberg University", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging in heart failure: what about myocardial fibrosis?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sebastian Rosch", + "kol_full_name": "Sebastian Rosch" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microvascular Dysfunction | Microcirculation | Heart Failure | Angina Pectoris", + "npi_num": "", + "hcp_pin_alias": "1159295", + "session_name": "A single-patient atlas of microcirculation: navigating the complexity of refractory angina,Coronary microvascular dysfunction in heart failure: observations from the MICRO registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159295", + "first_name": "Ornela", + "middle_name": "", + "last_name": "Velollari", + "org_name": "University Medical Center of the Johannes Gutenberg University", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A single-patient atlas of microcirculation: navigating the complexity of refractory angina", + "rest_events_session_count": 1, + "rest_events_session": "Coronary microvascular dysfunction in heart failure: observations from the MICRO registry", + "events_topic": "Microvascular Dysfunction | Microcirculation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Angina Pectoris", + "kol_name": "Ornela Velollari", + "kol_full_name": "Ornela Velollari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardium | Electrocardiography | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159294", + "session_name": "The condition of myocardium reserves score from a cloud-based analytics platform of Holter ECG data indicates better cardiometabolic function in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159294", + "first_name": "Noemie", + "middle_name": "", + "last_name": "Belanger", + "org_name": "University Medical Center of the Johannes Gutenberg University", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The condition of myocardium reserves score from a cloud-based analytics platform of Holter ECG data indicates better cardiometabolic function in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardium | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Noemie Belanger", + "kol_full_name": "Noemie Belanger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Intracranial Hemorrhages | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1159293", + "session_name": "Intracranial haemorrhage following treatment for pulmonary embolism: analysis of the german nationwide inpatient sample", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159293", + "first_name": "Konstantinos", + "middle_name": "", + "last_name": "Christodoulou", + "org_name": "University Medical Center of the Johannes Gutenberg University", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intracranial haemorrhage following treatment for pulmonary embolism: analysis of the german nationwide inpatient sample", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Intracranial Hemorrhages | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Konstantinos Christodoulou", + "kol_full_name": "Konstantinos Christodoulou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Health Care Sector", + "npi_num": "", + "hcp_pin_alias": "1159292", + "session_name": "Direct annual healthcare costs in survivors of acute pulmonary embolism: estimates based on a prospective multicentre cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159292", + "first_name": "Katharina", + "middle_name": "", + "last_name": "Mohr", + "org_name": "University Medical Center of the Johannes Gutenberg University", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Direct annual healthcare costs in survivors of acute pulmonary embolism: estimates based on a prospective multicentre cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism | Health Care Sector", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katharina Mohr", + "kol_full_name": "Katharina Mohr" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia | Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1159291", + "session_name": "Atrial tachycardia in patient after heart transplantation: reconnection or interpolation?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159291", + "first_name": "Vera", + "middle_name": "", + "last_name": "Maslova", + "org_name": "University Medical Center of Schleswig-Holstein", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Kiel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial tachycardia in patient after heart transplantation: reconnection or interpolation?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vera Maslova", + "kol_full_name": "Vera Maslova" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Left Atrial Appendage Closure", + "npi_num": "", + "hcp_pin_alias": "1159290", + "session_name": "Investigation of age-related in-hospital outcomes of left atrial appendage occlusion in germany", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159290", + "first_name": "Jakob", + "middle_name": "", + "last_name": "Voran", + "org_name": "University Medical Center of Schleswig-Holstein", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Kiel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Investigation of age-related in-hospital outcomes of left atrial appendage occlusion in germany", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Atrial Appendage Closure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jakob Voran", + "kol_full_name": "Jakob Voran" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159289", + "session_name": "Air pollution and cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159289", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Munzel", + "org_name": "University Medical Center of Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Air pollution and cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Munzel", + "kol_full_name": "Thomas Munzel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Computer Assisted Vacuum Thrombectomy | Thrombectomy | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1159288", + "session_name": "Next steps for interventional management of pulmonary embolism in Europe,Evidence supporting computer-assisted vacuum thrombectomy (CAVT) in pulmonary embolism: STRIKE PE and STORM PE,Why do we need new treatment options in pulmonary embolism,Advancing percutaneous treatment of pulmonary embolism with computer assisted vacuum thrombectomy,The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159288", + "first_name": "Stavros", + "middle_name": "V.", + "last_name": "Konstantinides", + "org_name": "University Medical Center of Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Next steps for interventional management of pulmonary embolism in Europe", + "rest_events_session_count": 4, + "rest_events_session": "Evidence supporting computer-assisted vacuum thrombectomy (CAVT) in pulmonary embolism: STRIKE PE and STORM PE,Why do we need new treatment options in pulmonary embolism,Advancing percutaneous treatment of pulmonary embolism with computer assisted vacuum thrombectomy,The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism", + "events_topic": "Computer Assisted Vacuum Thrombectomy | Thrombectomy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "Stavros V. Konstantinides", + "kol_full_name": "Stavros V. Konstantinides" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Remodeling", + "npi_num": "", + "hcp_pin_alias": "1159287", + "session_name": "Macrophage-expressed coagulation factor 7 promotes adverse cardiac remodeling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159287", + "first_name": "Michael", + "middle_name": "", + "last_name": "Molitor", + "org_name": "University Medical Center of Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Macrophage-expressed coagulation factor 7 promotes adverse cardiac remodeling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Remodeling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Molitor", + "kol_full_name": "Michael Molitor" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Thrombectomy | Angiopoietin-2", + "npi_num": "", + "hcp_pin_alias": "1159286", + "session_name": "Latest research on large-bore thrombectomy: an evidence-based therapy,Circulating Angiopoietin-2 (Angpt2) levels predict diagnosis of Chronic Thromboembolic Pulmonary Hypertension (CTEPH)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159286", + "first_name": "Lukas", + "middle_name": "", + "last_name": "Hobohm", + "org_name": "University Medical Center of Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Latest research on large-bore thrombectomy: an evidence-based therapy", + "rest_events_session_count": 1, + "rest_events_session": "Circulating Angiopoietin-2 (Angpt2) levels predict diagnosis of Chronic Thromboembolic Pulmonary Hypertension (CTEPH)", + "events_topic": "Hypertension, Pulmonary | Thrombectomy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiopoietin-2", + "kol_name": "Lukas Hobohm", + "kol_full_name": "Lukas Hobohm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Catheters", + "npi_num": "", + "hcp_pin_alias": "1159285", + "session_name": "Catheter-directed treatment in acute pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159285", + "first_name": "Karsten", + "middle_name": "", + "last_name": "Keller", + "org_name": "University Medical Center of Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Catheter-directed treatment in acute pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism | Catheters", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karsten Keller", + "kol_full_name": "Karsten Keller" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease | Cholesterol, LDL | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159284", + "session_name": "From risk factor management to treatment optimisation in LDL-C,Invasive treatment of peripheral arterial disease: these boots are made for walking,ESC Rene Laennec Lecture in Clinical Cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159284", + "first_name": "Christine", + "middle_name": "", + "last_name": "Espinola-Klein", + "org_name": "University Medical Center of Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From risk factor management to treatment optimisation in LDL-C", + "rest_events_session_count": 2, + "rest_events_session": "Invasive treatment of peripheral arterial disease: these boots are made for walking,ESC Rene Laennec Lecture in Clinical Cardiology", + "events_topic": "Peripheral Arterial Disease | Cholesterol, LDL ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Christine Espinola-Klein", + "kol_full_name": "Christine Espinola-Klein" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Catheters", + "npi_num": "", + "hcp_pin_alias": "1159283", + "session_name": "Recent secular trends of catheter-directed therapy for treatment of pulmonary embolism: a retrospective cohort study based on German national data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159283", + "first_name": "Vera", + "middle_name": "", + "last_name": "Oettinger", + "org_name": "University Medical Center Freiburg", + "Country": "Germany", + "Region": "Hessen", + "City": "Friedberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Recent secular trends of catheter-directed therapy for treatment of pulmonary embolism: a retrospective cohort study based on German national data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism | Catheters", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vera Oettinger", + "kol_full_name": "Vera Oettinger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159282", + "session_name": "Coronary vein exit and CO2 insufflation allows to diagnose pericardial adhesions during epicardial ablation procedures.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159282", + "first_name": "Justo", + "middle_name": "Julia", + "last_name": "Calvo", + "org_name": "University Hospitals Sussex NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Brighton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary vein exit and CO2 insufflation allows to diagnose pericardial adhesions during epicardial ablation procedures.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Justo Julia Calvo", + "kol_full_name": "Justo Julia Calvo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Non-ST Elevated Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159281", + "session_name": "Addressing disparities in the long-term mortality of non-ST segment myocardial infarction (NSTEMI) patients according to the presence of diabetes mellitus: a nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159281", + "first_name": "Andrew", + "middle_name": "", + "last_name": "Cole", + "org_name": "University Hospitals of North Midlands NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Stoke On Trent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Addressing disparities in the long-term mortality of non-ST segment myocardial infarction (NSTEMI) patients according to the presence of diabetes mellitus: a nationwide cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Non-ST Elevated Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrew Cole", + "kol_full_name": "Andrew Cole" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mendelian Randomization Analysis | Genome-Wide Association Study", + "npi_num": "", + "hcp_pin_alias": "1159280", + "session_name": "Does PhenoAge acceleration impact adverse outcomes following major surgery (rehospitalization or death)? A genome-wide association study and mendelian randomisation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159280", + "first_name": "Momna", + "middle_name": "", + "last_name": "Raja", + "org_name": "University Hospitals of Leicester NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Does PhenoAge acceleration impact adverse outcomes following major surgery (rehospitalization or death)? A genome-wide association study and mendelian randomisation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mendelian Randomization Analysis | Genome-Wide Association Study", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Momna Raja", + "kol_full_name": "Momna Raja" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1159279", + "session_name": "Does the presence of severe pulmonary hypertension affect survival at 5 years follow-up in patients who underwent TAVI for severe aortic stenosis?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159279", + "first_name": "Hasan", + "middle_name": "", + "last_name": "Mohiaddin", + "org_name": "University Hospitals of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Does the presence of severe pulmonary hypertension affect survival at 5 years follow-up in patients who underwent TAVI for severe aortic stenosis?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension, Pulmonary", + "kol_name": "Hasan Mohiaddin", + "kol_full_name": "Hasan Mohiaddin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cluster Analysis | Liver Diseases | Arthritis, Rheumatoid | Staphylococcal Protein A | Apolipoprotein A-I", + "npi_num": "", + "hcp_pin_alias": "1159278", + "session_name": "Anti-Apolipoprotein A-1 IgG, incident cardiovascular events and lipid paradox in rheumatoid arthritis.,Geospatial clustering of auto-antibodies against apolipoprotein A-1, heavy metals, cardiovascular and liver diseases in the general population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159278", + "first_name": "Nicolas", + "middle_name": "", + "last_name": "Vuilleumier", + "org_name": "University hospitals of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anti-Apolipoprotein A-1 IgG", + "rest_events_session_count": 4, + "rest_events_session": " incident cardiovascular events and lipid paradox in rheumatoid arthritis.,Geospatial clustering of auto-antibodies against apolipoprotein A-1, heavy metals, cardiovascular and liver diseases in the general population", + "events_topic": "Cluster Analysis | Liver Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Arthritis, Rheumatoid | Staphylococcal Protein A | Apolipoprotein A-I", + "kol_name": "Nicolas Vuilleumier", + "kol_full_name": "Nicolas Vuilleumier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adrenergic Beta-Antagonists | Left Ventricular Ejection Fraction | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159277", + "session_name": "Safety of beta-blocker discontinuation in patients after acute coronary syndromes and preserved left ventricular ejection fraction: long-term clinical outcomes from the SPUM-ACS cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159277", + "first_name": "Nicolas", + "middle_name": "", + "last_name": "Johner", + "org_name": "University hospitals of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety of beta-blocker discontinuation in patients after acute coronary syndromes and preserved left ventricular ejection fraction: long-term clinical outcomes from the SPUM-ACS cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adrenergic Beta-Antagonists | Left Ventricular Ejection Fraction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Nicolas Johner", + "kol_full_name": "Nicolas Johner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Percutaneous Coronary Intervention | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159276", + "session_name": "Tackling obesity in PCI patients: biological and technical considerations,Mastering complexity: advanced PCI strategies for challenging lesions,ESC Andreas Grüntzig Lecture in Interventional Cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159276", + "first_name": "Marco", + "middle_name": "", + "last_name": "Roffi", + "org_name": "University hospitals of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tackling obesity in PCI patients: biological and technical considerations", + "rest_events_session_count": 2, + "rest_events_session": "Mastering complexity: advanced PCI strategies for challenging lesions,ESC Andreas Grüntzig Lecture in Interventional Cardiology", + "events_topic": "Obesity | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Marco Roffi", + "kol_full_name": "Marco Roffi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1159275", + "session_name": "Endocarditis in a patient with congenital heart disease,Personalising care in congenital heart disease: a lifecycle perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159275", + "first_name": "Magalie", + "middle_name": "", + "last_name": "Ladouceur", + "org_name": "University hospitals of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endocarditis in a patient with congenital heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Personalising care in congenital heart disease: a lifecycle perspective", + "events_topic": "Endocarditis | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Magalie Ladouceur", + "kol_full_name": "Magalie Ladouceur" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bradycardia | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1159274", + "session_name": "Left bundle branch area pacing (LBBAP) implant pathway: tips from the experts,Patients with an ICD but no indication for bradycardia pacing should receive an extravascular ICD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159274", + "first_name": "Haran", + "middle_name": "", + "last_name": "Burri", + "org_name": "University hospitals of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left bundle branch area pacing (LBBAP) implant pathway: tips from the experts", + "rest_events_session_count": 1, + "rest_events_session": "Patients with an ICD but no indication for bradycardia pacing should receive an extravascular ICD", + "events_topic": "Bradycardia | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Haran Burri", + "kol_full_name": "Haran Burri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Prevention | Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1159273", + "session_name": "Primary prevention of atherosclerotic cardiovascular disease: European vs. American perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159273", + "first_name": "Elena", + "middle_name": "", + "last_name": "Tessitore", + "org_name": "University hospitals of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Primary prevention of atherosclerotic cardiovascular disease: European vs. American perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Prevention | Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elena Tessitore", + "kol_full_name": "Elena Tessitore" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Vein Isolation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159272", + "session_name": "Smaller trials, trial updates, and other studies: atrial fibrillation detection, prevention and treatment,Pulmonary vein isolation alone is not enough: a personalised approach is required in persistent atrial fibrillation patients - pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159272", + "first_name": "Dipen", + "middle_name": "", + "last_name": "Shah", + "org_name": "University hospitals of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 4, + "rest_events_session": " trial updates, and other studies: atrial fibrillation detection, prevention and treatment,Pulmonary vein isolation alone is not enough: a personalised approach is required in persistent atrial fibrillation patients - pro", + "events_topic": "Pulmonary Vein Isolation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dipen Shah", + "kol_full_name": "Dipen Shah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fibrosis | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159271", + "session_name": "Left atrium wall shear stress and fibrosis in patients with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159271", + "first_name": "Dionysios", + "middle_name": "", + "last_name": "Adamopoulos", + "org_name": "University hospitals of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrium wall shear stress and fibrosis in patients with atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibrosis | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dionysios Adamopoulos", + "kol_full_name": "Dionysios Adamopoulos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1159270", + "session_name": "Beat-to-beat measurement of R-wave peak time for left bundle branch area pacing: man versus machine using a novel automated algorithm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159270", + "first_name": "Alberto", + "middle_name": "", + "last_name": "Spadotto", + "org_name": "University hospitals of Geneva", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beat-to-beat measurement of R-wave peak time for left bundle branch area pacing: man versus machine using a novel automated algorithm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alberto Spadotto", + "kol_full_name": "Alberto Spadotto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Myocarditis | C-Reactive Protein", + "npi_num": "", + "hcp_pin_alias": "1159269", + "session_name": "Myocarditis in the modern era: analysing the impact of high-sensitivity troponin & C-reactive protein in predicting the extent of myocarditis and LV systolic dysfunction on cardiac magnetic resonance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159269", + "first_name": "Zainab", + "middle_name": "", + "last_name": "Hussein", + "org_name": "University Hospitals of Coventry and Warwickshire NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Coventry", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocarditis in the modern era: analysing the impact of high-sensitivity troponin & C-reactive protein in predicting the extent of myocarditis and LV systolic dysfunction on cardiac magnetic resonance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Myocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " C-Reactive Protein", + "kol_name": "Zainab Hussein", + "kol_full_name": "Zainab Hussein" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1159268", + "session_name": "Accuracy of a non-invasive mapping system for the localisation of re-entrant VT site of origin and its relationship to myocardial scar on cross-sectional imaging.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159268", + "first_name": "Jaffar", + "middle_name": "", + "last_name": "Al-Sheikhli", + "org_name": "University Hospitals of Coventry and Warwickshire NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Coventry", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Accuracy of a non-invasive mapping system for the localisation of re-entrant VT site of origin and its relationship to myocardial scar on cross-sectional imaging.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jaffar Al-Sheikhli", + "kol_full_name": "Jaffar Al-Sheikhli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sleep Apnea, Obstructive | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159267", + "session_name": "Treated obstructive sleep apnoea and incident arrhythmias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159267", + "first_name": "Hejie", + "middle_name": "", + "last_name": "He", + "org_name": "University Hospitals of Coventry and Warwickshire NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Coventry", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treated obstructive sleep apnoea and incident arrhythmias", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sleep Apnea, Obstructive | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hejie He", + "kol_full_name": "Hejie He" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fontan Procedure | Hemoptysis", + "npi_num": "", + "hcp_pin_alias": "1159266", + "session_name": "Outcomes and management of Haemoptysis in the Fontan population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159266", + "first_name": "Youssef", + "middle_name": "", + "last_name": "Sadek", + "org_name": "University Hospitals Birmingham NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes and management of Haemoptysis in the Fontan population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fontan Procedure | Hemoptysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Youssef Sadek", + "kol_full_name": "Youssef Sadek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Neoplasms | Atrial Function, Left", + "npi_num": "", + "hcp_pin_alias": "1159265", + "session_name": "An interesting case of richly vascular left atrial mass .", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159265", + "first_name": "Tarek", + "middle_name": "", + "last_name": "Mahdy", + "org_name": "University Hospitals Birmingham NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An interesting case of richly vascular left atrial mass .", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Neoplasms | Atrial Function, Left", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tarek Mahdy", + "kol_full_name": "Tarek Mahdy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy Devices | Pacemaker, Artificial", + "npi_num": "", + "hcp_pin_alias": "1159264", + "session_name": "Pacemaker implantation and management: novel challenges and improvements", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159264", + "first_name": "Rik", + "middle_name": "", + "last_name": "Willems", + "org_name": "University Hospitals (UZ) Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pacemaker implantation and management: novel challenges and improvements", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy Devices | Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rik Willems", + "kol_full_name": "Rik Willems" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159263", + "session_name": "Challenges in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159263", + "first_name": "Peter", + "middle_name": "R.", + "last_name": "Sinnaeve", + "org_name": "University Hospitals (UZ) Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peter R. Sinnaeve", + "kol_full_name": "Peter R. Sinnaeve" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Arterial Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159262", + "session_name": "What is the state of the art of reverse remodelling strategies for the treatment of pulmonary arterial hypertension?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159262", + "first_name": "Marion", + "middle_name": "", + "last_name": "Delcroix", + "org_name": "University Hospitals (UZ) Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What is the state of the art of reverse remodelling strategies for the treatment of pulmonary arterial hypertension?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marion Delcroix", + "kol_full_name": "Marion Delcroix" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Fractional Flow Reserve, Myocardial | Coronary Disease", + "npi_num": "", + "hcp_pin_alias": "1159261", + "session_name": "Assessment of coronary microvascular function with absolute coronary fl ow measurements,The effect of transcatheter aortic valve implantation on fractional flow reserve and non-hyperemic pressure ratios", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159261", + "first_name": "Lennert", + "middle_name": "", + "last_name": "Minten", + "org_name": "University Hospitals (UZ) Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of coronary microvascular function with absolute coronary fl ow measurements", + "rest_events_session_count": 1, + "rest_events_session": "The effect of transcatheter aortic valve implantation on fractional flow reserve and non-hyperemic pressure ratios", + "events_topic": "Transcatheter Aortic Valve Replacement | Fractional Flow Reserve, Myocardial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Disease", + "kol_name": "Lennert Minten", + "kol_full_name": "Lennert Minten" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159260", + "session_name": "Predicting cardiovascular death 1-year after transcatheter aortic valve implantation: an artificial-intelligence based risk model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159260", + "first_name": "Kobe", + "middle_name": "", + "last_name": "Bamps", + "org_name": "University Hospitals (UZ) Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting cardiovascular death 1-year after transcatheter aortic valve implantation: an artificial-intelligence based risk model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kobe Bamps", + "kol_full_name": "Kobe Bamps" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1159259", + "session_name": "Trends in Takotsubo syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159259", + "first_name": "Victor", + "middle_name": "", + "last_name": "Schweiger", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trends in Takotsubo syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Victor Schweiger", + "kol_full_name": "Victor Schweiger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1159258", + "session_name": "Epidemiology of acute pulmonary embolism in children and adolescents from nationwide US hospital data, 2016 and 2019", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159258", + "first_name": "Simon", + "middle_name": "", + "last_name": "Wolf", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epidemiology of acute pulmonary embolism in children and adolescents from nationwide US hospital data", + "rest_events_session_count": 1, + "rest_events_session": " 2016 and 2019", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Simon Wolf", + "kol_full_name": "Simon Wolf" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Apabetalone | Doxorubicin | Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "1159257", + "session_name": "The BET protein inhibitor apabetalone (RVX-208) prevents doxorubicin-induced endothelial senescence,Targeting the histone methyltransferase SETD7 rescues diabetes-induced impairment of angiogenic response by transcriptional repression of semaphorin 3G", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159257", + "first_name": "Shafeeq", + "middle_name": "Ahmed", + "last_name": "Mohammed", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The BET protein inhibitor apabetalone (RVX-208) prevents doxorubicin-induced endothelial senescence", + "rest_events_session_count": 1, + "rest_events_session": "Targeting the histone methyltransferase SETD7 rescues diabetes-induced impairment of angiogenic response by transcriptional repression of semaphorin 3G", + "events_topic": "Apabetalone | Doxorubicin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diabetes Mellitus", + "kol_name": "Shafeeq Ahmed Mohammed", + "kol_full_name": "Shafeeq Ahmed Mohammed" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Histone Methyltransferases | Heart Failure | Cardiovascular Diseases | Chromatin Assembly And Disassembly", + "npi_num": "", + "hcp_pin_alias": "1159256", + "session_name": "Heritable heart failure traits in mice undergoing early life stress,Chromatin remodeling by the histone methyltransferase SETD2 drives cardiometabolic heart failure with preserved ejection fraction,Genetics: new findings across the spectrum of cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159256", + "first_name": "Sarah", + "middle_name": "", + "last_name": "Costantino", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heritable heart failure traits in mice undergoing early life stress", + "rest_events_session_count": 2, + "rest_events_session": "Chromatin remodeling by the histone methyltransferase SETD2 drives cardiometabolic heart failure with preserved ejection fraction,Genetics: new findings across the spectrum of cardiovascular disease", + "events_topic": "Heart Failure, Diastolic | Histone Methyltransferases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Failure | Cardiovascular Diseases | Chromatin Assembly And Disassembly", + "kol_name": "Sarah Costantino", + "kol_full_name": "Sarah Costantino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1159255", + "session_name": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism,Endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159255", + "first_name": "Sara", + "middle_name": "", + "last_name": "Ersozlu", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism", + "rest_events_session_count": 1, + "rest_events_session": "Endocarditis", + "events_topic": "Pulmonary Embolism | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sara Ersozlu", + "kol_full_name": "Sara Ersozlu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1159254", + "session_name": "Guidelines in practice: imaging in hypokinetic non-dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159254", + "first_name": "Robert", + "middle_name": "", + "last_name": "Manka", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guidelines in practice: imaging in hypokinetic non-dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robert Manka", + "kol_full_name": "Robert Manka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography | Thrombolysis | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1159253", + "session_name": "Radiological indicators of chronicity in patients with acute symptomatic pulmonary embolism treated with ultrasound-assisted catheter-directed thrombolysis: a study of 180 consecutive cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159253", + "first_name": "Riccardo", + "middle_name": "", + "last_name": "Fumagalli", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Radiological indicators of chronicity in patients with acute symptomatic pulmonary embolism treated with ultrasound-assisted catheter-directed thrombolysis: a study of 180 consecutive cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography | Thrombolysis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "Riccardo Fumagalli", + "kol_full_name": "Riccardo Fumagalli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fibrinolysin | Plasminogen Activator Inhibitor 1 | Pulmonary Embolism | Interleukin-2", + "npi_num": "", + "hcp_pin_alias": "1159252", + "session_name": "Interleukin 21, plasminogen activator inhibitor 1 and fractalkine improve risk stratification in elderly patients with pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159252", + "first_name": "Michael", + "middle_name": "Adrian", + "last_name": "Matter", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interleukin 21", + "rest_events_session_count": 1, + "rest_events_session": " plasminogen activator inhibitor 1 and fractalkine improve risk stratification in elderly patients with pulmonary embolism", + "events_topic": "Fibrinolysin | Plasminogen Activator Inhibitor 1 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pulmonary Embolism | Interleukin-2", + "kol_name": "Michael Adrian Matter", + "kol_full_name": "Michael Adrian Matter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Diagnostic Imaging | Takotsubo Cardiomyopathy | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159251", + "session_name": "Diagnosis of Takotsubo cardiomyopathy: biomarkers, electrocardiogram, non-invasive, and invasive imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159251", + "first_name": "Jelena", + "middle_name": "Rima", + "last_name": "Ghadri", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosis of Takotsubo cardiomyopathy: biomarkers", + "rest_events_session_count": 3, + "rest_events_session": " electrocardiogram, non-invasive, and invasive imaging", + "events_topic": "Electrocardiography | Diagnostic Imaging ", + "rest_events_topic_count": 2, + "rest_events_topic": " Takotsubo Cardiomyopathy | Biomarkers", + "kol_name": "Jelena Rima Ghadri", + "kol_full_name": "Jelena Rima Ghadri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Cardiovascular Diseases | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1159250", + "session_name": "State-of-the-art lecture on device-based hypertension management,Great Debate: blood pressure thresholds in hypertension - treat the cardiovascular risk, not the number", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159250", + "first_name": "Isabella", + "middle_name": "", + "last_name": "Sudano", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on device-based hypertension management", + "rest_events_session_count": 2, + "rest_events_session": "Great Debate: blood pressure thresholds in hypertension - treat the cardiovascular risk, not the number", + "events_topic": "Hypertension | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Isabella Sudano", + "kol_full_name": "Isabella Sudano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159249", + "session_name": "The zebras of hypertrophic cardiomyopathy: rare and challenging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159249", + "first_name": "Dana", + "middle_name": "Roxana", + "last_name": "Hiestand", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The zebras of hypertrophic cardiomyopathy: rare and challenging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dana Roxana Hiestand", + "kol_full_name": "Dana Roxana Hiestand" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Myocardial Infarction | Structural Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159248", + "session_name": "Coronary stents and transcatheter therapies for structural heart disease: what have we learned in 2024?,Should everyone receive complete revascularisation after primary PCI?,How to diagnose and manage uncommon causes of myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159248", + "first_name": "Barbara", + "middle_name": "Elisabeth", + "last_name": "Stahli", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary stents and transcatheter therapies for structural heart disease: what have we learned in 2024?", + "rest_events_session_count": 2, + "rest_events_session": "Should everyone receive complete revascularisation after primary PCI?,How to diagnose and manage uncommon causes of myocardial infarction", + "events_topic": "Percutaneous Coronary Intervention | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Structural Heart Diseases", + "kol_name": "Barbara Elisabeth Stahli", + "kol_full_name": "Barbara Elisabeth Stahli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1159247", + "session_name": "Coronary aneurysms: not so benign", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159247", + "first_name": "Andreas", + "middle_name": "", + "last_name": "Giannopoulos", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary aneurysms: not so benign", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andreas Giannopoulos", + "kol_full_name": "Andreas Giannopoulos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Amyloid", + "npi_num": "", + "hcp_pin_alias": "1159246", + "session_name": "Heart failure is the stage and amyloid a key player", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159246", + "first_name": "Andreas", + "middle_name": "", + "last_name": "Flammer", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure is the stage and amyloid a key player", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Amyloid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andreas Flammer", + "kol_full_name": "Andreas Flammer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Dissection, Spontaneous | Angiography | Cardiac Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1159245", + "session_name": "The role of cardiac magnetic resonance in patients with an angiographically diagnosed SCAD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159245", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Biondo", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of cardiac magnetic resonance in patients with an angiographically diagnosed SCAD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Dissection, Spontaneous | Angiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Magnetic Resonance Imaging", + "kol_name": "Andrea Biondo", + "kol_full_name": "Andrea Biondo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1159244", + "session_name": "Microcirculatory resistance after primary percutaneous coronary intervention predicts residual myocardial damage: a post hoc analysis from the CLEVER-ACS trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159244", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Candreva", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Microcirculatory resistance after primary percutaneous coronary intervention predicts residual myocardial damage: a post hoc analysis from the CLEVER-ACS trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Candreva", + "kol_full_name": "Alessandro Candreva" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1159243", + "session_name": "Valvulopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159243", + "first_name": "Alessandra", + "middle_name": "", + "last_name": "Chiodini", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Valvulopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandra Chiodini", + "kol_full_name": "Alessandra Chiodini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "", + "hcp_pin_alias": "1159242", + "session_name": "Imaging to the rescue", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159242", + "first_name": "Aju", + "middle_name": "Paul", + "last_name": "Pazhenkottil", + "org_name": "University Hospital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging to the rescue", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aju Paul Pazhenkottil", + "kol_full_name": "Aju Paul Pazhenkottil" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sick | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159241", + "session_name": "Do I sound sick? Self-perceived and objectively measured voice impairment in acutely decompensated heart failure: fist insights from the AHF-Voice study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159241", + "first_name": "Maximilian", + "middle_name": "", + "last_name": "Bauser", + "org_name": "University Hospital of Wurzburg", + "Country": "Germany", + "Region": "Bayern", + "City": "WASSERBURG", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Do I sound sick? Self-perceived and objectively measured voice impairment in acutely decompensated heart failure: fist insights from the AHF-Voice study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sick | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maximilian Bauser", + "kol_full_name": "Maximilian Bauser" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tau Proteins | Serum | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159240", + "session_name": "Phosphorylated tau protein serum levels increase over time in patients with chronic heart failure,Phosphorylated tau protein serum levels increase over time in patients with chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159240", + "first_name": "Jan", + "middle_name": "", + "last_name": "Traub", + "org_name": "University Hospital of Wurzburg", + "Country": "Germany", + "Region": "Bayern", + "City": "WASSERBURG", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phosphorylated tau protein serum levels increase over time in patients with chronic heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Phosphorylated tau protein serum levels increase over time in patients with chronic heart failure", + "events_topic": "Tau Proteins | Serum ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Jan Traub", + "kol_full_name": "Jan Traub" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Structural Heart Diseases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159239", + "session_name": "Sex-specific association of NT-proBNP with clinically inapparent structural heart disease in the general population: results from the STAAB study,Longitudinal changes in the prevalence of indicators for the precursor stage B of heart failure: results of the STAAB study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159239", + "first_name": "Caroline", + "middle_name": "", + "last_name": "Morbach", + "org_name": "University Hospital of Wurzburg", + "Country": "Germany", + "Region": "Bayern", + "City": "WASSERBURG", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-specific association of NT-proBNP with clinically inapparent structural heart disease in the general population: results from the STAAB study", + "rest_events_session_count": 1, + "rest_events_session": "Longitudinal changes in the prevalence of indicators for the precursor stage B of heart failure: results of the STAAB study", + "events_topic": "Structural Heart Diseases | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Caroline Morbach", + "kol_full_name": "Caroline Morbach" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fontan Procedure | Pulmonary Artery Remodeling", + "npi_num": "", + "hcp_pin_alias": "1159238", + "session_name": "In vivo study of pulmonary artery remodeling and pulsatility in long Fontan patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159238", + "first_name": "Yassin", + "middle_name": "Belahnech", + "last_name": "Pujol", + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In vivo study of pulmonary artery remodeling and pulsatility in long Fontan patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fontan Procedure | Pulmonary Artery Remodeling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yassin Belahnech Pujol", + "kol_full_name": "Yassin Belahnech Pujol" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Transcatheter Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1159237", + "session_name": "Transcatheter valve replacement as rescue treatment for heart failure in infective endocarditis. A multinational series.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159237", + "first_name": "Nuria", + "middle_name": "Fernandez", + "last_name": "Hidalgo", + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter valve replacement as rescue treatment for heart failure in infective endocarditis. A multinational series.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Transcatheter Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nuria Fernandez Hidalgo", + "kol_full_name": "Nuria Fernandez Hidalgo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159236", + "session_name": "Embolic myocardial infarction. Clinical characteristics, etiology, and prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159236", + "first_name": "Maria", + "middle_name": "", + "last_name": "Calvo-Barcelo", + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Embolic myocardial infarction. Clinical characteristics", + "rest_events_session_count": 2, + "rest_events_session": " etiology, and prognosis", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Calvo-Barcelo", + "kol_full_name": "Maria Calvo-Barcelo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericarditis | Prognosis", + "npi_num": "", + "hcp_pin_alias": "1159235", + "session_name": "Prognostic factors and etiological insights in constrictive pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159235", + "first_name": "Lluis", + "middle_name": "Admella", + "last_name": "Severiano", + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic factors and etiological insights in constrictive pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis | Prognosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lluis Admella Severiano", + "kol_full_name": "Lluis Admella Severiano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Marfan Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159234", + "session_name": "Sex differences in aortic prognosis in Marfan patients, a retrospective longitudinal study from the REPAG registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159234", + "first_name": "Gisela", + "middle_name": "Teixido", + "last_name": "Tura", + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in aortic prognosis in Marfan patients", + "rest_events_session_count": 1, + "rest_events_session": " a retrospective longitudinal study from the REPAG registry", + "events_topic": "Marfan Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gisela Teixido Tura", + "kol_full_name": "Gisela Teixido Tura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Right | ST Elevation Myocardial Infarction | Carcinoid Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1159233", + "session_name": "Crafting the approach to multivalvular carcinoid heart disease: emerging options, challenging decisions.,Impact of late reperfusion therapy in patients with inferior ST-segment elevation myocardial infarction and right ventricular dysfunction: one size never fits all", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159233", + "first_name": "Axel", + "middle_name": "Hiram Hernandez", + "last_name": "Pineda", + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Crafting the approach to multivalvular carcinoid heart disease: emerging options", + "rest_events_session_count": 2, + "rest_events_session": " challenging decisions.,Impact of late reperfusion therapy in patients with inferior ST-segment elevation myocardial infarction and right ventricular dysfunction: one size never fits all", + "events_topic": "Ventricular Dysfunction, Right | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoid Heart Disease", + "kol_name": "Axel Hiram Hernandez Pineda", + "kol_full_name": "Axel Hiram Hernandez Pineda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Care Facilities | Heart Arrest | Obesity | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159232", + "session_name": "Glycaemic control in a patient with acute coronary syndrome: how and how much,Optimising medical therapy and interventions for patients with obesity in the cardiac care unit,The heart restarts: what's next after cardiac arrest?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159232", + "first_name": "Antonia", + "middle_name": "", + "last_name": "Sambola", + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Glycaemic control in a patient with acute coronary syndrome: how and how much", + "rest_events_session_count": 2, + "rest_events_session": "Optimising medical therapy and interventions for patients with obesity in the cardiac care unit,The heart restarts: what's next after cardiac arrest?", + "events_topic": "Cardiac Care Facilities | Heart Arrest ", + "rest_events_topic_count": 2, + "rest_events_topic": " Obesity | Acute Coronary Syndrome", + "kol_name": "Antonia Sambola", + "kol_full_name": "Antonia Sambola" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Natural Language Processing | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159231", + "session_name": "Automatic telephonic follow up in heart failure by a natural language processing artificial intelligence: pilot program", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159231", + "first_name": "Aleix", + "middle_name": "", + "last_name": "Olivella", + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Automatic telephonic follow up in heart failure by a natural language processing artificial intelligence: pilot program", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Natural Language Processing ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Aleix Olivella", + "kol_full_name": "Aleix Olivella" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Patient Care | Heart Valve Diseases | Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1159230", + "session_name": "Sex related differences in frequency, management and outcome of severe native valvular heart disease. Results from the ESC-EORP Valvular Heart Disease II survey,Personalised TAVI care in severe aortic stenosis,Innovations in cardiac rhythm management: which patients benefit?,Personalising the management of coronary artery disease in patients undergoing transcatheter aortic interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159230", + "first_name": "Julia", + "middle_name": "", + "last_name": "Mascherbauer", + "org_name": "University Hospital St. Polten", + "Country": "Austria", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex related differences in frequency", + "rest_events_session_count": 4, + "rest_events_session": " management and outcome of severe native valvular heart disease. Results from the ESC-EORP Valvular Heart Disease II survey,Personalised TAVI care in severe aortic stenosis,Innovations in cardiac rhythm management: which patients benefit?,Personalising the management of coronary artery disease in patients undergoing transcatheter aortic interventions", + "events_topic": "Coronary Artery Disease | Patient Care ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Valve Diseases | Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis | Heart Arrest", + "kol_name": "Julia Mascherbauer", + "kol_full_name": "Julia Mascherbauer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Catheterization Laboratory", + "npi_num": "", + "hcp_pin_alias": "1159229", + "session_name": "Cath lab tsunami: managing complications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159229", + "first_name": "Nicholas", + "middle_name": "", + "last_name": "Curzen", + "org_name": "University Hospital Southampton NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Southampton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cath lab tsunami: managing complications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Catheterization Laboratory", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicholas Curzen", + "kol_full_name": "Nicholas Curzen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "HIV Infections | Acute Coronary Syndrome | Heart Diseases | Myocardial Dysfunction | Cardiac Rehabilitation | Depression", + "npi_num": "", + "hcp_pin_alias": "1159228", + "session_name": "Impact and determinants of depression in cardiac hospitalized patients,Residual risk post acute coronary syndroms after 1 year of cardiac rehabilitation. Can we improve it?,Subclinical myocardial disfunction detected by left ventricle myocardial work impairment in patients with long standing human inmmunodeficiency virus infection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159228", + "first_name": "Raul", + "middle_name": "", + "last_name": "Gascuena", + "org_name": "University Hospital Severo Ochoa", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact and determinants of depression in cardiac hospitalized patients", + "rest_events_session_count": 2, + "rest_events_session": "Residual risk post acute coronary syndroms after 1 year of cardiac rehabilitation. Can we improve it?,Subclinical myocardial disfunction detected by left ventricle myocardial work impairment in patients with long standing human inmmunodeficiency virus infection", + "events_topic": "HIV Infections | Acute Coronary Syndrome ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Diseases | Myocardial Dysfunction | Cardiac Rehabilitation | Depression", + "kol_name": "Raul Gascuena", + "kol_full_name": "Raul Gascuena" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1159227", + "session_name": "Atrial pace mapping with automatic intracardiac pattern matching for non-pulmonary vein trigger ablation: accuracy and feasibility", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159227", + "first_name": "Evgeny", + "middle_name": "", + "last_name": "Lian", + "org_name": "University Hospital Schleswig-Holstein", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Kiel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial pace mapping with automatic intracardiac pattern matching for non-pulmonary vein trigger ablation: accuracy and feasibility", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Evgeny Lian", + "kol_full_name": "Evgeny Lian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Glucagon-Like Peptide 1 | Heart Disease Risk Factors | Heart Failure | Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "1159226", + "session_name": "Cardiovascular prevention with GLP1 agonists in high or very-high cardiovascular risk irrespective of diabetes.,Heart failure and renal outcomes in patient treated with GLP1 agonists.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159226", + "first_name": "Nicolas", + "middle_name": "", + "last_name": "del-Cuerpo-Salinas", + "org_name": "UNIVERSITY HOSPITAL SAN JUAN DE ALICANTE", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular prevention with GLP1 agonists in high or very-high cardiovascular risk irrespective of diabetes.", + "rest_events_session_count": 1, + "rest_events_session": "Heart failure and renal outcomes in patient treated with GLP1 agonists.", + "events_topic": "Glucagon-Like Peptide 1 | Heart Disease Risk Factors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Diabetes Mellitus", + "kol_name": "Nicolas del-Cuerpo-Salinas", + "kol_full_name": "Nicolas del-Cuerpo-Salinas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159225", + "session_name": "Neutrophil extracellular traps are an important component of chronic myocardial inflammation in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159225", + "first_name": "Florian", + "middle_name": "", + "last_name": "Krizanic", + "org_name": "University Hospital Ruppin-Brandenburg", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Neubrandenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Neutrophil extracellular traps are an important component of chronic myocardial inflammation in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Florian Krizanic", + "kol_full_name": "Florian Krizanic" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159224", + "session_name": "Clinical value of multiple sensors contributing to a composite heart failure ICD monitoring index", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159224", + "first_name": "Paolo", + "middle_name": "", + "last_name": "Compagnucci", + "org_name": "University Hospital Riuniti of Ancona", + "Country": "Italy", + "Region": "Marche", + "City": "Ancona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical value of multiple sensors contributing to a composite heart failure ICD monitoring index", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paolo Compagnucci", + "kol_full_name": "Paolo Compagnucci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aneurysm, False | Ventricular Fibrillation | Mitral Leaflet Flail | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1159223", + "session_name": "A rare case of double peri-commissural mitral flail: double horn sign,A giant pseudoaneurysm of mitral-aortic intervalvular fibrosa presenting as recent-onset angina and cardiac arrest due to ventricular fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159223", + "first_name": "Fabio", + "middle_name": "", + "last_name": "Vagnarelli", + "org_name": "University Hospital Riuniti of Ancona", + "Country": "Italy", + "Region": "Marche", + "City": "Ancona", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A rare case of double peri-commissural mitral flail: double horn sign", + "rest_events_session_count": 1, + "rest_events_session": "A giant pseudoaneurysm of mitral-aortic intervalvular fibrosa presenting as recent-onset angina and cardiac arrest due to ventricular fibrillation", + "events_topic": "Aneurysm, False | Ventricular Fibrillation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mitral Leaflet Flail | Heart Arrest", + "kol_name": "Fabio Vagnarelli", + "kol_full_name": "Fabio Vagnarelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Cardiovascular Diseases | Iron Metabolism Disorders", + "npi_num": "", + "hcp_pin_alias": "1159222", + "session_name": "Gene/base editing as therapy for common cardiovascular disorders,Novel targets against myocardial damage,Ferroptosis and iron metabolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159222", + "first_name": "Simon", + "middle_name": "", + "last_name": "Lebek", + "org_name": "University Hospital Regensburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Regensburg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gene/base editing as therapy for common cardiovascular disorders", + "rest_events_session_count": 2, + "rest_events_session": "Novel targets against myocardial damage,Ferroptosis and iron metabolism", + "events_topic": "Myocardial Infarction | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Iron Metabolism Disorders", + "kol_name": "Simon Lebek", + "kol_full_name": "Simon Lebek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Semaglutide | Contractile Function", + "npi_num": "", + "hcp_pin_alias": "1159221", + "session_name": "Semaglutide improves contractile function in isolated human atrium", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159221", + "first_name": "Philipp", + "middle_name": "", + "last_name": "Hegner", + "org_name": "University Hospital Regensburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Regensburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Semaglutide improves contractile function in isolated human atrium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Semaglutide | Contractile Function", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Philipp Hegner", + "kol_full_name": "Philipp Hegner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Empagliflozin | Cardio-Renal Syndrome | Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1159220", + "session_name": "Effects of empagliflozin on cardio-renal interaction in heart failure with reduced ejection fraction: results from in-vivo experiments and the CINNAMON-study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159220", + "first_name": "Frederick", + "middle_name": "", + "last_name": "Sinha", + "org_name": "University Hospital Regensburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Regensburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of empagliflozin on cardio-renal interaction in heart failure with reduced ejection fraction: results from in-vivo experiments and the CINNAMON-study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Empagliflozin | Cardio-Renal Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Systolic", + "kol_name": "Frederick Sinha", + "kol_full_name": "Frederick Sinha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Kidney Injury Molecule 1 | Atrial Fibrillation | Acetylglucosaminidase", + "npi_num": "", + "hcp_pin_alias": "1159219", + "session_name": "N-acetyl-beta-D-glucosaminidase and kidney injury molecule 1: detection of potential tubular injury in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159219", + "first_name": "Fabian", + "middle_name": "", + "last_name": "Lang", + "org_name": "University Hospital Regensburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Regensburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "N-acetyl-beta-D-glucosaminidase and kidney injury molecule 1: detection of potential tubular injury in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kidney Injury Molecule 1 | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acetylglucosaminidase", + "kol_name": "Fabian Lang", + "kol_full_name": "Fabian Lang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1159218", + "session_name": "Mild intracerebral bleeding does not adversely affect survival and neurological outcome of surgical therapy for left-sided infective endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159218", + "first_name": "Christian", + "middle_name": "", + "last_name": "Schach", + "org_name": "University Hospital Regensburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Regensburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mild intracerebral bleeding does not adversely affect survival and neurological outcome of surgical therapy for left-sided infective endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Hemorrhage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Schach", + "kol_full_name": "Christian Schach" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Brain Infarction | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159217", + "session_name": "Risk assessment and prevention of brain infarction in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159217", + "first_name": "Tomas", + "middle_name": "", + "last_name": "Datino", + "org_name": "University Hospital Quironsalud Madrid", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk assessment and prevention of brain infarction in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Infarction | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tomas Datino", + "kol_full_name": "Tomas Datino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart-Assist Devices", + "npi_num": "", + "hcp_pin_alias": "1159216", + "session_name": "Necessity is the mother of ingenuity. Unconventional ventricular assist device to a Criss-cross heart.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159216", + "first_name": "Javier", + "middle_name": "", + "last_name": "Herrera", + "org_name": "University Hospital Queen Sofia", + "Country": "Spain", + "Region": "Andalucia", + "City": "Córdoba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Necessity is the mother of ingenuity. Unconventional ventricular assist device to a Criss-cross heart.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Javier Herrera", + "kol_full_name": "Javier Herrera" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "", + "hcp_pin_alias": "1159215", + "session_name": "Myocarditis prognostic score: a new risk assessment tool in patients with myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159215", + "first_name": "Cristina", + "middle_name": "", + "last_name": "Madaudo", + "org_name": "University Hospital Paolo Giaccone", + "Country": "Italy", + "Region": "Sicilia", + "City": "Palermo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocarditis prognostic score: a new risk assessment tool in patients with myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cristina Madaudo", + "kol_full_name": "Cristina Madaudo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Alcohol Septal Ablation", + "npi_num": "", + "hcp_pin_alias": "1159214", + "session_name": "Is unsatisfactory outcome of alcohol septal ablation in patients with hypertrophic obstructive cardiomyopathy predictable?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159214", + "first_name": "Dennis", + "middle_name": "", + "last_name": "Lawin", + "org_name": "University Hospital OWL of Bielefeld University, Campus Klinikum Bielefeld", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bielefeld", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is unsatisfactory outcome of alcohol septal ablation in patients with hypertrophic obstructive cardiomyopathy predictable?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Alcohol Septal Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dennis Lawin", + "kol_full_name": "Dennis Lawin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159213", + "session_name": "Markers for the severity of worsening heart failure,Cardiomyopathies uncovered", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159213", + "first_name": "Christiane", + "middle_name": "E.", + "last_name": "Angermann", + "org_name": "University Hospital of Wurzburg", + "Country": "Germany", + "Region": "Bayern", + "City": "WURZBURG", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Markers for the severity of worsening heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Cardiomyopathies uncovered", + "events_topic": "Heart Failure | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christiane E. Angermann", + "kol_full_name": "Christiane E. Angermann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Medical Device Legislation | Digital Health", + "npi_num": "", + "hcp_pin_alias": "1159212", + "session_name": "The floor is yours: bring your questions on medical device regulation in digital health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159212", + "first_name": "Alan", + "middle_name": "", + "last_name": "Fraser", + "org_name": "University Hospital of Wales", + "Country": "United Kingdom", + "Region": "Wales", + "City": "Cardiff", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on medical device regulation in digital health", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medical Device Legislation | Digital Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alan Fraser", + "kol_full_name": "Alan Fraser" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency | Glomerular Filtration Rate | Heart Failure | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1159211", + "session_name": "Optimising the treatment of heart failure patients with reduced left ventricular ejection fraction and advanced renal failure - vision from Spain,Heart failure and advanced chronic kidney disease: differences in characteristics, treatment and outcomes in patients with glomerular filtration rate greater or less than 30 ml/minute/m2,Differences in the optimization of pharmacological treatment in patients with heart failure and reduced ejection fraction and advanced chronic kidney disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159211", + "first_name": "Alejandro", + "middle_name": "Recio", + "last_name": "Mayoral", + "org_name": "University Hospital of Virgen Macarena", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising the treatment of heart failure patients with reduced left ventricular ejection fraction and advanced renal failure - vision from Spain", + "rest_events_session_count": 3, + "rest_events_session": "Heart failure and advanced chronic kidney disease: differences in characteristics, treatment and outcomes in patients with glomerular filtration rate greater or less than 30 ml/minute/m2,Differences in the optimization of pharmacological treatment in patients with heart failure and reduced ejection fraction and advanced chronic kidney disease.", + "events_topic": "Renal Insufficiency | Glomerular Filtration Rate ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Renal Insufficiency, Chronic", + "kol_name": "Alejandro Recio Mayoral", + "kol_full_name": "Alejandro Recio Mayoral" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159210", + "session_name": "Cardiovascular health: from treatment strategies to lifestyle adherence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159210", + "first_name": "Virna", + "middle_name": "", + "last_name": "Sales", + "org_name": "University Hospital of Ulm", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Ulm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular health: from treatment strategies to lifestyle adherence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Virna Sales", + "kol_full_name": "Virna Sales" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair", + "npi_num": "", + "hcp_pin_alias": "1159209", + "session_name": "Valve unit instead of intensive care unit admission after transcatheter edge-to-edge tricuspid valve repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159209", + "first_name": "Stefanie", + "middle_name": "", + "last_name": "Andress", + "org_name": "University Hospital of Ulm", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Ulm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Valve unit instead of intensive care unit admission after transcatheter edge-to-edge tricuspid valve repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefanie Andress", + "kol_full_name": "Stefanie Andress" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Transcatheter Edge-To-Edge Tricuspid Valve Repair", + "npi_num": "", + "hcp_pin_alias": "1159208", + "session_name": "HFpEF is associated with a higher risk of hospitalization or death in men undergoing transcatheter edge-to-edge tricuspid valve repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159208", + "first_name": "Elene", + "middle_name": "Mariella", + "last_name": "Walther", + "org_name": "University Hospital of Ulm", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Ulm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HFpEF is associated with a higher risk of hospitalization or death in men undergoing transcatheter edge-to-edge tricuspid valve repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Transcatheter Edge-To-Edge Tricuspid Valve Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elene Mariella Walther", + "kol_full_name": "Elene Mariella Walther" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Prognosis | Biopsy", + "npi_num": "", + "hcp_pin_alias": "1159207", + "session_name": "Unravelling cardiomyopathies: a comprehensive analysis of phenotypic diversity, endomyocardial biopsy patterns, and the impact of Gremlin-1 on clinical prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159207", + "first_name": "Tobias", + "middle_name": "", + "last_name": "Harm", + "org_name": "University Hospital of Tuebingen", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Tubingen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unravelling cardiomyopathies: a comprehensive analysis of phenotypic diversity", + "rest_events_session_count": 2, + "rest_events_session": " endomyocardial biopsy patterns, and the impact of Gremlin-1 on clinical prognosis", + "events_topic": "Cardiomyopathies | Prognosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biopsy", + "kol_name": "Tobias Harm", + "kol_full_name": "Tobias Harm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Frailty | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159206", + "session_name": "The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159206", + "first_name": "Tobias", + "middle_name": "", + "last_name": "Geisler", + "org_name": "University Hospital of Tuebingen", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Tubingen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Frailty | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tobias Geisler", + "kol_full_name": "Tobias Geisler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombolytic Therapy | Chronic Coronary Syndromes | Aspirin", + "npi_num": "", + "hcp_pin_alias": "1159205", + "session_name": "When and how to escalate antithrombotic therapy beyond aspirin in chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159205", + "first_name": "Jose", + "middle_name": "Luis", + "last_name": "Ferreiro", + "org_name": "University Hospital of Taragona Joan XXIII", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When and how to escalate antithrombotic therapy beyond aspirin in chronic coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombolytic Therapy | Chronic Coronary Syndromes ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aspirin", + "kol_name": "Jose Luis Ferreiro", + "kol_full_name": "Jose Luis Ferreiro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Ischemic Stroke | Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159204", + "session_name": "Impact of protruding and ulcerated aortic atheroma on periprocedural ischemic stroke in patients undergoing transcatheter aortic valve replacement: a comprehensive analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159204", + "first_name": "Shinnosuke", + "middle_name": "", + "last_name": "Kikuchi", + "org_name": "University Hospital of Strasbourg", + "Country": "France", + "Region": "Alsace", + "City": "Strasbourg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of protruding and ulcerated aortic atheroma on periprocedural ischemic stroke in patients undergoing transcatheter aortic valve replacement: a comprehensive analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic | Ischemic Stroke ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "kol_name": "Shinnosuke Kikuchi", + "kol_full_name": "Shinnosuke Kikuchi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Endothelial Cells", + "npi_num": "", + "hcp_pin_alias": "1159203", + "session_name": "Impact of plasma from patients with severe aortic stenosis on valvular endothelial cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159203", + "first_name": "Antonin", + "middle_name": "", + "last_name": "Trimaille", + "org_name": "University Hospital of Strasbourg", + "Country": "France", + "Region": "Alsace", + "City": "Strasbourg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of plasma from patients with severe aortic stenosis on valvular endothelial cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Endothelial Cells", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonin Trimaille", + "kol_full_name": "Antonin Trimaille" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Intracranial Embolism", + "npi_num": "", + "hcp_pin_alias": "1159202", + "session_name": "Is the incidence of cerebral embolic events underestimated in Takotsubo cardiomyopathy?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159202", + "first_name": "Marc", + "middle_name": "", + "last_name": "Ilinca", + "org_name": "University Hospital of Sherbrooke (CHUS)", + "Country": "Canada", + "Region": "Quebec", + "City": "Sherbrooke", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is the incidence of cerebral embolic events underestimated in Takotsubo cardiomyopathy?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy | Intracranial Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marc Ilinca", + "kol_full_name": "Marc Ilinca" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Physicians, Primary Care | Stroke Volume | Sick Sinus Syndrome | Heart Failure | Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1159201", + "session_name": "Unveiling the prognostic journey: renal function trajectories in 'de novo' heart failure with reduced ejection fraction - insights from a cohort study and their impact on patient outcomes,Sinus rhythm restoration as an independent predictor of left ventricular ejection fraction improvement in patients with the first hospitalization for heart failure and reduced ejection fraction,Delay in cardiology consultation after primary care physician referral in heart failure patients: sex influence on the associations with 1-year outcomes,Time taken for cardiology care and one-year results for primary care physicians' referrals for cardiology consultation in heart failure patients: clinical implications for heart failure management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159201", + "first_name": "Oscar", + "middle_name": "Otero", + "last_name": "Garcia", + "org_name": "University Hospital of Santiago de Compostela", + "Country": "Spain", + "Region": "Galicia", + "City": "Santiago de Compostela", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveiling the prognostic journey: renal function trajectories in 'de novo' heart failure with reduced ejection fraction - insights from a cohort study and their impact on patient outcomes", + "rest_events_session_count": 3, + "rest_events_session": "Sinus rhythm restoration as an independent predictor of left ventricular ejection fraction improvement in patients with the first hospitalization for heart failure and reduced ejection fraction,Delay in cardiology consultation after primary care physician referral in heart failure patients: sex influence on the associations with 1-year outcomes,Time taken for cardiology care and one-year results for primary care physicians' referrals for cardiology consultation in heart failure patients: clinical implications for heart failure management", + "events_topic": "Physicians, Primary Care | Stroke Volume ", + "rest_events_topic_count": 3, + "rest_events_topic": " Sick Sinus Syndrome | Heart Failure | Heart Failure, Systolic", + "kol_name": "Oscar Otero Garcia", + "kol_full_name": "Oscar Otero Garcia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Flecainide | Sick Sinus Syndrome | Cytochrome P-450 CYP2D6", + "npi_num": "", + "hcp_pin_alias": "1159200", + "session_name": "Do CYP2D6 polymorphisms affect the efficacy and toxicity of flecainide? A cohort study.,H558R: a common polymorphism may modify the efficacy and toxicity of flecainide in maintaining sinus rhythm; a cohort study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159200", + "first_name": "Mauro", + "middle_name": "Trincado", + "last_name": "Ave", + "org_name": "University Hospital of Santiago de Compostela", + "Country": "Spain", + "Region": "Galicia", + "City": "Santiago de Compostela", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Do CYP2D6 polymorphisms affect the efficacy and toxicity of flecainide? A cohort study.", + "rest_events_session_count": 1, + "rest_events_session": "H558R: a common polymorphism may modify the efficacy and toxicity of flecainide in maintaining sinus rhythm; a cohort study.", + "events_topic": "Flecainide | Sick Sinus Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cytochrome P-450 CYP2D6", + "kol_name": "Mauro Trincado Ave", + "kol_full_name": "Mauro Trincado Ave" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Echocardiography | Transcatheter Aortic Valve Implantation | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1159199", + "session_name": "Cardiac amyloidosis Echo-Score for patients with severe aortic stenosis. The AMY-TAVI trial.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159199", + "first_name": "Maria", + "middle_name": "", + "last_name": "Bastos-Fernandez", + "org_name": "University Hospital of Santiago de Compostela", + "Country": "Spain", + "Region": "Galicia", + "City": "Santiago de Compostela", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac amyloidosis Echo-Score for patients with severe aortic stenosis. The AMY-TAVI trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Echocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Implantation | Amyloidosis, Hereditary, Transthyretin-Related", + "kol_name": "Maria Bastos-Fernandez", + "kol_full_name": "Maria Bastos-Fernandez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Toxicity | Ramipril | Drug Therapy | Defibrillators, Implantable | Neoplasms | Phenotyping | Carotid Sinus Syndrome | Cardiovascular Diseases | Sodium-Glucose Transporter 2 Inhibitors | Atorvastatin | Heart Failure | Arrhythmias, Cardiac | Heart Diseases | Cardioneuroablation", + "npi_num": "", + "hcp_pin_alias": "1159198", + "session_name": "Impact of SLGT2 inhibitors treatment initiation on the reduction of atrial and ventricular arrhythmias in patients with implanted cardiac defibrillator,The CTOX-Score, a clinical risk prediction tool for cardiovascular toxicity secondary to cancer therapies,Cardioneuroablation for the treatment of carotid sinus syndrome,The cardiovascular polypill strategy (acetyl salicylic acid, atorvastatin, ramipril) as baseline treatment after a cardiovascular event supported by compelling evidence: a global expert consensus,Electronic consultation from primary care to a cardiology department improves outcomes in patients with cancer.,Diagnosis of heart failure: towards better phenotyping,New insights into pharmacotherapy for acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159198", + "first_name": "Jose", + "middle_name": "Ramon Gonzalez", + "last_name": "Juanatey", + "org_name": "University Hospital of Santiago de Compostela", + "Country": "Spain", + "Region": "Galicia", + "City": "Santiago de Compostela", + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of SLGT2 inhibitors treatment initiation on the reduction of atrial and ventricular arrhythmias in patients with implanted cardiac defibrillator", + "rest_events_session_count": 9, + "rest_events_session": "The CTOX-Score, a clinical risk prediction tool for cardiovascular toxicity secondary to cancer therapies,Cardioneuroablation for the treatment of carotid sinus syndrome,The cardiovascular polypill strategy (acetyl salicylic acid, atorvastatin, ramipril) as baseline treatment after a cardiovascular event supported by compelling evidence: a global expert consensus,Electronic consultation from primary care to a cardiology department improves outcomes in patients with cancer.,Diagnosis of heart failure: towards better phenotyping,New insights into pharmacotherapy for acute heart failure", + "events_topic": "Toxicity | Ramipril ", + "rest_events_topic_count": 12, + "rest_events_topic": " Drug Therapy | Defibrillators, Implantable | Neoplasms | Phenotyping | Carotid Sinus Syndrome | Cardiovascular Diseases | Sodium-Glucose Transporter 2 Inhibitors | Atorvastatin | Heart Failure | Arrhythmias, Cardiac | Heart Diseases | Cardioneuroablation", + "kol_name": "Jose Ramon Gonzalez Juanatey", + "kol_full_name": "Jose Ramon Gonzalez Juanatey" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sodium-Glucose Transporter 2 Inhibitors | Glucagon-Like Peptide 1 | Heart Failure, Systolic | Heart Failure | Sodium-Glucose Transport Proteins", + "npi_num": "", + "hcp_pin_alias": "1159197", + "session_name": "Prognostic determinants in patients with heart failure with reduced ejection fraction after a first hospitalisation for acute heart failure. COMFE registry.,Sodium-glucose cotransporter-2 inhibitors and glucagon-like peptide 1 receptor agonists and cancer mortality. A real-world registry,Impact of a clinician-to-clinician electronic consultation program in heart failure patients with previous hospitalization. Implications for heart failure multidisciplinary management.,Combined sodium-glucose-transporters inhibitors (SGLT2i) and glucagon-like-peptide receptor agonist (GLP1ra) compared with SGLT2i or GLP1ra alone improves survival: a Real-World Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159197", + "first_name": "David", + "middle_name": "Garcia", + "last_name": "Vega", + "org_name": "University Hospital of Santiago de Compostela", + "Country": "Spain", + "Region": "Galicia", + "City": "Santiago de Compostela", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic determinants in patients with heart failure with reduced ejection fraction after a first hospitalisation for acute heart failure. COMFE registry.", + "rest_events_session_count": 3, + "rest_events_session": "Sodium-glucose cotransporter-2 inhibitors and glucagon-like peptide 1 receptor agonists and cancer mortality. A real-world registry,Impact of a clinician-to-clinician electronic consultation program in heart failure patients with previous hospitalization. Implications for heart failure multidisciplinary management.,Combined sodium-glucose-transporters inhibitors (SGLT2i) and glucagon-like-peptide receptor agonist (GLP1ra) compared with SGLT2i or GLP1ra alone improves survival: a Real-World Registry", + "events_topic": "Sodium-Glucose Transporter 2 Inhibitors | Glucagon-Like Peptide 1 ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Failure, Systolic | Heart Failure | Sodium-Glucose Transport Proteins", + "kol_name": "David Garcia Vega", + "kol_full_name": "David Garcia Vega" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Weight Loss | Obesity | Aortic Valve Stenosis | Obesity, Morbid", + "npi_num": "", + "hcp_pin_alias": "1159196", + "session_name": "Case 2 - what treatment comes first in aortic stenosis and morbid obesity: weight loss or valve replacement?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159196", + "first_name": "Ana", + "middle_name": "Belen Cid", + "last_name": "Alvarez", + "org_name": "University Hospital of Santiago de Compostela", + "Country": "Spain", + "Region": "Galicia", + "City": "Santiago de Compostela", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2 - what treatment comes first in aortic stenosis and morbid obesity: weight loss or valve replacement?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Weight Loss | Obesity ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Stenosis | Obesity, Morbid", + "kol_name": "Ana Belen Cid Alvarez", + "kol_full_name": "Ana Belen Cid Alvarez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Cardiomyopathy, Hypertrophic | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159195", + "session_name": "Phenotypic and clinical evaluation of hypertrophic cardiomyopathy caused by the deep intronic variant MYBPC3:c.2308+227G>A,Gender-specific differences in severe tricuspid regurgitation. Finding from a TR multicentre CMR registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159195", + "first_name": "Sara", + "middle_name": "Rodriguez", + "last_name": "Diego", + "org_name": "University Hospital of Salamanca", + "Country": "Spain", + "Region": "Castilla y Leon", + "City": "Salamanca", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phenotypic and clinical evaluation of hypertrophic cardiomyopathy caused by the deep intronic variant MYBPC3:c.2308+227G>A", + "rest_events_session_count": 1, + "rest_events_session": "Gender-specific differences in severe tricuspid regurgitation. Finding from a TR multicentre CMR registry", + "events_topic": "Cardiac Magnetic Resonance Imaging | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tricuspid Valve Insufficiency", + "kol_name": "Sara Rodriguez Diego", + "kol_full_name": "Sara Rodriguez Diego" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neurologic Manifestations | Extracorporeal Membrane Oxygenation", + "npi_num": "", + "hcp_pin_alias": "1159194", + "session_name": "Prognostic influence of the neurological complications in patients supported with venoarterial extracorporeal membrane oxygenation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159194", + "first_name": "Marta", + "middle_name": "Alonso Fernandez", + "last_name": "de Gatta", + "org_name": "University Hospital of Salamanca", + "Country": "Spain", + "Region": "Castilla y Leon", + "City": "Salamanca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic influence of the neurological complications in patients supported with venoarterial extracorporeal membrane oxygenation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neurologic Manifestations | Extracorporeal Membrane Oxygenation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marta Alonso Fernandez de Gatta", + "kol_full_name": "Marta Alonso Fernandez de Gatta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1159193", + "session_name": "Evaluation of bleeding events in a cohort of patients with transthyretin cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159193", + "first_name": "Lucia", + "middle_name": "Moreno De Redrojo", + "last_name": "Cortes", + "org_name": "University Hospital of Salamanca", + "Country": "Spain", + "Region": "Castilla y Leon", + "City": "Salamanca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of bleeding events in a cohort of patients with transthyretin cardiac amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Hemorrhage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lucia Moreno De Redrojo Cortes", + "kol_full_name": "Lucia Moreno De Redrojo Cortes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Dapagliflozin", + "npi_num": "", + "hcp_pin_alias": "1159192", + "session_name": "Effects of dapagliflozin according to QRS duration across the spectrum of LVEF: An analysis of DAPA-HF and DELIVER", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159192", + "first_name": "Amr", + "middle_name": "", + "last_name": "Abdin", + "org_name": "University hospital of Saarland (UKS)", + "Country": "Germany", + "Region": "Saarland", + "City": "Homburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of dapagliflozin according to QRS duration across the spectrum of LVEF: An analysis of DAPA-HF and DELIVER", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Dapagliflozin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amr Abdin", + "kol_full_name": "Amr Abdin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1159191", + "session_name": "A novel formula to assess the QT interval in ventricular paced rhythm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159191", + "first_name": "Alhasan", + "middle_name": "", + "last_name": "Almasri", + "org_name": "University hospital of Saarland (UKS)", + "Country": "Germany", + "Region": "Saarland", + "City": "Homburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel formula to assess the QT interval in ventricular paced rhythm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alhasan Almasri", + "kol_full_name": "Alhasan Almasri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bicuspid Aortic Stenosis | Cardiac Valve Annuloplasty | Randomized Controlled Trials As Topic | Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159190", + "session_name": "RHEIA - Transcatheter versus surgical aortic valve replacement in women with severe aortic stenosis,TAVI has failed: TAVI explant or valve-in-valve,The results of the RHEIA Trial,The future of aortic valve intervention: asymptomatic aortic stenosis, moderate aortic stenosis, bicuspid aortic stenosis, aortic insufficiency,Personalising treatment strategies for aortic valve stenosis: matching therapies to patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159190", + "first_name": "Helene", + "middle_name": "", + "last_name": "Eltchaninoff", + "org_name": "University Hospital of Rouen", + "Country": "France", + "Region": "Haute-Normandie", + "City": "Rouen", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RHEIA - Transcatheter versus surgical aortic valve replacement in women with severe aortic stenosis", + "rest_events_session_count": 7, + "rest_events_session": "TAVI has failed: TAVI explant or valve-in-valve,The results of the RHEIA Trial,The future of aortic valve intervention: asymptomatic aortic stenosis, moderate aortic stenosis, bicuspid aortic stenosis, aortic insufficiency,Personalising treatment strategies for aortic valve stenosis: matching therapies to patients", + "events_topic": "Bicuspid Aortic Stenosis | Cardiac Valve Annuloplasty ", + "rest_events_topic_count": 5, + "rest_events_topic": " Randomized Controlled Trials As Topic | Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement | Aortic Valve Insufficiency", + "kol_name": "Helene Eltchaninoff", + "kol_full_name": "Helene Eltchaninoff" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Atrioventricular Node | Ventricular Pacing | Ablation Techniques", + "npi_num": "", + "hcp_pin_alias": "1159189", + "session_name": "Predictive factors of high burden of ventricular pacing in patients undergoing permanent pacemaker implantation after transcatheter aortic valve implantation,His bundle pacing vs left bundle branch area pacing in patients undergoing atrioventricular node ablation: a prospective, multicenter, comparative study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159189", + "first_name": "Frederic", + "middle_name": "", + "last_name": "Anselme", + "org_name": "University Hospital of Rouen", + "Country": "France", + "Region": "Haute-Normandie", + "City": "Rouen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictive factors of high burden of ventricular pacing in patients undergoing permanent pacemaker implantation after transcatheter aortic valve implantation", + "rest_events_session_count": 3, + "rest_events_session": "His bundle pacing vs left bundle branch area pacing in patients undergoing atrioventricular node ablation: a prospective, multicenter, comparative study", + "events_topic": "Transcatheter Aortic Valve Replacement | Atrioventricular Node ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ventricular Pacing | Ablation Techniques", + "kol_name": "Frederic Anselme", + "kol_full_name": "Frederic Anselme" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Function, Right | Vascular Resistance | Hypertension, Pulmonary | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1159188", + "session_name": "Left atrial strain demonstrates the ability to distinguish patients with pre and post-capillary pulmonary hypertension,TAPSE/sPAP by echocardiography to detect elevated pulmonary vascular resistance> 4 WU in postcapillary pulmonary hypertension patients: insights from the French PH HF registry,Vmax as an Index of right ventricular function in pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159188", + "first_name": "Fabrice", + "middle_name": "", + "last_name": "Bauer", + "org_name": "University Hospital of Rouen", + "Country": "France", + "Region": "Haute-Normandie", + "City": "Rouen", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial strain demonstrates the ability to distinguish patients with pre and post-capillary pulmonary hypertension", + "rest_events_session_count": 2, + "rest_events_session": "TAPSE/sPAP by echocardiography to detect elevated pulmonary vascular resistance> 4 WU in postcapillary pulmonary hypertension patients: insights from the French PH HF registry,Vmax as an Index of right ventricular function in pulmonary hypertension", + "events_topic": "Ventricular Function, Right | Vascular Resistance ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hypertension, Pulmonary | Echocardiography", + "kol_name": "Fabrice Bauer", + "kol_full_name": "Fabrice Bauer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159187", + "session_name": "One-year prognostic value of right ventricular to pulmonary arterial coupling in patients hospitalized for acute coronary syndrome: insights from the ADDICT-ICCU study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159187", + "first_name": "Charles", + "middle_name": "", + "last_name": "Nogarede", + "org_name": "University Hospital of Rouen", + "Country": "France", + "Region": "Haute-Normandie", + "City": "Rouen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "One-year prognostic value of right ventricular to pulmonary arterial coupling in patients hospitalized for acute coronary syndrome: insights from the ADDICT-ICCU study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Charles Nogarede", + "kol_full_name": "Charles Nogarede" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Mortality | Risk Assessment | Prognosis | Transcatheter Aortic Valve Replacement | Heart Valve Diseases | Morbidity | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159186", + "session_name": "Changes and prognostic impact of right ventricular-to-pulmonary artery coupling after transcatheter aortic valve replacement,Comparison of pulmonary arterial risk assessment tools to predict mortality or morbidity in treatment naive and previously diagnosed patients.,Impact of aortic valve calcium score on conductive disturbances after transcatheter aortic valve implantation: a monocentre retrospective study,Refining prognosis in aortic stenosis,Diversity and specific populations in valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159186", + "first_name": "Charles", + "middle_name": "", + "last_name": "Fauvel", + "org_name": "University Hospital of Rouen", + "Country": "France", + "Region": "Haute-Normandie", + "City": "Rouen", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes and prognostic impact of right ventricular-to-pulmonary artery coupling after transcatheter aortic valve replacement", + "rest_events_session_count": 4, + "rest_events_session": "Comparison of pulmonary arterial risk assessment tools to predict mortality or morbidity in treatment naive and previously diagnosed patients.,Impact of aortic valve calcium score on conductive disturbances after transcatheter aortic valve implantation: a monocentre retrospective study,Refining prognosis in aortic stenosis,Diversity and specific populations in valvular heart disease", + "events_topic": "Aortic Valve Stenosis | Mortality ", + "rest_events_topic_count": 6, + "rest_events_topic": " Risk Assessment | Prognosis | Transcatheter Aortic Valve Replacement | Heart Valve Diseases | Morbidity | Aortic Valve Insufficiency", + "kol_name": "Charles Fauvel", + "kol_full_name": "Charles Fauvel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Premature Complexes | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159185", + "session_name": "Prevalence of cardiomyopathies and myocardial scar in patients with non-complicated premature ventricular beats: a CMR study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159185", + "first_name": "Benjamin", + "middle_name": "", + "last_name": "Alos", + "org_name": "University Hospital of Poitiers", + "Country": "France", + "Region": "Poitou-Charentes", + "City": "Poitiers", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of cardiomyopathies and myocardial scar in patients with non-complicated premature ventricular beats: a CMR study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Premature Complexes | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Benjamin Alos", + "kol_full_name": "Benjamin Alos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Risk Assessment | Cardiovascular Diseases | Artificial Intelligence | Cardiac Monitoring Systems", + "npi_num": "", + "hcp_pin_alias": "1159184", + "session_name": "Developments in implantable cardiac monitor systems (ICM) from diagnosis to monitoring,Artificial intelligence innovations in cardiac risk assessment and disease prediction,Progress and challenges in artificial intelligence for cardiovascular risk assessment and diagnosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159184", + "first_name": "Raffaele", + "middle_name": "", + "last_name": "De Lucia", + "org_name": "University Hospital of Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Developments in implantable cardiac monitor systems (ICM) from diagnosis to monitoring", + "rest_events_session_count": 2, + "rest_events_session": "Artificial intelligence innovations in cardiac risk assessment and disease prediction,Progress and challenges in artificial intelligence for cardiovascular risk assessment and diagnosis", + "events_topic": "Risk Assessment | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Cardiac Monitoring Systems", + "kol_name": "Raffaele De Lucia", + "kol_full_name": "Raffaele De Lucia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159183", + "session_name": "Unravel novel therapeutic targets in heart failure and associated pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159183", + "first_name": "Mattia", + "middle_name": "", + "last_name": "Alberti", + "org_name": "University Hospital of Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unravel novel therapeutic targets in heart failure and associated pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mattia Alberti", + "kol_full_name": "Mattia Alberti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Ablation Techniques", + "npi_num": "", + "hcp_pin_alias": "1159182", + "session_name": "Advanced mapping and ablation technologies to target pulmonary veins gaps and residual antral potentials during repeat paroxysmal AF ablation: acute and long-term follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159182", + "first_name": "Luca", + "middle_name": "", + "last_name": "Segreti", + "org_name": "University Hospital of Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advanced mapping and ablation technologies to target pulmonary veins gaps and residual antral potentials during repeat paroxysmal AF ablation: acute and long-term follow-up", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Ablation Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luca Segreti", + "kol_full_name": "Luca Segreti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol, LDL | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159181", + "session_name": "Risk of recurrent ischaemic events in ACS patients with baseline LDL-C below guideline-recommended thresholds: insights from the prospective SPUM-ACS study,Risk of recurrent ischaemic events in ACS patients with baseline LDL-C below guideline-recommended thresholds: insights from the prospective SPUM-ACS study,Risk factors, risk scores, and outcomes after acute coronary syndromes,Predictors of outcome in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159181", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Denegri", + "org_name": "University Hospital of Parma", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Parma", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk of recurrent ischaemic events in ACS patients with baseline LDL-C below guideline-recommended thresholds: insights from the prospective SPUM-ACS study", + "rest_events_session_count": 5, + "rest_events_session": "Risk of recurrent ischaemic events in ACS patients with baseline LDL-C below guideline-recommended thresholds: insights from the prospective SPUM-ACS study,Risk factors, risk scores, and outcomes after acute coronary syndromes,Predictors of outcome in acute coronary syndromes", + "events_topic": "Cholesterol, LDL | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrea Denegri", + "kol_full_name": "Andrea Denegri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Cryptogenic Stroke | Cardiac Monitors | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159180", + "session_name": "Cryptogenic stroke: insertable cardiac monitors with artificial intelligence to enhance atrial fibrillation detection and management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159180", + "first_name": "Ashish", + "middle_name": "", + "last_name": "Patwala", + "org_name": "University Hospital of North Staffordshire - Stoke-on", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cryptogenic stroke: insertable cardiac monitors with artificial intelligence to enhance atrial fibrillation detection and management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Cryptogenic Stroke ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Monitors | Artificial Intelligence", + "kol_name": "Ashish Patwala", + "kol_full_name": "Ashish Patwala" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159179", + "session_name": "Association of adverse childhood experiences with adult-onset cardiometabolic conditions and prescription medicine use", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159179", + "first_name": "Safak", + "middle_name": "", + "last_name": "Caglayan", + "org_name": "University Hospital of North Norway", + "Country": "Norway", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of adverse childhood experiences with adult-onset cardiometabolic conditions and prescription medicine use", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Safak Caglayan", + "kol_full_name": "Safak Caglayan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159178", + "session_name": "Prognostic impact of mitral valve geometry in patients with secondary mitral regurgitation: a secondary analysis of the MITRA-FR trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159178", + "first_name": "Paul", + "middle_name": "", + "last_name": "Ng", + "org_name": "University Hospital of Nantes", + "Country": "France", + "Region": "Pays de la Loire", + "City": "Nantes", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of mitral valve geometry in patients with secondary mitral regurgitation: a secondary analysis of the MITRA-FR trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paul Ng", + "kol_full_name": "Paul Ng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Transcatheter Edge-to-edge Repair | Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1159177", + "session_name": "Mitral and tricuspid edge-to-edge repair in adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159177", + "first_name": "Patrice", + "middle_name": "", + "last_name": "Guerin", + "org_name": "University Hospital of Nantes", + "Country": "France", + "Region": "Pays de la Loire", + "City": "Nantes", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral and tricuspid edge-to-edge repair in adult congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Transcatheter Edge-to-edge Repair | Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patrice Guerin", + "kol_full_name": "Patrice Guerin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Telemedicine | Heart Failure | Digital Health", + "npi_num": "", + "hcp_pin_alias": "1159176", + "session_name": "Reduction on all-cause mortality with a remote monitoring program in heart failure: results of the TELESAT-HF study,Digital literacy of patients with chronic heart failure using telemedicine in france: a national observational cohort study,Tailored approaches in heart failure: insights from France and Spain", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159176", + "first_name": "Nicolas", + "middle_name": "", + "last_name": "Girerd", + "org_name": "University Hospital of Nancy", + "Country": "France", + "Region": "Lorraine", + "City": "Nancy", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reduction on all-cause mortality with a remote monitoring program in heart failure: results of the TELESAT-HF study", + "rest_events_session_count": 2, + "rest_events_session": "Digital literacy of patients with chronic heart failure using telemedicine in france: a national observational cohort study,Tailored approaches in heart failure: insights from France and Spain", + "events_topic": "Telemedicine | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Digital Health", + "kol_name": "Nicolas Girerd", + "kol_full_name": "Nicolas Girerd" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159175", + "session_name": "Differences in treatment and outcome of patients with ST- Elevation Myocardial Infarction (STEMI) and Non-STEMI in Germany", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159175", + "first_name": "Stefan", + "middle_name": "Andreas", + "last_name": "Lange", + "org_name": "University Hospital of Munster", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Munster", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in treatment and outcome of patients with ST- Elevation Myocardial Infarction (STEMI) and Non-STEMI in Germany", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefan Andreas Lange", + "kol_full_name": "Stefan Andreas Lange" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Post-Acute COVID-19 Syndrome | Energy Metabolism", + "npi_num": "", + "hcp_pin_alias": "1159174", + "session_name": "Monocytic mitochondrial dysfunction and impaired monocytic bioenergetic profile in patients with heart failure symptoms in post-COVID syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159174", + "first_name": "Dilvin", + "middle_name": "", + "last_name": "Semo", + "org_name": "University Hospital of Munster", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Munster", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Monocytic mitochondrial dysfunction and impaired monocytic bioenergetic profile in patients with heart failure symptoms in post-COVID syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Post-Acute COVID-19 Syndrome | Energy Metabolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dilvin Semo", + "kol_full_name": "Dilvin Semo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Precision Medicine | Dyslipidemias | Cardiovascular Diseases | Heart Diseases | Obesity | Pulmonary Disease, Chronic Obstructive | Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159173", + "session_name": "Trends in ESC cardiovascular statistics,Increased risk of cardiovascular events in the weeks following hospitalised COPD exacerbations: the EXACOS-CV French nationwide case-crossover study,Optimising treatment of cardiac disease before major vascular surgery,The ESC Journal Family: focus on personalised care in different fields of cardiovascular medicine,Lifestyle, obesity, and dyslipidaemia,From evolution to disruption: it is all about understanding the natural course of aortic disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159173", + "first_name": "Victor", + "middle_name": "", + "last_name": "Aboyans", + "org_name": "University Hospital of Limoges", + "Country": "France", + "Region": "Limousin", + "City": "Limoges", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trends in ESC cardiovascular statistics", + "rest_events_session_count": 7, + "rest_events_session": "Increased risk of cardiovascular events in the weeks following hospitalised COPD exacerbations: the EXACOS-CV French nationwide case-crossover study,Optimising treatment of cardiac disease before major vascular surgery,The ESC Journal Family: focus on personalised care in different fields of cardiovascular medicine,Lifestyle, obesity, and dyslipidaemia,From evolution to disruption: it is all about understanding the natural course of aortic disease", + "events_topic": "Precision Medicine | Dyslipidemias ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cardiovascular Diseases | Heart Diseases | Obesity | Pulmonary Disease, Chronic Obstructive | Aortic Diseases", + "kol_name": "Victor Aboyans", + "kol_full_name": "Victor Aboyans" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease", + "npi_num": "", + "hcp_pin_alias": "1159172", + "session_name": "Peripheral artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159172", + "first_name": "Ileana", + "middle_name": "", + "last_name": "Desormais", + "org_name": "University Hospital of Limoges", + "Country": "France", + "Region": "Limousin", + "City": "Limoges", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peripheral artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripheral Arterial Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ileana Desormais", + "kol_full_name": "Ileana Desormais" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Prolapse", + "npi_num": "", + "hcp_pin_alias": "1159171", + "session_name": "Managing mitral valve prolapse in 2024", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159171", + "first_name": "Patrizio", + "middle_name": "", + "last_name": "Lancellotti", + "org_name": "University Hospital of Liege (CHU)", + "Country": "Belgium", + "Region": "Liege", + "City": "Liege", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Managing mitral valve prolapse in 2024", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Prolapse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patrizio Lancellotti", + "kol_full_name": "Patrizio Lancellotti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159170", + "session_name": "Management of comorbidities and outcomes in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159170", + "first_name": "Mokhtar", + "middle_name": "", + "last_name": "Ibrahim", + "org_name": "University Hospital of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of comorbidities and outcomes in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mokhtar Ibrahim", + "kol_full_name": "Mokhtar Ibrahim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Stroke", + "npi_num": "", + "hcp_pin_alias": "1159169", + "session_name": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel,Personalised stroke management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159169", + "first_name": "Jan", + "middle_name": "", + "last_name": "Kovac", + "org_name": "University Hospital of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Personalised stroke management", + "events_topic": "Cardiovascular Diseases | Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jan Kovac", + "kol_full_name": "Jan Kovac" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Graft Dysfunction | Heart Transplantation | Smartphone", + "npi_num": "", + "hcp_pin_alias": "1159168", + "session_name": "Stratification risk computation of primary graft gysfunction in heart transplant recipients on a smartphone application", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159168", + "first_name": "Tozzi", + "middle_name": "", + "last_name": "Tozzi", + "org_name": "University Hospital of Lausanne", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stratification risk computation of primary graft gysfunction in heart transplant recipients on a smartphone application", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Graft Dysfunction | Heart Transplantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Smartphone", + "kol_name": "Tozzi Tozzi", + "kol_full_name": "Tozzi Tozzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Smartphone | Cardiomyopathy, Hypertrophic | Diagnosis, Differential | Cardiomyopathies | Hypertension | Hypertrophy, Left Ventricular | Cardiac Myosins", + "npi_num": "", + "hcp_pin_alias": "1159167", + "session_name": "Cardiac myosin inhibitors, lessons from real-world experience,Development and validation of a smartphone based app to guide the differential diagnosis in patients with primary left ventricular hypertrophy: the Thick Heart App,Hypertensive crisis following Mavacamten introduction in severe obstructive Hypertrophic Cardiomyopathy and arterial hypertension,Hypertensive myocardial disease screening in low-income settings using smartphone-based technologies: a prospective multicenter trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159167", + "first_name": "Niccolo'", + "middle_name": "", + "last_name": "Maurizi", + "org_name": "University Hospital of Lausanne", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac myosin inhibitors", + "rest_events_session_count": 4, + "rest_events_session": " lessons from real-world experience,Development and validation of a smartphone based app to guide the differential diagnosis in patients with primary left ventricular hypertrophy: the Thick Heart App,Hypertensive crisis following Mavacamten introduction in severe obstructive Hypertrophic Cardiomyopathy and arterial hypertension,Hypertensive myocardial disease screening in low-income settings using smartphone-based technologies: a prospective multicenter trial", + "events_topic": "Smartphone | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 5, + "rest_events_topic": " Diagnosis, Differential | Cardiomyopathies | Hypertension | Hypertrophy, Left Ventricular | Cardiac Myosins", + "kol_name": "Niccolo' Maurizi", + "kol_full_name": "Niccolo' Maurizi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Spinal Cord Injuries | Pacemaker, Artificial", + "npi_num": "", + "hcp_pin_alias": "1159166", + "session_name": "Pacemaker-induced apnea in a patient with cervical medullary trauma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159166", + "first_name": "Margot", + "middle_name": "", + "last_name": "Kaufmann", + "org_name": "University Hospital of Lausanne", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pacemaker-induced apnea in a patient with cervical medullary trauma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Spinal Cord Injuries | Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Margot Kaufmann", + "kol_full_name": "Margot Kaufmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Calcium Score | Primary Prevention", + "npi_num": "", + "hcp_pin_alias": "1159165", + "session_name": "When is calcium scoring useful to risk stratify in primary prevention?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159165", + "first_name": "Beatriz", + "middle_name": "Lopez", + "last_name": "Melgar", + "org_name": "University Hospital of La Princesa", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When is calcium scoring useful to risk stratify in primary prevention?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Calcium Score | Primary Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Beatriz Lopez Melgar", + "kol_full_name": "Beatriz Lopez Melgar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Implantation | Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1159164", + "session_name": "Case-based collaborations: aortic stenosis and large aneurysm repair - combined TAVI and EVAR or TAVI first?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159164", + "first_name": "Christine", + "middle_name": "Frederike Wilhelmine", + "last_name": "Vermeulen", + "org_name": "University Hospital of Innsbruck", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case-based collaborations: aortic stenosis and large aneurysm repair - combined TAVI and EVAR or TAVI first?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Implantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aneurysm", + "kol_name": "Christine Frederike Wilhelmine Vermeulen", + "kol_full_name": "Christine Frederike Wilhelmine Vermeulen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MINOCA | Cardiac Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1159163", + "session_name": "Cardiac magnetic resonance in MINOCA patients: a non-tertiary hospital experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159163", + "first_name": "Rebeca", + "middle_name": "Mata", + "last_name": "Caballero", + "org_name": "University Hospital of Getafe", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac magnetic resonance in MINOCA patients: a non-tertiary hospital experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MINOCA | Cardiac Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rebeca Mata Caballero", + "kol_full_name": "Rebeca Mata Caballero" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Chest Pain | Renal Insufficiency, Chronic | Artificial Intelligence | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159162", + "session_name": "Clinical profile and prognosis of Myocardial Infarction with Non-Obstructive Coronary Arteries (MINOCA) in patients with previous Acute Coronary Syndrome (ACS),Impact of chronic kidney disease on patients with Myocardial Infarction with Non Obstructive Coronary Arteries (MINOCA),Concordance between cardiological interventions and artificial intelligence recommendations for patients presenting with chest pain, based on consultations from the emergency department to cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159162", + "first_name": "Nuria", + "middle_name": "Gil", + "last_name": "Mancebo", + "org_name": "University Hospital of Getafe", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical profile and prognosis of Myocardial Infarction with Non-Obstructive Coronary Arteries (MINOCA) in patients with previous Acute Coronary Syndrome (ACS)", + "rest_events_session_count": 3, + "rest_events_session": "Impact of chronic kidney disease on patients with Myocardial Infarction with Non Obstructive Coronary Arteries (MINOCA),Concordance between cardiological interventions and artificial intelligence recommendations for patients presenting with chest pain, based on consultations from the emergency department to cardiology", + "events_topic": "Myocardial Infarction | Chest Pain ", + "rest_events_topic_count": 3, + "rest_events_topic": " Renal Insufficiency, Chronic | Artificial Intelligence | Acute Coronary Syndrome", + "kol_name": "Nuria Gil Mancebo", + "kol_full_name": "Nuria Gil Mancebo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Central Nervous System Infections | Blood Pressure Monitors | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159161", + "session_name": "Regional variation of age-related blood pressure trajectories and their association with blood pressure control rates, disability-adjusted life years and death,Integrity of central nervous autonomous tracts is associated with cardiac function, cardiovascular risk factors, organ damage and major adverse cardiovascular events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159161", + "first_name": "Janis", + "middle_name": "", + "last_name": "Nolde", + "org_name": "University Hospital of Freiburg", + "Country": "Germany", + "Region": "Hessen", + "City": "Friedberg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Regional variation of age-related blood pressure trajectories and their association with blood pressure control rates", + "rest_events_session_count": 4, + "rest_events_session": " disability-adjusted life years and death,Integrity of central nervous autonomous tracts is associated with cardiac function, cardiovascular risk factors, organ damage and major adverse cardiovascular events", + "events_topic": "Central Nervous System Infections | Blood Pressure Monitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Janis Nolde", + "kol_full_name": "Janis Nolde" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Colchicine | Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1159160", + "session_name": "Experimental evidence on colchicine's mode of action in human carotid artery plaques", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159160", + "first_name": "Ines", + "middle_name": "Derya", + "last_name": "Steenbuck", + "org_name": "University Hospital of Freiburg", + "Country": "Germany", + "Region": "Hessen", + "City": "Friedberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Experimental evidence on colchicine's mode of action in human carotid artery plaques", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colchicine | Plaque, Atherosclerotic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ines Derya Steenbuck", + "kol_full_name": "Ines Derya Steenbuck" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biopsy | Acute Aortic Syndrome | Thoracic Surgery | Bioprosthetic Valve Replacement | Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159159", + "session_name": "Initial diameter increase in acute aortic pathology: what is expected and what is pathologic?,Bioprosthetic or mechanical valve replacement: what do the data tell us?,Challenging decisions in valvular heart surgery,Aortic disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159159", + "first_name": "Alicja", + "middle_name": "", + "last_name": "Zientara", + "org_name": "University Hospital of Freiburg", + "Country": "Germany", + "Region": "Hessen", + "City": "Friedberg", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Initial diameter increase in acute aortic pathology: what is expected and what is pathologic?", + "rest_events_session_count": 3, + "rest_events_session": "Bioprosthetic or mechanical valve replacement: what do the data tell us?,Challenging decisions in valvular heart surgery,Aortic disease", + "events_topic": "Biopsy | Acute Aortic Syndrome ", + "rest_events_topic_count": 3, + "rest_events_topic": " Thoracic Surgery | Bioprosthetic Valve Replacement | Aortic Diseases", + "kol_name": "Alicja Zientara", + "kol_full_name": "Alicja Zientara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | ST Elevation Myocardial | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159158", + "session_name": "Ask the Trialist - EARTH-STEMI,EARTH-STEMI - Complete vs. culprit-only revascularization in older STEMI patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159158", + "first_name": "Gianluca", + "middle_name": "", + "last_name": "Campo", + "org_name": "University Hospital of Ferrara", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Ferrara", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - EARTH-STEMI", + "rest_events_session_count": 1, + "rest_events_session": "EARTH-STEMI - Complete vs. culprit-only revascularization in older STEMI patients", + "events_topic": "Percutaneous Coronary Intervention | ST Elevation Myocardial ", + "rest_events_topic_count": 1, + "rest_events_topic": " ST Elevation Myocardial Infarction", + "kol_name": "Gianluca Campo", + "kol_full_name": "Gianluca Campo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159157", + "session_name": "A regional multicentre prospective survey addressing sport-related myocardial infarction: clinical characteristics of 155 patients and one year follow-up.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159157", + "first_name": "Frederic", + "middle_name": "", + "last_name": "Chague", + "org_name": "University Hospital of Dijon", + "Country": "France", + "Region": "Bourgogne", + "City": "Dijon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A regional multicentre prospective survey addressing sport-related myocardial infarction: clinical characteristics of 155 patients and one year follow-up.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Frederic Chague", + "kol_full_name": "Frederic Chague" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Quality Improvement", + "npi_num": "", + "hcp_pin_alias": "1159156", + "session_name": "Unmasking patients insight into SGLT2 inhibitors- a collaborative quality improvement project to enhance patient education and safety", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159156", + "first_name": "Lior", + "middle_name": "", + "last_name": "Saad", + "org_name": "University Hospital of Coventry and Warwickshire", + "Country": "United Kingdom", + "Region": "England", + "City": "Coventry", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unmasking patients insight into SGLT2 inhibitors- a collaborative quality improvement project to enhance patient education and safety", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lior Saad", + "kol_full_name": "Lior Saad" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Ticagrelor | Cangrelor | Platelet Reactivity | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1159155", + "session_name": "Reduction of thrombus burden by cangrelor in ticagrelor-loaded st-elevation myocardial infarction patients with high residual platelet reactivity: the imaging sub-study of the ERMIT randomized trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159155", + "first_name": "Farzin", + "middle_name": "", + "last_name": "Beygui", + "org_name": "University Hospital of Caen", + "Country": "France", + "Region": "Basse-Normandie", + "City": "Caen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reduction of thrombus burden by cangrelor in ticagrelor-loaded st-elevation myocardial infarction patients with high residual platelet reactivity: the imaging sub-study of the ERMIT randomized trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Ticagrelor ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cangrelor | Platelet Reactivity | Diagnostic Imaging", + "kol_name": "Farzin Beygui", + "kol_full_name": "Farzin Beygui" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol, LDL | Remote Consultation | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159154", + "session_name": "Factors influencing low-density-lipoprotein cholesterol after acute coronary syndrome and effectiveness of intensive teleconsultation monitoring, the teleobjectif cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159154", + "first_name": "Adrien", + "middle_name": "", + "last_name": "Lemaitre", + "org_name": "University Hospital of Caen", + "Country": "France", + "Region": "Basse-Normandie", + "City": "Caen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors influencing low-density-lipoprotein cholesterol after acute coronary syndrome and effectiveness of intensive teleconsultation monitoring", + "rest_events_session_count": 1, + "rest_events_session": " the teleobjectif cohort study", + "events_topic": "Cholesterol, LDL | Remote Consultation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Adrien Lemaitre", + "kol_full_name": "Adrien Lemaitre" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159153", + "session_name": "Utility of telephone text messages in secondary prevention after acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159153", + "first_name": "Ignacio", + "middle_name": "Lozano", + "last_name": "Martinez-Luengas", + "org_name": "University Hospital of Cabuenes", + "Country": "Spain", + "Region": "Asturias", + "City": "Gijon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utility of telephone text messages in secondary prevention after acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ignacio Lozano Martinez-Luengas", + "kol_full_name": "Ignacio Lozano Martinez-Luengas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Catheter Ablation | Ventricular Function, Left | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159152", + "session_name": "Catheter ablation in electrical storm,New modalities and strategies in catheter ablation of atrial fibrillation,Treatment options for patients with atrial fibrillation and heart failure with preserved left ventricular function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159152", + "first_name": "Meleze", + "middle_name": "", + "last_name": "Hocini", + "org_name": "University Hospital of Bordeaux", + "Country": "France", + "Region": "Aquitaine", + "City": "Bordeaux", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Catheter ablation in electrical storm", + "rest_events_session_count": 2, + "rest_events_session": "New modalities and strategies in catheter ablation of atrial fibrillation,Treatment options for patients with atrial fibrillation and heart failure with preserved left ventricular function", + "events_topic": "Heart Failure | Catheter Ablation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ventricular Function, Left | Atrial Fibrillation", + "kol_name": "Meleze Hocini", + "kol_full_name": "Meleze Hocini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy | Mesothelioma", + "npi_num": "", + "hcp_pin_alias": "1159151", + "session_name": "Pericardial mesothelioma in pregnancy: a rare clinical presentation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159151", + "first_name": "Silvia", + "middle_name": "", + "last_name": "Laterza", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pericardial mesothelioma in pregnancy: a rare clinical presentation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Mesothelioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Silvia Laterza", + "kol_full_name": "Silvia Laterza" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Heart Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1159150", + "session_name": "The spectrum of ECG abnormalities in a large cohort of histologically proven cardiac tumors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159150", + "first_name": "Rebecca", + "middle_name": "", + "last_name": "Bela'", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The spectrum of ECG abnormalities in a large cohort of histologically proven cardiac tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Heart Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rebecca Bela'", + "kol_full_name": "Rebecca Bela'" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159149", + "session_name": "Unraveling the paradox: the impact of one or more traditional risk factors on short-term mortality following acute coronary syndromes.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159149", + "first_name": "Maria", + "middle_name": "", + "last_name": "Bergami", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unraveling the paradox: the impact of one or more traditional risk factors on short-term mortality following acute coronary syndromes.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Bergami", + "kol_full_name": "Maria Bergami" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Fabry Disease | Cardiomyopathy, Hypertrophic | Diagnosis, Differential | Amyloidosis, Hereditary, Transthyretin-Related | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159148", + "session_name": "Artificial intelligence (AI)-enhanced electrocardiography: a machine-learning model for differential diagnosis between hypertrophic cardiomyopathy, cardiac amyloidosis and Anderson-Fabry disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159148", + "first_name": "Irene", + "middle_name": "", + "last_name": "Ruotolo", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence (AI)-enhanced electrocardiography: a machine-learning model for differential diagnosis between hypertrophic cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": " cardiac amyloidosis and Anderson-Fabry disease", + "events_topic": "Electrocardiography | Fabry Disease ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Diagnosis, Differential | Amyloidosis, Hereditary, Transthyretin-Related | Artificial Intelligence", + "kol_name": "Irene Ruotolo", + "kol_full_name": "Irene Ruotolo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemodynamics | Heart Transplantation | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159147", + "session_name": "Hemodynamic profiles and survival in chronic advanced heart failure patients evaluated for heart replacement therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159147", + "first_name": "Giada", + "middle_name": "", + "last_name": "Giovannelli", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hemodynamic profiles and survival in chronic advanced heart failure patients evaluated for heart replacement therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Heart Transplantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Giada Giovannelli", + "kol_full_name": "Giada Giovannelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-ST Elevated Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159146", + "session_name": "Prognostic significance of type 4a myocardial infarction and periprocedural myocardial injury in NSTEMI patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159146", + "first_name": "Francesca", + "middle_name": "", + "last_name": "Bodega", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic significance of type 4a myocardial infarction and periprocedural myocardial injury in NSTEMI patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non-ST Elevated Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francesca Bodega", + "kol_full_name": "Francesca Bodega" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Aortic Syndrome | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1159145", + "session_name": "Comparative insights into type non-A non-B vs type B acute aortic syndromes and their blood pressure management: a monocentric, retrospective, 11-year study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159145", + "first_name": "Flavio", + "middle_name": "", + "last_name": "Burgazzi", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative insights into type non-A non-B vs type B acute aortic syndromes and their blood pressure management: a monocentric", + "rest_events_session_count": 2, + "rest_events_session": " retrospective, 11-year study", + "events_topic": "Acute Aortic Syndrome | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Flavio Burgazzi", + "kol_full_name": "Flavio Burgazzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Cardiomyopathy, Hypertrophic | Fabry Disease", + "npi_num": "", + "hcp_pin_alias": "1159144", + "session_name": "Anderson-Fabry disease patients with anatomical heart hypertrophy express a higher degree of electrocardiographic hypertrophy compared to hypertrophic cardiomyopathy patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159144", + "first_name": "Federico", + "middle_name": "", + "last_name": "Di Nicola", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anderson-Fabry disease patients with anatomical heart hypertrophy express a higher degree of electrocardiographic hypertrophy compared to hypertrophic cardiomyopathy patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Fabry Disease", + "kol_name": "Federico Di Nicola", + "kol_full_name": "Federico Di Nicola" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Transplantation | Coronary Computed Tomography Angiography", + "npi_num": "", + "hcp_pin_alias": "1159143", + "session_name": "Role of pericoronary adipose tissue inflammation at CCTA after heart transplantation as non-invasive diagnostic tool of cardiac rejection and predictor of major adverse cardiovascular events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159143", + "first_name": "Daniele", + "middle_name": "", + "last_name": "Cavallo", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of pericoronary adipose tissue inflammation at CCTA after heart transplantation as non-invasive diagnostic tool of cardiac rejection and predictor of major adverse cardiovascular events", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation | Coronary Computed Tomography Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniele Cavallo", + "kol_full_name": "Daniele Cavallo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-ST Elevated Myocardial Infarction | Hyperglycemia", + "npi_num": "", + "hcp_pin_alias": "1159142", + "session_name": "Impact of stress hyperglycemia ratio on periprocedural myocardial infarction in patients with NSTEMI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159142", + "first_name": "Claudio", + "middle_name": "", + "last_name": "Asta", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of stress hyperglycemia ratio on periprocedural myocardial infarction in patients with NSTEMI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non-ST Elevated Myocardial Infarction | Hyperglycemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Claudio Asta", + "kol_full_name": "Claudio Asta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1159141", + "session_name": "Recurrent cardiogenic shock in a young woman: is myocarditis the cause or the epiphenomenon ?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159141", + "first_name": "Annamaria", + "middle_name": "", + "last_name": "Minervini", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Recurrent cardiogenic shock in a young woman: is myocarditis the cause or the epiphenomenon ?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Annamaria Minervini", + "kol_full_name": "Annamaria Minervini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Lymphoma | Cardiomyopathies | Hodgkin Disease", + "npi_num": "", + "hcp_pin_alias": "1159140", + "session_name": "Falling off the edge: a case report of advanced heart failure in a young patient with left ventricular non-compaction cardiomyopathy,A Hodgkin's lymphoma presenting with left ventricular dilation and systolic dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159140", + "first_name": "Alberto", + "middle_name": "", + "last_name": "Piermartiri", + "org_name": "University Hospital of Bologna S. Orsola-Malpighi Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Falling off the edge: a case report of advanced heart failure in a young patient with left ventricular non-compaction cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "A Hodgkin's lymphoma presenting with left ventricular dilation and systolic dysfunction", + "events_topic": "Heart Failure | Lymphoma ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathies | Hodgkin Disease", + "kol_name": "Alberto Piermartiri", + "kol_full_name": "Alberto Piermartiri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1159139", + "session_name": "Hereditary transthyretin amyloidosis caused by Val142Ile variant in Spain: phenotypic characteristics, geographic distribution and population frequency.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159139", + "first_name": "Fernando", + "middle_name": "", + "last_name": "de Frutos Seminario", + "org_name": "University Hospital of Bellvitge", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hereditary transthyretin amyloidosis caused by Val142Ile variant in Spain: phenotypic characteristics", + "rest_events_session_count": 1, + "rest_events_session": " geographic distribution and population frequency.", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fernando de Frutos Seminario", + "kol_full_name": "Fernando de Frutos Seminario" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159138", + "session_name": "Multidisciplinary approach in cardio-oncology: putting words into action", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159138", + "first_name": "Alexandra", + "middle_name": "Pons", + "last_name": "Riverola", + "org_name": "University Hospital of Bellvitge", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multidisciplinary approach in cardio-oncology: putting words into action", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alexandra Pons Riverola", + "kol_full_name": "Alexandra Pons Riverola" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Right | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159137", + "session_name": "Prognostic implications of right ventricular dysfunction in degenerative mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159137", + "first_name": "Yohann", + "middle_name": "", + "last_name": "Bohbot", + "org_name": "University Hospital of Amiens", + "Country": "France", + "Region": "Picardie", + "City": "Amiens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic implications of right ventricular dysfunction in degenerative mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Right | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yohann Bohbot", + "kol_full_name": "Yohann Bohbot" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Acute Kidney Injury", + "npi_num": "", + "hcp_pin_alias": "1159136", + "session_name": "Acute renal failure in patients with infective endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159136", + "first_name": "Marcos", + "middle_name": "T Rodriguez", + "last_name": "Esteban", + "org_name": "UNIVERSITY HOSPITAL NUESTRA SEÑORA DE LA CANDELARIA", + "Country": "Spain", + "Region": "Canarias", + "City": "Santa Cruz de Tenerife", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute renal failure in patients with infective endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Acute Kidney Injury", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marcos T Rodriguez Esteban", + "kol_full_name": "Marcos T Rodriguez Esteban" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Valvosoft", + "npi_num": "", + "hcp_pin_alias": "1159135", + "session_name": "Safety and quality of life assessment at 6 months follow-up of the valvosoft pivotal study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159135", + "first_name": "Marleen", + "middle_name": "", + "last_name": "van Wely", + "org_name": "University Hospital Nijmegen", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and quality of life assessment at 6 months follow-up of the valvosoft pivotal study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Valvosoft", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marleen van Wely", + "kol_full_name": "Marleen van Wely" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Epigenomics | Cardiomyopathy, Dilated | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159134", + "session_name": "Targeting titin in dilated cardiomyopathy,Epigenetic targets in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159134", + "first_name": "Wolfgang", + "middle_name": "", + "last_name": "Linke", + "org_name": "University Hospital Munster - UKM", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Munster", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting titin in dilated cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Epigenetic targets in cardiovascular disease", + "events_topic": "Epigenomics | Cardiomyopathy, Dilated ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Wolfgang Linke", + "kol_full_name": "Wolfgang Linke" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Polyneuropathies | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159133", + "session_name": "Expert exchange: treating hATTR polyneuropathy patients with a mixed phenotype (polyneuropathy and cardiomyopathy)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159133", + "first_name": "Ali", + "middle_name": "", + "last_name": "Yilmaz", + "org_name": "University Hospital Munster - UKM", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Munster", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Expert exchange: treating hATTR polyneuropathy patients with a mixed phenotype (polyneuropathy and cardiomyopathy)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polyneuropathies | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ali Yilmaz", + "kol_full_name": "Ali Yilmaz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Comorbidity | Magnetic Resonance Imaging | Atherosclerosis | Cardiovascular Diseases | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159132", + "session_name": "A comparison of vascular brain lesions on magnetic resonance imaging in patients with atrial fibrillation and patients with atherosclerosis,Challenges with cardiovascular comorbidities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159132", + "first_name": "Tina", + "middle_name": "", + "last_name": "Stegmann", + "org_name": "University hospital Leipzig AoR", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A comparison of vascular brain lesions on magnetic resonance imaging in patients with atrial fibrillation and patients with atherosclerosis", + "rest_events_session_count": 1, + "rest_events_session": "Challenges with cardiovascular comorbidities", + "events_topic": "Comorbidity | Magnetic Resonance Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Atherosclerosis | Cardiovascular Diseases | Atrial Fibrillation", + "kol_name": "Tina Stegmann", + "kol_full_name": "Tina Stegmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Statin Intolerance", + "npi_num": "", + "hcp_pin_alias": "1159131", + "session_name": "Quality of life and clusters of patient characteristics in individuals with statin intolerance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159131", + "first_name": "Paulina", + "middle_name": "Elena", + "last_name": "Stuerzebecher", + "org_name": "University hospital Leipzig AoR", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quality of life and clusters of patient characteristics in individuals with statin intolerance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Statin Intolerance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paulina Elena Stuerzebecher", + "kol_full_name": "Paulina Elena Stuerzebecher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial", + "npi_num": "", + "hcp_pin_alias": "1159130", + "session_name": "Comparison of vessel-Fractional Flow Reserve (vFFR) and Quantitative Flow Ratio (QFR) using instantaneous wave-Free Ratio (iFR) or Resting Full-cycle Ratio (RFR) as reference", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159130", + "first_name": "Marios", + "middle_name": "", + "last_name": "Antoniadis", + "org_name": "University hospital Leipzig AoR", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of vessel-Fractional Flow Reserve (vFFR) and Quantitative Flow Ratio (QFR) using instantaneous wave-Free Ratio (iFR) or Resting Full-cycle Ratio (RFR) as reference", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fractional Flow Reserve, Myocardial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marios Antoniadis", + "kol_full_name": "Marios Antoniadis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dyspnea | Magnetic Resonance Imaging | Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159129", + "session_name": "Diagnosing heart failure with preserved ejection fraction in patients with unexplained dyspnoea using left ventricular pressure-volume loops at rest and on exertion,Cardiac magnetic resonance T1 imaging for the diagnosis of cardiac amyloidosis among patients with symptomatic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159129", + "first_name": "Romy", + "middle_name": "", + "last_name": "Gessner", + "org_name": "University Of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosing heart failure with preserved ejection fraction in patients with unexplained dyspnoea using left ventricular pressure-volume loops at rest and on exertion", + "rest_events_session_count": 1, + "rest_events_session": "Cardiac magnetic resonance T1 imaging for the diagnosis of cardiac amyloidosis among patients with symptomatic heart failure", + "events_topic": "Dyspnea | Magnetic Resonance Imaging ", + "rest_events_topic_count": 2, + "rest_events_topic": " Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure", + "kol_name": "Romy Gessner", + "kol_full_name": "Romy Gessner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1159128", + "session_name": "Investigating the influence of possible liver fibrosis on mortality in patients with coronary artery disease - a post-hoc ISCHEMIA trial analysis,Correlation between short-term quality of life improvement and clinical outcomes - a post-hoc ISCHEMIA trial analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159128", + "first_name": "Tulio", + "middle_name": "", + "last_name": "Caldonazo", + "org_name": "University hospital Jena", + "Country": "Germany", + "Region": "Thuringen", + "City": "Jena", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Investigating the influence of possible liver fibrosis on mortality in patients with coronary artery disease - a post-hoc ISCHEMIA trial analysis", + "rest_events_session_count": 1, + "rest_events_session": "Correlation between short-term quality of life improvement and clinical outcomes - a post-hoc ISCHEMIA trial analysis", + "events_topic": "Coronary Artery Disease | Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tulio Caldonazo", + "kol_full_name": "Tulio Caldonazo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159127", + "session_name": "Survival in patients with chronic congestive heart failure and correlation of presence of risk factors and all-cause mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159127", + "first_name": "Ruth", + "middle_name": "Charlotte", + "last_name": "Hartmann", + "org_name": "University hospital Jena", + "Country": "Germany", + "Region": "Thuringen", + "City": "Jena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Survival in patients with chronic congestive heart failure and correlation of presence of risk factors and all-cause mortality", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ruth Charlotte Hartmann", + "kol_full_name": "Ruth Charlotte Hartmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159126", + "session_name": "Comparison of Lp(a) assessment in patients with atherosclerotic cardiovascular disease between office-based cardiologists and general practitioners", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159126", + "first_name": "Oliver", + "middle_name": "", + "last_name": "Weingaertner", + "org_name": "University hospital Jena", + "Country": "Germany", + "Region": "Thuringen", + "City": "Jena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of Lp(a) assessment in patients with atherosclerotic cardiovascular disease between office-based cardiologists and general practitioners", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Oliver Weingaertner", + "kol_full_name": "Oliver Weingaertner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Bypass | Coronary Disease | Colchicine", + "npi_num": "", + "hcp_pin_alias": "1159125", + "session_name": "Colchicine in patients with coronary disease undergoing coronary artery bypass surgery: a meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159125", + "first_name": "Hristo", + "middle_name": "", + "last_name": "Kirov", + "org_name": "University hospital Jena", + "Country": "Germany", + "Region": "Thuringen", + "City": "Jena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Colchicine in patients with coronary disease undergoing coronary artery bypass surgery: a meta-analysis of randomized controlled trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass | Coronary Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Colchicine", + "kol_name": "Hristo Kirov", + "kol_full_name": "Hristo Kirov" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevated Myocardial Infarction | Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "1159124", + "session_name": "Intensive lipid - lowering therapy is highly cost effective in patients with ST - elevation myocardial infarction: a two - year follow - up of Jena auf Ziel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159124", + "first_name": "Franz", + "middle_name": "", + "last_name": "Haertel", + "org_name": "University hospital Jena", + "Country": "Germany", + "Region": "Thuringen", + "City": "Jena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intensive lipid - lowering therapy is highly cost effective in patients with ST - elevation myocardial infarction: a two - year follow - up of Jena auf Ziel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevated Myocardial Infarction | Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Franz Haertel", + "kol_full_name": "Franz Haertel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomegaly | Hypertrophy | Heart Failure, Diastolic | Atrophy", + "npi_num": "", + "hcp_pin_alias": "1159123", + "session_name": "HFpEF: data from animal studies and registries,Experiments in cardiac hypertrophy, atrophy, and remodelling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159123", + "first_name": "Christian", + "middle_name": "", + "last_name": "Schulze", + "org_name": "University hospital Jena", + "Country": "Germany", + "Region": "Thuringen", + "City": "Jena", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HFpEF: data from animal studies and registries", + "rest_events_session_count": 3, + "rest_events_session": "Experiments in cardiac hypertrophy, atrophy, and remodelling", + "events_topic": "Cardiomegaly | Hypertrophy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure, Diastolic | Atrophy", + "kol_name": "Christian Schulze", + "kol_full_name": "Christian Schulze" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Right Ventricular Apical Stimulation", + "npi_num": "", + "hcp_pin_alias": "1159122", + "session_name": "Assessment of ventricular mechanics by means of myocardial work in patients undergoing physiologic versus right ventricular apical stimulation:a prospective study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159122", + "first_name": "Cristina", + "middle_name": "Cortina", + "last_name": "Camarero", + "org_name": "University Hospital Infanta Leonor", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of ventricular mechanics by means of myocardial work in patients undergoing physiologic versus right ventricular apical stimulation:a prospective study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Right Ventricular Apical Stimulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cristina Cortina Camarero", + "kol_full_name": "Cristina Cortina Camarero" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Disease Progression | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159121", + "session_name": "Unveil the unseen: monitoring disease progression and treatment response in ATTR-cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159121", + "first_name": "Silvia", + "middle_name": "", + "last_name": "Oghina", + "org_name": "University Hospital Henri Mondor", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveil the unseen: monitoring disease progression and treatment response in ATTR-cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease Progression | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Silvia Oghina", + "kol_full_name": "Silvia Oghina" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159120", + "session_name": "The association between heart failure diagnosis and the incidence of cancer: a longitudinal analysis of the United Kingdom Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159120", + "first_name": "Sergio", + "middle_name": "Alejandro Gomez", + "last_name": "Ochoa", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between heart failure diagnosis and the incidence of cancer: a longitudinal analysis of the United Kingdom Biobank", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sergio Alejandro Gomez Ochoa", + "kol_full_name": "Sergio Alejandro Gomez Ochoa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sirolimus | Rapamycin | Aortic Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1159119", + "session_name": "Oral low-dose rapamycin treatment prevents aortic aneurysms in marfan mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159119", + "first_name": "Marcin", + "middle_name": "", + "last_name": "Zaradzki", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Oral low-dose rapamycin treatment prevents aortic aneurysms in marfan mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sirolimus | Rapamycin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Aneurysm", + "kol_name": "Marcin Zaradzki", + "kol_full_name": "Marcin Zaradzki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Cardiovascular Diseases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159118", + "session_name": "Therapeutic modulation of the immune system in cardiovascular diseases,Inflammation in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159118", + "first_name": "Florian", + "middle_name": "", + "last_name": "Leuschner", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Therapeutic modulation of the immune system in cardiovascular diseases", + "rest_events_session_count": 1, + "rest_events_session": "Inflammation in heart failure", + "events_topic": "Inflammation | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Florian Leuschner", + "kol_full_name": "Florian Leuschner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159117", + "session_name": "Assessing the alignment of obstructive hypertrophic cardiomyopathy pharmacological treatments with ESC guidelines in Germany,Hypertrophic obstructive cardiomyopathy (HOCM): clearing the roadblock,The different faces of cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159117", + "first_name": "Farbod", + "middle_name": "", + "last_name": "Sedaghat-Hamedani", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing the alignment of obstructive hypertrophic cardiomyopathy pharmacological treatments with ESC guidelines in Germany", + "rest_events_session_count": 2, + "rest_events_session": "Hypertrophic obstructive cardiomyopathy (HOCM): clearing the roadblock,The different faces of cardiac amyloidosis", + "events_topic": "Amyloidosis | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Farbod Sedaghat-Hamedani", + "kol_full_name": "Farbod Sedaghat-Hamedani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159116", + "session_name": "Hypertrophic cardiomyopathy: risk prediction and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159116", + "first_name": "Elham", + "middle_name": "", + "last_name": "Kayvanpour", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertrophic cardiomyopathy: risk prediction and outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elham Kayvanpour", + "kol_full_name": "Elham Kayvanpour" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation | Arrhythmogenic Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1159115", + "session_name": "Prognostic factors on outcome after catheter ablation for atrial fibrillation,Novel players in atrial fibrillation: looking outside the box,Novel mechanisms in arrhythmogenic cardiac diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159115", + "first_name": "Constanze", + "middle_name": "", + "last_name": "Schmidt", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic factors on outcome after catheter ablation for atrial fibrillation", + "rest_events_session_count": 2, + "rest_events_session": "Novel players in atrial fibrillation: looking outside the box,Novel mechanisms in arrhythmogenic cardiac diseases", + "events_topic": "Catheter Ablation | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmogenic Cardiomyopathy", + "kol_name": "Constanze Schmidt", + "kol_full_name": "Constanze Schmidt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin T | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159114", + "session_name": "Improved risk prediction in patients with atrial fibrillation and clinical intermediate-risk CHA2DS2VASc-score utilizing high sensitive troponin T,Impact of rhythm control strategy on outcomes in patients with first diagnosed atrial fibrillation in an 11-year real-world registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159114", + "first_name": "Christian", + "middle_name": "", + "last_name": "Salbach", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improved risk prediction in patients with atrial fibrillation and clinical intermediate-risk CHA2DS2VASc-score utilizing high sensitive troponin T", + "rest_events_session_count": 1, + "rest_events_session": "Impact of rhythm control strategy on outcomes in patients with first diagnosed atrial fibrillation in an 11-year real-world registry", + "events_topic": "Troponin T | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Salbach", + "kol_full_name": "Christian Salbach" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy | Ischemia | Ubiquitin-Protein Ligases", + "npi_num": "", + "hcp_pin_alias": "1159113", + "session_name": "HECT domain containing-3 (HECTD3) E3 ubiquitin ligase attenuates cardiac ischemia and hypertrophy in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159113", + "first_name": "Anushka", + "middle_name": "", + "last_name": "Deshpande", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HECT domain containing-3 (HECTD3) E3 ubiquitin ligase attenuates cardiac ischemia and hypertrophy in mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy | Ischemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ubiquitin-Protein Ligases", + "kol_name": "Anushka Deshpande", + "kol_full_name": "Anushka Deshpande" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159112", + "session_name": "Two rare syndromes in one patient – determining the cause of sudden cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159112", + "first_name": "Ailis", + "middle_name": "Ceara", + "last_name": "Haney", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Two rare syndromes in one patient – determining the cause of sudden cardiac arrest", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ailis Ceara Haney", + "kol_full_name": "Ailis Ceara Haney" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Machine Learning | Ablation Techniques | Tachycardia, Supraventricular | Tachycardia | Catheter Ablation | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159111", + "session_name": "Role of ventricular tachycardia cycle length in the outcomes after catheter ablation or antiarrhythmic drugs in the SURVIVE-VT trial,Artificial intelligence in cardiology: a machine learning model for supraventricular tachycardia discrimination", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159111", + "first_name": "Pablo", + "middle_name": "Avila", + "last_name": "Alonso", + "org_name": "University Hospital Gregorio Maranon", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of ventricular tachycardia cycle length in the outcomes after catheter ablation or antiarrhythmic drugs in the SURVIVE-VT trial", + "rest_events_session_count": 1, + "rest_events_session": "Artificial intelligence in cardiology: a machine learning model for supraventricular tachycardia discrimination", + "events_topic": "Tachycardia, Ventricular | Machine Learning ", + "rest_events_topic_count": 5, + "rest_events_topic": " Ablation Techniques | Tachycardia, Supraventricular | Tachycardia | Catheter Ablation | Artificial Intelligence", + "kol_name": "Pablo Avila Alonso", + "kol_full_name": "Pablo Avila Alonso" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1159110", + "session_name": "Epicardial adipose tissue volumes for long-term risk stratification in patients with severe aortic stenosis undergoing transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159110", + "first_name": "Alexander", + "middle_name": "", + "last_name": "Schulz", + "org_name": "University Hospital Gottingen", + "Country": "Germany", + "Region": "Niedersachsen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epicardial adipose tissue volumes for long-term risk stratification in patients with severe aortic stenosis undergoing transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alexander Schulz", + "kol_full_name": "Alexander Schulz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Cardiomyopathies | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159109", + "session_name": "Cardiogenic shock caused by arrhythmia-induced cardiomyopathy from an unexpected source", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159109", + "first_name": "Nikolaos", + "middle_name": "", + "last_name": "Tsianakas", + "org_name": "University hospital Giessen and Marburg", + "Country": "Germany", + "Region": "Hessen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiogenic shock caused by arrhythmia-induced cardiomyopathy from an unexpected source", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Nikolaos Tsianakas", + "kol_full_name": "Nikolaos Tsianakas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Chest Pain | Immune Checkpoint Inhibitors | Dyspnea | Thrombolytic Therapy | Acute Coronary Syndrome | Drug Therapy", + "npi_num": "", + "hcp_pin_alias": "1159108", + "session_name": "A patient receiving chemotherapy and an immune checkpoint inhibitor presents with chest pain and dyspnoea: what do the guidelines say?,Acute coronary syndrome in patients with cancer: what to consider,Personalising antithrombotic therapy in patients with cancer: what every cardiologist should know", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159108", + "first_name": "Sofie", + "middle_name": "", + "last_name": "Gevaert", + "org_name": "University Hospital Ghent", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A patient receiving chemotherapy and an immune checkpoint inhibitor presents with chest pain and dyspnoea: what do the guidelines say?", + "rest_events_session_count": 2, + "rest_events_session": "Acute coronary syndrome in patients with cancer: what to consider,Personalising antithrombotic therapy in patients with cancer: what every cardiologist should know", + "events_topic": "Neoplasms | Chest Pain ", + "rest_events_topic_count": 5, + "rest_events_topic": " Immune Checkpoint Inhibitors | Dyspnea | Thrombolytic Therapy | Acute Coronary Syndrome | Drug Therapy", + "kol_name": "Sofie Gevaert", + "kol_full_name": "Sofie Gevaert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Circulation | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159107", + "session_name": "Pulmonary circulation and the right ventricle in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159107", + "first_name": "Michel", + "middle_name": "", + "last_name": "De Pauw", + "org_name": "University Hospital Ghent", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary circulation and the right ventricle in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Circulation | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michel De Pauw", + "kol_full_name": "Michel De Pauw" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy | Aortic Diseases | Heart Defects, Congenital | Cardiac Surgical Procedures | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159106", + "session_name": "Genetics in congenital heart disease: are we ready?,Personalised approaches to managing heritable thoracic aortic disease,Cardiovascular disease in pregnancy and childhood,Diversities and disparities in cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159106", + "first_name": "Julie", + "middle_name": "", + "last_name": "De Backer", + "org_name": "University Hospital Ghent", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetics in congenital heart disease: are we ready?", + "rest_events_session_count": 3, + "rest_events_session": "Personalised approaches to managing heritable thoracic aortic disease,Cardiovascular disease in pregnancy and childhood,Diversities and disparities in cardiac surgery", + "events_topic": "Pregnancy | Aortic Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Defects, Congenital | Cardiac Surgical Procedures | Cardiovascular Diseases", + "kol_name": "Julie De Backer", + "kol_full_name": "Julie De Backer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Cardiovascular Nursing | Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159105", + "session_name": "Complex aortic disease cases,The best acute cardiovascular-care science,The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159105", + "first_name": "Hannah", + "middle_name": "", + "last_name": "Schaubroeck", + "org_name": "University Hospital Ghent", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complex aortic disease cases", + "rest_events_session_count": 2, + "rest_events_session": "The best acute cardiovascular-care science,The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes", + "events_topic": "Acute Coronary Syndrome | Cardiovascular Nursing ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Diseases", + "kol_name": "Hannah Schaubroeck", + "kol_full_name": "Hannah Schaubroeck" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1159104", + "session_name": "Increased circulating levels of standardized inflammatory and endothelial dysfunction biomarkers in patients with myocardial infarction with nonobstructive coronary arteries.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159104", + "first_name": "Maria", + "middle_name": "Jesus Espinosa", + "last_name": "Pascual", + "org_name": "University Hospital Getafe", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased circulating levels of standardized inflammatory and endothelial dysfunction biomarkers in patients with myocardial infarction with nonobstructive coronary arteries.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Jesus Espinosa Pascual", + "kol_full_name": "Maria Jesus Espinosa Pascual" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sex Characteristics | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159103", + "session_name": "Sex differences in patients with acute myocardial infarction under 65 years of age: a Spanish cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159103", + "first_name": "Barbara", + "middle_name": "Izquierdo", + "last_name": "Coronel", + "org_name": "University Hospital Getafe", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in patients with acute myocardial infarction under 65 years of age: a Spanish cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sex Characteristics | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Barbara Izquierdo Coronel", + "kol_full_name": "Barbara Izquierdo Coronel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159102", + "session_name": "Joint adjustment of endocardial unipolar and bipolar voltage cutoff to improve the prediction of epicardial ventricular tachycardia substrate in non-ischemic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159102", + "first_name": "Helena", + "middle_name": "Lopez", + "last_name": "Martinez", + "org_name": "University Hospital Germans Trias and Pujol de Badalona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Joint adjustment of endocardial unipolar and bipolar voltage cutoff to improve the prediction of epicardial ventricular tachycardia substrate in non-ischemic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Helena Lopez Martinez", + "kol_full_name": "Helena Lopez Martinez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Hemodynamics | Sodium-Glucose Transporter 2 Inhibitors | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159101", + "session_name": "Using the VES-13 score for risk stratification in outpatient heart failure management to predict mortality.,Effects of sodium-glucose cotransporter 2 inhibitors on pulmonary hemodynamics in chronic heart failure patients with a pulmonary artery pressure sensor.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159101", + "first_name": "Evelyn", + "middle_name": "", + "last_name": "Santiago-Vacas", + "org_name": "University Hospital Germans Trias and Pujol de Badalona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Using the VES-13 score for risk stratification in outpatient heart failure management to predict mortality.", + "rest_events_session_count": 1, + "rest_events_session": "Effects of sodium-glucose cotransporter 2 inhibitors on pulmonary hemodynamics in chronic heart failure patients with a pulmonary artery pressure sensor.", + "events_topic": "Mortality | Hemodynamics ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sodium-Glucose Transporter 2 Inhibitors | Heart Failure", + "kol_name": "Evelyn Santiago-Vacas", + "kol_full_name": "Evelyn Santiago-Vacas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159100", + "session_name": "20 year picture of a heart failure clinic: changes in the patients profiles' and 2-year mortality.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159100", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Carrete", + "org_name": "University Hospital Germans Trias and Pujol de Badalona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "20 year picture of a heart failure clinic: changes in the patients profiles' and 2-year mortality.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrea Carrete", + "kol_full_name": "Andrea Carrete" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159099", + "session_name": "Remote management of worsening heart failure events and subsequent rate of emergency department admission,Incremental prognostic value of late gadolinium enhancement granularity in patients with hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159099", + "first_name": "Jeremy", + "middle_name": "", + "last_name": "Florence", + "org_name": "University Hospital Gabriel Montpied - Clermont", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remote management of worsening heart failure events and subsequent rate of emergency department admission", + "rest_events_session_count": 1, + "rest_events_session": "Incremental prognostic value of late gadolinium enhancement granularity in patients with hypertrophic cardiomyopathy", + "events_topic": "Heart Failure | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jeremy Florence", + "kol_full_name": "Jeremy Florence" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1159098", + "session_name": "Implantable cardioverter defibrillator therapy,Cardiac pacing cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159098", + "first_name": "Victoria", + "middle_name": "", + "last_name": "Johnson", + "org_name": "University Hospital Frankfurt", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implantable cardioverter defibrillator therapy", + "rest_events_session_count": 1, + "rest_events_session": "Cardiac pacing cases", + "events_topic": "Defibrillators, Implantable | Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Victoria Johnson", + "kol_full_name": "Victoria Johnson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Coronary Computed Tomographic Angiography | Transcatheter Aortic Valve Replacement | Coronary Angiography | Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1159097", + "session_name": "Coronary CT angiography using photon counting CT for the detection of coronary artery stenoses and coronary atherosclerotic plaque: comparison of reconstructions with 0.2 mm and 0.4 mm slice thickness,Excluding significant coronary artery disease in patients planned for TAVR using CT: Diagnostic accuracy of newest generation dual source photon counting scanner compared to coronary angiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159097", + "first_name": "Tara", + "middle_name": "Zuhair", + "last_name": "Kassem", + "org_name": "University Hospital Erlangen", + "Country": "Germany", + "Region": "Bayern", + "City": "Erlangen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary CT angiography using photon counting CT for the detection of coronary artery stenoses and coronary atherosclerotic plaque: comparison of reconstructions with 0.2 mm and 0.4 mm slice thickness", + "rest_events_session_count": 1, + "rest_events_session": "Excluding significant coronary artery disease in patients planned for TAVR using CT: Diagnostic accuracy of newest generation dual source photon counting scanner compared to coronary angiography", + "events_topic": "Coronary Artery Disease | Coronary Computed Tomographic Angiography ", + "rest_events_topic_count": 3, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Coronary Angiography | Plaque, Atherosclerotic", + "kol_name": "Tara Zuhair Kassem", + "kol_full_name": "Tara Zuhair Kassem" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, Emission-Computed, Single-Photon | Aortic Valve Calcification | Transcatheter Edge-to-Edge Repair", + "npi_num": "", + "hcp_pin_alias": "1159096", + "session_name": "Validation of quantitative aortic valve calcification assessment by photon-counting computed tomography from contrast-enhanced data sets using virtual non-contrast reconstructions,The new world of transcatheter edge-to-edge valvular repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159096", + "first_name": "Susanne", + "middle_name": "", + "last_name": "Jung", + "org_name": "University Hospital Erlangen", + "Country": "Germany", + "Region": "Bayern", + "City": "Erlangen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of quantitative aortic valve calcification assessment by photon-counting computed tomography from contrast-enhanced data sets using virtual non-contrast reconstructions", + "rest_events_session_count": 1, + "rest_events_session": "The new world of transcatheter edge-to-edge valvular repair", + "events_topic": "Tomography, Emission-Computed, Single-Photon | Aortic Valve Calcification ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Edge-to-Edge Repair", + "kol_name": "Susanne Jung", + "kol_full_name": "Susanne Jung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159095", + "session_name": "Association of risk factors on mortality in ST-elevation myocardial infarction patients with diabetes mellitus: a systematic review and meta-analysis of cohort studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159095", + "first_name": "Rojda", + "middle_name": "", + "last_name": "Ipek", + "org_name": "University Hospital Duesseldorf", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Dusseldorf", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of risk factors on mortality in ST-elevation myocardial infarction patients with diabetes mellitus: a systematic review and meta-analysis of cohort studies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rojda Ipek", + "kol_full_name": "Rojda Ipek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombomodulin | Sphingosine 1-phosphate", + "npi_num": "", + "hcp_pin_alias": "1159094", + "session_name": "Sphingosine-1-phosphate reduces arterial thrombosis via enhanced endothelial thrombomodulin expression by S1PR1 signaling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159094", + "first_name": "Marcel", + "middle_name": "", + "last_name": "Benkhoff", + "org_name": "University Hospital Duesseldorf", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Dusseldorf", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sphingosine-1-phosphate reduces arterial thrombosis via enhanced endothelial thrombomodulin expression by S1PR1 signaling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombomodulin | Sphingosine 1-phosphate", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marcel Benkhoff", + "kol_full_name": "Marcel Benkhoff" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Amyloidosis", + "npi_num": "", + "hcp_pin_alias": "1159093", + "session_name": "Prevalence of amyloidosis among patients with mild to severe aortic stenosis. Validation of screening parameters.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159093", + "first_name": "Fabian", + "middle_name": "", + "last_name": "Voss", + "org_name": "University Hospital Duesseldorf", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Dusseldorf", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of amyloidosis among patients with mild to severe aortic stenosis. Validation of screening parameters.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fabian Voss", + "kol_full_name": "Fabian Voss" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1159092", + "session_name": "Evaluation of repeated machine learning-based phenotyping in patients with cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159092", + "first_name": "Elric", + "middle_name": "", + "last_name": "Zweck", + "org_name": "University Hospital Duesseldorf", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Dusseldorf", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of repeated machine learning-based phenotyping in patients with cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elric Zweck", + "kol_full_name": "Elric Zweck" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Microvascular Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1159091", + "session_name": "Cocoa flavanols alleviate early diastolic dysfunction by decreasing left atrial volume in healthy elderly individuals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159091", + "first_name": "Dragos-Andrei", + "middle_name": "", + "last_name": "Duse", + "org_name": "University Hospital Duesseldorf", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Dusseldorf", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cocoa flavanols alleviate early diastolic dysfunction by decreasing left atrial volume in healthy elderly individuals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Microvascular Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dragos-Andrei Duse", + "kol_full_name": "Dragos-Andrei Duse" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Precision Medicine | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159090", + "session_name": "Sizing of the aortic valve using virtual reality - next step towards personalized medicine?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159090", + "first_name": "Dominika", + "middle_name": "", + "last_name": "Kanschik", + "org_name": "University Hospital Duesseldorf", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Dusseldorf", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sizing of the aortic valve using virtual reality - next step towards personalized medicine?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dominika Kanschik", + "kol_full_name": "Dominika Kanschik" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pheochromocytoma | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159089", + "session_name": "Unraveling the clinical enigma: from recurring stress myocardiopathy to pheochromocytoma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159089", + "first_name": "Andreea-Catalina", + "middle_name": "", + "last_name": "Cristea", + "org_name": "UNIVERSITY HOSPITAL DEL RIO HORTEGA", + "Country": "Spain", + "Region": "Castilla y Leon", + "City": "Valladolid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unraveling the clinical enigma: from recurring stress myocardiopathy to pheochromocytoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pheochromocytoma | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andreea-Catalina Cristea", + "kol_full_name": "Andreea-Catalina Cristea" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pheochromocytoma | Tachycardia, Ventricular | Shock, Cardiogenic | Tetralogy Of Fallot", + "npi_num": "", + "hcp_pin_alias": "1159088", + "session_name": "A case of ventricular tachycardia secondary to prosthetic dehiscence in a patient with repaired Tetralogy of Fallot,Cardiogenic shock in puerperal woman secondary to pheochromocytoma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159088", + "first_name": "Mikel", + "middle_name": "Gonzalez", + "last_name": "Arribas", + "org_name": "University Hospital Cruces", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A case of ventricular tachycardia secondary to prosthetic dehiscence in a patient with repaired Tetralogy of Fallot", + "rest_events_session_count": 1, + "rest_events_session": "Cardiogenic shock in puerperal woman secondary to pheochromocytoma", + "events_topic": "Pheochromocytoma | Tachycardia, Ventricular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Shock, Cardiogenic | Tetralogy Of Fallot", + "kol_name": "Mikel Gonzalez Arribas", + "kol_full_name": "Mikel Gonzalez Arribas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Familial Primary Pulmonary Hypertension | Connective Tissue Diseases", + "npi_num": "", + "hcp_pin_alias": "1159087", + "session_name": "The importance of comorbidities in idiopathic and associated with connective tissue disease pulmonary arterial hypertension: from the Spanish Registry of Pulmonary Hypertension (REHAP Registry),Idiopathic pulmonary arterial hypertension, associated with connective tissue disease and comorbidities: prognostic differences? Results the Spanish Registry of pulmonary hypertension (REHAP Registry)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159087", + "first_name": "Rafael", + "middle_name": "", + "last_name": "Bravo-Marques", + "org_name": "University Hospital Costa del Sol", + "Country": "Spain", + "Region": "Andalucia", + "City": "Marbella", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The importance of comorbidities in idiopathic and associated with connective tissue disease pulmonary arterial hypertension: from the Spanish Registry of Pulmonary Hypertension (REHAP Registry)", + "rest_events_session_count": 2, + "rest_events_session": "Idiopathic pulmonary arterial hypertension, associated with connective tissue disease and comorbidities: prognostic differences? Results the Spanish Registry of pulmonary hypertension (REHAP Registry)", + "events_topic": "Hypertension, Pulmonary | Familial Primary Pulmonary Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Connective Tissue Diseases", + "kol_name": "Rafael Bravo-Marques", + "kol_full_name": "Rafael Bravo-Marques" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sternotomy | Heart-Assist Devices | Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1159086", + "session_name": "Ventricular assist devices as bridge to heart transplantation: minimally invasive approach with axial pumps vs sternotomy approach with centrifugal pumps: short term results", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159086", + "first_name": "Raquel", + "middle_name": "Ramos", + "last_name": "Martinez", + "org_name": "University Hospital Clinic of Valladolid", + "Country": "Spain", + "Region": "Castilla y Leon", + "City": "Valladolid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular assist devices as bridge to heart transplantation: minimally invasive approach with axial pumps vs sternotomy approach with centrifugal pumps: short term results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sternotomy | Heart-Assist Devices ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Transplantation", + "kol_name": "Raquel Ramos Martinez", + "kol_full_name": "Raquel Ramos Martinez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Reference Values | Proton Magnetic Resonance Spectroscopy", + "npi_num": "", + "hcp_pin_alias": "1159085", + "session_name": "Normal values and reference ranges for quantitative assessment of myocardial first-pass perfusion by spectral computed tomography. From the Cadami-Spectral study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159085", + "first_name": "Cristian", + "middle_name": "", + "last_name": "Herrera", + "org_name": "UNIVERSITY HOSPITAL CLINIC OF SALAMANCA (COMPLEJO ASISTENCIAL UNIV.SA)", + "Country": "Spain", + "Region": "Castilla y Leon", + "City": "Salamanca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Normal values and reference ranges for quantitative assessment of myocardial first-pass perfusion by spectral computed tomography. From the Cadami-Spectral study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reference Values | Proton Magnetic Resonance Spectroscopy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cristian Herrera", + "kol_full_name": "Cristian Herrera" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1159084", + "session_name": "LLMs impact on cardiovascular education", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159084", + "first_name": "Stephane", + "middle_name": "", + "last_name": "Fournier", + "org_name": "University Hospital Centre Vaudois (CHUV)", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LLMs impact on cardiovascular education", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephane Fournier", + "kol_full_name": "Stephane Fournier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures", + "npi_num": "", + "hcp_pin_alias": "1159083", + "session_name": "Factors influencing hospital stay duration in an elective cardiac surgery cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159083", + "first_name": "Mario", + "middle_name": "Verdugo", + "last_name": "Marchese", + "org_name": "University Hospital Centre Vaudois (CHUV)", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors influencing hospital stay duration in an elective cardiac surgery cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mario Verdugo Marchese", + "kol_full_name": "Mario Verdugo Marchese" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1159082", + "session_name": "2024 ESC Guidelines for the Management of Peripheral Arterial and Aortic Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159082", + "first_name": "Lucia", + "middle_name": "", + "last_name": "Mazzolai", + "org_name": "University Hospital Centre Vaudois (CHUV)", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2024 ESC Guidelines for the Management of Peripheral Arterial and Aortic Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lucia Mazzolai", + "kol_full_name": "Lucia Mazzolai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1159081", + "session_name": "Percutaneous coronary revascularisation in adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159081", + "first_name": "Judith", + "middle_name": "Bouchardy", + "last_name": "Clement", + "org_name": "University Hospital Centre Vaudois (CHUV)", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous coronary revascularisation in adult congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Judith Bouchardy Clement", + "kol_full_name": "Judith Bouchardy Clement" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Virtual Reality | Phobic Disorders | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159080", + "session_name": "Metaverse-based cardiac magnetic resonance simulation to overcome claustrophobia (META-MRI): a feasibility trial,Meta-Heart Team: enhancing multidisciplinary heart teams through virtual reality in the metaverse", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159080", + "first_name": "Ioannis", + "middle_name": "", + "last_name": "Skalidis", + "org_name": "University Hospital Centre Vaudois (CHUV)", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metaverse-based cardiac magnetic resonance simulation to overcome claustrophobia (META-MRI): a feasibility trial", + "rest_events_session_count": 1, + "rest_events_session": "Meta-Heart Team: enhancing multidisciplinary heart teams through virtual reality in the metaverse", + "events_topic": "Cardiac Magnetic Resonance Imaging | Virtual Reality ", + "rest_events_topic_count": 2, + "rest_events_topic": " Phobic Disorders | Heart Diseases", + "kol_name": "Ioannis Skalidis", + "kol_full_name": "Ioannis Skalidis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1159079", + "session_name": "Comparison of htk-custodiol and St. Thomas solution as cardiac preservation solutions on early and midterm outcomes following heart transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159079", + "first_name": "Filip", + "middle_name": "", + "last_name": "Dulguerov", + "org_name": "University Hospital Centre Vaudois (CHUV)", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of htk-custodiol and St. Thomas solution as cardiac preservation solutions on early and midterm outcomes following heart transplantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Filip Dulguerov", + "kol_full_name": "Filip Dulguerov" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1159078", + "session_name": "The Mutscore metapredictor: a new application of artificial intelligence in cardiogenetics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159078", + "first_name": "Alessandra", + "middle_name": "Pia", + "last_name": "Porretta", + "org_name": "University Hospital Centre Vaudois (CHUV)", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Mutscore metapredictor: a new application of artificial intelligence in cardiogenetics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandra Pia Porretta", + "kol_full_name": "Alessandra Pia Porretta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence | Tomography, X-Ray Computed | Coronary Angiography | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159077", + "session_name": "Assessing the need for coronary angiography in high-risk acute coronary syndrome patients using artificial intelligence and computed tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159077", + "first_name": "Adil", + "middle_name": "", + "last_name": "Salihu", + "org_name": "University Hospital Centre Vaudois (CHUV)", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing the need for coronary angiography in high-risk acute coronary syndrome patients using artificial intelligence and computed tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence | Tomography, X-Ray Computed ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Angiography | Acute Coronary Syndrome", + "kol_name": "Adil Salihu", + "kol_full_name": "Adil Salihu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1159076", + "session_name": "Patients with hypertrophic cardiomyopathy: should be restricted from sport", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159076", + "first_name": "Aaron", + "middle_name": "", + "last_name": "Baggish", + "org_name": "University Hospital Centre Vaudois (CHUV)", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patients with hypertrophic cardiomyopathy: should be restricted from sport", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aaron Baggish", + "kol_full_name": "Aaron Baggish" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ferroptosis | Vitamin K 2 | Unfolded Protein Response", + "npi_num": "", + "hcp_pin_alias": "1159075", + "session_name": "Vitamin K2 and the Vitamin-K-Cycle-Enzyme VKORC1L1 improve endothelial regeneration by inhibiting endothelial-mesenchymal transition, inflammatory cell activation and ferroptosis,Activation, regulation, and effects of the mitochondrial unfolded protein response in endothelial cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159075", + "first_name": "Muntadher", + "middle_name": "Al", + "last_name": "Zaidi", + "org_name": "University hospital Bonn", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bonn", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vitamin K2 and the Vitamin-K-Cycle-Enzyme VKORC1L1 improve endothelial regeneration by inhibiting endothelial-mesenchymal transition", + "rest_events_session_count": 4, + "rest_events_session": " inflammatory cell activation and ferroptosis,Activation, regulation, and effects of the mitochondrial unfolded protein response in endothelial cells", + "events_topic": "Ferroptosis | Vitamin K 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Unfolded Protein Response", + "kol_name": "Muntadher Al Zaidi", + "kol_full_name": "Muntadher Al Zaidi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracellular Vesicles | RNA, Long Noncoding | MicroRNAs | RNA, Untranslated | Durapatite | Aortic Valve Insufficiency | Coronary Artery Disease | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1159074", + "session_name": "Coronary artery disease ameliorates extracellular vesicle lncRNA PUNISHER regulates angiogenic response and endothelial cells function via NFkB-dependent mechanism,Calcific aortic valve disease-associated long noncoding RNA H19 promotes the osteogenic transition of valvular interstitial cells via the JAG1/NOTCH1 axis,Aortic valve disease augments vesicular microRNA-145-5p to regulate the calcification of valvular interstitial cells via cellular crosstalk,Aortic valve stenosis augments long noncoding RNA H19 to govern angiogenic responses and phenotypes of valvular endothelial cell through endothelial to mesenchymal transition,The long noncoding RNA HIF1a-AS1 regulates endothelial cell function and augments in patients with aortic valve disease with coronary artery disease,Extracellular vesicle-incorporated long noncoding RNA PUNISHER is increased in coronary artery disease and regulates endothelial cell function,Extracellular vesicles incorporated GAS5 ameliorates in patients with coronary artery disease and regulates function of cndothelial cells via cellular crossalk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159074", + "first_name": "M", + "middle_name": "Rabiul", + "last_name": "Hosen", + "org_name": "University hospital Bonn", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bonn", + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary artery disease ameliorates extracellular vesicle lncRNA PUNISHER regulates angiogenic response and endothelial cells function via NFkB-dependent mechanism", + "rest_events_session_count": 6, + "rest_events_session": "Calcific aortic valve disease-associated long noncoding RNA H19 promotes the osteogenic transition of valvular interstitial cells via the JAG1/NOTCH1 axis,Aortic valve disease augments vesicular microRNA-145-5p to regulate the calcification of valvular interstitial cells via cellular crosstalk,Aortic valve stenosis augments long noncoding RNA H19 to govern angiogenic responses and phenotypes of valvular endothelial cell through endothelial to mesenchymal transition,The long noncoding RNA HIF1a-AS1 regulates endothelial cell function and augments in patients with aortic valve disease with coronary artery disease,Extracellular vesicle-incorporated long noncoding RNA PUNISHER is increased in coronary artery disease and regulates endothelial cell function,Extracellular vesicles incorporated GAS5 ameliorates in patients with coronary artery disease and regulates function of cndothelial cells via cellular crossalk", + "events_topic": "Extracellular Vesicles | RNA, Long Noncoding ", + "rest_events_topic_count": 6, + "rest_events_topic": " MicroRNAs | RNA, Untranslated | Durapatite | Aortic Valve Insufficiency | Coronary Artery Disease | Aortic Valve Stenosis", + "kol_name": "M Rabiul Hosen", + "kol_full_name": "M Rabiul Hosen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Inflammation | Coronary Stenosis", + "npi_num": "", + "hcp_pin_alias": "1159073", + "session_name": "Wire injury induced moderate aortic valve stenosis in mice is accompanied by a chronic systemic inflammatory reaction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159073", + "first_name": "Katrin", + "middle_name": "", + "last_name": "Becker", + "org_name": "University hospital Bonn", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bonn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Wire injury induced moderate aortic valve stenosis in mice is accompanied by a chronic systemic inflammatory reaction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Inflammation | Coronary Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katrin Becker", + "kol_full_name": "Katrin Becker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159072", + "session_name": "A novel murine wire injury based infectious endocarditis model aggravates aortic valve stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159072", + "first_name": "Benedikt", + "middle_name": "", + "last_name": "Bartsch", + "org_name": "University hospital Bonn", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bonn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel murine wire injury based infectious endocarditis model aggravates aortic valve stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Benedikt Bartsch", + "kol_full_name": "Benedikt Bartsch" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Edge-to-Edge Repair | Transcatheter Aortic Valve Replacement | Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1159071", + "session_name": "Prevalence of multiple native valvular heart disease in TAVR patients: a multicenter study assessing the impact of staged transcatheter edge-to-edge repair,The CT-derived fat-free muscle fraction is associated with inflammation and predicts outcome in patients with aortic stenosis undergoing TAVR", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159071", + "first_name": "Baravan", + "middle_name": "", + "last_name": "Al-Kassou", + "org_name": "University hospital Bonn", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bonn", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of multiple native valvular heart disease in TAVR patients: a multicenter study assessing the impact of staged transcatheter edge-to-edge repair", + "rest_events_session_count": 1, + "rest_events_session": "The CT-derived fat-free muscle fraction is associated with inflammation and predicts outcome in patients with aortic stenosis undergoing TAVR", + "events_topic": "Aortic Valve Stenosis | Transcatheter Edge-to-Edge Repair ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Heart Valve Diseases", + "kol_name": "Baravan Al-Kassou", + "kol_full_name": "Baravan Al-Kassou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Telemedicine | Disease Management", + "npi_num": "", + "hcp_pin_alias": "1159070", + "session_name": "Impact on healthcare costs of adding telemedicine to a multidisciplinary disease management program for heart failure: a sub-analysis of the iCOR trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159070", + "first_name": "Herminio", + "middle_name": "Morillas", + "last_name": "Climent", + "org_name": "University Hospital Bellvitge", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact on healthcare costs of adding telemedicine to a multidisciplinary disease management program for heart failure: a sub-analysis of the iCOR trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Telemedicine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Disease Management", + "kol_name": "Herminio Morillas Climent", + "kol_full_name": "Herminio Morillas Climent" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Troponin I", + "npi_num": "", + "hcp_pin_alias": "1159069", + "session_name": "Clinical and experimental evidence for differences between cardiac troponin I and T in acute and chronic cardiovascular conditions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159069", + "first_name": "Tobias", + "middle_name": "", + "last_name": "Zimmermann", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical and experimental evidence for differences between cardiac troponin I and T in acute and chronic cardiovascular conditions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Troponin I", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tobias Zimmermann", + "kol_full_name": "Tobias Zimmermann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159068", + "session_name": "Acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159068", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Nestelberger", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Nestelberger", + "kol_full_name": "Thomas Nestelberger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Technology | Hypertension | Lipid Therapy", + "npi_num": "", + "hcp_pin_alias": "1159067", + "session_name": "Smaller trials, trial updates, and other studies on lipid therapy,Wearables and digital tools in hypertension management: ready for prime time?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159067", + "first_name": "Qian", + "middle_name": "", + "last_name": "Zhou", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 3, + "rest_events_session": " trial updates, and other studies on lipid therapy,Wearables and digital tools in hypertension management: ready for prime time?", + "events_topic": "Digital Technology | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lipid Therapy", + "kol_name": "Qian Zhou", + "kol_full_name": "Qian Zhou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159066", + "session_name": "Impact of atrial fibrillation on cardiac autonomic function in elderly patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159066", + "first_name": "Peter", + "middle_name": "", + "last_name": "Haemmerle", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of atrial fibrillation on cardiac autonomic function in elderly patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peter Haemmerle", + "kol_full_name": "Peter Haemmerle" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Triage | Cardiac Myosins | Dyspnea | Coronary Artery Disease | Early Diagnosis | GTP-Binding Proteins | Troponin | Chest Pain | Myocardial Infarction | Natriuretic Peptides", + "npi_num": "", + "hcp_pin_alias": "1159065", + "session_name": "Incremental value of cardiac myosin binding protein C to high-sensitivity cardiac troponin for the early diagnosis of acute myocardial infarction,Clinical characteristics, resource use, and diagnostic accuracy of natriuretic peptides in cancer patients presenting with acute dyspnea to the Emergency Department,Insulin-like Growth Factor Binding Protein-3 (IGFBP-3) measurement in the detection of significant CAD in acute chest pain patients triaged using the No Objective Testing (NOT) rule", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159065", + "first_name": "Pedro", + "middle_name": "Lopez", + "last_name": "Ayala", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incremental value of cardiac myosin binding protein C to high-sensitivity cardiac troponin for the early diagnosis of acute myocardial infarction", + "rest_events_session_count": 4, + "rest_events_session": "Clinical characteristics, resource use, and diagnostic accuracy of natriuretic peptides in cancer patients presenting with acute dyspnea to the Emergency Department,Insulin-like Growth Factor Binding Protein-3 (IGFBP-3) measurement in the detection of significant CAD in acute chest pain patients triaged using the No Objective Testing (NOT) rule", + "events_topic": "Triage | Cardiac Myosins ", + "rest_events_topic_count": 8, + "rest_events_topic": " Dyspnea | Coronary Artery Disease | Early Diagnosis | GTP-Binding Proteins | Troponin | Chest Pain | Myocardial Infarction | Natriuretic Peptides", + "kol_name": "Pedro Lopez Ayala", + "kol_full_name": "Pedro Lopez Ayala" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation | Wearable Electronic Devices", + "npi_num": "", + "hcp_pin_alias": "1159064", + "session_name": "Pulsed-field ablation for atrial fibrillation with a novel simplified protocol: the Swiss PFA dose multicenter study,How to start your own wearable clinic", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159064", + "first_name": "Patrick", + "middle_name": "", + "last_name": "Badertscher", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulsed-field ablation for atrial fibrillation with a novel simplified protocol: the Swiss PFA dose multicenter study", + "rest_events_session_count": 1, + "rest_events_session": "How to start your own wearable clinic", + "events_topic": "Ablation Techniques | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Wearable Electronic Devices", + "kol_name": "Patrick Badertscher", + "kol_full_name": "Patrick Badertscher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Troponin T", + "npi_num": "", + "hcp_pin_alias": "1159063", + "session_name": "Derivation and external validation of new ESC 0/1-h algorithm cut-offs for high-sensitivity troponin T and I in the cancer population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159063", + "first_name": "Paolo", + "middle_name": "", + "last_name": "Bima", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Derivation and external validation of new ESC 0/1-h algorithm cut-offs for high-sensitivity troponin T and I in the cancer population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Troponin T", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paolo Bima", + "kol_full_name": "Paolo Bima" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159062", + "session_name": "Association between cardiac consultation and outcomes in patients with perioperative myocardial infarction/injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159062", + "first_name": "Noemi", + "middle_name": "Caroline", + "last_name": "Glarner", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between cardiac consultation and outcomes in patients with perioperative myocardial infarction/injury", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Noemi Caroline Glarner", + "kol_full_name": "Noemi Caroline Glarner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Tachycardia, Supraventricular | Tachycardia, Ventricular", + "npi_num": "", + "hcp_pin_alias": "1159061", + "session_name": "Supraventricular tachycardia,Ablation of ventricular tachycardia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159061", + "first_name": "Nicolas", + "middle_name": "", + "last_name": "Schaerli", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Supraventricular tachycardia", + "rest_events_session_count": 1, + "rest_events_session": "Ablation of ventricular tachycardia", + "events_topic": "Ablation Techniques | Tachycardia, Supraventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tachycardia, Ventricular", + "kol_name": "Nicolas Schaerli", + "kol_full_name": "Nicolas Schaerli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke", + "npi_num": "", + "hcp_pin_alias": "1159060", + "session_name": "Personalised secondary prevention after stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159060", + "first_name": "Mira", + "middle_name": "", + "last_name": "Katan", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised secondary prevention after stroke", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mira Katan", + "kol_full_name": "Mira Katan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1159059", + "session_name": "Pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159059", + "first_name": "Lucas", + "middle_name": "", + "last_name": "Lauder", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lucas Lauder", + "kol_full_name": "Lucas Lauder" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1159058", + "session_name": "Endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159058", + "first_name": "Luca", + "middle_name": "", + "last_name": "Koechlin", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luca Koechlin", + "kol_full_name": "Luca Koechlin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Left Ventricular Ejection Fraction | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1159057", + "session_name": "Prognostic impact of left ventricular ejection fraction improvement after transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159057", + "first_name": "Jakob", + "middle_name": "Johannes", + "last_name": "Reichl", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of left ventricular ejection fraction improvement after transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Ejection Fraction | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jakob Johannes Reichl", + "kol_full_name": "Jakob Johannes Reichl" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Heart Neoplasms | Hypertension | Cardiovascular Diseases | Prognosis", + "npi_num": "", + "hcp_pin_alias": "1159056", + "session_name": "Case 2: a patient with hypertension during cancer therapy,Cardio-oncology: predicting adverse effects and prognosis,Cardiovascular risk of cancer therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159056", + "first_name": "Gabriela", + "middle_name": "", + "last_name": "Kuster", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2: a patient with hypertension during cancer therapy", + "rest_events_session_count": 2, + "rest_events_session": "Cardio-oncology: predicting adverse effects and prognosis,Cardiovascular risk of cancer therapy", + "events_topic": "Neoplasms | Heart Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Hypertension | Cardiovascular Diseases | Prognosis", + "kol_name": "Gabriela Kuster", + "kol_full_name": "Gabriela Kuster" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1159055", + "session_name": "Management in congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159055", + "first_name": "Francisco", + "middle_name": "Javier Ruperti", + "last_name": "Repilado", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management in congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francisco Javier Ruperti Repilado", + "kol_full_name": "Francisco Javier Ruperti Repilado" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Catheter Ablation | Acute Kidney Injury", + "npi_num": "", + "hcp_pin_alias": "1159054", + "session_name": "Acute kidney injury after catheter ablation of atrial fibrillation: comparison between different energy sources", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159054", + "first_name": "Fabian", + "middle_name": "", + "last_name": "Jordan", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute kidney injury after catheter ablation of atrial fibrillation: comparison between different energy sources", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Catheter Ablation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Kidney Injury", + "kol_name": "Fabian Jordan", + "kol_full_name": "Fabian Jordan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Pulsed Field Ablation", + "npi_num": "", + "hcp_pin_alias": "1159053", + "session_name": "Role of 3D-electro-anatomical mapping on procedural characteristics and outcomes in pulsed-field ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159053", + "first_name": "David", + "middle_name": "", + "last_name": "Spreen", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of 3D-electro-anatomical mapping on procedural characteristics and outcomes in pulsed-field ablation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Pulsed Field Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David Spreen", + "kol_full_name": "David Spreen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Cardiac Surgical Procedures | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1159052", + "session_name": "Usefulness of preoperative NT-proBNP for prediction of acute heart failure, perioperative myocardial infarction/injury and mortality after non-cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159052", + "first_name": "Danielle", + "middle_name": "", + "last_name": "Gualandro", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Usefulness of preoperative NT-proBNP for prediction of acute heart failure", + "rest_events_session_count": 1, + "rest_events_session": " perioperative myocardial infarction/injury and mortality after non-cardiac surgery", + "events_topic": "Myocardial Infarction | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Danielle Gualandro", + "kol_full_name": "Danielle Gualandro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Artery Stenosis | Fibromuscular Dysplasia", + "npi_num": "", + "hcp_pin_alias": "1159051", + "session_name": "Renal artery stenosis and fibromuscular dysplasia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159051", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Staub", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Renal artery stenosis and fibromuscular dysplasia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Artery Stenosis | Fibromuscular Dysplasia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Staub", + "kol_full_name": "Daniel Staub" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Pericarditis | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159050", + "session_name": "Incidence of acute pericarditis after pulsed-field ablation for the treatment of atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159050", + "first_name": "Corinne", + "middle_name": "", + "last_name": "Isenegger", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of acute pericarditis after pulsed-field ablation for the treatment of atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Pericarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Corinne Isenegger", + "kol_full_name": "Corinne Isenegger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Patient Selection | Renal Denervation | Stroke", + "npi_num": "", + "hcp_pin_alias": "1159049", + "session_name": "Guidelines in practice: patient selection for renal denervation case 2,Hot topics in stroke for cardiologists,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159049", + "first_name": "Christine", + "middle_name": "", + "last_name": "Meyer-Zurn", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guidelines in practice: patient selection for renal denervation case 2", + "rest_events_session_count": 2, + "rest_events_session": "Hot topics in stroke for cardiologists,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who?", + "events_topic": "Hypertension | Patient Selection ", + "rest_events_topic_count": 2, + "rest_events_topic": " Renal Denervation | Stroke", + "kol_name": "Christine Meyer-Zurn", + "kol_full_name": "Christine Meyer-Zurn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159048", + "session_name": "Progression of device-detected atrial fibrillation to clinical atrial fibrillation: should we worry?,Pulsed field ablation for atrial fibrillation ablation: latest findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159048", + "first_name": "Christian", + "middle_name": "", + "last_name": "Sticherling", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Progression of device-detected atrial fibrillation to clinical atrial fibrillation: should we worry?", + "rest_events_session_count": 1, + "rest_events_session": "Pulsed field ablation for atrial fibrillation ablation: latest findings", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Sticherling", + "kol_full_name": "Christian Sticherling" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1159047", + "session_name": "Hypertrophic and other cardiomyopathies: miscellaneous findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159047", + "first_name": "Annina", + "middle_name": "", + "last_name": "Vischer", + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertrophic and other cardiomyopathies: miscellaneous findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Annina Vischer", + "kol_full_name": "Annina Vischer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cytometry | Aortic Valve Stenosis | Thrombocythemia, Essential | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1159046", + "session_name": "Emergency interventional treatment of cardiogenic shock due to decompensated aortic stenosis: a systematic review and meta-analysis,Single-cell mass cytometry analysis unveils prothrombotic expression and heterogeneity in essential thrombocythemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159046", + "first_name": "Stephanie", + "middle_name": "Gladys", + "last_name": "Kuehne", + "org_name": "University Hospital Augsburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Augsburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Emergency interventional treatment of cardiogenic shock due to decompensated aortic stenosis: a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Single-cell mass cytometry analysis unveils prothrombotic expression and heterogeneity in essential thrombocythemia", + "events_topic": "Cytometry | Aortic Valve Stenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Thrombocythemia, Essential | Shock, Cardiogenic", + "kol_name": "Stephanie Gladys Kuehne", + "kol_full_name": "Stephanie Gladys Kuehne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159045", + "session_name": "Prognostic impact of cardiac events in asymptomatic mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159045", + "first_name": "Evaldas", + "middle_name": "", + "last_name": "Girdauskas", + "org_name": "University Hospital Augsburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Augsburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of cardiac events in asymptomatic mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Evaldas Girdauskas", + "kol_full_name": "Evaldas Girdauskas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159044", + "session_name": "From bench to bedside and back to bench: investigating the role of platelet heterogeneity in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159044", + "first_name": "Dario", + "middle_name": "", + "last_name": "Bongiovanni", + "org_name": "University Hospital Augsburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Augsburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From bench to bedside and back to bench: investigating the role of platelet heterogeneity in coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dario Bongiovanni", + "kol_full_name": "Dario Bongiovanni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Telemonitoring | Anti-Inflammatory Agents | Pneumococcal Vaccination | Heart Failure | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1159043", + "session_name": "Impact of a pneumococcal vaccination incentive campaign in chronic heart failure patients in France: a randomized clinical trial,Newcard telemonitoring system improves survival in comparison both with traditional approaches and other French telemonitoring systems in chronic heart failure,Heart failure hospitalization reduction and long-term safety with remote pulmonary artery pressure monitoring: results of the CardioMEMS HF System OUS Post-Market Study,Anti-inflammatory treatment for coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159043", + "first_name": "Francois", + "middle_name": "", + "last_name": "Roubille", + "org_name": "University Hospital Arnaud de Villeneuve", + "Country": "France", + "Region": "Languedoc-Roussillon", + "City": "Montpellier", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of a pneumococcal vaccination incentive campaign in chronic heart failure patients in France: a randomized clinical trial", + "rest_events_session_count": 3, + "rest_events_session": "Newcard telemonitoring system improves survival in comparison both with traditional approaches and other French telemonitoring systems in chronic heart failure,Heart failure hospitalization reduction and long-term safety with remote pulmonary artery pressure monitoring: results of the CardioMEMS HF System OUS Post-Market Study,Anti-inflammatory treatment for coronary artery disease", + "events_topic": "Telemonitoring | Anti-Inflammatory Agents ", + "rest_events_topic_count": 3, + "rest_events_topic": " Pneumococcal Vaccination | Heart Failure | Coronary Artery Disease", + "kol_name": "Francois Roubille", + "kol_full_name": "Francois Roubille" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent", + "npi_num": "", + "hcp_pin_alias": "1159042", + "session_name": "Significant Left-Right shunt due to partial anomalous pulmonary venous connection and patent foramen ovale", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159042", + "first_name": "Nadeem", + "middle_name": "", + "last_name": "Jimidar", + "org_name": "University Hospital Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Significant Left-Right shunt due to partial anomalous pulmonary venous connection and patent foramen ovale", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Foramen Ovale, Patent", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nadeem Jimidar", + "kol_full_name": "Nadeem Jimidar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Software | Anticoagulation | Circadian Rhythm | Anticoagulants | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159041", + "session_name": "Personalised anticoagulation therapy in eligible patients with atrial fibrillation,Choose the right anticoagulant for the eligible patient in the right dose,A new software tool to track presence and management of comorbidities in patients with atrial fibrillation,Clinical Case Management: athletes with rhythm problems - what to consider when recommending exercise", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159041", + "first_name": "Hein", + "middle_name": "", + "last_name": "Heidbuchel", + "org_name": "University Hospital Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised anticoagulation therapy in eligible patients with atrial fibrillation", + "rest_events_session_count": 3, + "rest_events_session": "Choose the right anticoagulant for the eligible patient in the right dose,A new software tool to track presence and management of comorbidities in patients with atrial fibrillation,Clinical Case Management: athletes with rhythm problems - what to consider when recommending exercise", + "events_topic": "Software | Anticoagulation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Circadian Rhythm | Anticoagulants | Atrial Fibrillation", + "kol_name": "Hein Heidbuchel", + "kol_full_name": "Hein Heidbuchel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Machine Learning | Deep Learning | Cardiac Electrophysiology | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1159040", + "session_name": "Accurate detection of dilated cardiomyopathy onset through machine learning predictions from ECG data,Unsupervised electrocardiogram feature extraction using deep learning empowers discovery of genetic and phenotypic determinants of cardiac electrophysiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159040", + "first_name": "Ewa", + "middle_name": "", + "last_name": "Sieliwonczyk", + "org_name": "University Hospital Antwerp", + "Country": "Belgium", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Accurate detection of dilated cardiomyopathy onset through machine learning predictions from ECG data", + "rest_events_session_count": 1, + "rest_events_session": "Unsupervised electrocardiogram feature extraction using deep learning empowers discovery of genetic and phenotypic determinants of cardiac electrophysiology", + "events_topic": "Electrocardiography | Machine Learning ", + "rest_events_topic_count": 3, + "rest_events_topic": " Deep Learning | Cardiac Electrophysiology | Cardiomyopathy, Dilated", + "kol_name": "Ewa Sieliwonczyk", + "kol_full_name": "Ewa Sieliwonczyk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Heart Failure, Diastolic | Obesity", + "npi_num": "", + "hcp_pin_alias": "1159039", + "session_name": "Approaches to personalised revalidation of heart failure patients: the Belgian perspective,Lifestyle intervention in HFpEF with obesity to improve outcomes,How to manage a patient with obesity and HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159039", + "first_name": "Emeline", + "middle_name": "", + "last_name": "Van Craenenbroeck", + "org_name": "University Hospital Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Approaches to personalised revalidation of heart failure patients: the Belgian perspective", + "rest_events_session_count": 2, + "rest_events_session": "Lifestyle intervention in HFpEF with obesity to improve outcomes,How to manage a patient with obesity and HFpEF", + "events_topic": "Heart Failure | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Obesity", + "kol_name": "Emeline Van Craenenbroeck", + "kol_full_name": "Emeline Van Craenenbroeck" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Chest Pain | Immune Checkpoint Inhibitors | Dyspnea | Cardiovascular Diseases | Drug Therapy", + "npi_num": "", + "hcp_pin_alias": "1159038", + "session_name": "A patient receiving chemotherapy and an immune checkpoint inhibitor presents with chest pain and dyspnoea,Cardio-oncology: treatments and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159038", + "first_name": "Constantijn", + "middle_name": "", + "last_name": "Franssen", + "org_name": "University Hospital Antwerp", + "Country": "Belgium", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A patient receiving chemotherapy and an immune checkpoint inhibitor presents with chest pain and dyspnoea", + "rest_events_session_count": 1, + "rest_events_session": "Cardio-oncology: treatments and outcomes", + "events_topic": "Neoplasms | Chest Pain ", + "rest_events_topic_count": 4, + "rest_events_topic": " Immune Checkpoint Inhibitors | Dyspnea | Cardiovascular Diseases | Drug Therapy", + "kol_name": "Constantijn Franssen", + "kol_full_name": "Constantijn Franssen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Coronary Syndromes", + "npi_num": "", + "hcp_pin_alias": "1159037", + "session_name": "2024 ESC Guidelines for the Management of Chronic Coronary Syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159037", + "first_name": "Christiaan", + "middle_name": "J.M.", + "last_name": "Vrints", + "org_name": "University Hospital Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2024 ESC Guidelines for the Management of Chronic Coronary Syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Coronary Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christiaan J.M. Vrints", + "kol_full_name": "Christiaan J.M. Vrints" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Restrictive | Cardiac Imaging Techniques | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1159036", + "session_name": "Imaging in restrictive cardiomyopathy,Imaging the heart rhythm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159036", + "first_name": "Caroline", + "middle_name": "M.", + "last_name": "Van De Heyning", + "org_name": "University Hospital Antwerp", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging in restrictive cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Imaging the heart rhythm", + "events_topic": "Cardiomyopathy, Restrictive | Cardiac Imaging Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diagnostic Imaging", + "kol_name": "Caroline M. Van De Heyning", + "kol_full_name": "Caroline M. Van De Heyning" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pacemaker, Artificial | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1159035", + "session_name": "HV interval measure immediately before TAVI with SEV for predicting pacemaker implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159035", + "first_name": "Dahyr", + "middle_name": "Alberto Olivas", + "last_name": "Medina", + "org_name": "University Hospital Alvaro Cunqueiro", + "Country": "Spain", + "Region": "Galicia", + "City": "Vigo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HV interval measure immediately before TAVI with SEV for predicting pacemaker implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pacemaker, Artificial | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dahyr Alberto Olivas Medina", + "kol_full_name": "Dahyr Alberto Olivas Medina" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "", + "hcp_pin_alias": "1159034", + "session_name": "The lower the patient clicks, the higher the gradient peaks", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159034", + "first_name": "Victor", + "middle_name": "Villarmin", + "last_name": "Martin", + "org_name": "University Hospital 12 de Octubre", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The lower the patient clicks", + "rest_events_session_count": 1, + "rest_events_session": " the higher the gradient peaks", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Victor Villarmin Martin", + "kol_full_name": "Victor Villarmin Martin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Arterial Hypertension", + "npi_num": "", + "hcp_pin_alias": "1159033", + "session_name": "The pregnant patient with pulmonary arterial hypertensionand her offspring in the current era. Time to take into account the vasoreactive profile", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159033", + "first_name": "Teresa", + "middle_name": "Segura", + "last_name": "de la Cal", + "org_name": "University Hospital 12 de Octubre", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The pregnant patient with pulmonary arterial hypertensionand her offspring in the current era. Time to take into account the vasoreactive profile", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Teresa Segura de la Cal", + "kol_full_name": "Teresa Segura de la Cal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography, Stress", + "npi_num": "", + "hcp_pin_alias": "1159032", + "session_name": "Regadenoson stress echocardiography: a road ahead", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159032", + "first_name": "Marta", + "middle_name": "Fernandez", + "last_name": "Galindo", + "org_name": "University Hospital 12 de Octubre", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Regadenoson stress echocardiography: a road ahead", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marta Fernandez Galindo", + "kol_full_name": "Marta Fernandez Galindo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1159031", + "session_name": "Shaping the future management of pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159031", + "first_name": "Maria", + "middle_name": "Pilar Escribano", + "last_name": "Subias", + "org_name": "University Hospital 12 de Octubre", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Shaping the future management of pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Pilar Escribano Subias", + "kol_full_name": "Maria Pilar Escribano Subias" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thromboembolism | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1159030", + "session_name": "Exercise postcapillary pulmonary hypertension in patients with chronic thromboembolism. Role of multimodal resting and exercise assessment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159030", + "first_name": "Irene", + "middle_name": "Martin", + "last_name": "De Miguel", + "org_name": "University Hospital 12 de Octubre", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise postcapillary pulmonary hypertension in patients with chronic thromboembolism. Role of multimodal resting and exercise assessment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thromboembolism | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Irene Martin De Miguel", + "kol_full_name": "Irene Martin De Miguel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159029", + "session_name": "Atrial fibrillation and HFpEF: the potential for atrioventricular node ablation and conduction system pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159029", + "first_name": "Daniel", + "middle_name": "Rodriguez", + "last_name": "Munoz", + "org_name": "University Hospital 12 de Octubre", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation and HFpEF: the potential for atrioventricular node ablation and conduction system pacing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Daniel Rodriguez Munoz", + "kol_full_name": "Daniel Rodriguez Munoz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise Test | Vascular Resistance | Calcium Channels", + "npi_num": "", + "hcp_pin_alias": "1159028", + "session_name": "Cardiopulmonary exercise testing in long-term calcium channel blockers responders, does it normalize in the same way as pulmonary vascular resistance?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159028", + "first_name": "Belen", + "middle_name": "Biscotti", + "last_name": "Rodil", + "org_name": "University Hospital 12 de Octubre", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiopulmonary exercise testing in long-term calcium channel blockers responders", + "rest_events_session_count": 1, + "rest_events_session": " does it normalize in the same way as pulmonary vascular resistance?", + "events_topic": "Exercise Test | Vascular Resistance ", + "rest_events_topic_count": 1, + "rest_events_topic": " Calcium Channels", + "kol_name": "Belen Biscotti Rodil", + "kol_full_name": "Belen Biscotti Rodil" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Tricuspid Valve Insufficiency | Diagnostic Imaging | Ventricular Function, Right", + "npi_num": "", + "hcp_pin_alias": "1159027", + "session_name": "Assessment of right ventricular function in patients with severe secondary tricuspid regurgitation, following to the TVARC recommendations: association with outcome,Imaging valvular heart disease and beyond", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159027", + "first_name": "Xavier", + "middle_name": "", + "last_name": "Galloo", + "org_name": "University Hospital (UZ) Brussels", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of right ventricular function in patients with severe secondary tricuspid regurgitation", + "rest_events_session_count": 2, + "rest_events_session": " following to the TVARC recommendations: association with outcome,Imaging valvular heart disease and beyond", + "events_topic": "Heart Valve Diseases | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diagnostic Imaging | Ventricular Function, Right", + "kol_name": "Xavier Galloo", + "kol_full_name": "Xavier Galloo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Patient Reported Outcome Measures", + "npi_num": "", + "hcp_pin_alias": "1159026", + "session_name": "Development of a novel Patient-Reported Outcome Measure (PROM) for adults with an Inherited Cardiac Condition (ICC).", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159026", + "first_name": "Saar", + "middle_name": "", + "last_name": "Van Pottelberghe", + "org_name": "University Hospital (UZ) Brussels", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development of a novel Patient-Reported Outcome Measure (PROM) for adults with an Inherited Cardiac Condition (ICC).", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Patient Reported Outcome Measures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Saar Van Pottelberghe", + "kol_full_name": "Saar Van Pottelberghe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Cardiotoxicity", + "npi_num": "", + "hcp_pin_alias": "1159025", + "session_name": "Does HFpEF represent a risk factor and a marker of cardiotoxicity in patients undergoing cancer treatment?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159025", + "first_name": "Berlinde", + "middle_name": "von", + "last_name": "Kemp", + "org_name": "University Hospital (UZ) Brussels", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Does HFpEF represent a risk factor and a marker of cardiotoxicity in patients undergoing cancer treatment?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Cardiotoxicity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Berlinde von Kemp", + "kol_full_name": "Berlinde von Kemp" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Cardiac Imaging Techniques | Myocardial Revascularization", + "npi_num": "", + "hcp_pin_alias": "1159024", + "session_name": "Favorable impact of FFRCT on myocardial revascularization outcomes: results from an observational real-world registry,Imaging to the rescue", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159024", + "first_name": "Andreea", + "middle_name": "", + "last_name": "Motoc", + "org_name": "University Hospital (UZ) Brussels", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Favorable impact of FFRCT on myocardial revascularization outcomes: results from an observational real-world registry", + "rest_events_session_count": 1, + "rest_events_session": "Imaging to the rescue", + "events_topic": "Fractional Flow Reserve, Myocardial | Cardiac Imaging Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Revascularization", + "kol_name": "Andreea Motoc", + "kol_full_name": "Andreea Motoc" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Electrical Storm | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159023", + "session_name": "Management of electrical storm,Atrial fibrillation and heart failure with preserved ejection fraction (HFpEF): managing a common combination", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159023", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Sarkozy", + "org_name": "University Hospital (UZ) Brussels", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of electrical storm", + "rest_events_session_count": 1, + "rest_events_session": "Atrial fibrillation and heart failure with preserved ejection fraction (HFpEF): managing a common combination", + "events_topic": "Heart Failure, Diastolic | Electrical Storm ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Andrea Sarkozy", + "kol_full_name": "Andrea Sarkozy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Renal Denervation", + "npi_num": "", + "hcp_pin_alias": "1159022", + "session_name": "10 years after treatment with renal denervation of the sympathetic nerves for resistant hypertension: what happened to the patients and their office blood pressure? An observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159022", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Melchior", + "org_name": "University Hospital", + "Country": "Denmark", + "Region": "Roskilde", + "City": "Roskilde", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "10 years after treatment with renal denervation of the sympathetic nerves for resistant hypertension: what happened to the patients and their office blood pressure? An observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Renal Denervation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Melchior", + "kol_full_name": "Thomas Melchior" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Myocardial Infarction | Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1159021", + "session_name": "Correlation of prosthesis position on mid-term pacing burden in patients with new permanent pacemaker after TAVI,Prediction of scar and microvascular obstruction after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159021", + "first_name": "Philipp", + "middle_name": "", + "last_name": "Breitbart", + "org_name": "University Heart Centre Freiburg-Bad Krozingen", + "Country": "Germany", + "Region": "Hessen", + "City": "Friedberg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Correlation of prosthesis position on mid-term pacing burden in patients with new permanent pacemaker after TAVI", + "rest_events_session_count": 1, + "rest_events_session": "Prediction of scar and microvascular obstruction after myocardial infarction", + "events_topic": "Transcatheter Aortic Valve Replacement | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Pacing, Artificial", + "kol_name": "Philipp Breitbart", + "kol_full_name": "Philipp Breitbart" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angina Pectoris | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159020", + "session_name": "Treatment of angina in chronic coronary syndromes: where do we stand?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159020", + "first_name": "Franz", + "middle_name": "Josef", + "last_name": "Neumann", + "org_name": "University Heart Centre Freiburg-Bad Krozingen", + "Country": "Germany", + "Region": "Hessen", + "City": "Friedberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of angina in chronic coronary syndromes: where do we stand?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angina Pectoris | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Franz Josef Neumann", + "kol_full_name": "Franz Josef Neumann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "C-Peptide | Pre-Eclampsia | Natriuretic Peptide, Brain", + "npi_num": "", + "hcp_pin_alias": "1159019", + "session_name": "Association of third-trimester N-terminal pro-brain natriuretic peptide levels and pre-eclampsia development", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159019", + "first_name": "Lucas", + "middle_name": "", + "last_name": "Bacmeister", + "org_name": "University Heart Center Freiburg-Bad Krozingen", + "Country": "Germany", + "Region": "Hessen", + "City": "Friedberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of third-trimester N-terminal pro-brain natriuretic peptide levels and pre-eclampsia development", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "C-Peptide | Pre-Eclampsia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Natriuretic Peptide, Brain", + "kol_name": "Lucas Bacmeister", + "kol_full_name": "Lucas Bacmeister" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Robotic Surgical Procedures | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1159018", + "session_name": "Twelve-month outcome of robotic assisted PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159018", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Rilinger", + "org_name": "University Heart Center Freiburg-Bad Krozingen", + "Country": "Germany", + "Region": "Hessen", + "City": "Friedberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Twelve-month outcome of robotic assisted PCI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Robotic Surgical Procedures | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan Rilinger", + "kol_full_name": "Jonathan Rilinger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Magnetic Resonance Imaging | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1159017", + "session_name": "Cardiac magnetic resonance in ischaemic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159017", + "first_name": "Shehab", + "middle_name": "", + "last_name": "Anwer", + "org_name": "University Heart Center", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac magnetic resonance in ischaemic heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemia", + "kol_name": "Shehab Anwer", + "kol_full_name": "Shehab Anwer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Coarctation | Aortic Bypass Surgery | Aneurysm, False", + "npi_num": "", + "hcp_pin_alias": "1159016", + "session_name": "Late pseudo-aneurysms after coarctation repair with extra-anatomic ascending-descending aortic bypass surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159016", + "first_name": "Francesca", + "middle_name": "Catarina Bonassin", + "last_name": "Tempesta", + "org_name": "University Heart Center", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Late pseudo-aneurysms after coarctation repair with extra-anatomic ascending-descending aortic bypass surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Coarctation | Aortic Bypass Surgery ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aneurysm, False", + "kol_name": "Francesca Catarina Bonassin Tempesta", + "kol_full_name": "Francesca Catarina Bonassin Tempesta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1159015", + "session_name": "Traumatic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159015", + "first_name": "Felix", + "middle_name": "C.", + "last_name": "Tanner", + "org_name": "University Heart Center", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Traumatic heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Felix C. Tanner", + "kol_full_name": "Felix C. Tanner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fibrosis | Genetic Markers | Arrhythmogenic Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1159014", + "session_name": "Integrated plasma proteomics and myocardial tissue transcriptomics reveal elevated fibrosis markers in arrhythmogenic cardiomyopathy patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159014", + "first_name": "Deniz", + "middle_name": "", + "last_name": "Akdis", + "org_name": "University Heart Center", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integrated plasma proteomics and myocardial tissue transcriptomics reveal elevated fibrosis markers in arrhythmogenic cardiomyopathy patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibrosis | Genetic Markers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmogenic Cardiomyopathy", + "kol_name": "Deniz Akdis", + "kol_full_name": "Deniz Akdis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1159013", + "session_name": "Clinical and experimental arrhythmia treatments", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159013", + "first_name": "Charlotte", + "middle_name": "", + "last_name": "Eitel", + "org_name": "University Heart Center", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Lubeck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical and experimental arrhythmia treatments", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Charlotte Eitel", + "kol_full_name": "Charlotte Eitel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159012", + "session_name": "The prognostic impact of intra-procedural mitral valve gradient following transcatheter edge-to-edge repair for primary mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159012", + "first_name": "Sebastian", + "middle_name": "", + "last_name": "Ludwig", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic impact of intra-procedural mitral valve gradient following transcatheter edge-to-edge repair for primary mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sebastian Ludwig", + "kol_full_name": "Sebastian Ludwig" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1159011", + "session_name": "Acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159011", + "first_name": "Raphael", + "middle_name": "", + "last_name": "Twerenbold", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raphael Twerenbold", + "kol_full_name": "Raphael Twerenbold" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1159010", + "session_name": "Ablation technologies and predictors for atrial fibrillation recurrence,Atrial fibrillation cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159010", + "first_name": "Laura", + "middle_name": "", + "last_name": "Rottner", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ablation technologies and predictors for atrial fibrillation recurrence", + "rest_events_session_count": 1, + "rest_events_session": "Atrial fibrillation cases", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Laura Rottner", + "kol_full_name": "Laura Rottner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159009", + "session_name": "Atrial and ventricular mitral regurgitation in the general population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159009", + "first_name": "Laura", + "middle_name": "", + "last_name": "Keil", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial and ventricular mitral regurgitation in the general population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Laura Keil", + "kol_full_name": "Laura Keil" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rhythm Control | Heart Diseases | Sinus Rhythm", + "npi_num": "", + "hcp_pin_alias": "1159008", + "session_name": "Biomolecule-based prediction of sinus rhythm and interaction with early rhythm control: EAST-AFNET 4 biomolecule study,Novel mechanisms of arrhythmogenic cardiac disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159008", + "first_name": "Larissa", + "middle_name": "", + "last_name": "Fabritz", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomolecule-based prediction of sinus rhythm and interaction with early rhythm control: EAST-AFNET 4 biomolecule study", + "rest_events_session_count": 1, + "rest_events_session": "Novel mechanisms of arrhythmogenic cardiac disease", + "events_topic": "Rhythm Control | Heart Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Sinus Rhythm", + "kol_name": "Larissa Fabritz", + "kol_full_name": "Larissa Fabritz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Access Devices | Groin", + "npi_num": "", + "hcp_pin_alias": "1159007", + "session_name": "Significant reduction of complications applying an optimized vascular access and post-interventional groin-site management during electrophysiology procedures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159007", + "first_name": "Julius", + "middle_name": "", + "last_name": "Obergassel", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Significant reduction of complications applying an optimized vascular access and post-interventional groin-site management during electrophysiology procedures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Access Devices | Groin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julius Obergassel", + "kol_full_name": "Julius Obergassel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin | Triage | Creatine Kinase | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1159006", + "session_name": "Troponin/creatine kinase ratio for discrimination of type 1 and type 2 myocardial infarction,External validation of a stepwise 0/1/3h algorithm to triage patients with suspected myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159006", + "first_name": "Jonas", + "middle_name": "", + "last_name": "Lehmacher", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Troponin/creatine kinase ratio for discrimination of type 1 and type 2 myocardial infarction", + "rest_events_session_count": 1, + "rest_events_session": "External validation of a stepwise 0/1/3h algorithm to triage patients with suspected myocardial infarction", + "events_topic": "Troponin | Triage ", + "rest_events_topic_count": 2, + "rest_events_topic": " Creatine Kinase | Myocardial Infarction", + "kol_name": "Jonas Lehmacher", + "kol_full_name": "Jonas Lehmacher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159005", + "session_name": "The prognostic impact of tricuspid regurgitation improvement after left-sided valvular interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159005", + "first_name": "Ina", + "middle_name": "", + "last_name": "Von Der Heide", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic impact of tricuspid regurgitation improvement after left-sided valvular interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ina Von Der Heide", + "kol_full_name": "Ina Von Der Heide" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Access Devices | Transcatheter Aortic Valve Replacement | Ultrasonography", + "npi_num": "", + "hcp_pin_alias": "1159004", + "session_name": "Procedural and clinical outcomes according to ultrasound-guided access in TAVI: a propensity-matched comparative sub-analysis from the PULSE registry,Single arterial access versus standard access in TAVI: results from a large multicenter registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159004", + "first_name": "David", + "middle_name": "", + "last_name": "Grundmann", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Procedural and clinical outcomes according to ultrasound-guided access in TAVI: a propensity-matched comparative sub-analysis from the PULSE registry", + "rest_events_session_count": 1, + "rest_events_session": "Single arterial access versus standard access in TAVI: results from a large multicenter registry", + "events_topic": "Vascular Access Devices | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ultrasonography", + "kol_name": "David Grundmann", + "kol_full_name": "David Grundmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1159003", + "session_name": "Inflammation and cholesterol associated residual cardiovascular risk and its dependence on chronic kidney disease in statin treated patients with coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159003", + "first_name": "Christopher", + "middle_name": "", + "last_name": "Blaum", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation and cholesterol associated residual cardiovascular risk and its dependence on chronic kidney disease in statin treated patients with coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christopher Blaum", + "kol_full_name": "Christopher Blaum" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Heart Failure | Heart Disease Risk Factors | Obesity", + "npi_num": "", + "hcp_pin_alias": "1159002", + "session_name": "Impact of obesity on acute cardiovascular outcomes,Modifiable cardiovascular risk factors: global trends and regional differences,Specific underlying diseases of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159002", + "first_name": "Christina", + "middle_name": "", + "last_name": "Magnussen", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of obesity on acute cardiovascular outcomes", + "rest_events_session_count": 2, + "rest_events_session": "Modifiable cardiovascular risk factors: global trends and regional differences,Specific underlying diseases of heart failure", + "events_topic": "Cardiovascular Diseases | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Disease Risk Factors | Obesity", + "kol_name": "Christina Magnussen", + "kol_full_name": "Christina Magnussen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MicroRNAs | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1159001", + "session_name": "Characterisation of plasma proteins and circulating microRNAs in out-of-hospital cardiac arrest patients - approaches for predicting outcome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159001", + "first_name": "Christian", + "middle_name": "", + "last_name": "Schulte", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characterisation of plasma proteins and circulating microRNAs in out-of-hospital cardiac arrest patients - approaches for predicting outcome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MicroRNAs | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Schulte", + "kol_full_name": "Christian Schulte" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1159000", + "session_name": "Elevated mitral valve pressure gradient following transcatheter edge-to-edge repair is independently associated with inferior outcomes in atrial, but not in ventricular secondary mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1159000", + "first_name": "Benedikt", + "middle_name": "", + "last_name": "Koell", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elevated mitral valve pressure gradient following transcatheter edge-to-edge repair is independently associated with inferior outcomes in atrial", + "rest_events_session_count": 1, + "rest_events_session": " but not in ventricular secondary mitral regurgitation", + "events_topic": "Transcatheter Edge-to-Edge Repair | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Benedikt Koell", + "kol_full_name": "Benedikt Koell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Weaning Failure | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158999", + "session_name": "Incidence and predictors of weaning failure from veno-arterial extracorporeal membrane oxygenation therapy in patients with cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158999", + "first_name": "Angela", + "middle_name": "", + "last_name": "Dettling", + "org_name": "University Heart and Vascular Centre Hamburg (UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence and predictors of weaning failure from veno-arterial extracorporeal membrane oxygenation therapy in patients with cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Extracorporeal Membrane Oxygenation | Weaning Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "Angela Dettling", + "kol_full_name": "Angela Dettling" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Digital Health | Mental Health | Quality Of Life | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1158998", + "session_name": "Automated digital counselling with social network support for chronic heart failure fails to improve health status but promotes health-related quality of life: ODYSSEE-vCHAT pilot trial,Automated digital counselling promotes therapeutic change in mental health in patients with chronic heart failure or chronic kidney disease: ODYSSEE-vCHAT study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158998", + "first_name": "Robert", + "middle_name": "", + "last_name": "Nolan", + "org_name": "University Health Network of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Automated digital counselling with social network support for chronic heart failure fails to improve health status but promotes health-related quality of life: ODYSSEE-vCHAT pilot trial", + "rest_events_session_count": 1, + "rest_events_session": "Automated digital counselling promotes therapeutic change in mental health in patients with chronic heart failure or chronic kidney disease: ODYSSEE-vCHAT study", + "events_topic": "Heart Failure | Digital Health ", + "rest_events_topic_count": 3, + "rest_events_topic": " Mental Health | Quality Of Life | Renal Insufficiency, Chronic", + "kol_name": "Robert Nolan", + "kol_full_name": "Robert Nolan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158997", + "session_name": "Cardiogenic shock is more prevalent in racialised and newcomer populations and associated with higher mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158997", + "first_name": "Darshan", + "middle_name": "", + "last_name": "Brahmbhatt", + "org_name": "University Health Network of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiogenic shock is more prevalent in racialised and newcomer populations and associated with higher mortality", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Darshan Brahmbhatt", + "kol_full_name": "Darshan Brahmbhatt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Cardiac Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1158996", + "session_name": "Prognostic value of multiparametric cardiac magnetic resonance after revascularized STEMI,Prognostic value of multiparametric cardiac magnetic resonance after revascularized STEMI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158996", + "first_name": "Begona", + "middle_name": "Igual", + "last_name": "Munoz", + "org_name": "University General Hospital of Valencia", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of multiparametric cardiac magnetic resonance after revascularized STEMI", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic value of multiparametric cardiac magnetic resonance after revascularized STEMI", + "events_topic": "ST Elevation Myocardial Infarction | Cardiac Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Begona Igual Munoz", + "kol_full_name": "Begona Igual Munoz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic, Familial", + "npi_num": "", + "hcp_pin_alias": "1158995", + "session_name": "Dynamic scenery of familial hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158995", + "first_name": "Uzoamaka", + "middle_name": "Chinekwu Obialunanma", + "last_name": "OFONG", + "org_name": "University Dorset Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Bournemouth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dynamic scenery of familial hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic, Familial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Uzoamaka Chinekwu Obialunanma OFONG", + "kol_full_name": "Uzoamaka Chinekwu Obialunanma OFONG" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lithotripsy | Learning Curve", + "npi_num": "", + "hcp_pin_alias": "1158994", + "session_name": "Assessment of safety, efficacy and learning curve of intravascular lithotripsy in real world practice within a high volume calcium modification centre", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158994", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Hinton", + "org_name": "University Dorset Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Bournemouth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of safety", + "rest_events_session_count": 1, + "rest_events_session": " efficacy and learning curve of intravascular lithotripsy in real world practice within a high volume calcium modification centre", + "events_topic": "Lithotripsy | Learning Curve", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan Hinton", + "kol_full_name": "Jonathan Hinton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Anticoagulants | NOAC | Electronic Health Records | Atrial Fibrillation | Machine Learning", + "npi_num": "", + "hcp_pin_alias": "1158993", + "session_name": "THIRST Alert: a randomised controlled trial and feasibility study of an electronic health record alert in patients with heart failure and fluid overload,Identifying at-risk patients for atrial high-rate episodes by machine learning,Implications of renal function on adverse clinical events in patients with atrial fibrillation: a comparative analysis of VKA and NOAC therapy - Insights from the GLORIA-AF Registry Phase III", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158993", + "first_name": "Yang", + "middle_name": "", + "last_name": "Chen", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "THIRST Alert: a randomised controlled trial and feasibility study of an electronic health record alert in patients with heart failure and fluid overload", + "rest_events_session_count": 2, + "rest_events_session": "Identifying at-risk patients for atrial high-rate episodes by machine learning,Implications of renal function on adverse clinical events in patients with atrial fibrillation: a comparative analysis of VKA and NOAC therapy - Insights from the GLORIA-AF Registry Phase III", + "events_topic": "Heart Failure | Anticoagulants ", + "rest_events_topic_count": 4, + "rest_events_topic": " NOAC | Electronic Health Records | Atrial Fibrillation | Machine Learning", + "kol_name": "Yang Chen", + "kol_full_name": "Yang Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Block | Conduction Disorders", + "npi_num": "", + "hcp_pin_alias": "1158992", + "session_name": "Can variants of genes associated with familial heart block predict conduction disease in the general population? A UK Biobank study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158992", + "first_name": "Ravi", + "middle_name": "A.", + "last_name": "Shah", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Can variants of genes associated with familial heart block predict conduction disease in the general population? A UK Biobank study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Block | Conduction Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ravi A. Shah", + "kol_full_name": "Ravi A. Shah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RASopathy | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1158991", + "session_name": "Phenotype progression in pediatric RASopathy-associated hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158991", + "first_name": "Olga", + "middle_name": "", + "last_name": "Boleti", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phenotype progression in pediatric RASopathy-associated hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "RASopathy | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Olga Boleti", + "kol_full_name": "Olga Boleti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genome-Wide Association Study | Magnetic Resonance Imaging | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158990", + "session_name": "Genome-wide association study of CMR image-based aortic stiffness in 45,789 individuals identifies loci linked with cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158990", + "first_name": "Nikhil", + "middle_name": "", + "last_name": "Paliwal", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genome-wide association study of CMR image-based aortic stiffness in 45", + "rest_events_session_count": 1, + "rest_events_session": "789 individuals identifies loci linked with cardiovascular diseases", + "events_topic": "Genome-Wide Association Study | Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Nikhil Paliwal", + "kol_full_name": "Nikhil Paliwal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Aneurysm, Abdominal", + "npi_num": "", + "hcp_pin_alias": "1158989", + "session_name": "Variation in care in individuals hospitalised with abdominal aortic aneurysm in nine high-income countries: a cross-sectional cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158989", + "first_name": "Laura", + "middle_name": "", + "last_name": "Pasea", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Variation in care in individuals hospitalised with abdominal aortic aneurysm in nine high-income countries: a cross-sectional cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Aneurysm, Abdominal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Laura Pasea", + "kol_full_name": "Laura Pasea" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genetic Heterogeneity | Tachycardia, Ventricular | Arrhythmogenic Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158988", + "session_name": "Vector Field Heterogeneity (VFH) as a novel quantitative marker of electrical disarray in Arrhythmogenic CardioMyopathy (ACM) with ventricular tachycardia,Vector field heterogeneity as a novel omnipolar mapping metric for functional substrate characterization in scar-related ventricular tachycardias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158988", + "first_name": "Johanna", + "middle_name": "B.", + "last_name": "Tonko", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vector Field Heterogeneity (VFH) as a novel quantitative marker of electrical disarray in Arrhythmogenic CardioMyopathy (ACM) with ventricular tachycardia", + "rest_events_session_count": 1, + "rest_events_session": "Vector field heterogeneity as a novel omnipolar mapping metric for functional substrate characterization in scar-related ventricular tachycardias", + "events_topic": "Genetic Heterogeneity | Tachycardia, Ventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmogenic Cardiomyopathy", + "kol_name": "Johanna B. Tonko", + "kol_full_name": "Johanna B. Tonko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sudden Arrhythmic Death Syndrome | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158987", + "session_name": "Diagnostic yield of clinical cardiac screening in first-degree relatives of SADS and unexplained cardiac arrest probands: a systematic review of the literature", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158987", + "first_name": "Jennifer", + "middle_name": "", + "last_name": "Tollit", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic yield of clinical cardiac screening in first-degree relatives of SADS and unexplained cardiac arrest probands: a systematic review of the literature", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sudden Arrhythmic Death Syndrome | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jennifer Tollit", + "kol_full_name": "Jennifer Tollit" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Disease | Depression | Anxiety", + "npi_num": "", + "hcp_pin_alias": "1158986", + "session_name": "Real-world effectiveness of primary care psychological therapy for depression and anxiety in patients with coronary heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158986", + "first_name": "Jae", + "middle_name": "Won", + "last_name": "Suh", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world effectiveness of primary care psychological therapy for depression and anxiety in patients with coronary heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Disease | Depression ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anxiety", + "kol_name": "Jae Won Suh", + "kol_full_name": "Jae Won Suh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pyroptosis | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158985", + "session_name": "Pyroptosis is not likely to play a major role in anthracycline-induced cytotoxicity in H9c2 cardiomyocytes and human cardiac endothelial cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158985", + "first_name": "Handi", + "middle_name": "Yuwono", + "last_name": "Salim", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pyroptosis is not likely to play a major role in anthracycline-induced cytotoxicity in H9c2 cardiomyocytes and human cardiac endothelial cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pyroptosis | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Handi Yuwono Salim", + "kol_full_name": "Handi Yuwono Salim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dementia | Lipoproteins | Random Allocation | Dementia, Vascular | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158984", + "session_name": "The effect of Lipoprotein[a] on vascular dementia and cardiovascular diseases: a drug target Mendelian randomization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158984", + "first_name": "Diana", + "middle_name": "", + "last_name": "Dunca", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of Lipoprotein[a] on vascular dementia and cardiovascular diseases: a drug target Mendelian randomization", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dementia | Lipoproteins ", + "rest_events_topic_count": 3, + "rest_events_topic": " Random Allocation | Dementia, Vascular | Cardiovascular Diseases", + "kol_name": "Diana Dunca", + "kol_full_name": "Diana Dunca" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Cardiac Magnetic Resonance Imaging | Adenosine", + "npi_num": "", + "hcp_pin_alias": "1158983", + "session_name": "Diagnostic 12-lead ECG recordings in the 3 Tesla CMR bore at rest and during adenosine stress perfusion- results from MyoFit46", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158983", + "first_name": "Debbie", + "middle_name": "", + "last_name": "Falconer", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic 12-lead ECG recordings in the 3 Tesla CMR bore at rest and during adenosine stress perfusion- results from MyoFit46", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adenosine", + "kol_name": "Debbie Falconer", + "kol_full_name": "Debbie Falconer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158982", + "session_name": "Smaller trials, trial updates, and other studies on hypertension,What drives uncontrolled hypertension and what's in our tool kit?,Treat the cardiovascular risk, not the number: con,Managing hypertension through lifestyle modifications: an important consideration", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158982", + "first_name": "Bryan", + "middle_name": "", + "last_name": "Williams", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 6, + "rest_events_session": " trial updates, and other studies on hypertension,What drives uncontrolled hypertension and what's in our tool kit?,Treat the cardiovascular risk, not the number: con,Managing hypertension through lifestyle modifications: an important consideration", + "events_topic": "Cardiovascular Diseases | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bryan Williams", + "kol_full_name": "Bryan Williams" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Exercise Test | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158981", + "session_name": "Relationship between six-minute walk distance and cardiopulmonary exercise testing in non-obstructive hypertrophic cardiomyopathy,Genotype predicts heart failure independent of left ventricular ejection fraction and NT-proBNP levels in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158981", + "first_name": "Athanasios", + "middle_name": "", + "last_name": "Bakalakos", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between six-minute walk distance and cardiopulmonary exercise testing in non-obstructive hypertrophic cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Genotype predicts heart failure independent of left ventricular ejection fraction and NT-proBNP levels in hypertrophic cardiomyopathy", + "events_topic": "Cardiomyopathy, Hypertrophic | Exercise Test ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Athanasios Bakalakos", + "kol_full_name": "Athanasios Bakalakos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "White Matter Hyperintensities | Sodium, Dietary", + "npi_num": "", + "hcp_pin_alias": "1158980", + "session_name": "Sex differences in association between dietary sodium intake and white matter hyperintensity volume", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158980", + "first_name": "Alun", + "middle_name": "", + "last_name": "Hughes", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in association between dietary sodium intake and white matter hyperintensity volume", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "White Matter Hyperintensities | Sodium, Dietary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alun Hughes", + "kol_full_name": "Alun Hughes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Proteogenomics | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158979", + "session_name": "Proteogenomic analysis in population biobanks identifies new therapeutic targets across heart failure subtypes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158979", + "first_name": "Albert", + "middle_name": "", + "last_name": "Henry", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteogenomic analysis in population biobanks identifies new therapeutic targets across heart failure subtypes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proteogenomics | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Albert Henry", + "kol_full_name": "Albert Henry" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Myocardial Infarction | Heart Septal Defects, Ventricular | Diagnosis, Differential | Cardiac Tamponade | Aneurysm, False", + "npi_num": "", + "hcp_pin_alias": "1158978", + "session_name": "ST-elevation myocardial infarction with unexpected ventricular septal defect, covered rupture & pericardial tamponade managed by combined percutaneous circulatory support as bridge to surgical repair,Spectacular and unexpected a rare case of a giant thrombosed left ventricular aneurysm after silent myocardial infarction - challenging differential diagnosis of true or false aneurysms", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158978", + "first_name": "Madan", + "middle_name": "Raj", + "last_name": "Poudel", + "org_name": "University Clinic OWL", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bielefeld", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ST-elevation myocardial infarction with unexpected ventricular septal defect", + "rest_events_session_count": 2, + "rest_events_session": " covered rupture & pericardial tamponade managed by combined percutaneous circulatory support as bridge to surgical repair,Spectacular and unexpected a rare case of a giant thrombosed left ventricular aneurysm after silent myocardial infarction - challenging differential diagnosis of true or false aneurysms", + "events_topic": "ST Elevation Myocardial Infarction | Myocardial Infarction ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Septal Defects, Ventricular | Diagnosis, Differential | Cardiac Tamponade | Aneurysm, False", + "kol_name": "Madan Raj Poudel", + "kol_full_name": "Madan Raj Poudel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158977", + "session_name": "Expression of cardiomyopathy-related genes in mononuclear blood cells predicts all-cause mortality in patients presenting with acute versus chronic coronary syndrome requiring revascularisation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158977", + "first_name": "Andrej", + "middle_name": "", + "last_name": "Teren", + "org_name": "University Clinic OWL", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bielefeld", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Expression of cardiomyopathy-related genes in mononuclear blood cells predicts all-cause mortality in patients presenting with acute versus chronic coronary syndrome requiring revascularisation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrej Teren", + "kol_full_name": "Andrej Teren" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obstetric Labor Complications | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158976", + "session_name": "Preliminary data on short-term outcomes within the cardio-obstetrics registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158976", + "first_name": "Deborah", + "middle_name": "", + "last_name": "Siry", + "org_name": "University Clinic", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Preliminary data on short-term outcomes within the cardio-obstetrics registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obstetric Labor Complications | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Deborah Siry", + "kol_full_name": "Deborah Siry" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158975", + "session_name": "Efficiency and sustainability: investigating the economic impact of cardiovascular diseases in ESC countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158975", + "first_name": "Aleksandra", + "middle_name": "", + "last_name": "Torbica", + "org_name": "University Bocconi", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficiency and sustainability: investigating the economic impact of cardiovascular diseases in ESC countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aleksandra Torbica", + "kol_full_name": "Aleksandra Torbica" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1158974", + "session_name": "Obesity and pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158974", + "first_name": "Athenais", + "middle_name": "", + "last_name": "Boucly", + "org_name": "Universite Paris-Saclay", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obesity and pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Athenais Boucly", + "kol_full_name": "Athenais Boucly" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Rate | Machine Learning | Blood Pressure Determination | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158973", + "session_name": "Heart rate variability to predict 1-day atrial fibrillation episode onset using machine learning,Invasive validation of central blood pressure measurements using a suprasystolic monitor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158973", + "first_name": "Stephane", + "middle_name": "Guy", + "last_name": "Carlier", + "org_name": "UMONS and CHU Helora Site Kennedy", + "Country": "Belgium", + "Region": "Hainaut", + "City": "Mons", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart rate variability to predict 1-day atrial fibrillation episode onset using machine learning", + "rest_events_session_count": 1, + "rest_events_session": "Invasive validation of central blood pressure measurements using a suprasystolic monitor", + "events_topic": "Heart Rate | Machine Learning ", + "rest_events_topic_count": 2, + "rest_events_topic": " Blood Pressure Determination | Atrial Fibrillation", + "kol_name": "Stephane Guy Carlier", + "kol_full_name": "Stephane Guy Carlier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcriptome", + "npi_num": "", + "hcp_pin_alias": "1158972", + "session_name": "Statins have profound effects on the epicardial fat transcriptome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158972", + "first_name": "Stefan", + "middle_name": "", + "last_name": "Soderberg", + "org_name": "Umea University", + "Country": "Sweden", + "Region": "Vasterbottens Lan", + "City": "Umea", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Statins have profound effects on the epicardial fat transcriptome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcriptome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefan Soderberg", + "kol_full_name": "Stefan Soderberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1158971", + "session_name": "A novel risk score based on exercise capacity to predict all-cause mortality in adults with congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158971", + "first_name": "Sandra", + "middle_name": "", + "last_name": "Skogby", + "org_name": "Umea University", + "Country": "Sweden", + "Region": "Vasterbottens Lan", + "City": "Umea", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel risk score based on exercise capacity to predict all-cause mortality in adults with congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sandra Skogby", + "kol_full_name": "Sandra Skogby" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Perioperative Period | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158970", + "session_name": "Discovering an unknown risk. The unnoticed, potientially life-threatening risk to people with an inherited cardaic arrhythmia during the non-cardiac perioperative period.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158970", + "first_name": "Lorraine", + "middle_name": "", + "last_name": "McGlinchey", + "org_name": "Ulster University Derry - Londonderry Campus", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discovering an unknown risk. The unnoticed", + "rest_events_session_count": 1, + "rest_events_session": " potientially life-threatening risk to people with an inherited cardaic arrhythmia during the non-cardiac perioperative period.", + "events_topic": "Perioperative Period | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lorraine McGlinchey", + "kol_full_name": "Lorraine McGlinchey" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Myocardial Infarction | Cluster Analysis", + "npi_num": "", + "hcp_pin_alias": "1158969", + "session_name": "Serum potassium levels and in-hospital mortality in distinct phenotypes of myocardial infarction patients by machine learning clustering", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158969", + "first_name": "Sangwoo", + "middle_name": "", + "last_name": "Park", + "org_name": "Ulsan University Hospital", + "Country": "Korea, South", + "Region": "Kyongsang-namdo", + "City": "Ulsan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serum potassium levels and in-hospital mortality in distinct phenotypes of myocardial infarction patients by machine learning clustering", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cluster Analysis", + "kol_name": "Sangwoo Park", + "kol_full_name": "Sangwoo Park" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Transcatheter Edge-to-Edge Repair | Mitral Valve Annuloplasty | Insulin-Like Growth Factor Binding Protein 2", + "npi_num": "", + "hcp_pin_alias": "1158968", + "session_name": "CSTB, FABP4, IBP-1 and ST2 are strong predictors of mortality after transcatheter edge-to-edge mitral valve repair,Insulin-like growth factor binding protein 2 predicts course of concomitant right-ventricular dilation and tricuspid regurgitation after transcatheter edge-to-edge mitral valve repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158968", + "first_name": "Matthias", + "middle_name": "", + "last_name": "Groeger", + "org_name": "Ulm University Heart Center", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Ulm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CSTB", + "rest_events_session_count": 3, + "rest_events_session": " FABP4, IBP-1 and ST2 are strong predictors of mortality after transcatheter edge-to-edge mitral valve repair,Insulin-like growth factor binding protein 2 predicts course of concomitant right-ventricular dilation and tricuspid regurgitation after transcatheter edge-to-edge mitral valve repair", + "events_topic": "Tricuspid Valve Insufficiency | Transcatheter Edge-to-Edge Repair ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mitral Valve Annuloplasty | Insulin-Like Growth Factor Binding Protein 2", + "kol_name": "Matthias Groeger", + "kol_full_name": "Matthias Groeger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Tomography, X-Ray Computed | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158967", + "session_name": "Fully automated CT analysis with a deep-learning based algorithm for pre-procedural planning in transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158967", + "first_name": "Mani", + "middle_name": "", + "last_name": "Arsalan", + "org_name": "UKGM Giessen", + "Country": "Germany", + "Region": "Hessen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fully automated CT analysis with a deep-learning based algorithm for pre-procedural planning in transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Tomography, X-Ray Computed ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "Mani Arsalan", + "kol_full_name": "Mani Arsalan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tobacco Products", + "npi_num": "", + "hcp_pin_alias": "1158966", + "session_name": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus) - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158966", + "first_name": "Maja-Lisa", + "middle_name": "", + "last_name": "Lochen", + "org_name": "UiT The Arctic University of Norway", + "Country": "Norway", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping", + "rest_events_session_count": 1, + "rest_events_session": " snus) - expert panel", + "events_topic": "Tobacco Products", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maja-Lisa Lochen", + "kol_full_name": "Maja-Lisa Lochen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemodynamic Assessment | Coronary Stenosis", + "npi_num": "", + "hcp_pin_alias": "1158965", + "session_name": "Diagnostic accuracy of automatic quantitative flow ratio for hemodynamic assessment of coronary artery stenosis: prospective observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158965", + "first_name": "You", + "middle_name": "Jeong", + "last_name": "Ki", + "org_name": "Uijeongbu Eulji Medical Center - Uijeongbu", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic accuracy of automatic quantitative flow ratio for hemodynamic assessment of coronary artery stenosis: prospective observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamic Assessment | Coronary Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "You Jeong Ki", + "kol_full_name": "You Jeong Ki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1158964", + "session_name": "Risk factors of 30-day mortality following cardiac surgery in adults with congenital heart disease: analysis from the Japanese registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158964", + "first_name": "Takumi", + "middle_name": "", + "last_name": "Osawa", + "org_name": "Tsukuba University Hospital", + "Country": "Japan", + "Region": "Ibaraki", + "City": "Tsukuba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors of 30-day mortality following cardiac surgery in adults with congenital heart disease: analysis from the Japanese registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takumi Osawa", + "kol_full_name": "Takumi Osawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Resistance | Fractional Flow Reserve | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158963", + "session_name": "Microvascular functional assessment using microvascular resistance reserve in patients undergoing elective fractional flow reserve-guided percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158963", + "first_name": "Masahiro", + "middle_name": "", + "last_name": "Hada", + "org_name": "Tsuchiura Kyodo Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Microvascular functional assessment using microvascular resistance reserve in patients undergoing elective fractional flow reserve-guided percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Resistance | Fractional Flow Reserve ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "Masahiro Hada", + "kol_full_name": "Masahiro Hada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microvascular Angina | Myocardial Bridging | Muscle Spasticity | Coronary Microvascular Spasm | Computed Tomography Angiography", + "npi_num": "", + "hcp_pin_alias": "1158962", + "session_name": "Predictors of microvascular spasm by spasm provocation testing in patients having angina with no obstructive coronary arteries,Association of vasospastic angina with myocardial bridging and pericoronary adipose tissue attenuation on computed tomography angiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158962", + "first_name": "Takashi", + "middle_name": "", + "last_name": "Mineo", + "org_name": "Tsuchiura Kyodo General Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of microvascular spasm by spasm provocation testing in patients having angina with no obstructive coronary arteries", + "rest_events_session_count": 1, + "rest_events_session": "Association of vasospastic angina with myocardial bridging and pericoronary adipose tissue attenuation on computed tomography angiography", + "events_topic": "Microvascular Angina | Myocardial Bridging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Muscle Spasticity | Coronary Microvascular Spasm | Computed Tomography Angiography", + "kol_name": "Takashi Mineo", + "kol_full_name": "Takashi Mineo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1158961", + "session_name": "Associate variables of coronary computed tomographic angiography-derived extracellular volume fraction and cardiac magnetic resonance-derived late-gadolinium enhancement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158961", + "first_name": "Hiroki", + "middle_name": "", + "last_name": "Ueno", + "org_name": "Tsuchiura Kyodo General Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associate variables of coronary computed tomographic angiography-derived extracellular volume fraction and cardiac magnetic resonance-derived late-gadolinium enhancement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroki Ueno", + "kol_full_name": "Hiroki Ueno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microvascular Dysfunction | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158960", + "session_name": "Noninvasive predictors of residual coronary microvascular dysfunction after elective percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158960", + "first_name": "Eisuke", + "middle_name": "", + "last_name": "Usui", + "org_name": "Tsuchiura Kyodo General Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Noninvasive predictors of residual coronary microvascular dysfunction after elective percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microvascular Dysfunction | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eisuke Usui", + "kol_full_name": "Eisuke Usui" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1158959", + "session_name": "HFpEF and glycemic variability: GHIDD Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158959", + "first_name": "Giovanni", + "middle_name": "", + "last_name": "Fazio", + "org_name": "Triolo Zancla C.D.C Health Centre", + "Country": "Italy", + "Region": "Sicilia", + "City": "Palermo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HFpEF and glycemic variability: GHIDD Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giovanni Fazio", + "kol_full_name": "Giovanni Fazio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1158958", + "session_name": "Tricky treatments for endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158958", + "first_name": "Mathias", + "middle_name": "", + "last_name": "Van Hemelrijck", + "org_name": "Triemli Hospital", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tricky treatments for endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mathias Van Hemelrijck", + "kol_full_name": "Mathias Van Hemelrijck" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Impella | Direct Oral Anticoagulants | Intra-Aortic Balloon Pumping | Shock, Cardiogenic | Extracorporeal Membrane Oxygenation | Venous Thromboembolism", + "npi_num": "", + "hcp_pin_alias": "1158957", + "session_name": "Effectiveness of an Impella versus intra-aortic balloon pump in patients who received extracorporeal membrane oxygenation: a nationwide inpatient database study,Procedural volume and outcomes in patients with cardiogenic shock who received Impella: insight from the J-PVAD Registry,Application of DOAC Score for the risk-stratification of major bleeding in patients with venous thromboembolism on direct oral anticoagulants: insight from the COMMAND VTE Registry-2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158957", + "first_name": "Yuji", + "middle_name": "", + "last_name": "Nishimoto", + "org_name": "Toyonaka Municipal Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Toyonaka", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effectiveness of an Impella versus intra-aortic balloon pump in patients who received extracorporeal membrane oxygenation: a nationwide inpatient database study", + "rest_events_session_count": 2, + "rest_events_session": "Procedural volume and outcomes in patients with cardiogenic shock who received Impella: insight from the J-PVAD Registry,Application of DOAC Score for the risk-stratification of major bleeding in patients with venous thromboembolism on direct oral anticoagulants: insight from the COMMAND VTE Registry-2", + "events_topic": "Impella | Direct Oral Anticoagulants ", + "rest_events_topic_count": 4, + "rest_events_topic": " Intra-Aortic Balloon Pumping | Shock, Cardiogenic | Extracorporeal Membrane Oxygenation | Venous Thromboembolism", + "kol_name": "Yuji Nishimoto", + "kol_full_name": "Yuji Nishimoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bachmann Bundle Pacing", + "npi_num": "", + "hcp_pin_alias": "1158956", + "session_name": "Verification of intra- and inter-atrial conduction during Bachmann's bundle pacing using longitudinal bi-atrial strain", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158956", + "first_name": "Daisuke", + "middle_name": "", + "last_name": "Yoshimoto", + "org_name": "Toyohashi Heart Center", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Verification of intra- and inter-atrial conduction during Bachmann's bundle pacing using longitudinal bi-atrial strain", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bachmann Bundle Pacing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daisuke Yoshimoto", + "kol_full_name": "Daisuke Yoshimoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial | Pulmonary Veins Isolation", + "npi_num": "", + "hcp_pin_alias": "1158955", + "session_name": "Detecting epicardial connection through intercaval bundle using intra-atrial activation sequence during right pulmonary vein pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158955", + "first_name": "Akio", + "middle_name": "", + "last_name": "Chikata", + "org_name": "Toyama Prefectural Central Hospital", + "Country": "Japan", + "Region": "Toyama", + "City": "Toyama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Detecting epicardial connection through intercaval bundle using intra-atrial activation sequence during right pulmonary vein pacing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial | Pulmonary Veins Isolation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Akio Chikata", + "kol_full_name": "Akio Chikata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Care Facilities | Health Inequities", + "npi_num": "", + "hcp_pin_alias": "1158954", + "session_name": "Health inequities in cardiac care and cardiovascular guideline concordance in Australian migrant populations: data correlation for culturally and linguistically diverse populations (DatCALD) project", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158954", + "first_name": "Kannikar", + "middle_name": "", + "last_name": "Wechkunanukul", + "org_name": "Torrens University Australia", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Health inequities in cardiac care and cardiovascular guideline concordance in Australian migrant populations: data correlation for culturally and linguistically diverse populations (DatCALD) project", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Care Facilities | Health Inequities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kannikar Wechkunanukul", + "kol_full_name": "Kannikar Wechkunanukul" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immunity, Innate | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158953", + "session_name": "Innate immunity mechanisms in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158953", + "first_name": "Slava", + "middle_name": "", + "last_name": "Epelman", + "org_name": "Toronto General Hospital", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innate immunity mechanisms in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunity, Innate | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Slava Epelman", + "kol_full_name": "Slava Epelman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Transcatheter Interventions | Patient Care", + "npi_num": "", + "hcp_pin_alias": "1158952", + "session_name": "Case discussion: intermediate high-risk patient,Pulmonary artery pulsatility index evaluation in intermediate-to-high and high-risk pulmonary embolism patients underwent transcatheter intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158952", + "first_name": "Mario", + "middle_name": "", + "last_name": "Iannaccone", + "org_name": "Torino North Emergency San Giovanni Bosco", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case discussion: intermediate high-risk patient", + "rest_events_session_count": 1, + "rest_events_session": "Pulmonary artery pulsatility index evaluation in intermediate-to-high and high-risk pulmonary embolism patients underwent transcatheter intervention", + "events_topic": "Pulmonary Embolism | Transcatheter Interventions ", + "rest_events_topic_count": 1, + "rest_events_topic": " Patient Care", + "kol_name": "Mario Iannaccone", + "kol_full_name": "Mario Iannaccone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Glucagon-Like Peptide 1", + "npi_num": "", + "hcp_pin_alias": "1158951", + "session_name": "GLP-1 RA as first-line therapy to improve outcomes?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158951", + "first_name": "Paolo", + "middle_name": "", + "last_name": "Sbraccia", + "org_name": "Tor Vergata University Hospital Polyclinic", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "GLP-1 RA as first-line therapy to improve outcomes?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glucagon-Like Peptide 1", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paolo Sbraccia", + "kol_full_name": "Paolo Sbraccia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Radiofrequency Ablation | Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "1158950", + "session_name": "The mechanism of silent steam pop during radiofrequency catheter ablation: an ex-vivo porcine heart study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158950", + "first_name": "Rena", + "middle_name": "", + "last_name": "Nakamura", + "org_name": "Tokyo Yamate Medical Center", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The mechanism of silent steam pop during radiofrequency catheter ablation: an ex-vivo porcine heart study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiofrequency Ablation | Catheter Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rena Nakamura", + "kol_full_name": "Rena Nakamura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Artery Coupling | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158949", + "session_name": "Prognostic role of right ventricular-pulmonary artery coupling assessed by TAPSE/PASP ratio in patients with heart failure and mildly reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158949", + "first_name": "Manami", + "middle_name": "", + "last_name": "Ono", + "org_name": "Tokyo Women's Medical University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic role of right ventricular-pulmonary artery coupling assessed by TAPSE/PASP ratio in patients with heart failure and mildly reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Artery Coupling | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Manami Ono", + "kol_full_name": "Manami Ono" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158948", + "session_name": "Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158948", + "first_name": "Atsushi", + "middle_name": "", + "last_name": "Suzuki", + "org_name": "Tokyo Women's Medical University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Miscellaneous clinical studies in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Atsushi Suzuki", + "kol_full_name": "Atsushi Suzuki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Positron-Emission Tomography | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1158947", + "session_name": "Identification of ischemia with no obstructive coronary arteries using 13N-ammonia positron emission tomography-derived myocardial strain ratio", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158947", + "first_name": "Akiko", + "middle_name": "", + "last_name": "Sakai", + "org_name": "Tokyo Women's Medical University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification of ischemia with no obstructive coronary arteries using 13N-ammonia positron emission tomography-derived myocardial strain ratio", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Positron-Emission Tomography | Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Akiko Sakai", + "kol_full_name": "Akiko Sakai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Dissection", + "npi_num": "", + "hcp_pin_alias": "1158946", + "session_name": "Associations of interfacility transfer with clinical presentation and early mortality in patients with type a acute aortic dissection: a registry study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158946", + "first_name": "Toshiyuki", + "middle_name": "", + "last_name": "Takahashi", + "org_name": "Tokyo Saiseikai Central Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations of interfacility transfer with clinical presentation and early mortality in patients with type a acute aortic dissection: a registry study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Toshiyuki Takahashi", + "kol_full_name": "Toshiyuki Takahashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Conduction Block", + "npi_num": "", + "hcp_pin_alias": "1158945", + "session_name": "Anatomical characteristics of the phrenic nerve and the spontaneous conduction block between the right atrium and the superior vena cava", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158945", + "first_name": "Rintaro", + "middle_name": "", + "last_name": "Hojo", + "org_name": "Tokyo Metropolitan Hiroo Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anatomical characteristics of the phrenic nerve and the spontaneous conduction block between the right atrium and the superior vena cava", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Conduction Block", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rintaro Hojo", + "kol_full_name": "Rintaro Hojo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Tachycardia, Atrioventricular Nodal Reentry", + "npi_num": "", + "hcp_pin_alias": "1158944", + "session_name": "Novel approach of slow pathway ablation in common atrioventricular nodal reentrant tachycardia by peak frequency map", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158944", + "first_name": "Masao", + "middle_name": "", + "last_name": "Takahashi", + "org_name": "Tokyo Metropolitan Hiroo Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel approach of slow pathway ablation in common atrioventricular nodal reentrant tachycardia by peak frequency map", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Tachycardia, Atrioventricular Nodal Reentry", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masao Takahashi", + "kol_full_name": "Masao Takahashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angiography | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158943", + "session_name": "Clinical and angiographic features of patients experiencing exercise-induced out-of-hospital cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158943", + "first_name": "Norihiro", + "middle_name": "", + "last_name": "Kuroki", + "org_name": "Tokyo Metropolitan Bokutoh Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical and angiographic features of patients experiencing exercise-induced out-of-hospital cardiac arrest", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angiography | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Norihiro Kuroki", + "kol_full_name": "Norihiro Kuroki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Radiofrequency Ablation | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158942", + "session_name": "Risk of right coronary artery injury and distance from tricuspid valve ring to right coronary artery in radiofrequency ablation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158942", + "first_name": "Masateru", + "middle_name": "", + "last_name": "Takigawa", + "org_name": "Tokyo Medical And Dental University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk of right coronary artery injury and distance from tricuspid valve ring to right coronary artery in radiofrequency ablation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiofrequency Ablation | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masateru Takigawa", + "kol_full_name": "Masateru Takigawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Premature Complexes | Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "1158941", + "session_name": "Efficacy and safety of catheter ablation for idiopathic premature ventricular contraction in Japan: from the nationwide Japan Catheter Ablation Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158941", + "first_name": "Kentaro", + "middle_name": "", + "last_name": "Goto", + "org_name": "Tokyo Medical And Dental University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of catheter ablation for idiopathic premature ventricular contraction in Japan: from the nationwide Japan Catheter Ablation Registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Premature Complexes | Catheter Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kentaro Goto", + "kol_full_name": "Kentaro Goto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158940", + "session_name": "A comprehensive approach combining FFR, CFR, and IMR in order to predict adverse cardiovascular events in patients with non-obstructive coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158940", + "first_name": "Hiroshi", + "middle_name": "", + "last_name": "Yoshikawa", + "org_name": "Tokyo Medical And Dental University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A comprehensive approach combining FFR", + "rest_events_session_count": 2, + "rest_events_session": " CFR, and IMR in order to predict adverse cardiovascular events in patients with non-obstructive coronary artery disease", + "events_topic": "Fractional Flow Reserve, Myocardial | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroshi Yoshikawa", + "kol_full_name": "Hiroshi Yoshikawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1158939", + "session_name": "Predicting the severity of valvular heart diseases using ai integrated with ECG and anthropometric data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158939", + "first_name": "Masafumi", + "middle_name": "", + "last_name": "Nakayama", + "org_name": "Tokyo D Tower Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting the severity of valvular heart diseases using ai integrated with ECG and anthropometric data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masafumi Nakayama", + "kol_full_name": "Masafumi Nakayama" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Atrial Function", + "npi_num": "", + "hcp_pin_alias": "1158938", + "session_name": "Impact of left atrial size on outcomes in patients with atrial functional mitral regurgitation,Impact of left atrial size on outcomes in patients with atrial functional mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158938", + "first_name": "Nahoko", + "middle_name": "", + "last_name": "Kato", + "org_name": "Tokyo Bay Urayasu/Ichikawa Medical Center", + "Country": "Japan", + "Region": "Chiba", + "City": "Urayasu", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of left atrial size on outcomes in patients with atrial functional mitral regurgitation", + "rest_events_session_count": 1, + "rest_events_session": "Impact of left atrial size on outcomes in patients with atrial functional mitral regurgitation", + "events_topic": "Mitral Valve Insufficiency | Atrial Function", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nahoko Kato", + "kol_full_name": "Nahoko Kato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immunoglobulin Light Chains | Tretinoin | Prealbumin | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158937", + "session_name": "Differential echocardiographic profiles in immunoglobulin light chain and transthyretin amyloid cardiomyopathy: insights from speckle tracking analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158937", + "first_name": "Yoshihito", + "middle_name": "", + "last_name": "Saijo", + "org_name": "Tokushima University Hospital", + "Country": "Japan", + "Region": "Tokushima", + "City": "Tokushima", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differential echocardiographic profiles in immunoglobulin light chain and transthyretin amyloid cardiomyopathy: insights from speckle tracking analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoglobulin Light Chains | Tretinoin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Prealbumin | Cardiomyopathies", + "kol_name": "Yoshihito Saijo", + "kol_full_name": "Yoshihito Saijo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug-Eluting Stents | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158936", + "session_name": "Drug-coated balloon versus drug-eluting stent for de novo culprit lesion in acute coronary syndromes: a report from nationwide registry in japan", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158936", + "first_name": "Tomonori", + "middle_name": "", + "last_name": "Takahashi", + "org_name": "Tokushima University Hospital", + "Country": "Japan", + "Region": "Tokushima", + "City": "Tokushima", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drug-coated balloon versus drug-eluting stent for de novo culprit lesion in acute coronary syndromes: a report from nationwide registry in japan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-Eluting Stents | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tomonori Takahashi", + "kol_full_name": "Tomonori Takahashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bailout Technique | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158935", + "session_name": "HIKICOM Bailout technique: Bailout method using trans atrial septal approach for guidewire removal from the left ventricle during sapien s3 implantation in TAVR", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158935", + "first_name": "Tatsuya", + "middle_name": "", + "last_name": "Kokawa", + "org_name": "Tokushima Red Cross Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HIKICOM Bailout technique: Bailout method using trans atrial septal approach for guidewire removal from the left ventricle during sapien s3 implantation in TAVR", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bailout Technique | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tatsuya Kokawa", + "kol_full_name": "Tatsuya Kokawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158934", + "session_name": "Aortic stenosis with concomitant coronary artery disease: strategies to access the coronary arteries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158934", + "first_name": "Yohei", + "middle_name": "", + "last_name": "Ohno", + "org_name": "Tokai University Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic stenosis with concomitant coronary artery disease: strategies to access the coronary arteries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yohei Ohno", + "kol_full_name": "Yohei Ohno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antithrombotic Therapy | Medication Adherence", + "npi_num": "", + "hcp_pin_alias": "1158933", + "session_name": "Medication adherence and antithrombotic therapy outcomes: insights from a post-hoc analysis of the AFIRE trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158933", + "first_name": "Naoki", + "middle_name": "", + "last_name": "Chiba", + "org_name": "Tohoku University Hospital", + "Country": "Japan", + "Region": "Miyagi", + "City": "Sendai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Medication adherence and antithrombotic therapy outcomes: insights from a post-hoc analysis of the AFIRE trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antithrombotic Therapy | Medication Adherence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Naoki Chiba", + "kol_full_name": "Naoki Chiba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Ventricular Arrhythmia", + "npi_num": "", + "hcp_pin_alias": "1158932", + "session_name": "Risk factors for fatal ventricular arrhythmias in heart failure with preserved ejection fraction: a report from the CHART-2 Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158932", + "first_name": "Tomohiro", + "middle_name": "", + "last_name": "Ito", + "org_name": "Tohoku University", + "Country": "Japan", + "Region": "Miyagi", + "City": "Sendai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors for fatal ventricular arrhythmias in heart failure with preserved ejection fraction: a report from the CHART-2 Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Ventricular Arrhythmia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tomohiro Ito", + "kol_full_name": "Tomohiro Ito" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Secondary Prevention | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158931", + "session_name": "Prediction of 10-year risk for recurrent atherosclerotic cardiovascular events in a secondary prevention population: Insights from CHART-2 and Suita studies in the Japanese population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158931", + "first_name": "Kazuma", + "middle_name": "", + "last_name": "Oyama", + "org_name": "Tohoku University", + "Country": "Japan", + "Region": "Miyagi", + "City": "Sendai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of 10-year risk for recurrent atherosclerotic cardiovascular events in a secondary prevention population: Insights from CHART-2 and Suita studies in the Japanese population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Secondary Prevention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Kazuma Oyama", + "kol_full_name": "Kazuma Oyama" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158930", + "session_name": "Optimizing patient selection for cardiac resynchronization therapy in a multicenter study of Japanese patients: assessment of the MADIT-ICD benefit group", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158930", + "first_name": "Hiroyuki", + "middle_name": "", + "last_name": "Sato", + "org_name": "Tohoku University", + "Country": "Japan", + "Region": "Miyagi", + "City": "Sendai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimizing patient selection for cardiac resynchronization therapy in a multicenter study of Japanese patients: assessment of the MADIT-ICD benefit group", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroyuki Sato", + "kol_full_name": "Hiroyuki Sato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158929", + "session_name": "Risk stratification in percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158929", + "first_name": "Hiroaki", + "middle_name": "", + "last_name": "Shimokawa", + "org_name": "Tohoku University", + "Country": "Japan", + "Region": "Miyagi", + "City": "Sendai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification in percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroaki Shimokawa", + "kol_full_name": "Hiroaki Shimokawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmogenesis | Connexin 43", + "npi_num": "", + "hcp_pin_alias": "1158928", + "session_name": "Activation of mitochondrial KATP channels attenuates arrhythmogenesis increased in cardiac-specific connexin43-deficient mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158928", + "first_name": "Haruka", + "middle_name": "", + "last_name": "Sato", + "org_name": "Tohoku University", + "Country": "Japan", + "Region": "Miyagi", + "City": "Sendai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Activation of mitochondrial KATP channels attenuates arrhythmogenesis increased in cardiac-specific connexin43-deficient mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmogenesis | Connexin 43", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Haruka Sato", + "kol_full_name": "Haruka Sato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Muscular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158927", + "session_name": "Clinical significance of disproportionate LA myopathy in HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158927", + "first_name": "Sari", + "middle_name": "", + "last_name": "Waga", + "org_name": "Toho University Ohashi Medical Center", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical significance of disproportionate LA myopathy in HFpEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Muscular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sari Waga", + "kol_full_name": "Sari Waga" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Lung Diseases", + "npi_num": "", + "hcp_pin_alias": "1158926", + "session_name": "Diagnosis of chronic thromboembolic pulmonary disease from an intensive pulmonary embolism treatment center", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158926", + "first_name": "Manabu", + "middle_name": "", + "last_name": "Sato", + "org_name": "Toho University Ohashi Medical Center", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosis of chronic thromboembolic pulmonary disease from an intensive pulmonary embolism treatment center", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism | Lung Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Manabu Sato", + "kol_full_name": "Manabu Sato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Heart Failure | Mortality | Anemia", + "npi_num": "", + "hcp_pin_alias": "1158925", + "session_name": "Impact of global longitudinal strain and anemia for predicting cardiovascular mortality in patients hospitalized for acute heart failure with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158925", + "first_name": "Jumpei", + "middle_name": "", + "last_name": "Yamamoto", + "org_name": "Toho University Ohashi Medical Center", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of global longitudinal strain and anemia for predicting cardiovascular mortality in patients hospitalized for acute heart failure with atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mortality | Anemia", + "kol_name": "Jumpei Yamamoto", + "kol_full_name": "Jumpei Yamamoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Beta Blockers | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158924", + "session_name": "Beta-blocker use and outcomes in patients with heart failure and mildly reduced and preserved ejection fraction,Obesity and renal impairment in patients with heart failure and reduced ejection fraction: another obesity paradox?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158924", + "first_name": "Shingo", + "middle_name": "", + "last_name": "Matsumoto", + "org_name": "Toho University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beta-blocker use and outcomes in patients with heart failure and mildly reduced and preserved ejection fraction", + "rest_events_session_count": 1, + "rest_events_session": "Obesity and renal impairment in patients with heart failure and reduced ejection fraction: another obesity paradox?", + "events_topic": "Obesity | Beta Blockers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Shingo Matsumoto", + "kol_full_name": "Shingo Matsumoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158923", + "session_name": "Prognostic values of lipoprotein(a) levels for secondary prevention of acute coronary syndrome among patients who underwent primary percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158923", + "first_name": "Ryo", + "middle_name": "", + "last_name": "Okubo", + "org_name": "Toho University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic values of lipoprotein(a) levels for secondary prevention of acute coronary syndrome among patients who underwent primary percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ryo Okubo", + "kol_full_name": "Ryo Okubo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pacemaker, Artificial", + "npi_num": "", + "hcp_pin_alias": "1158922", + "session_name": "Extraction of an aveir leadless pacemaker using the loop wire technique", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158922", + "first_name": "Kensuke", + "middle_name": "", + "last_name": "Yano", + "org_name": "Toho University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extraction of an aveir leadless pacemaker using the loop wire technique", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kensuke Yano", + "kol_full_name": "Kensuke Yano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Risk Assessment | Coronary Stenosis | Regression, Psychology | Cardiovascular Diseases | Echocardiography | Artificial Intelligence | Myocardial Infarction | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158921", + "session_name": "To evaluate coronary microvascular obstruction by myocardial contrast echocardiography and its influence on prognosis in patients with ST-segment elevation myocardial infarction,Association of PCSK6 rs1531817(C/A) polymorphism with the prognosis and coronary stenosis in premature myocardial infarction patients: a prospective cohort study,Analysis of risk factors in high-risk plaque in acute coronary syndrome based on LASSO regression,Progress and challenges in artificial intelligence for cardiovascular risk assessment and diagnosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158921", + "first_name": "Jing", + "middle_name": "", + "last_name": "Gao", + "org_name": "Tianjin Chest Hospital", + "Country": "China", + "Region": "Tianjin", + "City": "TIANJIN", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "To evaluate coronary microvascular obstruction by myocardial contrast echocardiography and its influence on prognosis in patients with ST-segment elevation myocardial infarction", + "rest_events_session_count": 3, + "rest_events_session": "Association of PCSK6 rs1531817(C/A) polymorphism with the prognosis and coronary stenosis in premature myocardial infarction patients: a prospective cohort study,Analysis of risk factors in high-risk plaque in acute coronary syndrome based on LASSO regression,Progress and challenges in artificial intelligence for cardiovascular risk assessment and diagnosis", + "events_topic": "ST Elevation Myocardial Infarction | Risk Assessment ", + "rest_events_topic_count": 7, + "rest_events_topic": " Coronary Stenosis | Regression, Psychology | Cardiovascular Diseases | Echocardiography | Artificial Intelligence | Myocardial Infarction | Acute Coronary Syndrome", + "kol_name": "Jing Gao", + "kol_full_name": "Jing Gao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Anticoagulation | Factor XI Inhibition", + "npi_num": "", + "hcp_pin_alias": "1158920", + "session_name": "Personalised anticoagulation therapy in eligible patients with atrial fibrillation,Factor XI inhibition uncoupled: mechanistic insights and rationale", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158920", + "first_name": "Jeffrey", + "middle_name": "", + "last_name": "Weitz", + "org_name": "Thrombosis & Atherosclerosis Research Institute (TaARI)", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised anticoagulation therapy in eligible patients with atrial fibrillation", + "rest_events_session_count": 1, + "rest_events_session": "Factor XI inhibition uncoupled: mechanistic insights and rationale", + "events_topic": "Atrial Fibrillation | Anticoagulation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Factor XI Inhibition", + "kol_name": "Jeffrey Weitz", + "kol_full_name": "Jeffrey Weitz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158919", + "session_name": "Monogenetic cardiac diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158919", + "first_name": "Dany", + "middle_name": "", + "last_name": "Haroun", + "org_name": "Thorax Centre in Medisch Spectrum Twente (MST)", + "Country": "Netherlands", + "Region": "Overijssel", + "City": "Enschede", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Monogenetic cardiac diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dany Haroun", + "kol_full_name": "Dany Haroun" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "DNA Damage | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1158918", + "session_name": "Myocardial DNA damage is responsible for the relationship between genotype and treatment response in patients with dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158918", + "first_name": "Zhehao", + "middle_name": "", + "last_name": "Dai", + "org_name": "The University of Tokyo", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial DNA damage is responsible for the relationship between genotype and treatment response in patients with dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "DNA Damage | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhehao Dai", + "kol_full_name": "Zhehao Dai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Cardioprotection | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158917", + "session_name": "Single cell multi-omics analysis unveils a distinct mechanism of exercise-mediated cardioprotection in ischemic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158917", + "first_name": "Takahiro", + "middle_name": "", + "last_name": "Jimba", + "org_name": "The University of Tokyo", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Single cell multi-omics analysis unveils a distinct mechanism of exercise-mediated cardioprotection in ischemic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Cardioprotection ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Takahiro Jimba", + "kol_full_name": "Takahiro Jimba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Ischemia | Homeostasis", + "npi_num": "", + "hcp_pin_alias": "1158916", + "session_name": "Lipin1 prevents ischemic heart disease by regulating lipid homeostasis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158916", + "first_name": "Jiaxi", + "middle_name": "", + "last_name": "Guo", + "org_name": "The University of Tokyo", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipin1 prevents ischemic heart disease by regulating lipid homeostasis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Ischemia | Homeostasis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jiaxi Guo", + "kol_full_name": "Jiaxi Guo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microvascular Angina | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158915", + "session_name": "Comprehensive diagnosis and treatment of coronary microvascular dysfunction in patients with chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158915", + "first_name": "Hiroyuki", + "middle_name": "", + "last_name": "Kiriyama", + "org_name": "The University of Tokyo", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comprehensive diagnosis and treatment of coronary microvascular dysfunction in patients with chronic coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microvascular Angina | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroyuki Kiriyama", + "kol_full_name": "Hiroyuki Kiriyama" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antithrombotic Therapy | Drug Interactions | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "1158914", + "session_name": "Antithrombotic and anticoagulant therapy in special populations,Drug interactions, efficacy, and safety", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158914", + "first_name": "Felice", + "middle_name": "", + "last_name": "Gragnano", + "org_name": "The University of Campania Luigi Vanvitelli", + "Country": "Italy", + "Region": "Campania", + "City": "Caserta", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antithrombotic and anticoagulant therapy in special populations", + "rest_events_session_count": 3, + "rest_events_session": "Drug interactions, efficacy, and safety", + "events_topic": "Antithrombotic Therapy | Drug Interactions ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anticoagulants", + "kol_name": "Felice Gragnano", + "kol_full_name": "Felice Gragnano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Arrhythmia", + "npi_num": "", + "hcp_pin_alias": "1158913", + "session_name": "Human models to investigate atrial arrhythmia mechanisms", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158913", + "first_name": "Torsten", + "middle_name": "", + "last_name": "Christ", + "org_name": "The University Medical Center Hamburg-Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Human models to investigate atrial arrhythmia mechanisms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Arrhythmia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Torsten Christ", + "kol_full_name": "Torsten Christ" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Metabolomics", + "npi_num": "", + "hcp_pin_alias": "1158912", + "session_name": "Genomic and metabolomics in cardiovascular medicine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158912", + "first_name": "Tanja", + "middle_name": "", + "last_name": "Zeller", + "org_name": "The University Medical Center Hamburg-Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genomic and metabolomics in cardiovascular medicine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Metabolomics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tanja Zeller", + "kol_full_name": "Tanja Zeller" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158911", + "session_name": "Assessment of experimental circulating biomarkers in volume and pressure overload: insights from a cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158911", + "first_name": "Dora", + "middle_name": "", + "last_name": "Csengeri", + "org_name": "The University Medical Center Hamburg-Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of experimental circulating biomarkers in volume and pressure overload: insights from a cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dora Csengeri", + "kol_full_name": "Dora Csengeri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158910", + "session_name": "Atrial fibrillation: what is associated with mortality?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158910", + "first_name": "Christoph", + "middle_name": "", + "last_name": "Sinning", + "org_name": "The University Medical Center Hamburg-Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation: what is associated with mortality?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christoph Sinning", + "kol_full_name": "Christoph Sinning" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Albuminuria", + "npi_num": "", + "hcp_pin_alias": "1158909", + "session_name": "Life course cumulative PM2.5 exposure since childhood and albuminuria in midlife: a 30-year prospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158909", + "first_name": "Yalan", + "middle_name": "", + "last_name": "Li", + "org_name": "The Third Xiangya Hospital of Central South University", + "Country": "China", + "Region": "Hunan", + "City": "Changsha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Life course cumulative PM2.5 exposure since childhood and albuminuria in midlife: a 30-year prospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Albuminuria", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yalan Li", + "kol_full_name": "Yalan Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dyslipidemias | Hypercholesterolemia | Ongericimab", + "npi_num": "", + "hcp_pin_alias": "1158908", + "session_name": "Efficacy and safety of ongericimab in Chinese statin intolerant patients with primary hypercholesterolemia or mixed dyslipidemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158908", + "first_name": "Zhaohui", + "middle_name": "", + "last_name": "Pei", + "org_name": "The Third Hospital of Nanchang", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of ongericimab in Chinese statin intolerant patients with primary hypercholesterolemia or mixed dyslipidemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dyslipidemias | Hypercholesterolemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ongericimab", + "kol_name": "Zhaohui Pei", + "kol_full_name": "Zhaohui Pei" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-ST Elevated Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158907", + "session_name": "Ethnic disparity in the care and management of non-ST-segment elevation myocardial infarction and its impact on short-term and long-term survival: a long-term study of a national registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158907", + "first_name": "Hassan", + "middle_name": "Oluwakayode", + "last_name": "Yera", + "org_name": "The Shrewsbury and Telford Hospital NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Shrewsbury", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ethnic disparity in the care and management of non-ST-segment elevation myocardial infarction and its impact on short-term and long-term survival: a long-term study of a national registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non-ST Elevated Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hassan Oluwakayode Yera", + "kol_full_name": "Hassan Oluwakayode Yera" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158906", + "session_name": "Intimal tear of ascending aorta caused myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158906", + "first_name": "Zhaowei", + "middle_name": "", + "last_name": "Zhu", + "org_name": "The Second Xiangya Hospital of Central South University", + "Country": "China", + "Region": "Hunan", + "City": "Changsha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intimal tear of ascending aorta caused myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhaowei Zhu", + "kol_full_name": "Zhaowei Zhu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158905", + "session_name": "Independent associations of educational attainment and its joint associations with LE8 score for risk of cardiovascular disease incidence and mortality among Chinese people,Sleep characteristics in relation to cardiovascular disease incidence and mortality in individuals with diabetes,LE8 score in relation to cardiovascular disease and mortality in individuals with diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158905", + "first_name": "Zhangling", + "middle_name": "", + "last_name": "Chen", + "org_name": "The Second Xiangya Hospital of Central South University", + "Country": "China", + "Region": "Hunan", + "City": "Changsha", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Independent associations of educational attainment and its joint associations with LE8 score for risk of cardiovascular disease incidence and mortality among Chinese people", + "rest_events_session_count": 2, + "rest_events_session": "Sleep characteristics in relation to cardiovascular disease incidence and mortality in individuals with diabetes,LE8 score in relation to cardiovascular disease and mortality in individuals with diabetes", + "events_topic": "Diabetes Mellitus | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhangling Chen", + "kol_full_name": "Zhangling Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Radiofrequency Ablation | Transcatheter Aortic Valve Replacement | Cardiomyopathy, Hypertrophic | Intracranial Embolism", + "npi_num": "", + "hcp_pin_alias": "1158904", + "session_name": "Trans-femoral transcatheter intramyocardial septal radiofrequency ablation: a novel therapeutic approach for obstructive hypertrophic cardiomyopathy,Association between silent cerebral embolism and cognitive alterations following transcatheter aortic valve replacement in bicuspid versus tricuspid aortic valve patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158904", + "first_name": "Yiyuan", + "middle_name": "", + "last_name": "Huang", + "org_name": "The Second Xiangya Hospital of Central South University", + "Country": "China", + "Region": "Hunan", + "City": "Changsha", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trans-femoral transcatheter intramyocardial septal radiofrequency ablation: a novel therapeutic approach for obstructive hypertrophic cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Association between silent cerebral embolism and cognitive alterations following transcatheter aortic valve replacement in bicuspid versus tricuspid aortic valve patients", + "events_topic": "Radiofrequency Ablation | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Intracranial Embolism", + "kol_name": "Yiyuan Huang", + "kol_full_name": "Yiyuan Huang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Reperfusion Injury | STAT1 Transcription Factor | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1158903", + "session_name": "FGF21 blunts cardiac ischemia/ reperfusion injury by promoting autophagic flux via Stat1/Irgm1 pathway", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158903", + "first_name": "Tao", + "middle_name": "", + "last_name": "Tu", + "org_name": "The Second Xiangya Hospital of Central South University", + "Country": "China", + "Region": "Hunan", + "City": "Changsha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "FGF21 blunts cardiac ischemia/ reperfusion injury by promoting autophagic flux via Stat1/Irgm1 pathway", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reperfusion Injury | STAT1 Transcription Factor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemia", + "kol_name": "Tao Tu", + "kol_full_name": "Tao Tu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Radiotherapy | Methylation | Cardiomyopathy, Hypertrophic | Familial Primary Pulmonary Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158902", + "session_name": "Comprehensive bioinformatic analysis identified m6A methylation as an important regulator in mediating immune response during idiopathic pulmonary arterial hypertension,Effect of stereotactic body radiation therapy on left ventricular diastole function in symptomatic patients with hypertrophic obstructive cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158902", + "first_name": "Na", + "middle_name": "", + "last_name": "Liu", + "org_name": "The Second Xiangya Hospital of Central South University", + "Country": "China", + "Region": "Hunan", + "City": "Changsha", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comprehensive bioinformatic analysis identified m6A methylation as an important regulator in mediating immune response during idiopathic pulmonary arterial hypertension", + "rest_events_session_count": 1, + "rest_events_session": "Effect of stereotactic body radiation therapy on left ventricular diastole function in symptomatic patients with hypertrophic obstructive cardiomyopathy", + "events_topic": "Radiotherapy | Methylation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Familial Primary Pulmonary Hypertension", + "kol_name": "Na Liu", + "kol_full_name": "Na Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Fibrosis | Ultrasonography, Interventional", + "npi_num": "", + "hcp_pin_alias": "1158901", + "session_name": "Economic evaluation of fractional flow reserve-guided versus intravascular ultrasound-guided percutaneous coronary intervention,Matrix and fibrosis: experimental aspects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158901", + "first_name": "Xinyang", + "middle_name": "", + "last_name": "Hu", + "org_name": "The Second Affiliated Hospital, Zhejiang University School of Medicine", + "Country": "China", + "Region": "Zhejiang", + "City": "Hangzhou", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Economic evaluation of fractional flow reserve-guided versus intravascular ultrasound-guided percutaneous coronary intervention", + "rest_events_session_count": 1, + "rest_events_session": "Matrix and fibrosis: experimental aspects", + "events_topic": "Percutaneous Coronary Intervention | Fibrosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ultrasonography, Interventional", + "kol_name": "Xinyang Hu", + "kol_full_name": "Xinyang Hu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Ultrasonography, Interventional | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1158900", + "session_name": "Clinical relevance of discordance between physiology- and imaging-guided PCI strategies in patients with intermediate coronary stenosis,Intravascular ultrasound criteria for percutaneous coronary intervention in patients with intermediate coronary stenosis: a secondary analysis of FLAVOUR trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158900", + "first_name": "Jinlong", + "middle_name": "", + "last_name": "Zhang", + "org_name": "The Second Affiliated Hospital, Zhejiang University School of Medicine", + "Country": "China", + "Region": "Zhejiang", + "City": "Hangzhou", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical relevance of discordance between physiology- and imaging-guided PCI strategies in patients with intermediate coronary stenosis", + "rest_events_session_count": 1, + "rest_events_session": "Intravascular ultrasound criteria for percutaneous coronary intervention in patients with intermediate coronary stenosis: a secondary analysis of FLAVOUR trial", + "events_topic": "Percutaneous Coronary Intervention | Ultrasonography, Interventional ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diagnostic Imaging", + "kol_name": "Jinlong Zhang", + "kol_full_name": "Jinlong Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hyperlipidemias | Homocysteine", + "npi_num": "", + "hcp_pin_alias": "1158899", + "session_name": "A study on the correlation between homocysteine levels and all-cause mortality in patients with hyperlipidemia: based on the NHANES database in the United States", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158899", + "first_name": "Jia", + "middle_name": "", + "last_name": "Wei", + "org_name": "The Second Affiliated Hospital of Xi 'an Jiaotong University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A study on the correlation between homocysteine levels and all-cause mortality in patients with hyperlipidemia: based on the NHANES database in the United States", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hyperlipidemias | Homocysteine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jia Wei", + "kol_full_name": "Jia Wei" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158898", + "session_name": "Predictive value of Type D personality combined with unhealthy cardiovascular behaviors for the long-term adverse cardiovascular events in ACS patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158898", + "first_name": "Yini", + "middle_name": "", + "last_name": "Wang", + "org_name": "The Second Affiliated Hospital of Harbin Medical University", + "Country": "China", + "Region": "Heilongjiang", + "City": "Harbin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictive value of Type D personality combined with unhealthy cardiovascular behaviors for the long-term adverse cardiovascular events in ACS patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yini Wang", + "kol_full_name": "Yini Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neutrophil Activation | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158897", + "session_name": "Complement factor D deficiency ameliorates adverse cardiac remodelling by inhibiting C5a-C5aR mediated ISGs+ neutrophil activation post myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158897", + "first_name": "Naixin", + "middle_name": "", + "last_name": "Wang", + "org_name": "The Second Affiliated Hospital of Harbin Medical University", + "Country": "China", + "Region": "Heilongjiang", + "City": "Harbin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complement factor D deficiency ameliorates adverse cardiac remodelling by inhibiting C5a-C5aR mediated ISGs+ neutrophil activation post myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neutrophil Activation | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Naixin Wang", + "kol_full_name": "Naixin Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Death, Sudden, Cardiac | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158896", + "session_name": "Novel protein-based biomarkers of out-of-hospital sudden cardiac death after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158896", + "first_name": "Maomao", + "middle_name": "", + "last_name": "Zhang", + "org_name": "The Second Affiliated Hospital of Harbin Medical University", + "Country": "China", + "Region": "Heilongjiang", + "City": "Harbin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel protein-based biomarkers of out-of-hospital sudden cardiac death after myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Death, Sudden, Cardiac ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "Maomao Zhang", + "kol_full_name": "Maomao Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, Optical Coherence | Myocardial Infarction | Acute Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158895", + "session_name": "Prognostic value of diffuse high-risk plaque in patients with acute myocardial infarction: a three-vessel optical coherence tomography study,Plaque characteristics and long-term outcome of non-culprit plaque rupture in AMI patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158895", + "first_name": "Chao", + "middle_name": "", + "last_name": "Fang", + "org_name": "The Second Affiliated Hospital of Harbin Medical University", + "Country": "China", + "Region": "Heilongjiang", + "City": "Harbin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of diffuse high-risk plaque in patients with acute myocardial infarction: a three-vessel optical coherence tomography study", + "rest_events_session_count": 1, + "rest_events_session": "Plaque characteristics and long-term outcome of non-culprit plaque rupture in AMI patients", + "events_topic": "Tomography, Optical Coherence | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Myocardial Infarction", + "kol_name": "Chao Fang", + "kol_full_name": "Chao Fang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158894", + "session_name": "Left atrial enlargement: a crucial indicator for identifying atrial fibrillation in patients with hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158894", + "first_name": "Xin", + "middle_name": "", + "last_name": "Yi", + "org_name": "The Second Affiliated Hospital- Chongqing Medical University", + "Country": "China", + "Region": "Chongqing", + "City": "Chongqing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial enlargement: a crucial indicator for identifying atrial fibrillation in patients with hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xin Yi", + "kol_full_name": "Xin Yi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Nitisinone | Alkaptonuria", + "npi_num": "", + "hcp_pin_alias": "1158893", + "session_name": "Nitisinone attenuates progression of aortic stenosis in patients with alkaptonuria: an analysis of the SONIA 2 study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158893", + "first_name": "Callum", + "middle_name": "", + "last_name": "Bruce", + "org_name": "The Royal Liverpool University Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nitisinone attenuates progression of aortic stenosis in patients with alkaptonuria: an analysis of the SONIA 2 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Nitisinone ", + "rest_events_topic_count": 1, + "rest_events_topic": " Alkaptonuria", + "kol_name": "Callum Bruce", + "kol_full_name": "Callum Bruce" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Echocardiography | Breast Neoplasms | Neoplasms, Second Primary", + "npi_num": "", + "hcp_pin_alias": "1158892", + "session_name": "Low clinical utility of global longitudinal strain in a real-world breast cancer population,Echocardiographic variables may improve baseline risk prediction of cancer therapy related cardiac dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158892", + "first_name": "Lorcan", + "middle_name": "", + "last_name": "Ruane", + "org_name": "The Prince Charles Hospital", + "Country": "Australia", + "Region": "Queensland", + "City": "Brisbane", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Low clinical utility of global longitudinal strain in a real-world breast cancer population", + "rest_events_session_count": 1, + "rest_events_session": "Echocardiographic variables may improve baseline risk prediction of cancer therapy related cardiac dysfunction", + "events_topic": "Cardiovascular Diseases | Echocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Breast Neoplasms | Neoplasms, Second Primary", + "kol_name": "Lorcan Ruane", + "kol_full_name": "Lorcan Ruane" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair", + "npi_num": "", + "hcp_pin_alias": "1158891", + "session_name": "dPdT >1200ms predicts greater and sustained drop in ejection fraction post mitral TEER", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158891", + "first_name": "Krystle", + "middle_name": "", + "last_name": "Lander", + "org_name": "The Prince Charles Hospital", + "Country": "Australia", + "Region": "Queensland", + "City": "Brisbane", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "dPdT >1200ms predicts greater and sustained drop in ejection fraction post mitral TEER", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Krystle Lander", + "kol_full_name": "Krystle Lander" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1158890", + "session_name": "Aortic dimensions in a large Australian adult cohort. New normal range?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158890", + "first_name": "Julie", + "middle_name": "", + "last_name": "Humphries", + "org_name": "The Prince Charles Hospital", + "Country": "Australia", + "Region": "Queensland", + "City": "Brisbane", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic dimensions in a large Australian adult cohort. New normal range?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julie Humphries", + "kol_full_name": "Julie Humphries" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158889", + "session_name": "Inflammation, infection, and infiltration causing heart failure: how to make the diagnosis?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158889", + "first_name": "Christiane", + "middle_name": "", + "last_name": "Wiefels", + "org_name": "The Ottawa Hospital", + "Country": "Canada", + "Region": "Ontario", + "City": "Ottawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation", + "rest_events_session_count": 2, + "rest_events_session": " infection, and infiltration causing heart failure: how to make the diagnosis?", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christiane Wiefels", + "kol_full_name": "Christiane Wiefels" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Epigenomics", + "npi_num": "", + "hcp_pin_alias": "1158888", + "session_name": "RNA-based and epigenetic mechanisms", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158888", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Johnson", + "org_name": "The Open University", + "Country": "United Kingdom", + "Region": "England", + "City": "Milton Keynes", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RNA-based and epigenetic mechanisms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epigenomics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Johnson", + "kol_full_name": "Daniel Johnson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Obesity | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158887", + "session_name": "Revisiting the obesity paradox: lean body mass, fat mass, and mortality in patients with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158887", + "first_name": "Yingli", + "middle_name": "", + "last_name": "Lu", + "org_name": "The Ninth People's Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Revisiting the obesity paradox: lean body mass", + "rest_events_session_count": 2, + "rest_events_session": " fat mass, and mortality in patients with atrial fibrillation", + "events_topic": "Mortality | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Yingli Lu", + "kol_full_name": "Yingli Lu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Inhibition, Psychological", + "npi_num": "", + "hcp_pin_alias": "1158886", + "session_name": "Fractalkine Inhibition in Acute Myocardial Infarction leads to reduced intramyocardial haemorrhage", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158886", + "first_name": "Shu", + "middle_name": "", + "last_name": "Loh", + "org_name": "The Newcastle upon Tyne Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Newcastle Upon Tyne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fractalkine Inhibition in Acute Myocardial Infarction leads to reduced intramyocardial haemorrhage", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Inhibition, Psychological", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shu Loh", + "kol_full_name": "Shu Loh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Neoplasms | Atherectomy", + "npi_num": "", + "hcp_pin_alias": "1158885", + "session_name": "Clinical outcomes following debulking atherectomy of calcified left main coronary lesions: a high-volume centre experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158885", + "first_name": "Abdalazeem", + "middle_name": "", + "last_name": "Ibrahem", + "org_name": "The Newcastle upon Tyne Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Newcastle Upon Tyne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes following debulking atherectomy of calcified left main coronary lesions: a high-volume centre experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Neoplasms | Atherectomy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abdalazeem Ibrahem", + "kol_full_name": "Abdalazeem Ibrahem" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Anticoagulants | Venous Thromboembolism", + "npi_num": "", + "hcp_pin_alias": "1158884", + "session_name": "Anticoagulation choices in patients with cancer and venous thromboembolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158884", + "first_name": "Sebastian", + "middle_name": "", + "last_name": "Szmit", + "org_name": "The Medical Centre of Postgraduate Education", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulation choices in patients with cancer and venous thromboembolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulants | Venous Thromboembolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sebastian Szmit", + "kol_full_name": "Sebastian Szmit" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation | Syncope", + "npi_num": "", + "hcp_pin_alias": "1158883", + "session_name": "A practical guide to personalised treatment of non-cardiac syncope,Outcomes after catheter ablation for atrial fibrillation: impact of comorbidities and ablation technique,Outcomes after catheter ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158883", + "first_name": "Piotr", + "middle_name": "", + "last_name": "Kulakowski", + "org_name": "The Medical Centre of Postgraduate Education", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A practical guide to personalised treatment of non-cardiac syncope", + "rest_events_session_count": 2, + "rest_events_session": "Outcomes after catheter ablation for atrial fibrillation: impact of comorbidities and ablation technique,Outcomes after catheter ablation for atrial fibrillation", + "events_topic": "Catheter Ablation | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Syncope", + "kol_name": "Piotr Kulakowski", + "kol_full_name": "Piotr Kulakowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nutrition Assessment | Hypertension | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1158882", + "session_name": "Mini nutritional assessment is a predictor of mortality and morbidity in patients with pulmonary arterial hypertension,Abnormal nutrition status and risk of death and hospitalization in chronic thromboembolic pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158882", + "first_name": "Maria", + "middle_name": "", + "last_name": "Wieteska-Milek", + "org_name": "The Medical Centre of Postgraduate Education", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mini nutritional assessment is a predictor of mortality and morbidity in patients with pulmonary arterial hypertension", + "rest_events_session_count": 1, + "rest_events_session": "Abnormal nutrition status and risk of death and hospitalization in chronic thromboembolic pulmonary hypertension", + "events_topic": "Nutrition Assessment | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension, Pulmonary", + "kol_name": "Maria Wieteska-Milek", + "kol_full_name": "Maria Wieteska-Milek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Myocardial Infarction | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158881", + "session_name": "The clinical impact of cardiac magnetic resonance imaging upon suspected myocardial infarction with non-obstructive coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158881", + "first_name": "Georgia", + "middle_name": "", + "last_name": "Gilbert", + "org_name": "The James Cook University Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Middlesbrough", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The clinical impact of cardiac magnetic resonance imaging upon suspected myocardial infarction with non-obstructive coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Georgia Gilbert", + "kol_full_name": "Georgia Gilbert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Cardiovascular Diseases | Percutaneous Coronary Intervention | Antiplatelet Therapy | Anticoagulants | Drug Interactions | Drug Therapy | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158880", + "session_name": "Frailty and anticoagulant prescription in older hospitalized patients with atrial fibrillation: a multi-centred observational study,Drug interactions, efficacy, and safety,Antiplatelet therapy: novel approaches for acute coronary syndrome and percutaneous coronary intervention,Cardiovascular pharmacotherapy: new insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158880", + "first_name": "Tu", + "middle_name": "", + "last_name": "Nguyen", + "org_name": "The George Institute for Global Health", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Frailty and anticoagulant prescription in older hospitalized patients with atrial fibrillation: a multi-centred observational study", + "rest_events_session_count": 5, + "rest_events_session": "Drug interactions, efficacy, and safety,Antiplatelet therapy: novel approaches for acute coronary syndrome and percutaneous coronary intervention,Cardiovascular pharmacotherapy: new insights", + "events_topic": "Atrial Fibrillation | Cardiovascular Diseases ", + "rest_events_topic_count": 6, + "rest_events_topic": " Percutaneous Coronary Intervention | Antiplatelet Therapy | Anticoagulants | Drug Interactions | Drug Therapy | Acute Coronary Syndrome", + "kol_name": "Tu Nguyen", + "kol_full_name": "Tu Nguyen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Placebos | Antihypertensive Agents | Heart Failure | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158879", + "session_name": "Blood pressure lowering efficacy of antihypertensive drugs and their combinations: a systematic review and meta-analysis of 500 randomised, double-blind placebo-controlled trials,Echocardiographic predictors of cardiovascular outcome in heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158879", + "first_name": "Nelson", + "middle_name": "", + "last_name": "Wang", + "org_name": "The George Institute for Global Health", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood pressure lowering efficacy of antihypertensive drugs and their combinations: a systematic review and meta-analysis of 500 randomised", + "rest_events_session_count": 2, + "rest_events_session": " double-blind placebo-controlled trials,Echocardiographic predictors of cardiovascular outcome in heart failure with preserved ejection fraction", + "events_topic": "Echocardiography | Placebos ", + "rest_events_topic_count": 3, + "rest_events_topic": " Antihypertensive Agents | Heart Failure | Blood Pressure", + "kol_name": "Nelson Wang", + "kol_full_name": "Nelson Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Kidney Diseases | Diabetes Mellitus, Type 2 | Heart Failure, Systolic | Disease Progression", + "npi_num": "", + "hcp_pin_alias": "1158878", + "session_name": "Natriuretic peptides, kidney function and clinical outcomes in heart failure with mildly reduced or preserved ejection fraction: pooled data from the I-PRESERVE, TOPCAT, PARAGON and DELIVER trials,Bidirectional relationship between kidney disease progression and cardiovascular events in type 2 diabetes: new Insights from the CANVAS Program and CREDENCE trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158878", + "first_name": "Brendon", + "middle_name": "", + "last_name": "Neuen", + "org_name": "The George Institute for Global Health", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Natriuretic peptides", + "rest_events_session_count": 4, + "rest_events_session": " kidney function and clinical outcomes in heart failure with mildly reduced or preserved ejection fraction: pooled data from the I-PRESERVE, TOPCAT, PARAGON and DELIVER trials,Bidirectional relationship between kidney disease progression and cardiovascular events in type 2 diabetes: new Insights from the CANVAS Program and CREDENCE trial", + "events_topic": "Heart Failure, Diastolic | Kidney Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diabetes Mellitus, Type 2 | Heart Failure, Systolic | Disease Progression", + "kol_name": "Brendon Neuen", + "kol_full_name": "Brendon Neuen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug Therapy | Hypertension | Pill Combination", + "npi_num": "", + "hcp_pin_alias": "1158877", + "session_name": "GMRx2 - Efficacy and safety of a novel triple single pill combination,Novel drug therapies in hypertension: new kids on the block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158877", + "first_name": "Anthony", + "middle_name": "", + "last_name": "Rodgers", + "org_name": "The George Institute for Global Health", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "GMRx2 - Efficacy and safety of a novel triple single pill combination", + "rest_events_session_count": 1, + "rest_events_session": "Novel drug therapies in hypertension: new kids on the block", + "events_topic": "Drug Therapy | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pill Combination", + "kol_name": "Anthony Rodgers", + "kol_full_name": "Anthony Rodgers" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158876", + "session_name": "Screening for hypertension and AF in one go: a no-brainer,Screening for atrial fibrillation (AF) and hypertension: time to act now,The true impact of uncontrolled hypertension,Secondary causes of hypertension: mind the gap", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158876", + "first_name": "Alta", + "middle_name": "", + "last_name": "Schutte", + "org_name": "The George Institute for Global Health", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Screening for hypertension and AF in one go: a no-brainer", + "rest_events_session_count": 3, + "rest_events_session": "Screening for atrial fibrillation (AF) and hypertension: time to act now,The true impact of uncontrolled hypertension,Secondary causes of hypertension: mind the gap", + "events_topic": "Hypertension | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alta Schutte", + "kol_full_name": "Alta Schutte" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Kidney Injury | Hypertension | Cytochrome P-450 CYP2D6", + "npi_num": "", + "hcp_pin_alias": "1158875", + "session_name": "The potential role of CYP2D6*10(c.100 C>T) gene polymorphism in kidney injury of patients with hypertension complicated with non-elevated cystatin C", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158875", + "first_name": "Yufeng", + "middle_name": "", + "last_name": "Jiang", + "org_name": "The Fourth Affiliated Hospital of Soochow University", + "Country": "China", + "Region": "Jiangsu", + "City": "Suzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The potential role of CYP2D6*10(c.100 C>T) gene polymorphism in kidney injury of patients with hypertension complicated with non-elevated cystatin C", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Kidney Injury | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cytochrome P-450 CYP2D6", + "kol_name": "Yufeng Jiang", + "kol_full_name": "Yufeng Jiang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metformin | Diabetes Mellitus, Type 2 | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158874", + "session_name": "The effect of metformin use on the risk of atrial fibrillation in patients with type 2 diabetes: data from the UK biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158874", + "first_name": "Tongshuai", + "middle_name": "", + "last_name": "Guo", + "org_name": "the First Affiliated Hospital of Xi'an Jiaotong University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of metformin use on the risk of atrial fibrillation in patients with type 2 diabetes: data from the UK biobank", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metformin | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Tongshuai Guo", + "kol_full_name": "Tongshuai Guo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Dagliflozin", + "npi_num": "", + "hcp_pin_alias": "1158873", + "session_name": "Dagliflozin ameliorates renal tubular epithelial cell apoptosis in obese hypertensive rats by modulating the leptin-mediated Na+-K+-ATPase/Src/ROS pathway in perirenal adipose tissue", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158873", + "first_name": "Gang", + "middle_name": "", + "last_name": "Tian", + "org_name": "the First Affiliated Hospital of Xi'an Jiaotong University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dagliflozin ameliorates renal tubular epithelial cell apoptosis in obese hypertensive rats by modulating the leptin-mediated Na+-K+-ATPase/Src/ROS pathway in perirenal adipose tissue", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Dagliflozin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gang Tian", + "kol_full_name": "Gang Tian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Metabolomics", + "npi_num": "", + "hcp_pin_alias": "1158872", + "session_name": "Metabolomic reprogramming of subcutaneous adipose tissue aggravates atherosclerosis via impaired adipocyte-macrophage crosstalk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158872", + "first_name": "Bowen", + "middle_name": "", + "last_name": "Lou", + "org_name": "the First Affiliated Hospital of Xi'an Jiaotong University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metabolomic reprogramming of subcutaneous adipose tissue aggravates atherosclerosis via impaired adipocyte-macrophage crosstalk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Metabolomics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bowen Lou", + "kol_full_name": "Bowen Lou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Calcification | Coronary Artery Disease | Macrophages | Percutaneous Coronary Intervention | Atherosclerosis | Colchicine | Coronary Angiography | Computational Biology", + "npi_num": "", + "hcp_pin_alias": "1158871", + "session_name": "The coronary angiography-derived index of microcirculatory resistance predicts perioperative myocardial injury in stable coronary artery disease patients undergoing PCI,The role of colchicine in vascular calcification inhibition,AIFM2 promotes macrophage apoptosis and the progression of atherosclerosis based on bioinformatics analysis and experimental verification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158871", + "first_name": "Buchun", + "middle_name": "", + "last_name": "Zhang", + "org_name": "the First Affiliated Hospital of University of Science and Technology of China", + "Country": "China", + "Region": "Anhui", + "City": "Hefei", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The coronary angiography-derived index of microcirculatory resistance predicts perioperative myocardial injury in stable coronary artery disease patients undergoing PCI", + "rest_events_session_count": 2, + "rest_events_session": "The role of colchicine in vascular calcification inhibition,AIFM2 promotes macrophage apoptosis and the progression of atherosclerosis based on bioinformatics analysis and experimental verification", + "events_topic": "Vascular Calcification | Coronary Artery Disease ", + "rest_events_topic_count": 6, + "rest_events_topic": " Macrophages | Percutaneous Coronary Intervention | Atherosclerosis | Colchicine | Coronary Angiography | Computational Biology", + "kol_name": "Buchun Zhang", + "kol_full_name": "Buchun Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Catheter Ablation | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1158870", + "session_name": "Strategy optimization for the combined procedure of left atrial appendage occlusion plus catheter ablation in patients with atrial fibrillation (COMBINATION): a multi-center, randomized study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158870", + "first_name": "Xianfeng", + "middle_name": "", + "last_name": "Du", + "org_name": "The First Affiliated Hospital of Ningbo University", + "Country": "China", + "Region": "Zhejiang", + "City": "Ningbo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Strategy optimization for the combined procedure of left atrial appendage occlusion plus catheter ablation in patients with atrial fibrillation (COMBINATION): a multi-center", + "rest_events_session_count": 1, + "rest_events_session": " randomized study", + "events_topic": "Atrial Fibrillation | Catheter Ablation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Appendage", + "kol_name": "Xianfeng Du", + "kol_full_name": "Xianfeng Du" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonic Waves | Ultrasonography | Thrombolytic Therapy", + "npi_num": "", + "hcp_pin_alias": "1158869", + "session_name": "Long-pulsed ultrasound enhanced microbubble mediated rt-PA thrombolysis in a rat model of platelet-rich thrombus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158869", + "first_name": "Xianghui", + "middle_name": "", + "last_name": "Chen", + "org_name": "The First Affiliated Hospital of Jinan University", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-pulsed ultrasound enhanced microbubble mediated rt-PA thrombolysis in a rat model of platelet-rich thrombus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonic Waves | Ultrasonography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Thrombolytic Therapy", + "kol_name": "Xianghui Chen", + "kol_full_name": "Xianghui Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Guideline-Directed Medical Therapy | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158868", + "session_name": "Treatment strategy for heart failure patients with guideline-directed medical therapy intolerance: a real-world prospective study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158868", + "first_name": "Junlong", + "middle_name": "", + "last_name": "Chen", + "org_name": "The First Affiliated Hospital of Chongqing Medical University", + "Country": "China", + "Region": "Chongqing", + "City": "Chongqing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment strategy for heart failure patients with guideline-directed medical therapy intolerance: a real-world prospective study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Guideline-Directed Medical Therapy | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Junlong Chen", + "kol_full_name": "Junlong Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antiarrhythmics | Thromboembolism | Heart Failure | Insulin | Machine Learning | Diabetes Mellitus | Ischemic Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158867", + "session_name": "Diabetes mellitus and adverse clinical events in patients with atrial fibrillation: implications of insulin treatment: a report from the GLORIA-AF Registry Phase III,Temporal trends and regional differences of initial oral antiarrhythmic drug options in patients with new-onset atrial fibrillation: a report from the GLORIA-AF registry,Stratification of residual thromboembolic risk among anticoagulated atrial fibrillation patients: a hierarchical cluster analysis from a global, real-world population,Machine learning identification of risk factors for ischaemic stroke in patients with heart failure with reduced ejection fraction but without atrial fibrillation: A report from WARCEF trial,Incidence, characteristics, and prognostic impact of cancers in patients with atrial fibrillation: a report from the GLORIA-AF registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158867", + "first_name": "Bi", + "middle_name": "", + "last_name": "Huang", + "org_name": "The First Affiliated Hospital of Chongqing Medical University", + "Country": "China", + "Region": "Chongqing", + "City": "Chongqing", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diabetes mellitus and adverse clinical events in patients with atrial fibrillation: implications of insulin treatment: a report from the GLORIA-AF Registry Phase III", + "rest_events_session_count": 7, + "rest_events_session": "Temporal trends and regional differences of initial oral antiarrhythmic drug options in patients with new-onset atrial fibrillation: a report from the GLORIA-AF registry,Stratification of residual thromboembolic risk among anticoagulated atrial fibrillation patients: a hierarchical cluster analysis from a global, real-world population,Machine learning identification of risk factors for ischaemic stroke in patients with heart failure with reduced ejection fraction but without atrial fibrillation: A report from WARCEF trial,Incidence, characteristics, and prognostic impact of cancers in patients with atrial fibrillation: a report from the GLORIA-AF registry", + "events_topic": "Antiarrhythmics | Thromboembolism ", + "rest_events_topic_count": 6, + "rest_events_topic": " Heart Failure | Insulin | Machine Learning | Diabetes Mellitus | Ischemic Stroke | Atrial Fibrillation", + "kol_name": "Bi Huang", + "kol_full_name": "Bi Huang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1158866", + "session_name": "Anterior mitral leaflet perforation and infective endocarditis after deep transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158866", + "first_name": "Itzhak", + "middle_name": "", + "last_name": "Sharabi", + "org_name": "The Edith Wolfson Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Holon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anterior mitral leaflet perforation and infective endocarditis after deep transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Itzhak Sharabi", + "kol_full_name": "Itzhak Sharabi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Medication Adherence | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158865", + "session_name": "Educational programmes for improving medication adherence among older adults with coronary artery disease: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158865", + "first_name": "Mengqi", + "middle_name": "", + "last_name": "Xu", + "org_name": "The Chinese University of Hong Kong", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Educational programmes for improving medication adherence among older adults with coronary artery disease: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medication Adherence | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mengqi Xu", + "kol_full_name": "Mengqi Xu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Desmoplakins | Diabetes Mellitus | Biopsy | Myocarditis | Cardiomyopathies | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158864", + "session_name": "Comparing PCSK9 inhibitor prescription rates within high-risk populations: diabetes mellitus, multi-territory vascular disease, multivessel and recurrent coronary artery disease,Desmoplakin cardiomyopathy presenting as fulminant myocarditis with negative endomyocardial biopsies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158864", + "first_name": "William", + "middle_name": "Biao", + "last_name": "He", + "org_name": "The Alfred Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing PCSK9 inhibitor prescription rates within high-risk populations: diabetes mellitus", + "rest_events_session_count": 3, + "rest_events_session": " multi-territory vascular disease, multivessel and recurrent coronary artery disease,Desmoplakin cardiomyopathy presenting as fulminant myocarditis with negative endomyocardial biopsies", + "events_topic": "Desmoplakins | Diabetes Mellitus ", + "rest_events_topic_count": 4, + "rest_events_topic": " Biopsy | Myocarditis | Cardiomyopathies | Coronary Artery Disease", + "kol_name": "William Biao He", + "kol_full_name": "William Biao He" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Heart Failure, Diastolic | Pulmonary Vein Isolation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158863", + "session_name": "Catheter ablation in persistent atrial fibrillation: long term outcomes of the CAPLA multicentre randomised trial of pulmonary vein isolation(PVI) vs PVI plus posterior left atrial wall isolation(PWI),Atrial fibrillation and heart failure with preserved ejection fraction (HFpEF): managing a common combination", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158863", + "first_name": "Peter", + "middle_name": "", + "last_name": "Kistler", + "org_name": "The Alfred Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Catheter ablation in persistent atrial fibrillation: long term outcomes of the CAPLA multicentre randomised trial of pulmonary vein isolation(PVI) vs PVI plus posterior left atrial wall isolation(PWI)", + "rest_events_session_count": 1, + "rest_events_session": "Atrial fibrillation and heart failure with preserved ejection fraction (HFpEF): managing a common combination", + "events_topic": "Catheter Ablation | Heart Failure, Diastolic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pulmonary Vein Isolation | Atrial Fibrillation", + "kol_name": "Peter Kistler", + "kol_full_name": "Peter Kistler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158862", + "session_name": "Performance and safety of complex percutaneous coronary intervention in centres without on-site cardiac surgery: a multi-centre australian registry study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158862", + "first_name": "Nalin", + "middle_name": "", + "last_name": "Dayawansa", + "org_name": "The Alfred Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Performance and safety of complex percutaneous coronary intervention in centres without on-site cardiac surgery: a multi-centre australian registry study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nalin Dayawansa", + "kol_full_name": "Nalin Dayawansa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Cardiac Catheters", + "npi_num": "", + "hcp_pin_alias": "1158861", + "session_name": "A streamlined protocol for exercise right heart catheterisation for the diagnosis of heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158861", + "first_name": "Maria", + "middle_name": "", + "last_name": "Selvadurai", + "org_name": "The Alfred Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A streamlined protocol for exercise right heart catheterisation for the diagnosis of heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Cardiac Catheters", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Selvadurai", + "kol_full_name": "Maria Selvadurai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Milrinone | Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1158860", + "session_name": "Home alone on milrinone: a novel way to deliver home inotropes as a bridge to heart transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158860", + "first_name": "Kellie", + "middle_name": "", + "last_name": "Easton", + "org_name": "The Alfred Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Home alone on milrinone: a novel way to deliver home inotropes as a bridge to heart transplantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Milrinone | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kellie Easton", + "kol_full_name": "Kellie Easton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Transcatheter Aortic Valve Replacement | Anxiety", + "npi_num": "", + "hcp_pin_alias": "1158859", + "session_name": "The impact of diabetes on cardiac remodelling after transcatheter aortic valve implantation,Incidence, predictors and outcomes of non-home discharge following transcatheter aortic valve implantation: a multicentre Australian experience. The NHD TAVI study.,Symptoms of Anxiety and Depression (SAD) in patients undergoing transcatheter aortic valve implantation. A multicentre Australian experience: The SAD-TAVI Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158859", + "first_name": "Anant", + "middle_name": "", + "last_name": "Butala", + "org_name": "The Alfred Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of diabetes on cardiac remodelling after transcatheter aortic valve implantation", + "rest_events_session_count": 3, + "rest_events_session": "Incidence, predictors and outcomes of non-home discharge following transcatheter aortic valve implantation: a multicentre Australian experience. The NHD TAVI study.,Symptoms of Anxiety and Depression (SAD) in patients undergoing transcatheter aortic valve implantation. A multicentre Australian experience: The SAD-TAVI Study", + "events_topic": "Diabetes Mellitus | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anxiety", + "kol_name": "Anant Butala", + "kol_full_name": "Anant Butala" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Function, Left | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158858", + "session_name": "The predictive value of left atrial functional parameters for recurrence of atrial fibrillation after catheter ablation in patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158858", + "first_name": "Nannan", + "middle_name": "", + "last_name": "Zhang", + "org_name": "The Affiliated Suzhou Hospital of Nanjing Medical University", + "Country": "China", + "Region": "Jiangsu", + "City": "Suzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The predictive value of left atrial functional parameters for recurrence of atrial fibrillation after catheter ablation in patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Function, Left ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Nannan Zhang", + "kol_full_name": "Nannan Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent | Deep Learning | Magnetic Resonance Imaging, Cine", + "npi_num": "", + "hcp_pin_alias": "1158857", + "session_name": "Deep learning and Diagnostic value of cardiac cine MRI for assessing patent foramen ovale in patients with cerebral disorders compared with cTCD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158857", + "first_name": "Guangzhen", + "middle_name": "", + "last_name": "Liu", + "org_name": "The Affiliated Hospital of Medical College Qingdao University", + "Country": "China", + "Region": "Shandong", + "City": "Qingdao", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deep learning and Diagnostic value of cardiac cine MRI for assessing patent foramen ovale in patients with cerebral disorders compared with cTCD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Foramen Ovale, Patent | Deep Learning ", + "rest_events_topic_count": 1, + "rest_events_topic": " Magnetic Resonance Imaging, Cine", + "kol_name": "Guangzhen Liu", + "kol_full_name": "Guangzhen Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Social Isolation | Prediabetic State | Cardiovascular Diseases | Diabetes Mellitus, Type 2", + "npi_num": "", + "hcp_pin_alias": "1158856", + "session_name": "Device-measured physical activity and risks for cardiovascular events among people with type 2 diabetes mellitus and prediabetes,Evaluation of changes in social isolation and loneliness with incident cardiovascular events and mortality: prospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158856", + "first_name": "Yannis", + "middle_name": "Yan", + "last_name": "Liang", + "org_name": "The Affiliated Brain Hospital of Guangzhou Medical University", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Device-measured physical activity and risks for cardiovascular events among people with type 2 diabetes mellitus and prediabetes", + "rest_events_session_count": 1, + "rest_events_session": "Evaluation of changes in social isolation and loneliness with incident cardiovascular events and mortality: prospective cohort study", + "events_topic": "Social Isolation | Prediabetic State ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Diabetes Mellitus, Type 2", + "kol_name": "Yannis Yan Liang", + "kol_full_name": "Yannis Yan Liang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Stroke | Mortality | Acute Coronary Syndrome | Cardiovascular Diseases | Creatinine", + "npi_num": "", + "hcp_pin_alias": "1158855", + "session_name": "Baseline shock index-creatinine clearance score and long-term mortality after ACS. Results from 24 years of follow-up of the ABC study on heart disease.,The very long-term risk of stroke after acute coronary syndrome and geographic differences. The ABC-10* study on heart disease.,Mood instability and cardiovascular modification in cardiovascular disease outpatients. The ABC study on heart disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158855", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Berton", + "org_name": "The ABC study on heart disease Association-Foundation-ONLUS", + "Country": "Italy", + "Region": "Veneto", + "City": "Conegliano", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Baseline shock index-creatinine clearance score and long-term mortality after ACS. Results from 24 years of follow-up of the ABC study on heart disease.", + "rest_events_session_count": 2, + "rest_events_session": "The very long-term risk of stroke after acute coronary syndrome and geographic differences. The ABC-10* study on heart disease.,Mood instability and cardiovascular modification in cardiovascular disease outpatients. The ABC study on heart disease.", + "events_topic": "Heart Diseases | Stroke ", + "rest_events_topic_count": 4, + "rest_events_topic": " Mortality | Acute Coronary Syndrome | Cardiovascular Diseases | Creatinine", + "kol_name": "Giuseppe Berton", + "kol_full_name": "Giuseppe Berton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renin-Angiotensin System | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158854", + "session_name": "Effect of renin-angiotensin system inhibitors in elderly patients with heart failure and reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158854", + "first_name": "Yodo", + "middle_name": "", + "last_name": "Tamaki", + "org_name": "Tenri Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of renin-angiotensin system inhibitors in elderly patients with heart failure and reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renin-Angiotensin System | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yodo Tamaki", + "kol_full_name": "Yodo Tamaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hematologic Neoplasms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158853", + "session_name": "Machine learning and traditional analysis of the interaction between cardiovascular diseases and hematological malignancies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158853", + "first_name": "Tomer", + "middle_name": "", + "last_name": "Itkin", + "org_name": "Tel Aviv University", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Tel Aviv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning and traditional analysis of the interaction between cardiovascular diseases and hematological malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tomer Itkin", + "kol_full_name": "Tomer Itkin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Denervation", + "npi_num": "", + "hcp_pin_alias": "1158852", + "session_name": "Renal denervation hands-on session: learn from the experts", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158852", + "first_name": "Yaron", + "middle_name": "", + "last_name": "Arbel", + "org_name": "Tel Aviv Sourasky Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Tel Aviv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Renal denervation hands-on session: learn from the experts", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Denervation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yaron Arbel", + "kol_full_name": "Yaron Arbel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic, Familial", + "npi_num": "", + "hcp_pin_alias": "1158851", + "session_name": "Mildly elevated left ventricular outflow tract gradients are associated with increased short term mortality in inpatients without septal hypertrophy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158851", + "first_name": "Shafik", + "middle_name": "", + "last_name": "Khoury", + "org_name": "Tel Aviv Sourasky Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Tel Aviv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mildly elevated left ventricular outflow tract gradients are associated with increased short term mortality in inpatients without septal hypertrophy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic, Familial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shafik Khoury", + "kol_full_name": "Shafik Khoury" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Immune Checkpoint Inhibitors | Ventricular Function, Left", + "npi_num": "", + "hcp_pin_alias": "1158850", + "session_name": "Safety and efficacy of immune checkpoint inhibitors in patients with pre-treatment reduced left ventricular function,The predictive value of coronary artery calcium deposit for cardiovascular events in patients treated with immune checkpoint inhibitor therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158850", + "first_name": "Moaad", + "middle_name": "", + "last_name": "Slieman", + "org_name": "Tel Aviv Sourasky Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Tel Aviv", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and efficacy of immune checkpoint inhibitors in patients with pre-treatment reduced left ventricular function", + "rest_events_session_count": 1, + "rest_events_session": "The predictive value of coronary artery calcium deposit for cardiovascular events in patients treated with immune checkpoint inhibitor therapy", + "events_topic": "Cardiovascular Diseases | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ventricular Function, Left", + "kol_name": "Moaad Slieman", + "kol_full_name": "Moaad Slieman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Ridaforolimus | Bionics | Coronary Microvascular Dysfunction | Tricuspid Valve Insufficiency | Zotarolimus", + "npi_num": "", + "hcp_pin_alias": "1158849", + "session_name": "Comparison of ridaforolimus-eluting and zotarolimus-eluting coronary stents: 5-Year outcomes from the BIONICS and NIREUS trials,Traditional cardiovascular risk factors and coronary microvascular disease in women and men- a single center study,Mortality based right ventricle functional echocardiographic cutoffs in patients with compared to without tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158849", + "first_name": "Lior", + "middle_name": "", + "last_name": "Zornitzki", + "org_name": "Tel Aviv Sourasky Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Tel Aviv", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of ridaforolimus-eluting and zotarolimus-eluting coronary stents: 5-Year outcomes from the BIONICS and NIREUS trials", + "rest_events_session_count": 2, + "rest_events_session": "Traditional cardiovascular risk factors and coronary microvascular disease in women and men- a single center study,Mortality based right ventricle functional echocardiographic cutoffs in patients with compared to without tricuspid regurgitation", + "events_topic": "Echocardiography | Ridaforolimus ", + "rest_events_topic_count": 4, + "rest_events_topic": " Bionics | Coronary Microvascular Dysfunction | Tricuspid Valve Insufficiency | Zotarolimus", + "kol_name": "Lior Zornitzki", + "kol_full_name": "Lior Zornitzki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transthoracic Echocardiography | Foramen Ovale, Patent", + "npi_num": "", + "hcp_pin_alias": "1158848", + "session_name": "Impact of party balloon inflation manoeuvre during saline contrast transthoracic echocardiography to detect a patent foramen ovale: multicenter registry study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158848", + "first_name": "Akihisa", + "middle_name": "", + "last_name": "Kataoka", + "org_name": "Teikyo University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of party balloon inflation manoeuvre during saline contrast transthoracic echocardiography to detect a patent foramen ovale: multicenter registry study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transthoracic Echocardiography | Foramen Ovale, Patent", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Akihisa Kataoka", + "kol_full_name": "Akihisa Kataoka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158847", + "session_name": "Doping: cause of sudden cardiac death in athletes?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158847", + "first_name": "Katrin", + "middle_name": "", + "last_name": "Esefeld", + "org_name": "Technical University of Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Doping: cause of sudden cardiac death in athletes?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katrin Esefeld", + "kol_full_name": "Katrin Esefeld" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Vascular Stiffness | Neoplasms, Second Primary", + "npi_num": "", + "hcp_pin_alias": "1158846", + "session_name": "Integrative STE for the early detection and prediction of CTRCD,Structural and load-dependent arterial stiffness across the adult life span", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158846", + "first_name": "Changyang", + "middle_name": "", + "last_name": "Xing", + "org_name": "Tangdu Hospital, Air Force Medical University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integrative STE for the early detection and prediction of CTRCD", + "rest_events_session_count": 1, + "rest_events_session": "Structural and load-dependent arterial stiffness across the adult life span", + "events_topic": "Cardiovascular Diseases | Vascular Stiffness ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms, Second Primary", + "kol_name": "Changyang Xing", + "kol_full_name": "Changyang Xing" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy Devices | Wearable Electronic Devices", + "npi_num": "", + "hcp_pin_alias": "1158845", + "session_name": "The effect of the age at the time of targeting a lead implantation on the difficulty with the transvenous lead extraction technique", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158845", + "first_name": "Takashi", + "middle_name": "", + "last_name": "Yamada", + "org_name": "Takaishi Fujii Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Takaishi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of the age at the time of targeting a lead implantation on the difficulty with the transvenous lead extraction technique", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy Devices | Wearable Electronic Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takashi Yamada", + "kol_full_name": "Takashi Yamada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Left Ventricle Filling Pressure | Exercise", + "npi_num": "", + "hcp_pin_alias": "1158844", + "session_name": "Head to head comparison of left atrial and ventricular strain at rest in prediction of exercise induced elevated left ventricular filling pressure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158844", + "first_name": "Tsutomu", + "middle_name": "", + "last_name": "Takagi", + "org_name": "Takagi Cardiology Clinic", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Head to head comparison of left atrial and ventricular strain at rest in prediction of exercise induced elevated left ventricular filling pressure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Left Ventricle Filling Pressure | Exercise", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tsutomu Takagi", + "kol_full_name": "Tsutomu Takagi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Inhibition, Psychological | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158843", + "session_name": "Invasive detection of coronary artery inflammation,PCSK9 inhibition: new insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158843", + "first_name": "Lorenz", + "middle_name": "", + "last_name": "Raber", + "org_name": "Swiss Cardiovascular Center", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Invasive detection of coronary artery inflammation", + "rest_events_session_count": 1, + "rest_events_session": "PCSK9 inhibition: new insights", + "events_topic": "Inflammation | Inhibition, Psychological ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Lorenz Raber", + "kol_full_name": "Lorenz Raber" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electronic Health Records | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158842", + "session_name": "What does routinely-collected electronic health record data tell us about the use of heart failure medication among older people in Wales? Making progress but could do better,What does routine healthcare data tell us about the diagnostic pathway for older people with heart failure in Wales: under-testing, problems with access, or poor coding?,Impact of heart failure diagnosis on recorded healthcare resource use by older people in Wales; is primary care shouldering a hidden burden?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158842", + "first_name": "Emma", + "middle_name": "", + "last_name": "Rees", + "org_name": "Swansea University", + "Country": "United Kingdom", + "Region": "Wales", + "City": "Swansea", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What does routinely-collected electronic health record data tell us about the use of heart failure medication among older people in Wales? Making progress but could do better", + "rest_events_session_count": 4, + "rest_events_session": "What does routine healthcare data tell us about the diagnostic pathway for older people with heart failure in Wales: under-testing, problems with access, or poor coding?,Impact of heart failure diagnosis on recorded healthcare resource use by older people in Wales; is primary care shouldering a hidden burden?", + "events_topic": "Electronic Health Records | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Emma Rees", + "kol_full_name": "Emma Rees" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158841", + "session_name": "Prospective evaluation of transcatheter aortic valve implantation (TAVI) with coronary alignment and impact on coronary access", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158841", + "first_name": "Christopher", + "middle_name": "", + "last_name": "pavitt", + "org_name": "Sussex Cardiac Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "Brighton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prospective evaluation of transcatheter aortic valve implantation (TAVI) with coronary alignment and impact on coronary access", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christopher pavitt", + "kol_full_name": "Christopher pavitt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microangiopathy | Chronic Coronary Syndromes | Acute Coronary Syndrome | Cardiac Catheterization Laboratory", + "npi_num": "", + "hcp_pin_alias": "1158840", + "session_name": "Prevalence of microvascular dysfunction in patients with chronic coronary syndromes,Cath lab tsunami: managing complications,Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158840", + "first_name": "Shrilla", + "middle_name": "", + "last_name": "Banerjee", + "org_name": "Surrey and Sussex Healthcare Trust", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of microvascular dysfunction in patients with chronic coronary syndromes", + "rest_events_session_count": 2, + "rest_events_session": "Cath lab tsunami: managing complications,Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients", + "events_topic": "Microangiopathy | Chronic Coronary Syndromes ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Coronary Syndrome | Cardiac Catheterization Laboratory", + "kol_name": "Shrilla Banerjee", + "kol_full_name": "Shrilla Banerjee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Prevention", + "npi_num": "", + "hcp_pin_alias": "1158839", + "session_name": "Implications of five different risk models in primary prevention guidelines", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158839", + "first_name": "Maneesh", + "middle_name": "", + "last_name": "Sud", + "org_name": "Sunnybrook Health Sciences Centre", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implications of five different risk models in primary prevention guidelines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maneesh Sud", + "kol_full_name": "Maneesh Sud" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Empagliflozin | Diabetes Mellitus, Type 2 | Anticoagulation | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1158838", + "session_name": "The AF patient with chronic kidney disease: key considerations for anticoagulation,Evidence from international clinical trials in patients with chronic kidney disease (CKD) and type 2 diabetes,Systolic plood pressure response to ASi BI 690517 with and without empagliflozin in CKD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158838", + "first_name": "Peter", + "middle_name": "", + "last_name": "Rossing", + "org_name": "Steno Diabetes Center, Copenhagen", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Herlev", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The AF patient with chronic kidney disease: key considerations for anticoagulation", + "rest_events_session_count": 2, + "rest_events_session": "Evidence from international clinical trials in patients with chronic kidney disease (CKD) and type 2 diabetes,Systolic plood pressure response to ASi BI 690517 with and without empagliflozin in CKD", + "events_topic": "Atrial Fibrillation | Empagliflozin ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diabetes Mellitus, Type 2 | Anticoagulation | Renal Insufficiency, Chronic", + "kol_name": "Peter Rossing", + "kol_full_name": "Peter Rossing" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158837", + "session_name": "Exploring cardiovascular health: environmental exposures, treatment disparities, and lifestyle influences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158837", + "first_name": "Magnus", + "middle_name": "Thorsten", + "last_name": "Jensen", + "org_name": "Steno Diabetes Center, Copenhagen", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Herlev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring cardiovascular health: environmental exposures", + "rest_events_session_count": 2, + "rest_events_session": " treatment disparities, and lifestyle influences", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Magnus Thorsten Jensen", + "kol_full_name": "Magnus Thorsten Jensen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 1 | Interleukin-6", + "npi_num": "", + "hcp_pin_alias": "1158836", + "session_name": "Interleukin-6 and suPAR are associated with diastolic function in type 1 diabetes: The Thousand & 1 Study,Interleukin-6 and suPAR improves prediction of all-cause mortality in type 1 diabetes - the Thousand & 1 Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158836", + "first_name": "Hashmat", + "middle_name": "Sayed Zohori", + "last_name": "Bahrami", + "org_name": "Steno Diabetes Center Copenhagen", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interleukin-6 and suPAR are associated with diastolic function in type 1 diabetes: The Thousand & 1 Study", + "rest_events_session_count": 1, + "rest_events_session": "Interleukin-6 and suPAR improves prediction of all-cause mortality in type 1 diabetes - the Thousand & 1 Study", + "events_topic": "Diabetes Mellitus, Type 1 | Interleukin-6", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hashmat Sayed Zohori Bahrami", + "kol_full_name": "Hashmat Sayed Zohori Bahrami" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin I | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158835", + "session_name": "Exercise-induced cardiac troponin I in an individual with progressive coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158835", + "first_name": "Ida", + "middle_name": "Hoiland", + "last_name": "Hove", + "org_name": "Stavanger University Hospital", + "Country": "Norway", + "Region": "Rogaland", + "City": "Stavanger", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise-induced cardiac troponin I in an individual with progressive coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin I | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ida Hoiland Hove", + "kol_full_name": "Ida Hoiland Hove" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pyroptosis | Myocarditis | Sinomenine Hydrochloride", + "npi_num": "", + "hcp_pin_alias": "1158834", + "session_name": "Sinomenine hydrochloride alleviates autoimmune myocarditis via suppressing Th1 cell induced-M1 macrophage pyroptosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158834", + "first_name": "Zhenhao", + "middle_name": "", + "last_name": "Zhang", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sinomenine hydrochloride alleviates autoimmune myocarditis via suppressing Th1 cell induced-M1 macrophage pyroptosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pyroptosis | Myocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Sinomenine Hydrochloride", + "kol_name": "Zhenhao Zhang", + "kol_full_name": "Zhenhao Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158833", + "session_name": "Associations and mediators of estimated sodium intake with cardiovascular mortality: data based on a national population cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158833", + "first_name": "Yuan", + "middle_name": "", + "last_name": "Tian", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations and mediators of estimated sodium intake with cardiovascular mortality: data based on a national population cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuan Tian", + "kol_full_name": "Yuan Tian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Critical Illness | Pulse Wave Analysis | Coronary Disease", + "npi_num": "", + "hcp_pin_alias": "1158832", + "session_name": "Prognostic significance of the estimated pulse wave velocity in critically ill patients with coronary heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158832", + "first_name": "Yingzhen", + "middle_name": "", + "last_name": "Gu", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic significance of the estimated pulse wave velocity in critically ill patients with coronary heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Critical Illness | Pulse Wave Analysis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Disease", + "kol_name": "Yingzhen Gu", + "kol_full_name": "Yingzhen Gu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158831", + "session_name": "Impact of the complexity of percutaneous coronary intervention on clinical outcomes in patients with atrial fibrillation: a real-world study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158831", + "first_name": "Yimeng", + "middle_name": "", + "last_name": "Wang", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of the complexity of percutaneous coronary intervention on clinical outcomes in patients with atrial fibrillation: a real-world study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yimeng Wang", + "kol_full_name": "Yimeng Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158830", + "session_name": "Exosome-like nanovesicle targeting visceral adipose tissue inflammation mitigates heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158830", + "first_name": "Yao", + "middle_name": "", + "last_name": "Jiang", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exosome-like nanovesicle targeting visceral adipose tissue inflammation mitigates heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yao Jiang", + "kol_full_name": "Yao Jiang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158829", + "session_name": "Area-level socioeconomic inequalities in mortality in China: a nationwide cohort study based on the ChinaHEART project", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158829", + "first_name": "Wenyao", + "middle_name": "", + "last_name": "Peng", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Area-level socioeconomic inequalities in mortality in China: a nationwide cohort study based on the ChinaHEART project", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wenyao Peng", + "kol_full_name": "Wenyao Peng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RCAN1 Protein, Human | Diabetic Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158828", + "session_name": "The suppression of RCAN1 alleviated lipid accumulation and mitochondrial fission in diabetic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158828", + "first_name": "Songren", + "middle_name": "", + "last_name": "Shu", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The suppression of RCAN1 alleviated lipid accumulation and mitochondrial fission in diabetic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "RCAN1 Protein, Human | Diabetic Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Songren Shu", + "kol_full_name": "Songren Shu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Mitral Valve Replacement | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158827", + "session_name": "One-year outcomes of transcatheter mitral valve replacement in patients with severe mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158827", + "first_name": "Shouzheng", + "middle_name": "", + "last_name": "Wang", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "One-year outcomes of transcatheter mitral valve replacement in patients with severe mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Mitral Valve Replacement | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shouzheng Wang", + "kol_full_name": "Shouzheng Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158826", + "session_name": "Associations of nutritional status and comorbidities with long-term survival among patients with acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158826", + "first_name": "Qing", + "middle_name": "", + "last_name": "Zhou", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations of nutritional status and comorbidities with long-term survival among patients with acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Qing Zhou", + "kol_full_name": "Qing Zhou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Left Ventricular Hypertrabeculation | Arrhythmias, Cardiac | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158825", + "session_name": "ABLE-SCORE: a simplified risk score for major adverse cardiovascular outcomes in patients with left ventricular noncompaction,Long-term prognostic value of multiple circulating biomarkers for ventricular arrhythmias in patients with left ventricular hypertrabeculation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158825", + "first_name": "Limin", + "middle_name": "", + "last_name": "Liu", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ABLE-SCORE: a simplified risk score for major adverse cardiovascular outcomes in patients with left ventricular noncompaction", + "rest_events_session_count": 1, + "rest_events_session": "Long-term prognostic value of multiple circulating biomarkers for ventricular arrhythmias in patients with left ventricular hypertrabeculation", + "events_topic": "Biomarkers | Left Ventricular Hypertrabeculation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Arrhythmias, Cardiac | Cardiovascular Diseases", + "kol_name": "Limin Liu", + "kol_full_name": "Limin Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | MicroRNAs | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158824", + "session_name": "Identification and validation of circulating microRNAs as biomarkers for heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158824", + "first_name": "Lili", + "middle_name": "", + "last_name": "Zhang", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification and validation of circulating microRNAs as biomarkers for heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | MicroRNAs ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "Lili Zhang", + "kol_full_name": "Lili Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cerebrovascular Disorders | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158823", + "session_name": "Clinical prediction model of main adverse cardiovascular and cerebrovascular events for elderly patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158823", + "first_name": "Jingjing", + "middle_name": "", + "last_name": "Xu", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical prediction model of main adverse cardiovascular and cerebrovascular events for elderly patients with acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cerebrovascular Disorders | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jingjing Xu", + "kol_full_name": "Jingjing Xu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Arrhythmia", + "npi_num": "", + "hcp_pin_alias": "1158822", + "session_name": "Associations of QRS high-frequency morphology index with recent lethal ventricular arrhythmias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158822", + "first_name": "Hao", + "middle_name": "", + "last_name": "Huang", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations of QRS high-frequency morphology index with recent lethal ventricular arrhythmias", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Arrhythmia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hao Huang", + "kol_full_name": "Hao Huang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Arch Syndromes | Double Arch Technique", + "npi_num": "", + "hcp_pin_alias": "1158821", + "session_name": "Double arch technique - a novel surgical procedure for the hypoplastic aortic arch syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158821", + "first_name": "Chenyu", + "middle_name": "", + "last_name": "Zhou", + "org_name": "State Key Laboratory of Cardiovascular Disease, Fuwai Hospital, National Center for Cardiovascular D", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Double arch technique - a novel surgical procedure for the hypoplastic aortic arch syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Arch Syndromes | Double Arch Technique", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Chenyu Zhou", + "kol_full_name": "Chenyu Zhou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158820", + "session_name": "Worsening heart failure: unmet needs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158820", + "first_name": "Mattia", + "middle_name": "", + "last_name": "Arrigo", + "org_name": "Stadtspital Zurich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Worsening heart failure: unmet needs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mattia Arrigo", + "kol_full_name": "Mattia Arrigo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Leadless Pacemakers", + "npi_num": "", + "hcp_pin_alias": "1158819", + "session_name": "Leadless atrioventricular synchronous pacing first real life experience in comparison to data of the VVI-System", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158819", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Tuscher", + "org_name": "St. Vinzenz-Hospital", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Leadless atrioventricular synchronous pacing first real life experience in comparison to data of the VVI-System", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leadless Pacemakers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Tuscher", + "kol_full_name": "Thomas Tuscher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1158818", + "session_name": "Eight year Follow-Up Data on a Leadless Pacing System Real life experience in comparison to data of the prospective trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158818", + "first_name": "Stefan", + "middle_name": "", + "last_name": "Winter", + "org_name": "St. Vinzenz-Hospital", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Eight year Follow-Up Data on a Leadless Pacing System Real life experience in comparison to data of the prospective trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefan Winter", + "kol_full_name": "Stefan Winter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Defibrillators, Implantable | Death, Sudden, Cardiac | Mortality | Prognosis | Atherosclerosis | Aortic Dissection | Resuscitation | Coronary Disease | Dilatation | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158817", + "session_name": "Sex disparities in bystander defibrillation for out-of-hospital cardiac arrest,Resuscitation of people with a do-not-resuscitate order: when does it happen and what are the outcomes?,A two-point strategy to clarify prognosis in >80 year olds experiencing out of hospital cardiac arrest,Distal ascending aortic dilatation portends a near 2-fold greater risk of cardiovascular mortality than proximal enlargement: results from 120,000 patients in a nationwide echocardiographic database,The aortic paradox: a nationwide analysis of 523,994 individual echocardiograms exploring aortic dissection,Minimal extra-cardiac atherosclerosis in people <50 years with sudden cardiac death due to coronary disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158817", + "first_name": "Elizabeth", + "middle_name": "", + "last_name": "Paratz", + "org_name": "St. Vincents Institute of Medical Research", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex disparities in bystander defibrillation for out-of-hospital cardiac arrest", + "rest_events_session_count": 7, + "rest_events_session": "Resuscitation of people with a do-not-resuscitate order: when does it happen and what are the outcomes?,A two-point strategy to clarify prognosis in >80 year olds experiencing out of hospital cardiac arrest,Distal ascending aortic dilatation portends a near 2-fold greater risk of cardiovascular mortality than proximal enlargement: results from 120,000 patients in a nationwide echocardiographic database,The aortic paradox: a nationwide analysis of 523,994 individual echocardiograms exploring aortic dissection,Minimal extra-cardiac atherosclerosis in people <50 years with sudden cardiac death due to coronary disease", + "events_topic": "Echocardiography | Defibrillators, Implantable ", + "rest_events_topic_count": 9, + "rest_events_topic": " Death, Sudden, Cardiac | Mortality | Prognosis | Atherosclerosis | Aortic Dissection | Resuscitation | Coronary Disease | Dilatation | Heart Arrest", + "kol_name": "Elizabeth Paratz", + "kol_full_name": "Elizabeth Paratz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1158816", + "session_name": "Patent foramen ovale and left atrial appendage closure: what's new?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158816", + "first_name": "Gudrun", + "middle_name": "", + "last_name": "Lamm", + "org_name": "St. Poelten University Hospital", + "Country": "Austria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patent foramen ovale and left atrial appendage closure: what's new?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Foramen Ovale, Patent | Atrial Appendage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gudrun Lamm", + "kol_full_name": "Gudrun Lamm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Neoplasms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158815", + "session_name": "External validation of the Systematic COronary Risk Evaluation 2 (SCORE2) model in cancer patients,External validation of the HFA-ICOS risk stratification tool for prediction of cardiovascular complications after cancer treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158815", + "first_name": "Mari", + "middle_name": "Nordboe", + "last_name": "Gynnild", + "org_name": "St. Olav University Hospital", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "External validation of the Systematic COronary Risk Evaluation 2 (SCORE2) model in cancer patients", + "rest_events_session_count": 1, + "rest_events_session": "External validation of the HFA-ICOS risk stratification tool for prediction of cardiovascular complications after cancer treatment", + "events_topic": "Coronary Artery Disease | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Mari Nordboe Gynnild", + "kol_full_name": "Mari Nordboe Gynnild" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Coronary Disease", + "npi_num": "", + "hcp_pin_alias": "1158814", + "session_name": "Time trends in mortality, incidence and case-fatality of acute myocardial infarction in Norway - do we see the end of the coronary heart disease epidemic?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158814", + "first_name": "Kaare", + "middle_name": "Harald", + "last_name": "Bonaa", + "org_name": "St. Olav University Hospital", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Time trends in mortality", + "rest_events_session_count": 1, + "rest_events_session": " incidence and case-fatality of acute myocardial infarction in Norway - do we see the end of the coronary heart disease epidemic?", + "events_topic": "Myocardial Infarction | Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kaare Harald Bonaa", + "kol_full_name": "Kaare Harald Bonaa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheterization | Clinical Laboratory Techniques | Drug-Eluting Stents | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158813", + "session_name": "Cath lab evaluation of microvascular function in patients with chronic coronary syndromes,Safety and feasibility of drug eluting and perfusion therapy for left main disease: JDEPTH-LM pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158813", + "first_name": "Takayuki", + "middle_name": "", + "last_name": "Warisawa", + "org_name": "St. Marianna University School of Medicine Yokohama City Seibu Hospital", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Yokohama", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cath lab evaluation of microvascular function in patients with chronic coronary syndromes", + "rest_events_session_count": 1, + "rest_events_session": "Safety and feasibility of drug eluting and perfusion therapy for left main disease: JDEPTH-LM pilot study", + "events_topic": "Catheterization | Clinical Laboratory Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Drug-Eluting Stents | Acute Coronary Syndrome", + "kol_name": "Takayuki Warisawa", + "kol_full_name": "Takayuki Warisawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Catheters | Transcatheter Aortic Valve Replacement | Tricuspid Valve Insufficiency | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158812", + "session_name": "Impact of atrial fibrillation on progression of tricuspid regurgitation in patients undergoing transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158812", + "first_name": "Toshiya", + "middle_name": "", + "last_name": "Yoshida", + "org_name": "St. Marianna University School of Medicine", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Kawasaki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of atrial fibrillation on progression of tricuspid regurgitation in patients undergoing transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Catheters ", + "rest_events_topic_count": 3, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Tricuspid Valve Insufficiency | Aortic Valve Insufficiency", + "kol_name": "Toshiya Yoshida", + "kol_full_name": "Toshiya Yoshida" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158811", + "session_name": "Remote monitoring: real-world impacts and technological innovations in cardiovascular care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158811", + "first_name": "Toshiki", + "middle_name": "", + "last_name": "Kaihara", + "org_name": "St. Marianna University School of Medicine", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Kawasaki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remote monitoring: real-world impacts and technological innovations in cardiovascular care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Toshiki Kaihara", + "kol_full_name": "Toshiki Kaihara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Tricuspid Valve Repair", + "npi_num": "", + "hcp_pin_alias": "1158810", + "session_name": "Ventricular interaction and clinical outcomes in patients undergoing transcatheter tricuspid valve repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158810", + "first_name": "Tetsu", + "middle_name": "", + "last_name": "Tanaka", + "org_name": "St. Marianna University School of Medicine", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Kawasaki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular interaction and clinical outcomes in patients undergoing transcatheter tricuspid valve repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Tricuspid Valve Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tetsu Tanaka", + "kol_full_name": "Tetsu Tanaka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1158809", + "session_name": "Association between in-hospital haemoglobin drop with or without overt bleeding and long-term clinical outcomes after percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158809", + "first_name": "Takahiro", + "middle_name": "", + "last_name": "Suzuki", + "org_name": "St. Luke's International Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between in-hospital haemoglobin drop with or without overt bleeding and long-term clinical outcomes after percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Hemorrhage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takahiro Suzuki", + "kol_full_name": "Takahiro Suzuki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multiple Sclerosis | Strabismus | Takotsubo Cardiomyopathy | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158808", + "session_name": "Patient with gender dysphoria diagnosed with multiple sclerosis following takotsubo syndrome and ventricular arrhythmia: a case report and systematic literature review", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158808", + "first_name": "Shinya", + "middle_name": "", + "last_name": "Yamanaka", + "org_name": "St. Luke's International Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient with gender dysphoria diagnosed with multiple sclerosis following takotsubo syndrome and ventricular arrhythmia: a case report and systematic literature review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Sclerosis | Strabismus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Takotsubo Cardiomyopathy | Arrhythmias, Cardiac", + "kol_name": "Shinya Yamanaka", + "kol_full_name": "Shinya Yamanaka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158807", + "session_name": "Great Debate: transcatheter aortic valve implantation in non-surgical centres?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158807", + "first_name": "Helge", + "middle_name": "", + "last_name": "Moellmann", + "org_name": "St. Johannes-Hospital", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Dortmund", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debate: transcatheter aortic valve implantation in non-surgical centres?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Helge Moellmann", + "kol_full_name": "Helge Moellmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158806", + "session_name": "Atrial and ventricular arrhythmias in young, lifelong and retired elite endurance athletes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158806", + "first_name": "Paolo", + "middle_name": "", + "last_name": "D'Ambrosio", + "org_name": "St Vincent's Institute", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial and ventricular arrhythmias in young", + "rest_events_session_count": 1, + "rest_events_session": " lifelong and retired elite endurance athletes", + "events_topic": "Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paolo D'Ambrosio", + "kol_full_name": "Paolo D'Ambrosio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac | Heart Arrest | Mortality, Premature", + "npi_num": "", + "hcp_pin_alias": "1158805", + "session_name": "Survivability of young sudden cardiac arrest by aetiology: insights from a state-wide adjudicated cardiac arrest registry,Small heart size and premature death in 366,484 individuals with normal ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158805", + "first_name": "Louise", + "middle_name": "", + "last_name": "Fahy", + "org_name": "St Vincent's Insitute", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Survivability of young sudden cardiac arrest by aetiology: insights from a state-wide adjudicated cardiac arrest registry", + "rest_events_session_count": 2, + "rest_events_session": "Small heart size and premature death in 366,484 individuals with normal ejection fraction", + "events_topic": "Death, Sudden, Cardiac | Heart Arrest ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mortality, Premature", + "kol_name": "Louise Fahy", + "kol_full_name": "Louise Fahy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1158804", + "session_name": "Global and national insights into the decline of hypertrophic cardiomyopathy as a cause of sudden death in the young", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158804", + "first_name": "Dean", + "middle_name": "", + "last_name": "Nelson", + "org_name": "St Vincent's Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global and national insights into the decline of hypertrophic cardiomyopathy as a cause of sudden death in the young", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dean Nelson", + "kol_full_name": "Dean Nelson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multifactorial Inheritance | Death, Sudden | Cardiotoxicity | Atrial Fibrillation | Cardiovascular Diseases | Cardiomyopathies | Heart Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1158803", + "session_name": "Polygenic traits and cardiac remodelling contribute to a markedly increased risk of atrial fibrillation in former elite endurance athletes,Clinical Case Management: athletes with cardiomyopathies,Current doping practices and the risk of cardiovascular disease and sudden death,Cardio-oncology in practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158803", + "first_name": "Andre", + "middle_name": "La", + "last_name": "Gerche", + "org_name": "St Vincent's Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Polygenic traits and cardiac remodelling contribute to a markedly increased risk of atrial fibrillation in former elite endurance athletes", + "rest_events_session_count": 3, + "rest_events_session": "Clinical Case Management: athletes with cardiomyopathies,Current doping practices and the risk of cardiovascular disease and sudden death,Cardio-oncology in practice", + "events_topic": "Multifactorial Inheritance | Death, Sudden ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cardiotoxicity | Atrial Fibrillation | Cardiovascular Diseases | Cardiomyopathies | Heart Neoplasms", + "kol_name": "Andre La Gerche", + "kol_full_name": "Andre La Gerche" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Death, Sudden, Cardiac | Brugada Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158802", + "session_name": "Sudden cardiac death: what’s new?,Novel insights into Brugada syndrome and hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158802", + "first_name": "Ole", + "middle_name": "Christian", + "last_name": "Mjolstad", + "org_name": "St Olavs Hospital", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sudden cardiac death: what’s new?", + "rest_events_session_count": 1, + "rest_events_session": "Novel insights into Brugada syndrome and hypertrophic cardiomyopathy", + "events_topic": "Cardiomyopathy, Hypertrophic | Death, Sudden, Cardiac ", + "rest_events_topic_count": 1, + "rest_events_topic": " Brugada Syndrome", + "kol_name": "Ole Christian Mjolstad", + "kol_full_name": "Ole Christian Mjolstad" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158801", + "session_name": "Invasive and non-invasive imaging in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158801", + "first_name": "Erik", + "middle_name": "", + "last_name": "Madssen", + "org_name": "St Olavs Hospital", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Invasive and non-invasive imaging in coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erik Madssen", + "kol_full_name": "Erik Madssen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Empagliflozin | Dapagliflozin | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158800", + "session_name": "Comparative outcomes between empagliflozin and dapagliflozin in heart failure: real world multi-center cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158800", + "first_name": "Seonghyeon", + "middle_name": "", + "last_name": "Bu", + "org_name": "St Mary hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative outcomes between empagliflozin and dapagliflozin in heart failure: real world multi-center cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Empagliflozin | Dapagliflozin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Seonghyeon Bu", + "kol_full_name": "Seonghyeon Bu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1158799", + "session_name": "Patients with hypertrophic cardiomyopathy: should be restricted from sport - con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158799", + "first_name": "Michail", + "middle_name": "", + "last_name": "Papadakis", + "org_name": "St George's, University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patients with hypertrophic cardiomyopathy: should be restricted from sport - con", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michail Papadakis", + "kol_full_name": "Michail Papadakis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158798", + "session_name": "Insights into the aetiology and temporal trends in cardiac mortality in the young: a 21-year review of national and registry data in the united kingdom", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158798", + "first_name": "Raghav", + "middle_name": "Tilak", + "last_name": "Bhatia", + "org_name": "St George's University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Insights into the aetiology and temporal trends in cardiac mortality in the young: a 21-year review of national and registry data in the united kingdom", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raghav Tilak Bhatia", + "kol_full_name": "Raghav Tilak Bhatia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia With No Obstructive Arteries | Heart Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1158797", + "session_name": "The floor is yours: bring your questions on INOCA - expert panel,Challenging cardiac masses", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158797", + "first_name": "Emmanouil", + "middle_name": "", + "last_name": "Androulakis", + "org_name": "St George's University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on INOCA - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Challenging cardiac masses", + "events_topic": "Ischemia With No Obstructive Arteries | Heart Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Emmanouil Androulakis", + "kol_full_name": "Emmanouil Androulakis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1158796", + "session_name": "Cardiac screening with ECG in the young: significance of T wave inversion, T wave depth and T wave/QRS ratio", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158796", + "first_name": "Ali", + "middle_name": "", + "last_name": "Alzarka", + "org_name": "St George's University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac screening with ECG in the young: significance of T wave inversion", + "rest_events_session_count": 1, + "rest_events_session": " T wave depth and T wave/QRS ratio", + "events_topic": "Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ali Alzarka", + "kol_full_name": "Ali Alzarka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombocythemia, Essential | Myocardial Infarction | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158795", + "session_name": "Premature Myocardial Infarction (MI) Complicated with Cardiac Arrest Secondary to Essential Thrombocythemia (ET).", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158795", + "first_name": "Ahmed", + "middle_name": "M.", + "last_name": "Omar", + "org_name": "St George's University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Premature Myocardial Infarction (MI) Complicated with Cardiac Arrest Secondary to Essential Thrombocythemia (ET).", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombocythemia, Essential | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "Ahmed M. Omar", + "kol_full_name": "Ahmed M. Omar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158794", + "session_name": "Is Ross the gold standard aortic valve replacement in the young?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158794", + "first_name": "Marjan", + "middle_name": "", + "last_name": "Jahangiri", + "org_name": "St Georges University Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is Ross the gold standard aortic valve replacement in the young?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marjan Jahangiri", + "kol_full_name": "Marjan Jahangiri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Acute Kidney Injury", + "npi_num": "", + "hcp_pin_alias": "1158793", + "session_name": "High infection prevalence in patients who develop severe acute kidney injury during heart failure hospital admission", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158793", + "first_name": "Ella", + "middle_name": "", + "last_name": "Tumelty", + "org_name": "St Georges University Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High infection prevalence in patients who develop severe acute kidney injury during heart failure hospital admission", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Acute Kidney Injury", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ella Tumelty", + "kol_full_name": "Ella Tumelty" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158792", + "session_name": "What exactly runs in this family of marathons runners with arrhythmias?,Preventing a second cardiac arrest in the same family: are genetics enough?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158792", + "first_name": "Mihnea", + "middle_name": "", + "last_name": "Casian", + "org_name": "St George's University Hospital NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What exactly runs in this family of marathons runners with arrhythmias?", + "rest_events_session_count": 1, + "rest_events_session": "Preventing a second cardiac arrest in the same family: are genetics enough?", + "events_topic": "Arrhythmias, Cardiac | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mihnea Casian", + "kol_full_name": "Mihnea Casian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Pacemaker, Artificial | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1158791", + "session_name": "Comparative safety outcomes of leadless versus transvenous cardiac pacemaker: a systematic review and meta-analysis,Cardiovascular conundrums in massive pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158791", + "first_name": "May", + "middle_name": "", + "last_name": "Ohn", + "org_name": "St George's University Hospital NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative safety outcomes of leadless versus transvenous cardiac pacemaker: a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular conundrums in massive pulmonary embolism", + "events_topic": "Cardiovascular Diseases | Pacemaker, Artificial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "May Ohn", + "kol_full_name": "May Ohn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158790", + "session_name": "Sex and racial disparities in mitral/tricuspid transcatheter interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158790", + "first_name": "Claudia", + "middle_name": "", + "last_name": "Cosgrove", + "org_name": "St George's University Hospital NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex and racial disparities in mitral/tricuspid transcatheter interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Claudia Cosgrove", + "kol_full_name": "Claudia Cosgrove" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158789", + "session_name": "The different faces of mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158789", + "first_name": "Anna", + "middle_name": "", + "last_name": "Marciniak", + "org_name": "St George's University Hospital NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The different faces of mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Marciniak", + "kol_full_name": "Anna Marciniak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mycobacterium Abscessus | Aneurysm, False", + "npi_num": "", + "hcp_pin_alias": "1158788", + "session_name": "Giant coronary artery pseudoaneurysm and mycobacterium abscessus infected stent", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158788", + "first_name": "James", + "middle_name": "", + "last_name": "Iliff", + "org_name": "St George Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Giant coronary artery pseudoaneurysm and mycobacterium abscessus infected stent", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mycobacterium Abscessus | Aneurysm, False", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James Iliff", + "kol_full_name": "James Iliff" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158787", + "session_name": "Circulating metabolites associate with the QT interval in individuals without prevalent cardiovascular disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158787", + "first_name": "William", + "middle_name": "", + "last_name": "Young", + "org_name": "St Bartholomew's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating metabolites associate with the QT interval in individuals without prevalent cardiovascular disease.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "William Young", + "kol_full_name": "William Young" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1158786", + "session_name": "Myocardial viability evaluation with advanced imaging is no longer relevant for heart team discussions: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158786", + "first_name": "Mark", + "middle_name": "", + "last_name": "Westwood", + "org_name": "St Bartholomew's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial viability evaluation with advanced imaging is no longer relevant for heart team discussions: pro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mark Westwood", + "kol_full_name": "Mark Westwood" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158785", + "session_name": "Cases of cardiovascular disease in pregnancy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158785", + "first_name": "Katherine", + "middle_name": "", + "last_name": "Von Klemperer", + "org_name": "St Bartholomew's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cases of cardiovascular disease in pregnancy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katherine Von Klemperer", + "kol_full_name": "Katherine Von Klemperer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Preoperative Exercise | Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1158784", + "session_name": "A bespoke prehabilitation programme for adult congenital heart disease (ACHD): empowering patients, transforming outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158784", + "first_name": "Filip", + "middle_name": "", + "last_name": "Zemrak", + "org_name": "St Bartholomew's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A bespoke prehabilitation programme for adult congenital heart disease (ACHD): empowering patients", + "rest_events_session_count": 1, + "rest_events_session": " transforming outcomes", + "events_topic": "Preoperative Exercise | Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Filip Zemrak", + "kol_full_name": "Filip Zemrak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy, Left Ventricular | Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "1158783", + "session_name": "Diabetes worsens the adverse association between myocardial diffuse fibrosis and left ventricular strain.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158783", + "first_name": "Sucharitha", + "middle_name": "", + "last_name": "Chadalavada", + "org_name": "St Bartholomews and Queen Mary University", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diabetes worsens the adverse association between myocardial diffuse fibrosis and left ventricular strain.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy, Left Ventricular | Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sucharitha Chadalavada", + "kol_full_name": "Sucharitha Chadalavada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tetralogy Of Fallot | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158782", + "session_name": "Blood biomarkers to detect functional impairment in adult patients with repaired Tetralogy of Fallot", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158782", + "first_name": "Sahar", + "middle_name": "", + "last_name": "Alborikan", + "org_name": "St Bartholomews and Queen Mary University", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood biomarkers to detect functional impairment in adult patients with repaired Tetralogy of Fallot", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tetralogy Of Fallot | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sahar Alborikan", + "kol_full_name": "Sahar Alborikan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Bradycardia", + "npi_num": "", + "hcp_pin_alias": "1158781", + "session_name": "Patients with an ICD but no indication for bradycardia pacing should receive an extravascular ICD: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158781", + "first_name": "Lucas", + "middle_name": "", + "last_name": "Boersma", + "org_name": "St Antonius Hospital", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Nieuwegein", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patients with an ICD but no indication for bradycardia pacing should receive an extravascular ICD: pro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Bradycardia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lucas Boersma", + "kol_full_name": "Lucas Boersma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Platelet Membrane Glycoprotein IIb", + "npi_num": "", + "hcp_pin_alias": "1158780", + "session_name": "Subcutaneous GP IIb/IIIa inhibition", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158780", + "first_name": "Jurrien", + "middle_name": "M.", + "last_name": "ten Berg", + "org_name": "St Antonius Hospital", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Nieuwegein", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Subcutaneous GP IIb/IIIa inhibition", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Platelet Membrane Glycoprotein IIb", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jurrien M. ten Berg", + "kol_full_name": "Jurrien M. ten Berg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158779", + "session_name": "Real world economic evaluation of CT-FFR in patients with suspected coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158779", + "first_name": "Joyce", + "middle_name": "", + "last_name": "Peper", + "org_name": "St Antonius Hospital", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Nieuwegein", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real world economic evaluation of CT-FFR in patients with suspected coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fractional Flow Reserve, Myocardial | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joyce Peper", + "kol_full_name": "Joyce Peper" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genotype | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158778", + "session_name": "Real-world implementation of a genotype-guided p2y12-inhibitor de-escalation strategy in acute coronary syndrome patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158778", + "first_name": "Jaouad", + "middle_name": "", + "last_name": "Azzahhafi", + "org_name": "St Antonius Hospital", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Nieuwegein", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world implementation of a genotype-guided p2y12-inhibitor de-escalation strategy in acute coronary syndrome patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genotype | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jaouad Azzahhafi", + "kol_full_name": "Jaouad Azzahhafi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1158777", + "session_name": "Incidence and predictors of 2-year mortality following percutaneous left atrial appendage occlusion in the EWOLUTION tria", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158777", + "first_name": "Errol", + "middle_name": "", + "last_name": "Aarnink", + "org_name": "St Antonius Hospital", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Nieuwegein", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence and predictors of 2-year mortality following percutaneous left atrial appendage occlusion in the EWOLUTION tria", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Appendage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Errol Aarnink", + "kol_full_name": "Errol Aarnink" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Angioplasty | Angioplasty, Balloon", + "npi_num": "", + "hcp_pin_alias": "1158776", + "session_name": "Targeted medical treatment of patients with chronic thromboembolic pulmonary hypertension who undergo balloon pulmonary angioplasty,Peri-procedural complications in patients with chronic thromboembolic pulmonary hypertension who underwent balloon pulmonary angioplasty", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158776", + "first_name": "Diederik", + "middle_name": "Philip", + "last_name": "Staal", + "org_name": "St Antonius Hospital", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Nieuwegein", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeted medical treatment of patients with chronic thromboembolic pulmonary hypertension who undergo balloon pulmonary angioplasty", + "rest_events_session_count": 1, + "rest_events_session": "Peri-procedural complications in patients with chronic thromboembolic pulmonary hypertension who underwent balloon pulmonary angioplasty", + "events_topic": "Hypertension, Pulmonary | Angioplasty ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angioplasty, Balloon", + "kol_name": "Diederik Philip Staal", + "kol_full_name": "Diederik Philip Staal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dual Antiplatelet Therapy | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158775", + "session_name": "Risk score guided dual antiplatelet therapy duration in patients with acute coronary syndrome: insights from the FORCE-ACS registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158775", + "first_name": "Dean", + "middle_name": "Chan Pin", + "last_name": "Yin", + "org_name": "St Antonius Hospital", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Nieuwegein", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk score guided dual antiplatelet therapy duration in patients with acute coronary syndrome: insights from the FORCE-ACS registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dual Antiplatelet Therapy | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dean Chan Pin Yin", + "kol_full_name": "Dean Chan Pin Yin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis | HIV", + "npi_num": "", + "hcp_pin_alias": "1158774", + "session_name": "Thrombus aspiration in people living with HIV- a night mare for interventionist", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158774", + "first_name": "Hs", + "middle_name": "Nataraj", + "last_name": "Setty", + "org_name": "Sri Jayadeva Institute of Cardiovascular Sciences and Research", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Thrombus aspiration in people living with HIV- a night mare for interventionist", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | HIV", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hs Nataraj Setty", + "kol_full_name": "Hs Nataraj Setty" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Critical Illness | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158773", + "session_name": "\"I don't want hear about that\": Treatment wishes/preferences of elderly patients regarding possible treatment goals in acute life-threatening illness or acute organ failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158773", + "first_name": "Solomiia", + "middle_name": "", + "last_name": "Richter", + "org_name": "SRH Wald-Clinic Gera", + "Country": "Germany", + "Region": "Thuringen", + "City": "Gera", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "\"I don't want hear about that\": Treatment wishes/preferences of elderly patients regarding possible treatment goals in acute life-threatening illness or acute organ failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Critical Illness | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Solomiia Richter", + "kol_full_name": "Solomiia Richter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19 | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158772", + "session_name": "Serum proteomic profiling reveals potential inflammatory biomarkers in long-COVID patients: a comparative analysis with healthy controls", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158772", + "first_name": "Maria", + "middle_name": "Grazia", + "last_name": "De Angelis", + "org_name": "Spedali Civili, University Of Brescia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Brescia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serum proteomic profiling reveals potential inflammatory biomarkers in long-COVID patients: a comparative analysis with healthy controls", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19 | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Grazia De Angelis", + "kol_full_name": "Maria Grazia De Angelis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aging | Vascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158771", + "session_name": "Ageing of the vasculature", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158771", + "first_name": "Vicente", + "middle_name": "Andres", + "last_name": "Garcia", + "org_name": "Spanish National Centre for Cardiovascular Research", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ageing of the vasculature", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aging | Vascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vicente Andres Garcia", + "kol_full_name": "Vicente Andres Garcia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clonal Hematopoiesis | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158770", + "session_name": "Clonal haematopoiesis and cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158770", + "first_name": "Jose", + "middle_name": "Javier", + "last_name": "Fuster", + "org_name": "Spanish National Centre for Cardiovascular Research", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clonal haematopoiesis and cardiovascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clonal Hematopoiesis | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jose Javier Fuster", + "kol_full_name": "Jose Javier Fuster" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Liver Diseases | Cardiac Imaging Techniques", + "npi_num": "", + "hcp_pin_alias": "1158769", + "session_name": "Association between objectively-measured sleep duration and early cardiac and hepatic imaging changes in adolescents: insights from the EnIGMA study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158769", + "first_name": "Carlos", + "middle_name": "", + "last_name": "Real", + "org_name": "Spanish National Centre for Cardiovascular Research", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between objectively-measured sleep duration and early cardiac and hepatic imaging changes in adolescents: insights from the EnIGMA study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liver Diseases | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carlos Real", + "kol_full_name": "Carlos Real" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Artery Bypass", + "npi_num": "", + "hcp_pin_alias": "1158768", + "session_name": "Are we less aggressive in managing lipids in patients undergoing CABGs than those undergoing PTCA?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158768", + "first_name": "Niteen", + "middle_name": "Vijay", + "last_name": "Deshpande", + "org_name": "Spandan Heart Institute and Research Center", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Are we less aggressive in managing lipids in patients undergoing CABGs than those undergoing PTCA?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Coronary Artery Bypass", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Niteen Vijay Deshpande", + "kol_full_name": "Niteen Vijay Deshpande" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Myocardial Infarction | Tachycardia, Ventricular", + "npi_num": "", + "hcp_pin_alias": "1158767", + "session_name": "Multimodality imaging assessment of a patient presenting with symptomatic ventricular tachycardia secondary to a large, epicardial, lipomatous mass with myocardial infiltration.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158767", + "first_name": "Rajesh", + "middle_name": "", + "last_name": "Varma", + "org_name": "Southampton General Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Southampton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multimodality imaging assessment of a patient presenting with symptomatic ventricular tachycardia secondary to a large", + "rest_events_session_count": 2, + "rest_events_session": " epicardial, lipomatous mass with myocardial infiltration.", + "events_topic": "Multimodal Imaging | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tachycardia, Ventricular", + "kol_name": "Rajesh Varma", + "kol_full_name": "Rajesh Varma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Genome-Wide Association Study", + "npi_num": "", + "hcp_pin_alias": "1158766", + "session_name": "A Genome-Wide Association Study (GWAS) of Takotsubo syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158766", + "first_name": "Helena", + "middle_name": "Felicia Karin", + "last_name": "Hakansson", + "org_name": "South Hospital Stockholm", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A Genome-Wide Association Study (GWAS) of Takotsubo syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy | Genome-Wide Association Study", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Helena Felicia Karin Hakansson", + "kol_full_name": "Helena Felicia Karin Hakansson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Multimodal Imaging | Theranostic Nanomedicine | Biomimetics", + "npi_num": "", + "hcp_pin_alias": "1158765", + "session_name": "Biomimetic porphyrin-lipid nanoparticles - novel nanoscale theranostics for multimodal imaging and therapy in atherosclerotic cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158765", + "first_name": "Victoria", + "middle_name": "", + "last_name": "Nankivell", + "org_name": "South Australian Health and Medical Research Institute", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomimetic porphyrin-lipid nanoparticles - novel nanoscale theranostics for multimodal imaging and therapy in atherosclerotic cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Multimodal Imaging ", + "rest_events_topic_count": 2, + "rest_events_topic": " Theranostic Nanomedicine | Biomimetics", + "kol_name": "Victoria Nankivell", + "kol_full_name": "Victoria Nankivell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Angiogenesis", + "npi_num": "", + "hcp_pin_alias": "1158764", + "session_name": "Inhibition of microRNA-181c-5p rescues diabetes-impaired angiogenesis through activation of key mediators of angiogenesis, cell survival and novel genes, elmo3 and trib1", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158764", + "first_name": "Emma", + "middle_name": "", + "last_name": "Solly", + "org_name": "South Australian Health and Medical Research Institute", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inhibition of microRNA-181c-5p rescues diabetes-impaired angiogenesis through activation of key mediators of angiogenesis", + "rest_events_session_count": 2, + "rest_events_session": " cell survival and novel genes, elmo3 and trib1", + "events_topic": "Diabetes Mellitus | Angiogenesis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Emma Solly", + "kol_full_name": "Emma Solly" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "In Vitro Techniques | Glycoproteins", + "npi_num": "", + "hcp_pin_alias": "1158763", + "session_name": "Deletion of the asialyloglycoprotein receptor-1 (ASGR1) causes atheroprotective effects in vitro and in vivo", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158763", + "first_name": "Christina", + "middle_name": "", + "last_name": "Bursill", + "org_name": "South Australian Health and Medical Research Institute", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deletion of the asialyloglycoprotein receptor-1 (ASGR1) causes atheroprotective effects in vitro and in vivo", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "In Vitro Techniques | Glycoproteins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christina Bursill", + "kol_full_name": "Christina Bursill" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1158762", + "session_name": "Functional correlates of ischemic electrocardiographic changes during stress echocardiography. data form stress echo 2030 survey", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158762", + "first_name": "Sergio", + "middle_name": "", + "last_name": "Kobal", + "org_name": "Soroka University Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Functional correlates of ischemic electrocardiographic changes during stress echocardiography. data form stress echo 2030 survey", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sergio Kobal", + "kol_full_name": "Sergio Kobal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immunosuppression Therapy | Hypertension, Pulmonary | Kidney Transplantation | Heart-Assist Devices | Heart Transplantation | MTOR Inhibitors", + "npi_num": "", + "hcp_pin_alias": "1158761", + "session_name": "Reversibility of precapillary pulmonary hypertension and outcomes after heart transplantation bridged with left ventricular assist devices: insight from the UNOS,Treatment with mTOR Inhibitors as primary immunosuppression after combined heart and kidney transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158761", + "first_name": "Hilmi", + "middle_name": "", + "last_name": "Alnsasra", + "org_name": "Soroka University Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reversibility of precapillary pulmonary hypertension and outcomes after heart transplantation bridged with left ventricular assist devices: insight from the UNOS", + "rest_events_session_count": 1, + "rest_events_session": "Treatment with mTOR Inhibitors as primary immunosuppression after combined heart and kidney transplantation", + "events_topic": "Immunosuppression Therapy | Hypertension, Pulmonary ", + "rest_events_topic_count": 4, + "rest_events_topic": " Kidney Transplantation | Heart-Assist Devices | Heart Transplantation | MTOR Inhibitors", + "kol_name": "Hilmi Alnsasra", + "kol_full_name": "Hilmi Alnsasra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158760", + "session_name": "Unconventional presentation of Takotsubo cardiomyopathy during a terrorist attack scenario.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158760", + "first_name": "Artyom", + "middle_name": "", + "last_name": "Star", + "org_name": "Soroka University Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unconventional presentation of Takotsubo cardiomyopathy during a terrorist attack scenario.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Artyom Star", + "kol_full_name": "Artyom Star" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Deep Learning | Echocardiography | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158759", + "session_name": "Fully automated measurements of echocardiographic mechanical dispersion using deep learning: enhanced prediction of ventricular arrhythmias in a large heart failure cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158759", + "first_name": "Daniela", + "middle_name": "", + "last_name": "Melichova", + "org_name": "Sorlandet Hospital", + "Country": "Norway", + "Region": "Aust-Agder", + "City": "Arendal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fully automated measurements of echocardiographic mechanical dispersion using deep learning: enhanced prediction of ventricular arrhythmias in a large heart failure cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Deep Learning ", + "rest_events_topic_count": 2, + "rest_events_topic": " Echocardiography | Arrhythmias, Cardiac", + "kol_name": "Daniela Melichova", + "kol_full_name": "Daniela Melichova" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Obesity | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158758", + "session_name": "Role of inflammation and macrophages in the formation of the atrial cardiomyopathy associated with obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158758", + "first_name": "Nadine", + "middle_name": "", + "last_name": "Suffee", + "org_name": "Sorbonne University", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of inflammation and macrophages in the formation of the atrial cardiomyopathy associated with obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Nadine Suffee", + "kol_full_name": "Nadine Suffee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Heart Failure | Right Ventricular Strain | Myocardium | Pulmonary Embolism | Anemia", + "npi_num": "", + "hcp_pin_alias": "1158757", + "session_name": "Anemia and 4 cavities myocardial strain in acute heart failure,Long term follow up in pulmonary embolism: can right ventricular strain echocardiographic imaging contribute to refine risk stratification?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158757", + "first_name": "Laurie", + "middle_name": "", + "last_name": "Soulat-Dufour", + "org_name": "Sorbonne University", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anemia and 4 cavities myocardial strain in acute heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Long term follow up in pulmonary embolism: can right ventricular strain echocardiographic imaging contribute to refine risk stratification?", + "events_topic": "Echocardiography | Heart Failure ", + "rest_events_topic_count": 4, + "rest_events_topic": " Right Ventricular Strain | Myocardium | Pulmonary Embolism | Anemia", + "kol_name": "Laurie Soulat-Dufour", + "kol_full_name": "Laurie Soulat-Dufour" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Heart Rate | Beta Blockers | Myocardial Infarction | Acute Coronary Syndrome | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158756", + "session_name": "Beta blocker interruption in patients with prior myocardial infarction: results of the ABYSS trial and effect on blood pressure and heart rate control,ABYSS - Beta blocker interruption in post-myocardial infarction patients,Role of inflammation and cholesterol efflux in myocardial infarction patients without standard modifiable risk factors,Emerging insights in acute coronary syndrome: biomarkers, non-traditional risk factors, and clinical outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158756", + "first_name": "Johanne", + "middle_name": "", + "last_name": "Silvain", + "org_name": "Sorbonne University", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beta blocker interruption in patients with prior myocardial infarction: results of the ABYSS trial and effect on blood pressure and heart rate control", + "rest_events_session_count": 5, + "rest_events_session": "ABYSS - Beta blocker interruption in post-myocardial infarction patients,Role of inflammation and cholesterol efflux in myocardial infarction patients without standard modifiable risk factors,Emerging insights in acute coronary syndrome: biomarkers, non-traditional risk factors, and clinical outcomes", + "events_topic": "Biomarkers | Heart Rate ", + "rest_events_topic_count": 4, + "rest_events_topic": " Beta Blockers | Myocardial Infarction | Acute Coronary Syndrome | Blood Pressure", + "kol_name": "Johanne Silvain", + "kol_full_name": "Johanne Silvain" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thermodilution | Exercise Test | Non-Obstructive Coronary Artery Disease | Microvascular Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1158755", + "session_name": "Assessment of structural and functional microvascular dysfunction using microvascular resistance reserve versus invasive exercise stress testing,Cycling coupled to intra-coronary thermodilution to evaluate angina with non-obstructive coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158755", + "first_name": "Ghilas", + "middle_name": "", + "last_name": "Rahoual", + "org_name": "Sorbonne University", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of structural and functional microvascular dysfunction using microvascular resistance reserve versus invasive exercise stress testing", + "rest_events_session_count": 1, + "rest_events_session": "Cycling coupled to intra-coronary thermodilution to evaluate angina with non-obstructive coronary artery disease", + "events_topic": "Thermodilution | Exercise Test ", + "rest_events_topic_count": 2, + "rest_events_topic": " Non-Obstructive Coronary Artery Disease | Microvascular Dysfunction", + "kol_name": "Ghilas Rahoual", + "kol_full_name": "Ghilas Rahoual" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fabry Disease", + "npi_num": "", + "hcp_pin_alias": "1158754", + "session_name": "Phenotypic expression and clinical outcomes in patients with the Arg301Gln GLA variant in Anderson Fabry disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158754", + "first_name": "Tomas", + "middle_name": "Ripoll", + "last_name": "Vera", + "org_name": "Son Llatzer University Hospital", + "Country": "Spain", + "Region": "Islas Baleares", + "City": "Palma de Mallorca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phenotypic expression and clinical outcomes in patients with the Arg301Gln GLA variant in Anderson Fabry disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fabry Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tomas Ripoll Vera", + "kol_full_name": "Tomas Ripoll Vera" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericardiocentesis | Pericardial Effusion", + "npi_num": "", + "hcp_pin_alias": "1158753", + "session_name": "Clinical and cytological characteristics of malignant pericardial effusion and estimation of the rate of progression until its evacuation by pericardiocentesis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158753", + "first_name": "Victoriano", + "middle_name": "Moreno", + "last_name": "Velasco", + "org_name": "Son Espases University Hospital", + "Country": "Spain", + "Region": "Islas Baleares", + "City": "Palma de Mallorca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical and cytological characteristics of malignant pericardial effusion and estimation of the rate of progression until its evacuation by pericardiocentesis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericardiocentesis | Pericardial Effusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Victoriano Moreno Velasco", + "kol_full_name": "Victoriano Moreno Velasco" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Radionuclide Imaging", + "npi_num": "", + "hcp_pin_alias": "1158752", + "session_name": "Usefulness of scintigraphy with [99mTc]Tc-DPD for the detection of transthyretin cardiac amyloidosis. Reference centre experience in an endemic area.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158752", + "first_name": "Nuria", + "middle_name": "", + "last_name": "Orta", + "org_name": "Son Espases University Hospital", + "Country": "Spain", + "Region": "Islas Baleares", + "City": "Palma de Mallorca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Usefulness of scintigraphy with [99mTc]Tc-DPD for the detection of transthyretin cardiac amyloidosis. Reference centre experience in an endemic area.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Radionuclide Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nuria Orta", + "kol_full_name": "Nuria Orta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heparin, Low-Molecular-Weight | Rivaroxaban | Venous Thromboembolism | Apixaban", + "npi_num": "", + "hcp_pin_alias": "1158751", + "session_name": "Complication comparison in intermediate-to-high risk venous thromboembolism patients, treated with high vs standard dose apixaban and rivaroxaban after low molecular weight heparin", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158751", + "first_name": "Anton", + "middle_name": "Kristoffer", + "last_name": "Garner", + "org_name": "Slagelse Hospital", + "Country": "Denmark", + "Region": "Vestsjalland", + "City": "Slagelse", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complication comparison in intermediate-to-high risk venous thromboembolism patients", + "rest_events_session_count": 1, + "rest_events_session": " treated with high vs standard dose apixaban and rivaroxaban after low molecular weight heparin", + "events_topic": "Heparin, Low-Molecular-Weight | Rivaroxaban ", + "rest_events_topic_count": 2, + "rest_events_topic": " Venous Thromboembolism | Apixaban", + "kol_name": "Anton Kristoffer Garner", + "kol_full_name": "Anton Kristoffer Garner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158750", + "session_name": "Associations between biomarkers and P-wave indices in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158750", + "first_name": "Zainu", + "middle_name": "", + "last_name": "Nezami", + "org_name": "Skane University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations between biomarkers and P-wave indices in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zainu Nezami", + "kol_full_name": "Zainu Nezami" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Restenosis | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158749", + "session_name": "Percutaneous coronary intervention of in-stent restenosis: A three-arm analysis from SWEDEHEART", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158749", + "first_name": "Sacharias", + "middle_name": "Von", + "last_name": "Koch", + "org_name": "Skane University Hospital", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous coronary intervention of in-stent restenosis: A three-arm analysis from SWEDEHEART", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Restenosis | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sacharias Von Koch", + "kol_full_name": "Sacharias Von Koch" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid Lowering Therapy | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158748", + "session_name": "On-site or telephone follow-up after myocardial infarction? A nationwide observational study of data quality in 101 199 patients in contemporary clinical practice,Association of early versus late use of combination lipid-lowering therapy with major cardiovascular outcomes after myocardial infarction: data from the SWEDEHEART registry,On-site or telephone follow-up after myocardial infarction? A nationwide observational study of data quality in 101 199 patients in contemporary clinical practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158748", + "first_name": "Margret", + "middle_name": "", + "last_name": "Leosdottir", + "org_name": "Skane University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "On-site or telephone follow-up after myocardial infarction? A nationwide observational study of data quality in 101 199 patients in contemporary clinical practice", + "rest_events_session_count": 2, + "rest_events_session": "Association of early versus late use of combination lipid-lowering therapy with major cardiovascular outcomes after myocardial infarction: data from the SWEDEHEART registry,On-site or telephone follow-up after myocardial infarction? A nationwide observational study of data quality in 101 199 patients in contemporary clinical practice", + "events_topic": "Lipid Lowering Therapy | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Margret Leosdottir", + "kol_full_name": "Margret Leosdottir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Macrophages | Regression, Psychology | Atherosclerosis | Interleukin-10", + "npi_num": "", + "hcp_pin_alias": "1158747", + "session_name": "Macrophages overexpressing interleukin-10 target and prevent atherosclerosis: regression of plaque formation and reduction in necrotic core", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158747", + "first_name": "Mingyi", + "middle_name": "", + "last_name": "Wang", + "org_name": "Sixth Medical Center of PLA General Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Macrophages overexpressing interleukin-10 target and prevent atherosclerosis: regression of plaque formation and reduction in necrotic core", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Macrophages | Regression, Psychology ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atherosclerosis | Interleukin-10", + "kol_name": "Mingyi Wang", + "kol_full_name": "Mingyi Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemic Stroke | Cardiac Pacing, Artificial | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1158746", + "session_name": "Left fascicular pacing is not inferior to left bundle branch pacing in preserving ventricular mechanical synchrony and cardiac function,Comparison of left atrial and left atrial appendage mechanics in patients with ischaemic strokes of different aetiologies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158746", + "first_name": "Yankai", + "middle_name": "", + "last_name": "Mao", + "org_name": "Sir Run Run Shaw Hospital, School of Medicine, Zhejiang University", + "Country": "China", + "Region": "Zhejiang", + "City": "Hangzhou", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left fascicular pacing is not inferior to left bundle branch pacing in preserving ventricular mechanical synchrony and cardiac function", + "rest_events_session_count": 1, + "rest_events_session": "Comparison of left atrial and left atrial appendage mechanics in patients with ischaemic strokes of different aetiologies", + "events_topic": "Ischemic Stroke | Cardiac Pacing, Artificial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Appendage", + "kol_name": "Yankai Mao", + "kol_full_name": "Yankai Mao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial | Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1158745", + "session_name": "A mcgyvering way to left bundle branch area pacing : using the treadmill test machine ECG system and modified V1 / V6 leads connected to the pacing system analyser for left bundle branch area pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158745", + "first_name": "Sanjai", + "middle_name": "Pattu", + "last_name": "Valappil", + "org_name": "SIMS Hospital (SRM Institutes For Medical Science)", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A mcgyvering way to left bundle branch area pacing : using the treadmill test machine ECG system and modified V1 / V6 leads connected to the pacing system analyser for left bundle branch area pacing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sanjai Pattu Valappil", + "kol_full_name": "Sanjai Pattu Valappil" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart-Assist Devices | Cardiac Pacing, Artificial | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158744", + "session_name": "Effect of disabling biventricular pacing in patients with left ventricular assist device and cardiac resynchronization therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158744", + "first_name": "Magdalena", + "middle_name": "", + "last_name": "Sawicka", + "org_name": "Silesian Center for Heart Diseases (SCHD)", + "Country": "Poland", + "Region": "Slaskie", + "City": "Zabrze", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of disabling biventricular pacing in patients with left ventricular assist device and cardiac resynchronization therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices | Cardiac Pacing, Artificial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Resynchronization Therapy", + "kol_name": "Magdalena Sawicka", + "kol_full_name": "Magdalena Sawicka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipoprotein(a) | Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1158743", + "session_name": "Study of lipoprotein(a) and its impact on atherosclerotic cardiovascular disease: design, rationale, and first results of the Zabrze-Lip(a)R Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158743", + "first_name": "Krzysztof", + "middle_name": "", + "last_name": "Dyrbus", + "org_name": "Silesian Center for Heart Diseases (SCHD)", + "Country": "Poland", + "Region": "Slaskie", + "City": "Zabrze", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Study of lipoprotein(a) and its impact on atherosclerotic cardiovascular disease: design", + "rest_events_session_count": 2, + "rest_events_session": " rationale, and first results of the Zabrze-Lip(a)R Registry", + "events_topic": "Lipoprotein(a) | Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Krzysztof Dyrbus", + "kol_full_name": "Krzysztof Dyrbus" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Calcium Score | Calcium Score | Artificial Intelligence | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1158742", + "session_name": "Prevalence of high-risk plaque features on cardiac computed tomography scans in patients with a coronary artery calcium score of zero,AI-based algorithm for assessing coronary artery calcium score on contrast-enhanced cardiac computed tomography scans", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158742", + "first_name": "Karol", + "middle_name": "", + "last_name": "Miszalski-Jamka", + "org_name": "Silesian Center for Heart Diseases (SCHD)", + "Country": "Poland", + "Region": "Slaskie", + "City": "Zabrze", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of high-risk plaque features on cardiac computed tomography scans in patients with a coronary artery calcium score of zero", + "rest_events_session_count": 1, + "rest_events_session": "AI-based algorithm for assessing coronary artery calcium score on contrast-enhanced cardiac computed tomography scans", + "events_topic": "Coronary Artery Calcium Score | Calcium Score ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Tomography, X-Ray Computed", + "kol_name": "Karol Miszalski-Jamka", + "kol_full_name": "Karol Miszalski-Jamka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "1158741", + "session_name": "Leadless vs. transvenous devices: efficacy and safety", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158741", + "first_name": "Ewa", + "middle_name": "", + "last_name": "Jedrzejczyk-Patej", + "org_name": "Silesian Center for Heart Diseases (SCHD)", + "Country": "Poland", + "Region": "Slaskie", + "City": "Zabrze", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Leadless vs. transvenous devices: efficacy and safety", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ewa Jedrzejczyk-Patej", + "kol_full_name": "Ewa Jedrzejczyk-Patej" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Malnutrition | Mechanical Circulatory Support | Heart Failure | Polycystic Ovary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158740", + "session_name": "Malnutrition in end-stage heart failure patients referred for mechanical circulatory support,Cardiometabolic dysregulation and cardiovascular risk in young women with polycystic ovary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158740", + "first_name": "Bartosz", + "middle_name": "", + "last_name": "Hudzik", + "org_name": "Silesian Center for Heart Diseases (SCHD)", + "Country": "Poland", + "Region": "Slaskie", + "City": "Zabrze", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Malnutrition in end-stage heart failure patients referred for mechanical circulatory support", + "rest_events_session_count": 1, + "rest_events_session": "Cardiometabolic dysregulation and cardiovascular risk in young women with polycystic ovary syndrome", + "events_topic": "Malnutrition | Mechanical Circulatory Support ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Polycystic Ovary Syndrome", + "kol_name": "Bartosz Hudzik", + "kol_full_name": "Bartosz Hudzik" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158739", + "session_name": "Polish experience in post-reperfusion STEMI treatment for inpatients and outpatients - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158739", + "first_name": "Aleksandra", + "middle_name": "", + "last_name": "Blachut", + "org_name": "Silesian Center for Heart Diseases (SCHD)", + "Country": "Poland", + "Region": "Slaskie", + "City": "Zabrze", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Polish experience in post-reperfusion STEMI treatment for inpatients and outpatients - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aleksandra Blachut", + "kol_full_name": "Aleksandra Blachut" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Left Ventricular Assist Device | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158738", + "session_name": "Elevated cancer biomarkers in patients with severe heart failure could be a potential predictor of mortality during LVAD support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158738", + "first_name": "Agnieszka", + "middle_name": "", + "last_name": "Bielka", + "org_name": "Silesian Center for Heart Diseases (SCHD)", + "Country": "Poland", + "Region": "Slaskie", + "City": "Zabrze", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elevated cancer biomarkers in patients with severe heart failure could be a potential predictor of mortality during LVAD support", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Left Ventricular Assist Device ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "Agnieszka Bielka", + "kol_full_name": "Agnieszka Bielka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Spectroscopy | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1158737", + "session_name": "Dynamic changes of excessive trabeculation in dilated cardiomyopathy: a longitudinal cardiovascular magnetic resonance study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158737", + "first_name": "Shoulian", + "middle_name": "", + "last_name": "Huang", + "org_name": "Sichuan University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dynamic changes of excessive trabeculation in dilated cardiomyopathy: a longitudinal cardiovascular magnetic resonance study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Spectroscopy | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shoulian Huang", + "kol_full_name": "Shoulian Huang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Chronic Coronary Syndrome | Echocardiography, Stress", + "npi_num": "", + "hcp_pin_alias": "1158736", + "session_name": "The application of supine bicycle exercise stress echocardiograph for identification of susceptibility to acute mountain sickness,Normal reference of myocardial work during exercise stress echocardiography and the doubt about wasted work,High altitude exercise stress echocardiograph for identification of susceptibility to acute mountain sickness,Predictors of hypercontractile heart phenotype in patients with chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158736", + "first_name": "Yi", + "middle_name": "", + "last_name": "WANG", + "org_name": "Sichuan Provincial People's Hospital", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The application of supine bicycle exercise stress echocardiograph for identification of susceptibility to acute mountain sickness", + "rest_events_session_count": 3, + "rest_events_session": "Normal reference of myocardial work during exercise stress echocardiography and the doubt about wasted work,High altitude exercise stress echocardiograph for identification of susceptibility to acute mountain sickness,Predictors of hypercontractile heart phenotype in patients with chronic coronary syndromes", + "events_topic": "Echocardiography | Chronic Coronary Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Echocardiography, Stress", + "kol_name": "Yi WANG", + "kol_full_name": "Yi WANG" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair | Hemodynamics", + "npi_num": "", + "hcp_pin_alias": "1158735", + "session_name": "Transcatheter edge-to-edge repair: from hemodynamic vector changes to myocardial mechanics alterations in functional mitral valve regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158735", + "first_name": "Shu", + "middle_name": "", + "last_name": "Qinglan", + "org_name": "Sichuan Provincial People's Hospital", + "Country": "China", + "Region": "Sichuan", + "City": "Chengdu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter edge-to-edge repair: from hemodynamic vector changes to myocardial mechanics alterations in functional mitral valve regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hemodynamics", + "kol_name": "Shu Qinglan", + "kol_full_name": "Shu Qinglan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "SYNTAX Score | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158734", + "session_name": "The impact of SYNTAX score on culprit lesion morphology of acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158734", + "first_name": "Taito", + "middle_name": "", + "last_name": "Arai", + "org_name": "Showa University Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of SYNTAX score on culprit lesion morphology of acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "SYNTAX Score | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Taito Arai", + "kol_full_name": "Taito Arai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158733", + "session_name": "Impact of sex and age on culprit plaque type of acute coronary syndrome in Japanese patients from TACTICS registry,Significant stenosis without thrombus may be the third most common etiology of acute coronary syndrome.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158733", + "first_name": "Toshiro", + "middle_name": "", + "last_name": "Shinke", + "org_name": "Showa University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of sex and age on culprit plaque type of acute coronary syndrome in Japanese patients from TACTICS registry", + "rest_events_session_count": 1, + "rest_events_session": "Significant stenosis without thrombus may be the third most common etiology of acute coronary syndrome.", + "events_topic": "Thrombosis | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Toshiro Shinke", + "kol_full_name": "Toshiro Shinke" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Drug Therapy", + "npi_num": "", + "hcp_pin_alias": "1158732", + "session_name": "Clinical evaluation and outcome in patients with heart failure receiving chemotherapy with different anti-cancer agents", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158732", + "first_name": "Tomiko", + "middle_name": "", + "last_name": "Sunaga", + "org_name": "Showa University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical evaluation and outcome in patients with heart failure receiving chemotherapy with different anti-cancer agents", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tomiko Sunaga", + "kol_full_name": "Tomiko Sunaga" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Apolipoproteins", + "npi_num": "", + "hcp_pin_alias": "1158731", + "session_name": "Impact of measured or calculated small dense LDL cholesterol compared with apolipoprotein B or non-HDL cholesterol for long-term secondary prevention in patients with stable coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158731", + "first_name": "Shinji", + "middle_name": "", + "last_name": "Koba", + "org_name": "Showa University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of measured or calculated small dense LDL cholesterol compared with apolipoprotein B or non-HDL cholesterol for long-term secondary prevention in patients with stable coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Apolipoproteins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shinji Koba", + "kol_full_name": "Shinji Koba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1158730", + "session_name": "Structural intervention meets adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158730", + "first_name": "Shigeru", + "middle_name": "", + "last_name": "Saito", + "org_name": "Shonan Kamakura General Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Structural intervention meets adult congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shigeru Saito", + "kol_full_name": "Shigeru Saito" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158729", + "session_name": "Long-term efficacy of cardiac resynchronization therapy with triple-site ventricular stimulation in heart failure patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158729", + "first_name": "Michio", + "middle_name": "", + "last_name": "Ogano", + "org_name": "Shizuoka Medical Center", + "Country": "Japan", + "Region": "Shizuoka", + "City": "Shizuoka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term efficacy of cardiac resynchronization therapy with triple-site ventricular stimulation in heart failure patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michio Ogano", + "kol_full_name": "Michio Ogano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherothrombosis | Alirocumab", + "npi_num": "", + "hcp_pin_alias": "1158728", + "session_name": "Effect of alirocumab on coronary plaque stratified by atherothrombotic risks", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158728", + "first_name": "Yasushi", + "middle_name": "", + "last_name": "Ueki", + "org_name": "Shinshu University Hospital", + "Country": "Japan", + "Region": "Nagano", + "City": "Matsumoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of alirocumab on coronary plaque stratified by atherothrombotic risks", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherothrombosis | Alirocumab", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasushi Ueki", + "kol_full_name": "Yasushi Ueki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Acetazolamide", + "npi_num": "", + "hcp_pin_alias": "1158727", + "session_name": "Feasibility and efficacy of acetazolamide in the treatment of acute decompensated heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158727", + "first_name": "Yu", + "middle_name": "", + "last_name": "Iemura", + "org_name": "Shinkuki General Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Feasibility and efficacy of acetazolamide in the treatment of acute decompensated heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Acetazolamide", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yu Iemura", + "kol_full_name": "Yu Iemura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158726", + "session_name": "Factors associated with major adverse cardiovascular events among Arabs and Jews in Israel: a population-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158726", + "first_name": "Ofra", + "middle_name": "", + "last_name": "Kalter-Leibovici", + "org_name": "Sheba Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Ramat Gan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors associated with major adverse cardiovascular events among Arabs and Jews in Israel: a population-based cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ofra Kalter-Leibovici", + "kol_full_name": "Ofra Kalter-Leibovici" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Transthoracic Echocardiography | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158725", + "session_name": "Diagnosis of hypertrophic cardiomyopathy by artificial intelligence using standard transthoracic echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158725", + "first_name": "Nour", + "middle_name": "", + "last_name": "Karra", + "org_name": "Sheba Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosis of hypertrophic cardiomyopathy by artificial intelligence using standard transthoracic echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Transthoracic Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Nour Karra", + "kol_full_name": "Nour Karra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158724", + "session_name": "From valvular heart disease to heart failure: bringing guidelines into personalised patient care - Israeli and Swiss perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158724", + "first_name": "Israel", + "middle_name": "", + "last_name": "Barbash", + "org_name": "Sheba Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Ramat Gan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From valvular heart disease to heart failure: bringing guidelines into personalised patient care - Israeli and Swiss perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Israel Barbash", + "kol_full_name": "Israel Barbash" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1158723", + "session_name": "Predicting physical fitness levels from resting ECG data: a machine learning approach in cardiovascular assessment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158723", + "first_name": "Michal", + "middle_name": "", + "last_name": "Cohen-Shelly", + "org_name": "Sheba - Tel Ha Shomer Hospital", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Ramat Gan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting physical fitness levels from resting ECG data: a machine learning approach in cardiovascular assessment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michal Cohen-Shelly", + "kol_full_name": "Michal Cohen-Shelly" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cause Of Death | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158722", + "session_name": "Sex differences in atherogenic lipid profile following acute coronary syndrome,Time and cause of death in patients after acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158722", + "first_name": "Jing", + "middle_name": "", + "last_name": "Yang", + "org_name": "Shanghai Xuhui Central Hospital, Zhongshan-Xuhui Hospital, Fudan University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in atherogenic lipid profile following acute coronary syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Time and cause of death in patients after acute coronary syndrome", + "events_topic": "Cause Of Death | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jing Yang", + "kol_full_name": "Jing Yang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Blood Pressure | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158721", + "session_name": "Unleashing the potential: early evaluation of blood pressure control with novel measurements in patients with hypertension,Association of different timepoint and threshold of time-in-target-range and MACEs: insight from the SPRINT study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158721", + "first_name": "Moran", + "middle_name": "", + "last_name": "Li", + "org_name": "Shanghai Tenth People's Hospital- Tongji University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unleashing the potential: early evaluation of blood pressure control with novel measurements in patients with hypertension", + "rest_events_session_count": 1, + "rest_events_session": "Association of different timepoint and threshold of time-in-target-range and MACEs: insight from the SPRINT study", + "events_topic": "Hypertension | Blood Pressure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Moran Li", + "kol_full_name": "Moran Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Heart Disease Risk Factors | Hyperlipidemias | Coronary Artery Disease | Obesity Paradox | Blood Pressure | Cerebrovascular Disorders", + "npi_num": "", + "hcp_pin_alias": "1158720", + "session_name": "Estimated impact of inclisiran treatment on hyperlipidemia prevalence and cardiovascular disease events in NHANES dataset,Measuring only sitting blood pressure without considering supine blood pressure underestimates cardiovascular risk in the elderly,Obesity paradox, weight-free anthropometric measures, and major adverse cardiovascular events in the elderly: Insight from the Northern Shanghai Study,Validation and development of a scoring system for comprehensively evaluating arterial damage in the elderly chinese,Association of cardio-cerebrovascular death with isolated diastolic hypertension: a nationally representative survey of 85, 138 adults", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158720", + "first_name": "Yi", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Shanghai Tenth People's Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Estimated impact of inclisiran treatment on hyperlipidemia prevalence and cardiovascular disease events in NHANES dataset", + "rest_events_session_count": 7, + "rest_events_session": "Measuring only sitting blood pressure without considering supine blood pressure underestimates cardiovascular risk in the elderly,Obesity paradox, weight-free anthropometric measures, and major adverse cardiovascular events in the elderly: Insight from the Northern Shanghai Study,Validation and development of a scoring system for comprehensively evaluating arterial damage in the elderly chinese,Association of cardio-cerebrovascular death with isolated diastolic hypertension: a nationally representative survey of 85, 138 adults", + "events_topic": "Cardiovascular Diseases | Heart Disease Risk Factors ", + "rest_events_topic_count": 5, + "rest_events_topic": " Hyperlipidemias | Coronary Artery Disease | Obesity Paradox | Blood Pressure | Cerebrovascular Disorders", + "kol_name": "Yi Zhang", + "kol_full_name": "Yi Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Bromocriptine", + "npi_num": "", + "hcp_pin_alias": "1158719", + "session_name": "Therapy of bromocriptine on pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158719", + "first_name": "Wenhui", + "middle_name": "", + "last_name": "Wu", + "org_name": "Shanghai Pulmonary Hospital of Tongji University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Therapy of bromocriptine on pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Bromocriptine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wenhui Wu", + "kol_full_name": "Wenhui Wu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158718", + "session_name": "Long-term changes in frailty and incident atrial fibrillation: multicenter prospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158718", + "first_name": "Lingli", + "middle_name": "", + "last_name": "Cai", + "org_name": "Shanghai Ninth People's Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term changes in frailty and incident atrial fibrillation: multicenter prospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lingli Cai", + "kol_full_name": "Lingli Cai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Malformations | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1158717", + "session_name": "Multi-omics integration analysis identifies pathogenic candidate genes of congenital heart defects with vascular malformation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158717", + "first_name": "Xiaowei", + "middle_name": "", + "last_name": "Ding", + "org_name": "Shanghai Jiao Tong University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multi-omics integration analysis identifies pathogenic candidate genes of congenital heart defects with vascular malformation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Malformations | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xiaowei Ding", + "kol_full_name": "Xiaowei Ding" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography | Stents | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158716", + "session_name": "Association between stent implantation results and target vessel failure after IVUS-Guided PCI: A FLAVOUR substudy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158716", + "first_name": "Shengxian", + "middle_name": "", + "last_name": "Tu", + "org_name": "Shanghai Jiao Tong University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between stent implantation results and target vessel failure after IVUS-Guided PCI: A FLAVOUR substudy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography | Stents ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "Shengxian Tu", + "kol_full_name": "Shengxian Tu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Lipoprotein(a)", + "npi_num": "", + "hcp_pin_alias": "1158715", + "session_name": "Global variations in Lp(a) epidemiology: understanding the east-west divide,Lp(a) and cardiovascular risk: integrating perspectives for a holistic approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158715", + "first_name": "Zhenyue", + "middle_name": "", + "last_name": "Chen", + "org_name": "Shanghai Institute of Hypertension of Ruijin Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global variations in Lp(a) epidemiology: understanding the east-west divide", + "rest_events_session_count": 1, + "rest_events_session": "Lp(a) and cardiovascular risk: integrating perspectives for a holistic approach", + "events_topic": "Cardiovascular Diseases | Lipoprotein(a)", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhenyue Chen", + "kol_full_name": "Zhenyue Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Mir181A1HG, Human | RNA, Long Noncoding", + "npi_num": "", + "hcp_pin_alias": "1158714", + "session_name": "MIR181A1HG is a novel long noncoding RNA regulating vascular inflammation and atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158714", + "first_name": "Huan", + "middle_name": "", + "last_name": "Er Ni", + "org_name": "Shanghai General Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "MIR181A1HG is a novel long noncoding RNA regulating vascular inflammation and atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Mir181A1HG, Human ", + "rest_events_topic_count": 1, + "rest_events_topic": " RNA, Long Noncoding", + "kol_name": "Huan Er Ni", + "kol_full_name": "Huan Er Ni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardium | Sepsis | Lipid Metabolism | Cardiac Electrophysiology", + "npi_num": "", + "hcp_pin_alias": "1158713", + "session_name": "The role of lipid metabolism reprogramming in sepsis-induced myocardial injury: a translational study,Prolonged ventricular repolarization acts as an independent predictor of sepsis prognosis: a cohort study and insights into intracardiac electrophysiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158713", + "first_name": "Weizhuo", + "middle_name": "", + "last_name": "Liu", + "org_name": "Shanghai Chest Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of lipid metabolism reprogramming in sepsis-induced myocardial injury: a translational study", + "rest_events_session_count": 1, + "rest_events_session": "Prolonged ventricular repolarization acts as an independent predictor of sepsis prognosis: a cohort study and insights into intracardiac electrophysiology", + "events_topic": "Myocardium | Sepsis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lipid Metabolism | Cardiac Electrophysiology", + "kol_name": "Weizhuo Liu", + "kol_full_name": "Weizhuo Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Placebos | Shexiang Baoxin | Clinical Trial", + "npi_num": "", + "hcp_pin_alias": "1158712", + "session_name": "Efficacy and safety of Shexiang Baoxin pill in patients with ischemia with non-obstructive coronary arteries (LESS): a phase 4, multicenter, randomized, double-blind, placebo-controlled clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158712", + "first_name": "Na", + "middle_name": "", + "last_name": "Li", + "org_name": "Shanghai Changzheng Hospital of Naval Medical University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of Shexiang Baoxin pill in patients with ischemia with non-obstructive coronary arteries (LESS): a phase 4", + "rest_events_session_count": 4, + "rest_events_session": " multicenter, randomized, double-blind, placebo-controlled clinical trial", + "events_topic": "Ischemia | Placebos ", + "rest_events_topic_count": 2, + "rest_events_topic": " Shexiang Baoxin | Clinical Trial", + "kol_name": "Na Li", + "kol_full_name": "Na Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mendelian Randomization Analysis | Inflammatory Bowel Diseases | Lipoprotein(a)", + "npi_num": "", + "hcp_pin_alias": "1158711", + "session_name": "Mendelian randomization analysis does not reveal a causal influence between lipoprotein(A) and immune-mediated inflammatory diseases,Mendelian randomization analysis does not reveal a causal influence between lipoprotein(A) and immune-mediated inflammatory diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158711", + "first_name": "Jingyuan", + "middle_name": "", + "last_name": "Li", + "org_name": "Shandong University Qilu Hospital", + "Country": "China", + "Region": "Shandong", + "City": "Jinan", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mendelian randomization analysis does not reveal a causal influence between lipoprotein(A) and immune-mediated inflammatory diseases", + "rest_events_session_count": 1, + "rest_events_session": "Mendelian randomization analysis does not reveal a causal influence between lipoprotein(A) and immune-mediated inflammatory diseases", + "events_topic": "Mendelian Randomization Analysis | Inflammatory Bowel Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lipoprotein(a)", + "kol_name": "Jingyuan Li", + "kol_full_name": "Jingyuan Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Single Cell Sequencing | Arrhythmias, Cardiac | Myocarditis | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158710", + "session_name": "Peripheral immune landscape of pediatric fulminant myocarditis revealed by single-cell sequencing,Effect of extracellular vesicles derived from inflammatory H9C2 cardiomyocytes on the polarization of macrophages and its mechanism,Radiofrequency transcatheter ablation of tachyarrhythmia in 1400 pediatric patients: a single-center experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158710", + "first_name": "Bo", + "middle_name": "", + "last_name": "Han", + "org_name": "Shandong Provincial Hospital,Jinan, P.R.China", + "Country": "China", + "Region": "Shandong", + "City": "Jinan", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peripheral immune landscape of pediatric fulminant myocarditis revealed by single-cell sequencing", + "rest_events_session_count": 2, + "rest_events_session": "Effect of extracellular vesicles derived from inflammatory H9C2 cardiomyocytes on the polarization of macrophages and its mechanism,Radiofrequency transcatheter ablation of tachyarrhythmia in 1400 pediatric patients: a single-center experience", + "events_topic": "Ablation Techniques | Single Cell Sequencing ", + "rest_events_topic_count": 3, + "rest_events_topic": " Arrhythmias, Cardiac | Myocarditis | Myocytes, Cardiac", + "kol_name": "Bo Han", + "kol_full_name": "Bo Han" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Outflow Obstruction | Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1158709", + "session_name": "Trans catheter edge to edge repair for mitral regurgitation and left ventricular outflow obstruction in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158709", + "first_name": "Shemy", + "middle_name": "", + "last_name": "Carasso", + "org_name": "Shaare Zedek Medical Center", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trans catheter edge to edge repair for mitral regurgitation and left ventricular outflow obstruction in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Outflow Obstruction | Mitral Valve Insufficiency ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Edge-to-Edge Repair | Cardiomyopathy, Hypertrophic", + "kol_name": "Shemy Carasso", + "kol_full_name": "Shemy Carasso" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Anticoagulants | Cardiac Resynchronization Therapy | Cardiac Pacing, Artificial | Atrial Appendage | Ventricular Dyssynchrony", + "npi_num": "", + "hcp_pin_alias": "1158708", + "session_name": "Will left atrial appendage occlusion replace oral anticoagulation?,Conduction system pacing: efficacy and safety - when and why to use?,Fighting ventricular dyssynchrony: cardiac resynchronisation therapy vs. conduction-system pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158708", + "first_name": "Michael", + "middle_name": "", + "last_name": "Glikson", + "org_name": "Shaare Zedek Medical Center", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Will left atrial appendage occlusion replace oral anticoagulation?", + "rest_events_session_count": 2, + "rest_events_session": "Conduction system pacing: efficacy and safety - when and why to use?,Fighting ventricular dyssynchrony: cardiac resynchronisation therapy vs. conduction-system pacing", + "events_topic": "Anticoagulants | Cardiac Resynchronization Therapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiac Pacing, Artificial | Atrial Appendage | Ventricular Dyssynchrony", + "kol_name": "Michael Glikson", + "kol_full_name": "Michael Glikson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation | Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1158707", + "session_name": "The correlation between left atrium voltage mapping and 3D late gadolinium enhancement cardiac magnetic resonance imaging findings in naive AF ablation candidate", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158707", + "first_name": "Arik", + "middle_name": "", + "last_name": "Wolak", + "org_name": "Shaare Zedek Medical Center", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The correlation between left atrium voltage mapping and 3D late gadolinium enhancement cardiac magnetic resonance imaging findings in naive AF ablation candidate", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Magnetic Resonance Imaging", + "kol_name": "Arik Wolak", + "kol_full_name": "Arik Wolak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Growth Differentiation Factor 15", + "npi_num": "", + "hcp_pin_alias": "1158706", + "session_name": "Association between GDF-15 levels and cardiac morphology and function in cardiac magnetic resonance imaging: insights from UK Biobank data analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158706", + "first_name": "Paulina", + "middle_name": "", + "last_name": "Nowek", + "org_name": "SGMK Copernicus University , College of Medical Sciences,", + "Country": "Poland", + "Region": "Warminsko-Mazurskie", + "City": "Olsztyn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between GDF-15 levels and cardiac morphology and function in cardiac magnetic resonance imaging: insights from UK Biobank data analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Growth Differentiation Factor 15", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paulina Nowek", + "kol_full_name": "Paulina Nowek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158705", + "session_name": "Chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158705", + "first_name": "Alberto", + "middle_name": "Esteban", + "last_name": "Fernandez", + "org_name": "Severo Ochoa Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alberto Esteban Fernandez", + "kol_full_name": "Alberto Esteban Fernandez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158704", + "session_name": "Prognostic assessment based on the trajectory of artificial intelligence-enabled electrocardiograms for age estimation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158704", + "first_name": "Taehyun", + "middle_name": "", + "last_name": "Hwang", + "org_name": "Severance Cardiovascular Hospital, Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic assessment based on the trajectory of artificial intelligence-enabled electrocardiograms for age estimation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Taehyun Hwang", + "kol_full_name": "Taehyun Hwang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158703", + "session_name": "Polygenic risk score and risk of cardiovascular event in atrial fibrillation patients with low to intermediate stroke risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158703", + "first_name": "Juntae", + "middle_name": "", + "last_name": "Kim", + "org_name": "Severance Cardiovascular Hospital, Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Polygenic risk score and risk of cardiovascular event in atrial fibrillation patients with low to intermediate stroke risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Juntae Kim", + "kol_full_name": "Juntae Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Left Atrial Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1158702", + "session_name": "Association between left atrial dysfunction and adverse outcomes after tricuspid valve surgery for atrial functional tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158702", + "first_name": "Jungwon", + "middle_name": "", + "last_name": "Lee", + "org_name": "Severance Cardiovascular Hospital, Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between left atrial dysfunction and adverse outcomes after tricuspid valve surgery for atrial functional tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency | Left Atrial Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jungwon Lee", + "kol_full_name": "Jungwon Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Dual Antiplatelet Therapy | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158701", + "session_name": "The comparison of short-term dual antiplatelet therapy versus standard dual antiplatelet therapy in elderly patients with coronary artery disease who underwent percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158701", + "first_name": "In", + "middle_name": "Tae", + "last_name": "Jin", + "org_name": "Severance Cardiovascular Hospital, Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The comparison of short-term dual antiplatelet therapy versus standard dual antiplatelet therapy in elderly patients with coronary artery disease who underwent percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Dual Antiplatelet Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "In Tae Jin", + "kol_full_name": "In Tae Jin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158700", + "session_name": "High-intensity exercise-related sudden cardiac death in hypertrophy cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158700", + "first_name": "Hyun-Jung", + "middle_name": "", + "last_name": "Lee", + "org_name": "Severance Cardiovascular Hospital, Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High-intensity exercise-related sudden cardiac death in hypertrophy cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hyun-Jung Lee", + "kol_full_name": "Hyun-Jung Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Vein Isolation | Renal Insufficiency, Chronic | Catheter Ablation | Cryoballoon Ablation | Cardiomyopathy, Hypertrophic | Tomography, X-Ray Computed | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158699", + "session_name": "Using computed tomogram atrial myocardial thickness maps in cryoballoon pulmonary vein isolation: a randomized clinical trial,Effect of catheter ablation vs medical therapy on cardiovascular outcomes in hypertrophic cardiomyopathy with atrial fibrillation,Rhythm control for atrial fibrillation in patients with end-stage or chronic kidney disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158699", + "first_name": "Daehoon", + "middle_name": "", + "last_name": "Kim", + "org_name": "Severance Cardiovascular Hospital, Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Using computed tomogram atrial myocardial thickness maps in cryoballoon pulmonary vein isolation: a randomized clinical trial", + "rest_events_session_count": 2, + "rest_events_session": "Effect of catheter ablation vs medical therapy on cardiovascular outcomes in hypertrophic cardiomyopathy with atrial fibrillation,Rhythm control for atrial fibrillation in patients with end-stage or chronic kidney disease", + "events_topic": "Pulmonary Vein Isolation | Renal Insufficiency, Chronic ", + "rest_events_topic_count": 5, + "rest_events_topic": " Catheter Ablation | Cryoballoon Ablation | Cardiomyopathy, Hypertrophic | Tomography, X-Ray Computed | Atrial Fibrillation", + "kol_name": "Daehoon Kim", + "kol_full_name": "Daehoon Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158698", + "session_name": "Socioeconomic status and cardiovascular mortality in over 170,000 cancer survivors: a population-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158698", + "first_name": "Yeo", + "middle_name": "Reum", + "last_name": "Kim", + "org_name": "Seoul St. Marys Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Socioeconomic status and cardiovascular mortality in over 170", + "rest_events_session_count": 1, + "rest_events_session": "000 cancer survivors: a population-based cohort study", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yeo Reum Kim", + "kol_full_name": "Yeo Reum Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Prognosis", + "npi_num": "", + "hcp_pin_alias": "1158697", + "session_name": "Impact of new definition on the prognosis of patients with pulmonary hypertension compared to classic definition", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158697", + "first_name": "Soyoung", + "middle_name": "", + "last_name": "Lee", + "org_name": "Seoul St. Marys Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of new definition on the prognosis of patients with pulmonary hypertension compared to classic definition", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Prognosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Soyoung Lee", + "kol_full_name": "Soyoung Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158696", + "session_name": "Clinical outcomes of patients with heart failure with improved ejection fraction after acute MI: a multicenter prospective study from the COREA-AMI Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158696", + "first_name": "Jaeho", + "middle_name": "", + "last_name": "Seung", + "org_name": "Seoul St. Marys Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes of patients with heart failure with improved ejection fraction after acute MI: a multicenter prospective study from the COREA-AMI Registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jaeho Seung", + "kol_full_name": "Jaeho Seung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Warfarin | Direct Oral Anticoagulants | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158695", + "session_name": "Switching from warfarin to a DOAC in frail elderly asian patients with atrial fibrillation: a nationwide population-based study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158695", + "first_name": "Younghae", + "middle_name": "", + "last_name": "Go", + "org_name": "Seoul National University Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Switching from warfarin to a DOAC in frail elderly asian patients with atrial fibrillation: a nationwide population-based study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Warfarin | Direct Oral Anticoagulants ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Younghae Go", + "kol_full_name": "Younghae Go" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cancer Survivors | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158694", + "session_name": "Early rhythm control of atrial fibrillation in cancer survivors: a nationwide population-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158694", + "first_name": "Seokmoon", + "middle_name": "", + "last_name": "Han", + "org_name": "Seoul National University Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early rhythm control of atrial fibrillation in cancer survivors: a nationwide population-based cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seokmoon Han", + "kol_full_name": "Seokmoon Han" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Transplantation | Cardiac Allograft Vasculopathy", + "npi_num": "", + "hcp_pin_alias": "1158693", + "session_name": "Case series - Two cases of cardiac allograft vasculopathy (CAV) in young adults followed for approximately 10 years after heart transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158693", + "first_name": "Minju", + "middle_name": "", + "last_name": "Han", + "org_name": "Seoul National University Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case series - Two cases of cardiac allograft vasculopathy (CAV) in young adults followed for approximately 10 years after heart transplantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation | Cardiac Allograft Vasculopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Minju Han", + "kol_full_name": "Minju Han" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Gene-Environment Interaction | Catheter Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158692", + "session_name": "Discordance between left atrial volume and scar burden in patients with atrial fibrillation and its impact on atrial fibrillation recurrence after catheter ablation,Socioeconomic deprivation and atrial fibrillation risk: an observational and gene-environment interaction analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158692", + "first_name": "Kyungyeon", + "middle_name": "", + "last_name": "Lee", + "org_name": "Seoul National University Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discordance between left atrial volume and scar burden in patients with atrial fibrillation and its impact on atrial fibrillation recurrence after catheter ablation", + "rest_events_session_count": 1, + "rest_events_session": "Socioeconomic deprivation and atrial fibrillation risk: an observational and gene-environment interaction analysis", + "events_topic": "Gene-Environment Interaction | Catheter Ablation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Kyungyeon Lee", + "kol_full_name": "Kyungyeon Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dual Antiplatelet Therapy | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158691", + "session_name": "Short versus conventional DAPT in patients undergoing PCI with ultra-thin DES by renal function: an analysis from the HOST-IDEA trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158691", + "first_name": "Jung-Kyu", + "middle_name": "", + "last_name": "Han", + "org_name": "Seoul National University Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Short versus conventional DAPT in patients undergoing PCI with ultra-thin DES by renal function: an analysis from the HOST-IDEA trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dual Antiplatelet Therapy | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jung-Kyu Han", + "kol_full_name": "Jung-Kyu Han" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Prognosis | Aortic Valve Stenosis | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158690", + "session_name": "Serial volumetric assessment of ascending aort dilatation in severe aortic stenosis patients who receive Transcatheter aortic valve replacement: Comparison of bicuspid and tricuspid aortic stenosis,Personalised TAVI care in severe aortic stenosis,Frontiers in acute coronary syndromes: diagnosis, prognosis, and intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158690", + "first_name": "Hyo-Soo", + "middle_name": "", + "last_name": "Kim", + "org_name": "Seoul National University Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serial volumetric assessment of ascending aort dilatation in severe aortic stenosis patients who receive Transcatheter aortic valve replacement: Comparison of bicuspid and tricuspid aortic stenosis", + "rest_events_session_count": 4, + "rest_events_session": "Personalised TAVI care in severe aortic stenosis,Frontiers in acute coronary syndromes: diagnosis, prognosis, and intervention", + "events_topic": "Transcatheter Aortic Valve Replacement | Prognosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Stenosis | Acute Coronary Syndrome", + "kol_name": "Hyo-Soo Kim", + "kol_full_name": "Hyo-Soo Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Mental Disorders", + "npi_num": "", + "hcp_pin_alias": "1158689", + "session_name": "Age-dependent associations with the risk of mental disorders in patients with myocardial infarction: a UK Biobank cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158689", + "first_name": "Heesun", + "middle_name": "", + "last_name": "Lee", + "org_name": "Seoul National University Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Age-dependent associations with the risk of mental disorders in patients with myocardial infarction: a UK Biobank cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Mental Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Heesun Lee", + "kol_full_name": "Heesun Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Pressure Monitors", + "npi_num": "", + "hcp_pin_alias": "1158688", + "session_name": "Explore The role of a smart ring in night-time blood pressure monitoring", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158688", + "first_name": "Bon-Kwon", + "middle_name": "", + "last_name": "Koo", + "org_name": "Seoul National University Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Explore The role of a smart ring in night-time blood pressure monitoring", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure Monitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bon-Kwon Koo", + "kol_full_name": "Bon-Kwon Koo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Proteinuria | Atrial Fibrillation | Diabetes Mellitus | Apixaban", + "npi_num": "", + "hcp_pin_alias": "1158687", + "session_name": "Proteinuria and the risk of incident atrial fibrillation according to diabetes stage in patients with diabetes: a nationwide population-based cohort study,Plasma apixaban levels and thrombin generation assay in patients with atrial fibrillation with dose reduction criteria of apixaban", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158687", + "first_name": "Muhan", + "middle_name": "", + "last_name": "Yeo", + "org_name": "Seoul National University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteinuria and the risk of incident atrial fibrillation according to diabetes stage in patients with diabetes: a nationwide population-based cohort study", + "rest_events_session_count": 1, + "rest_events_session": "Plasma apixaban levels and thrombin generation assay in patients with atrial fibrillation with dose reduction criteria of apixaban", + "events_topic": "Proteinuria | Atrial Fibrillation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diabetes Mellitus | Apixaban", + "kol_name": "Muhan Yeo", + "kol_full_name": "Muhan Yeo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Pressure Monitors", + "npi_num": "", + "hcp_pin_alias": "1158686", + "session_name": "Next-generation monitoring: clinical evidence of cuffless blood pressure monitor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158686", + "first_name": "H", + "middle_name": "", + "last_name": "Lee", + "org_name": "Seoul National University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Next-generation monitoring: clinical evidence of cuffless blood pressure monitor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure Monitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "H Lee", + "kol_full_name": "H Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158685", + "session_name": "Left ventricular end-systolic and diastolic elastance as predictors of cardiac events in patients who underwent mitral valve surgery for severe mitral regurgitation,Comparative analysis of the 2016 diastolic guidelines and left atrial stiffness in predicting exercise tolerance and cardiac events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158685", + "first_name": "Su", + "middle_name": "A.", + "last_name": "Noh", + "org_name": "Seoul National University Bundang Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular end-systolic and diastolic elastance as predictors of cardiac events in patients who underwent mitral valve surgery for severe mitral regurgitation", + "rest_events_session_count": 1, + "rest_events_session": "Comparative analysis of the 2016 diastolic guidelines and left atrial stiffness in predicting exercise tolerance and cardiac events", + "events_topic": "Mitral Valve Insufficiency | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Su A. Noh", + "kol_full_name": "Su A. Noh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Edoxaban", + "npi_num": "", + "hcp_pin_alias": "1158684", + "session_name": "Smartphone application for improving self-awareness of adherence to edoxaban treatment: a randomised controlled trial (ADHERE-APP)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158684", + "first_name": "Minjae", + "middle_name": "", + "last_name": "Yoon", + "org_name": "Seoul National University Bundang Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smartphone application for improving self-awareness of adherence to edoxaban treatment: a randomised controlled trial (ADHERE-APP)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Edoxaban", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Minjae Yoon", + "kol_full_name": "Minjae Yoon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158683", + "session_name": "Differential prognostic significance of platelet reactivity based on ischemic risk after percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158683", + "first_name": "Ki-Hyun", + "middle_name": "", + "last_name": "Jeon", + "org_name": "Seoul National University Bundang Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differential prognostic significance of platelet reactivity based on ischemic risk after percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ki-Hyun Jeon", + "kol_full_name": "Ki-Hyun Jeon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Electrocardiography | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158682", + "session_name": "Interethnic validation of an artificial intelligence algorithm for prediction of atrial fibrillation using sinus rhythm electrocardiogram", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158682", + "first_name": "Ji", + "middle_name": "Hyun", + "last_name": "Lee", + "org_name": "Seoul National University Bundang Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interethnic validation of an artificial intelligence algorithm for prediction of atrial fibrillation using sinus rhythm electrocardiogram", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Ji Hyun Lee", + "kol_full_name": "Ji Hyun Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Pressure | Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158681", + "session_name": "Impact of blood pressure control on the risk of stroke and mortality in patients with atrial fibrillation across different ages: a nationwide population-based study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158681", + "first_name": "Minha", + "middle_name": "", + "last_name": "Jeong", + "org_name": "Seoul National University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of blood pressure control on the risk of stroke and mortality in patients with atrial fibrillation across different ages: a nationwide population-based study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Minha Jeong", + "kol_full_name": "Minha Jeong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bicuspid Aortic Valve Disease | Transcatheter Aortic Valve Replacement | Heart Diseases | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158680", + "session_name": "Dilated aorta and bicuspid aortic valve stenosis: post-TAVI changes in the aorta over time,Journey to the future of heart health: smart ring innovations in cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158680", + "first_name": "Jeehoon", + "middle_name": "", + "last_name": "Kang", + "org_name": "Seoul National University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dilated aorta and bicuspid aortic valve stenosis: post-TAVI changes in the aorta over time", + "rest_events_session_count": 1, + "rest_events_session": "Journey to the future of heart health: smart ring innovations in cardiology", + "events_topic": "Bicuspid Aortic Valve Disease | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Diseases | Aortic Valve Insufficiency", + "kol_name": "Jeehoon Kang", + "kol_full_name": "Jeehoon Kang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Proteinuria | Diabetes Mellitus | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158679", + "session_name": "Impact of changes in proteinuria on the risk of atrial fibrillation in patients with diabetes mellitus: a nationwide population-based study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158679", + "first_name": "Hee-Won", + "middle_name": "", + "last_name": "Rha", + "org_name": "Seoul National University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of changes in proteinuria on the risk of atrial fibrillation in patients with diabetes mellitus: a nationwide population-based study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proteinuria | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Hee-Won Rha", + "kol_full_name": "Hee-Won Rha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Function | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158678", + "session_name": "Atrial function after cardioversion in patients with persistent atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158678", + "first_name": "Kazuki", + "middle_name": "", + "last_name": "Noda", + "org_name": "Sendai City Medical Center Sendai Open Hospital", + "Country": "Japan", + "Region": "Miyagi", + "City": "Sendai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial function after cardioversion in patients with persistent atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Function | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kazuki Noda", + "kol_full_name": "Kazuki Noda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Stroke | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158677", + "session_name": "Artificial intelligence assessment of heart failure and mortality after acute stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158677", + "first_name": "Mi-Young", + "middle_name": "", + "last_name": "Oh", + "org_name": "Sejong General Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence assessment of heart failure and mortality after acute stroke", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Mi-Young Oh", + "kol_full_name": "Mi-Young Oh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Insulin Resistance | Waist Circumference | Arterial Pressure", + "npi_num": "", + "hcp_pin_alias": "1158676", + "session_name": "Relationship between triglyceride-to-glucose index in addition to waist circumference as a marker of insulin resistance and mean arterial pressure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158676", + "first_name": "Hironori", + "middle_name": "", + "last_name": "Takami", + "org_name": "Seirei Hamamatsu General Hospital", + "Country": "Japan", + "Region": "Shizuoka", + "City": "Hamamatsu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between triglyceride-to-glucose index in addition to waist circumference as a marker of insulin resistance and mean arterial pressure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Insulin Resistance | Waist Circumference ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arterial Pressure", + "kol_name": "Hironori Takami", + "kol_full_name": "Hironori Takami" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158675", + "session_name": "Two different hybrid vascular access closure strategies post transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158675", + "first_name": "Mohamed", + "middle_name": "Samy", + "last_name": "Abdelaziz", + "org_name": "Segeberger Clinics", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Bargteheide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Two different hybrid vascular access closure strategies post transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohamed Samy Abdelaziz", + "kol_full_name": "Mohamed Samy Abdelaziz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genotype | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158674", + "session_name": "Genotype-phenotype correlations in patients with titin variants and cardiomyopathy from a Swiss cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158674", + "first_name": "Nina", + "middle_name": "", + "last_name": "Schaetti", + "org_name": "See-Spital Horgen", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Horgen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genotype-phenotype correlations in patients with titin variants and cardiomyopathy from a Swiss cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genotype | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nina Schaetti", + "kol_full_name": "Nina Schaetti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Practice Patterns, Nurses' | Deep Learning | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158673", + "session_name": "Innovations in cardiac health prediction: integrating deep learning with multimodal data analysis,2024 update on Core Curriculum for Cardiovascular Nurses and Allied Professionals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158673", + "first_name": "Catherine", + "middle_name": "", + "last_name": "Ross", + "org_name": "Scottish Government", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovations in cardiac health prediction: integrating deep learning with multimodal data analysis", + "rest_events_session_count": 1, + "rest_events_session": "2024 update on Core Curriculum for Cardiovascular Nurses and Allied Professionals", + "events_topic": "Multimodal Imaging | Practice Patterns, Nurses' ", + "rest_events_topic_count": 2, + "rest_events_topic": " Deep Learning | Cardiovascular Diseases", + "kol_name": "Catherine Ross", + "kol_full_name": "Catherine Ross" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "1158672", + "session_name": "Cardiovascular related polypharmacy and its association with liver and kidney impairment amongst individuals on lipid-lowering therapy: a cross-sectional study using primary care data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158672", + "first_name": "Stella", + "middle_name": "", + "last_name": "Talic", + "org_name": "School of Public Health and Preventive Medicine", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular related polypharmacy and its association with liver and kidney impairment amongst individuals on lipid-lowering therapy: a cross-sectional study using primary care data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stella Talic", + "kol_full_name": "Stella Talic" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1158671", + "session_name": "Imaging for diagnosis and management of valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158671", + "first_name": "Zbigniew", + "middle_name": "", + "last_name": "Gasior", + "org_name": "School of Medicine in Katowice, Medical University of Silesia", + "Country": "Poland", + "Region": "Slaskie", + "City": "Katowice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging for diagnosis and management of valvular heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zbigniew Gasior", + "kol_full_name": "Zbigniew Gasior" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Electrophysiology | Simulation Training", + "npi_num": "", + "hcp_pin_alias": "1158670", + "session_name": "Tell me and I forget, teach me and I may remember, involve me and I learn: impact of simulation training on performance in electrophysiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158670", + "first_name": "Maciej", + "middle_name": "", + "last_name": "Kozlik", + "org_name": "School of Medicine in Katowice, Medical University of Silesia", + "Country": "Poland", + "Region": "Slaskie", + "City": "Katowice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tell me and I forget", + "rest_events_session_count": 2, + "rest_events_session": " teach me and I may remember, involve me and I learn: impact of simulation training on performance in electrophysiology", + "events_topic": "Cardiac Electrophysiology | Simulation Training", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maciej Kozlik", + "kol_full_name": "Maciej Kozlik" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardium | Echocardiography | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158669", + "session_name": "Echocardiographic characterisation of myocardial function in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158669", + "first_name": "Katarzyna", + "middle_name": "", + "last_name": "Mizia-Stec", + "org_name": "School of Medicine in Katowice, Medical University of Silesia", + "Country": "Poland", + "Region": "Slaskie", + "City": "Katowice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic characterisation of myocardial function in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardium | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Katarzyna Mizia-Stec", + "kol_full_name": "Katarzyna Mizia-Stec" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158668", + "session_name": "Risk factors for delirium in patients aged 60 years and over with recent myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158668", + "first_name": "Anna", + "middle_name": "Maria", + "last_name": "Bednarek", + "org_name": "School of Medicine in Katowice, Medical University of Silesia", + "Country": "Poland", + "Region": "Slaskie", + "City": "Katowice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors for delirium in patients aged 60 years and over with recent myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Maria Bednarek", + "kol_full_name": "Anna Maria Bednarek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Embolization, Therapeutic | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158667", + "session_name": "Embolization of a pulmonary stent. A rare complication following treatment of pulmonary vein stenosis post atrial fibrillation ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158667", + "first_name": "Alexandru", + "middle_name": "Ionut", + "last_name": "Duta", + "org_name": "Schleswig-Holstein University Clinic, Lubeck Campus", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Lubeck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Embolization of a pulmonary stent. A rare complication following treatment of pulmonary vein stenosis post atrial fibrillation ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Embolization, Therapeutic | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Alexandru Ionut Duta", + "kol_full_name": "Alexandru Ionut Duta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158666", + "session_name": "Impact of inpatient cardiac rehabilitation on hospital-associated disability for older patients undergoing transcatheter aortic valve implantation: insight from the JROAD/JROAD-DPC database", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158666", + "first_name": "Satoshi", + "middle_name": "", + "last_name": "Katano", + "org_name": "Sapporo Medical University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of inpatient cardiac rehabilitation on hospital-associated disability for older patients undergoing transcatheter aortic valve implantation: insight from the JROAD/JROAD-DPC database", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "Satoshi Katano", + "kol_full_name": "Satoshi Katano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, Optical Coherence | Magnetic Resonance Imaging | Hemorrhage | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158665", + "session_name": "Characterization of plaque hemorrhage with optical coherence tomography imaging in statin-treated patients with coronary artery disease: comparison with noncontrast T1-weighted MRI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158665", + "first_name": "Jun", + "middle_name": "", + "last_name": "Nakata", + "org_name": "Sapporo Medical University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characterization of plaque hemorrhage with optical coherence tomography imaging in statin-treated patients with coronary artery disease: comparison with noncontrast T1-weighted MRI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, Optical Coherence | Magnetic Resonance Imaging ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hemorrhage | Coronary Artery Disease", + "kol_name": "Jun Nakata", + "kol_full_name": "Jun Nakata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thromboaspiration | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1158664", + "session_name": "Beyond the clots: charting a new course with thromboaspiration in complex pulmonary embolism management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158664", + "first_name": "Vincenzo", + "middle_name": "", + "last_name": "Myftari", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond the clots: charting a new course with thromboaspiration in complex pulmonary embolism management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thromboaspiration | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vincenzo Myftari", + "kol_full_name": "Vincenzo Myftari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1158663", + "session_name": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158663", + "first_name": "Silvia", + "middle_name": "", + "last_name": "Papa", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Silvia Papa", + "kol_full_name": "Silvia Papa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1158662", + "session_name": "Unveiling a hide side of the athlete's heart: a CMR focus on the left atrium.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158662", + "first_name": "Sara", + "middle_name": "", + "last_name": "Monosilio", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveiling a hide side of the athlete's heart: a CMR focus on the left atrium.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sara Monosilio", + "kol_full_name": "Sara Monosilio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dual Anti-Platelet Therapy | Antiplatelet Therapy | P2Y12 Inhibitors | Acute Coronary Syndrome | Cytochrome P-450 CYP2C19", + "npi_num": "", + "hcp_pin_alias": "1158661", + "session_name": "Comparative effects of different antiplatelet strategies in carriers of CYP2C19 loss-of-function alleles: a network meta-analysis,P2Y12 inhibitor monotherapy after short DAPT in acute coronary syndrome: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158661", + "first_name": "Mattia", + "middle_name": "", + "last_name": "Galli", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative effects of different antiplatelet strategies in carriers of CYP2C19 loss-of-function alleles: a network meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "P2Y12 inhibitor monotherapy after short DAPT in acute coronary syndrome: a systematic review and meta-analysis", + "events_topic": "Dual Anti-Platelet Therapy | Antiplatelet Therapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " P2Y12 Inhibitors | Acute Coronary Syndrome | Cytochrome P-450 CYP2C19", + "kol_name": "Mattia Galli", + "kol_full_name": "Mattia Galli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158660", + "session_name": "Hypertension in special circumstances,Hypertension: miscellaneous aspects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158660", + "first_name": "Massimo", + "middle_name": "", + "last_name": "Volpe", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension in special circumstances", + "rest_events_session_count": 1, + "rest_events_session": "Hypertension: miscellaneous aspects", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Massimo Volpe", + "kol_full_name": "Massimo Volpe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Computed Tomography Angiography | Percutaneous Coronary Intervention | Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158659", + "session_name": "Comprehensive invasive evaluation of coronary microcirculation in patients with Takotsubo syndrome,Predictors of percutaneous coronary intervention derived from CCTA in patients with chronic coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158659", + "first_name": "Marta", + "middle_name": "", + "last_name": "Belmonte", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comprehensive invasive evaluation of coronary microcirculation in patients with Takotsubo syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Predictors of percutaneous coronary intervention derived from CCTA in patients with chronic coronary syndrome", + "events_topic": "Coronary Computed Tomography Angiography | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Takotsubo Cardiomyopathy", + "kol_name": "Marta Belmonte", + "kol_full_name": "Marta Belmonte" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Staphylococcal Protein A | Myocarditis | C-Reactive Protein", + "npi_num": "", + "hcp_pin_alias": "1158658", + "session_name": "Baseline C-reactive protein as a predictor of non-ischemic LGE in myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158658", + "first_name": "Marco", + "middle_name": "", + "last_name": "Bernardi", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Baseline C-reactive protein as a predictor of non-ischemic LGE in myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Staphylococcal Protein A | Myocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " C-Reactive Protein", + "kol_name": "Marco Bernardi", + "kol_full_name": "Marco Bernardi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158657", + "session_name": "Hemoglobin/creatinine ratio as long- term prognostic marker in acute coronary syndromes: a praise registry study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158657", + "first_name": "Luigi", + "middle_name": "", + "last_name": "Spadafora", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hemoglobin/creatinine ratio as long- term prognostic marker in acute coronary syndromes: a praise registry study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luigi Spadafora", + "kol_full_name": "Luigi Spadafora" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Endothelial Dysfunction | Autophagy", + "npi_num": "", + "hcp_pin_alias": "1158656", + "session_name": "Restoration of autophagy reduces diabetes-induced endothelial dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158656", + "first_name": "Luca", + "middle_name": "", + "last_name": "D'Ambrosio", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Latina", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Restoration of autophagy reduces diabetes-induced endothelial dysfunction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Endothelial Dysfunction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Autophagy", + "kol_name": "Luca D'Ambrosio", + "kol_full_name": "Luca D'Ambrosio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Sinus | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158655", + "session_name": "Cardiac resynchronization therapy after coronary sinus reducer implantation using a proximal venous tributary.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158655", + "first_name": "Jacopo", + "middle_name": "", + "last_name": "Costantino", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac resynchronization therapy after coronary sinus reducer implantation using a proximal venous tributary.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Sinus | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jacopo Costantino", + "kol_full_name": "Jacopo Costantino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Atrial Fibrillation | Risk Assessment | Stroke | Appendix", + "npi_num": "", + "hcp_pin_alias": "1158654", + "session_name": "History Of Falls is Associated with Management and Worse Prognosis in Patients with Atrial Fibrillation: An Analysis from the Prospective GLORIA-AF Registry Phase III,Adherence to the ABC pathway improves prognosis in patients with AF: preliminary findings from an updated meta-analysis of 360,000 patients,History of fall is associated with different management and worse prognosis in patients with atrial fibrillation: an analysis from the prospective GLORIA-AF registry phase III,Risk assessment and prognosis in atrial fibrillation,Left atrial appendix closure for stroke prevention in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158654", + "first_name": "Giulio", + "middle_name": "Francesco", + "last_name": "Romiti", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "History Of Falls is Associated with Management and Worse Prognosis in Patients with Atrial Fibrillation: An Analysis from the Prospective GLORIA-AF Registry Phase III", + "rest_events_session_count": 5, + "rest_events_session": "Adherence to the ABC pathway improves prognosis in patients with AF: preliminary findings from an updated meta-analysis of 360,000 patients,History of fall is associated with different management and worse prognosis in patients with atrial fibrillation: an analysis from the prospective GLORIA-AF registry phase III,Risk assessment and prognosis in atrial fibrillation,Left atrial appendix closure for stroke prevention in atrial fibrillation", + "events_topic": "Prognosis | Atrial Fibrillation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Risk Assessment | Stroke | Appendix", + "kol_name": "Giulio Francesco Romiti", + "kol_full_name": "Giulio Francesco Romiti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy | Diagnosis | Cardiovascular Diseases | Heart Diseases | Athletes | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158653", + "session_name": "Potential cardiovascular risks of energy drinks and caffeinated beverages,Challenges in the diagnosis and treatment of athletes,Cardiomyopathies,Mental stress, nutrition, pregnancy, and cancer: risk factors for heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158653", + "first_name": "Elena", + "middle_name": "", + "last_name": "Cavarretta", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Potential cardiovascular risks of energy drinks and caffeinated beverages", + "rest_events_session_count": 6, + "rest_events_session": "Challenges in the diagnosis and treatment of athletes,Cardiomyopathies,Mental stress, nutrition, pregnancy, and cancer: risk factors for heart disease", + "events_topic": "Pregnancy | Diagnosis ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiovascular Diseases | Heart Diseases | Athletes | Cardiomyopathies", + "kol_name": "Elena Cavarretta", + "kol_full_name": "Elena Cavarretta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1158652", + "session_name": "Ringlike late gadolinium enhancement: prevalence, association with cardiac phenotype, and patient outcome in an unselected cohort referred for cardiovascular magnetic resonance imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158652", + "first_name": "Domenico", + "middle_name": "", + "last_name": "Filomena", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ringlike late gadolinium enhancement: prevalence", + "rest_events_session_count": 2, + "rest_events_session": " association with cardiac phenotype, and patient outcome in an unselected cohort referred for cardiovascular magnetic resonance imaging", + "events_topic": "Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Domenico Filomena", + "kol_full_name": "Domenico Filomena" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Hemorrhagic Stroke | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "1158651", + "session_name": "Haemorrhagic risk in elderly patients with atrial fibrillation that develop low platelet count during direct oral anticoagulant treatment: insights from the ATHERO-AF study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158651", + "first_name": "Danilo", + "middle_name": "", + "last_name": "Menichelli", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Haemorrhagic risk in elderly patients with atrial fibrillation that develop low platelet count during direct oral anticoagulant treatment: insights from the ATHERO-AF study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Hemorrhagic Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anticoagulants", + "kol_name": "Danilo Menichelli", + "kol_full_name": "Danilo Menichelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158650", + "session_name": "A systematic review and meta-analysis on the predictive value of the C2HEST score to predict new onset atrial fibrillation in >11 million Western and Asian subjects.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158650", + "first_name": "Daniele", + "middle_name": "", + "last_name": "Pastori", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A systematic review and meta-analysis on the predictive value of the C2HEST score to predict new onset atrial fibrillation in >11 million Western and Asian subjects.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniele Pastori", + "kol_full_name": "Daniele Pastori" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Brain Diseases | Cardiovascular Diseases | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158649", + "session_name": "Heart-brain and brain-heart interactions in cardiovascular health and disease,Hypertension around the world,Mechanisms of ageing in cardiovascular disease,Therapeutic modulation of the immune system in cardiovascular diseases,Hypertension: miscellaneous aspects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158649", + "first_name": "Daniela", + "middle_name": "", + "last_name": "Carnevale", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart-brain and brain-heart interactions in cardiovascular health and disease", + "rest_events_session_count": 4, + "rest_events_session": "Hypertension around the world,Mechanisms of ageing in cardiovascular disease,Therapeutic modulation of the immune system in cardiovascular diseases,Hypertension: miscellaneous aspects", + "events_topic": "Brain Diseases | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "Daniela Carnevale", + "kol_full_name": "Daniela Carnevale" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158648", + "session_name": "Secondary and resistant hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158648", + "first_name": "Carmine", + "middle_name": "", + "last_name": "Savoia", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Secondary and resistant hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carmine Savoia", + "kol_full_name": "Carmine Savoia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "1158647", + "session_name": "Risk and causes of hospital admission in patients with atrial fibrillation on treatment with oral anticoagulants", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158647", + "first_name": "Arianna", + "middle_name": "", + "last_name": "Pannunzio", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk and causes of hospital admission in patients with atrial fibrillation on treatment with oral anticoagulants", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Anticoagulants", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Arianna Pannunzio", + "kol_full_name": "Arianna Pannunzio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Autophagy", + "npi_num": "", + "hcp_pin_alias": "1158646", + "session_name": "Epigenetic modulation of sirt1 and sirt6 in cardiovascular diseases: unraveling autophagy regulation and endothelial function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158646", + "first_name": "Antonella", + "middle_name": "", + "last_name": "Bordin", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Latina", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epigenetic modulation of sirt1 and sirt6 in cardiovascular diseases: unraveling autophagy regulation and endothelial function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Autophagy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonella Bordin", + "kol_full_name": "Antonella Bordin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Desmoplakins | Arrhythmogenic Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158645", + "session_name": "Emotional stress-induced hot-phases in a patient with a desmoplakin-associated arrhythmogenic cardiomyopathy?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158645", + "first_name": "Annalisa", + "middle_name": "", + "last_name": "Caputo", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Emotional stress-induced hot-phases in a patient with a desmoplakin-associated arrhythmogenic cardiomyopathy?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Desmoplakins | Arrhythmogenic Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Annalisa Caputo", + "kol_full_name": "Annalisa Caputo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Physical Therapy Modalities | Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1158644", + "session_name": "Recent developments on leadless pacing and non-conventional pacing modalities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158644", + "first_name": "Maria", + "middle_name": "Chiara", + "last_name": "Gatto", + "org_name": "Sant'Eugenio Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Recent developments on leadless pacing and non-conventional pacing modalities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Physical Therapy Modalities | Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Chiara Gatto", + "kol_full_name": "Maria Chiara Gatto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bundle-Branch Block | Electrocardiography | Brugada Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158643", + "session_name": "The great dilemma: type-1 Brugada ECG pattern or right bundle branch block?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158643", + "first_name": "Sara", + "middle_name": "", + "last_name": "Latrofa", + "org_name": "Sant'Anna School of Advanced Studies", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The great dilemma: type-1 Brugada ECG pattern or right bundle branch block?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bundle-Branch Block | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Brugada Syndrome", + "kol_name": "Sara Latrofa", + "kol_full_name": "Sara Latrofa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158642", + "session_name": "Practical screening: what's the role of the cardiologist?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158642", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Vergaro", + "org_name": "Sant'Anna School of Advanced Studies", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Practical screening: what's the role of the cardiologist?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppe Vergaro", + "kol_full_name": "Giuseppe Vergaro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Neoplasms | Thrombolytic Therapy | Anticoagulants Therapy | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158641", + "session_name": "Personalising antithrombotic therapy in patients with cancer: what every cardiologist should know,Oral anticoagulant therapy for atrial fibrillation in clinical practice,How to manage acute cardiac problems in patients with cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158641", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Rubboli", + "org_name": "Santa Maria delle Croci Hospital", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Ravenna", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising antithrombotic therapy in patients with cancer: what every cardiologist should know", + "rest_events_session_count": 2, + "rest_events_session": "Oral anticoagulant therapy for atrial fibrillation in clinical practice,How to manage acute cardiac problems in patients with cancer", + "events_topic": "Atrial Fibrillation | Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Thrombolytic Therapy | Anticoagulants Therapy | Heart Diseases", + "kol_name": "Andrea Rubboli", + "kol_full_name": "Andrea Rubboli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158640", + "session_name": "Biventricular pacing (cardiac resynchronisation therapy): when is it preferred?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158640", + "first_name": "Lina", + "middle_name": "", + "last_name": "Marcantoni", + "org_name": "Santa Maria della Misericordia Hospital", + "Country": "Italy", + "Region": "Veneto", + "City": "Rovigo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biventricular pacing (cardiac resynchronisation therapy): when is it preferred?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lina Marcantoni", + "kol_full_name": "Lina Marcantoni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158639", + "session_name": "More to learn in cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158639", + "first_name": "Giulia", + "middle_name": "", + "last_name": "Vinco", + "org_name": "Santa Maria Del Carmine Hospital", + "Country": "Italy", + "Region": "Veneto", + "City": "Rovigo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "More to learn in cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giulia Vinco", + "kol_full_name": "Giulia Vinco" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Paradoxical Effect | Atrioventricular Block | Isoproterenol", + "npi_num": "", + "hcp_pin_alias": "1158638", + "session_name": "Paradoxical effect of isoprenaline in patient with paroxysmal atrio-ventricular block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158638", + "first_name": "Luigi", + "middle_name": "", + "last_name": "Salerno", + "org_name": "Sant Andrea Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Paradoxical effect of isoprenaline in patient with paroxysmal atrio-ventricular block", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paradoxical Effect | Atrioventricular Block ", + "rest_events_topic_count": 1, + "rest_events_topic": " Isoproterenol", + "kol_name": "Luigi Salerno", + "kol_full_name": "Luigi Salerno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrioventricular Block | Ablation Techniques | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158637", + "session_name": "Anatomical approach for left parahissian ventricular arrhythmia ablation to reduce atrioventricular block risk.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158637", + "first_name": "Federico", + "middle_name": "", + "last_name": "Vannini", + "org_name": "Sant Andrea Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anatomical approach for left parahissian ventricular arrhythmia ablation to reduce atrioventricular block risk.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrioventricular Block | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Federico Vannini", + "kol_full_name": "Federico Vannini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dual Anti-Platelet Therapy | Diagnostic Techniques And Procedures | Acute Coronary Syndrome | Natriuretic Peptides", + "npi_num": "", + "hcp_pin_alias": "1158636", + "session_name": "Diagnostic accuracy of natriuretic peptides,Personalised dual antiplatelet therapy (DAPT) after acute coronary syndromes: difficult decisions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158636", + "first_name": "Satyendra", + "middle_name": "", + "last_name": "Tewari", + "org_name": "Sanjay Gandhi Postgraduate Institute of Medical Sciences", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic accuracy of natriuretic peptides", + "rest_events_session_count": 1, + "rest_events_session": "Personalised dual antiplatelet therapy (DAPT) after acute coronary syndromes: difficult decisions", + "events_topic": "Dual Anti-Platelet Therapy | Diagnostic Techniques And Procedures ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Coronary Syndrome | Natriuretic Peptides", + "kol_name": "Satyendra Tewari", + "kol_full_name": "Satyendra Tewari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prasugrel Hydrochloride | Ticagrelor | Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158635", + "session_name": "Clinical and peri procedural outcomes using reduced dose prasugrel vs standard dose ticagrelor in elderly patients of acute coronary syndrome undergoing PCI,Clinical and peri procedural outcomes using reduced dose prasugrel vs standard dose ticagrelor in elderly patients of acute coronary syndrome undergoing PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158635", + "first_name": "Arshad", + "middle_name": "", + "last_name": "Nazir", + "org_name": "Sanjay Gandhi Postgraduate Institute of Medical Sciences", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical and peri procedural outcomes using reduced dose prasugrel vs standard dose ticagrelor in elderly patients of acute coronary syndrome undergoing PCI", + "rest_events_session_count": 1, + "rest_events_session": "Clinical and peri procedural outcomes using reduced dose prasugrel vs standard dose ticagrelor in elderly patients of acute coronary syndrome undergoing PCI", + "events_topic": "Prasugrel Hydrochloride | Ticagrelor ", + "rest_events_topic_count": 2, + "rest_events_topic": " Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "kol_name": "Arshad Nazir", + "kol_full_name": "Arshad Nazir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158634", + "session_name": "Stress cardiomyopathy due to multiple aetiologies in a young man", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158634", + "first_name": "Husnain", + "middle_name": "", + "last_name": "Abid", + "org_name": "Sandwell and West Birmingham Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stress cardiomyopathy due to multiple aetiologies in a young man", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Husnain Abid", + "kol_full_name": "Husnain Abid" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Ventricular Arrhythmia | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158633", + "session_name": "Stereotactic-guided and other novel catheter ablative procedures for ventricular arrhythmias,Ventricular arrhythmias: novel insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158633", + "first_name": "Bettina", + "middle_name": "", + "last_name": "Kirstein", + "org_name": "Sana Kliniken", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Lubeck", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stereotactic-guided and other novel catheter ablative procedures for ventricular arrhythmias", + "rest_events_session_count": 1, + "rest_events_session": "Ventricular arrhythmias: novel insights", + "events_topic": "Catheter Ablation | Ventricular Arrhythmia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Bettina Kirstein", + "kol_full_name": "Bettina Kirstein" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bicuspid Aortic Valve Disease | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158632", + "session_name": "Inter-ethnic heterogeneity in valvular morphology and aortopathy of a worldwide bicuspid aortic valve cohort referred for TAVR", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158632", + "first_name": "Monica", + "middle_name": "", + "last_name": "Barki", + "org_name": "IRCCS San Raffaele Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inter-ethnic heterogeneity in valvular morphology and aortopathy of a worldwide bicuspid aortic valve cohort referred for TAVR", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bicuspid Aortic Valve Disease | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Monica Barki", + "kol_full_name": "Monica Barki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Oxygen Consumption | Cardiac Output", + "npi_num": "", + "hcp_pin_alias": "1158631", + "session_name": "Interventricular abnormal septum displacement as contributory mechanism for impaired peak oxygen consumption and exercise cardiac output response in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158631", + "first_name": "Giulia", + "middle_name": "", + "last_name": "Crisci", + "org_name": "San Paolo Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interventricular abnormal septum displacement as contributory mechanism for impaired peak oxygen consumption and exercise cardiac output response in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Oxygen Consumption ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Output", + "kol_name": "Giulia Crisci", + "kol_full_name": "Giulia Crisci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Function, Right | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158630", + "session_name": "Surveillance of right ventricular function with artificial intelligence (AI)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158630", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Trocino", + "org_name": "San Gerardo Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Monza", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Surveillance of right ventricular function with artificial intelligence (AI)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Function, Right | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppe Trocino", + "kol_full_name": "Giuseppe Trocino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Electrocardiography | Biopsy", + "npi_num": "", + "hcp_pin_alias": "1158629", + "session_name": "Prognostic value of baseline and follow-up ECG in patients with biopsy-proven fulminant myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158629", + "first_name": "Michele", + "middle_name": "", + "last_name": "Ciabatti", + "org_name": "San Donato Hospital of Arezzo", + "Country": "Italy", + "Region": "Toscana", + "City": "Arezzo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of baseline and follow-up ECG in patients with biopsy-proven fulminant myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biopsy", + "kol_name": "Michele Ciabatti", + "kol_full_name": "Michele Ciabatti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Flutter | Brugada Syndrome | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158628", + "session_name": "Beyond surface ECG pattern: Brugada syndrome unveiled after evidence of typical atrial flutter and enhanced ventricular arrhythmias susceptibility in a young patient.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158628", + "first_name": "Carmine", + "middle_name": "", + "last_name": "Marallo", + "org_name": "San Donato Hospital of Arezzo", + "Country": "Italy", + "Region": "Toscana", + "City": "Arezzo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond surface ECG pattern: Brugada syndrome unveiled after evidence of typical atrial flutter and enhanced ventricular arrhythmias susceptibility in a young patient.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Flutter | Brugada Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Carmine Marallo", + "kol_full_name": "Carmine Marallo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Diagnostic Imaging | Transthoracic Echocardiography | Heart Valve Diseases | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158627", + "session_name": "Asymptomatic severe tricuspid regurgitation: what is the right timing of intervention?,Tricuspid regurgitation in rheumatic heart valve disease. New insights from 3D transthoracic echocardiography,Is artificial intelligence the solution to imaging conundrums?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158627", + "first_name": "Patricia", + "middle_name": "", + "last_name": "Mahia", + "org_name": "San Carlos Clinical University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Asymptomatic severe tricuspid regurgitation: what is the right timing of intervention?", + "rest_events_session_count": 2, + "rest_events_session": "Tricuspid regurgitation in rheumatic heart valve disease. New insights from 3D transthoracic echocardiography,Is artificial intelligence the solution to imaging conundrums?", + "events_topic": "Tricuspid Valve Insufficiency | Diagnostic Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Transthoracic Echocardiography | Heart Valve Diseases | Artificial Intelligence", + "kol_name": "Patricia Mahia", + "kol_full_name": "Patricia Mahia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Genetic Testing", + "npi_num": "", + "hcp_pin_alias": "1158626", + "session_name": "Genetic testing in pulmonary hypertension in adults and children", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158626", + "first_name": "Julia", + "middle_name": "Playan", + "last_name": "Escribano", + "org_name": "San Carlos Clinical University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic testing in pulmonary hypertension in adults and children", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Genetic Testing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julia Playan Escribano", + "kol_full_name": "Julia Playan Escribano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Frailty", + "npi_num": "", + "hcp_pin_alias": "1158625", + "session_name": "How to screen for frailty", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158625", + "first_name": "Isabel", + "middle_name": "", + "last_name": "Rodriguez-Sanchez", + "org_name": "San Carlos Clinical University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to screen for frailty", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Frailty", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Isabel Rodriguez-Sanchez", + "kol_full_name": "Isabel Rodriguez-Sanchez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiotoxicity | Breast Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1158624", + "session_name": "How the technology can decrease cardiotoxicity in breast cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158624", + "first_name": "Irene", + "middle_name": "Marco", + "last_name": "Clement", + "org_name": "San Carlos Clinical University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How the technology can decrease cardiotoxicity in breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiotoxicity | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Irene Marco Clement", + "kol_full_name": "Irene Marco Clement" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158623", + "session_name": "Validation of the MIDA mortality risk score in a surgical cohort of patients with primary mitral regurgitation.,Predictors of heart failure hospitalization after surgery in patients with primary mitral regurgitation: the relevance of left atrial coupling index", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158623", + "first_name": "Patrick", + "middle_name": "O'Neill", + "last_name": "Gonzalez", + "org_name": "San Carlos Clinical Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of the MIDA mortality risk score in a surgical cohort of patients with primary mitral regurgitation.", + "rest_events_session_count": 1, + "rest_events_session": "Predictors of heart failure hospitalization after surgery in patients with primary mitral regurgitation: the relevance of left atrial coupling index", + "events_topic": "Mitral Valve Insufficiency | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patrick O'Neill Gonzalez", + "kol_full_name": "Patrick O'Neill Gonzalez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angina Pectoris | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158622", + "session_name": "Treatment of angina in chronic coronary syndromes: where do we stand?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158622", + "first_name": "Nieves", + "middle_name": "Gonzalo", + "last_name": "Lopez", + "org_name": "San Carlos Clinical Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of angina in chronic coronary syndromes: where do we stand?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angina Pectoris | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nieves Gonzalo Lopez", + "kol_full_name": "Nieves Gonzalo Lopez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1158621", + "session_name": "Incidence of 1-year mortality, heart failure admissions and decompensation in patients with heart failure followed in HF units in Spain. Differences according to type of units.,Differences in clinical features of patients with heart failure and reduced, mildly reduced, and preserved ejection fraction in a contemporary cohort: is the clinical profile changing?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158621", + "first_name": "Maria", + "middle_name": "Anguita", + "last_name": "Gamez", + "org_name": "San Carlos Clinical Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of 1-year mortality", + "rest_events_session_count": 4, + "rest_events_session": " heart failure admissions and decompensation in patients with heart failure followed in HF units in Spain. Differences according to type of units.,Differences in clinical features of patients with heart failure and reduced, mildly reduced, and preserved ejection fraction in a contemporary cohort: is the clinical profile changing?", + "events_topic": "Heart Failure | Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Anguita Gamez", + "kol_full_name": "Maria Anguita Gamez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158620", + "session_name": "Is etiology of severe tricuspid regurgitation related to prognosis?,A new right-heart failure staging system in patients with severe tricuspid regurgitation. Prognostic implications.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158620", + "first_name": "Juan", + "middle_name": "Carlos Gomez", + "last_name": "Polo", + "org_name": "San Carlos Clinical Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is etiology of severe tricuspid regurgitation related to prognosis?", + "rest_events_session_count": 1, + "rest_events_session": "A new right-heart failure staging system in patients with severe tricuspid regurgitation. Prognostic implications.", + "events_topic": "Tricuspid Valve Insufficiency | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Juan Carlos Gomez Polo", + "kol_full_name": "Juan Carlos Gomez Polo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "1158619", + "session_name": "Prevecardio: a single-visit population screening model for detection and prevention of 10-year cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158619", + "first_name": "Jesus", + "middle_name": "Flores", + "last_name": "Soler", + "org_name": "San Carlos Clinical Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevecardio: a single-visit population screening model for detection and prevention of 10-year cardiovascular risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jesus Flores Soler", + "kol_full_name": "Jesus Flores Soler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheterization | Lithotripsy | Clinical Laboratory Techniques | Fractional Flow Reserve, Myocardial | Atherectomy", + "npi_num": "", + "hcp_pin_alias": "1158618", + "session_name": "Calcified lesions in focus: from scoring balloons to lithotripsy, and laser to orbital atherectomy,Intracoronary physiology in the cath lab: state of the art - IFR, FFR, and QFR", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158618", + "first_name": "Javier", + "middle_name": "", + "last_name": "Escaned", + "org_name": "San Carlos Clinical Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Calcified lesions in focus: from scoring balloons to lithotripsy", + "rest_events_session_count": 4, + "rest_events_session": " and laser to orbital atherectomy,Intracoronary physiology in the cath lab: state of the art - IFR, FFR, and QFR", + "events_topic": "Catheterization | Lithotripsy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Clinical Laboratory Techniques | Fractional Flow Reserve, Myocardial | Atherectomy", + "kol_name": "Javier Escaned", + "kol_full_name": "Javier Escaned" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158617", + "session_name": "Right chambers deformation after tricuspid edge-to-edge percutaneous repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158617", + "first_name": "Eduardo", + "middle_name": "Pozo", + "last_name": "Osinalde", + "org_name": "San Carlos Clinical Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right chambers deformation after tricuspid edge-to-edge percutaneous repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eduardo Pozo Osinalde", + "kol_full_name": "Eduardo Pozo Osinalde" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Kidney Failure, Chronic", + "npi_num": "", + "hcp_pin_alias": "1158616", + "session_name": "Outcomes of infective endocarditis in patients with end-stage renal disease and dialysis in Spain: a population-based study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158616", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Gomez-Ramirez", + "org_name": "San Carlos Clinical Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes of infective endocarditis in patients with end-stage renal disease and dialysis in Spain: a population-based study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Kidney Failure, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Gomez-Ramirez", + "kol_full_name": "Daniel Gomez-Ramirez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158615", + "session_name": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158615", + "first_name": "Ana", + "middle_name": "Viana", + "last_name": "Tejedor", + "org_name": "San Carlos Clinical Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ana Viana Tejedor", + "kol_full_name": "Ana Viana Tejedor" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cuffless Technology | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158614", + "session_name": "Change Transforming blood pressure measurement with ring-type cuffless technology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158614", + "first_name": "Seung", + "middle_name": "Woo", + "last_name": "Park", + "org_name": "Samsung Medical Center, Sungkyunkwan University School of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Change Transforming blood pressure measurement with ring-type cuffless technology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cuffless Technology | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seung Woo Park", + "kol_full_name": "Seung Woo Park" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Myocardial Infarction | Extracorporeal Membrane Oxygenation | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158613", + "session_name": "Clinical significance of residual ischemia in acute myocardial infarction complicated by cardiogenic shock undergoing VA-ECMO", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158613", + "first_name": "Onyou", + "middle_name": "", + "last_name": "Kim", + "org_name": "Samsung Medical Center, Sungkyunkwan University School of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical significance of residual ischemia in acute myocardial infarction complicated by cardiogenic shock undergoing VA-ECMO", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Extracorporeal Membrane Oxygenation | Shock, Cardiogenic", + "kol_name": "Onyou Kim", + "kol_full_name": "Onyou Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1158612", + "session_name": "Prognostic impact of intravascular imaging in percutaneous coronary intervention according to atherothrombotic risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158612", + "first_name": "Junho", + "middle_name": "", + "last_name": "Ha", + "org_name": "Samsung Medical Center, Sungkyunkwan University School of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of intravascular imaging in percutaneous coronary intervention according to atherothrombotic risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Junho Ha", + "kol_full_name": "Junho Ha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sarcopenia | Coronary Artery Bypass", + "npi_num": "", + "hcp_pin_alias": "1158611", + "session_name": "Clinical impact of Sarcopenia on long-term mortality in patients undergoing coronary bypass grafting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158611", + "first_name": "Jinhwan", + "middle_name": "", + "last_name": "Jo", + "org_name": "Samsung Medical Center, Sungkyunkwan University School of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical impact of Sarcopenia on long-term mortality in patients undergoing coronary bypass grafting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcopenia | Coronary Artery Bypass", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jinhwan Jo", + "kol_full_name": "Jinhwan Jo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Coronary Stenosis | Coronary Revascularization | Extracorporeal Membrane Oxygenation | Antiplatelet Agents", + "npi_num": "", + "hcp_pin_alias": "1158610", + "session_name": "Novel risk scoring model to assess the need for venoarterial-extracorporeal membrane oxygenation in patients with acute myocarditis,Antiplatelet agents in patients with intermediate coronary artery stenosis and deferred revascularization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158610", + "first_name": "David", + "middle_name": "", + "last_name": "Hong", + "org_name": "Samsung Medical Center, Sungkyunkwan University School of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel risk scoring model to assess the need for venoarterial-extracorporeal membrane oxygenation in patients with acute myocarditis", + "rest_events_session_count": 1, + "rest_events_session": "Antiplatelet agents in patients with intermediate coronary artery stenosis and deferred revascularization", + "events_topic": "Myocarditis | Coronary Stenosis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Coronary Revascularization | Extracorporeal Membrane Oxygenation | Antiplatelet Agents", + "kol_name": "David Hong", + "kol_full_name": "David Hong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Natriuretic Peptide, Brain", + "npi_num": "", + "hcp_pin_alias": "1158609", + "session_name": "Prognostic implications of N-terminal pro-brain natriuretic peptide in patients with Non-ST segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158609", + "first_name": "Chang", + "middle_name": "Hoon", + "last_name": "Kim", + "org_name": "Samsung Medical Center, Sungkyunkwan University School of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic implications of N-terminal pro-brain natriuretic peptide in patients with Non-ST segment elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Natriuretic Peptide, Brain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Chang Hoon Kim", + "kol_full_name": "Chang Hoon Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158608", + "session_name": "Mechanisms and staging of tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158608", + "first_name": "Sung-Ji", + "middle_name": "", + "last_name": "Park", + "org_name": "Samsung Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanisms and staging of tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sung-Ji Park", + "kol_full_name": "Sung-Ji Park" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1158607", + "session_name": "Impact of pulmonary hypertension on quality of life and survival,Pulmonary hypertension: insights from registries, retrospective data sets, and meta-analyses", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158607", + "first_name": "Sung-A", + "middle_name": "", + "last_name": "Chang", + "org_name": "Samsung Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of pulmonary hypertension on quality of life and survival", + "rest_events_session_count": 3, + "rest_events_session": "Pulmonary hypertension: insights from registries, retrospective data sets, and meta-analyses", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sung-A Chang", + "kol_full_name": "Sung-A Chang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Intravascular Imaging", + "npi_num": "", + "hcp_pin_alias": "1158606", + "session_name": "Intravascular imaging-guided percutaneous coronary intervention according to lesion complexity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158606", + "first_name": "Sangyoon", + "middle_name": "", + "last_name": "Lee", + "org_name": "Samsung Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intravascular imaging-guided percutaneous coronary intervention according to lesion complexity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Intravascular Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sangyoon Lee", + "kol_full_name": "Sangyoon Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Stenosis | Vascular Resistance", + "npi_num": "", + "hcp_pin_alias": "1158605", + "session_name": "Prognostic implications of microvascular resistance reserve in symptomatic patients with intermediate coronary stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158605", + "first_name": "Joo", + "middle_name": "Myung", + "last_name": "Lee", + "org_name": "Samsung Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic implications of microvascular resistance reserve in symptomatic patients with intermediate coronary stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Stenosis | Vascular Resistance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joo Myung Lee", + "kol_full_name": "Joo Myung Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nelonemdaz | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158604", + "session_name": "Effect of nelonemdaz for patients with out-of-hospital cardiac arrest: the AWAKE phase II randomised clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158604", + "first_name": "Jin-Ho", + "middle_name": "", + "last_name": "Choi", + "org_name": "Samsung Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of nelonemdaz for patients with out-of-hospital cardiac arrest: the AWAKE phase II randomised clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nelonemdaz | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jin-Ho Choi", + "kol_full_name": "Jin-Ho Choi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19 | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158603", + "session_name": "Impact of covid-19 variants on hospital mortality and post-discharge cardiovascular endpoints during 18-months follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158603", + "first_name": "Lukas", + "middle_name": "Jaroslaw", + "last_name": "Motloch", + "org_name": "Salzkammergut Clinic", + "Country": "Austria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of covid-19 variants on hospital mortality and post-discharge cardiovascular endpoints during 18-months follow-up", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19 | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lukas Jaroslaw Motloch", + "kol_full_name": "Lukas Jaroslaw Motloch" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Paraganglioma", + "npi_num": "", + "hcp_pin_alias": "1158602", + "session_name": "Navigating the uncharted waters: a rare odyssey through diagnosis and surgical endeavors in cardiac paraganglioma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158602", + "first_name": "Elke", + "middle_name": "", + "last_name": "Boxhammer", + "org_name": "Salzburg university hospital", + "Country": "Austria", + "Region": "Salzburg", + "City": "Salzburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating the uncharted waters: a rare odyssey through diagnosis and surgical endeavors in cardiac paraganglioma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paraganglioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elke Boxhammer", + "kol_full_name": "Elke Boxhammer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Tricuspid Valve Replacement | Transcatheter Tricuspid Valve Interventions | Hemodynamics", + "npi_num": "", + "hcp_pin_alias": "1158601", + "session_name": "Prognostic value of MELD-XI score and hemodynamic parameters in patients undergoing transcatheter tricuspid valve intervention,Prognostic value of MELD-XI score and hemodynamic parameters in patients undergoing transcatheter tricuspid valve intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158601", + "first_name": "Christoph", + "middle_name": "", + "last_name": "Edlinger", + "org_name": "Salzburg university hospital", + "Country": "Austria", + "Region": "Salzburg", + "City": "Salzburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of MELD-XI score and hemodynamic parameters in patients undergoing transcatheter tricuspid valve intervention", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic value of MELD-XI score and hemodynamic parameters in patients undergoing transcatheter tricuspid valve intervention", + "events_topic": "Transcatheter Tricuspid Valve Replacement | Transcatheter Tricuspid Valve Interventions ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hemodynamics", + "kol_name": "Christoph Edlinger", + "kol_full_name": "Christoph Edlinger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Headache | Myxoma | Embolic Stroke", + "npi_num": "", + "hcp_pin_alias": "1158600", + "session_name": "Beyond the headache - a rare case of multifocal cardioembolic stroke and atrial myxoma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158600", + "first_name": "Ioana", + "middle_name": "", + "last_name": "Iancu", + "org_name": "Salford Royal", + "Country": "United Kingdom", + "Region": "England", + "City": "Salford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond the headache - a rare case of multifocal cardioembolic stroke and atrial myxoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Headache | Myxoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Embolic Stroke", + "kol_name": "Ioana Iancu", + "kol_full_name": "Ioana Iancu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Ventricular Dysfunction, Left | Atrial Fibrillation | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1158599", + "session_name": "Elucidating the mechanism of rapid functional recovery following atrial fibrillation ablation in patients with left ventricular systolic dysfunction,Age-predicted maximal heart rate reserve as an alternative prognostic parameter in patients with heart failure with preserved ejection fraction -insights from PURSUIT-HFpEF registry-", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158599", + "first_name": "Masato", + "middle_name": "", + "last_name": "Okada", + "org_name": "Sakurabashi-Watanabe Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elucidating the mechanism of rapid functional recovery following atrial fibrillation ablation in patients with left ventricular systolic dysfunction", + "rest_events_session_count": 1, + "rest_events_session": "Age-predicted maximal heart rate reserve as an alternative prognostic parameter in patients with heart failure with preserved ejection fraction -insights from PURSUIT-HFpEF registry-", + "events_topic": "Ablation Techniques | Ventricular Dysfunction, Left ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atrial Fibrillation | Heart Failure, Diastolic", + "kol_name": "Masato Okada", + "kol_full_name": "Masato Okada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Heart Failure | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1158598", + "session_name": "Estimated transmitral E- and A-wave overlapping predicted prognosis in patient with heart failure with preserved ejection.,A novel risk score incorporating frailty or congestion status predicted mortality in patients with heart failure with preserved ejection fraction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158598", + "first_name": "Katsuomi", + "middle_name": "", + "last_name": "Iwakura", + "org_name": "Sakurabashi-Watanabe Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Estimated transmitral E- and A-wave overlapping predicted prognosis in patient with heart failure with preserved ejection.", + "rest_events_session_count": 1, + "rest_events_session": "A novel risk score incorporating frailty or congestion status predicted mortality in patients with heart failure with preserved ejection fraction.", + "events_topic": "Mortality | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Diastolic", + "kol_name": "Katsuomi Iwakura", + "kol_full_name": "Katsuomi Iwakura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158597", + "session_name": "Resolution of silent left atrial thrombi and clinical outcomes in patients with atrial fibrillation: insight from the LAT trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158597", + "first_name": "Nobuaki", + "middle_name": "", + "last_name": "Tanaka", + "org_name": "Sakurabashi-Watanabe Advanced Healthcare Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Resolution of silent left atrial thrombi and clinical outcomes in patients with atrial fibrillation: insight from the LAT trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nobuaki Tanaka", + "kol_full_name": "Nobuaki Tanaka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158596", + "session_name": "Effect of primary pci in asymptomatic stemi patients presenting 12 to 48 hours of symptom onset, on myocardial viability assessed by spect tc 99m sestamibi scan epitome99", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158596", + "first_name": "Manjunath", + "middle_name": "Suresh", + "last_name": "Pandit", + "org_name": "Sakra World Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of primary pci in asymptomatic stemi patients presenting 12 to 48 hours of symptom onset", + "rest_events_session_count": 1, + "rest_events_session": " on myocardial viability assessed by spect tc 99m sestamibi scan epitome99", + "events_topic": "ST Elevation Myocardial Infarction | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Manjunath Suresh Pandit", + "kol_full_name": "Manjunath Suresh Pandit" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158595", + "session_name": "Perfusion metabolism mismatch predicts short-term complications in Takotsubo syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158595", + "first_name": "Takeshi", + "middle_name": "", + "last_name": "Sato", + "org_name": "Sakakibara Heart Institute", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Perfusion metabolism mismatch predicts short-term complications in Takotsubo syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takeshi Sato", + "kol_full_name": "Takeshi Sato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair | Cardiac Valve Annuloplasty", + "npi_num": "", + "hcp_pin_alias": "1158594", + "session_name": "Mitral annular dynamics after transcatheter edge-to-edge repair for functional mitral regurgitation: comparison with surgical annuloplasty", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158594", + "first_name": "Mai", + "middle_name": "", + "last_name": "Terada", + "org_name": "Sakakibara Heart Institute", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral annular dynamics after transcatheter edge-to-edge repair for functional mitral regurgitation: comparison with surgical annuloplasty", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Valve Annuloplasty", + "kol_name": "Mai Terada", + "kol_full_name": "Mai Terada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Rate | Percutaneous Coronary Intervention | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158593", + "session_name": "Baseline heart rate as a key prognostic indicator in AMI patients with cardiogenic shock undergoing successful primary PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158593", + "first_name": "Takuro", + "middle_name": "", + "last_name": "Abe", + "org_name": "Saitama Medical Center", + "Country": "Japan", + "Region": "Kanto", + "City": "Saitama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Baseline heart rate as a key prognostic indicator in AMI patients with cardiogenic shock undergoing successful primary PCI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Rate | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "Takuro Abe", + "kol_full_name": "Takuro Abe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Valsartan | Sacubitril | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158592", + "session_name": "Real world evidence of Sacubitril/Valsartan in octogenarian patients with heart failure. Results From the PARACHUTE-HF Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158592", + "first_name": "Nozomiko", + "middle_name": "", + "last_name": "Okuda", + "org_name": "Saitama Medical Center", + "Country": "Japan", + "Region": "Saitama", + "City": "Kawagoe", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real world evidence of Sacubitril/Valsartan in octogenarian patients with heart failure. Results From the PARACHUTE-HF Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Valsartan | Sacubitril ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Nozomiko Okuda", + "kol_full_name": "Nozomiko Okuda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Impella System Therapy | Hemolysis", + "npi_num": "", + "hcp_pin_alias": "1158591", + "session_name": "The true incidence and risk factors of hemolysis in patients with Impella CP placement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158591", + "first_name": "Takahiro", + "middle_name": "", + "last_name": "Sakai", + "org_name": "Saiseikai Kumamoto Hospital", + "Country": "Japan", + "Region": "Kumamoto", + "City": "Kumamoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The true incidence and risk factors of hemolysis in patients with Impella CP placement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Impella System Therapy | Hemolysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takahiro Sakai", + "kol_full_name": "Takahiro Sakai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiopulmonary Resuscitation | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158590", + "session_name": "Impact of extracorporeal cardiopulmonary resuscitation with ECPELLA on improvement of short-term survival in patients with refractory cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158590", + "first_name": "Taiji", + "middle_name": "", + "last_name": "Inamori", + "org_name": "Saiseikai Kumamoto Hospital", + "Country": "Japan", + "Region": "Kumamoto", + "City": "Kumamoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of extracorporeal cardiopulmonary resuscitation with ECPELLA on improvement of short-term survival in patients with refractory cardiac arrest", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiopulmonary Resuscitation | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Taiji Inamori", + "kol_full_name": "Taiji Inamori" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Myocardial Reperfusion | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158589", + "session_name": "Impact of a prehospital mobile cloud ECG transmission system on door-to-balloon time, myocardial damage and mid-term all-cause mortality in patients with ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158589", + "first_name": "Miki", + "middle_name": "", + "last_name": "Anai", + "org_name": "Saiseikai Kumamoto Hospital", + "Country": "Japan", + "Region": "Kumamoto", + "City": "Kumamoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of a prehospital mobile cloud ECG transmission system on door-to-balloon time", + "rest_events_session_count": 1, + "rest_events_session": " myocardial damage and mid-term all-cause mortality in patients with ST-elevation myocardial infarction", + "events_topic": "Electrocardiography | Myocardial Reperfusion ", + "rest_events_topic_count": 1, + "rest_events_topic": " ST Elevation Myocardial Infarction", + "kol_name": "Miki Anai", + "kol_full_name": "Miki Anai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sinus Of Valsalva | Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1158588", + "session_name": "Case series - percutaneous transcatheter closure of ruptured sinus of valsalva aneurysms with different types of devices - short term and long term results.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158588", + "first_name": "Krishnadas", + "middle_name": "", + "last_name": "Kotwade", + "org_name": "Saibaba hospital shirdi", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case series - percutaneous transcatheter closure of ruptured sinus of valsalva aneurysms with different types of devices - short term and long term results.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sinus Of Valsalva | Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Krishnadas Kotwade", + "kol_full_name": "Krishnadas Kotwade" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158587", + "session_name": "Prospective comparison of temporal myocardial function in men vs women after anterior ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158587", + "first_name": "Sandeep", + "middle_name": "", + "last_name": "Jha", + "org_name": "Sahlgrenska University Hospital", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prospective comparison of temporal myocardial function in men vs women after anterior ST-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sandeep Jha", + "kol_full_name": "Sandeep Jha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Loop Recorder Implantation", + "npi_num": "", + "hcp_pin_alias": "1158586", + "session_name": "New clinical insights from implantable loop recorders and smartphones", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158586", + "first_name": "Runa", + "middle_name": "", + "last_name": "Sigurjonsdottir", + "org_name": "Sahlgrenska University Hospital", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New clinical insights from implantable loop recorders and smartphones", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Loop Recorder Implantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Runa Sigurjonsdottir", + "kol_full_name": "Runa Sigurjonsdottir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health | Telerehabilitation | Patient Care", + "npi_num": "", + "hcp_pin_alias": "1158585", + "session_name": "Do digital patient educational programmes work?,Feasibiliy, safety and patient perceptions of an exercise-based cardiac telerehabilitation programme", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158585", + "first_name": "Maria", + "middle_name": "", + "last_name": "Back", + "org_name": "Sahlgrenska University Hospital", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Do digital patient educational programmes work?", + "rest_events_session_count": 2, + "rest_events_session": "Feasibiliy, safety and patient perceptions of an exercise-based cardiac telerehabilitation programme", + "events_topic": "Digital Health | Telerehabilitation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Patient Care", + "kol_name": "Maria Back", + "kol_full_name": "Maria Back" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158584", + "session_name": "Long-term outcomes in women diagnosed with heart failure in connection to delivery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158584", + "first_name": "Erik", + "middle_name": "", + "last_name": "Thunstrom", + "org_name": "Sahlgrenska University Hospital", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcomes in women diagnosed with heart failure in connection to delivery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erik Thunstrom", + "kol_full_name": "Erik Thunstrom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Arterial Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158583", + "session_name": "Not all pulmonary arterial hypertension (PAH) patients are young women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158583", + "first_name": "Clara", + "middle_name": "", + "last_name": "Hjalmarsson", + "org_name": "Sahlgrenska University Hospital", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Not all pulmonary arterial hypertension (PAH) patients are young women", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Clara Hjalmarsson", + "kol_full_name": "Clara Hjalmarsson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Secondary Prevention", + "npi_num": "", + "hcp_pin_alias": "1158582", + "session_name": "Secondary prevention: a multifactorial approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158582", + "first_name": "Annica", + "middle_name": "", + "last_name": "Ravn-Fischer", + "org_name": "Sahlgrenska University Hospital", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Secondary prevention: a multifactorial approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Secondary Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Annica Ravn-Fischer", + "kol_full_name": "Annica Ravn-Fischer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Liver Diseases", + "npi_num": "", + "hcp_pin_alias": "1158581", + "session_name": "Steatotic liver disease and lipids in cardiometabolic syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158581", + "first_name": "Stefano", + "middle_name": "", + "last_name": "Romeo", + "org_name": "Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Steatotic liver disease and lipids in cardiometabolic syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolic Syndrome | Liver Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefano Romeo", + "kol_full_name": "Stefano Romeo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Heart Failure | Myocarditis | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1158580", + "session_name": "Prognostic impact of myocarditis as aetiology compared with dilated cardiomyopathy and ischaemic heart disease in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158580", + "first_name": "Michael", + "middle_name": "", + "last_name": "Fu", + "org_name": "Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of myocarditis as aetiology compared with dilated cardiomyopathy and ischaemic heart disease in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocarditis | Cardiomyopathy, Dilated", + "kol_name": "Michael Fu", + "kol_full_name": "Michael Fu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Positron-Emission Tomography | Sarcoidosis | Deoxyglucose", + "npi_num": "", + "hcp_pin_alias": "1158579", + "session_name": "The role of 18fluorine-fluorodeoxyglucose positron emission tomography in the diagnosis, follow-up, and regulation of treatment in patients with cardiac sarcoidosis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158579", + "first_name": "Emanuele", + "middle_name": "", + "last_name": "Bobbio", + "org_name": "Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of 18fluorine-fluorodeoxyglucose positron emission tomography in the diagnosis", + "rest_events_session_count": 2, + "rest_events_session": " follow-up, and regulation of treatment in patients with cardiac sarcoidosis.", + "events_topic": "Positron-Emission Tomography | Sarcoidosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Deoxyglucose", + "kol_name": "Emanuele Bobbio", + "kol_full_name": "Emanuele Bobbio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Microvascular Dysfunction | Cardiomyopathy, Dilated | Heart Failure | Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1158578", + "session_name": "Coronary microvascular dysfunction in patients with heart failure with reduced and mildly reduced ejection fraction: results from the PANACEA study,Sex differences in RNA transcripts in dilated cardiomyopathy,Devices in heart failure: new findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158578", + "first_name": "Charlotta", + "middle_name": "", + "last_name": "Ljungman", + "org_name": "Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary microvascular dysfunction in patients with heart failure with reduced and mildly reduced ejection fraction: results from the PANACEA study", + "rest_events_session_count": 2, + "rest_events_session": "Sex differences in RNA transcripts in dilated cardiomyopathy,Devices in heart failure: new findings", + "events_topic": "Coronary Microvascular Dysfunction | Cardiomyopathy, Dilated ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Heart Failure, Systolic", + "kol_name": "Charlotta Ljungman", + "kol_full_name": "Charlotta Ljungman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Atherosclerosis | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158577", + "session_name": "Social differences in subclinical coronary artery atherosclerosis in Sweden,Obesity in heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158577", + "first_name": "Annika", + "middle_name": "", + "last_name": "Rosengren", + "org_name": "Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Social differences in subclinical coronary artery atherosclerosis in Sweden", + "rest_events_session_count": 1, + "rest_events_session": "Obesity in heart disease", + "events_topic": "Obesity | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "Annika Rosengren", + "kol_full_name": "Annika Rosengren" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Body Mass Index | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1158576", + "session_name": "Impact of body mass index on aortic valve stenosis and its clinical outcomes in early adulthood: a long-term study of young men", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158576", + "first_name": "Martin", + "middle_name": "", + "last_name": "Lindgren", + "org_name": "Sahlgrenska Academy", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of body mass index on aortic valve stenosis and its clinical outcomes in early adulthood: a long-term study of young men", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Body Mass Index | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Martin Lindgren", + "kol_full_name": "Martin Lindgren" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158575", + "session_name": "Long-term continuation to pharmacological treatment for secondary prevention after a myocardial infarction: a register study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158575", + "first_name": "Maria", + "middle_name": "", + "last_name": "Sakalaki", + "org_name": "Sahlgrenska Academy", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term continuation to pharmacological treatment for secondary prevention after a myocardial infarction: a register study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Sakalaki", + "kol_full_name": "Maria Sakalaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amiodarone", + "npi_num": "", + "hcp_pin_alias": "1158574", + "session_name": "Development of an automated process for monitoring of amiodarone treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158574", + "first_name": "Helen", + "middle_name": "", + "last_name": "Sjoland", + "org_name": "Sahlgrenska Academy", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development of an automated process for monitoring of amiodarone treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amiodarone", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Helen Sjoland", + "kol_full_name": "Helen Sjoland" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Heart Valve Diseases | Acute Aortic Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158573", + "session_name": "Treatment of multivalvular heart disease should be surgical,Natural course and novel techniques in aortic procedures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158573", + "first_name": "Gloria", + "middle_name": "", + "last_name": "Faerber", + "org_name": "Saarland University Medical Center", + "Country": "Germany", + "Region": "Saarland", + "City": "Homburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of multivalvular heart disease should be surgical", + "rest_events_session_count": 1, + "rest_events_session": "Natural course and novel techniques in aortic procedures", + "events_topic": "Cardiac Surgical Procedures | Heart Valve Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Aortic Syndrome", + "kol_name": "Gloria Faerber", + "kol_full_name": "Gloria Faerber" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158572", + "session_name": "Triggers of type 2 myocardial infarction: implications for long-term prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158572", + "first_name": "Virginia", + "middle_name": "", + "last_name": "Marinelli", + "org_name": "S. Orsola-Malpighi Policlinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Triggers of type 2 myocardial infarction: implications for long-term prognosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Virginia Marinelli", + "kol_full_name": "Virginia Marinelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Embolism | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1158571", + "session_name": "Different treatments in chronic thromboembolic pulmonary hypertension: comparison of strategies in the Italian centre real-world experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158571", + "first_name": "Monica", + "middle_name": "", + "last_name": "Salvi", + "org_name": "S. Orsola-Malpighi Policlinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Different treatments in chronic thromboembolic pulmonary hypertension: comparison of strategies in the Italian centre real-world experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Embolism | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Monica Salvi", + "kol_full_name": "Monica Salvi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MINOCA | Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1158570", + "session_name": "Prevalence and prognostic relevance of non-obstructive coronary atherosclerosis in MINOCA: a meta-analysis of 35 studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158570", + "first_name": "Mariachiara", + "middle_name": "", + "last_name": "Ciarlantini", + "org_name": "S. Orsola-Malpighi Policlinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and prognostic relevance of non-obstructive coronary atherosclerosis in MINOCA: a meta-analysis of 35 studies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MINOCA | Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mariachiara Ciarlantini", + "kol_full_name": "Mariachiara Ciarlantini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158569", + "session_name": "Prognostic impact of the extent of coronary artery disease in patients with acute transmural myocardial infarction undergoing complete percutaneous revascularization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158569", + "first_name": "Lisa", + "middle_name": "", + "last_name": "Canton", + "org_name": "S. Orsola-Malpighi Policlinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of the extent of coronary artery disease in patients with acute transmural myocardial infarction undergoing complete percutaneous revascularization", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lisa Canton", + "kol_full_name": "Lisa Canton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158568", + "session_name": "Prognostic role of inflammatory status in type 2 myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158568", + "first_name": "Leonardo", + "middle_name": "Luca", + "last_name": "Bavuso", + "org_name": "S. Orsola-Malpighi Policlinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic role of inflammatory status in type 2 myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leonardo Luca Bavuso", + "kol_full_name": "Leonardo Luca Bavuso" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Portal | HIV", + "npi_num": "", + "hcp_pin_alias": "1158567", + "session_name": "Efficacy of specific drug class therapy in pulmonary arterial hypertension associated with HIV, portal hypertension or both: a single Center experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158567", + "first_name": "Francesco", + "middle_name": "", + "last_name": "Cennerazzo", + "org_name": "S. Orsola-Malpighi Policlinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy of specific drug class therapy in pulmonary arterial hypertension associated with HIV", + "rest_events_session_count": 1, + "rest_events_session": " portal hypertension or both: a single Center experience", + "events_topic": "Hypertension, Portal | HIV", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francesco Cennerazzo", + "kol_full_name": "Francesco Cennerazzo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Arterial Hypertension | Hemodynamics", + "npi_num": "", + "hcp_pin_alias": "1158566", + "session_name": "Prognostic value of follow-up hemodynamics after initial treatment in pulmonary arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158566", + "first_name": "Daniele", + "middle_name": "", + "last_name": "Guarino", + "org_name": "S. Orsola-Malpighi Policlinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of follow-up hemodynamics after initial treatment in pulmonary arterial hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Arterial Hypertension | Hemodynamics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniele Guarino", + "kol_full_name": "Daniele Guarino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MicroRNAs | Fabry Disease", + "npi_num": "", + "hcp_pin_alias": "1158565", + "session_name": "First time evaluation of myocardium microRNA profile in Anderson-Fabry disease: implications in the pathological processes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158565", + "first_name": "Costantina", + "middle_name": "", + "last_name": "Catalano", + "org_name": "S. Orsola-Malpighi Policlinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "First time evaluation of myocardium microRNA profile in Anderson-Fabry disease: implications in the pathological processes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MicroRNAs | Fabry Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Costantina Catalano", + "kol_full_name": "Costantina Catalano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dyslipidemias | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158564", + "session_name": "Dyslipidaemia management: a cornerstone in cardiovascular multimorbid patients’ care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158564", + "first_name": "Claudio", + "middle_name": "", + "last_name": "Borghi", + "org_name": "S. Orsola-Malpighi Policlinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dyslipidaemia management: a cornerstone in cardiovascular multimorbid patients’ care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dyslipidemias | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Claudio Borghi", + "kol_full_name": "Claudio Borghi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158563", + "session_name": "Cardiovascular disease in pregnancy cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158563", + "first_name": "Geza", + "middle_name": "", + "last_name": "Halasz", + "org_name": "S. Camillo-Forlanini Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease in pregnancy cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Geza Halasz", + "kol_full_name": "Geza Halasz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Telomere Shortening", + "npi_num": "", + "hcp_pin_alias": "1158562", + "session_name": "Telomere shortening and cardiac alterations in asymptomatic type 2 diabetes patients: impact of sex", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158562", + "first_name": "Paul", + "middle_name": "", + "last_name": "Balfanz", + "org_name": "RWTH University Hospital Aachen", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Aachen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Telomere shortening and cardiac alterations in asymptomatic type 2 diabetes patients: impact of sex", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Telomere Shortening", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paul Balfanz", + "kol_full_name": "Paul Balfanz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Risk Assessment | Glycemic Control | Obesity | Diabetes Mellitus, Type 2 | Diabetes Mellitus | Prognosis | Heart Diseases | Heart Failure, Systolic | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1158561", + "session_name": "How to protect the kidney in patients with diabetes and heart disease,Case 1 - treatment of HFrEF beyond the fantastic four: the German perspective,Anti-diabetes therapy beyond glycaemic control,A new era in the management of patients with chronic kidney disease (CKD) associated with type 2 diabetes (T2D) and cardiovascular complications,Obesity and diabetes: risk assessment and prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158561", + "first_name": "Katharina", + "middle_name": "", + "last_name": "Marx-Schuett", + "org_name": "RWTH University Hospital Aachen", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Aachen", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to protect the kidney in patients with diabetes and heart disease", + "rest_events_session_count": 4, + "rest_events_session": "Case 1 - treatment of HFrEF beyond the fantastic four: the German perspective,Anti-diabetes therapy beyond glycaemic control,A new era in the management of patients with chronic kidney disease (CKD) associated with type 2 diabetes (T2D) and cardiovascular complications,Obesity and diabetes: risk assessment and prognosis", + "events_topic": "Risk Assessment | Glycemic Control ", + "rest_events_topic_count": 7, + "rest_events_topic": " Obesity | Diabetes Mellitus, Type 2 | Diabetes Mellitus | Prognosis | Heart Diseases | Heart Failure, Systolic | Renal Insufficiency, Chronic", + "kol_name": "Katharina Marx-Schuett", + "kol_full_name": "Katharina Marx-Schuett" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1158560", + "session_name": "Towards the cure of CKD in T2DM: are we ready to implement four foundational therapies? - con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158560", + "first_name": "Juergen", + "middle_name": "", + "last_name": "Floege", + "org_name": "RWTH University Hospital Aachen", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Aachen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Towards the cure of CKD in T2DM: are we ready to implement four foundational therapies? - con", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Juergen Floege", + "kol_full_name": "Juergen Floege" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adrenomedullin | Social Adjustment", + "npi_num": "", + "hcp_pin_alias": "1158559", + "session_name": "Adjustment of the SMART risk score by bioactive adrenomedullin enables a more accurate prediction of mortality in patients with ASCVD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158559", + "first_name": "Berkan", + "middle_name": "", + "last_name": "Kurt", + "org_name": "RWTH University Hospital Aachen", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Aachen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adjustment of the SMART risk score by bioactive adrenomedullin enables a more accurate prediction of mortality in patients with ASCVD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adrenomedullin | Social Adjustment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Berkan Kurt", + "kol_full_name": "Berkan Kurt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Thrombosis", + "npi_num": "", + "hcp_pin_alias": "1158558", + "session_name": "Thrombus or tumour?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158558", + "first_name": "Salman", + "middle_name": "Habib", + "last_name": "Roghani", + "org_name": "Russells Hall Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Dudley", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Thrombus or tumour?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Thrombosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Salman Habib Roghani", + "kol_full_name": "Salman Habib Roghani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multivessel Spontaneous Coronary Artery Dissection", + "npi_num": "", + "hcp_pin_alias": "1158557", + "session_name": "A case of multi-vessel SCAD in association with aortic dissection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158557", + "first_name": "Alend", + "middle_name": "", + "last_name": "Abdullah", + "org_name": "Russells Hall Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Dudley", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A case of multi-vessel SCAD in association with aortic dissection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multivessel Spontaneous Coronary Artery Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alend Abdullah", + "kol_full_name": "Alend Abdullah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke Volume | Deep Learning | Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1158556", + "session_name": "Using deep learning method to identify low left ventricular ejection fraction in patients from electrocardiograms", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158556", + "first_name": "Qing", + "middle_name": "", + "last_name": "Cao", + "org_name": "Ruijin Hospital", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Using deep learning method to identify low left ventricular ejection fraction in patients from electrocardiograms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke Volume | Deep Learning ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electrocardiography", + "kol_name": "Qing Cao", + "kol_full_name": "Qing Cao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiotoxicity | Hypotension | Doxorubicin | Alternative Splicing | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158555", + "session_name": "Masked hypotension in patients with heart failure,RBM20 promotes doxorubicin-induced cardiotoxicity by Atp6v0a1 alternative splicing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158555", + "first_name": "Zeping", + "middle_name": "", + "last_name": "Qiu", + "org_name": "Rui Jin Hospital- Shanghai Jiaotong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Masked hypotension in patients with heart failure", + "rest_events_session_count": 1, + "rest_events_session": "RBM20 promotes doxorubicin-induced cardiotoxicity by Atp6v0a1 alternative splicing", + "events_topic": "Cardiotoxicity | Hypotension ", + "rest_events_topic_count": 3, + "rest_events_topic": " Doxorubicin | Alternative Splicing | Heart Failure", + "kol_name": "Zeping Qiu", + "kol_full_name": "Zeping Qiu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diltiazem | Nicorandil | Radial Artery Grafts | Isosorbide Mononitrate | Coronary Artery Disease | Coronary Artery Bypass", + "npi_num": "", + "hcp_pin_alias": "1158554", + "session_name": "The design and baseline data of the Quantitative flow ratio-guided revascularization strategy for patients undergoing primary valve surgery with concomitant coronary artery disease (QVAS) trial,Effects of nicorandil, isosorbide mononitrate or diltiazem on radial artery grafts after coronary artery bypass grafting: the randomized ASRAB-pilot trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158554", + "first_name": "Yunpeng", + "middle_name": "", + "last_name": "Zhu", + "org_name": "Rui Jin Hospital- Shanghai Jiaotong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The design and baseline data of the Quantitative flow ratio-guided revascularization strategy for patients undergoing primary valve surgery with concomitant coronary artery disease (QVAS) trial", + "rest_events_session_count": 2, + "rest_events_session": "Effects of nicorandil, isosorbide mononitrate or diltiazem on radial artery grafts after coronary artery bypass grafting: the randomized ASRAB-pilot trial", + "events_topic": "Diltiazem | Nicorandil ", + "rest_events_topic_count": 4, + "rest_events_topic": " Radial Artery Grafts | Isosorbide Mononitrate | Coronary Artery Disease | Coronary Artery Bypass", + "kol_name": "Yunpeng Zhu", + "kol_full_name": "Yunpeng Zhu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sodium-Glucose Transporter 2 Inhibitors | HMGB2 Protein | Heart Failure | Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1158553", + "session_name": "Bidirectional roles of extracellular and intracellular HMGB2 in the development of atherosclerosis,SGLT2 inhibitors are associated with development of heart failure with improved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158553", + "first_name": "Xiaoqun", + "middle_name": "", + "last_name": "Wang", + "org_name": "Rui Jin Hospital- Shanghai Jiaotong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bidirectional roles of extracellular and intracellular HMGB2 in the development of atherosclerosis", + "rest_events_session_count": 1, + "rest_events_session": "SGLT2 inhibitors are associated with development of heart failure with improved ejection fraction", + "events_topic": "Sodium-Glucose Transporter 2 Inhibitors | HMGB2 Protein ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Atherosclerosis", + "kol_name": "Xiaoqun Wang", + "kol_full_name": "Xiaoqun Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158552", + "session_name": "Artificial intelligence for automated left ventricular systolic dysfunction detection using a wearable cardiac patch incorporated with synchronized phonocardiogram and electrocardiogram", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158552", + "first_name": "Wenli", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Rui Jin Hospital- Shanghai Jiaotong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence for automated left ventricular systolic dysfunction detection using a wearable cardiac patch incorporated with synchronized phonocardiogram and electrocardiogram", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wenli Zhang", + "kol_full_name": "Wenli Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Cholesterol", + "npi_num": "", + "hcp_pin_alias": "1158551", + "session_name": "Impaired high-density lipoprotein-associated cholesterol efflux capacity predicts coronary rapid plaque progression", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158551", + "first_name": "Shuo", + "middle_name": "", + "last_name": "Feng", + "org_name": "Rui Jin Hospital- Shanghai Jiaotong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impaired high-density lipoprotein-associated cholesterol efflux capacity predicts coronary rapid plaque progression", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic | Cholesterol", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shuo Feng", + "kol_full_name": "Shuo Feng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inhibition, Psychological | Neprilysin | Hypertension | Angiotensins", + "npi_num": "", + "hcp_pin_alias": "1158550", + "session_name": "Angiotensin receptor and neprilysin inhibition for the treatment of hypertension,Hot papers in hypertension 2023/2024", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158550", + "first_name": "Jiguang", + "middle_name": "", + "last_name": "Wang", + "org_name": "Rui Jin Hospital- Shanghai Jiaotong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angiotensin receptor and neprilysin inhibition for the treatment of hypertension", + "rest_events_session_count": 1, + "rest_events_session": "Hot papers in hypertension 2023/2024", + "events_topic": "Inhibition, Psychological | Neprilysin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hypertension | Angiotensins", + "kol_name": "Jiguang Wang", + "kol_full_name": "Jiguang Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Receptor, Platelet-Derived Growth Factor Beta | Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1158549", + "session_name": "Aneurysm is restricted by CD34+ cell-formed fibrous collars through PDGFRb-PI3K axis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158549", + "first_name": "Hong", + "middle_name": "", + "last_name": "Wu", + "org_name": "Rui Jin Hospital- Shanghai Jiaotong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aneurysm is restricted by CD34+ cell-formed fibrous collars through PDGFRb-PI3K axis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptor, Platelet-Derived Growth Factor Beta | Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hong Wu", + "kol_full_name": "Hong Wu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Masked Hypertension | Antihypertensive Therapy | Blood Pressure Monitoring, Ambulatory", + "npi_num": "", + "hcp_pin_alias": "1158548", + "session_name": "Antihypertensive treatment of masked hypertension guided by ambulatory blood pressure monitoring: a double-blind, placebo-controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158548", + "first_name": "Dongyan", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Rui Jin Hospital- Shanghai Jiaotong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antihypertensive treatment of masked hypertension guided by ambulatory blood pressure monitoring: a double-blind", + "rest_events_session_count": 1, + "rest_events_session": " placebo-controlled trial", + "events_topic": "Masked Hypertension | Antihypertensive Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure Monitoring, Ambulatory", + "kol_name": "Dongyan Zhang", + "kol_full_name": "Dongyan Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158547", + "session_name": "Epicardial adipose tissue volume and density are associated with heart failure with improved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158547", + "first_name": "Chen", + "middle_name": "", + "last_name": "Die Yang", + "org_name": "Rui Jin Hospital- Shanghai Jiaotong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epicardial adipose tissue volume and density are associated with heart failure with improved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Chen Die Yang", + "kol_full_name": "Chen Die Yang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-ST Elevated Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158546", + "session_name": "Contemporary management of NSTEMI-ACS: the Ireland perspective - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158546", + "first_name": "Nicola", + "middle_name": "", + "last_name": "Johnston", + "org_name": "Royal Victoria Hospital", + "Country": "United Kingdom", + "Region": "Northern Ireland", + "City": "Belfast", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Contemporary management of NSTEMI-ACS: the Ireland perspective - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non-ST Elevated Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicola Johnston", + "kol_full_name": "Nicola Johnston" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocaridography | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1158545", + "session_name": "Echocaridographic assessment of pulmonary hypertension: improving the probability", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158545", + "first_name": "Christopher", + "middle_name": "James Basil", + "last_name": "Wild", + "org_name": "Royal United Hospitals, Bath", + "Country": "United Kingdom", + "Region": "England", + "City": "Bath", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocaridographic assessment of pulmonary hypertension: improving the probability", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocaridography | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christopher James Basil Wild", + "kol_full_name": "Christopher James Basil Wild" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158544", + "session_name": "Sex differences in outcomes of patients with cardiogenic shock due to acute myocardial infarction: a systematic review and epidemiological meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158544", + "first_name": "Nicole", + "middle_name": "", + "last_name": "Hill", + "org_name": "Royal United Hospital Bath NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Bath", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in outcomes of patients with cardiogenic shock due to acute myocardial infarction: a systematic review and epidemiological meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicole Hill", + "kol_full_name": "Nicole Hill" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Pulmonary Veins | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158543", + "session_name": "HD grid versus circular mapping catheter for assessment of pulmonary vein (pv) reconnections,Clinical findings from a large endo-epicardial atrial arrhythmia ablation registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158543", + "first_name": "Karthick", + "middle_name": "", + "last_name": "Manoharan", + "org_name": "Royal Sussex County Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Brighton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HD grid versus circular mapping catheter for assessment of pulmonary vein (pv) reconnections", + "rest_events_session_count": 1, + "rest_events_session": "Clinical findings from a large endo-epicardial atrial arrhythmia ablation registry", + "events_topic": "Ablation Techniques | Pulmonary Veins ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Karthick Manoharan", + "kol_full_name": "Karthick Manoharan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sudden Arrhythmic Death Syndrome | Cardiomyopathy, Hypertrophic | Circadian Rhythm", + "npi_num": "", + "hcp_pin_alias": "1158542", + "session_name": "Implications of age and sex on the diagnostic yield of sudden arrhythmic death syndrome,Hypertrophic cardiomyopathy: the influence of genes, age, sex, and weight,Clinical Case Management: athletes with rhythm problems - what to consider when recommending exercise", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158542", + "first_name": "Belinda", + "middle_name": "", + "last_name": "Gray", + "org_name": "Royal Prince Alfred Hospital", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implications of age and sex on the diagnostic yield of sudden arrhythmic death syndrome", + "rest_events_session_count": 5, + "rest_events_session": "Hypertrophic cardiomyopathy: the influence of genes, age, sex, and weight,Clinical Case Management: athletes with rhythm problems - what to consider when recommending exercise", + "events_topic": "Sudden Arrhythmic Death Syndrome | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Circadian Rhythm", + "kol_name": "Belinda Gray", + "kol_full_name": "Belinda Gray" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Polymyositis | Overlap Syndrome | Scleroderma, Systemic", + "npi_num": "", + "hcp_pin_alias": "1158541", + "session_name": "Systemic sclerosis/ polymyositis (SSC/ PM) overlap syndrome induced cardiomyopathy in the context of renal crisis- a diagnostic dilemma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158541", + "first_name": "Amruth", + "middle_name": "", + "last_name": "Karthik", + "org_name": "Royal Preston Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Preston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Systemic sclerosis/ polymyositis (SSC/ PM) overlap syndrome induced cardiomyopathy in the context of renal crisis- a diagnostic dilemma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polymyositis | Overlap Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Scleroderma, Systemic", + "kol_name": "Amruth Karthik", + "kol_full_name": "Amruth Karthik" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug Therapy | Renal Insufficiency, Chronic | Renal Denervation | Hypertension | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158540", + "session_name": "Blood pressure and renal function changes in patients with severe chronic kidney disease undergoing radiofrequency renal denervation: 12 months outcomes from the Global SYMPLICITY Registry DEFINE,Novel drug therapies in hypertension: new kids on the block,Hypertension target organ damage", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158540", + "first_name": "Markus", + "middle_name": "", + "last_name": "Schlaich", + "org_name": "Royal Perth Hospital - University of Western Australia", + "Country": "Australia", + "Region": "Western Australia", + "City": "Perth", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood pressure and renal function changes in patients with severe chronic kidney disease undergoing radiofrequency renal denervation: 12 months outcomes from the Global SYMPLICITY Registry DEFINE", + "rest_events_session_count": 2, + "rest_events_session": "Novel drug therapies in hypertension: new kids on the block,Hypertension target organ damage", + "events_topic": "Drug Therapy | Renal Insufficiency, Chronic ", + "rest_events_topic_count": 3, + "rest_events_topic": " Renal Denervation | Hypertension | Blood Pressure", + "kol_name": "Markus Schlaich", + "kol_full_name": "Markus Schlaich" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158539", + "session_name": "Prognostic implications and alterations in left atrial deformation following transcatheter aortic valve implantation for severe aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158539", + "first_name": "Steele", + "middle_name": "", + "last_name": "Butcher", + "org_name": "Royal Perth Hospital", + "Country": "Australia", + "Region": "Western Australia", + "City": "Perth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic implications and alterations in left atrial deformation following transcatheter aortic valve implantation for severe aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Steele Butcher", + "kol_full_name": "Steele Butcher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158538", + "session_name": "The health and wellbeing of cardiology trainees in the united kingdom", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158538", + "first_name": "William", + "middle_name": "", + "last_name": "Jenner", + "org_name": "Royal Papworth Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The health and wellbeing of cardiology trainees in the united kingdom", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "William Jenner", + "kol_full_name": "William Jenner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Interleukin-2 | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158536", + "session_name": "Low-dose interleukin-2 for the reduction of vascular inflammation in acute coronary syndromes (IVORY) / IVORY - Clinical Outcomes And Follow-up (IVORY FINALE) Study,Low-dose interleukin-2 for the reduction of vascular inflammation in acute coronary syndromes (IVORY) Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158536", + "first_name": "Rouchelle", + "middle_name": "", + "last_name": "Sriranjan", + "org_name": "Royal Papworth Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Low-dose interleukin-2 for the reduction of vascular inflammation in acute coronary syndromes (IVORY) / IVORY - Clinical Outcomes And Follow-up (IVORY FINALE) Study", + "rest_events_session_count": 1, + "rest_events_session": "Low-dose interleukin-2 for the reduction of vascular inflammation in acute coronary syndromes (IVORY) Trial", + "events_topic": "Inflammation | Interleukin-2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Rouchelle Sriranjan", + "kol_full_name": "Rouchelle Sriranjan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Transcatheter Mitral Valve Replacement | Aortic Valve Stenosis | Tricuspid Valve Insufficiency | Echocardiography, Transesophageal | Heart Valve Diseases | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158535", + "session_name": "Live transoesophageal echo: how to best guide transcatheter mitral valve repair,Tricuspid regurgitation: 3D echo from the valve clinic to the cath lab and operating theatre,Mitral regurgitation: 3D echo from the valve clinic to the cath lab and operating theatre,Case 2: concomitant mitral regurgitation and aortic stenosis,From screening to digital twin models in valvular heart disease: the new imaging frontiers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158535", + "first_name": "Madalina", + "middle_name": "", + "last_name": "Garbi", + "org_name": "Royal Papworth Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Live transoesophageal echo: how to best guide transcatheter mitral valve repair", + "rest_events_session_count": 4, + "rest_events_session": "Tricuspid regurgitation: 3D echo from the valve clinic to the cath lab and operating theatre,Mitral regurgitation: 3D echo from the valve clinic to the cath lab and operating theatre,Case 2: concomitant mitral regurgitation and aortic stenosis,From screening to digital twin models in valvular heart disease: the new imaging frontiers", + "events_topic": "Echocardiography | Transcatheter Mitral Valve Replacement ", + "rest_events_topic_count": 5, + "rest_events_topic": " Aortic Valve Stenosis | Tricuspid Valve Insufficiency | Echocardiography, Transesophageal | Heart Valve Diseases | Mitral Valve Insufficiency", + "kol_name": "Madalina Garbi", + "kol_full_name": "Madalina Garbi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Techniques And Procedures | Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1158534", + "session_name": "ECG and further diagnostics and therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158534", + "first_name": "James", + "middle_name": "", + "last_name": "Cranley", + "org_name": "Royal Papworth Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ECG and further diagnostics and therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Techniques And Procedures | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James Cranley", + "kol_full_name": "James Cranley" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Cardiomyopathies | Ischemia | Biophysics | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158533", + "session_name": "Arrhythmias in non-ischaemic cardiomyopathy: new developments,Novelties in biophysics, mechanisms, and outcomes of catheter ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158533", + "first_name": "Claire", + "middle_name": "", + "last_name": "Martin", + "org_name": "Royal Papworth Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arrhythmias in non-ischaemic cardiomyopathy: new developments", + "rest_events_session_count": 3, + "rest_events_session": "Novelties in biophysics, mechanisms, and outcomes of catheter ablation", + "events_topic": "Catheter Ablation | Cardiomyopathies ", + "rest_events_topic_count": 3, + "rest_events_topic": " Ischemia | Biophysics | Arrhythmias, Cardiac", + "kol_name": "Claire Martin", + "kol_full_name": "Claire Martin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158532", + "session_name": "Showcasing successes in advanced heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158532", + "first_name": "Anna", + "middle_name": "", + "last_name": "Kydd", + "org_name": "Royal Papworth Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Showcasing successes in advanced heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Kydd", + "kol_full_name": "Anna Kydd" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Nursing | Practice Patterns, Nurses' | Health Workforce", + "npi_num": "", + "hcp_pin_alias": "1158531", + "session_name": "Equality in the nursing workforce? Experiences of Black, Asian, and minority nurses in the UK", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158531", + "first_name": "Jennifer", + "middle_name": "", + "last_name": "Pearson", + "org_name": "Royal Orthopaedic NHS Foundation Trust", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Equality in the nursing workforce? Experiences of Black", + "rest_events_session_count": 2, + "rest_events_session": " Asian, and minority nurses in the UK", + "events_topic": "Cardiovascular Nursing | Practice Patterns, Nurses' ", + "rest_events_topic_count": 1, + "rest_events_topic": " Health Workforce", + "kol_name": "Jennifer Pearson", + "kol_full_name": "Jennifer Pearson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Technology | Heart Failure | Hypertension | Cognition | Digital Health | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158530", + "session_name": "The pandemic of ageing in heart failure: age, frailty, and cognition,Device-based hypertension therapies: third pillar in hypertension management?,Spotlight on innovation: top publications in the European Heart Journal - Digital Health 2023-2024,Cardiovascular disease in women,Wearables and digital tools in hypertension management: ready for prime time?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158530", + "first_name": "Anastasia", + "middle_name": "S.", + "last_name": "Mihailidou", + "org_name": "Royal North Shore Hospital", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The pandemic of ageing in heart failure: age", + "rest_events_session_count": 6, + "rest_events_session": " frailty, and cognition,Device-based hypertension therapies: third pillar in hypertension management?,Spotlight on innovation: top publications in the European Heart Journal - Digital Health 2023-2024,Cardiovascular disease in women,Wearables and digital tools in hypertension management: ready for prime time?", + "events_topic": "Digital Technology | Heart Failure ", + "rest_events_topic_count": 4, + "rest_events_topic": " Hypertension | Cognition | Digital Health | Cardiovascular Diseases", + "kol_name": "Anastasia S. Mihailidou", + "kol_full_name": "Anastasia S. Mihailidou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158529", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158529", + "first_name": "Sinjini", + "middle_name": "", + "last_name": "Biswas", + "org_name": "Royal Melbourne Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sinjini Biswas", + "kol_full_name": "Sinjini Biswas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Coarctation | Coronary Artery Calcium | Aortic Valve, Calcification Of", + "npi_num": "", + "hcp_pin_alias": "1158528", + "session_name": "High prevalence of coronary artery calcium and aortic calcification in adults with repaired coarctation of the aorta and interrupted aortic arch", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158528", + "first_name": "Melissa", + "middle_name": "", + "last_name": "Lee", + "org_name": "Royal Melbourne Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High prevalence of coronary artery calcium and aortic calcification in adults with repaired coarctation of the aorta and interrupted aortic arch", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Coarctation | Coronary Artery Calcium ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve, Calcification Of", + "kol_name": "Melissa Lee", + "kol_full_name": "Melissa Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Ruxolitinib | Cancer Survivors | Cardiac Tamponade | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158527", + "session_name": "Cardiac tamponade secondary to ruxolitinib discontinuation syndrome,Long term risk of heart failure in adult cancer survivors: a systematic review and meta-analysis,Cancer survivorship - heart failure risk factor or potentiator?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158527", + "first_name": "Joshua", + "middle_name": "", + "last_name": "Wong", + "org_name": "Royal Melbourne Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac tamponade secondary to ruxolitinib discontinuation syndrome", + "rest_events_session_count": 2, + "rest_events_session": "Long term risk of heart failure in adult cancer survivors: a systematic review and meta-analysis,Cancer survivorship - heart failure risk factor or potentiator?", + "events_topic": "Neoplasms | Ruxolitinib ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cancer Survivors | Cardiac Tamponade | Heart Failure", + "kol_name": "Joshua Wong", + "kol_full_name": "Joshua Wong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antiarrhythmics | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158526", + "session_name": "Persistent atrial fibrillation: ablation early and first beats antiarrhythmic medication - con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158526", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Kalman", + "org_name": "Royal Melbourne Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Persistent atrial fibrillation: ablation early and first beats antiarrhythmic medication - con", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antiarrhythmics | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Jonathan Kalman", + "kol_full_name": "Jonathan Kalman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Neoplasms | Fibroblasts", + "npi_num": "", + "hcp_pin_alias": "1158525", + "session_name": "Fibroblast activation in cardio-oncology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158525", + "first_name": "Krithika", + "middle_name": "", + "last_name": "Loganath", + "org_name": "Royal Infirmary of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fibroblast activation in cardio-oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Fibroblasts", + "kol_name": "Krithika Loganath", + "kol_full_name": "Krithika Loganath" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1158524", + "session_name": "Diesel exhaust particles activate macrophages and IRF5 expression in atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158524", + "first_name": "Anusha", + "middle_name": "", + "last_name": "Seneviratne", + "org_name": "Royal Holloway University of London", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diesel exhaust particles activate macrophages and IRF5 expression in atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anusha Seneviratne", + "kol_full_name": "Anusha Seneviratne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pneumococcal Infections | Pericardial Effusion", + "npi_num": "", + "hcp_pin_alias": "1158523", + "session_name": "Pneumococcal purulent pericardial effusion as a presentation of immunocompromise: the importance of asking the right questions at the right time", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158523", + "first_name": "Kalliopi", + "middle_name": "", + "last_name": "Ioakim", + "org_name": "Royal Free London NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pneumococcal purulent pericardial effusion as a presentation of immunocompromise: the importance of asking the right questions at the right time", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pneumococcal Infections | Pericardial Effusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kalliopi Ioakim", + "kol_full_name": "Kalliopi Ioakim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "", + "hcp_pin_alias": "1158522", + "session_name": "The safety and feasibility of colchicine uptitration in the management of idiopathic recurrent pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158522", + "first_name": "Claire", + "middle_name": "", + "last_name": "Peet", + "org_name": "Royal Free London NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The safety and feasibility of colchicine uptitration in the management of idiopathic recurrent pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Claire Peet", + "kol_full_name": "Claire Peet" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Cardiac Imaging Techniques | Amyloidosis", + "npi_num": "", + "hcp_pin_alias": "1158521", + "session_name": "Differentiating ischaemic versus non-ischaemic aetiology: which imaging technique first?,Amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158521", + "first_name": "Ana", + "middle_name": "Martinez", + "last_name": "Naharro", + "org_name": "Royal Free London NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differentiating ischaemic versus non-ischaemic aetiology: which imaging technique first?", + "rest_events_session_count": 1, + "rest_events_session": "Amyloidosis", + "events_topic": "Ischemia | Cardiac Imaging Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amyloidosis", + "kol_name": "Ana Martinez Naharro", + "kol_full_name": "Ana Martinez Naharro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Fibrosis", + "npi_num": "", + "hcp_pin_alias": "1158520", + "session_name": "Subclinical myocardial fibrosis is almost ubiquitous in the hearts of older British persons: 'MyoFit46' cardiovascular sub-study of the NSHD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158520", + "first_name": "Matthew", + "middle_name": "", + "last_name": "Webber", + "org_name": "Royal Free Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Subclinical myocardial fibrosis is almost ubiquitous in the hearts of older British persons: 'MyoFit46' cardiovascular sub-study of the NSHD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Fibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthew Webber", + "kol_full_name": "Matthew Webber" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Heart Septal Defects", + "npi_num": "", + "hcp_pin_alias": "1158519", + "session_name": "All about septal defects,Management of infective endocarditis: the good and the bad", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158519", + "first_name": "Georgia", + "middle_name": "", + "last_name": "Ooues", + "org_name": "Royal Cornwall Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Truro", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "All about septal defects", + "rest_events_session_count": 1, + "rest_events_session": "Management of infective endocarditis: the good and the bad", + "events_topic": "Endocarditis | Heart Septal Defects", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Georgia Ooues", + "kol_full_name": "Georgia Ooues" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vaping | Revascularization | Tobacco Products", + "npi_num": "", + "hcp_pin_alias": "1158518", + "session_name": "Therapeutic options beyond medications and revascularisation,The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158518", + "first_name": "Thomas", + "middle_name": "Felix", + "last_name": "Luscher", + "org_name": "Royal Brompton Hospital Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Therapeutic options beyond medications and revascularisation", + "rest_events_session_count": 2, + "rest_events_session": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus)", + "events_topic": "Vaping | Revascularization ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tobacco Products", + "kol_name": "Thomas Felix Luscher", + "kol_full_name": "Thomas Felix Luscher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neprilysin | Valsartan | Angiotensins", + "npi_num": "", + "hcp_pin_alias": "1158517", + "session_name": "Angiotensin receptor-neprilysin inhibitor (Sacubitril/Valsartan) in cancer therapy-related cardiac dysfunction: real-world experience from a nurse-led cardio-oncology clinic", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158517", + "first_name": "Priya", + "middle_name": "", + "last_name": "Reehal", + "org_name": "Royal Brompton Hospital Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angiotensin receptor-neprilysin inhibitor (Sacubitril/Valsartan) in cancer therapy-related cardiac dysfunction: real-world experience from a nurse-led cardio-oncology clinic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neprilysin | Valsartan ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiotensins", + "kol_name": "Priya Reehal", + "kol_full_name": "Priya Reehal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1158516", + "session_name": "Short-term mechanical circulatory support in adults with congenital heart disease: indications and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158516", + "first_name": "Zaid", + "middle_name": "", + "last_name": "Abdulelah", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Short-term mechanical circulatory support in adults with congenital heart disease: indications and outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Circulatory Support | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zaid Abdulelah", + "kol_full_name": "Zaid Abdulelah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Death, Sudden, Cardiac | Cardiomyopathy, Hypertrophic | Heart Ventricles", + "npi_num": "", + "hcp_pin_alias": "1158515", + "session_name": "Case 1: an athlete with enlarged right ventricle,Great Debate: hypertrophic cardiomyopathy and sport - restrict or rethink?,Great Debates: preventing sudden cardiac death in competitive sports and athletes competing with an ICD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158515", + "first_name": "Sabiha", + "middle_name": "", + "last_name": "Gati", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1: an athlete with enlarged right ventricle", + "rest_events_session_count": 2, + "rest_events_session": "Great Debate: hypertrophic cardiomyopathy and sport - restrict or rethink?,Great Debates: preventing sudden cardiac death in competitive sports and athletes competing with an ICD", + "events_topic": "Defibrillators, Implantable | Death, Sudden, Cardiac ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Heart Ventricles", + "kol_name": "Sabiha Gati", + "kol_full_name": "Sabiha Gati" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Morbidity | Anticoagulants | Extracorporeal Membrane Oxygenation | Catheters | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1158514", + "session_name": "Anticoagulation status and left atrial appendage occlusion indications in hospitalized cardiology patients with atrial fibrillation: a Hellenic Cardiorenal Morbidity Snapshot (HECMOS) sub-study,Improved clinical outcome by means of three-dimensional electroanatomically- guided slow pathway elimination with irrigated, contact- force sensing catheter", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158514", + "first_name": "Panagiotis", + "middle_name": "K.", + "last_name": "Tsioufis", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulation status and left atrial appendage occlusion indications in hospitalized cardiology patients with atrial fibrillation: a Hellenic Cardiorenal Morbidity Snapshot (HECMOS) sub-study", + "rest_events_session_count": 2, + "rest_events_session": "Improved clinical outcome by means of three-dimensional electroanatomically- guided slow pathway elimination with irrigated, contact- force sensing catheter", + "events_topic": "Atrial Fibrillation | Morbidity ", + "rest_events_topic_count": 4, + "rest_events_topic": " Anticoagulants | Extracorporeal Membrane Oxygenation | Catheters | Atrial Appendage", + "kol_name": "Panagiotis K. Tsioufis", + "kol_full_name": "Panagiotis K. Tsioufis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Arrhythmia | Cardiovascular Diseases | Arrhythmogenic Cardiomyopathy | Exercise", + "npi_num": "", + "hcp_pin_alias": "1158513", + "session_name": "Changes in practice of exercise advice provision following the publication of ESC 2020 guidelines on sports cardiology and exercise at a central London inherited cardiac conditions outpatient service,Ventricular arrhythmia in an endurance runner: is it early arrhythmogenic cardiomyopathy or exercise-induced arrhythmogenic cardiomyopathy?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158513", + "first_name": "Nirmitha", + "middle_name": "", + "last_name": "Jayaratne", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in practice of exercise advice provision following the publication of ESC 2020 guidelines on sports cardiology and exercise at a central London inherited cardiac conditions outpatient service", + "rest_events_session_count": 1, + "rest_events_session": "Ventricular arrhythmia in an endurance runner: is it early arrhythmogenic cardiomyopathy or exercise-induced arrhythmogenic cardiomyopathy?", + "events_topic": "Ventricular Arrhythmia | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Arrhythmogenic Cardiomyopathy | Exercise", + "kol_name": "Nirmitha Jayaratne", + "kol_full_name": "Nirmitha Jayaratne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Medical Device Legislation | Digital Health | Tachycardia, Supraventricular", + "npi_num": "", + "hcp_pin_alias": "1158512", + "session_name": "Supraventricular tachycardia,The floor is yours: bring your questions on medical device regulation in digital health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158512", + "first_name": "Katarzyna", + "middle_name": "", + "last_name": "Malaczynska-Rajpold", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Supraventricular tachycardia", + "rest_events_session_count": 1, + "rest_events_session": "The floor is yours: bring your questions on medical device regulation in digital health", + "events_topic": "Medical Device Legislation | Digital Health ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tachycardia, Supraventricular", + "kol_name": "Katarzyna Malaczynska-Rajpold", + "kol_full_name": "Katarzyna Malaczynska-Rajpold" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemic Attack, Transient | P2Y12 Inhibitors | Ischemic Stroke", + "npi_num": "", + "hcp_pin_alias": "1158511", + "session_name": "Efficacy and safety of P2Y12 inhibitors plus aspirin versus aspirin alone in ischemic stroke or high-risk transient ischemic attack: a meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158511", + "first_name": "Iosif", + "middle_name": "", + "last_name": "Karalis", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of P2Y12 inhibitors plus aspirin versus aspirin alone in ischemic stroke or high-risk transient ischemic attack: a meta-analysis of randomized controlled trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemic Attack, Transient | P2Y12 Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemic Stroke", + "kol_name": "Iosif Karalis", + "kol_full_name": "Iosif Karalis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrioventricular Septal Defect | Ventricular Outflow Obstruction", + "npi_num": "", + "hcp_pin_alias": "1158510", + "session_name": "Severe outflow tract obstruction in a patient with previous repaired partial AVSD due to accessory papillary muscle", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158510", + "first_name": "Ioannis", + "middle_name": "", + "last_name": "Kasouridis", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Severe outflow tract obstruction in a patient with previous repaired partial AVSD due to accessory papillary muscle", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrioventricular Septal Defect | Ventricular Outflow Obstruction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ioannis Kasouridis", + "kol_full_name": "Ioannis Kasouridis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158509", + "session_name": "Multiple co-existing endotypes in a patient with ischaemia and non-obstructive coronary artery disease – approach to diagnosis and stratified therapy.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158509", + "first_name": "Husein", + "middle_name": "", + "last_name": "Rajabali", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multiple co-existing endotypes in a patient with ischaemia and non-obstructive coronary artery disease – approach to diagnosis and stratified therapy.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Husein Rajabali", + "kol_full_name": "Husein Rajabali" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transplantation | Pulmonary Veno-Occlusive Disease", + "npi_num": "", + "hcp_pin_alias": "1158508", + "session_name": "Pulmonary veno-occlusive disease: getting the timing right for transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158508", + "first_name": "Hebah", + "middle_name": "", + "last_name": "Nashat", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary veno-occlusive disease: getting the timing right for transplantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transplantation | Pulmonary Veno-Occlusive Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hebah Nashat", + "kol_full_name": "Hebah Nashat" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Weaning", + "npi_num": "", + "hcp_pin_alias": "1158507", + "session_name": "V-A ECMO weaning with pump-controlled retrograde trial off (PCRTO) approach: an illustration of safety, benefits and feasibility", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158507", + "first_name": "Francesca", + "middle_name": "", + "last_name": "Fiorelli", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "V-A ECMO weaning with pump-controlled retrograde trial off (PCRTO) approach: an illustration of safety", + "rest_events_session_count": 1, + "rest_events_session": " benefits and feasibility", + "events_topic": "Extracorporeal Membrane Oxygenation | Weaning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francesca Fiorelli", + "kol_full_name": "Francesca Fiorelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1158506", + "session_name": "Novel assessment of cardiovascular risk using computed tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158506", + "first_name": "Edward", + "middle_name": "", + "last_name": "Nicol", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel assessment of cardiovascular risk using computed tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Edward Nicol", + "kol_full_name": "Edward Nicol" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1158505", + "session_name": "Cardio-pulmonary exercise testing in adult congenital heart patients: a new data-focused approach to predict mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158505", + "first_name": "Ana", + "middle_name": "Barradas", + "last_name": "Pires", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardio-pulmonary exercise testing in adult congenital heart patients: a new data-focused approach to predict mortality", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ana Barradas Pires", + "kol_full_name": "Ana Barradas Pires" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Genetic Testing", + "npi_num": "", + "hcp_pin_alias": "1158504", + "session_name": "When should genetic testing be done in acute myocarditis?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158504", + "first_name": "Amrit", + "middle_name": "", + "last_name": "Lota", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When should genetic testing be done in acute myocarditis?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Genetic Testing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amrit Lota", + "kol_full_name": "Amrit Lota" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158503", + "session_name": "Implication on how to best identify and treat HF patients with tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158503", + "first_name": "Ali", + "middle_name": "", + "last_name": "Vazir", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implication on how to best identify and treat HF patients with tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ali Vazir", + "kol_full_name": "Ali Vazir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "VExUS | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158502", + "session_name": "Use of VExUS in acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158502", + "first_name": "Hatem", + "middle_name": "Soliman", + "last_name": "Aboumarie", + "org_name": "Royal Brompton and Harefield NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of VExUS in acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "VExUS | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hatem Soliman Aboumarie", + "kol_full_name": "Hatem Soliman Aboumarie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chest Pain", + "npi_num": "", + "hcp_pin_alias": "1158501", + "session_name": "NICE guidance in the rapid access chest pain clinic: does it work?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158501", + "first_name": "Alison", + "middle_name": "", + "last_name": "Pottle", + "org_name": "Royal Brompton and Harefield NHS", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "NICE guidance in the rapid access chest pain clinic: does it work?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chest Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alison Pottle", + "kol_full_name": "Alison Pottle" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Coarctation | Cardiac Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1158500", + "session_name": "Late complications after coarctation repair – the importance of cardiac MRI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158500", + "first_name": "Nikhil", + "middle_name": "", + "last_name": "Chatrath", + "org_name": "Royal Brompton and Harefield Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Late complications after coarctation repair – the importance of cardiac MRI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Coarctation | Cardiac Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nikhil Chatrath", + "kol_full_name": "Nikhil Chatrath" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Heart Failure | Cardiotoxicity | Nilotinib | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158499", + "session_name": "Cardiovascular events in CML patients treated with nilotinib: validation of the HFA-ICOS baseline risk score", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158499", + "first_name": "Maria", + "middle_name": "Sol", + "last_name": "Andres", + "org_name": "Royal Brompton and Harefield Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular events in CML patients treated with nilotinib: validation of the HFA-ICOS baseline risk score", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiotoxicity | Nilotinib | Cardiovascular Diseases", + "kol_name": "Maria Sol Andres", + "kol_full_name": "Maria Sol Andres" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Septal Defects, Atrial", + "npi_num": "", + "hcp_pin_alias": "1158498", + "session_name": "Atrial septal defect closure in the elderly: is age just a number?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158498", + "first_name": "Ee", + "middle_name": "Ling", + "last_name": "Heng", + "org_name": "Royal Brompton and Harefield Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial septal defect closure in the elderly: is age just a number?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ee Ling Heng", + "kol_full_name": "Ee Ling Heng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Left Ventricular Ejection Fraction | Diastolic Dysfunction | Echocardiography, Doppler | Stroke Volume", + "npi_num": "", + "hcp_pin_alias": "1158497", + "session_name": "Sex differences in diastolic function following myocardial infarction on doppler echocardiography,Diastolic dysfunction and survival in patients with preserved or mildly reduced left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158497", + "first_name": "Nicole", + "middle_name": "", + "last_name": "Chan", + "org_name": "Royal Brisbane and Women's Hospital", + "Country": "Australia", + "Region": "Queensland", + "City": "Brisbane", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in diastolic function following myocardial infarction on doppler echocardiography", + "rest_events_session_count": 1, + "rest_events_session": "Diastolic dysfunction and survival in patients with preserved or mildly reduced left ventricular ejection fraction", + "events_topic": "Myocardial Infarction | Left Ventricular Ejection Fraction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diastolic Dysfunction | Echocardiography, Doppler | Stroke Volume", + "kol_name": "Nicole Chan", + "kol_full_name": "Nicole Chan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Robotic Surgical Procedures | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1158496", + "session_name": "Feasibility of novel robot-assisted, remotely-performed echocardiographic examination", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158496", + "first_name": "John", + "middle_name": "", + "last_name": "Atherton", + "org_name": "Royal Brisbane and Women's Hospital", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Feasibility of novel robot-assisted", + "rest_events_session_count": 1, + "rest_events_session": " remotely-performed echocardiographic examination", + "events_topic": "Robotic Surgical Procedures | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John Atherton", + "kol_full_name": "John Atherton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myxoma | Pregnancy | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158495", + "session_name": "One tumour; two patients: cardiac myxoma causing acute mitral regurgitation in pregnancy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158495", + "first_name": "Laxmi", + "middle_name": "", + "last_name": "Aildasani", + "org_name": "Royal Bournemouth Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Bournemouth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "One tumour; two patients: cardiac myxoma causing acute mitral regurgitation in pregnancy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myxoma | Pregnancy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mitral Valve Insufficiency", + "kol_name": "Laxmi Aildasani", + "kol_full_name": "Laxmi Aildasani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158494", + "session_name": "Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158494", + "first_name": "Wai", + "middle_name": "Ping Alicia", + "last_name": "Chan", + "org_name": "Royal Adelaide Hospital", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Miscellaneous clinical studies in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wai Ping Alicia Chan", + "kol_full_name": "Wai Ping Alicia Chan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Gastropericardial Fistula | Defibrillators, Implantable | Pyopneumopericarditis", + "npi_num": "", + "hcp_pin_alias": "1158493", + "session_name": "Remote monitoring of implantable cardioverter defibrillators: a systematic review and meta-analysis of randomised controlled trials,Eat your heart out: a case of pyopneumopericarditis secondary to a gastropericardial fistula.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158493", + "first_name": "Maria", + "middle_name": "", + "last_name": "Stefil", + "org_name": "Royal Adelaide Hospital", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remote monitoring of implantable cardioverter defibrillators: a systematic review and meta-analysis of randomised controlled trials", + "rest_events_session_count": 1, + "rest_events_session": "Eat your heart out: a case of pyopneumopericarditis secondary to a gastropericardial fistula.", + "events_topic": "Gastropericardial Fistula | Defibrillators, Implantable ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pyopneumopericarditis", + "kol_name": "Maria Stefil", + "kol_full_name": "Maria Stefil" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Semaglutide | Diabetes Mellitus | Cardiovascular Diseases | Influenza, Human", + "npi_num": "", + "hcp_pin_alias": "1158492", + "session_name": "Cardiologists' knowledge and perceptions of the seasonal influenza immunisation, Australian perspective,Open discussion with experts on influenza: don’t let influenza break the hearts of your patients,Semaglutide for the secondary prevention of cardiovascular disease in people with overweight or obesity, but without diabetes: a cost-effectiveness analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158492", + "first_name": "Adam", + "middle_name": "James", + "last_name": "Nelson", + "org_name": "Royal Adelaide Hospital", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiologists' knowledge and perceptions of the seasonal influenza immunisation", + "rest_events_session_count": 4, + "rest_events_session": " Australian perspective,Open discussion with experts on influenza: don’t let influenza break the hearts of your patients,Semaglutide for the secondary prevention of cardiovascular disease in people with overweight or obesity, but without diabetes: a cost-effectiveness analysis", + "events_topic": "Obesity | Semaglutide ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diabetes Mellitus | Cardiovascular Diseases | Influenza, Human", + "kol_name": "Adam James Nelson", + "kol_full_name": "Adam James Nelson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Practice Patterns, Nurses' | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158491", + "session_name": "2024 update on Core Curriculum for Cardiovascular Nurses and Allied Professionals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158491", + "first_name": "Anne", + "middle_name": "Geert", + "last_name": "van Driel", + "org_name": "Rotterdam University of Applied Sciences", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2024 update on Core Curriculum for Cardiovascular Nurses and Allied Professionals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Practice Patterns, Nurses' | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anne Geert van Driel", + "kol_full_name": "Anne Geert van Driel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Elasticity Imaging Techniques", + "npi_num": "", + "hcp_pin_alias": "1158490", + "session_name": "Can examining shear wave elastography predict elevated filling pressures? - A comparative evaluation against the current guideline algorithm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158490", + "first_name": "Annegret", + "middle_name": "Elisabeth", + "last_name": "Werner", + "org_name": "Rostock University Medical Centre Part of the Rostock University", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Rostock", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Can examining shear wave elastography predict elevated filling pressures? - A comparative evaluation against the current guideline algorithm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Elasticity Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Annegret Elisabeth Werner", + "kol_full_name": "Annegret Elisabeth Werner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Epicardial Coronary Vasospasm | Coronary Artery Disease | Coronary Microvascular Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1158489", + "session_name": "Smaller trials, trial updates, and other studies on coronary artery disease,How to diagnose and manage epicardial and/or microvessel coronary spasm,Diagnosis and treatment of microvascular and epicardial coronary artery disease,Detection of microvascular dysfunction,Functional testing in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158489", + "first_name": "Peter", + "middle_name": "", + "last_name": "Ong", + "org_name": "Robert Bosch Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Stuttgart", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 6, + "rest_events_session": " trial updates, and other studies on coronary artery disease,How to diagnose and manage epicardial and/or microvessel coronary spasm,Diagnosis and treatment of microvascular and epicardial coronary artery disease,Detection of microvascular dysfunction,Functional testing in coronary artery disease", + "events_topic": "Epicardial Coronary Vasospasm | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Microvascular Dysfunction", + "kol_name": "Peter Ong", + "kol_full_name": "Peter Ong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "TIMI Frame Count | ANOCA | Acetylcholine", + "npi_num": "", + "hcp_pin_alias": "1158488", + "session_name": "Assessment of TIMI frame count pre- and post- intracoronary acetylcholine administration in patients with angina and non-obstructive coronary arteries (ANOCA)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158488", + "first_name": "Helen", + "middle_name": "", + "last_name": "Holdermann", + "org_name": "Robert Bosch Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Stuttgart", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of TIMI frame count pre- and post- intracoronary acetylcholine administration in patients with angina and non-obstructive coronary arteries (ANOCA)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "TIMI Frame Count | ANOCA ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acetylcholine", + "kol_name": "Helen Holdermann", + "kol_full_name": "Helen Holdermann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy | Cardiomegaly", + "npi_num": "", + "hcp_pin_alias": "1158487", + "session_name": "Activation patterns of intracellular signaling pathways in cardiac hypertrophy induced by different exercise modes in rats", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158487", + "first_name": "Kotaro", + "middle_name": "", + "last_name": "Nakao", + "org_name": "Ritsumeikan University - Faculty of Sport and Health Science", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Activation patterns of intracellular signaling pathways in cardiac hypertrophy induced by different exercise modes in rats", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy | Cardiomegaly", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kotaro Nakao", + "kol_full_name": "Kotaro Nakao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microdevice | Cardiotoxicity", + "npi_num": "", + "hcp_pin_alias": "1158486", + "session_name": "Development of a cardiotoxicity evaluation system using a Heart-on-a-Chip Microdevice with aligned fiber device", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158486", + "first_name": "Kozue", + "middle_name": "", + "last_name": "Murata", + "org_name": "RIKEN Center for Biosystems Dynamics Research (BDR)", + "Country": "Japan", + "Region": "Hyogo", + "City": "Kobe", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development of a cardiotoxicity evaluation system using a Heart-on-a-Chip Microdevice with aligned fiber device", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microdevice | Cardiotoxicity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kozue Murata", + "kol_full_name": "Kozue Murata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158485", + "session_name": "Prospective assessment of risk factors for appropriate ICD intervention in patients with ischemic cardiomyopathy: results of PARCADIA trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158485", + "first_name": "Leonard", + "middle_name": "", + "last_name": "Voorhout", + "org_name": "Rijnstate Hospital", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Arnhem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prospective assessment of risk factors for appropriate ICD intervention in patients with ischemic cardiomyopathy: results of PARCADIA trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leonard Voorhout", + "kol_full_name": "Leonard Voorhout" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158484", + "session_name": "MELD-albumin score is strongly associated with all-cause mortality in patients with acute myocardial infarction complicated by cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158484", + "first_name": "Zakaria", + "middle_name": "", + "last_name": "Alaoui-Ismaili", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "MELD-albumin score is strongly associated with all-cause mortality in patients with acute myocardial infarction complicated by cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zakaria Alaoui-Ismaili", + "kol_full_name": "Zakaria Alaoui-Ismaili" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158483", + "session_name": "Diabetes and sudden cardiac death in a nationwide, unselected population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158483", + "first_name": "Tobias", + "middle_name": "", + "last_name": "Skjelbred", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diabetes and sudden cardiac death in a nationwide", + "rest_events_session_count": 1, + "rest_events_session": " unselected population", + "events_topic": "Diabetes Mellitus | Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tobias Skjelbred", + "kol_full_name": "Tobias Skjelbred" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thyroid Diseases | Amiodarone", + "npi_num": "", + "hcp_pin_alias": "1158482", + "session_name": "Potential use of pharmacogenetics in cardiology: genome-wide association studies of amiodarone-induced thyroid disorders", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158482", + "first_name": "Soren", + "middle_name": "", + "last_name": "Rand", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Potential use of pharmacogenetics in cardiology: genome-wide association studies of amiodarone-induced thyroid disorders", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thyroid Diseases | Amiodarone", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Soren Rand", + "kol_full_name": "Soren Rand" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Thyrotropin | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158481", + "session_name": "Atrial fibrillation screening to prevent stroke in persons with low-normal thyrotropin", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158481", + "first_name": "Soeren", + "middle_name": "Zoega", + "last_name": "Diederichsen", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation screening to prevent stroke in persons with low-normal thyrotropin", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Thyrotropin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Soeren Zoega Diederichsen", + "kol_full_name": "Soeren Zoega Diederichsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Echocardiography | Hemodynamics", + "npi_num": "", + "hcp_pin_alias": "1158480", + "session_name": "Acute echocardiographic assessment of patients with ST-elevation myocardial infarction in detecting clinically hidden hemodynamic deterioration", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158480", + "first_name": "Sarah", + "middle_name": "", + "last_name": "Holle", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute echocardiographic assessment of patients with ST-elevation myocardial infarction in detecting clinically hidden hemodynamic deterioration", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hemodynamics", + "kol_name": "Sarah Holle", + "kol_full_name": "Sarah Holle" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Case-Control Studies | Heart Failure | Heart Failure, Systolic | Amiodarone", + "npi_num": "", + "hcp_pin_alias": "1158479", + "session_name": "Disparities in clinical characteristics, treatment, and prognosis among immigrants and native patients in Denmark with new-onset heart failure and reduced ejection fraction,Influence of prior heart valve intervention on treatment and disease trajectory after diagnosis of heart failure with reduced ejection fraction,Amiodarone-related thyroid dysfunction and associated outcomes in patients with heart failure - a matched case-control study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158479", + "first_name": "Sam", + "middle_name": "Aiyad", + "last_name": "Ali", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Disparities in clinical characteristics", + "rest_events_session_count": 4, + "rest_events_session": " treatment, and prognosis among immigrants and native patients in Denmark with new-onset heart failure and reduced ejection fraction,Influence of prior heart valve intervention on treatment and disease trajectory after diagnosis of heart failure with reduced ejection fraction,Amiodarone-related thyroid dysfunction and associated outcomes in patients with heart failure - a matched case-control study", + "events_topic": "Case-Control Studies | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure, Systolic | Amiodarone", + "kol_name": "Sam Aiyad Ali", + "kol_full_name": "Sam Aiyad Ali" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158478", + "session_name": "Difference in long-term mortality after takotsubo syndrome. The role of gender, socioeconomic profile, and psychological distress", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158478", + "first_name": "Pernille", + "middle_name": "", + "last_name": "Palm", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Difference in long-term mortality after takotsubo syndrome. The role of gender", + "rest_events_session_count": 2, + "rest_events_session": " socioeconomic profile, and psychological distress", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pernille Palm", + "kol_full_name": "Pernille Palm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Genomic Evaluations | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158477", + "session_name": "Proteomic and genomic evaluation of plasma protein biomarkers for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158477", + "first_name": "Oliver", + "middle_name": "Bundgaard", + "last_name": "Vad", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteomic and genomic evaluation of plasma protein biomarkers for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Genomic Evaluations ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Oliver Bundgaard Vad", + "kol_full_name": "Oliver Bundgaard Vad" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158476", + "session_name": "TAVI vs. SAVR: still unresolved question?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158476", + "first_name": "Michael", + "middle_name": "Rahbek", + "last_name": "Schmidt", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI vs. SAVR: still unresolved question?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Rahbek Schmidt", + "kol_full_name": "Michael Rahbek Schmidt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Anti-Bacterial Agents", + "npi_num": "", + "hcp_pin_alias": "1158475", + "session_name": "Oral step-down antibiotic treatment in patients with prosthetic valve endocarditis; a POETry substudy,Updated epidemiological data on infective endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158475", + "first_name": "Mia", + "middle_name": "", + "last_name": "Pries-Heje", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Oral step-down antibiotic treatment in patients with prosthetic valve endocarditis; a POETry substudy", + "rest_events_session_count": 1, + "rest_events_session": "Updated epidemiological data on infective endocarditis", + "events_topic": "Endocarditis | Anti-Bacterial Agents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mia Pries-Heje", + "kol_full_name": "Mia Pries-Heje" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Vasoconstrictor Agents | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158474", + "session_name": "Influence of blood pressure targets on inflammation and associations between inflammatory markers and vasopressor usage after cardiac arrest - a substudy of a randomized clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158474", + "first_name": "Martin", + "middle_name": "", + "last_name": "Meyer", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of blood pressure targets on inflammation and associations between inflammatory markers and vasopressor usage after cardiac arrest - a substudy of a randomized clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Vasoconstrictor Agents ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "Martin Meyer", + "kol_full_name": "Martin Meyer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Diseases | Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "1158473", + "session_name": "How to personalise lipid-lowering therapy with so many choices,Liver and lipids in cardiometabolic syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158473", + "first_name": "Marianne", + "middle_name": "", + "last_name": "Benn", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to personalise lipid-lowering therapy with so many choices", + "rest_events_session_count": 1, + "rest_events_session": "Liver and lipids in cardiometabolic syndrome", + "events_topic": "Cardiometabolic Diseases | Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marianne Benn", + "kol_full_name": "Marianne Benn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Coronary Artery Disease | Troponin T | Diabetes Mellitus | Acute Coronary Syndrome | Body Mass Index", + "npi_num": "", + "hcp_pin_alias": "1158472", + "session_name": "Body mass index and clinical outcomes in patients with diabetes and stable coronary artery disease in THEMIS,High-sensitivity troponin T and risk of stroke in persons with suspected acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158472", + "first_name": "Manan", + "middle_name": "", + "last_name": "Pareek", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Body mass index and clinical outcomes in patients with diabetes and stable coronary artery disease in THEMIS", + "rest_events_session_count": 1, + "rest_events_session": "High-sensitivity troponin T and risk of stroke in persons with suspected acute coronary syndrome", + "events_topic": "Stroke | Coronary Artery Disease ", + "rest_events_topic_count": 4, + "rest_events_topic": " Troponin T | Diabetes Mellitus | Acute Coronary Syndrome | Body Mass Index", + "kol_name": "Manan Pareek", + "kol_full_name": "Manan Pareek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1158471", + "session_name": "Changes in length of hospital stay for infective endocarditis - data from before and after the POET trial,Temporal trends in mitral valve surgery in Denmark: changes in patient characteristics and outcomes from 1996 to 2021", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158471", + "first_name": "Lauge", + "middle_name": "", + "last_name": "Ostergaard", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in length of hospital stay for infective endocarditis - data from before and after the POET trial", + "rest_events_session_count": 1, + "rest_events_session": "Temporal trends in mitral valve surgery in Denmark: changes in patient characteristics and outcomes from 1996 to 2021", + "events_topic": "Mitral Valve Insufficiency | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lauge Ostergaard", + "kol_full_name": "Lauge Ostergaard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Transcatheter Aortic Valve Replacement | Positron Emission Tomography Computed Tomography | Bacteremia", + "npi_num": "", + "hcp_pin_alias": "1158470", + "session_name": "First in-human study of 64Cu-DOTATATE positron emission tomography/computed tomography(PET/CT) in infective endocarditis: a prospective head-to-head comparison with 18-FDG PET/CT,Bacteremia after transcatheter aortic valve implantation: a nationwide cohort study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158470", + "first_name": "Katra", + "middle_name": "", + "last_name": "Hadji-Turdeghal", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "First in-human study of 64Cu-DOTATATE positron emission tomography/computed tomography(PET/CT) in infective endocarditis: a prospective head-to-head comparison with 18-FDG PET/CT", + "rest_events_session_count": 1, + "rest_events_session": "Bacteremia after transcatheter aortic valve implantation: a nationwide cohort study.", + "events_topic": "Endocarditis | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 2, + "rest_events_topic": " Positron Emission Tomography Computed Tomography | Bacteremia", + "kol_name": "Katra Hadji-Turdeghal", + "kol_full_name": "Katra Hadji-Turdeghal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1158469", + "session_name": "Pearls of acute pulmonary embolism,Impact of pulmonary hypertension on quality of life and survival", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158469", + "first_name": "Joern", + "middle_name": "", + "last_name": "Carlsen", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pearls of acute pulmonary embolism", + "rest_events_session_count": 1, + "rest_events_session": "Impact of pulmonary hypertension on quality of life and survival", + "events_topic": "Pulmonary Embolism | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joern Carlsen", + "kol_full_name": "Joern Carlsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158468", + "session_name": "ORBI risk score and inflammatory response in patients with acute ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158468", + "first_name": "Joakim", + "middle_name": "Bo", + "last_name": "Kunkel", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ORBI risk score and inflammatory response in patients with acute ST-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joakim Bo Kunkel", + "kol_full_name": "Joakim Bo Kunkel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158467", + "session_name": "Screening for atrial fibrillation: ready for prime time?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158467", + "first_name": "Jesper", + "middle_name": "Hastrup", + "last_name": "Svendsen", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Screening for atrial fibrillation: ready for prime time?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jesper Hastrup Svendsen", + "kol_full_name": "Jesper Hastrup Svendsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pharmaceutical Preparations | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1158466", + "session_name": "Drug-use-associated infective endocarditis in Denmark", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158466", + "first_name": "Jeppe", + "middle_name": "Kofoed", + "last_name": "Petersen", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drug-use-associated infective endocarditis in Denmark", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pharmaceutical Preparations | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jeppe Kofoed Petersen", + "kol_full_name": "Jeppe Kofoed Petersen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Mortality | Dapagliflozin | Obesity | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158465", + "session_name": "Anthropometric measures and long-term mortality in heart failure with reduced ejection: debunking the obesity paradox,Effects of dapagliflozin in heart failure according to duration of type 2 diabetes: a patient-level meta-analysis of DAPA-HF and DELIVER", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158465", + "first_name": "Jawad", + "middle_name": "Haider", + "last_name": "Butt", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anthropometric measures and long-term mortality in heart failure with reduced ejection: debunking the obesity paradox", + "rest_events_session_count": 1, + "rest_events_session": "Effects of dapagliflozin in heart failure according to duration of type 2 diabetes: a patient-level meta-analysis of DAPA-HF and DELIVER", + "events_topic": "Diabetes Mellitus, Type 2 | Mortality ", + "rest_events_topic_count": 3, + "rest_events_topic": " Dapagliflozin | Obesity | Heart Failure", + "kol_name": "Jawad Haider Butt", + "kol_full_name": "Jawad Haider Butt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Placebos | Glucocorticoids", + "npi_num": "", + "hcp_pin_alias": "1158464", + "session_name": "Effect of pre-hospital pulse-dose glucocorticoid on infarct size in st-segment elevation myocardial infarction: a randomized, blinded, placebo-controlled clinical trial,Effect of pre-hospital pulse-dose glucocorticoid on infarct size in ST-segment myocardial infarction: a randomized, blinded, placebo-controlled trial (PULSE-MI)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158464", + "first_name": "Jasmine", + "middle_name": "Melissa", + "last_name": "Madsen", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of pre-hospital pulse-dose glucocorticoid on infarct size in st-segment elevation myocardial infarction: a randomized", + "rest_events_session_count": 5, + "rest_events_session": " blinded, placebo-controlled clinical trial,Effect of pre-hospital pulse-dose glucocorticoid on infarct size in ST-segment myocardial infarction: a randomized, blinded, placebo-controlled trial (PULSE-MI)", + "events_topic": "Myocardial Infarction | Placebos ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glucocorticoids", + "kol_name": "Jasmine Melissa Madsen", + "kol_full_name": "Jasmine Melissa Madsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Endometriosis | Heart Defects, Congenital | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158463", + "session_name": "Infective endocarditis - characteristics and long-term outcomes in patients with congenital heart disease are distinct from those without congenital heart disease,Endometriosis, a prevalent disease, is associated with significant cardiac disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158463", + "first_name": "Eva", + "middle_name": "", + "last_name": "Havers-Borgersen", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Infective endocarditis - characteristics and long-term outcomes in patients with congenital heart disease are distinct from those without congenital heart disease", + "rest_events_session_count": 3, + "rest_events_session": "Endometriosis, a prevalent disease, is associated with significant cardiac disease", + "events_topic": "Endocarditis | Endometriosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Defects, Congenital | Heart Diseases", + "kol_name": "Eva Havers-Borgersen", + "kol_full_name": "Eva Havers-Borgersen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158462", + "session_name": "Quality of life after screening for atrial fibrillation: a substudy from a randomised screening trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158462", + "first_name": "Emilie", + "middle_name": "Katrine", + "last_name": "Kongebro", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quality of life after screening for atrial fibrillation: a substudy from a randomised screening trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Emilie Katrine Kongebro", + "kol_full_name": "Emilie Katrine Kongebro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Troponin T | Shock, Cardiogenic | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158461", + "session_name": "High-Sensitivity Troponin-T and heart failure risk in individuals with suspected acute coronary syndrome,Optimising the management of cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158461", + "first_name": "Christina", + "middle_name": "", + "last_name": "Byrne", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High-Sensitivity Troponin-T and heart failure risk in individuals with suspected acute coronary syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Optimising the management of cardiogenic shock", + "events_topic": "Heart Failure | Troponin T ", + "rest_events_topic_count": 2, + "rest_events_topic": " Shock, Cardiogenic | Acute Coronary Syndrome", + "kol_name": "Christina Byrne", + "kol_full_name": "Christina Byrne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microaxial Flow Pump | Acute Coronary Syndrome | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158460", + "session_name": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel,Microaxial flow pump or standard care in infarct-related cardiogenic shock: the DanGer shock trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158460", + "first_name": "Christian", + "middle_name": "", + "last_name": "Hassager", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Microaxial flow pump or standard care in infarct-related cardiogenic shock: the DanGer shock trial", + "events_topic": "Microaxial Flow Pump | Acute Coronary Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "Christian Hassager", + "kol_full_name": "Christian Hassager" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Seizures | Heart Arrest | Analgesia", + "npi_num": "", + "hcp_pin_alias": "1158459", + "session_name": "Sedation, analgesia, and seizure control after cardiac arrest,All cardiac arrest patients should be transferred to a cardiac arrest centre: pro,State-of-the-art lecture on advancing diagnosis and management of patients with cardiac arrest and cardiogenic shock,The best science in cardiac arrest and cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158459", + "first_name": "Carolina", + "middle_name": "Malta", + "last_name": "Hansen", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sedation", + "rest_events_session_count": 5, + "rest_events_session": " analgesia, and seizure control after cardiac arrest,All cardiac arrest patients should be transferred to a cardiac arrest centre: pro,State-of-the-art lecture on advancing diagnosis and management of patients with cardiac arrest and cardiogenic shock,The best science in cardiac arrest and cardiogenic shock", + "events_topic": "Shock, Cardiogenic | Seizures ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Arrest | Analgesia", + "kol_name": "Carolina Malta Hansen", + "kol_full_name": "Carolina Malta Hansen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Adult Congenital Heart Disease | Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "1158458", + "session_name": "Genetic scores are the future of personalised lipid-lowering,The EHJ’s year in adult congenital heart disease, cardio-oncology, and valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158458", + "first_name": "Anne", + "middle_name": "", + "last_name": "Tybjaerg-Hansen", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic scores are the future of personalised lipid-lowering", + "rest_events_session_count": 3, + "rest_events_session": "The EHJ’s year in adult congenital heart disease, cardio-oncology, and valvular heart disease", + "events_topic": "Heart Valve Diseases | Adult Congenital Heart Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lipid-Lowering Therapies", + "kol_name": "Anne Tybjaerg-Hansen", + "kol_full_name": "Anne Tybjaerg-Hansen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transurethral Resection Of Prostate | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1158457", + "session_name": "Increased risk of infective endocarditis following transurethral resection of the prostate (TUR-P)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158457", + "first_name": "Anna", + "middle_name": "", + "last_name": "Stahl", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased risk of infective endocarditis following transurethral resection of the prostate (TUR-P)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transurethral Resection Of Prostate | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Stahl", + "kol_full_name": "Anna Stahl" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Cardiomyopathy, Dilated | Aortic Diseases | Fabry Disease", + "npi_num": "", + "hcp_pin_alias": "1158456", + "session_name": "Dilated cardiomyopathies: miscellaneous aspects,Mechanisms of thoracic aortic disease and their treatment,Anderson-Fabry disease: what is in store?,Aortic medicine: from genes to therapy,Hypertrophic cardiomyopathy: the influence of genes, age, sex, and weight", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158456", + "first_name": "Anna", + "middle_name": "Axelsson", + "last_name": "Raja", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dilated cardiomyopathies: miscellaneous aspects", + "rest_events_session_count": 7, + "rest_events_session": "Mechanisms of thoracic aortic disease and their treatment,Anderson-Fabry disease: what is in store?,Aortic medicine: from genes to therapy,Hypertrophic cardiomyopathy: the influence of genes, age, sex, and weight", + "events_topic": "Cardiomyopathy, Hypertrophic | Cardiomyopathy, Dilated ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Diseases | Fabry Disease", + "kol_name": "Anna Axelsson Raja", + "kol_full_name": "Anna Axelsson Raja" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Implantable Electronic Device | Diabetes Mellitus, Type 2 | Dapagliflozin | Endocarditis | Empagliflozin", + "npi_num": "", + "hcp_pin_alias": "1158455", + "session_name": "Relapse of infective endocarditis after cardiac implantable electronic device removal compared to a conservative strategy,Dapagliflozin versus empagliflozin and major adverse cardiovascular events in type 2 diabetes: a nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158455", + "first_name": "Amna", + "middle_name": "", + "last_name": "Alhakak", + "org_name": "Rigshospitalet - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relapse of infective endocarditis after cardiac implantable electronic device removal compared to a conservative strategy", + "rest_events_session_count": 1, + "rest_events_session": "Dapagliflozin versus empagliflozin and major adverse cardiovascular events in type 2 diabetes: a nationwide cohort study", + "events_topic": "Cardiac Implantable Electronic Device | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 3, + "rest_events_topic": " Dapagliflozin | Endocarditis | Empagliflozin", + "kol_name": "Amna Alhakak", + "kol_full_name": "Amna Alhakak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug Delivery Systems | Factor XI", + "npi_num": "", + "hcp_pin_alias": "1158454", + "session_name": "First-in-human study to evaluate the safety, pharmacokinetics (PK), and pharmacodynamics (PD) of RBD4059, a GalNAc-siRNA drug targeting coagulation factor XI (FXI), in healthy subjects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158454", + "first_name": "Anders", + "middle_name": "", + "last_name": "Gabrielsen", + "org_name": "Ribocure Pharmaceuticals", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "First-in-human study to evaluate the safety", + "rest_events_session_count": 4, + "rest_events_session": " pharmacokinetics (PK), and pharmacodynamics (PD) of RBD4059, a GalNAc-siRNA drug targeting coagulation factor XI (FXI), in healthy subjects", + "events_topic": "Drug Delivery Systems | Factor XI", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anders Gabrielsen", + "kol_full_name": "Anders Gabrielsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158453", + "session_name": "NPM1-mediated suppression of OXPHOS reprogramming in reparative macrophages impairs cardiac repair post-myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158453", + "first_name": "Zhenzhen", + "middle_name": "", + "last_name": "Zhan", + "org_name": "Renji Hospital of Shanghai Jiao Tong University School of Medicine", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "NPM1-mediated suppression of OXPHOS reprogramming in reparative macrophages impairs cardiac repair post-myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhenzhen Zhan", + "kol_full_name": "Zhenzhen Zhan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Pressure | Photophletysmography | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158452", + "session_name": "To compare 24 hour blood pressure values of a conventional 24 hours ambulatory blood pressure device versus a wristband using an artificial intelligence algorithm based on photophletysmography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158452", + "first_name": "Eelko", + "middle_name": "", + "last_name": "Ronner", + "org_name": "Reinier de Graaf Hospital", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Delft", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "To compare 24 hour blood pressure values of a conventional 24 hours ambulatory blood pressure device versus a wristband using an artificial intelligence algorithm based on photophletysmography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure | Photophletysmography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Eelko Ronner", + "kol_full_name": "Eelko Ronner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Heart Transplantation | Transcatheter Edge-to-Edge Repair | Aortic Valve Prosthesis | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158451", + "session_name": "Infective endocarditis on percutaneous aortic valve prosthesis: incidence, characteristics and comparison with endocarditis on surgically implanted aortic bioprostheses,Impact of mitral transcatheter edge-to-edge repair in patients with advanced heart failure evaluated for heart transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158451", + "first_name": "Lucas", + "middle_name": "Javier Barreiro", + "last_name": "Mesa", + "org_name": "Reina Sofia University Hospital", + "Country": "Spain", + "Region": "Andalucia", + "City": "Córdoba", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Infective endocarditis on percutaneous aortic valve prosthesis: incidence", + "rest_events_session_count": 2, + "rest_events_session": " characteristics and comparison with endocarditis on surgically implanted aortic bioprostheses,Impact of mitral transcatheter edge-to-edge repair in patients with advanced heart failure evaluated for heart transplantation", + "events_topic": "Endocarditis | Heart Transplantation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Transcatheter Edge-to-Edge Repair | Aortic Valve Prosthesis | Heart Failure", + "kol_name": "Lucas Javier Barreiro Mesa", + "kol_full_name": "Lucas Javier Barreiro Mesa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy Devices | Wearable Electronic Devices | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1158450", + "session_name": "Clinical features of infective endocarditis affecting cardiac implantable electronic devices", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158450", + "first_name": "Alvaro", + "middle_name": "Roldan", + "last_name": "Guerra", + "org_name": "Reina Sofia University Hospital", + "Country": "Spain", + "Region": "Andalucia", + "City": "Córdoba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical features of infective endocarditis affecting cardiac implantable electronic devices", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy Devices | Wearable Electronic Devices ", + "rest_events_topic_count": 1, + "rest_events_topic": " Endocarditis", + "kol_name": "Alvaro Roldan Guerra", + "kol_full_name": "Alvaro Roldan Guerra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombolytic Therapy | Obesity | Thrombosis | Hemodynamics | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1158449", + "session_name": "Surgery versus thrombolytic therapy for the management of left-sided prosthetic valve thrombosis without hemodynamic compromise: a systematic review and meta-analysis,Lower early mortality after acute pulmonary embolism in patients with WHO-defined obesity: results from a post-hoc cohort analysis with external validation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158449", + "first_name": "Romain", + "middle_name": "", + "last_name": "Chopard", + "org_name": "Regional University Hospital Jean Minjoz", + "Country": "France", + "Region": "Franche-Comte", + "City": "Besancon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Surgery versus thrombolytic therapy for the management of left-sided prosthetic valve thrombosis without hemodynamic compromise: a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Lower early mortality after acute pulmonary embolism in patients with WHO-defined obesity: results from a post-hoc cohort analysis with external validation", + "events_topic": "Thrombolytic Therapy | Obesity ", + "rest_events_topic_count": 3, + "rest_events_topic": " Thrombosis | Hemodynamics | Pulmonary Embolism", + "kol_name": "Romain Chopard", + "kol_full_name": "Romain Chopard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158448", + "session_name": "Effect of remote monitoring on the management of heart failure patients with cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158448", + "first_name": "Marie-France", + "middle_name": "", + "last_name": "Seronde", + "org_name": "Regional University Hospital Jean Minjoz", + "Country": "France", + "Region": "Franche-Comte", + "City": "Besancon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of remote monitoring on the management of heart failure patients with cardiac amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marie-France Seronde", + "kol_full_name": "Marie-France Seronde" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158447", + "session_name": "Management of comorbidities and outcomes in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158447", + "first_name": "Lars", + "middle_name": "", + "last_name": "Frost", + "org_name": "Regional Hospital Central Jutland", + "Country": "Denmark", + "Region": "Vestsjalland", + "City": "Silkeborg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of comorbidities and outcomes in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lars Frost", + "kol_full_name": "Lars Frost" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158446", + "session_name": "Atrial fibrillation ablation with temperature-controlled very high-power short-duration, with conventional-power, or with combined modes in clinical practice: 12-month outcomes from SECURE", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158446", + "first_name": "Massimo", + "middle_name": "", + "last_name": "Grimaldi", + "org_name": "Regional General Hospital F. Miulli", + "Country": "Italy", + "Region": "Piemonte", + "City": "Acqui Terme", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation ablation with temperature-controlled very high-power short-duration", + "rest_events_session_count": 2, + "rest_events_session": " with conventional-power, or with combined modes in clinical practice: 12-month outcomes from SECURE", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Massimo Grimaldi", + "kol_full_name": "Massimo Grimaldi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemodynamics | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158445", + "session_name": "Larger QRS but better hemodynamic function after high output His bundle pacing in patients with heart failure and narrow QRS. A paradox or a new concept?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158445", + "first_name": "Grigorios", + "middle_name": "", + "last_name": "Katsouras", + "org_name": "Regional General Hospital F. Miulli", + "Country": "Italy", + "Region": "Piemonte", + "City": "Acqui Terme", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Larger QRS but better hemodynamic function after high output His bundle pacing in patients with heart failure and narrow QRS. A paradox or a new concept?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Grigorios Katsouras", + "kol_full_name": "Grigorios Katsouras" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158444", + "session_name": "High density mapping accuracy and efficiency in atrial fibrillation: real-world outcomes from the SECURE registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158444", + "first_name": "Antonio", + "middle_name": "", + "last_name": "Di Monaco", + "org_name": "Regional General Hospital F. Miulli", + "Country": "Italy", + "Region": "Piemonte", + "City": "Acqui Terme", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High density mapping accuracy and efficiency in atrial fibrillation: real-world outcomes from the SECURE registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonio Di Monaco", + "kol_full_name": "Antonio Di Monaco" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Hemodynamics | Lipoprotein(a) | Staphylococcal Protein A | Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1158443", + "session_name": "Coronary atherosclerotic plaque burden and characterization by spectral computed tomography scan in patients with high lipoprotein a and non-hemodynamically significant stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158443", + "first_name": "Paola", + "middle_name": "Ramos", + "last_name": "Cano", + "org_name": "Ramon y Cajal Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary atherosclerotic plaque burden and characterization by spectral computed tomography scan in patients with high lipoprotein a and non-hemodynamically significant stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Hemodynamics ", + "rest_events_topic_count": 3, + "rest_events_topic": " Lipoprotein(a) | Staphylococcal Protein A | Plaque, Atherosclerotic", + "kol_name": "Paola Ramos Cano", + "kol_full_name": "Paola Ramos Cano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Coronary Stenosis | Inflammation | Heart Atria | Plaque, Atherosclerotic | Stroke | Tomography, X-Ray Computed | Coronary Computed Tomography Angiography | Coronary Artery Disease | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158442", + "session_name": "Coronary plaque volume burden and composition in patients with non-hemodynamically significant coronary artery plaques and systemic inflammation,3D modelling-based left atrium geometry analysis to predict atrial fibrillation in patients with cryptogenic stroke,Improved quantification of coronary stenosis in patients with high calcium scores using spectral reconstructions in coronary CT angiography,Late iodine enhancement quantification by computed tomography: a comparison study against cardiac magnetic resonance imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158442", + "first_name": "Pablo", + "middle_name": "Martinez", + "last_name": "Vives", + "org_name": "Ramon y Cajal Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary plaque volume burden and composition in patients with non-hemodynamically significant coronary artery plaques and systemic inflammation", + "rest_events_session_count": 3, + "rest_events_session": "3D modelling-based left atrium geometry analysis to predict atrial fibrillation in patients with cryptogenic stroke,Improved quantification of coronary stenosis in patients with high calcium scores using spectral reconstructions in coronary CT angiography,Late iodine enhancement quantification by computed tomography: a comparison study against cardiac magnetic resonance imaging", + "events_topic": "Magnetic Resonance Imaging | Coronary Stenosis ", + "rest_events_topic_count": 8, + "rest_events_topic": " Inflammation | Heart Atria | Plaque, Atherosclerotic | Stroke | Tomography, X-Ray Computed | Coronary Computed Tomography Angiography | Coronary Artery Disease | Atrial Fibrillation", + "kol_name": "Pablo Martinez Vives", + "kol_full_name": "Pablo Martinez Vives" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158441", + "session_name": "Prognostic value of cardiac magnetic resonance global circumferential strain assessed by feature tracking techniques in asymptomatic patients with significant aortic regurgitation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158441", + "first_name": "Irene", + "middle_name": "", + "last_name": "Carrion-Sanchez", + "org_name": "Ramon y Cajal Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of cardiac magnetic resonance global circumferential strain assessed by feature tracking techniques in asymptomatic patients with significant aortic regurgitation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Irene Carrion-Sanchez", + "kol_full_name": "Irene Carrion-Sanchez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Tricuspid Valve Insufficiency | Heart Failure | Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1158440", + "session_name": "Mortality and heart failure in patients with severe tricuspid regurgitation. Impact of RV volumes and function by CMR.,Effective RV ejection fraction by CMR: a new index of RV function in patients with severe TR.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158440", + "first_name": "Rocio", + "middle_name": "Hinojar", + "last_name": "Baydes", + "org_name": "Ramon and Cajal University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mortality and heart failure in patients with severe tricuspid regurgitation. Impact of RV volumes and function by CMR.", + "rest_events_session_count": 1, + "rest_events_session": "Effective RV ejection fraction by CMR: a new index of RV function in patients with severe TR.", + "events_topic": "Mortality | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Magnetic Resonance Imaging", + "kol_name": "Rocio Hinojar Baydes", + "kol_full_name": "Rocio Hinojar Baydes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Decision-Making | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158439", + "session_name": "Presenting a seamless integration of AI into routine clinical decision", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158439", + "first_name": "Jose", + "middle_name": "Luis Zamorano", + "last_name": "Gomez", + "org_name": "Ramon and Cajal University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Presenting a seamless integration of AI into routine clinical decision", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Decision-Making | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jose Luis Zamorano Gomez", + "kol_full_name": "Jose Luis Zamorano Gomez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis | Aortic Valve Insufficiency | Cardiac Valve Annuloplasty", + "npi_num": "", + "hcp_pin_alias": "1158438", + "session_name": "Association of TRI-SCORE with clinical outcomes after percutaneous tricuspid annuloplasty,Impact of right ventricular - pulmonary arterial coupling on mortality after transcatheter aortic valve implantation in patients with aortic stenosis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158438", + "first_name": "Antonio", + "middle_name": "Piris", + "last_name": "Sanchez", + "org_name": "Ramon and Cajal University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of TRI-SCORE with clinical outcomes after percutaneous tricuspid annuloplasty", + "rest_events_session_count": 1, + "rest_events_session": "Impact of right ventricular - pulmonary arterial coupling on mortality after transcatheter aortic valve implantation in patients with aortic stenosis.", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Insufficiency | Cardiac Valve Annuloplasty", + "kol_name": "Antonio Piris Sanchez", + "kol_full_name": "Antonio Piris Sanchez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158437", + "session_name": "Nurse led assessment of congestion in outpatient heart failure patients: remote dielectric sensing versus lung ultrasound comparison", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158437", + "first_name": "Aharon", + "middle_name": "", + "last_name": "Abbo", + "org_name": "Rambam Health Care Campus", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nurse led assessment of congestion in outpatient heart failure patients: remote dielectric sensing versus lung ultrasound comparison", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aharon Abbo", + "kol_full_name": "Aharon Abbo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vaping | Telerehabilitation | Tobacco Products | Heart Disease Risk Factors | Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1158436", + "session_name": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus),Cardiac rehabilitation and telerehabilitation,Cardiovascular risk: lessons from epidemiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158436", + "first_name": "Esmee", + "middle_name": "", + "last_name": "Bakker", + "org_name": "Radboudumc", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping", + "rest_events_session_count": 3, + "rest_events_session": " snus),Cardiac rehabilitation and telerehabilitation,Cardiovascular risk: lessons from epidemiology", + "events_topic": "Vaping | Telerehabilitation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tobacco Products | Heart Disease Risk Factors | Cardiac Rehabilitation", + "kol_name": "Esmee Bakker", + "kol_full_name": "Esmee Bakker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1158435", + "session_name": "TAVI: aortic stenosis and beyond", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158435", + "first_name": "Niels", + "middle_name": "", + "last_name": "Van Royen", + "org_name": "Radboud University Nijmegen", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI: aortic stenosis and beyond", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Niels Van Royen", + "kol_full_name": "Niels Van Royen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Stenosis", + "npi_num": "", + "hcp_pin_alias": "1158434", + "session_name": "Functional improvement of non-infarct related coronary artery stenosis by extensive LDL-C reduction with a PCSK9 antibody: the FITTER trial, microvascular function analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158434", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Los", + "org_name": "Radboud University Nijmegen", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Functional improvement of non-infarct related coronary artery stenosis by extensive LDL-C reduction with a PCSK9 antibody: the FITTER trial", + "rest_events_session_count": 1, + "rest_events_session": " microvascular function analysis", + "events_topic": "Coronary Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan Los", + "kol_full_name": "Jonathan Los" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Marfan Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158433", + "session_name": "Association of lifelong exercise characteristics with aortic pathology in patients with Marfan syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158433", + "first_name": "Roland", + "middle_name": "", + "last_name": "Van Kimmenade", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of lifelong exercise characteristics with aortic pathology in patients with Marfan syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Marfan Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Roland Van Kimmenade", + "kol_full_name": "Roland Van Kimmenade" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardium | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1158432", + "session_name": "Myocardial viability evaluation with advanced imaging is no longer relevant for heart team discussions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158432", + "first_name": "Robin", + "middle_name": "", + "last_name": "Nijveldt", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial viability evaluation with advanced imaging is no longer relevant for heart team discussions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardium | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robin Nijveldt", + "kol_full_name": "Robin Nijveldt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1158431", + "session_name": "Differences in non-flow limiting non-culprit plaque characteristics after myocardial infarction in patients with versus without chronic kidney disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158431", + "first_name": "Rick", + "middle_name": "", + "last_name": "Volleberg", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in non-flow limiting non-culprit plaque characteristics after myocardial infarction in patients with versus without chronic kidney disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rick Volleberg", + "kol_full_name": "Rick Volleberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart-Assist Devices | Heart Failure | Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1158430", + "session_name": "End-stage heart failure and left ventricular assist devices,Difficulties in heart transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158430", + "first_name": "Lokien", + "middle_name": "Xavier", + "last_name": "van Nunen", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "End-stage heart failure and left ventricular assist devices", + "rest_events_session_count": 1, + "rest_events_session": "Difficulties in heart transplantation", + "events_topic": "Heart-Assist Devices | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Transplantation", + "kol_name": "Lokien Xavier van Nunen", + "kol_full_name": "Lokien Xavier van Nunen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microvascular Angina | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158429", + "session_name": "Treatment of microvascular dysfunction in patients with chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158429", + "first_name": "Kensuke", + "middle_name": "", + "last_name": "Nishimiya", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of microvascular dysfunction in patients with chronic coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microvascular Angina | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kensuke Nishimiya", + "kol_full_name": "Kensuke Nishimiya" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Antiplatelet Therapy | Acute Coronary Syndrome | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158428", + "session_name": "Undiagnosed Diabetes Mellitus is an important risk factor in secondary prevention after an acute coronary syndrome and warrants active screening,Complex versus non-complex, should we adjust the antiplatelet strategy to the type of percutaneous coronary intervention? Results from a real world PCI population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158428", + "first_name": "Eva", + "middle_name": "Christine Ida", + "last_name": "Woelders", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Undiagnosed Diabetes Mellitus is an important risk factor in secondary prevention after an acute coronary syndrome and warrants active screening", + "rest_events_session_count": 2, + "rest_events_session": "Complex versus non-complex, should we adjust the antiplatelet strategy to the type of percutaneous coronary intervention? Results from a real world PCI population", + "events_topic": "Diabetes Mellitus | Antiplatelet Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Coronary Syndrome | Percutaneous Coronary Intervention", + "kol_name": "Eva Christine Ida Woelders", + "kol_full_name": "Eva Christine Ida Woelders" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158427", + "session_name": "Suboptimal lipid lowering therapy after percutaneous coronary intervention and impact on 1 year outcomes: data from a large contemporary PCI registry,Changes in lipid lowering therapy one year after percutaneous coronary intervention: data from the large contemporary ZON-HR registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158427", + "first_name": "Denise", + "middle_name": "", + "last_name": "Peeters", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Suboptimal lipid lowering therapy after percutaneous coronary intervention and impact on 1 year outcomes: data from a large contemporary PCI registry", + "rest_events_session_count": 1, + "rest_events_session": "Changes in lipid lowering therapy one year after percutaneous coronary intervention: data from the large contemporary ZON-HR registry", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Denise Peeters", + "kol_full_name": "Denise Peeters" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angina, Stable | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158426", + "session_name": "Safety and feasibility of nationwide invasive coronary function testing in patients with angina and no obstructive coronary artery disease (NL-CFT).", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158426", + "first_name": "Caia", + "middle_name": "", + "last_name": "Crooijmans", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and feasibility of nationwide invasive coronary function testing in patients with angina and no obstructive coronary artery disease (NL-CFT).", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angina, Stable | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Caia Crooijmans", + "kol_full_name": "Caia Crooijmans" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158425", + "session_name": "Diagnosis and treatment of microvascular and epicardial coronary artery disease,How to diagnose and manage uncommon causes of myocardial infarction,Complexities in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158425", + "first_name": "Angela", + "middle_name": "", + "last_name": "Maas", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosis and treatment of microvascular and epicardial coronary artery disease", + "rest_events_session_count": 2, + "rest_events_session": "How to diagnose and manage uncommon causes of myocardial infarction,Complexities in coronary artery disease", + "events_topic": "Myocardial Infarction | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Angela Maas", + "kol_full_name": "Angela Maas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Extracorporeal Membrane Oxygenation", + "npi_num": "", + "hcp_pin_alias": "1158424", + "session_name": "Optimizing elective high-risk PCI with ECMO support: the value of completely percutaneous use of VA-ECMO", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158424", + "first_name": "Alexander", + "middle_name": "", + "last_name": "Griffioen", + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimizing elective high-risk PCI with ECMO support: the value of completely percutaneous use of VA-ECMO", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Extracorporeal Membrane Oxygenation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alexander Griffioen", + "kol_full_name": "Alexander Griffioen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Coronary Artery Calcification | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158423", + "session_name": "Opportunistic screening of coronary artery calcification on non-gated conventional CT scans using artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158423", + "first_name": "Yaron", + "middle_name": "", + "last_name": "Aviv", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Opportunistic screening of coronary artery calcification on non-gated conventional CT scans using artificial intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Coronary Artery Calcification ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Yaron Aviv", + "kol_full_name": "Yaron Aviv" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pharmacovigilance | Ticagrelor", + "npi_num": "", + "hcp_pin_alias": "1158422", + "session_name": "The real-world safety of ticagrelor among older adults (above 75 years): a pharmacovigilance study from the FDA data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158422", + "first_name": "Tsahi", + "middle_name": "Tsvi", + "last_name": "Lerman", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The real-world safety of ticagrelor among older adults (above 75 years): a pharmacovigilance study from the FDA data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pharmacovigilance | Ticagrelor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tsahi Tsvi Lerman", + "kol_full_name": "Tsahi Tsvi Lerman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158421", + "session_name": "Cardiac resynchronization therapy in adult congenital heart disease: single center cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158421", + "first_name": "Ori", + "middle_name": "", + "last_name": "Rahat", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac resynchronization therapy in adult congenital heart disease: single center cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ori Rahat", + "kol_full_name": "Ori Rahat" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "PCSK9 Inhibitors | Antibodies, Monoclonal", + "npi_num": "", + "hcp_pin_alias": "1158420", + "session_name": "Gender differences in the treatment with PCSK9 monoclonal antibodies real world experience from a dedicated prevention clinic", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158420", + "first_name": "Lital", + "middle_name": "", + "last_name": "Hodeda", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender differences in the treatment with PCSK9 monoclonal antibodies real world experience from a dedicated prevention clinic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "PCSK9 Inhibitors | Antibodies, Monoclonal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lital Hodeda", + "kol_full_name": "Lital Hodeda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Pericarditis | Immune Checkpoint Inhibitors | Ventricular Dysfunction, Left", + "npi_num": "", + "hcp_pin_alias": "1158419", + "session_name": "Unraveling immune checkpoint inhibitors effects on atherosclerosis: mechanisms and preventive approaches,5-FU associated acute pericarditis with left ventricular dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158419", + "first_name": "Inbar", + "middle_name": "Nardi", + "last_name": "Agmon", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unraveling immune checkpoint inhibitors effects on atherosclerosis: mechanisms and preventive approaches", + "rest_events_session_count": 1, + "rest_events_session": "5-FU associated acute pericarditis with left ventricular dysfunction", + "events_topic": "Atherosclerosis | Pericarditis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immune Checkpoint Inhibitors | Ventricular Dysfunction, Left", + "kol_name": "Inbar Nardi Agmon", + "kol_full_name": "Inbar Nardi Agmon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Takotsubo Cardiomyopathy | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "", + "hcp_pin_alias": "1158418", + "session_name": "Cardiogenic shock in a patient diagnosed with Diffuse Large B Cell Lymphoma (dlbcl) infiltrating the right ventricle, with secondary Takotsubo cardiomyopathy and arrhythmogenic instability", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158418", + "first_name": "Hadar", + "middle_name": "Abramovich", + "last_name": "Yoffe", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiogenic shock in a patient diagnosed with Diffuse Large B Cell Lymphoma (dlbcl) infiltrating the right ventricle", + "rest_events_session_count": 1, + "rest_events_session": " with secondary Takotsubo cardiomyopathy and arrhythmogenic instability", + "events_topic": "Shock, Cardiogenic | Takotsubo Cardiomyopathy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lymphoma, Large B-Cell, Diffuse", + "kol_name": "Hadar Abramovich Yoffe", + "kol_full_name": "Hadar Abramovich Yoffe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158417", + "session_name": "Outcomes after catheter ablation for atrial fibrillation: impact of comorbidities and ablation technique", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158417", + "first_name": "Gregory", + "middle_name": "", + "last_name": "Golovchiner", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes after catheter ablation for atrial fibrillation: impact of comorbidities and ablation technique", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gregory Golovchiner", + "kol_full_name": "Gregory Golovchiner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Encephalomyopathy | Stroke | Acidosis, Lactic | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158416", + "session_name": "Unravelling a rare cardiomyopathy phenotype as part of the syndrome of mitochondrial encephalo-myopathy with lactic acidosis and stroke-like episodes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158416", + "first_name": "Daniella", + "middle_name": "", + "last_name": "Vronsky", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Tel Aviv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unravelling a rare cardiomyopathy phenotype as part of the syndrome of mitochondrial encephalo-myopathy with lactic acidosis and stroke-like episodes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Encephalomyopathy | Stroke ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acidosis, Lactic | Cardiomyopathies", + "kol_name": "Daniella Vronsky", + "kol_full_name": "Daniella Vronsky" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Care Facilities | Obesity", + "npi_num": "", + "hcp_pin_alias": "1158415", + "session_name": "Dealing with obesity in the cardiac care unit: practical solutions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158415", + "first_name": "Avital", + "middle_name": "", + "last_name": "Porter", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dealing with obesity in the cardiac care unit: practical solutions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Care Facilities | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Avital Porter", + "kol_full_name": "Avital Porter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1158414", + "session_name": "Assessment of coronary blood volume to left ventricular mass ratio: a comparative study among endurance athletes, hypertrophic cardiomyopathy patients and healthy controls", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158414", + "first_name": "Ashraf", + "middle_name": "", + "last_name": "Hamdan", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of coronary blood volume to left ventricular mass ratio: a comparative study among endurance athletes", + "rest_events_session_count": 1, + "rest_events_session": " hypertrophic cardiomyopathy patients and healthy controls", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ashraf Hamdan", + "kol_full_name": "Ashraf Hamdan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158413", + "session_name": "2023 ESC Guidelines on Acute Coronary Syndromes: Great Britain and Ireland perspectives,Hypertrophic cardiomyopathy: risk prediction and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158413", + "first_name": "Pascal", + "middle_name": "P.", + "last_name": "McKeown", + "org_name": "Queen's University of Belfast", + "Country": "United Kingdom", + "Region": "Northern Ireland", + "City": "Belfast", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2023 ESC Guidelines on Acute Coronary Syndromes: Great Britain and Ireland perspectives", + "rest_events_session_count": 1, + "rest_events_session": "Hypertrophic cardiomyopathy: risk prediction and outcomes", + "events_topic": "Cardiomyopathy, Hypertrophic | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pascal P. McKeown", + "kol_full_name": "Pascal P. McKeown" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158412", + "session_name": "Diversity in cardiovascular care: advancing health equity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158412", + "first_name": "David", + "middle_name": "R.", + "last_name": "Thompson", + "org_name": "Queen's University of Belfast", + "Country": "United Kingdom", + "Region": "Northern Ireland", + "City": "Belfast", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diversity in cardiovascular care: advancing health equity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David R. Thompson", + "kol_full_name": "David R. Thompson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158411", + "session_name": "Integrating international lifestyle management of acute coronary syndrome and type 2 diabetes mellitus: a rapid review of guidelines", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158411", + "first_name": "Bridie", + "middle_name": "", + "last_name": "Kemp", + "org_name": "Queen's University of Belfast", + "Country": "United Kingdom", + "Region": "Northern Ireland", + "City": "Belfast", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integrating international lifestyle management of acute coronary syndrome and type 2 diabetes mellitus: a rapid review of guidelines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bridie Kemp", + "kol_full_name": "Bridie Kemp" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Artificial Intelligence | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158410", + "session_name": "Optimising healthcare delivery by artificial intelligence?,Patient and caregiver needs after an acute cardiac event,Environmental impacts on heart health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158410", + "first_name": "Donna", + "middle_name": "", + "last_name": "Fitzsimons", + "org_name": "Queens University Belfast", + "Country": "United Kingdom", + "Region": "Northern Ireland", + "City": "Belfast", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising healthcare delivery by artificial intelligence?", + "rest_events_session_count": 2, + "rest_events_session": "Patient and caregiver needs after an acute cardiac event,Environmental impacts on heart health", + "events_topic": "Cardiovascular Diseases | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "Donna Fitzsimons", + "kol_full_name": "Donna Fitzsimons" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Remodeling | Multimorbidity", + "npi_num": "", + "hcp_pin_alias": "1158409", + "session_name": "The impact of multimorbidity on cardiac remodelling in the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158409", + "first_name": "Vijay", + "middle_name": "", + "last_name": "Shyam-Sundar", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of multimorbidity on cardiac remodelling in the UK Biobank", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Remodeling | Multimorbidity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vijay Shyam-Sundar", + "kol_full_name": "Vijay Shyam-Sundar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19 | Amlodipine", + "npi_num": "", + "hcp_pin_alias": "1158408", + "session_name": "Do more with less? Impact of personalized very low doses of amlodipine in the PERSONAL-CovidBP trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158408", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Godec", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Do more with less? Impact of personalized very low doses of amlodipine in the PERSONAL-CovidBP trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19 | Amlodipine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Godec", + "kol_full_name": "Thomas Godec" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Antiarrhythmics | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158407", + "session_name": "In-silico insights into personalised therapy selection of anti-arrhythmic drugs and ablation using patient-specific biatrial models for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158407", + "first_name": "Semhar", + "middle_name": "", + "last_name": "Misghina", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In-silico insights into personalised therapy selection of anti-arrhythmic drugs and ablation using patient-specific biatrial models for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Antiarrhythmics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Semhar Misghina", + "kol_full_name": "Semhar Misghina" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Diseases | Atherosclerosis | Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1158406", + "session_name": "Novel mechanisms of atherosclerosis,Aneurysms and other vascular diseases: novel experimental findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158406", + "first_name": "Paul", + "middle_name": "", + "last_name": "Evans", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel mechanisms of atherosclerosis", + "rest_events_session_count": 1, + "rest_events_session": "Aneurysms and other vascular diseases: novel experimental findings", + "events_topic": "Vascular Diseases | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aneurysm", + "kol_name": "Paul Evans", + "kol_full_name": "Paul Evans" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158405", + "session_name": "Hypertension: biomarkers, genetics, and molecular mechanisms,Hypertension in special circumstances", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158405", + "first_name": "Patricia", + "middle_name": "", + "last_name": "Munroe", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension: biomarkers", + "rest_events_session_count": 3, + "rest_events_session": " genetics, and molecular mechanisms,Hypertension in special circumstances", + "events_topic": "Biomarkers | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patricia Munroe", + "kol_full_name": "Patricia Munroe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Metabolomics | Periodontal Diseases | Cardiovascular Diseases | Coronary Artery Disease | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158404", + "session_name": "The association between periodontal disease and coronary artery disease: insights from imaging, observational and genome-wide data,Non-lipid metabolomic biomarkers are associated with adverse cardiac remodelling and cardiovascular outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158404", + "first_name": "Mihir", + "middle_name": "", + "last_name": "Sanghvi", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between periodontal disease and coronary artery disease: insights from imaging", + "rest_events_session_count": 2, + "rest_events_session": " observational and genome-wide data,Non-lipid metabolomic biomarkers are associated with adverse cardiac remodelling and cardiovascular outcomes", + "events_topic": "Diagnostic Imaging | Metabolomics ", + "rest_events_topic_count": 4, + "rest_events_topic": " Periodontal Diseases | Cardiovascular Diseases | Coronary Artery Disease | Biomarkers", + "kol_name": "Mihir Sanghvi", + "kol_full_name": "Mihir Sanghvi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inhibition, Psychological | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158403", + "session_name": "Dual inhibition of SGLT 1 and 2 alleviates intracellular sodium overload in uraemic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158403", + "first_name": "Megan", + "middle_name": "", + "last_name": "Young", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dual inhibition of SGLT 1 and 2 alleviates intracellular sodium overload in uraemic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inhibition, Psychological | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Megan Young", + "kol_full_name": "Megan Young" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cancer Survivors | Heart Neoplasms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158402", + "session_name": "Cardiovascular disease burden and risk factor management in cancer survivors: insights from a large-scale East London cohort,Tumours in the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158402", + "first_name": "Liliana", + "middle_name": "", + "last_name": "Szabo", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease burden and risk factor management in cancer survivors: insights from a large-scale East London cohort", + "rest_events_session_count": 1, + "rest_events_session": "Tumours in the heart", + "events_topic": "Cancer Survivors | Heart Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Liliana Szabo", + "kol_full_name": "Liliana Szabo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158401", + "session_name": "Trends in hypertension prevalence and control in England over the last 3 decades: Health Survey of England 1994-2019,Trends in hypertension prevalence and control in England over the last 3 decades: Health Survey of England 1994-2019", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158401", + "first_name": "James", + "middle_name": "", + "last_name": "Steckelmacher", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trends in hypertension prevalence and control in England over the last 3 decades: Health Survey of England 1994-2019", + "rest_events_session_count": 1, + "rest_events_session": "Trends in hypertension prevalence and control in England over the last 3 decades: Health Survey of England 1994-2019", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James Steckelmacher", + "kol_full_name": "James Steckelmacher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Cluster Analysis", + "npi_num": "", + "hcp_pin_alias": "1158400", + "session_name": "Clustering analysis based on clinically available data for improving risk stratification and outcome prediction of hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158400", + "first_name": "Elisa", + "middle_name": "", + "last_name": "Rauseo", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clustering analysis based on clinically available data for improving risk stratification and outcome prediction of hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Cluster Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elisa Rauseo", + "kol_full_name": "Elisa Rauseo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Circadian Rhythm | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158399", + "session_name": "Circadian rhythm alterations in cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158399", + "first_name": "Dunja", + "middle_name": "", + "last_name": "Aksentijevic", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circadian rhythm alterations in cardiovascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circadian Rhythm | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dunja Aksentijevic", + "kol_full_name": "Dunja Aksentijevic" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Cardiovascular Diseases | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158398", + "session_name": "Nationwide trends in blood pressure control among those with and without diabetes in England over last 2 decades: Health Survey of England 2003-2019,Nationwide trends in major cardiovascular risk factors in England in the last 2 decades: Health Survey of England 2003-2019", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158398", + "first_name": "Catherine", + "middle_name": "", + "last_name": "Graham", + "org_name": "Queen Mary University of London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nationwide trends in blood pressure control among those with and without diabetes in England over last 2 decades: Health Survey of England 2003-2019", + "rest_events_session_count": 1, + "rest_events_session": "Nationwide trends in major cardiovascular risk factors in England in the last 2 decades: Health Survey of England 2003-2019", + "events_topic": "Diabetes Mellitus | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Catherine Graham", + "kol_full_name": "Catherine Graham" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "HIV Seropositivity | Tachycardia | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158397", + "session_name": "The effect of HIV seropositivity on inpatient outcomes in atrial tachyarrhythmias: a US population analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158397", + "first_name": "John", + "middle_name": "", + "last_name": "Folkes", + "org_name": "Queen Elizabeth The Queen Mother Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Margate", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of HIV seropositivity on inpatient outcomes in atrial tachyarrhythmias: a US population analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "HIV Seropositivity | Tachycardia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "John Folkes", + "kol_full_name": "John Folkes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158396", + "session_name": "State-of-the-Art echocardiography in infiltrative cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158396", + "first_name": "William", + "middle_name": "", + "last_name": "Moody", + "org_name": "Queen Elizabeth Hospital Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-Art echocardiography in infiltrative cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "William Moody", + "kol_full_name": "William Moody" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Percutaneous Coronary Intervention | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158395", + "session_name": "Prevalance and impact of concomitant atrial fibrillation in patients undergoing percutaneous coronary intervention for acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158395", + "first_name": "Sharvari", + "middle_name": "", + "last_name": "Mahajan", + "org_name": "Queen Elizabeth Hospital Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalance and impact of concomitant atrial fibrillation in patients undergoing percutaneous coronary intervention for acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Sharvari Mahajan", + "kol_full_name": "Sharvari Mahajan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Transcatheter Edge-to-Edge Repair", + "npi_num": "", + "hcp_pin_alias": "1158394", + "session_name": "Transcatheter edge-to-edge repair: a primer for echocardiographers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158394", + "first_name": "Shanat", + "middle_name": "", + "last_name": "Baig", + "org_name": "Queen Elizabeth Hospital Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter edge-to-edge repair: a primer for echocardiographers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shanat Baig", + "kol_full_name": "Shanat Baig" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1158393", + "session_name": "State of the art echocardiography in heart failure with preserved ejection (HFpEF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158393", + "first_name": "Peysh", + "middle_name": "", + "last_name": "Patel", + "org_name": "Queen Elizabeth Hospital Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State of the art echocardiography in heart failure with preserved ejection (HFpEF)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peysh Patel", + "kol_full_name": "Peysh Patel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158392", + "session_name": "Echocardiographic assessment of complex congenital left heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158392", + "first_name": "Amormia", + "middle_name": "", + "last_name": "Alvior", + "org_name": "Queen Elizabeth Hospital Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic assessment of complex congenital left heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amormia Alvior", + "kol_full_name": "Amormia Alvior" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hyperkalaemia | Renin-Angiotensin System", + "npi_num": "", + "hcp_pin_alias": "1158391", + "session_name": "Understanding the benefits of renin-angiotensin-aldosterone system inhibitors and influence of hyperkalaemia on their prescription: a UK survey of healthcare professionals' views and practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158391", + "first_name": "Mohammad", + "middle_name": "", + "last_name": "Wasef", + "org_name": "Queen Alexandra Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Portsmouth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Understanding the benefits of renin-angiotensin-aldosterone system inhibitors and influence of hyperkalaemia on their prescription: a UK survey of healthcare professionals' views and practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hyperkalaemia | Renin-Angiotensin System", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohammad Wasef", + "kol_full_name": "Mohammad Wasef" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Lipoprotein(a) | Diagnostic Imaging | Aortic Valve Stenosis | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1158390", + "session_name": "Deep dive in the echo results of the study,State-of-the-art lecture on aortic stenosis: new imaging insights,Lp(a) and aortic stenosis,What’s new in imaging of valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158390", + "first_name": "Philippe", + "middle_name": "", + "last_name": "Pibarot", + "org_name": "Quebec Heart and Lung Institute", + "Country": "Canada", + "Region": "Quebec", + "City": "Quebec", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deep dive in the echo results of the study", + "rest_events_session_count": 3, + "rest_events_session": "State-of-the-art lecture on aortic stenosis: new imaging insights,Lp(a) and aortic stenosis,What’s new in imaging of valvular heart disease", + "events_topic": "Heart Valve Diseases | Lipoprotein(a) ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diagnostic Imaging | Aortic Valve Stenosis | Echocardiography", + "kol_name": "Philippe Pibarot", + "kol_full_name": "Philippe Pibarot" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Remodeling | Bariatric Surgery", + "npi_num": "", + "hcp_pin_alias": "1158389", + "session_name": "Trajectories of weight and their impact on cardiac remodeling and function 16 years after bariatric surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158389", + "first_name": "Marie-Eve", + "middle_name": "", + "last_name": "Piche", + "org_name": "Quebec Heart and Lung Institute", + "Country": "Canada", + "Region": "Quebec", + "City": "Quebec", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trajectories of weight and their impact on cardiac remodeling and function 16 years after bariatric surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Remodeling | Bariatric Surgery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marie-Eve Piche", + "kol_full_name": "Marie-Eve Piche" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angina With Non-Obstructive Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158388", + "session_name": "A practical risk model based on Lasso-Cox regression for angina with nonobstructive coronary arteries (ANOCA) patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158388", + "first_name": "Mengmeng", + "middle_name": "", + "last_name": "Li", + "org_name": "Qi-Lu Hospital of Shandong University School of Medicine", + "Country": "China", + "Region": "Shandong", + "City": "Jinan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A practical risk model based on Lasso-Cox regression for angina with nonobstructive coronary arteries (ANOCA) patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angina With Non-Obstructive Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mengmeng Li", + "kol_full_name": "Mengmeng Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158387", + "session_name": "Complete versus culprit-only PCI in elderly patients with acute coronary syndrome and multivessel coronary artery disease: a meta-analysis of randomized controlled trials.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158387", + "first_name": "Mrinal", + "middle_name": "Murali", + "last_name": "Krishna", + "org_name": "PVS Hospital Kadakkal", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complete versus culprit-only PCI in elderly patients with acute coronary syndrome and multivessel coronary artery disease: a meta-analysis of randomized controlled trials.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Mrinal Murali Krishna", + "kol_full_name": "Mrinal Murali Krishna" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rheumatic Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1158386", + "session_name": "Natural progression of rheumatic aortic valve disease following rheumatic mitral valve intervention: 16-year single center experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158386", + "first_name": "Seok", + "middle_name": "Hyun", + "last_name": "Kim", + "org_name": "Pusan National University Yangsan Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Natural progression of rheumatic aortic valve disease following rheumatic mitral valve intervention: 16-year single center experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rheumatic Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seok Hyun Kim", + "kol_full_name": "Seok Hyun Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158385", + "session_name": "Sex differences in clinical data and long-term outcomes of elderly patients with acute myocardial infarction presenting with cardiogenic shock undergoing percutaneous coronary intervention,The long-term clinical benefit of early versus delayed invasive strategies in elderly patients with non-ST-segment elevation myocardial infarction who have undergone percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158385", + "first_name": "Jeong", + "middle_name": "Cheon", + "last_name": "Choe", + "org_name": "Pusan National University Hospital", + "Country": "Korea, South", + "Region": "Pusan-gwangyoksi", + "City": "Pusan", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in clinical data and long-term outcomes of elderly patients with acute myocardial infarction presenting with cardiogenic shock undergoing percutaneous coronary intervention", + "rest_events_session_count": 1, + "rest_events_session": "The long-term clinical benefit of early versus delayed invasive strategies in elderly patients with non-ST-segment elevation myocardial infarction who have undergone percutaneous coronary intervention", + "events_topic": "Percutaneous Coronary Intervention | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "Jeong Cheon Choe", + "kol_full_name": "Jeong Cheon Choe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vaccination | COVID-19 | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158384", + "session_name": "Vaccination status and long COVID symptoms among patients hospitalized with COVID-19: the WHF COVID-19 Long-term Study,The cardiovascular consequences of climate change", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158384", + "first_name": "Dorairaj", + "middle_name": "", + "last_name": "Prabhakaran", + "org_name": "Public Health Foundation of India(PHFI)", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vaccination status and long COVID symptoms among patients hospitalized with COVID-19: the WHF COVID-19 Long-term Study", + "rest_events_session_count": 1, + "rest_events_session": "The cardiovascular consequences of climate change", + "events_topic": "Vaccination | COVID-19 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Dorairaj Prabhakaran", + "kol_full_name": "Dorairaj Prabhakaran" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19 | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158383", + "session_name": "Substantial morbidity and mortality due to cardiovascular diseases in hospitalized vaccinated and un-vaccinated patients with COVID-19 from 16 countries: the WHF COVID-19 Long-term study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158383", + "first_name": "Kavita", + "middle_name": "", + "last_name": "Singh", + "org_name": "Public Health Foundation of India", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Substantial morbidity and mortality due to cardiovascular diseases in hospitalized vaccinated and un-vaccinated patients with COVID-19 from 16 countries: the WHF COVID-19 Long-term study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19 | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kavita Singh", + "kol_full_name": "Kavita Singh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1158382", + "session_name": "Leadless pacing or physiological pacing: controversy or symbiosis?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158382", + "first_name": "Sem", + "middle_name": "Briongos", + "last_name": "Figuero", + "org_name": "Public Company Hospital de Vallecas - Hospital Infanta Leonor", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Leadless pacing or physiological pacing: controversy or symbiosis?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sem Briongos Figuero", + "kol_full_name": "Sem Briongos Figuero" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nervous System Diseases", + "npi_num": "", + "hcp_pin_alias": "1158381", + "session_name": "Cardiac aspects of psychiatric, addictive, and neurological disorders", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158381", + "first_name": "Daniela", + "middle_name": "", + "last_name": "Dobre", + "org_name": "Psychotherapeutic Center Nancy", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac aspects of psychiatric", + "rest_events_session_count": 2, + "rest_events_session": " addictive, and neurological disorders", + "events_topic": "Nervous System Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniela Dobre", + "kol_full_name": "Daniela Dobre" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Sinus | Bundle Of His", + "npi_num": "", + "hcp_pin_alias": "1158380", + "session_name": "Extraction of old His bundle pacing leads and coronary sinus leads - an analysis of 3897 lead extraction procedures including 27 His and 253 coronary sinus lead removals.,Extraction of old His bundle pacing leads and coronary sinus leads - an analysis of 3897 lead extraction procedures including 27 His and 253 coronary sinus lead removals.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158380", + "first_name": "Lukasz", + "middle_name": "", + "last_name": "Tulecki", + "org_name": "Provincial Hospital of Pope John Paul II", + "Country": "Poland", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extraction of old His bundle pacing leads and coronary sinus leads - an analysis of 3897 lead extraction procedures including 27 His and 253 coronary sinus lead removals.", + "rest_events_session_count": 1, + "rest_events_session": "Extraction of old His bundle pacing leads and coronary sinus leads - an analysis of 3897 lead extraction procedures including 27 His and 253 coronary sinus lead removals.", + "events_topic": "Coronary Sinus | Bundle Of His", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lukasz Tulecki", + "kol_full_name": "Lukasz Tulecki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158379", + "session_name": "Transcatheter edge-to-edge repair (TEER) for tricuspid regurgitation is a good alternative to surgical repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158379", + "first_name": "Sondos", + "middle_name": "", + "last_name": "Samargandy", + "org_name": "Prince Sultan Cardiac Center", + "Country": "Saudi Arabia", + "Region": "Ar Riyad", + "City": "Riyadh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter edge-to-edge repair (TEER) for tricuspid regurgitation is a good alternative to surgical repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sondos Samargandy", + "kol_full_name": "Sondos Samargandy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Heart Failure | Tricuspid Valve Insufficiency | Cardiovascular Diseases | Heart-Assist Devices", + "npi_num": "", + "hcp_pin_alias": "1158378", + "session_name": "Surgical treatment of tricuspid valve infective endocarditis:tricuspid valve repair versus replacement.,Right ventricular failure following left ventricular assist device implantation.,Risk stratification and contemporary challenges in acute cardiovascular care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158378", + "first_name": "Mohamed", + "middle_name": "", + "last_name": "Laimoud", + "org_name": "Prince Sultan Cardiac Center", + "Country": "Saudi Arabia", + "Region": "Ar Riyad", + "City": "Riyadh", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Surgical treatment of tricuspid valve infective endocarditis:tricuspid valve repair versus replacement.", + "rest_events_session_count": 2, + "rest_events_session": "Right ventricular failure following left ventricular assist device implantation.,Risk stratification and contemporary challenges in acute cardiovascular care", + "events_topic": "Endocarditis | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tricuspid Valve Insufficiency | Cardiovascular Diseases | Heart-Assist Devices", + "kol_name": "Mohamed Laimoud", + "kol_full_name": "Mohamed Laimoud" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158377", + "session_name": "Urgent transcatheter aortic valve implantation (TAVI) in the context of cardiogenic shock complicated by cardiac arrest due to critically severe aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158377", + "first_name": "Hamed", + "middle_name": "", + "last_name": "Alghamdi", + "org_name": "Prince Sultan Cardiac Center", + "Country": "Saudi Arabia", + "Region": "Ar Riyad", + "City": "Riyadh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Urgent transcatheter aortic valve implantation (TAVI) in the context of cardiogenic shock complicated by cardiac arrest due to critically severe aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Stenosis | Heart Arrest", + "kol_name": "Hamed Alghamdi", + "kol_full_name": "Hamed Alghamdi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transradial Artery Access Complications", + "npi_num": "", + "hcp_pin_alias": "1158376", + "session_name": "Enhancing guidewire efficacy for transradial access: the EAGER randomised controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158376", + "first_name": "Adam", + "middle_name": "", + "last_name": "Bland", + "org_name": "Prince of Wales Hospital", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhancing guidewire efficacy for transradial access: the EAGER randomised controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transradial Artery Access Complications", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adam Bland", + "kol_full_name": "Adam Bland" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital | Dimethylargininase", + "npi_num": "", + "hcp_pin_alias": "1158375", + "session_name": "E-selectin and asymmetric dimethylarginine plasma levels in adult cyanotic congenital heart disease patients: relation to biochemical parameters, vascular function, and clinical status.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158375", + "first_name": "Sonia", + "middle_name": "", + "last_name": "Nartowicz", + "org_name": "Poznan University of Medical Sciences", + "Country": "Poland", + "Region": "Wielkopolskie", + "City": "Poznan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "E-selectin and asymmetric dimethylarginine plasma levels in adult cyanotic congenital heart disease patients: relation to biochemical parameters", + "rest_events_session_count": 2, + "rest_events_session": " vascular function, and clinical status.", + "events_topic": "Heart Defects, Congenital | Dimethylargininase", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sonia Nartowicz", + "kol_full_name": "Sonia Nartowicz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography | Glucagon-Like Peptide 1 | Calcified Coronary Lesions | Hypercapnia | Levosimendan | Vitamin D Deficiency | Iron Deficiencies | Randomized Controlled Trials As Topic | Ablation Techniques | Heart-Assist Devices | Diabetes Mellitus | Normocapnia | Antithrombotic | Exercise | Cardiac Surgical Procedures | Obesity | Percutaneous Coronary Intervention | Atherectomy, Coronary | Heart Arrest | Cardiovascular Diseases | Sodium-Glucose Transporter 2 Inhibitors | Heart Failure | Acute Coronary Syndrome | Cryptogenic Stroke | Atrial Fibrillation | Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1158374", + "session_name": "Rotational atherectomy versus orbital atherectomy for the treatment of calcified coronary lesions: a systematic review and meta-analysis of 81,873 patients,Sheathless versus standard guiding catheters for transradial percutaneous coronary interventions: a systematic review and meta-analysis,Ultrasound-guided versus palpation-guided techniques for vessel catheterization in children undergoing cardiac surgery. A systematic review and meta-analysis of randomized controlled trials.,Choosing the most effective and safest P2Y12 Inhibitor for use in >70-year-old acute coronary syndrome patients: a network meta-analysis,Exploration of vitamin D hydroxy metabolites C3 epimers in cardiovascular patients: comparative cross-sectional study,A meta-analysis of the safety and efficacy of pulsed-field versus conventional thermal ablation for atrial fibrillation.,Efficacy and safety of of SGLT2 ihibtors in post mi patients: a systematic review and meta-analysis of RCTs,Intermittent levosimendan infusions for advanced heart failure: a systematic review and meta-analysis of randomized controlled trials.,Efficacy and safety of intravenous iron therapy in heart failure patients with iron deficiency: a systematic review and meta-analysis of randomized controlled trials,Mild hypercapnia versus normocapnia in resuscitated out-of-hospital cardiac arrest patients: a systematic review and meta-analysis.,The efficacy and safety of GLP-1 agonists to modify cardiovascular morbidity in patients with obesity without diabetes mellitus: a meta-analysis involving 32,884 patients,A meta-analysis of the efficacy and safety of exercise-based cardiac rehabilitation in patients with left ventricular assist devices.,Antithrombotic strategies after cryptogenic stroke: a systematic review, pairwise, and network meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158374", + "first_name": "Mohamed", + "middle_name": "", + "last_name": "Abouzid", + "org_name": "Poznan University of Medical Sciences", + "Country": "Poland", + "Region": "Wielkopolskie", + "City": "Poznan", + "num_sess": "13", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rotational atherectomy versus orbital atherectomy for the treatment of calcified coronary lesions: a systematic review and meta-analysis of 81", + "rest_events_session_count": 16, + "rest_events_session": "873 patients,Sheathless versus standard guiding catheters for transradial percutaneous coronary interventions: a systematic review and meta-analysis,Ultrasound-guided versus palpation-guided techniques for vessel catheterization in children undergoing cardiac surgery. A systematic review and meta-analysis of randomized controlled trials.,Choosing the most effective and safest P2Y12 Inhibitor for use in >70-year-old acute coronary syndrome patients: a network meta-analysis,Exploration of vitamin D hydroxy metabolites C3 epimers in cardiovascular patients: comparative cross-sectional study,A meta-analysis of the safety and efficacy of pulsed-field versus conventional thermal ablation for atrial fibrillation.,Efficacy and safety of of SGLT2 ihibtors in post mi patients: a systematic review and meta-analysis of RCTs,Intermittent levosimendan infusions for advanced heart failure: a systematic review and meta-analysis of randomized controlled trials.,Efficacy and safety of intravenous iron therapy in heart failure patients with iron deficiency: a systematic review and meta-analysis of randomized controlled trials,Mild hypercapnia versus normocapnia in resuscitated out-of-hospital cardiac arrest patients: a systematic review and meta-analysis.,The efficacy and safety of GLP-1 agonists to modify cardiovascular morbidity in patients with obesity without diabetes mellitus: a meta-analysis involving 32,884 patients,A meta-analysis of the efficacy and safety of exercise-based cardiac rehabilitation in patients with left ventricular assist devices.,Antithrombotic strategies after cryptogenic stroke: a systematic review, pairwise, and network meta-analysis of randomized controlled trials", + "events_topic": "Ultrasonography | Glucagon-Like Peptide 1 ", + "rest_events_topic_count": 24, + "rest_events_topic": " Calcified Coronary Lesions | Hypercapnia | Levosimendan | Vitamin D Deficiency | Iron Deficiencies | Randomized Controlled Trials As Topic | Ablation Techniques | Heart-Assist Devices | Diabetes Mellitus | Normocapnia | Antithrombotic | Exercise | Cardiac Surgical Procedures | Obesity | Percutaneous Coronary Intervention | Atherectomy, Coronary | Heart Arrest | Cardiovascular Diseases | Sodium-Glucose Transporter 2 Inhibitors | Heart Failure | Acute Coronary Syndrome | Cryptogenic Stroke | Atrial Fibrillation | Cardiac Rehabilitation", + "kol_name": "Mohamed Abouzid", + "kol_full_name": "Mohamed Abouzid" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158373", + "session_name": "TAVI in different ages and sizes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158373", + "first_name": "Marta", + "middle_name": "Izabela", + "last_name": "Kaluzna-Oleksy", + "org_name": "Poznan University of Medical Sciences", + "Country": "Poland", + "Region": "Wielkopolskie", + "City": "Poznan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI in different ages and sizes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marta Izabela Kaluzna-Oleksy", + "kol_full_name": "Marta Izabela Kaluzna-Oleksy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158372", + "session_name": "Myocardial work assessment as a prognostic tool in peripartum cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158372", + "first_name": "Malgorzata", + "middle_name": "", + "last_name": "Malek-Elikowska", + "org_name": "Poznan University of Medical Sciences", + "Country": "Poland", + "Region": "Wielkopolskie", + "City": "Poznan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial work assessment as a prognostic tool in peripartum cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Malgorzata Malek-Elikowska", + "kol_full_name": "Malgorzata Malek-Elikowska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158371", + "session_name": "Physiology to determine the severity and pattern of coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158371", + "first_name": "Maciej", + "middle_name": "", + "last_name": "Lesiak", + "org_name": "Poznan University of Medical Sciences", + "Country": "Poland", + "Region": "Wielkopolskie", + "City": "Poznan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Physiology to determine the severity and pattern of coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maciej Lesiak", + "kol_full_name": "Maciej Lesiak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Heart Septal Defects, Atrial", + "npi_num": "", + "hcp_pin_alias": "1158370", + "session_name": "Transcatheter closure of atrial septal defect (ASD) in adult and paediatric population without transoesophageal echocardiography/general anaesthesia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158370", + "first_name": "Parag", + "middle_name": "", + "last_name": "Barwad", + "org_name": "Post Graduate Institute of Medical Education and Research", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter closure of atrial septal defect (ASD) in adult and paediatric population without transoesophageal echocardiography/general anaesthesia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Parag Barwad", + "kol_full_name": "Parag Barwad" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158369", + "session_name": "The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158369", + "first_name": "Jeff", + "middle_name": "", + "last_name": "Healey", + "org_name": "Population Health Research Institute", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jeff Healey", + "kol_full_name": "Jeff Healey" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158368", + "session_name": "Cardiovascular disease in pregnancy cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158368", + "first_name": "Karolina", + "middle_name": "", + "last_name": "Kupczynska", + "org_name": "Polish Mother's Memorial Hospital", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease in pregnancy cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karolina Kupczynska", + "kol_full_name": "Karolina Kupczynska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158367", + "session_name": "Identification of premature cardiovascular disease using a family-based strategy: a feasibility pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158367", + "first_name": "Pierre", + "middle_name": "", + "last_name": "Charleux", + "org_name": "Pitie Salpetriere APHP University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification of premature cardiovascular disease using a family-based strategy: a feasibility pilot study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pierre Charleux", + "kol_full_name": "Pierre Charleux" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thromboembolism | Mortality | Percutaneous Coronary Intervention | Foramen Ovale, Patent | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1158366", + "session_name": "Prevalence, determinants, and impact of significant shunt after percutaneous patent foramen ovale closure,Venous thrombo-embolic events as the probable cause of arterial ischemic event in patients with patent foramen ovale,Respective impact of bleeding and ischemic complications of mortality after percutaneous coronary interventions: substudy from the FRANCE-PCI registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158366", + "first_name": "Paul", + "middle_name": "", + "last_name": "Guedeney", + "org_name": "Pitie Salpetriere APHP University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence", + "rest_events_session_count": 4, + "rest_events_session": " determinants, and impact of significant shunt after percutaneous patent foramen ovale closure,Venous thrombo-embolic events as the probable cause of arterial ischemic event in patients with patent foramen ovale,Respective impact of bleeding and ischemic complications of mortality after percutaneous coronary interventions: substudy from the FRANCE-PCI registry", + "events_topic": "Thromboembolism | Mortality ", + "rest_events_topic_count": 3, + "rest_events_topic": " Percutaneous Coronary Intervention | Foramen Ovale, Patent | Hemorrhage", + "kol_name": "Paul Guedeney", + "kol_full_name": "Paul Guedeney" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158365", + "session_name": "Does inflammation matter in cardiogenic shock?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158365", + "first_name": "Niki", + "middle_name": "", + "last_name": "Procopi", + "org_name": "Pitie Salpetriere APHP University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Does inflammation matter in cardiogenic shock?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Niki Procopi", + "kol_full_name": "Niki Procopi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dobutamine | Weaning | Levosimendan | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158364", + "session_name": "Levosimendan in patients with cardiogenic shock refractory to dobutamine weaning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158364", + "first_name": "Michel", + "middle_name": "", + "last_name": "Zeitouni", + "org_name": "Pitie Salpetriere APHP University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Levosimendan in patients with cardiogenic shock refractory to dobutamine weaning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dobutamine | Weaning ", + "rest_events_topic_count": 2, + "rest_events_topic": " Levosimendan | Shock, Cardiogenic", + "kol_name": "Michel Zeitouni", + "kol_full_name": "Michel Zeitouni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent | Heart Septal Defects, Atrial", + "npi_num": "", + "hcp_pin_alias": "1158363", + "session_name": "Feasibility and early outcomes of atrial septal defect prostheses use for percutaneous closure of widely open patent foramen ovale", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158363", + "first_name": "Marie", + "middle_name": "", + "last_name": "Dupuy", + "org_name": "Pitie Salpetriere APHP University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Feasibility and early outcomes of atrial septal defect prostheses use for percutaneous closure of widely open patent foramen ovale", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Foramen Ovale, Patent | Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marie Dupuy", + "kol_full_name": "Marie Dupuy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Mechanical Circulatory Support | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158362", + "session_name": "Great Debates: management of cardiac arrest and cardiogenic shock - how? where? and when?,Personalised management of the patient on mechanical circulatory support in the cardiac care unit", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158362", + "first_name": "Alain", + "middle_name": "", + "last_name": "Combes", + "org_name": "Pitie Salpetriere APHP University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debates: management of cardiac arrest and cardiogenic shock - how? where? and when?", + "rest_events_session_count": 1, + "rest_events_session": "Personalised management of the patient on mechanical circulatory support in the cardiac care unit", + "events_topic": "Shock, Cardiogenic | Mechanical Circulatory Support ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "Alain Combes", + "kol_full_name": "Alain Combes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Glucose Tolerance Test | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158361", + "session_name": "Undiagnosed impaired glucose tolerance/diabetes mellitus and relationship with aortic stiffness in patients with acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158361", + "first_name": "Simona", + "middle_name": "", + "last_name": "Chiusolo", + "org_name": "Pisana University Hospital", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Undiagnosed impaired glucose tolerance/diabetes mellitus and relationship with aortic stiffness in patients with acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Glucose Tolerance Test ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Simona Chiusolo", + "kol_full_name": "Simona Chiusolo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Iron Deficiencies | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158360", + "session_name": "Associations of different definitions of iron deficiency with cardiac structure and function, congestion, exercise capacity and prognosis in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158360", + "first_name": "Nicola", + "middle_name": "Riccardo", + "last_name": "Pugliese", + "org_name": "Pisa University Hospital", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations of different definitions of iron deficiency with cardiac structure and function", + "rest_events_session_count": 2, + "rest_events_session": " congestion, exercise capacity and prognosis in heart failure", + "events_topic": "Prognosis | Iron Deficiencies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Nicola Riccardo Pugliese", + "kol_full_name": "Nicola Riccardo Pugliese" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Diabetes Mellitus, Type 1 | Diabetes Mellitus, Type 2 | Heart Rate", + "npi_num": "", + "hcp_pin_alias": "1158359", + "session_name": "Circadian heart rate fluctuations predict 21-year cardiovascular and all-cause mortality in type 2 and type 1 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158359", + "first_name": "Lorenzo", + "middle_name": "", + "last_name": "Nesti", + "org_name": "Pisa University Hospital", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circadian heart rate fluctuations predict 21-year cardiovascular and all-cause mortality in type 2 and type 1 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Diabetes Mellitus, Type 1 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diabetes Mellitus, Type 2 | Heart Rate", + "kol_name": "Lorenzo Nesti", + "kol_full_name": "Lorenzo Nesti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Annulus | Coronary Revascularization | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158358", + "session_name": "Coronary revascularisation in patients undergoing TAVI: why? when? and how?,Self-expanding or balloon-expandable TAVR in patients with a small aortic annulus: the SMART trial,TAVI: technical aspects in special populations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158358", + "first_name": "Anna", + "middle_name": "Sonia", + "last_name": "Petronio", + "org_name": "Pisa University Hospital", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary revascularisation in patients undergoing TAVI: why? when? and how?", + "rest_events_session_count": 2, + "rest_events_session": "Self-expanding or balloon-expandable TAVR in patients with a small aortic annulus: the SMART trial,TAVI: technical aspects in special populations", + "events_topic": "Aortic Annulus | Coronary Revascularization ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Aortic Valve Replacement", + "kol_name": "Anna Sonia Petronio", + "kol_full_name": "Anna Sonia Petronio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158357", + "session_name": "A challenging case of spontaneous coronary artery dissection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158357", + "first_name": "Marco", + "middle_name": "", + "last_name": "Centola", + "org_name": "Pio XI Hospital in Desio", + "Country": "Italy", + "Region": "Toscana", + "City": "Massa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A challenging case of spontaneous coronary artery dissection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marco Centola", + "kol_full_name": "Marco Centola" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rheumatic Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1158356", + "session_name": "A roadmap to eradicate rheumatic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158356", + "first_name": "Anita", + "middle_name": "", + "last_name": "Saxena", + "org_name": "PGIMS Rohtak", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A roadmap to eradicate rheumatic heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rheumatic Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anita Saxena", + "kol_full_name": "Anita Saxena" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertensive Crisis", + "npi_num": "", + "hcp_pin_alias": "1158355", + "session_name": "More hypertensive crises in women than in men in a single emergency department", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158355", + "first_name": "Elmar", + "middle_name": "", + "last_name": "Strzelczyk", + "org_name": "Peter Osypka Heart Center", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "More hypertensive crises in women than in men in a single emergency department", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertensive Crisis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elmar Strzelczyk", + "kol_full_name": "Elmar Strzelczyk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158354", + "session_name": "Long-term clinical outcomes and patterns of follow-up after cardiogenic shock: insights from an advanced heart failure referral center registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158354", + "first_name": "Rana", + "middle_name": "", + "last_name": "Hassan", + "org_name": "Peter Munk Cardiac Centre", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term clinical outcomes and patterns of follow-up after cardiogenic shock: insights from an advanced heart failure referral center registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rana Hassan", + "kol_full_name": "Rana Hassan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Diabetes Mellitus | Ezetimibe | Non-ST Elevated Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158353", + "session_name": "Association between completeness of revascularization and cardiovascular outcomes in patients with diabetes and non-ST elevation myocardial infarction: a population-based registry analysis,Combination of moderate-intensity statins and ezetimibe versus high-intensity statins alone for primary prevention of cardiovascular events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158353", + "first_name": "Lucas", + "middle_name": "", + "last_name": "Godoy", + "org_name": "Peter Munk Cardiac Centre", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between completeness of revascularization and cardiovascular outcomes in patients with diabetes and non-ST elevation myocardial infarction: a population-based registry analysis", + "rest_events_session_count": 1, + "rest_events_session": "Combination of moderate-intensity statins and ezetimibe versus high-intensity statins alone for primary prevention of cardiovascular events", + "events_topic": "Cardiovascular Diseases | Diabetes Mellitus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ezetimibe | Non-ST Elevated Myocardial Infarction", + "kol_name": "Lucas Godoy", + "kol_full_name": "Lucas Godoy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Neoplasms | Cardiac Dysfunction | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158352", + "session_name": "Prediction of cancer therapy related cardiac dysfunction by using a machine learning approach with cardiac magnetic resonance images,Cardiovascular outcomes in acute coronary syndrome patients with cancer: a statewide population-linkage study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158352", + "first_name": "Christopher", + "middle_name": "", + "last_name": "Yu", + "org_name": "Peter Munk Cardiac Centre", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of cancer therapy related cardiac dysfunction by using a machine learning approach with cardiac magnetic resonance images", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular outcomes in acute coronary syndrome patients with cancer: a statewide population-linkage study", + "events_topic": "Cardiac Magnetic Resonance Imaging | Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Dysfunction | Acute Coronary Syndrome", + "kol_name": "Christopher Yu", + "kol_full_name": "Christopher Yu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Self Care | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158351", + "session_name": "Self-management app usage and expectations by patients with heart failure: results of a qualitative study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158351", + "first_name": "Thomas", + "middle_name": "Maria", + "last_name": "Helms", + "org_name": "Peri Cor Cardiology Working Goup / Ass. UCSF", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Self-management app usage and expectations by patients with heart failure: results of a qualitative study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Self Care | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Maria Helms", + "kol_full_name": "Thomas Maria Helms" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Oxygen Inhalation Therapy", + "npi_num": "", + "hcp_pin_alias": "1158350", + "session_name": "A reference equation for peak oxygen uptake for cycle ergometry in chinese adult subjects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158350", + "first_name": "Wang", + "middle_name": "", + "last_name": "Jinan", + "org_name": "Peking University Third Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A reference equation for peak oxygen uptake for cycle ergometry in chinese adult subjects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oxygen Inhalation Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wang Jinan", + "kol_full_name": "Wang Jinan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158349", + "session_name": "Association of ethanolamine desaturase TMEM189-plasmalogen axis with the stability of atherosclerotic plaque and cardiovascular events after acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158349", + "first_name": "Haiyi", + "middle_name": "", + "last_name": "Yu", + "org_name": "Peking University Third Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of ethanolamine desaturase TMEM189-plasmalogen axis with the stability of atherosclerotic plaque and cardiovascular events after acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Haiyi Yu", + "kol_full_name": "Haiyi Yu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158348", + "session_name": "Heart failure due to hypertension: innovative drug and device-based therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158348", + "first_name": "Jing", + "middle_name": "", + "last_name": "Liu", + "org_name": "Peking University Peoples' Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure due to hypertension: innovative drug and device-based therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jing Liu", + "kol_full_name": "Jing Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Paraganglioma | Embolization, Therapeutic | Digital Health | Peritoneum | Pheochromocytoma | Single Photon Emission Computed Tomography Computed Tomography | Hypertension | Adenoma | Blood Pressure Monitors", + "npi_num": "", + "hcp_pin_alias": "1158347", + "session_name": "SPECT/CT was useful for diagnosing retroperitoneum pheochromocytoma and paraganglioma in screening secondary factors of hypertension,SPECT/CT was useful for diagnosing retroperitoneum pheochromocytoma and paraganglioma in screening secondary factors of hypertension,Left adrenal adenoma diagnosed without confirmation test but via adrenal vein sampling and treated with super-selective adrenal arterial embolization: facing the complexity of real world,Design and implementation of digital home blood pressure monitoring based on Bluetooth and WeChat App in the FAIR-Pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158347", + "first_name": "Yuxi", + "middle_name": "", + "last_name": "Li", + "org_name": "Peking University First Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SPECT/CT was useful for diagnosing retroperitoneum pheochromocytoma and paraganglioma in screening secondary factors of hypertension", + "rest_events_session_count": 3, + "rest_events_session": "SPECT/CT was useful for diagnosing retroperitoneum pheochromocytoma and paraganglioma in screening secondary factors of hypertension,Left adrenal adenoma diagnosed without confirmation test but via adrenal vein sampling and treated with super-selective adrenal arterial embolization: facing the complexity of real world,Design and implementation of digital home blood pressure monitoring based on Bluetooth and WeChat App in the FAIR-Pilot study", + "events_topic": "Paraganglioma | Embolization, Therapeutic ", + "rest_events_topic_count": 7, + "rest_events_topic": " Digital Health | Peritoneum | Pheochromocytoma | Single Photon Emission Computed Tomography Computed Tomography | Hypertension | Adenoma | Blood Pressure Monitors", + "kol_name": "Yuxi Li", + "kol_full_name": "Yuxi Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158346", + "session_name": "Disparities in SGLT2i utilization among heart failure patients with different ejection fraction in China: findings from chinese cardiovascular association database-heart failure center registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158346", + "first_name": "Qixian", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Peking University First Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Disparities in SGLT2i utilization among heart failure patients with different ejection fraction in China: findings from chinese cardiovascular association database-heart failure center registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Qixian Zhang", + "kol_full_name": "Qixian Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Obesity | Cholesterol, LDL | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158345", + "session_name": "Association between the cumulative Atherogenic Index of Plasma (AIP) and Major Adverse Cardiac Events (MACE), Acute Myocardial Infarction (AMI) and stroke: a prospective cohort study,Modifying effect of obesity status on the association between low-density lipoprotein cholesterol with incident hemorrhagic stroke: evidence from a community-based longitudinal cohort study in China", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158345", + "first_name": "Long", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Peking University First Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between the cumulative Atherogenic Index of Plasma (AIP) and Major Adverse Cardiac Events (MACE)", + "rest_events_session_count": 2, + "rest_events_session": " Acute Myocardial Infarction (AMI) and stroke: a prospective cohort study,Modifying effect of obesity status on the association between low-density lipoprotein cholesterol with incident hemorrhagic stroke: evidence from a community-based longitudinal cohort study in China", + "events_topic": "Stroke | Obesity ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cholesterol, LDL | Myocardial Infarction", + "kol_name": "Long Zhang", + "kol_full_name": "Long Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158344", + "session_name": "The association between endogenous erythropoietin levels and the risk of heart failure in a Chinese community-based population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158344", + "first_name": "Haotai", + "middle_name": "", + "last_name": "Xie", + "org_name": "Peking University First Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between endogenous erythropoietin levels and the risk of heart failure in a Chinese community-based population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Haotai Xie", + "kol_full_name": "Haotai Xie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Cardiovascular Diseases | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158343", + "session_name": "Higher systolic blood pressure in left not right upper limb is associated with all-cause mortality risk in a community-based population,The associations of triglyceride glucose and its derived indexes with 10-year cardiovascular disease risk in a Chinese community-based population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158343", + "first_name": "Fangfang", + "middle_name": "", + "last_name": "Fan", + "org_name": "Peking University First Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Higher systolic blood pressure in left not right upper limb is associated with all-cause mortality risk in a community-based population", + "rest_events_session_count": 1, + "rest_events_session": "The associations of triglyceride glucose and its derived indexes with 10-year cardiovascular disease risk in a Chinese community-based population", + "events_topic": "Mortality | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Fangfang Fan", + "kol_full_name": "Fangfang Fan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158342", + "session_name": "Global prevalence and factors associated with frailty among community-dwelling older adults with hypertension: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158342", + "first_name": "Hongpeng", + "middle_name": "", + "last_name": "Liu", + "org_name": "Peking University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global prevalence and factors associated with frailty among community-dwelling older adults with hypertension: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hongpeng Liu", + "kol_full_name": "Hongpeng Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Stenosis | Inflammation", + "npi_num": "", + "hcp_pin_alias": "1158341", + "session_name": "Inflammation-associated and rapidly progressive coronary de novo stenosis and restenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158341", + "first_name": "Lun", + "middle_name": "", + "last_name": "Wang", + "org_name": "Peking Union Medical College Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation-associated and rapidly progressive coronary de novo stenosis and restenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Stenosis | Inflammation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lun Wang", + "kol_full_name": "Lun Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1158340", + "session_name": "Improving early mortality risk detection in light-chain cardiac amyloidosis patients with routine echocardiographic indicators and mayo staging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158340", + "first_name": "Jingyi", + "middle_name": "", + "last_name": "Li", + "org_name": "Peking Union Medical College Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improving early mortality risk detection in light-chain cardiac amyloidosis patients with routine echocardiographic indicators and mayo staging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jingyi Li", + "kol_full_name": "Jingyi Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Ablation Techniques | Radiosurgery", + "npi_num": "", + "hcp_pin_alias": "1158339", + "session_name": "Targeting ventricular tachycardia originating from the anterolateral papillary muscle with stereotactic body radioablation therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158339", + "first_name": "Meysam", + "middle_name": "", + "last_name": "Pirbaglou", + "org_name": "Partners in Advanced Cardiac Evaluation - Pace Cardiology", + "Country": "Canada", + "Region": "Ontario", + "City": "Newmarket", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting ventricular tachycardia originating from the anterolateral papillary muscle with stereotactic body radioablation therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Radiosurgery", + "kol_name": "Meysam Pirbaglou", + "kol_full_name": "Meysam Pirbaglou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent", + "npi_num": "", + "hcp_pin_alias": "1158338", + "session_name": "Evaluation of efficacy and safety of simplified procedure for the percutaneous closure of patent foramen ovale: the Ile De France Foramen Ovale Permeable(IDFFOP) prospective, multicenter cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158338", + "first_name": "Pryscille", + "middle_name": "", + "last_name": "Kamtchueng", + "org_name": "Paris Hospital Group Site Saint Joseph", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of efficacy and safety of simplified procedure for the percutaneous closure of patent foramen ovale: the Ile De France Foramen Ovale Permeable(IDFFOP) prospective", + "rest_events_session_count": 1, + "rest_events_session": " multicenter cohort study", + "events_topic": "Foramen Ovale, Patent", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pryscille Kamtchueng", + "kol_full_name": "Pryscille Kamtchueng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electronic Health Records | Heart Disease Risk Factors | Death, Sudden, Cardiac | Machine Learning", + "npi_num": "", + "hcp_pin_alias": "1158337", + "session_name": "Personalized prediction model specific for sudden cardiac death in the population: a machine learning study based on EHR,Importance and limits of cardiovascular risk factors on the prediction of SCD using machine learning approach.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158337", + "first_name": "Xavier", + "middle_name": "", + "last_name": "Jouven", + "org_name": "Paris Cite University", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalized prediction model specific for sudden cardiac death in the population: a machine learning study based on EHR", + "rest_events_session_count": 1, + "rest_events_session": "Importance and limits of cardiovascular risk factors on the prediction of SCD using machine learning approach.", + "events_topic": "Electronic Health Records | Heart Disease Risk Factors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Death, Sudden, Cardiac | Machine Learning", + "kol_name": "Xavier Jouven", + "kol_full_name": "Xavier Jouven" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Anemia, Sickle Cell | Atherosclerosis | Bilirubin", + "npi_num": "", + "hcp_pin_alias": "1158336", + "session_name": "Absence of coronary artery disease in high-risk sickle cell anemia patients: a new illustration supporting the protective effect of Bilirubin against atherosclerosis?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158336", + "first_name": "Mathilde", + "middle_name": "", + "last_name": "Stevenard", + "org_name": "Paris Cite University", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Absence of coronary artery disease in high-risk sickle cell anemia patients: a new illustration supporting the protective effect of Bilirubin against atherosclerosis?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Anemia, Sickle Cell ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atherosclerosis | Bilirubin", + "kol_name": "Mathilde Stevenard", + "kol_full_name": "Mathilde Stevenard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158335", + "session_name": "Sex and racial disparities in mitral/tricuspid transcatheter interventions,Heart disease in a low-resource setting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158335", + "first_name": "Alec", + "middle_name": "", + "last_name": "Vahanian", + "org_name": "Paris Cite University", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex and racial disparities in mitral/tricuspid transcatheter interventions", + "rest_events_session_count": 1, + "rest_events_session": "Heart disease in a low-resource setting", + "events_topic": "Tricuspid Valve Insufficiency | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alec Vahanian", + "kol_full_name": "Alec Vahanian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158334", + "session_name": "Managing hypertension through lifestyle modifications: an important consideration,Personalised hypertension management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158334", + "first_name": "Rosa", + "middle_name": "Maria", + "last_name": "Bruno", + "org_name": "PARCC INSERM U970 European Hospital Georges Pompidou APHP", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Managing hypertension through lifestyle modifications: an important consideration", + "rest_events_session_count": 1, + "rest_events_session": "Personalised hypertension management", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rosa Maria Bruno", + "kol_full_name": "Rosa Maria Bruno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug-Eluting Stents | In Vitro Techniques", + "npi_num": "", + "hcp_pin_alias": "1158333", + "session_name": "Drug eluting stents trigger the secretion of inflammatory proteins in an experimental in vitro study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158333", + "first_name": "Michael", + "middle_name": "", + "last_name": "Lichtenauer", + "org_name": "Paracelsus Private Medical University", + "Country": "Austria", + "Region": "Salzburg", + "City": "Salzburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drug eluting stents trigger the secretion of inflammatory proteins in an experimental in vitro study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-Eluting Stents | In Vitro Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Lichtenauer", + "kol_full_name": "Michael Lichtenauer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Dapagliflozin | Sodium-Glucose Transporter 2 Inhibitors | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158332", + "session_name": "Predictors of worsening kidney function and their relation to SGLT2 inhibitor dapagliflozin administration in type 2 diabetes mellitus patients with chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158332", + "first_name": "Alexander", + "middle_name": "E.", + "last_name": "Berezin", + "org_name": "Paracelsus Private Medical University", + "Country": "Austria", + "Region": "Salzburg", + "City": "Salzburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of worsening kidney function and their relation to SGLT2 inhibitor dapagliflozin administration in type 2 diabetes mellitus patients with chronic heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Dapagliflozin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sodium-Glucose Transporter 2 Inhibitors | Heart Failure", + "kol_name": "Alexander E. Berezin", + "kol_full_name": "Alexander E. Berezin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheterization | Carotid Arteries", + "npi_num": "", + "hcp_pin_alias": "1158331", + "session_name": "Modified Langendorff technique for isolated rat heart preparation: Krebs-Henseleit Buffer-blood exchange through carotid artery catheterization.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158331", + "first_name": "Rui", + "middle_name": "", + "last_name": "Mi", + "org_name": "Panjin People's Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modified Langendorff technique for isolated rat heart preparation: Krebs-Henseleit Buffer-blood exchange through carotid artery catheterization.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheterization | Carotid Arteries", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rui Mi", + "kol_full_name": "Rui Mi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endothelin-1 | Receptor, Endothelin A | Angiotensins", + "npi_num": "", + "hcp_pin_alias": "1158330", + "session_name": "Angiotensin-II receptor type 1 and endothelin-1 receptor type A agonistic autoantibodies in patients with STEMI: new kids on the block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158330", + "first_name": "Giovanni", + "middle_name": "Riccardo Maria", + "last_name": "Civieri", + "org_name": "Padova Hospital", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angiotensin-II receptor type 1 and endothelin-1 receptor type A agonistic autoantibodies in patients with STEMI: new kids on the block", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endothelin-1 | Receptor, Endothelin A ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiotensins", + "kol_name": "Giovanni Riccardo Maria Civieri", + "kol_full_name": "Giovanni Riccardo Maria Civieri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Biopsy", + "npi_num": "", + "hcp_pin_alias": "1158329", + "session_name": "Peripheral blood immune cells distribution in biopsy-proven myocarditis: etiology and prognostic correlates", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158329", + "first_name": "Cristina", + "middle_name": "", + "last_name": "Vicenzetto", + "org_name": "Padova Hospital", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peripheral blood immune cells distribution in biopsy-proven myocarditis: etiology and prognostic correlates", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Biopsy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cristina Vicenzetto", + "kol_full_name": "Cristina Vicenzetto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypoxia | Heart Septal Defects, Atrial", + "npi_num": "", + "hcp_pin_alias": "1158328", + "session_name": "A rare case of refractory hypoxaemia in a patient with large ostial right coronary artery thrombus and large atrial septal defect", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158328", + "first_name": "Mina", + "middle_name": "", + "last_name": "Fares", + "org_name": "Oxford University Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A rare case of refractory hypoxaemia in a patient with large ostial right coronary artery thrombus and large atrial septal defect", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypoxia | Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mina Fares", + "kol_full_name": "Mina Fares" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Resistance | Angiography", + "npi_num": "", + "hcp_pin_alias": "1158327", + "session_name": "Comparison of fully angiography-derived versus a hybrid of angiography and pressure-wire-derived approach to assess coronary microvascular resistance: the OxAMI-Hybrid study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158327", + "first_name": "Jason", + "middle_name": "", + "last_name": "Chai", + "org_name": "Oxford University Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of fully angiography-derived versus a hybrid of angiography and pressure-wire-derived approach to assess coronary microvascular resistance: the OxAMI-Hybrid study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Resistance | Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jason Chai", + "kol_full_name": "Jason Chai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158326", + "session_name": "Enormous ASD presenting with severe right heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158326", + "first_name": "Elizabeth", + "middle_name": "", + "last_name": "Orchard", + "org_name": "Oxford University Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enormous ASD presenting with severe right heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elizabeth Orchard", + "kol_full_name": "Elizabeth Orchard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Remodeling | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158325", + "session_name": "Impact of adjacent thoracic structures in negative left atrial remodelling in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158325", + "first_name": "Richard", + "middle_name": "", + "last_name": "Varini", + "org_name": "Oxford University Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of adjacent thoracic structures in negative left atrial remodelling in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Remodeling | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Richard Varini", + "kol_full_name": "Richard Varini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electric Countershock | Catheter Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158324", + "session_name": "Timing of early recurrence of atrial fibrillation during the blanking period after catheter ablation for persistent atrial fibrillation and implications for long-term success: a multicentre study,Duration of sinus rhythm after direct current cardioversion does not predict recurrence of atrial fibrillation after subsequent catheter ablation: a multicentre study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158324", + "first_name": "Pok", + "middle_name": "Tin", + "last_name": "Tang", + "org_name": "Oxford University Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Timing of early recurrence of atrial fibrillation during the blanking period after catheter ablation for persistent atrial fibrillation and implications for long-term success: a multicentre study", + "rest_events_session_count": 1, + "rest_events_session": "Duration of sinus rhythm after direct current cardioversion does not predict recurrence of atrial fibrillation after subsequent catheter ablation: a multicentre study", + "events_topic": "Electric Countershock | Catheter Ablation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Pok Tin Tang", + "kol_full_name": "Pok Tin Tang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Cardiac Imaging Techniques | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1158323", + "session_name": "Setting new standards in cardiovascular imaging with spectral CT,Cardiovascular magnetic resonance (CMR) and cardiac computed tomography (CT) opening up new cardiovascular pathways", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158323", + "first_name": "Eliseo", + "middle_name": "Vano", + "last_name": "Galvan", + "org_name": "Our Lady Rosario Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Setting new standards in cardiovascular imaging with spectral CT", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular magnetic resonance (CMR) and cardiac computed tomography (CT) opening up new cardiovascular pathways", + "events_topic": "Magnetic Resonance Imaging | Cardiac Imaging Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "Eliseo Vano Galvan", + "kol_full_name": "Eliseo Vano Galvan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Calcification | Epicardial Adipose Tissue", + "npi_num": "", + "hcp_pin_alias": "1158322", + "session_name": "Reduced inflammation assessed by pericoronary adipose tissue is associated with coronary plaque calcification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158322", + "first_name": "Katrine", + "middle_name": "Schultz", + "last_name": "Overgaard", + "org_name": "OUH Svendborg Hospital", + "Country": "Denmark", + "Region": "Fyn", + "City": "Svendborg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reduced inflammation assessed by pericoronary adipose tissue is associated with coronary plaque calcification", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Calcification | Epicardial Adipose Tissue", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katrine Schultz Overgaard", + "kol_full_name": "Katrine Schultz Overgaard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Practice Guideline | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158321", + "session_name": "Cardiovascular disease prevention according to ESC Clinical Practice Guidelines", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158321", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Lupi", + "org_name": "Ospedale S.Biagio", + "Country": "Italy", + "Region": "Calabria", + "City": "Vibo Valentia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease prevention according to ESC Clinical Practice Guidelines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Practice Guideline | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Lupi", + "kol_full_name": "Alessandro Lupi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Coronary Syndrome | Percutaneous Coronary Intervention | Cancer Surgery | Antiplatelet Therapy | Antithrombotic Therapy | Cardiovascular Diseases | Non-ST-Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158320", + "session_name": "Smaller trials, trial updates, and other studies on antiplatelet and antithrombotic therapies,A patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery: how to implement the guidelines and take-home messages,Novel antithrombotic therapies in cardiovascular disease: what’s on the horizon?,Personalising antithrombotic strategies in acute and chronic coronary syndromes: when and how to escalate and de-escalate", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158320", + "first_name": "Sigrun", + "middle_name": "", + "last_name": "Halvorsen", + "org_name": "Oslo University Hospital Ulleval", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 5, + "rest_events_session": " trial updates, and other studies on antiplatelet and antithrombotic therapies,A patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery: how to implement the guidelines and take-home messages,Novel antithrombotic therapies in cardiovascular disease: what’s on the horizon?,Personalising antithrombotic strategies in acute and chronic coronary syndromes: when and how to escalate and de-escalate", + "events_topic": "Chronic Coronary Syndrome | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cancer Surgery | Antiplatelet Therapy | Antithrombotic Therapy | Cardiovascular Diseases | Non-ST-Elevation Myocardial Infarction", + "kol_name": "Sigrun Halvorsen", + "kol_full_name": "Sigrun Halvorsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Function, Right | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158319", + "session_name": "The effects of targeting mild hypercapnia on right ventricular function after out-of-hospital cardiac arrest. A sub-study of the TAME trial.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158319", + "first_name": "Mathias", + "middle_name": "Baumann", + "last_name": "Melberg", + "org_name": "Oslo University Hospital Ulleval", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effects of targeting mild hypercapnia on right ventricular function after out-of-hospital cardiac arrest. A sub-study of the TAME trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Function, Right | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mathias Baumann Melberg", + "kol_full_name": "Mathias Baumann Melberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Extracellular Traps", + "npi_num": "", + "hcp_pin_alias": "1158318", + "session_name": "Circulating levels of neutrophil extracellular traps reflects local neutrophil activity but not fibrinolytic activity in coronary thrombi from patients with ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158318", + "first_name": "Kristine", + "middle_name": "Mork", + "last_name": "Kindberg", + "org_name": "Oslo University Hospital Ulleval", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating levels of neutrophil extracellular traps reflects local neutrophil activity but not fibrinolytic activity in coronary thrombi from patients with ST-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Extracellular Traps", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kristine Mork Kindberg", + "kol_full_name": "Kristine Mork Kindberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol", + "npi_num": "", + "hcp_pin_alias": "1158317", + "session_name": "Prognostic role of remnant cholesterol and traditional cardiovascular risk factors in young adults: results of long-term follow-up of a cohort of 30-year-old norwegians.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158317", + "first_name": "Eirik", + "middle_name": "", + "last_name": "Aaseth", + "org_name": "Oslo University Hospital Ulleval", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic role of remnant cholesterol and traditional cardiovascular risk factors in young adults: results of long-term follow-up of a cohort of 30-year-old norwegians.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eirik Aaseth", + "kol_full_name": "Eirik Aaseth" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158316", + "session_name": "Smaller trials, trial updates, and other studies on atrial fibrillation,Ablation technologies and predictors for atrial fibrillation recurrence,Rhythm control in atrial fibrillation: prognostic and therapeutic implications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158316", + "first_name": "Dan", + "middle_name": "", + "last_name": "Atar", + "org_name": "Oslo University Hospital Ulleval", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 4, + "rest_events_session": " trial updates, and other studies on atrial fibrillation,Ablation technologies and predictors for atrial fibrillation recurrence,Rhythm control in atrial fibrillation: prognostic and therapeutic implications", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dan Atar", + "kol_full_name": "Dan Atar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microbiota | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158315", + "session_name": "Circulating metabolites in patients with chronic heart failure are related to increased lipid utilisation but not to gut microbiota alterations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158315", + "first_name": "Andraz", + "middle_name": "", + "last_name": "Nendl", + "org_name": "Oslo University Hospital Ulleval", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating metabolites in patients with chronic heart failure are related to increased lipid utilisation but not to gut microbiota alterations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microbiota | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andraz Nendl", + "kol_full_name": "Andraz Nendl" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1158314", + "session_name": "All-cause mortality and incidence of appropriate therapy from a primary preventive implantable cardioverter defibrillator in patients with non-ischemic dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158314", + "first_name": "Thuy", + "middle_name": "Mi", + "last_name": "Nguyen", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "All-cause mortality and incidence of appropriate therapy from a primary preventive implantable cardioverter defibrillator in patients with non-ischemic dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Dilated | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thuy Mi Nguyen", + "kol_full_name": "Thuy Mi Nguyen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Aortic Valve Stenosis | Echocardiography | Cardiac Myosins | Obesity, Morbid", + "npi_num": "", + "hcp_pin_alias": "1158313", + "session_name": "Navigating hypertrophic cardiomyopathy echo imaging with cardiac myosin inhibitors,Clinical Case Management: aortic stenosis and morbid obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158313", + "first_name": "Thor", + "middle_name": "", + "last_name": "Edvardsen", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating hypertrophic cardiomyopathy echo imaging with cardiac myosin inhibitors", + "rest_events_session_count": 1, + "rest_events_session": "Clinical Case Management: aortic stenosis and morbid obesity", + "events_topic": "Cardiomyopathy, Hypertrophic | Aortic Valve Stenosis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Echocardiography | Cardiac Myosins | Obesity, Morbid", + "kol_name": "Thor Edvardsen", + "kol_full_name": "Thor Edvardsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial | Hypertrophic Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158312", + "session_name": "Hemodynamic effects of right and biventricular pacing during exercise in hypertrophic obstructive cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158312", + "first_name": "Tariq", + "middle_name": "", + "last_name": "Ahmed", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hemodynamic effects of right and biventricular pacing during exercise in hypertrophic obstructive cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial | Hypertrophic Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tariq Ahmed", + "kol_full_name": "Tariq Ahmed" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158311", + "session_name": "Cardiac computed tomography: artificial intelligence, radiomics, and more", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158311", + "first_name": "Nina", + "middle_name": "Eide", + "last_name": "Hasselberg", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac computed tomography: artificial intelligence", + "rest_events_session_count": 2, + "rest_events_session": " radiomics, and more", + "events_topic": "Tomography, X-Ray Computed | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nina Eide Hasselberg", + "kol_full_name": "Nina Eide Hasselberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Function, Left | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158310", + "session_name": "Left atrial function and long-term survival after cardiac resynchronization therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158310", + "first_name": "Lars-Egil", + "middle_name": "", + "last_name": "Hammersboen", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial function and long-term survival after cardiac resynchronization therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Function, Left | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lars-Egil Hammersboen", + "kol_full_name": "Lars-Egil Hammersboen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Myocardial Dysfunction | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158309", + "session_name": "Mechanical wave velocities by clutter filter wave imaging detects myocardial dysfunction in acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158309", + "first_name": "Kristoffer", + "middle_name": "", + "last_name": "Andresen", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanical wave velocities by clutter filter wave imaging detects myocardial dysfunction in acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Myocardial Dysfunction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Kristoffer Andresen", + "kol_full_name": "Kristoffer Andresen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Uterine Myomectomy | Diagnostic Imaging | Cardiomyopathy, Hypertrophic | Mitral Valve Prolapse | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1158308", + "session_name": "Modern medical treatment is better than myomectomy for obstructive hypertrophic cardiomyopathy,Guidelines in practice: imaging in hypokinetic non-dilated cardiomyopathy,Mitral valve prolapse: a new look at an old disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158308", + "first_name": "Kristina", + "middle_name": "Hermann", + "last_name": "Haugaa", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modern medical treatment is better than myomectomy for obstructive hypertrophic cardiomyopathy", + "rest_events_session_count": 2, + "rest_events_session": "Guidelines in practice: imaging in hypokinetic non-dilated cardiomyopathy,Mitral valve prolapse: a new look at an old disease", + "events_topic": "Uterine Myomectomy | Diagnostic Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Mitral Valve Prolapse | Cardiomyopathy, Dilated", + "kol_name": "Kristina Hermann Haugaa", + "kol_full_name": "Kristina Hermann Haugaa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158307", + "session_name": "Combined activation of complement and coagulation is associated with myocardial injury in ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158307", + "first_name": "Karsten", + "middle_name": "Engseth", + "last_name": "Kluge", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Combined activation of complement and coagulation is associated with myocardial injury in ST-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karsten Engseth Kluge", + "kol_full_name": "Karsten Engseth Kluge" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health | Heart Failure | Thoracic Surgery", + "npi_num": "", + "hcp_pin_alias": "1158306", + "session_name": "Healthcare professionals' experiences of the usefulness and ease of using a digital medical translation tool in communicating with minority language-speaking hospitalized heart surgery patients,Latest updates in heart failure care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158306", + "first_name": "Irene", + "middle_name": "", + "last_name": "Lie", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Healthcare professionals' experiences of the usefulness and ease of using a digital medical translation tool in communicating with minority language-speaking hospitalized heart surgery patients", + "rest_events_session_count": 1, + "rest_events_session": "Latest updates in heart failure care", + "events_topic": "Digital Health | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Thoracic Surgery", + "kol_name": "Irene Lie", + "kol_full_name": "Irene Lie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Echocardiography | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158305", + "session_name": "Early echocardiographic changes and reverse remodeling after transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158305", + "first_name": "Esra", + "middle_name": "", + "last_name": "Kaya", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early echocardiographic changes and reverse remodeling after transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "Esra Kaya", + "kol_full_name": "Esra Kaya" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | COVID-19", + "npi_num": "", + "hcp_pin_alias": "1158304", + "session_name": "COVID-19 vaccine associated myocarditis in Norway - a nationwide validation study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158304", + "first_name": "Bendik", + "middle_name": "", + "last_name": "Skinningsrud", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "COVID-19 vaccine associated myocarditis in Norway - a nationwide validation study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bendik Skinningsrud", + "kol_full_name": "Bendik Skinningsrud" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arthritis, Rheumatoid | Left Ventricular Mass", + "npi_num": "", + "hcp_pin_alias": "1158303", + "session_name": "Association of inflammation with left ventricular mass index in patients with rheumatoid arthritis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158303", + "first_name": "Anja", + "middle_name": "", + "last_name": "Linde", + "org_name": "Oslo University Hospital Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of inflammation with left ventricular mass index in patients with rheumatoid arthritis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arthritis, Rheumatoid | Left Ventricular Mass", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anja Linde", + "kol_full_name": "Anja Linde" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158302", + "session_name": "Devices in heart failure: new findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158302", + "first_name": "Yasushi", + "middle_name": "", + "last_name": "Sakata", + "org_name": "Osaka University Graduate School of Medicine", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Devices in heart failure: new findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasushi Sakata", + "kol_full_name": "Yasushi Sakata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Catheter Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158301", + "session_name": "The prevalence and prognostic impact of low voltage zone in patients with cardiomyopathy after catheter ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158301", + "first_name": "Takafumi", + "middle_name": "", + "last_name": "Oka", + "org_name": "Osaka University Graduate School of Medicine", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prevalence and prognostic impact of low voltage zone in patients with cardiomyopathy after catheter ablation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Catheter Ablation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Takafumi Oka", + "kol_full_name": "Takafumi Oka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158300", + "session_name": "The impact of the 2022 definition of pulmonary hypertension on long-term clinical outcomes in patients with heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158300", + "first_name": "Fusako", + "middle_name": "", + "last_name": "Sera", + "org_name": "Osaka University Graduate School of Medicine", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of the 2022 definition of pulmonary hypertension on long-term clinical outcomes in patients with heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fusako Sera", + "kol_full_name": "Fusako Sera" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dapagliflozin | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158299", + "session_name": "Randomized trial assessing worsening renal function with dapagliflozin addition in acute decompensated heart failure: ROAD-ADHF trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158299", + "first_name": "Shodai", + "middle_name": "", + "last_name": "Kawanami", + "org_name": "Osaka Rosai Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sakai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Randomized trial assessing worsening renal function with dapagliflozin addition in acute decompensated heart failure: ROAD-ADHF trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dapagliflozin | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shodai Kawanami", + "kol_full_name": "Shodai Kawanami" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158298", + "session_name": "Clinical impact of perfusion balloon for ST-segment elevated myocardial infarction: RYUSEI study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158298", + "first_name": "Masami", + "middle_name": "", + "last_name": "Nishino", + "org_name": "Osaka Rosai Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sakai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical impact of perfusion balloon for ST-segment elevated myocardial infarction: RYUSEI study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masami Nishino", + "kol_full_name": "Masami Nishino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hyperemia | Fractional Flow Reserve, Myocardial | Aortic Valve Stenosis | Coronary Stenosis", + "npi_num": "", + "hcp_pin_alias": "1158297", + "session_name": "Diastolic hyperemia-free ratio for the assessment of intermediate coronary artery stenosis in patients with hemodialysis,Relationship between diastolic hyperemia-free ratio and fractional flow reserve in patients with aortic valve stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158297", + "first_name": "Hiroaki", + "middle_name": "", + "last_name": "Nohara", + "org_name": "Osaka Rosai Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sakai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diastolic hyperemia-free ratio for the assessment of intermediate coronary artery stenosis in patients with hemodialysis", + "rest_events_session_count": 1, + "rest_events_session": "Relationship between diastolic hyperemia-free ratio and fractional flow reserve in patients with aortic valve stenosis", + "events_topic": "Hyperemia | Fractional Flow Reserve, Myocardial ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Stenosis | Coronary Stenosis", + "kol_name": "Hiroaki Nohara", + "kol_full_name": "Hiroaki Nohara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158296", + "session_name": "Age-related and age-independent complications in atrial fibrillation ablation: insights from the Japan ablation registry,Risk factors for procedure-related complications in very elderly patients undergoing atrial fibrillation ablation: analysis from the Japan Ablation Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158296", + "first_name": "Koichi", + "middle_name": "", + "last_name": "Inoue", + "org_name": "Osaka National Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Age-related and age-independent complications in atrial fibrillation ablation: insights from the Japan ablation registry", + "rest_events_session_count": 1, + "rest_events_session": "Risk factors for procedure-related complications in very elderly patients undergoing atrial fibrillation ablation: analysis from the Japan Ablation Registry", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Koichi Inoue", + "kol_full_name": "Koichi Inoue" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Prognosis | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158295", + "session_name": "Quality of muscle in the thigh predicts the prognosis in patients with non-ischemic cardiomyopathy.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158295", + "first_name": "Toshitake", + "middle_name": "", + "last_name": "Yoshida", + "org_name": "Osaka Metropolitan University", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quality of muscle in the thigh predicts the prognosis in patients with non-ischemic cardiomyopathy.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Prognosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Toshitake Yoshida", + "kol_full_name": "Toshitake Yoshida" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | DNA Damage", + "npi_num": "", + "hcp_pin_alias": "1158294", + "session_name": "STING-mediated DNA damage response in diabetes-induced vascular complications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158294", + "first_name": "Oyunbileg", + "middle_name": "", + "last_name": "Bavuu", + "org_name": "Osaka Metropolitan University", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "STING-mediated DNA damage response in diabetes-induced vascular complications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | DNA Damage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Oyunbileg Bavuu", + "kol_full_name": "Oyunbileg Bavuu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Coronary Syndrome | Tomography, Optical Coherence", + "npi_num": "", + "hcp_pin_alias": "1158293", + "session_name": "Association of polarimetric signatures with coronary plaque composition in patients with acute and chronic coronary syndrome: an intravascular polarization-sensitive optical coherence tomography study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158293", + "first_name": "Kazuya", + "middle_name": "", + "last_name": "Sugioka", + "org_name": "Osaka Metropolitan University", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of polarimetric signatures with coronary plaque composition in patients with acute and chronic coronary syndrome: an intravascular polarization-sensitive optical coherence tomography study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Coronary Syndrome | Tomography, Optical Coherence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kazuya Sugioka", + "kol_full_name": "Kazuya Sugioka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Intra-Aortic Balloon Pumping", + "npi_num": "", + "hcp_pin_alias": "1158292", + "session_name": "Safety and mid-term outcomes of impella compared to intra-aortic balloon pumping in patients who required mechanical cardiac support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158292", + "first_name": "Mana", + "middle_name": "", + "last_name": "Makino", + "org_name": "Osaka Medical and Pharmaceutical University", + "Country": "Japan", + "Region": "Osaka", + "City": "Takatsuki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and mid-term outcomes of impella compared to intra-aortic balloon pumping in patients who required mechanical cardiac support", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Intra-Aortic Balloon Pumping", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mana Makino", + "kol_full_name": "Mana Makino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Sympathetic Nervous System | Ablation Techniques | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158291", + "session_name": "Impact of paroxysmal atrial fibrillation ablation on cardiac sympathetic nervous system: a prospective stratified randomized comparative study in patients with and without heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158291", + "first_name": "Yuto", + "middle_name": "", + "last_name": "Fukuda", + "org_name": "Osaka General Medical Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of paroxysmal atrial fibrillation ablation on cardiac sympathetic nervous system: a prospective stratified randomized comparative study in patients with and without heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Sympathetic Nervous System ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ablation Techniques | Heart Failure", + "kol_name": "Yuto Fukuda", + "kol_full_name": "Yuto Fukuda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158290", + "session_name": "Prognostic impact of systemic immune-inflammation index in patients with acute decompensated heart failure with preserved ejection fraction -PURSUIT-HFpEF Registry-", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158290", + "first_name": "Yuki", + "middle_name": "", + "last_name": "Kokubu", + "org_name": "Osaka General Medical Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of systemic immune-inflammation index in patients with acute decompensated heart failure with preserved ejection fraction -PURSUIT-HFpEF Registry-", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuki Kokubu", + "kol_full_name": "Yuki Kokubu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sympathetic Nervous System | Ischemia | Heart Failure | Myocardial Infarction | Atrial Fibrillation | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1158289", + "session_name": "Multiple comorbidities are associated with poor prognosis in patients with ADHF-HFpEF and non-frailty or mild frailty but not moderate-severe frailty -PURSUIT-HFpEF Registry-,The activation of cardiac sympathetic nervous system in the non-culprit lesion is a strong prognostic predictor in patients with acute myocardial infarction,Prognostic impact of left atrial reverse remodeling in patients with ADHF-HFpEF regardless of atrial fibrillation -PURSUIT-HFpEF Registry-,Remote ischemic peri-conditioning suppressed cardiac sympathetic nerve activity especially in the non-culprit lesion in patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158289", + "first_name": "Takumi", + "middle_name": "", + "last_name": "Kondo", + "org_name": "Osaka General Medical Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multiple comorbidities are associated with poor prognosis in patients with ADHF-HFpEF and non-frailty or mild frailty but not moderate-severe frailty -PURSUIT-HFpEF Registry-", + "rest_events_session_count": 3, + "rest_events_session": "The activation of cardiac sympathetic nervous system in the non-culprit lesion is a strong prognostic predictor in patients with acute myocardial infarction,Prognostic impact of left atrial reverse remodeling in patients with ADHF-HFpEF regardless of atrial fibrillation -PURSUIT-HFpEF Registry-,Remote ischemic peri-conditioning suppressed cardiac sympathetic nerve activity especially in the non-culprit lesion in patients with acute myocardial infarction", + "events_topic": "Sympathetic Nervous System | Ischemia ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Failure | Myocardial Infarction | Atrial Fibrillation | Heart Failure, Diastolic", + "kol_name": "Takumi Kondo", + "kol_full_name": "Takumi Kondo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "1158288", + "session_name": "Understanding and improving clinical outcomes after catheter ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158288", + "first_name": "Espen", + "middle_name": "", + "last_name": "Fengsrud", + "org_name": "Orebro University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Understanding and improving clinical outcomes after catheter ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Espen Fengsrud", + "kol_full_name": "Espen Fengsrud" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Catheter Ablation | Pulmonary Vein Isolation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158287", + "session_name": "Why atrial fibrillation duration should be an endpoint in atrial fibrillation ablation trials,Great Debates: catheter ablation for persistent atrial fibrillation - is it better than medication and is pulmonary vein isolation sufficient?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158287", + "first_name": "Carina", + "middle_name": "", + "last_name": "Blomstrom-Lundqvist", + "org_name": "Orebro University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Why atrial fibrillation duration should be an endpoint in atrial fibrillation ablation trials", + "rest_events_session_count": 1, + "rest_events_session": "Great Debates: catheter ablation for persistent atrial fibrillation - is it better than medication and is pulmonary vein isolation sufficient?", + "events_topic": "Ablation Techniques | Catheter Ablation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pulmonary Vein Isolation | Atrial Fibrillation", + "kol_name": "Carina Blomstrom-Lundqvist", + "kol_full_name": "Carina Blomstrom-Lundqvist" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Risk Management | Heart Failure | Stroke | Myocardial Infarction | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158286", + "session_name": "Education level and the incidence of heart failure, acute myocardial infarction, and stroke in patients with atrial fibrillation,Stroke risk management in atrial fibrillation registries: key take-home messages for clinicians", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158286", + "first_name": "Aron", + "middle_name": "", + "last_name": "Sztaniszlav", + "org_name": "Orebro University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Education level and the incidence of heart failure", + "rest_events_session_count": 3, + "rest_events_session": " acute myocardial infarction, and stroke in patients with atrial fibrillation,Stroke risk management in atrial fibrillation registries: key take-home messages for clinicians", + "events_topic": "Risk Management | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Stroke | Myocardial Infarction | Atrial Fibrillation", + "kol_name": "Aron Sztaniszlav", + "kol_full_name": "Aron Sztaniszlav" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Loop Recorder Implantation", + "npi_num": "", + "hcp_pin_alias": "1158285", + "session_name": "Discussant review - SUPPRESS-AF,New clinical insights from implantable loop recorders and smartphones,Subclinical and device-detected atrial fibrillation: fact and fiction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158285", + "first_name": "Helmut", + "middle_name": "", + "last_name": "Puererfellner", + "org_name": "Ordensklinikum Linz Elisabethinen", + "Country": "Austria", + "Region": "Oberosterreich", + "City": "Linz", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - SUPPRESS-AF", + "rest_events_session_count": 2, + "rest_events_session": "New clinical insights from implantable loop recorders and smartphones,Subclinical and device-detected atrial fibrillation: fact and fiction", + "events_topic": "Atrial Fibrillation | Loop Recorder Implantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Helmut Puererfellner", + "kol_full_name": "Helmut Puererfellner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Renal Denervation", + "npi_num": "", + "hcp_pin_alias": "1158284", + "session_name": "Smaller trials, trial updates, and other studies on hypertension,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158284", + "first_name": "Sofie", + "middle_name": "", + "last_name": "Brouwers", + "org_name": "Olv Hospital Aalst", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Aalst", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 3, + "rest_events_session": " trial updates, and other studies on hypertension,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "events_topic": "Hypertension | Renal Denervation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sofie Brouwers", + "kol_full_name": "Sofie Brouwers" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Beta-blockers | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158283", + "session_name": "Continuation of beta-blockers at discharge is associated with improved outcome in patients with HFpEF and concomitant moderate aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158283", + "first_name": "Monika", + "middle_name": "", + "last_name": "Shumkova", + "org_name": "Olv Hospital Aalst", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Aalst", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Continuation of beta-blockers at discharge is associated with improved outcome in patients with HFpEF and concomitant moderate aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Beta-blockers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Monika Shumkova", + "kol_full_name": "Monika Shumkova" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Cardiac Imaging Techniques | Percutaneous Coronary Intervention | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158282", + "session_name": "Long-Term Outcomes with PCI Guided by Fractional Flow Reserve,Latest advances in artificial intelligence applied to cardiovascular imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158282", + "first_name": "Carlos", + "middle_name": "", + "last_name": "Collet", + "org_name": "Olv Hospital Aalst", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Aalst", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-Term Outcomes with PCI Guided by Fractional Flow Reserve", + "rest_events_session_count": 1, + "rest_events_session": "Latest advances in artificial intelligence applied to cardiovascular imaging", + "events_topic": "Fractional Flow Reserve, Myocardial | Cardiac Imaging Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Percutaneous Coronary Intervention | Artificial Intelligence", + "kol_name": "Carlos Collet", + "kol_full_name": "Carlos Collet" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tetralogy Of Fallot | MicroRNAs", + "npi_num": "", + "hcp_pin_alias": "1158281", + "session_name": "Different microRNA expression in the right ventricular outflow tract myocardium of tetralogy of Fallot", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158281", + "first_name": "Hiroyuki", + "middle_name": "", + "last_name": "Suzuki", + "org_name": "Okayama University", + "Country": "Japan", + "Region": "Okayama", + "City": "Okayama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Different microRNA expression in the right ventricular outflow tract myocardium of tetralogy of Fallot", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tetralogy Of Fallot | MicroRNAs", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroyuki Suzuki", + "kol_full_name": "Hiroyuki Suzuki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Combined Modality Therapy | Angioplasty", + "npi_num": "", + "hcp_pin_alias": "1158280", + "session_name": "Age-dependent changes in cardiac output following balloon pulmonary angioplasty: Implications for combination therapy in chronic thromboembolic pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158280", + "first_name": "Hiroto", + "middle_name": "", + "last_name": "Shimokawahara", + "org_name": "Okayama Medical Center", + "Country": "Japan", + "Region": "Okayama", + "City": "Okayama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Age-dependent changes in cardiac output following balloon pulmonary angioplasty: Implications for combination therapy in chronic thromboembolic pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Combined Modality Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angioplasty", + "kol_name": "Hiroto Shimokawahara", + "kol_full_name": "Hiroto Shimokawahara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arterial Calcification | Femoropopliteal Artery Disease | Angioplasty, Balloon", + "npi_num": "", + "hcp_pin_alias": "1158279", + "session_name": "Impact of the lower extremity arterial calcification score on clinical outcomes after drug-coated balloon angioplasty for de novo femoropopliteal artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158279", + "first_name": "Kohei", + "middle_name": "", + "last_name": "Kawamura", + "org_name": "Okayama City Hospital", + "Country": "Japan", + "Region": "Okayama", + "City": "Okayama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of the lower extremity arterial calcification score on clinical outcomes after drug-coated balloon angioplasty for de novo femoropopliteal artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arterial Calcification | Femoropopliteal Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angioplasty, Balloon", + "kol_name": "Kohei Kawamura", + "kol_full_name": "Kohei Kawamura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Secretome | Atrial Fibrosis", + "npi_num": "", + "hcp_pin_alias": "1158278", + "session_name": "Secretomes from human epicardial adipocytes modulate atrial lymphatics and atrial fibrosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158278", + "first_name": "Masaki", + "middle_name": "", + "last_name": "Takahashi", + "org_name": "Oita University Faculty of Medicine", + "Country": "Japan", + "Region": "Oita", + "City": "Oita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Secretomes from human epicardial adipocytes modulate atrial lymphatics and atrial fibrosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Secretome | Atrial Fibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masaki Takahashi", + "kol_full_name": "Masaki Takahashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Reperfusion Injury | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1158277", + "session_name": "A new free radical scavenger, resorcimoline, prevents ischaemia/reperfusion injury in the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158277", + "first_name": "Kazuhiro", + "middle_name": "", + "last_name": "Ueno", + "org_name": "Oita University Faculty of Medicine", + "Country": "Japan", + "Region": "Oita", + "City": "Oita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A new free radical scavenger", + "rest_events_session_count": 2, + "rest_events_session": " resorcimoline, prevents ischaemia/reperfusion injury in the heart", + "events_topic": "Reperfusion Injury | Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kazuhiro Ueno", + "kol_full_name": "Kazuhiro Ueno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolomics | Lymphatic Abnormalities", + "npi_num": "", + "hcp_pin_alias": "1158276", + "session_name": "Human epicardial adipose tissue secretome alters metabolomic profile and induces endothelial-to-mesenchymal transition in human lymphatic endothelial cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158276", + "first_name": "Ichitaro", + "middle_name": "", + "last_name": "Abe", + "org_name": "Oita University Faculty of Medicine", + "Country": "Japan", + "Region": "Oita", + "City": "Oita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Human epicardial adipose tissue secretome alters metabolomic profile and induces endothelial-to-mesenchymal transition in human lymphatic endothelial cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolomics | Lymphatic Abnormalities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ichitaro Abe", + "kol_full_name": "Ichitaro Abe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Empagliflozin | Dapagliflozin | Drug Interactions", + "npi_num": "", + "hcp_pin_alias": "1158275", + "session_name": "Drug-drug interactions of empagliflozin and dapagliflozin", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158275", + "first_name": "Claudia", + "middle_name": "", + "last_name": "Stoellberger", + "org_name": "Office Wehlistrasse", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drug-drug interactions of empagliflozin and dapagliflozin", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Empagliflozin | Dapagliflozin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Interactions", + "kol_name": "Claudia Stoellberger", + "kol_full_name": "Claudia Stoellberger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1158274", + "session_name": "Heart failure-related cardiogenic shock: impact of percutaneous left ventricular unloading", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158274", + "first_name": "Nanna", + "middle_name": "Louise Junker", + "last_name": "Udesen", + "org_name": "Odense University Hospital", + "Country": "Denmark", + "Region": "Fyn", + "City": "Odense", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure-related cardiogenic shock: impact of percutaneous left ventricular unloading", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nanna Louise Junker Udesen", + "kol_full_name": "Nanna Louise Junker Udesen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke Volume | Aortic Valve Stenosis | Left Ventricular Ejection Fraction | Hemodynamics", + "npi_num": "", + "hcp_pin_alias": "1158273", + "session_name": "Invasive hemodynamic response to exercise in hemodynamically significant aortic stenosis with preserved left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158273", + "first_name": "Mulham", + "middle_name": "", + "last_name": "Ali", + "org_name": "Odense University Hospital", + "Country": "Denmark", + "Region": "Fyn", + "City": "Odense", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Invasive hemodynamic response to exercise in hemodynamically significant aortic stenosis with preserved left ventricular ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke Volume | Aortic Valve Stenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Left Ventricular Ejection Fraction | Hemodynamics", + "kol_name": "Mulham Ali", + "kol_full_name": "Mulham Ali" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Surgical Valve Replacement | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1158272", + "session_name": "Impact of mandatory preoperative dental screening on infective endocarditis in patients undergoing surgical valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158272", + "first_name": "Lytfi", + "middle_name": "", + "last_name": "Krasniqi", + "org_name": "Odense University Hospital", + "Country": "Denmark", + "Region": "Fyn", + "City": "Odense", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of mandatory preoperative dental screening on infective endocarditis in patients undergoing surgical valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Valve Replacement | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lytfi Krasniqi", + "kol_full_name": "Lytfi Krasniqi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thoracic Surgery", + "npi_num": "", + "hcp_pin_alias": "1158271", + "session_name": "Challenging decisions in valvular heart surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158271", + "first_name": "Jordi", + "middle_name": "Sanchez", + "last_name": "Dahl", + "org_name": "Odense University Hospital", + "Country": "Denmark", + "Region": "Fyn", + "City": "Odense", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenging decisions in valvular heart surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thoracic Surgery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jordi Sanchez Dahl", + "kol_full_name": "Jordi Sanchez Dahl" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Arrest | Depression | Anxiety", + "npi_num": "", + "hcp_pin_alias": "1158270", + "session_name": "Differences in symptoms of anxiety and depression among out-of-hospital cardiac arrest survivors and their relatives, paired results from the DANCAS survey", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158270", + "first_name": "Ditte", + "middle_name": "", + "last_name": "Bekker-Jensen", + "org_name": "Odense University Hospital", + "Country": "Denmark", + "Region": "Fyn", + "City": "Odense", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in symptoms of anxiety and depression among out-of-hospital cardiac arrest survivors and their relatives", + "rest_events_session_count": 1, + "rest_events_session": " paired results from the DANCAS survey", + "events_topic": "Heart Arrest | Depression ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anxiety", + "kol_name": "Ditte Bekker-Jensen", + "kol_full_name": "Ditte Bekker-Jensen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Delphi Technique | Feasibility Studies | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158269", + "session_name": "Atrial fibrillation, prevention and rehabilitation in a primary healthcare setting. A feasibility study.,Development of a systematic referral model to primary care health interventions for patients with atrial fibrillation. a delphi study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158269", + "first_name": "Caroline", + "middle_name": "", + "last_name": "Elnegaard", + "org_name": "Odense University Hospital", + "Country": "Denmark", + "Region": "Fyn", + "City": "Odense", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation", + "rest_events_session_count": 2, + "rest_events_session": " prevention and rehabilitation in a primary healthcare setting. A feasibility study.,Development of a systematic referral model to primary care health interventions for patients with atrial fibrillation. a delphi study.", + "events_topic": "Delphi Technique | Feasibility Studies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Caroline Elnegaard", + "kol_full_name": "Caroline Elnegaard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Bundle-Branch Block", + "npi_num": "", + "hcp_pin_alias": "1158268", + "session_name": "Differences in left ventricular contraction in left bundle branch block with preserved and reduced ejection fraction: an evaluation using 2-dimensional speckle tracking echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158268", + "first_name": "Hideyuki", + "middle_name": "", + "last_name": "Hara", + "org_name": "Numazu City Hospital", + "Country": "Japan", + "Region": "Shizuoka", + "City": "Numazu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in left ventricular contraction in left bundle branch block with preserved and reduced ejection fraction: an evaluation using 2-dimensional speckle tracking echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Bundle-Branch Block", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hideyuki Hara", + "kol_full_name": "Hideyuki Hara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy | Defibrillators, Implantable | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158267", + "session_name": "Smaller intrinsic QRS area and smaller reduction of QRS area during cardiac resynchronisation therapy are associated with higher risk of ventricular arrhythmias and appropriate ICD therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158267", + "first_name": "Rasmus", + "middle_name": "", + "last_name": "Borgquist", + "org_name": "Novo Nordisk Foundation", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller intrinsic QRS area and smaller reduction of QRS area during cardiac resynchronisation therapy are associated with higher risk of ventricular arrhythmias and appropriate ICD therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy | Defibrillators, Implantable ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Rasmus Borgquist", + "kol_full_name": "Rasmus Borgquist" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Coronary Artery Anomalies", + "npi_num": "", + "hcp_pin_alias": "1158266", + "session_name": "Prevalence, characteristics and significance of anomalous coronary arteries in adults undergoing cardiac CT scans", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158266", + "first_name": "Nikesh", + "middle_name": "", + "last_name": "Jathanna", + "org_name": "Nottingham University Hospitals NHS Trust - City Campus", + "Country": "United Kingdom", + "Region": "England", + "City": "Nottingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence", + "rest_events_session_count": 1, + "rest_events_session": " characteristics and significance of anomalous coronary arteries in adults undergoing cardiac CT scans", + "events_topic": "Tomography, X-Ray Computed | Coronary Artery Anomalies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nikesh Jathanna", + "kol_full_name": "Nikesh Jathanna" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Deep Learning", + "npi_num": "", + "hcp_pin_alias": "1158265", + "session_name": "Deep learning for fully automated echocardiographic measurements of left ventricular wall thickness and chamber dimensions in the parasternal long-axis view,Improving time-efficiency and accuracy in echocardiography: real-time automated measurements of left ventricular global longitudinal strain using deep learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158265", + "first_name": "Vegard", + "middle_name": "", + "last_name": "Holmstrom", + "org_name": "Norwegian University of Science and Technology", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deep learning for fully automated echocardiographic measurements of left ventricular wall thickness and chamber dimensions in the parasternal long-axis view", + "rest_events_session_count": 1, + "rest_events_session": "Improving time-efficiency and accuracy in echocardiography: real-time automated measurements of left ventricular global longitudinal strain using deep learning", + "events_topic": "Echocardiography | Deep Learning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vegard Holmstrom", + "kol_full_name": "Vegard Holmstrom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1158264", + "session_name": "Mechanical wave velocities in acute myocardial infarction: an exploratory study using three-dimensional high frame rate echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158264", + "first_name": "Marlene", + "middle_name": "", + "last_name": "Halvorsrod", + "org_name": "Norwegian University of Science and Technology", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanical wave velocities in acute myocardial infarction: an exploratory study using three-dimensional high frame rate echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marlene Halvorsrod", + "kol_full_name": "Marlene Halvorsrod" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiorespiratory Fitness | Plaque, Amyloid | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158263", + "session_name": "Prediction of the burden and characteristics of coronary plaques by cardiorespiratory fitness", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158263", + "first_name": "Kristoffer", + "middle_name": "", + "last_name": "Fossdal", + "org_name": "Norwegian University of Science and Technology", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of the burden and characteristics of coronary plaques by cardiorespiratory fitness", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiorespiratory Fitness | Plaque, Amyloid ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Kristoffer Fossdal", + "kol_full_name": "Kristoffer Fossdal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Deep Learning | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1158262", + "session_name": "Improved reproducibility of regional longitudinal strain in echocardiography by deep learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158262", + "first_name": "John", + "middle_name": "", + "last_name": "Nyberg", + "org_name": "Norwegian University of Science and Technology", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improved reproducibility of regional longitudinal strain in echocardiography by deep learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Deep Learning | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John Nyberg", + "kol_full_name": "John Nyberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158261", + "session_name": "Synergies of multimodality imaging in TAVI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158261", + "first_name": "Havard", + "middle_name": "", + "last_name": "Dalen", + "org_name": "Norwegian University of Science and Technology", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Synergies of multimodality imaging in TAVI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Havard Dalen", + "kol_full_name": "Havard Dalen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Prevention | Atherosclerosis | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158260", + "session_name": "Personalised blood pressure control in different patient populations,Primary prevention of atherosclerotic cardiovascular disease: European vs. American perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158260", + "first_name": "Charlotte", + "middle_name": "", + "last_name": "Ingul", + "org_name": "Norwegian University of Science and Technology", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised blood pressure control in different patient populations", + "rest_events_session_count": 1, + "rest_events_session": "Primary prevention of atherosclerotic cardiovascular disease: European vs. American perspectives", + "events_topic": "Primary Prevention | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Charlotte Ingul", + "kol_full_name": "Charlotte Ingul" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158259", + "session_name": "Temporal relationship between high-intensity training sessions and episodes of atrial fibrillation among previously inactive patients with paroxysmal or persistent AF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158259", + "first_name": "Andreas", + "middle_name": "Berg", + "last_name": "Sellevold", + "org_name": "Norwegian University of Science and Technology", + "Country": "Norway", + "Region": "Sor-Trondelag", + "City": "Trondheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal relationship between high-intensity training sessions and episodes of atrial fibrillation among previously inactive patients with paroxysmal or persistent AF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andreas Berg Sellevold", + "kol_full_name": "Andreas Berg Sellevold" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Stroke | Dementia | Thrombectomy | Randomized Controlled Trials As Topic | Anticoagulants | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158258", + "session_name": "The effect of oral anticoagulants on the incidence of dementia in patients with atrial fibrillation: a systematic review and meta-analysis,Intensive blood pressure lowering after endovascular thrombectomy in acute ischaemic stroke: an updated systematic review and meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158258", + "first_name": "Sebastian", + "middle_name": "", + "last_name": "Mactaggart", + "org_name": "Northumbria Healthcare - Newcastle-Upon", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of oral anticoagulants on the incidence of dementia in patients with atrial fibrillation: a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Intensive blood pressure lowering after endovascular thrombectomy in acute ischaemic stroke: an updated systematic review and meta-analysis of randomized controlled trials", + "events_topic": "Atrial Fibrillation | Stroke ", + "rest_events_topic_count": 5, + "rest_events_topic": " Dementia | Thrombectomy | Randomized Controlled Trials As Topic | Anticoagulants | Blood Pressure", + "kol_name": "Sebastian Mactaggart", + "kol_full_name": "Sebastian Mactaggart" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Kidney Transplantation | Renal Insufficiency, Chronic | Myocardium | Perfusion Imaging | Radionuclide Imaging | Coronary Artery Disease | Angiography", + "npi_num": "", + "hcp_pin_alias": "1158257", + "session_name": "Much ado about nothing: the impact of coronary angiography on kidney function in individuals with chronic kidney disease,The use of myocardial perfusion scintigraphy to screen for asymptomatic coronary artery disease prior to kidney transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158257", + "first_name": "Omar", + "middle_name": "", + "last_name": "Dirir", + "org_name": "Northern General Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Much ado about nothing: the impact of coronary angiography on kidney function in individuals with chronic kidney disease", + "rest_events_session_count": 1, + "rest_events_session": "The use of myocardial perfusion scintigraphy to screen for asymptomatic coronary artery disease prior to kidney transplantation", + "events_topic": "Kidney Transplantation | Renal Insufficiency, Chronic ", + "rest_events_topic_count": 5, + "rest_events_topic": " Myocardium | Perfusion Imaging | Radionuclide Imaging | Coronary Artery Disease | Angiography", + "kol_name": "Omar Dirir", + "kol_full_name": "Omar Dirir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chest Pain", + "npi_num": "", + "hcp_pin_alias": "1158256", + "session_name": "Effectiveness of telephone clinics for assessment of new onset chest pain - a retrospective single-centre observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158256", + "first_name": "Mohammed", + "middle_name": "Ejaz Faizur", + "last_name": "Rahman", + "org_name": "Northern General Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effectiveness of telephone clinics for assessment of new onset chest pain - a retrospective single-centre observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chest Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohammed Ejaz Faizur Rahman", + "kol_full_name": "Mohammed Ejaz Faizur Rahman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158255", + "session_name": "Long-term efficacy of concomitant surgical ablation for atrial fibrillation with cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158255", + "first_name": "Justin", + "middle_name": "Marn Soon", + "last_name": "Lee", + "org_name": "Northern General Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term efficacy of concomitant surgical ablation for atrial fibrillation with cardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Justin Marn Soon Lee", + "kol_full_name": "Justin Marn Soon Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dipeptidyl-Peptidase IV Inhibitors | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158254", + "session_name": "GLP1-RA versus DPP4 inhibitors on cardiovascular outcomes: A three-year real-world analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158254", + "first_name": "Kathrine", + "middle_name": "Kold", + "last_name": "Soerensen", + "org_name": "North Zealand University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "GLP1-RA versus DPP4 inhibitors on cardiovascular outcomes: A three-year real-world analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dipeptidyl-Peptidase IV Inhibitors | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kathrine Kold Soerensen", + "kol_full_name": "Kathrine Kold Soerensen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography | Thrombolysis | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1158253", + "session_name": "Routine use of ultrasound-assisted catheter-directed thrombolysis for the management of intermediate-high risk pulmonary embolism: a service evaluation project", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158253", + "first_name": "Mostafa", + "middle_name": "", + "last_name": "Elguindy", + "org_name": "North West London Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Routine use of ultrasound-assisted catheter-directed thrombolysis for the management of intermediate-high risk pulmonary embolism: a service evaluation project", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography | Thrombolysis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "Mostafa Elguindy", + "kol_full_name": "Mostafa Elguindy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "General Practice | Practice Guideline", + "npi_num": "", + "hcp_pin_alias": "1158252", + "session_name": "ESC Clinical Practice Guidelines 2022 and 2023 for General Practice and General Cardiology: where do we stand?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158252", + "first_name": "Beverley", + "middle_name": "Anne", + "last_name": "Bostock", + "org_name": "North Cotswold Hospital - Moreton-In", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC Clinical Practice Guidelines 2022 and 2023 for General Practice and General Cardiology: where do we stand?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "General Practice | Practice Guideline", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Beverley Anne Bostock", + "kol_full_name": "Beverley Anne Bostock" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158251", + "session_name": "Heart failure treatment in the last years of life - a nationwide study of 364,000 individuals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158251", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Lindholm", + "org_name": "Norrtalje Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure treatment in the last years of life - a nationwide study of 364", + "rest_events_session_count": 1, + "rest_events_session": "000 individuals", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Lindholm", + "kol_full_name": "Daniel Lindholm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "1158250", + "session_name": "Comparing the ability of GRACE 2.0 scores for predicting mortality in patients with and without diabetes.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158250", + "first_name": "Biji", + "middle_name": "", + "last_name": "Soman", + "org_name": "Norfolk & Norwich University Hospital - Norfolk Community Health and Care NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Norwich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing the ability of GRACE 2.0 scores for predicting mortality in patients with and without diabetes.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Biji Soman", + "kol_full_name": "Biji Soman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Nondiabetic | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158249", + "session_name": "Similar incidence of ICD-shocks in diabetic compared to non-diabetic patients receiving implantable cardioverter defibrillator (ICD) or cardiac resynchronization therapy defibrillator (CRT-D)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158249", + "first_name": "Saranda", + "middle_name": "", + "last_name": "Haxha", + "org_name": "Nordsjaellands Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Similar incidence of ICD-shocks in diabetic compared to non-diabetic patients receiving implantable cardioverter defibrillator (ICD) or cardiac resynchronization therapy defibrillator (CRT-D)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Nondiabetic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Resynchronization Therapy", + "kol_name": "Saranda Haxha", + "kol_full_name": "Saranda Haxha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2", + "npi_num": "", + "hcp_pin_alias": "1158248", + "session_name": "All cause mortality in people with type 2 diabetes using SGLT-2 inhibitors compared to DPP4 inhibitors using the danish registries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158248", + "first_name": "Puriya", + "middle_name": "Daniel Wuertz", + "last_name": "Yazdanfard", + "org_name": "Nordsjaellands Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "All cause mortality in people with type 2 diabetes using SGLT-2 inhibitors compared to DPP4 inhibitors using the danish registries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Puriya Daniel Wuertz Yazdanfard", + "kol_full_name": "Puriya Daniel Wuertz Yazdanfard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158247", + "session_name": "Common ECG abnormalities pose increased risks of out-of-hospital cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158247", + "first_name": "Mathias", + "middle_name": "", + "last_name": "Hindborg", + "org_name": "Nordsjaellands Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Common ECG abnormalities pose increased risks of out-of-hospital cardiac arrest", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mathias Hindborg", + "kol_full_name": "Mathias Hindborg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Autoantibodies | Delivery Of Health Care | Cardiac Rehabilitation | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158246", + "session_name": "Factors improving cardiac rehabilitation outcomes,Cardiovascular health: from autoantibodies to healthcare utilisation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158246", + "first_name": "Jenny", + "middle_name": "", + "last_name": "Bjerre", + "org_name": "Nordsjaellands Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors improving cardiac rehabilitation outcomes", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular health: from autoantibodies to healthcare utilisation", + "events_topic": "Autoantibodies | Delivery Of Health Care ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Rehabilitation | Cardiovascular Diseases", + "kol_name": "Jenny Bjerre", + "kol_full_name": "Jenny Bjerre" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis | Heart Arrest | Contraception", + "npi_num": "", + "hcp_pin_alias": "1158245", + "session_name": "Association of contemporary hormonal contraception and the risk of arterial thrombosis,The majority of 30-days survivors return to work one-year after in-hospital cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158245", + "first_name": "Harman", + "middle_name": "Gailan Hassan", + "last_name": "Yonis", + "org_name": "Nordsjaellands Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of contemporary hormonal contraception and the risk of arterial thrombosis", + "rest_events_session_count": 1, + "rest_events_session": "The majority of 30-days survivors return to work one-year after in-hospital cardiac arrest", + "events_topic": "Thrombosis | Heart Arrest ", + "rest_events_topic_count": 1, + "rest_events_topic": " Contraception", + "kol_name": "Harman Gailan Hassan Yonis", + "kol_full_name": "Harman Gailan Hassan Yonis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158244", + "session_name": "Associations of Cardiac myosin binding protein C to Troponin I in patients with chronic heart failure during exercise. A substudy of the SMARTEX-HF trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158244", + "first_name": "Trine", + "middle_name": "", + "last_name": "Karlsen", + "org_name": "Nord University", + "Country": "Norway", + "Region": "Nordland", + "City": "Bodo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations of Cardiac myosin binding protein C to Troponin I in patients with chronic heart failure during exercise. A substudy of the SMARTEX-HF trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Trine Karlsen", + "kol_full_name": "Trine Karlsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Remodeling | Atrial Remodeling | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158243", + "session_name": "Atrial and ventricular remodelling in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158243", + "first_name": "Franz", + "middle_name": "Xaver", + "last_name": "Roithinger", + "org_name": "NÖ Landesgesundheitsagentur", + "Country": "Austria", + "Region": "Niederosterreich", + "City": "Wiener Neustadt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial and ventricular remodelling in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Remodeling | Atrial Remodeling ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Franz Xaver Roithinger", + "kol_full_name": "Franz Xaver Roithinger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158242", + "session_name": "Predictors of cardiovascular disease risk: findings from the National Survey of Health and Development Cohort.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158242", + "first_name": "Ebiambu", + "middle_name": "", + "last_name": "Agwara", + "org_name": "NNEdPro Global Institute for Food, Nutrition and Health", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of cardiovascular disease risk: findings from the National Survey of Health and Development Cohort.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ebiambu Agwara", + "kol_full_name": "Ebiambu Agwara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Funnel Chest | Tricuspid Valve Disease", + "npi_num": "", + "hcp_pin_alias": "1158241", + "session_name": "Changes in mitral and tricuspid valve morphology after surgical repair of pectus excavatum", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158241", + "first_name": "Akiko", + "middle_name": "", + "last_name": "Goda", + "org_name": "Nishinomiya Watanabe Cardiovascular Cerebral Center", + "Country": "Japan", + "Region": "Hyogo", + "City": "Nishinomiya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in mitral and tricuspid valve morphology after surgical repair of pectus excavatum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Funnel Chest | Tricuspid Valve Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Akiko Goda", + "kol_full_name": "Akiko Goda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158240", + "session_name": "Cardiovascular disease in women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158240", + "first_name": "Anna", + "middle_name": "Maria", + "last_name": "Choy", + "org_name": "Ninewells Hospital", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Dundee", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease in women", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Maria Choy", + "kol_full_name": "Anna Maria Choy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1158239", + "session_name": "Impact of left atrial stiffness measurement as a pre-procedural predictor of an extensive left atrial low-voltage area.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158239", + "first_name": "Yuki", + "middle_name": "", + "last_name": "Hasegawa", + "org_name": "Niigata University Graduate School of Medical and Dental Sciences", + "Country": "Japan", + "Region": "Niigata", + "City": "Niigata", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of left atrial stiffness measurement as a pre-procedural predictor of an extensive left atrial low-voltage area.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Appendage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuki Hasegawa", + "kol_full_name": "Yuki Hasegawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Insulin | Mexiletine | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158238", + "session_name": "Mexiletine shortened QTc interval in an age-dependent manner but suppressed ventricular arrhythmias at all age in children with long QT syndrome type 8", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158238", + "first_name": "Junichi", + "middle_name": "", + "last_name": "Ozawa", + "org_name": "Niigata University Graduate School of Medical and Dental Sciences", + "Country": "Japan", + "Region": "Niigata", + "City": "Niigata", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mexiletine shortened QTc interval in an age-dependent manner but suppressed ventricular arrhythmias at all age in children with long QT syndrome type 8", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Insulin | Mexiletine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Junichi Ozawa", + "kol_full_name": "Junichi Ozawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Microvascular Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1158237", + "session_name": "Usefulness of mean attenuation of pericoronary adipose tissue as a predictor of coronary microvascular dysfunction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158237", + "first_name": "Yudai", + "middle_name": "", + "last_name": "Tanaka", + "org_name": "Nihon University School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Usefulness of mean attenuation of pericoronary adipose tissue as a predictor of coronary microvascular dysfunction.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Microvascular Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yudai Tanaka", + "kol_full_name": "Yudai Tanaka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158236", + "session_name": "Clinical implications of hepatorenal function in patients undergoing percutaneous coronary intervention: insights from the SAKURA PCI2 registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158236", + "first_name": "Mitsumasa", + "middle_name": "", + "last_name": "Sudo", + "org_name": "Nihon University School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical implications of hepatorenal function in patients undergoing percutaneous coronary intervention: insights from the SAKURA PCI2 registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mitsumasa Sudo", + "kol_full_name": "Mitsumasa Sudo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158235", + "session_name": "Tailored approaches to cardiovascular therapy in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158235", + "first_name": "Jacek", + "middle_name": "", + "last_name": "Kubica", + "org_name": "Nicolaus Copernicus University", + "Country": "Poland", + "Region": "Kujawsko-Pomorskie", + "City": "Bydgoszcz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tailored approaches to cardiovascular therapy in acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jacek Kubica", + "kol_full_name": "Jacek Kubica" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Serum Amyloid A Protein | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158234", + "session_name": "Serum amyloid A-low-density-lipoprotein complex and cause-specific mortality in patients with suspected or known coronary artery disease: The ANOX Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158234", + "first_name": "Masahiro", + "middle_name": "", + "last_name": "Suzuki", + "org_name": "NHO Saitama Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serum amyloid A-low-density-lipoprotein complex and cause-specific mortality in patients with suspected or known coronary artery disease: The ANOX Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Serum Amyloid A Protein | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masahiro Suzuki", + "kol_full_name": "Masahiro Suzuki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Anticoagulants | Cancer Surgery | Transcatheter Aortic Valve Replacement | Myocardial Infarction | ST Elevation Myocardial Infarction | MINOCA | Thrombosis | Aortic Valve Stenosis | Non-ST-Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158233", + "session_name": "SENIOR RITA - Invasive versus Conservative Strategy for Older Patients with Myocardial Infarction,SENIOR RITA - Older patients with non-ST segment elevation myocardial infarction randomised interventional treatment trial,Case 2 - contemporary investigation and management of MINOCA: the UK perspective,Durability in TAVI valves: data, predictors, and real-world insights,Addressing underdiagnosis in women with aortic stenosis,Contemporary thrombosis management -- state of the state,A patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery: what do the guidelines say?,Personalised management after primary PCI for ST elevation myocardial infarction: unresolved issues,Transforming TAVI practice: evidence, equity, and durability,Advances in thrombosis management: evaluating current and emerging anticoagulation strategies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158233", + "first_name": "Vijay", + "middle_name": "", + "last_name": "Kunadian", + "org_name": "Newcastle University - Newcastle-Upon", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "10", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SENIOR RITA - Invasive versus Conservative Strategy for Older Patients with Myocardial Infarction", + "rest_events_session_count": 13, + "rest_events_session": "SENIOR RITA - Older patients with non-ST segment elevation myocardial infarction randomised interventional treatment trial,Case 2 - contemporary investigation and management of MINOCA: the UK perspective,Durability in TAVI valves: data, predictors, and real-world insights,Addressing underdiagnosis in women with aortic stenosis,Contemporary thrombosis management -- state of the state,A patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery: what do the guidelines say?,Personalised management after primary PCI for ST elevation myocardial infarction: unresolved issues,Transforming TAVI practice: evidence, equity, and durability,Advances in thrombosis management: evaluating current and emerging anticoagulation strategies", + "events_topic": "Percutaneous Coronary Intervention | Anticoagulants ", + "rest_events_topic_count": 8, + "rest_events_topic": " Cancer Surgery | Transcatheter Aortic Valve Replacement | Myocardial Infarction | ST Elevation Myocardial Infarction | MINOCA | Thrombosis | Aortic Valve Stenosis | Non-ST-Elevation Myocardial Infarction", + "kol_name": "Vijay Kunadian", + "kol_full_name": "Vijay Kunadian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Reperfusion | Quality Of Life | Reperfusion | ST Elevation Myocardial Infarction | Virus Diseases | Cytomegalovirus Infections", + "npi_num": "", + "hcp_pin_alias": "1158232", + "session_name": "Latent cytomegalovirus infection associates with impairments in myocardial reperfusion, left-ventricular function, and quality of life after ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158232", + "first_name": "Luke", + "middle_name": "", + "last_name": "Spray", + "org_name": "Newcastle University - Newcastle-Upon", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Latent cytomegalovirus infection associates with impairments in myocardial reperfusion", + "rest_events_session_count": 2, + "rest_events_session": " left-ventricular function, and quality of life after ST-elevation myocardial infarction", + "events_topic": "Myocardial Reperfusion | Quality Of Life ", + "rest_events_topic_count": 4, + "rest_events_topic": " Reperfusion | ST Elevation Myocardial Infarction | Virus Diseases | Cytomegalovirus Infections", + "kol_name": "Luke Spray", + "kol_full_name": "Luke Spray" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Inhibition, Psychological", + "npi_num": "", + "hcp_pin_alias": "1158231", + "session_name": "Inhibition of fractalkine signalling in patients with acute myocardial infarction - First results from the FRACTAL trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158231", + "first_name": "Ioakim", + "middle_name": "", + "last_name": "Spyridopoulos", + "org_name": "Newcastle University - Newcastle-Upon", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inhibition of fractalkine signalling in patients with acute myocardial infarction - First results from the FRACTAL trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Inhibition, Psychological", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ioakim Spyridopoulos", + "kol_full_name": "Ioakim Spyridopoulos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1158230", + "session_name": "An epidemiological update on infective endocarditis: a two-decade retrospective longitudinal analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158230", + "first_name": "Kedar", + "middle_name": "", + "last_name": "Madan", + "org_name": "Nepean Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An epidemiological update on infective endocarditis: a two-decade retrospective longitudinal analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kedar Madan", + "kol_full_name": "Kedar Madan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Regeneration", + "npi_num": "", + "hcp_pin_alias": "1158229", + "session_name": "Novel approaches in cardiac regeneration", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158229", + "first_name": "Paola", + "middle_name": "", + "last_name": "Cattaneo", + "org_name": "National Research Council, CNR", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel approaches in cardiac regeneration", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Regeneration", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paola Cattaneo", + "kol_full_name": "Paola Cattaneo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Reperfusion | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158228", + "session_name": "How to optimise contemporary treatment of STEMI patients: time and way of myocardial reperfusion, updated medication, and post infarction rehabilitation - insights from Ukraine and Poland", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158228", + "first_name": "Robert", + "middle_name": "", + "last_name": "Gil", + "org_name": "National Medical Institute of the Ministry of Internal Affairs", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to optimise contemporary treatment of STEMI patients: time and way of myocardial reperfusion", + "rest_events_session_count": 2, + "rest_events_session": " updated medication, and post infarction rehabilitation - insights from Ukraine and Poland", + "events_topic": "Myocardial Reperfusion | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robert Gil", + "kol_full_name": "Robert Gil" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1158227", + "session_name": "Advancing valvular heart disease evaluation: the role of imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158227", + "first_name": "Piotr", + "middle_name": "", + "last_name": "Szymanski", + "org_name": "National Institute of Medicine MSWiA", + "Country": "Poland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advancing valvular heart disease evaluation: the role of imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Piotr Szymanski", + "kol_full_name": "Piotr Szymanski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Prolapse", + "npi_num": "", + "hcp_pin_alias": "1158226", + "session_name": "The genetics of mitral valve prolapse", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158226", + "first_name": "Nabila", + "middle_name": "", + "last_name": "Bouatia-Naji", + "org_name": "National Institute of Health and Medical Research (INSERM home)", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The genetics of mitral valve prolapse", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Prolapse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nabila Bouatia-Naji", + "kol_full_name": "Nabila Bouatia-Naji" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Anti-inflammatory Therapies", + "npi_num": "", + "hcp_pin_alias": "1158225", + "session_name": "Anti-inflammatory therapies: from bench to bedside", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158225", + "first_name": "Giuseppina", + "middle_name": "", + "last_name": "Caligiuri", + "org_name": "National Institute of Health and Medical Research (INSERM home)", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anti-inflammatory therapies: from bench to bedside", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anti-inflammatory Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppina Caligiuri", + "kol_full_name": "Giuseppina Caligiuri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care | Delivery Of Health Care | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158224", + "session_name": "Exploring the role of AI-driven chatbots in patient care: a critical evaluation amidst healthcare staff shortages", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158224", + "first_name": "Robert", + "middle_name": "", + "last_name": "Olszewski", + "org_name": "National Institute of Geriatrics Rheumatology and Rehabilitation", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring the role of AI-driven chatbots in patient care: a critical evaluation amidst healthcare staff shortages", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care | Delivery Of Health Care ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Robert Olszewski", + "kol_full_name": "Robert Olszewski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Telerehabilitation | Heart-Assist Devices | Heart Failure | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158223", + "session_name": "Do patients maintain improvement in physical capacity achieved after hybrid telerehabilitation implemented as part of managed care after acute myocardial infarction program at one-year follow-up?,Feasibility of hybrid telerehabilitation and telecare in heart failure patients with implanted left ventricular assist device LVAD,Effectiveness of hybrid comprehensive telerehabilitation in women with heart failure - subanalysis of the TELEREH-HF RCT.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158223", + "first_name": "Ewa", + "middle_name": "", + "last_name": "Piotrowicz", + "org_name": "National Institute of Cardiology, Warsaw Poland", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Do patients maintain improvement in physical capacity achieved after hybrid telerehabilitation implemented as part of managed care after acute myocardial infarction program at one-year follow-up?", + "rest_events_session_count": 2, + "rest_events_session": "Feasibility of hybrid telerehabilitation and telecare in heart failure patients with implanted left ventricular assist device LVAD,Effectiveness of hybrid comprehensive telerehabilitation in women with heart failure - subanalysis of the TELEREH-HF RCT.", + "events_topic": "Telerehabilitation | Heart-Assist Devices ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Myocardial Infarction", + "kol_name": "Ewa Piotrowicz", + "kol_full_name": "Ewa Piotrowicz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Total Occlusion | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1158222", + "session_name": "Computed tomography for prediction of stent underexpansion after percutaneous recanalization of calcified coronary chronic total occlusions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158222", + "first_name": "Rafal", + "middle_name": "", + "last_name": "Wolny", + "org_name": "National Institute of Cardiology", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Computed tomography for prediction of stent underexpansion after percutaneous recanalization of calcified coronary chronic total occlusions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Total Occlusion | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rafal Wolny", + "kol_full_name": "Rafal Wolny" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Bypass | Anticoagulants Monotherapy", + "npi_num": "", + "hcp_pin_alias": "1158221", + "session_name": "Anticoagulant monotherapy versus anticoagulant therapy in combination with single antiplatelet agent in patients after coronary artery bypass grafting - analysis of real-world data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158221", + "first_name": "Rafal", + "middle_name": "", + "last_name": "Dabrowski", + "org_name": "National Institute of Cardiology", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulant monotherapy versus anticoagulant therapy in combination with single antiplatelet agent in patients after coronary artery bypass grafting - analysis of real-world data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass | Anticoagulants Monotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rafal Dabrowski", + "kol_full_name": "Rafal Dabrowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Anomalous Coronary Artery", + "npi_num": "", + "hcp_pin_alias": "1158220", + "session_name": "Coarctation of the aorta associated with anomalous origin of the coronary artery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158220", + "first_name": "Pawel", + "middle_name": "", + "last_name": "Tyczynski", + "org_name": "National Institute of Cardiology", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coarctation of the aorta associated with anomalous origin of the coronary artery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anomalous Coronary Artery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pawel Tyczynski", + "kol_full_name": "Pawel Tyczynski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158219", + "session_name": "Practical dilemmas in atrial fibrillation therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158219", + "first_name": "Michal", + "middle_name": "", + "last_name": "Farkowski", + "org_name": "National Institute of Cardiology", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Practical dilemmas in atrial fibrillation therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michal Farkowski", + "kol_full_name": "Michal Farkowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Heart Failure | Myocardial Injury | Porphyria, Acute Intermittent", + "npi_num": "", + "hcp_pin_alias": "1158218", + "session_name": "Myocardial injury and heart failure biomarkers in acute intermittent porphyria", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158218", + "first_name": "Krzysztof", + "middle_name": "", + "last_name": "Jaworski", + "org_name": "National Institute of Cardiology", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial injury and heart failure biomarkers in acute intermittent porphyria", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Injury | Porphyria, Acute Intermittent", + "kol_name": "Krzysztof Jaworski", + "kol_full_name": "Krzysztof Jaworski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Arrhythmogenic Right Ventricular Dysplasia", + "npi_num": "", + "hcp_pin_alias": "1158217", + "session_name": "Clinical value of anti-DSG2 antibodies in arrhythmogenic right ventricular cardiomyopathy: a real-life experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158217", + "first_name": "Karolina", + "middle_name": "Stefania", + "last_name": "Borowiec", + "org_name": "National Institute of Cardiology", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical value of anti-DSG2 antibodies in arrhythmogenic right ventricular cardiomyopathy: a real-life experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Arrhythmogenic Right Ventricular Dysplasia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karolina Stefania Borowiec", + "kol_full_name": "Karolina Stefania Borowiec" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Studies As Topic | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1158216", + "session_name": "Preliminary results from the Polish Infective Endocarditis Registry (POL-ENDO): time to change clinical approach?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158216", + "first_name": "Jakub", + "middle_name": "", + "last_name": "Orzech", + "org_name": "National Institute of Cardiology", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Preliminary results from the Polish Infective Endocarditis Registry (POL-ENDO): time to change clinical approach?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Studies As Topic | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jakub Orzech", + "kol_full_name": "Jakub Orzech" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1158215", + "session_name": "Diagnostic value of aortic valve displacement by tissue tracking for identification of aortic valve stenosis severity.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158215", + "first_name": "Anna", + "middle_name": "", + "last_name": "Jasinska", + "org_name": "National Institute of Cardiology", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic value of aortic valve displacement by tissue tracking for identification of aortic valve stenosis severity.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Jasinska", + "kol_full_name": "Anna Jasinska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Smoking Cessation | Biomarkers | Inflammation", + "npi_num": "", + "hcp_pin_alias": "1158214", + "session_name": "Immunoglobulin free light chain-kappa, a novel biomarker of inflammation and cardiovascular risk, decreases after smoking cessation in association with NT-proBNP", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158214", + "first_name": "Koji", + "middle_name": "", + "last_name": "Hasegawa", + "org_name": "National Hospital Organization Kyoto Medical Center", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Immunoglobulin free light chain-kappa", + "rest_events_session_count": 2, + "rest_events_session": " a novel biomarker of inflammation and cardiovascular risk, decreases after smoking cessation in association with NT-proBNP", + "events_topic": "Smoking Cessation | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Inflammation", + "kol_name": "Koji Hasegawa", + "kol_full_name": "Koji Hasegawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Galectin 3 | Neoplasms | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158213", + "session_name": "Impact of diabetes on vascular endothelial growth factor D and cardiovascular mortality in patients with suspected or known coronary artery disease: the ANOX study,Galectin-3 and cancer mortality in patients with suspected or known coronary artery disease: the ANOX study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158213", + "first_name": "Hiromichi", + "middle_name": "", + "last_name": "Wada", + "org_name": "National Hospital Organization Kyoto Medical Center", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of diabetes on vascular endothelial growth factor D and cardiovascular mortality in patients with suspected or known coronary artery disease: the ANOX study", + "rest_events_session_count": 1, + "rest_events_session": "Galectin-3 and cancer mortality in patients with suspected or known coronary artery disease: the ANOX study", + "events_topic": "Diabetes Mellitus | Galectin 3 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasms | Coronary Artery Disease", + "kol_name": "Hiromichi Wada", + "kol_full_name": "Hiromichi Wada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1158212", + "session_name": "Pulmonary hypertension: from diagnosis to personalised care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158212", + "first_name": "Simon", + "middle_name": "", + "last_name": "Gibbs", + "org_name": "National Heart and Lung Institute Imperial College", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary hypertension: from diagnosis to personalised care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Simon Gibbs", + "kol_full_name": "Simon Gibbs" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Right Ventricular Pacing | Surgical Aortic Valve Replacement | Atrioventricular Block", + "npi_num": "", + "hcp_pin_alias": "1158211", + "session_name": "Transcatheter versus surgical aortic valve replacement in lower-risk patients: an updated meta-analysis of randomised controlled trials,Conduction system versus right ventricular pacing for atrioventricular block: a reconstructed individual participant data meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158211", + "first_name": "Rohin", + "middle_name": "", + "last_name": "Reddy", + "org_name": "National Heart and Lung Institute Imperial College", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter versus surgical aortic valve replacement in lower-risk patients: an updated meta-analysis of randomised controlled trials", + "rest_events_session_count": 1, + "rest_events_session": "Conduction system versus right ventricular pacing for atrioventricular block: a reconstructed individual participant data meta-analysis", + "events_topic": "Transcatheter Aortic Valve Replacement | Right Ventricular Pacing ", + "rest_events_topic_count": 2, + "rest_events_topic": " Surgical Aortic Valve Replacement | Atrioventricular Block", + "kol_name": "Rohin Reddy", + "kol_full_name": "Rohin Reddy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Catheterization | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158210", + "session_name": "Automatic quantification of pressure waveform damping during cardiac catheterisation using artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158210", + "first_name": "Rahul", + "middle_name": "", + "last_name": "Bahl", + "org_name": "National Heart and Lung Institute Imperial College", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Automatic quantification of pressure waveform damping during cardiac catheterisation using artificial intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Catheterization | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rahul Bahl", + "kol_full_name": "Rahul Bahl" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Unsupervised Machine Learning", + "npi_num": "", + "hcp_pin_alias": "1158209", + "session_name": "Utilizing unsupervised machine learning to uncover novel phenogroups within the broad QRS complex", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158209", + "first_name": "Mehak", + "middle_name": "", + "last_name": "Gurnani", + "org_name": "National Heart and Lung Institute Imperial College", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utilizing unsupervised machine learning to uncover novel phenogroups within the broad QRS complex", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Unsupervised Machine Learning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mehak Gurnani", + "kol_full_name": "Mehak Gurnani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Coronary Microvascular Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1158208", + "session_name": "Detection of microvascular dysfunction,Novel drugs for cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158208", + "first_name": "Ranil", + "middle_name": "", + "last_name": "De Silva", + "org_name": "National Heart and Lung Institute", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Detection of microvascular dysfunction", + "rest_events_session_count": 1, + "rest_events_session": "Novel drugs for cardiovascular diseases", + "events_topic": "Cardiovascular Diseases | Coronary Microvascular Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ranil De Silva", + "kol_full_name": "Ranil De Silva" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Oligodendroglioma | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158207", + "session_name": "NBTE in oligodendroglioma patients: a rare and challenging myocardial infarction presentation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158207", + "first_name": "Yuto", + "middle_name": "", + "last_name": "Miura", + "org_name": "National Cerebral and Cardiovascular Center Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "NBTE in oligodendroglioma patients: a rare and challenging myocardial infarction presentation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oligodendroglioma | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuto Miura", + "kol_full_name": "Yuto Miura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Arrest | Parasystole | Sarcoidosis | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158206", + "session_name": "Ventricular parasystole as a new indicator suggesting ventricular arrhythmias in cardiac sarcoidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158206", + "first_name": "Takashi", + "middle_name": "", + "last_name": "Ikee", + "org_name": "National Cerebral and Cardiovascular Center Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular parasystole as a new indicator suggesting ventricular arrhythmias in cardiac sarcoidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Arrest | Parasystole ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sarcoidosis | Arrhythmias, Cardiac", + "kol_name": "Takashi Ikee", + "kol_full_name": "Takashi Ikee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Revascularization | Ultrasonography, Interventional", + "npi_num": "", + "hcp_pin_alias": "1158205", + "session_name": "Implications of calcified nodule and adjacent calcification severity for target lesion revascularization after percutaneous coronary intervention: multi-center intravascular ultrasound imaging study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158205", + "first_name": "Naoya", + "middle_name": "", + "last_name": "Yabumoto", + "org_name": "National Cerebral and Cardiovascular Center Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implications of calcified nodule and adjacent calcification severity for target lesion revascularization after percutaneous coronary intervention: multi-center intravascular ultrasound imaging study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Coronary Revascularization ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ultrasonography, Interventional", + "kol_name": "Naoya Yabumoto", + "kol_full_name": "Naoya Yabumoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158204", + "session_name": "Long-term clinical course of heart failure across left ventricular ejection fraction phenotypes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158204", + "first_name": "Kanako", + "middle_name": "", + "last_name": "Teramoto", + "org_name": "National Cerebral and Cardiovascular Center Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term clinical course of heart failure across left ventricular ejection fraction phenotypes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kanako Teramoto", + "kol_full_name": "Kanako Teramoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Polyvascular Disease | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158203", + "session_name": "Gender-differences in Polyvascular disease: implications for lipid-lowering management and cardiovascular outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158203", + "first_name": "Aya", + "middle_name": "", + "last_name": "Katasako", + "org_name": "National Cerebral and Cardiovascular Center Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender-differences in Polyvascular disease: implications for lipid-lowering management and cardiovascular outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polyvascular Disease | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aya Katasako", + "kol_full_name": "Aya Katasako" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Short Qt Syndrome | SLC4A3 Protein, Human", + "npi_num": "", + "hcp_pin_alias": "1158202", + "session_name": "Characterization of knock-in zebrafish models with a novel SLC4A3 variant identified in a short QT syndrome family", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158202", + "first_name": "Ming", + "middle_name": "", + "last_name": "Zhu", + "org_name": "National Cerebral and Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characterization of knock-in zebrafish models with a novel SLC4A3 variant identified in a short QT syndrome family", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Short Qt Syndrome | SLC4A3 Protein, Human", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ming Zhu", + "kol_full_name": "Ming Zhu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1158201", + "session_name": "Association between current of injury and intraoperative R wave amplitude fluctuation immediately after active fixation pacing lead implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158201", + "first_name": "Yoshitake", + "middle_name": "", + "last_name": "Oshima", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between current of injury and intraoperative R wave amplitude fluctuation immediately after active fixation pacing lead implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yoshitake Oshima", + "kol_full_name": "Yoshitake Oshima" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158200", + "session_name": "Contemporary use of beta-blockers in the outpatient treatment of heart failure with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158200", + "first_name": "Yoshitaka", + "middle_name": "", + "last_name": "Iwanaga", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Contemporary use of beta-blockers in the outpatient treatment of heart failure with atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yoshitaka Iwanaga", + "kol_full_name": "Yoshitaka Iwanaga" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy | Tomography, Emission-Computed, Single-Photon | Bundle-Branch Block", + "npi_num": "", + "hcp_pin_alias": "1158199", + "session_name": "Myocardial single photon emission computed tomography imaging to identify non-responders to cardiac resynchronization therapy in patients with non-left bundle branch block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158199", + "first_name": "Toshihiro", + "middle_name": "", + "last_name": "Nakamura", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial single photon emission computed tomography imaging to identify non-responders to cardiac resynchronization therapy in patients with non-left bundle branch block", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy | Tomography, Emission-Computed, Single-Photon ", + "rest_events_topic_count": 1, + "rest_events_topic": " Bundle-Branch Block", + "kol_name": "Toshihiro Nakamura", + "kol_full_name": "Toshihiro Nakamura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sarcoidosis", + "npi_num": "", + "hcp_pin_alias": "1158198", + "session_name": "Evaluating corticosteroid treatment strategies for cardiac sarcoidosis: analysis of the nationwide claims-based JROAD-DPC dataset", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158198", + "first_name": "Takeshi", + "middle_name": "", + "last_name": "Kitai", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating corticosteroid treatment strategies for cardiac sarcoidosis: analysis of the nationwide claims-based JROAD-DPC dataset", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takeshi Kitai", + "kol_full_name": "Takeshi Kitai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitochondrial DNA Methyltransferases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158197", + "session_name": "Deletion of mitochondrial DNA methyltransferase 1 contributes the development of murine heart failure under pressure overloaded", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158197", + "first_name": "Shigemiki", + "middle_name": "", + "last_name": "Omiya", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deletion of mitochondrial DNA methyltransferase 1 contributes the development of murine heart failure under pressure overloaded", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitochondrial DNA Methyltransferases | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shigemiki Omiya", + "kol_full_name": "Shigemiki Omiya" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Lung Diseases", + "npi_num": "", + "hcp_pin_alias": "1158196", + "session_name": "Acute vasoreactivity testing for severe pulmonary hypertension associated with lung disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158196", + "first_name": "Ryo", + "middle_name": "", + "last_name": "Takano", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute vasoreactivity testing for severe pulmonary hypertension associated with lung disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Lung Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ryo Takano", + "kol_full_name": "Ryo Takano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Heart Failure, Diastolic | Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158195", + "session_name": "Prevention of sudden cardiac death in HFpEF: role of multimodality cardiac imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158195", + "first_name": "Masashi", + "middle_name": "", + "last_name": "Amano", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevention of sudden cardiac death in HFpEF: role of multimodality cardiac imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Death, Sudden, Cardiac", + "kol_name": "Masashi Amano", + "kol_full_name": "Masashi Amano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cryoballoon Ablation | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158194", + "session_name": "Comparison of complications during catheter ablation of atrial fibrillation between radiofrequency and cryoballoon ablation: insights from a nation-wide claims-based database", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158194", + "first_name": "Koji", + "middle_name": "", + "last_name": "Miyamoto", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of complications during catheter ablation of atrial fibrillation between radiofrequency and cryoballoon ablation: insights from a nation-wide claims-based database", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cryoballoon Ablation | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Koji Miyamoto", + "kol_full_name": "Koji Miyamoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Surgical Aortic Valve Replacemen", + "npi_num": "", + "hcp_pin_alias": "1158193", + "session_name": "Transcatheter versus surgical aortic valve replacement in aortic stenosis patients requiring mechanical circulation support: a nationwide Japanese study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158193", + "first_name": "Kentaro", + "middle_name": "", + "last_name": "Mitsui", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter versus surgical aortic valve replacement in aortic stenosis patients requiring mechanical circulation support: a nationwide Japanese study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Surgical Aortic Valve Replacemen", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kentaro Mitsui", + "kol_full_name": "Kentaro Mitsui" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Myocardial Fibrosis | Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158192", + "session_name": "Progression of myocardial fibrosis is the major determinant of heart failure hospitalization in patients undergoing transcatheter aortic valve implantation.,Significant correlation between the extent of myocardial fibrosis and heart failure parameters in patients undergoing transcatheter aortic valve implantation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158192", + "first_name": "Kenta", + "middle_name": "", + "last_name": "Yamaguchi", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Progression of myocardial fibrosis is the major determinant of heart failure hospitalization in patients undergoing transcatheter aortic valve implantation.", + "rest_events_session_count": 1, + "rest_events_session": "Significant correlation between the extent of myocardial fibrosis and heart failure parameters in patients undergoing transcatheter aortic valve implantation.", + "events_topic": "Heart Failure | Myocardial Fibrosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "kol_name": "Kenta Yamaguchi", + "kol_full_name": "Kenta Yamaguchi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmogenic Right Ventricular Dysplasia", + "npi_num": "", + "hcp_pin_alias": "1158191", + "session_name": "Amplicon-based long-read sequencing is useful for confirming zygosity of DSG2 variants associated with Japanese ARVC.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158191", + "first_name": "Keiko", + "middle_name": "", + "last_name": "Sonoda", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Amplicon-based long-read sequencing is useful for confirming zygosity of DSG2 variants associated with Japanese ARVC.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmogenic Right Ventricular Dysplasia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Keiko Sonoda", + "kol_full_name": "Keiko Sonoda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Arterial Hypertension | Connective Tissue Diseases", + "npi_num": "", + "hcp_pin_alias": "1158190", + "session_name": "Recruitment of CCR5-positive T cells in pulmonary vascular lesions in idiopathic- and connective tissue disease associated- pulmonary arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158190", + "first_name": "Keiko", + "middle_name": "", + "last_name": "Ohta-Ogo", + "org_name": "National Cerebral & Cardiovascular Center", + "Country": "Japan", + "Region": "Osaka", + "City": "Suita", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Recruitment of CCR5-positive T cells in pulmonary vascular lesions in idiopathic- and connective tissue disease associated- pulmonary arterial hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Arterial Hypertension | Connective Tissue Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Keiko Ohta-Ogo", + "kol_full_name": "Keiko Ohta-Ogo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Precision Medicine | Atherosclerosis | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158189", + "session_name": "The future of atherosclerotic cardiovascular disease risk prediction: precision medicine based on imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158189", + "first_name": "Borja", + "middle_name": "", + "last_name": "Ibanez", + "org_name": "National Centre for Cardiovascular Research CNIC AND Fundacion Jimenez Diaz Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The future of atherosclerotic cardiovascular disease risk prediction: precision medicine based on imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Precision Medicine ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atherosclerosis | Cardiovascular Diseases", + "kol_name": "Borja Ibanez", + "kol_full_name": "Borja Ibanez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158188", + "session_name": "Personalised treatment of cardiac arrhythmias: novel insights from the bench", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158188", + "first_name": "Jose", + "middle_name": "", + "last_name": "Jalife", + "org_name": "National Centre for Cardiovascular Research (CNIC)", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised treatment of cardiac arrhythmias: novel insights from the bench", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jose Jalife", + "kol_full_name": "Jose Jalife" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Wearable Electronic Devices | Digital Health | Takotsubo Cardiomyopathy | Shock, Cardiogenic | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158187", + "session_name": "Smaller trials and trial updates on shock, surgery, and other interventions,Digital health: value of data from wearable devices before and after acute cardiac presentations,Treatment of acute, uncomplicated Takotsubo cardiomyopathy: if, what, and for how long?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158187", + "first_name": "Hector", + "middle_name": "", + "last_name": "Bueno", + "org_name": "National Centre for Cardiovascular Research (CNIC)", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials and trial updates on shock", + "rest_events_session_count": 7, + "rest_events_session": " surgery, and other interventions,Digital health: value of data from wearable devices before and after acute cardiac presentations,Treatment of acute, uncomplicated Takotsubo cardiomyopathy: if, what, and for how long?", + "events_topic": "Wearable Electronic Devices | Digital Health ", + "rest_events_topic_count": 3, + "rest_events_topic": " Takotsubo Cardiomyopathy | Shock, Cardiogenic | Heart Failure", + "kol_name": "Hector Bueno", + "kol_full_name": "Hector Bueno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Cardiac Surgical Procedures | Frailty", + "npi_num": "", + "hcp_pin_alias": "1158186", + "session_name": "Controlling Nutritional Status (CONUT) Score: a new tool for characterization and prognosis of patients with infective endocarditis,Clinical management and outcomes of patients with infective endocarditis according to frailty status,The 5-Item Modified Frailty Index (mFI-5) for risk stratification of patients with infective endocarditis undergoing cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158186", + "first_name": "Carlos", + "middle_name": "Nicolas Perez", + "last_name": "Garcia", + "org_name": "National Centre for Cardiovascular Research (CNIC)", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Controlling Nutritional Status (CONUT) Score: a new tool for characterization and prognosis of patients with infective endocarditis", + "rest_events_session_count": 2, + "rest_events_session": "Clinical management and outcomes of patients with infective endocarditis according to frailty status,The 5-Item Modified Frailty Index (mFI-5) for risk stratification of patients with infective endocarditis undergoing cardiac surgery", + "events_topic": "Endocarditis | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Frailty", + "kol_name": "Carlos Nicolas Perez Garcia", + "kol_full_name": "Carlos Nicolas Perez Garcia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Atria | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158185", + "session_name": "Impact of conduction velocity in left atrium assessing with omnipolar technology in patients with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158185", + "first_name": "Yoshinari", + "middle_name": "", + "last_name": "Enomoto", + "org_name": "National Center for Global Health and Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of conduction velocity in left atrium assessing with omnipolar technology in patients with atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Atria | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yoshinari Enomoto", + "kol_full_name": "Yoshinari Enomoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158184", + "session_name": "Fine-tuning prognostication after acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158184", + "first_name": "Shao-Liang", + "middle_name": "", + "last_name": "Chen", + "org_name": "Nanjing First Hospital Nanjing Medical University", + "Country": "China", + "Region": "Jiangsu", + "City": "Nanjing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fine-tuning prognostication after acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shao-Liang Chen", + "kol_full_name": "Shao-Liang Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Epicardial Adipose Tissue | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158183", + "session_name": "The distribution and mass index of epicardial adipose tissue were correlated with microvascular obstruction formation in patients with ST-segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158183", + "first_name": "Jinxuan", + "middle_name": "", + "last_name": "Zhao", + "org_name": "Nanjing Drum Tower Hospital", + "Country": "China", + "Region": "Jiangsu", + "City": "Nanjing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The distribution and mass index of epicardial adipose tissue were correlated with microvascular obstruction formation in patients with ST-segment elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epicardial Adipose Tissue | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jinxuan Zhao", + "kol_full_name": "Jinxuan Zhao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Cerebrovascular Circulation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158182", + "session_name": "Catheter ablation increases cerebral blood flow and cognitive function in elderly patients with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158182", + "first_name": "Mamoru", + "middle_name": "", + "last_name": "Manita", + "org_name": "Naha City Hospital", + "Country": "Japan", + "Region": "Okinawa", + "City": "Naha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Catheter ablation increases cerebral blood flow and cognitive function in elderly patients with atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Cerebrovascular Circulation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Mamoru Manita", + "kol_full_name": "Mamoru Manita" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise | Cardiovascular Diseases | Disease Management", + "npi_num": "", + "hcp_pin_alias": "1158181", + "session_name": "Trajectories of physical activity among participants of six-month mobile app-based disease management program for cardiovascular risk: a group-based trajectory modelling approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158181", + "first_name": "Takuji", + "middle_name": "", + "last_name": "Adachi", + "org_name": "Nagoya University Graduate School of Medicine", + "Country": "Japan", + "Region": "Aichi", + "City": "Nagoya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trajectories of physical activity among participants of six-month mobile app-based disease management program for cardiovascular risk: a group-based trajectory modelling approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Disease Management", + "kol_name": "Takuji Adachi", + "kol_full_name": "Takuji Adachi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Chronic Total Occlusion", + "npi_num": "", + "hcp_pin_alias": "1158180", + "session_name": "The acute procedural results and subsequent clinical outcomes after CTO-PCI: main-analysis of the japanese CTO-PCI expert registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158180", + "first_name": "Hiroaki", + "middle_name": "", + "last_name": "Matsuda", + "org_name": "Nagoya Heart Center", + "Country": "Japan", + "Region": "Aichi", + "City": "Nagoya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The acute procedural results and subsequent clinical outcomes after CTO-PCI: main-analysis of the japanese CTO-PCI expert registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Chronic Total Occlusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroaki Matsuda", + "kol_full_name": "Hiroaki Matsuda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1158179", + "session_name": "Relative interventricular septal brightness for subtype diagnosis of cardiac amyloidosis: pixel brightness analysis using echocardiographic images", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158179", + "first_name": "Tadafumi", + "middle_name": "", + "last_name": "Sugimoto", + "org_name": "Nagoya City University Mirai Kousei Hospital", + "Country": "Japan", + "Region": "Aichi", + "City": "Nagoya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relative interventricular septal brightness for subtype diagnosis of cardiac amyloidosis: pixel brightness analysis using echocardiographic images", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tadafumi Sugimoto", + "kol_full_name": "Tadafumi Sugimoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Renal Circulation | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158178", + "session_name": "Residual congestion in acute decompensated heart failure: A novel approach through microvascular imaging of renal circulation,Association of renal circulation at acute phase with decongestion level at discharge in patients admitted for acute decompensated heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158178", + "first_name": "Kiyomi", + "middle_name": "", + "last_name": "Kayama", + "org_name": "Nagoya City University Graduate School of Medical Sciences", + "Country": "Japan", + "Region": "Aichi", + "City": "Nagoya", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Residual congestion in acute decompensated heart failure: A novel approach through microvascular imaging of renal circulation", + "rest_events_session_count": 1, + "rest_events_session": "Association of renal circulation at acute phase with decongestion level at discharge in patients admitted for acute decompensated heart failure", + "events_topic": "Diagnostic Imaging | Renal Circulation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Kiyomi Kayama", + "kol_full_name": "Kiyomi Kayama" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolic Interaction | Myocardial Infarction | Adipose Tissue", + "npi_num": "", + "hcp_pin_alias": "1158177", + "session_name": "Adipose tissue and other metabolic interactions,Myocardial infarction: new scientific insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158177", + "first_name": "Salvatore", + "middle_name": "", + "last_name": "Pepe", + "org_name": "Murdoch Children's Research Institute, Royal Children's Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adipose tissue and other metabolic interactions", + "rest_events_session_count": 1, + "rest_events_session": "Myocardial infarction: new scientific insights", + "events_topic": "Metabolic Interaction | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adipose Tissue", + "kol_name": "Salvatore Pepe", + "kol_full_name": "Salvatore Pepe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158176", + "session_name": "New technologies and approaches in catheter ablation of atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158176", + "first_name": "Christian", + "middle_name": "", + "last_name": "Pluecke", + "org_name": "Municipal Clinic Goerlitz", + "Country": "Germany", + "Region": "Hessen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New technologies and approaches in catheter ablation of atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Pluecke", + "kol_full_name": "Christian Pluecke" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158175", + "session_name": "Transcatheter aortic valve implantation in non-surgical centres: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158175", + "first_name": "Miriam", + "middle_name": "", + "last_name": "Compagnone", + "org_name": "Morgagni-Pierantoni Hospital", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "forli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter aortic valve implantation in non-surgical centres: pro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Miriam Compagnone", + "kol_full_name": "Miriam Compagnone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Syncope | Hypertrophy, Left Ventricular", + "npi_num": "", + "hcp_pin_alias": "1158174", + "session_name": "Left ventricular hypertrophy and syncope", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158174", + "first_name": "Saima", + "middle_name": "", + "last_name": "Mushtaq", + "org_name": "Monzino Cardiology Centre", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular hypertrophy and syncope", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope | Hypertrophy, Left Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Saima Mushtaq", + "kol_full_name": "Saima Mushtaq" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1158173", + "session_name": "Mechanistic insights into cardiac valve disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158173", + "first_name": "Maurizio", + "middle_name": "", + "last_name": "Pesce", + "org_name": "Monzino Cardiology Centre", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanistic insights into cardiac valve disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maurizio Pesce", + "kol_full_name": "Maurizio Pesce" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158172", + "session_name": "What is new in artificial intelligence applied to cardiac magnetic resonance imaging?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158172", + "first_name": "Laura", + "middle_name": "", + "last_name": "Fusini", + "org_name": "Monzino Cardiology Centre", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What is new in artificial intelligence applied to cardiac magnetic resonance imaging?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Laura Fusini", + "kol_full_name": "Laura Fusini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Fibrosis", + "npi_num": "", + "hcp_pin_alias": "1158171", + "session_name": "Matrix and fibrosis: experimental aspects,Novel targets and models in cardiac disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158171", + "first_name": "Giulio", + "middle_name": "", + "last_name": "Pompilio", + "org_name": "Monzino Cardiology Centre", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Matrix and fibrosis: experimental aspects", + "rest_events_session_count": 1, + "rest_events_session": "Novel targets and models in cardiac disease", + "events_topic": "Heart Diseases | Fibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giulio Pompilio", + "kol_full_name": "Giulio Pompilio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angiography | Left Ventricular Ejection Fraction | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158170", + "session_name": "Prospective evaluation of an AI algorithm for real-time LVEF assessment in acute coronary syndrome using left coronary angiograms: the CathEF multicenter study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158170", + "first_name": "Robert", + "middle_name": "", + "last_name": "Avram", + "org_name": "Montreal Heart Institute", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prospective evaluation of an AI algorithm for real-time LVEF assessment in acute coronary syndrome using left coronary angiograms: the CathEF multicenter study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angiography | Left Ventricular Ejection Fraction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Robert Avram", + "kol_full_name": "Robert Avram" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Cardiomyopathy, Hypertrophic | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158169", + "session_name": "Prediction of family inheritance in non-sarcomeric hypertrophic cardiomyopathy using clinical variables and 12-lead electrocardiogram artificial intelligence models", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158169", + "first_name": "Maxime", + "middle_name": "", + "last_name": "Tremblay-Gravel", + "org_name": "Montreal Heart Institute", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of family inheritance in non-sarcomeric hypertrophic cardiomyopathy using clinical variables and 12-lead electrocardiogram artificial intelligence models", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Maxime Tremblay-Gravel", + "kol_full_name": "Maxime Tremblay-Gravel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Deep Learning | Electrocardiography | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158168", + "session_name": "Incident atrial fibrillation prediction using ECG-based deep learning at a specialized tertiary cardiac care center", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158168", + "first_name": "Gilbert", + "middle_name": "", + "last_name": "Jabbour", + "org_name": "Montreal Heart Institute", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incident atrial fibrillation prediction using ECG-based deep learning at a specialized tertiary cardiac care center", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Deep Learning | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Gilbert Jabbour", + "kol_full_name": "Gilbert Jabbour" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Intra-Abdominal Fat | Ventricular Remodeling | Adipose Tissue", + "npi_num": "", + "hcp_pin_alias": "1158167", + "session_name": "Temporal dynamics of cardiac remodelling in pressure overload: the key role of visceral adipose tissue", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158167", + "first_name": "Alissa", + "middle_name": "", + "last_name": "Tarraf", + "org_name": "Mondor Biomedical Research Institute", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal dynamics of cardiac remodelling in pressure overload: the key role of visceral adipose tissue", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Intra-Abdominal Fat | Ventricular Remodeling ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adipose Tissue", + "kol_name": "Alissa Tarraf", + "kol_full_name": "Alissa Tarraf" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Obesity | Atherosclerosis | Hypercholesterolemia | Cholesterol Ester Transfer Proteins | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158166", + "session_name": "CETP inhibition: lessons from two decades of clinical trials,Smaller trials and other studies on atherosclerosis,Triple-hormone receptor agonist retatrutide significantly improves lipoprotein and apolipoprotein profiles in participants with obesity or overweight,Announcement of The Lancet Commission on the Cardiovascular Disease Burden in Asia-Pacific,Familial hypercholesterolaemia and cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158166", + "first_name": "Stephen", + "middle_name": "", + "last_name": "Nicholls", + "org_name": "Monash University", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CETP inhibition: lessons from two decades of clinical trials", + "rest_events_session_count": 4, + "rest_events_session": "Smaller trials and other studies on atherosclerosis,Triple-hormone receptor agonist retatrutide significantly improves lipoprotein and apolipoprotein profiles in participants with obesity or overweight,Announcement of The Lancet Commission on the Cardiovascular Disease Burden in Asia-Pacific,Familial hypercholesterolaemia and cardiovascular risk", + "events_topic": "Heart Disease Risk Factors | Obesity ", + "rest_events_topic_count": 4, + "rest_events_topic": " Atherosclerosis | Hypercholesterolemia | Cholesterol Ester Transfer Proteins | Cardiovascular Diseases", + "kol_name": "Stephen Nicholls", + "kol_full_name": "Stephen Nicholls" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Molecular Targeted Therapy | Diabetic Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158165", + "session_name": "Novel mitochondria-targeted therapy AP39 limits mitochondrial dysregulation and diastolic dysfunction in 2D & 3D human models of diabetic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158165", + "first_name": "Rebecca", + "middle_name": "Helen", + "last_name": "Ritchie", + "org_name": "Monash University", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel mitochondria-targeted therapy AP39 limits mitochondrial dysregulation and diastolic dysfunction in 2D & 3D human models of diabetic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Molecular Targeted Therapy | Diabetic Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rebecca Helen Ritchie", + "kol_full_name": "Rebecca Helen Ritchie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "1158164", + "session_name": "Blockade of foam cell formation by an AP-1 inhibitor attenuates atherosclerosis in diabetes,Blockade of endothelial to mesenchymal transition (EndMT) by an inhibitor of histone methyltransferase EZH2 attenuates atherosclerosis in diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158164", + "first_name": "Abdul", + "middle_name": "Waheed", + "last_name": "Khan", + "org_name": "Monash University", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blockade of foam cell formation by an AP-1 inhibitor attenuates atherosclerosis in diabetes", + "rest_events_session_count": 1, + "rest_events_session": "Blockade of endothelial to mesenchymal transition (EndMT) by an inhibitor of histone methyltransferase EZH2 attenuates atherosclerosis in diabetes", + "events_topic": "Atherosclerosis | Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abdul Waheed Khan", + "kol_full_name": "Abdul Waheed Khan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "HIV | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1158163", + "session_name": "Pericoronary adipose tissue computed tomography attenuation (PCAT) as a marker of premature CVD in asymptomatic people living with HIV (PLWH) without traditional risk factors: H-ART to heart study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158163", + "first_name": "Tom", + "middle_name": "", + "last_name": "Wardill", + "org_name": "Monash Heart", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pericoronary adipose tissue computed tomography attenuation (PCAT) as a marker of premature CVD in asymptomatic people living with HIV (PLWH) without traditional risk factors: H-ART to heart study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "HIV | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tom Wardill", + "kol_full_name": "Tom Wardill" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Deep Learning | Breast Diseases | Algorithms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158162", + "session_name": "Novel deep learning algorithm demonstrates strong performance for detection and quantification of breast arterial calcification and associates with cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158162", + "first_name": "Vinay", + "middle_name": "", + "last_name": "Goel", + "org_name": "Monash Health", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel deep learning algorithm demonstrates strong performance for detection and quantification of breast arterial calcification and associates with cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Deep Learning | Breast Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Algorithms | Cardiovascular Diseases", + "kol_name": "Vinay Goel", + "kol_full_name": "Vinay Goel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ambulatory Care | Clinical Pharmacy Information Systems | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158161", + "session_name": "Evaluating an integrated clinical pharmacy service model in an ambulatory cardiac clinic- a single centre study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158161", + "first_name": "Judy", + "middle_name": "", + "last_name": "Duong", + "org_name": "Monash Health", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating an integrated clinical pharmacy service model in an ambulatory cardiac clinic- a single centre study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ambulatory Care | Clinical Pharmacy Information Systems ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Judy Duong", + "kol_full_name": "Judy Duong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Ischemia | Angina Pectoris, Variant", + "npi_num": "", + "hcp_pin_alias": "1158160", + "session_name": "Immunotherapy-mediated myocarditis and concurrent vasospastic angina in a patient with established ischaemic heart disease: a clinical conundrum", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158160", + "first_name": "Jefferson", + "middle_name": "", + "last_name": "Ko", + "org_name": "Monash Health", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Immunotherapy-mediated myocarditis and concurrent vasospastic angina in a patient with established ischaemic heart disease: a clinical conundrum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Ischemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angina Pectoris, Variant", + "kol_name": "Jefferson Ko", + "kol_full_name": "Jefferson Ko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158159", + "session_name": "Predictors of discordance in estimating the presence of chronic kidney disease among patients with atrial fibrillation and impact on prescription of anticoagulants and cardiovascular outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158159", + "first_name": "Marta", + "middle_name": "", + "last_name": "Mantovani", + "org_name": "Modena Polyclinic Modena University Hospital", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Modena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of discordance in estimating the presence of chronic kidney disease among patients with atrial fibrillation and impact on prescription of anticoagulants and cardiovascular outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marta Mantovani", + "kol_full_name": "Marta Mantovani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Cluster Analysis", + "npi_num": "", + "hcp_pin_alias": "1158158", + "session_name": "Cognitive patterns according to mini-mental state examination domains in patients with AF and association with all-cause mortality: a cluster analysis from a contemporary prospective study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158158", + "first_name": "Marco", + "middle_name": "", + "last_name": "Vitolo", + "org_name": "Modena Polyclinic Modena University Hospital", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Modena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cognitive patterns according to mini-mental state examination domains in patients with AF and association with all-cause mortality: a cluster analysis from a contemporary prospective study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Cluster Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marco Vitolo", + "kol_full_name": "Marco Vitolo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antithrombotic Therapy | Atrial Fibrillation | Peripheral Arterial Disease", + "npi_num": "", + "hcp_pin_alias": "1158157", + "session_name": "Peripheral artery disease, antithrombotic treatment and outcomes in European and Asian patients with atrial aibrillation: a report from 2 prospective observational registries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158157", + "first_name": "Jacopo", + "middle_name": "Francesco", + "last_name": "Imberti", + "org_name": "Modena Polyclinic Modena University Hospital", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Modena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peripheral artery disease", + "rest_events_session_count": 1, + "rest_events_session": " antithrombotic treatment and outcomes in European and Asian patients with atrial aibrillation: a report from 2 prospective observational registries", + "events_topic": "Antithrombotic Therapy | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Peripheral Arterial Disease", + "kol_name": "Jacopo Francesco Imberti", + "kol_full_name": "Jacopo Francesco Imberti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Left Atrial Appendage Closure | Atrial Function, Left", + "npi_num": "", + "hcp_pin_alias": "1158156", + "session_name": "Impact of left atrial appendage closure on left atrial function: insights from the OCEAN-LAAC registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158156", + "first_name": "Hideaki", + "middle_name": "", + "last_name": "Nonaka", + "org_name": "Mitsui Memorial Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of left atrial appendage closure on left atrial function: insights from the OCEAN-LAAC registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Atrial Appendage Closure | Atrial Function, Left", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hideaki Nonaka", + "kol_full_name": "Hideaki Nonaka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1158155", + "session_name": "Verification about the usefulness of early cardiac rehabilitation initiation in patients with congestive heart failure requiring hospitalization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158155", + "first_name": "Toyohiro", + "middle_name": "", + "last_name": "Endo", + "org_name": "Mitoyo General Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Verification about the usefulness of early cardiac rehabilitation initiation in patients with congestive heart failure requiring hospitalization", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Toyohiro Endo", + "kol_full_name": "Toyohiro Endo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158154", + "session_name": "Cardiovascular disease: genetic determinants and molecular phenotyping", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158154", + "first_name": "Attila", + "middle_name": "", + "last_name": "Kardos", + "org_name": "Milton Keynes University Hospital NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Milton Keynes", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease: genetic determinants and molecular phenotyping", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Attila Kardos", + "kol_full_name": "Attila Kardos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158153", + "session_name": "Long-term prognosis in patients undergoing atrial fibrillation ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158153", + "first_name": "Marek", + "middle_name": "", + "last_name": "Kiliszek", + "org_name": "Military Institute of Medicine - National Research Institute", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term prognosis in patients undergoing atrial fibrillation ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Marek Kiliszek", + "kol_full_name": "Marek Kiliszek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Telerehabilitation | Mental Health | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1158152", + "session_name": "Changes in mental health and illness perception in patients with hypertrophic cardiomyopathy referred to hybrid cardiac telerehabilitation in comparison to usual care - a randomised-control trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158152", + "first_name": "Anna", + "middle_name": "", + "last_name": "Mierzynska", + "org_name": "Military Institute of Medicine - National Research Institute", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in mental health and illness perception in patients with hypertrophic cardiomyopathy referred to hybrid cardiac telerehabilitation in comparison to usual care - a randomised-control trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Telerehabilitation | Mental Health ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Hypertrophic", + "kol_name": "Anna Mierzynska", + "kol_full_name": "Anna Mierzynska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158151", + "session_name": "Standard modifiable risk factors (SMuRF) paradox for the prognosis in the patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158151", + "first_name": "Akihiro", + "middle_name": "", + "last_name": "Takasaki", + "org_name": "Mie University Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Standard modifiable risk factors (SMuRF) paradox for the prognosis in the patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Akihiro Takasaki", + "kol_full_name": "Akihiro Takasaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rupture | Risk Assessment | Thrombosis | Myocardial Infarction | Emergency Medical Services", + "npi_num": "", + "hcp_pin_alias": "1158150", + "session_name": "The prognosis of acute myocardial infarction due to stent thrombosis after 2nd generation drug eluting stents era (comparative study with acute myocardial infarction due to plaque rupture or erosion),A new prehospital cardiac risk assessment index derived from vital signs by first contact emergency medical service, including prehospital oxygen saturation, for accurate prehospital triage of acute m", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158150", + "first_name": "Yosuke", + "middle_name": "", + "last_name": "Kirii", + "org_name": "Mie University Graduate School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognosis of acute myocardial infarction due to stent thrombosis after 2nd generation drug eluting stents era (comparative study with acute myocardial infarction due to plaque rupture or erosion)", + "rest_events_session_count": 3, + "rest_events_session": "A new prehospital cardiac risk assessment index derived from vital signs by first contact emergency medical service, including prehospital oxygen saturation, for accurate prehospital triage of acute m", + "events_topic": "Rupture | Risk Assessment ", + "rest_events_topic_count": 3, + "rest_events_topic": " Thrombosis | Myocardial Infarction | Emergency Medical Services", + "kol_name": "Yosuke Kirii", + "kol_full_name": "Yosuke Kirii" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Aldosterone", + "npi_num": "", + "hcp_pin_alias": "1158149", + "session_name": "MRPL44 haploinsufficient mouse spontaneously develops hypertrophic cardiomyopathy and shows systolic dysfunction after aldosterone treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158149", + "first_name": "Ryuji", + "middle_name": "", + "last_name": "Okamoto", + "org_name": "Mie University Graduate School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "MRPL44 haploinsufficient mouse spontaneously develops hypertrophic cardiomyopathy and shows systolic dysfunction after aldosterone treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Aldosterone", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ryuji Okamoto", + "kol_full_name": "Ryuji Okamoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Dissection", + "npi_num": "", + "hcp_pin_alias": "1158148", + "session_name": "A missing coronary guidewire mimicking aortic dissection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158148", + "first_name": "Ziad", + "middle_name": "", + "last_name": "Arow", + "org_name": "Meir Medical Center", + "Country": "Israel", + "Region": "HaMerkaz (Central)", + "City": "Kfar saba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A missing coronary guidewire mimicking aortic dissection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ziad Arow", + "kol_full_name": "Ziad Arow" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1158147", + "session_name": "Echocardiography in acute pulmonary embolism for the prediction of subsequent CTEPH", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158147", + "first_name": "Olga", + "middle_name": "", + "last_name": "Dzikowska-Diduch", + "org_name": "Medical University of Warsaw", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiography in acute pulmonary embolism for the prediction of subsequent CTEPH", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Olga Dzikowska-Diduch", + "kol_full_name": "Olga Dzikowska-Diduch" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Stroke | Tachycardia, Supraventricular | Appendix | Medication Errors", + "npi_num": "", + "hcp_pin_alias": "1158146", + "session_name": "Supraventricular tachycardia,Cases of medication-adverse effects,Left atrial appendix closure for stroke prevention in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158146", + "first_name": "Monika", + "middle_name": "", + "last_name": "Gawalko", + "org_name": "Medical University of Warsaw", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Supraventricular tachycardia", + "rest_events_session_count": 2, + "rest_events_session": "Cases of medication-adverse effects,Left atrial appendix closure for stroke prevention in atrial fibrillation", + "events_topic": "Atrial Fibrillation | Stroke ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tachycardia, Supraventricular | Appendix | Medication Errors", + "kol_name": "Monika Gawalko", + "kol_full_name": "Monika Gawalko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1158145", + "session_name": "No reimbursement policy and implantable loop recorders in the real world setting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158145", + "first_name": "Maria", + "middle_name": "", + "last_name": "Boszko", + "org_name": "Medical University of Warsaw", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "No reimbursement policy and implantable loop recorders in the real world setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Boszko", + "kol_full_name": "Maria Boszko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158144", + "session_name": "Registries, observational, and other studies on artificial intelligence,Help or hindrance: ChatGPT and chatbots?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158144", + "first_name": "Lukasz", + "middle_name": "", + "last_name": "Koltowski", + "org_name": "Medical University of Warsaw", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 3, + "rest_events_session": " observational, and other studies on artificial intelligence,Help or hindrance: ChatGPT and chatbots?", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lukasz Koltowski", + "kol_full_name": "Lukasz Koltowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158143", + "session_name": "Thrombus attenuation predicts natural history of hypo-attenuating leaflet thickening after transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158143", + "first_name": "Kajetan", + "middle_name": "", + "last_name": "Grodecki", + "org_name": "Medical University of Warsaw", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Thrombus attenuation predicts natural history of hypo-attenuating leaflet thickening after transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kajetan Grodecki", + "kol_full_name": "Kajetan Grodecki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Liver Cirrhosis, Biliary", + "npi_num": "", + "hcp_pin_alias": "1158142", + "session_name": "Cardiac morphology and function in patients with primary biliary cholangitis (PBC) without cirrhosis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158142", + "first_name": "Joanna", + "middle_name": "", + "last_name": "Bidiuk", + "org_name": "Medical University of Warsaw", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac morphology and function in patients with primary biliary cholangitis (PBC) without cirrhosis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Liver Cirrhosis, Biliary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joanna Bidiuk", + "kol_full_name": "Joanna Bidiuk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nerve Degeneration | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158141", + "session_name": "Neurodegeneration is highly associated with comorbidity burden in HFrEF patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158141", + "first_name": "Suriya", + "middle_name": "", + "last_name": "Prausmueller", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Neurodegeneration is highly associated with comorbidity burden in HFrEF patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nerve Degeneration | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Suriya Prausmueller", + "kol_full_name": "Suriya Prausmueller" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis | Transthyretin Amyloid Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158140", + "session_name": "DPD quantification correlates with ECV and disease severity in patients with ATTR-CM", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158140", + "first_name": "Rene", + "middle_name": "", + "last_name": "Rettl", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "DPD quantification correlates with ECV and disease severity in patients with ATTR-CM", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis | Transthyretin Amyloid Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rene Rettl", + "kol_full_name": "Rene Rettl" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rectal Neoplasms | Immune Checkpoint Inhibitors | Neoadjuvant Therapy | Myositis", + "npi_num": "", + "hcp_pin_alias": "1158139", + "session_name": "Prospective screening and proposed treatment algorithm for immune checkpoint inhibitor induced myositis in neoadjuvant-treated rectal cancer patients: data from the phase II CHINOREC trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158139", + "first_name": "Rebecca", + "middle_name": "", + "last_name": "Zirnbauer", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prospective screening and proposed treatment algorithm for immune checkpoint inhibitor induced myositis in neoadjuvant-treated rectal cancer patients: data from the phase II CHINOREC trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rectal Neoplasms | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoadjuvant Therapy | Myositis", + "kol_name": "Rebecca Zirnbauer", + "kol_full_name": "Rebecca Zirnbauer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sodium-Glucose Transporter 2 Inhibitors | Heart Failure, Diastolic | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158138", + "session_name": "Personalising HFpEF treatment,Further Insights into SGLT2i treatment for heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158138", + "first_name": "Noemi", + "middle_name": "", + "last_name": "Pavo", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising HFpEF treatment", + "rest_events_session_count": 1, + "rest_events_session": "Further Insights into SGLT2i treatment for heart failure", + "events_topic": "Sodium-Glucose Transporter 2 Inhibitors | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Noemi Pavo", + "kol_full_name": "Noemi Pavo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1158137", + "session_name": "Up-titration of Guideline Directed Medical Therapy (GDMT) and the occurrence of side effects in Heart Failure with reduced Ejection Fraction (HFrEF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158137", + "first_name": "Noel", + "middle_name": "", + "last_name": "Panagiotides", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Up-titration of Guideline Directed Medical Therapy (GDMT) and the occurrence of side effects in Heart Failure with reduced Ejection Fraction (HFrEF)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Noel Panagiotides", + "kol_full_name": "Noel Panagiotides" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1158136", + "session_name": "Potential hematopoietic effects of SGLT2 inhibitors in patients with cardiac amyloidosis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158136", + "first_name": "Nikita", + "middle_name": "", + "last_name": "Ermolaev", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Potential hematopoietic effects of SGLT2 inhibitors in patients with cardiac amyloidosis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nikita Ermolaev", + "kol_full_name": "Nikita Ermolaev" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial | Electrical Therapy | Cardiac Conduction System Disease | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158135", + "session_name": "Electrical therapy in heart failure: what's new?,Will conduction system pacing prove superior to conventional pacing?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158135", + "first_name": "Marianne", + "middle_name": "", + "last_name": "Gwechenberger", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Electrical therapy in heart failure: what's new?", + "rest_events_session_count": 1, + "rest_events_session": "Will conduction system pacing prove superior to conventional pacing?", + "events_topic": "Cardiac Pacing, Artificial | Electrical Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Conduction System Disease | Heart Failure", + "kol_name": "Marianne Gwechenberger", + "kol_full_name": "Marianne Gwechenberger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stents | Thrombosis", + "npi_num": "", + "hcp_pin_alias": "1158134", + "session_name": "Markers of coagulation and early coronary stent thrombosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158134", + "first_name": "Lukas", + "middle_name": "", + "last_name": "Galli", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Markers of coagulation and early coronary stent thrombosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stents | Thrombosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lukas Galli", + "kol_full_name": "Lukas Galli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Septal Defects, Atrial", + "npi_num": "", + "hcp_pin_alias": "1158133", + "session_name": "Sex differences in outcomes among patients undergoing transcatheter atrial septal defect closure: Do they benefit equally?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158133", + "first_name": "Lore", + "middle_name": "", + "last_name": "Schrutka", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in outcomes among patients undergoing transcatheter atrial septal defect closure: Do they benefit equally?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lore Schrutka", + "kol_full_name": "Lore Schrutka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158132", + "session_name": "Association between CMR derived hepatic T1 times, tricuspid regurgitation severity, and outcomes.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158132", + "first_name": "Katharina", + "middle_name": "", + "last_name": "Mascherbauer", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between CMR derived hepatic T1 times", + "rest_events_session_count": 2, + "rest_events_session": " tricuspid regurgitation severity, and outcomes.", + "events_topic": "Magnetic Resonance Imaging | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katharina Mascherbauer", + "kol_full_name": "Katharina Mascherbauer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158131", + "session_name": "Tricuspid regurgitation in atrial fibrillation: correlation to left atrial myopathy and improvement post ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158131", + "first_name": "Jonghui", + "middle_name": "", + "last_name": "Lee", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tricuspid regurgitation in atrial fibrillation: correlation to left atrial myopathy and improvement post ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Jonghui Lee", + "kol_full_name": "Jonghui Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Vascular Diseases | Lipids", + "npi_num": "", + "hcp_pin_alias": "1158130", + "session_name": "The role of '-omics' in personalised cardiovascular medicine,Novel regulators of vascular functions,Lipids: new pathophysiological and therapeutic insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158130", + "first_name": "Johann", + "middle_name": "", + "last_name": "Wojta", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of '-omics' in personalised cardiovascular medicine", + "rest_events_session_count": 2, + "rest_events_session": "Novel regulators of vascular functions,Lipids: new pathophysiological and therapeutic insights", + "events_topic": "Cardiovascular Diseases | Vascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lipids", + "kol_name": "Johann Wojta", + "kol_full_name": "Johann Wojta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tenascin | Dystrophin | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158129", + "session_name": "Reduced Na current in dystrophin-deficient ventricular cardiomyocytes is rescued by tenascin-C inhibition", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158129", + "first_name": "Jessica", + "middle_name": "", + "last_name": "Marksteiner", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reduced Na current in dystrophin-deficient ventricular cardiomyocytes is rescued by tenascin-C inhibition", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tenascin | Dystrophin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocytes, Cardiac", + "kol_name": "Jessica Marksteiner", + "kol_full_name": "Jessica Marksteiner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Empagliflozin | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158128", + "session_name": "Empagliflozin treatment rescues abnormally reduced Na+ currents in ventricular cardiomyocytes from dystrophin-deficient mdx mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158128", + "first_name": "Jakob", + "middle_name": "", + "last_name": "Sauer", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Empagliflozin treatment rescues abnormally reduced Na+ currents in ventricular cardiomyocytes from dystrophin-deficient mdx mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Empagliflozin | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jakob Sauer", + "kol_full_name": "Jakob Sauer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug Therapy | Heart Failure | Heart Failure, Systolic, Systolic", + "npi_num": "", + "hcp_pin_alias": "1158127", + "session_name": "Chronic heart failure,Phenotypic approach in heart failure therapy,Heart failure with reduced left ventricular ejection fraction / acute heart failure,New insights into pharmacotherapy for acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158127", + "first_name": "Henrike", + "middle_name": "", + "last_name": "Arfsten", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic heart failure", + "rest_events_session_count": 3, + "rest_events_session": "Phenotypic approach in heart failure therapy,Heart failure with reduced left ventricular ejection fraction / acute heart failure,New insights into pharmacotherapy for acute heart failure", + "events_topic": "Drug Therapy | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Systolic, Systolic", + "kol_name": "Henrike Arfsten", + "kol_full_name": "Henrike Arfsten" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arthritis, Rheumatoid | Diabetes Mellitus, Type 2", + "npi_num": "", + "hcp_pin_alias": "1158126", + "session_name": "Type 2 diabetes mediating the increased cardiovascular risk in patients with rheumatoid arthritis: a bidirectional mendelian randomisation approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158126", + "first_name": "Guenter", + "middle_name": "", + "last_name": "Klappacher", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Type 2 diabetes mediating the increased cardiovascular risk in patients with rheumatoid arthritis: a bidirectional mendelian randomisation approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arthritis, Rheumatoid | Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Guenter Klappacher", + "kol_full_name": "Guenter Klappacher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Amyloidosis, Hereditary, Transthyretin-Related | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1158125", + "session_name": "Detection and risk stratification of cardiac amyloidosis patients by integration of imaging and non-imaging data using a machine learning approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158125", + "first_name": "Clemens", + "middle_name": "", + "last_name": "Spielvogel", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Detection and risk stratification of cardiac amyloidosis patients by integration of imaging and non-imaging data using a machine learning approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diagnostic Imaging", + "kol_name": "Clemens Spielvogel", + "kol_full_name": "Clemens Spielvogel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Syncope | Hemodynamics | Immune Checkpoint Inhibitors | Cardiovascular Diseases | Cardiomyopathy, Hypertrophic | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158124", + "session_name": "Refining risk stratification in hypertrophic cardiomyopathy: the role of late gadolinium enhancement and syncope in predicting adverse outcomes,Incidence of acute cardiovascular hospitalizations and association with hemodynamic biomarkers in cancer patients treated with Immune Checkpoint Inhibitor therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158124", + "first_name": "Christopher", + "middle_name": "", + "last_name": "Mann", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Refining risk stratification in hypertrophic cardiomyopathy: the role of late gadolinium enhancement and syncope in predicting adverse outcomes", + "rest_events_session_count": 1, + "rest_events_session": "Incidence of acute cardiovascular hospitalizations and association with hemodynamic biomarkers in cancer patients treated with Immune Checkpoint Inhibitor therapy", + "events_topic": "Syncope | Hemodynamics ", + "rest_events_topic_count": 4, + "rest_events_topic": " Immune Checkpoint Inhibitors | Cardiovascular Diseases | Cardiomyopathy, Hypertrophic | Biomarkers", + "kol_name": "Christopher Mann", + "kol_full_name": "Christopher Mann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158123", + "session_name": "Lipids and adipose tissue interaction in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158123", + "first_name": "Christoph", + "middle_name": "J.", + "last_name": "Binder", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipids and adipose tissue interaction in cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christoph J. Binder", + "kol_full_name": "Christoph J. Binder" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158122", + "session_name": "Rare, rarer, and unique cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158122", + "first_name": "Christian", + "middle_name": "", + "last_name": "Nitsche", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rare", + "rest_events_session_count": 2, + "rest_events_session": " rarer, and unique cardiomyopathies", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Nitsche", + "kol_full_name": "Christian Nitsche" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1158121", + "session_name": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel,Efficacy and safety of the Aria pulmonary endovascular device in pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158121", + "first_name": "Christian", + "middle_name": "", + "last_name": "Gerges", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Efficacy and safety of the Aria pulmonary endovascular device in pulmonary hypertension", + "events_topic": "Pulmonary Embolism | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Gerges", + "kol_full_name": "Christian Gerges" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Coronary Artery Disease | Heart Failure, Systolic | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158120", + "session_name": "Patient with diabetes, heart failure with reduced ejection fraction, and impaired kidney function,Personalised management of patients with diabetes and coronary artery disease: unresolved issues,Lipids as cardiovascular risk factors and treatment options,Cardiovascular disease in women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158120", + "first_name": "Alexandra", + "middle_name": "", + "last_name": "Kautzky-Willer", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient with diabetes", + "rest_events_session_count": 5, + "rest_events_session": " heart failure with reduced ejection fraction, and impaired kidney function,Personalised management of patients with diabetes and coronary artery disease: unresolved issues,Lipids as cardiovascular risk factors and treatment options,Cardiovascular disease in women", + "events_topic": "Diabetes Mellitus | Coronary Artery Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure, Systolic | Cardiovascular Diseases", + "kol_name": "Alexandra Kautzky-Willer", + "kol_full_name": "Alexandra Kautzky-Willer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158119", + "session_name": "Predictors of outcome after catheter ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158119", + "first_name": "Radoslaw", + "middle_name": "", + "last_name": "Lenarczyk", + "org_name": "Medical University of Silesia in Katowice, DMS in Zabrze", + "Country": "Poland", + "Region": "Slaskie", + "City": "Zabrze", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of outcome after catheter ablation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Radoslaw Lenarczyk", + "kol_full_name": "Radoslaw Lenarczyk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolic Health | Telomere | Insulin Resistance", + "npi_num": "", + "hcp_pin_alias": "1158118", + "session_name": "Causal associations of insulin and Lp(a) levels: a Mendelian randomization study,Telomere length across spectrum of metabolic health.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158118", + "first_name": "Tadeusz", + "middle_name": "", + "last_name": "Osadnik", + "org_name": "Medical University of Silesia in Katowice", + "Country": "Poland", + "Region": "Slaskie", + "City": "Zabrze", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Causal associations of insulin and Lp(a) levels: a Mendelian randomization study", + "rest_events_session_count": 1, + "rest_events_session": "Telomere length across spectrum of metabolic health.", + "events_topic": "Metabolic Health | Telomere ", + "rest_events_topic_count": 1, + "rest_events_topic": " Insulin Resistance", + "kol_name": "Tadeusz Osadnik", + "kol_full_name": "Tadeusz Osadnik" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Tomography, X-Ray Computed | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158117", + "session_name": "Left atrial volume in obesity and hypertension: an innovative \"ideal human\" index allows for weighing their impact - a non-contrast cardiac CT study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158117", + "first_name": "Magdalena", + "middle_name": "", + "last_name": "Dobrolinska", + "org_name": "Medical University of Silesia", + "Country": "Poland", + "Region": "Slaskie", + "City": "Katowice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial volume in obesity and hypertension: an innovative \"ideal human\" index allows for weighing their impact - a non-contrast cardiac CT study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Tomography, X-Ray Computed ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "Magdalena Dobrolinska", + "kol_full_name": "Magdalena Dobrolinska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Obesity", + "npi_num": "", + "hcp_pin_alias": "1158116", + "session_name": "Detection of biventricular volume increase in overweight and obese by using a novel index of the ideal human - a single center non-contrast-enhanced cardiac CT study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158116", + "first_name": "Jan", + "middle_name": "", + "last_name": "Harpula", + "org_name": "Medical University of Silesia", + "Country": "Poland", + "Region": "Slaskie", + "City": "Katowice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Detection of biventricular volume increase in overweight and obese by using a novel index of the ideal human - a single center non-contrast-enhanced cardiac CT study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jan Harpula", + "kol_full_name": "Jan Harpula" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Quality Of Life | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1158115", + "session_name": "Implantable cardioverter defibrillators: maximising protection and quality of life", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158115", + "first_name": "Agnieszka", + "middle_name": "", + "last_name": "Mlynarska", + "org_name": "Medical University of Silesia", + "Country": "Poland", + "Region": "Slaskie", + "City": "Katowice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implantable cardioverter defibrillators: maximising protection and quality of life", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Of Life | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Agnieszka Mlynarska", + "kol_full_name": "Agnieszka Mlynarska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Osteoporotic Fractures | Postmenopause | Bone Density", + "npi_num": "", + "hcp_pin_alias": "1158114", + "session_name": "Ventricular and supraventricular ectopic beats burden is correlated with bone mineral density and osteoporotic fracture risk in postmenopausal females.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158114", + "first_name": "Anna", + "middle_name": "", + "last_name": "Kawinska", + "org_name": "Medical University of Lodz / Bieganski Hospital", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular and supraventricular ectopic beats burden is correlated with bone mineral density and osteoporotic fracture risk in postmenopausal females.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Osteoporotic Fractures | Postmenopause ", + "rest_events_topic_count": 1, + "rest_events_topic": " Bone Density", + "kol_name": "Anna Kawinska", + "kol_full_name": "Anna Kawinska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | COVID-19", + "npi_num": "", + "hcp_pin_alias": "1158113", + "session_name": "Types of pulmonary hypertension and prognosis in COVID-19: 18-months analysis of BNP-PL national database.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158113", + "first_name": "Aleksandra", + "middle_name": "", + "last_name": "Mamzer", + "org_name": "Medical University of Lodz / Bieganski Hospital", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Types of pulmonary hypertension and prognosis in COVID-19: 18-months analysis of BNP-PL national database.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aleksandra Mamzer", + "kol_full_name": "Aleksandra Mamzer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158112", + "session_name": "Treatment with flozins across the whole spectrum of heart failure in Poland between February 2022 and June 2023 based on Heart Failure Observational Study by Polish Cardiac Society..", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158112", + "first_name": "Robert", + "middle_name": "", + "last_name": "Morawiec", + "org_name": "Medical University of Lodz", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment with flozins across the whole spectrum of heart failure in Poland between February 2022 and June 2023 based on Heart Failure Observational Study by Polish Cardiac Society..", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robert Morawiec", + "kol_full_name": "Robert Morawiec" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertriglyceridemia | Hypercholesterolemia", + "npi_num": "", + "hcp_pin_alias": "1158111", + "session_name": "Always expect the unexpected – familial hypercholesterolemia hiding beneath severe hypertriglyceridemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158111", + "first_name": "Paulina", + "middle_name": "", + "last_name": "Gorzelak-Pabis", + "org_name": "Medical University of Lodz", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Always expect the unexpected – familial hypercholesterolemia hiding beneath severe hypertriglyceridemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertriglyceridemia | Hypercholesterolemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paulina Gorzelak-Pabis", + "kol_full_name": "Paulina Gorzelak-Pabis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Combined Modality Therapy | Cluster Analysis | Mortality | Coronary Artery Calcification | Hyperlipoproteinemia Type II | Rare Diseases | Ezetimibe | Lipid-Lowering Therapies | Cholesterol | Lipoprotein(a)", + "npi_num": "", + "hcp_pin_alias": "1158110", + "session_name": "The upfront lipid-lowering combination therapy of statins and ezetimibe vs statin monotherapy in the reduction of cardiovascular outcomes. A meta-analysis.,Clinical reality and challenges with familial hypercholesterolemia patients management. 2024 results from the Regional Center for Rare Diseases (RCRD) Registry in Poland,Remnant cholesterol, clinical characteristics and mortality in 41.767 patients from LIPIDOGRAM 2004-2015 studies - the factor analysis for mixed data cluster analysis,Lipoprotein(a) as a predictive marker of coronary artery calcification (CAC). The results from the STAR-Lp(a) cohort study.,The prevalence, patients characteristics and risk factors of hyper-Lp(a)-emia in the Polish population. The first results from the PMMHRI-Lp(a) Registry,Remnant cholesterol and mortality in 37.559 patients from LIPIDOGRAM 2004, 2006 and 2015 studies.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158110", + "first_name": "Maciej", + "middle_name": "", + "last_name": "Banach", + "org_name": "Medical University of Lodz", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The upfront lipid-lowering combination therapy of statins and ezetimibe vs statin monotherapy in the reduction of cardiovascular outcomes. A meta-analysis.", + "rest_events_session_count": 8, + "rest_events_session": "Clinical reality and challenges with familial hypercholesterolemia patients management. 2024 results from the Regional Center for Rare Diseases (RCRD) Registry in Poland,Remnant cholesterol, clinical characteristics and mortality in 41.767 patients from LIPIDOGRAM 2004-2015 studies - the factor analysis for mixed data cluster analysis,Lipoprotein(a) as a predictive marker of coronary artery calcification (CAC). The results from the STAR-Lp(a) cohort study.,The prevalence, patients characteristics and risk factors of hyper-Lp(a)-emia in the Polish population. The first results from the PMMHRI-Lp(a) Registry,Remnant cholesterol and mortality in 37.559 patients from LIPIDOGRAM 2004, 2006 and 2015 studies.", + "events_topic": "Combined Modality Therapy | Cluster Analysis ", + "rest_events_topic_count": 8, + "rest_events_topic": " Mortality | Coronary Artery Calcification | Hyperlipoproteinemia Type II | Rare Diseases | Ezetimibe | Lipid-Lowering Therapies | Cholesterol | Lipoprotein(a)", + "kol_name": "Maciej Banach", + "kol_full_name": "Maciej Banach" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Echocardiography | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1158109", + "session_name": "Reduced stroke volume by resting 2-dimensional echocardiography negatively affects survival in patients with abnormal ejection fraction,Adverse prognostic implications of increased left ventricular force in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158109", + "first_name": "Karina", + "middle_name": "", + "last_name": "Wierzbowska-Drabik", + "org_name": "Medical University of Lodz", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reduced stroke volume by resting 2-dimensional echocardiography negatively affects survival in patients with abnormal ejection fraction", + "rest_events_session_count": 1, + "rest_events_session": "Adverse prognostic implications of increased left ventricular force in hypertrophic cardiomyopathy", + "events_topic": "Stroke | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Hypertrophic", + "kol_name": "Karina Wierzbowska-Drabik", + "kol_full_name": "Karina Wierzbowska-Drabik" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Fluoroscopy | Pulmonary Veins Isolation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158108", + "session_name": "Single versus double transseptal puncture for pulmonary vein isolation with radiofrequency catheter ablation for atrial fibrillation - insights from \"Go for Zero Fluoroscopy\" registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158108", + "first_name": "Dawid", + "middle_name": "", + "last_name": "Miskowiec", + "org_name": "Medical University of Lodz", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Single versus double transseptal puncture for pulmonary vein isolation with radiofrequency catheter ablation for atrial fibrillation - insights from \"Go for Zero Fluoroscopy\" registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Fluoroscopy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pulmonary Veins Isolation | Atrial Fibrillation", + "kol_name": "Dawid Miskowiec", + "kol_full_name": "Dawid Miskowiec" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158107", + "session_name": "New imaging insights into cardiomyopathies,Novel imaging-based measures of cardiac structure and function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158107", + "first_name": "Blazej", + "middle_name": "", + "last_name": "Michalski", + "org_name": "Medical University of Lodz", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New imaging insights into cardiomyopathies", + "rest_events_session_count": 1, + "rest_events_session": "Novel imaging-based measures of cardiac structure and function", + "events_topic": "Diagnostic Imaging | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Blazej Michalski", + "kol_full_name": "Blazej Michalski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Neprilysin | Cardiac Implantable Electronic Device | Angiotensins", + "npi_num": "", + "hcp_pin_alias": "1158106", + "session_name": "Angiotensin and angiotensin receptor neprilysin inhibitors in heart failure,The cardiac implantable electronic device has been implanted: now what?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158106", + "first_name": "Andrzej", + "middle_name": "", + "last_name": "Bissinger", + "org_name": "Medical University of Lodz", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angiotensin and angiotensin receptor neprilysin inhibitors in heart failure", + "rest_events_session_count": 1, + "rest_events_session": "The cardiac implantable electronic device has been implanted: now what?", + "events_topic": "Heart Failure | Neprilysin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Implantable Electronic Device | Angiotensins", + "kol_name": "Andrzej Bissinger", + "kol_full_name": "Andrzej Bissinger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158105", + "session_name": "An Elevated FIB-4 Score is associated with the severity of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158105", + "first_name": "Agata", + "middle_name": "Magdalena", + "last_name": "Bielecka-Dabrowa", + "org_name": "Medical University of Lodz", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An Elevated FIB-4 Score is associated with the severity of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Agata Magdalena Bielecka-Dabrowa", + "kol_full_name": "Agata Magdalena Bielecka-Dabrowa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Diseases | Acute Aortic Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158104", + "session_name": "Differences and similarities in acute aortic syndromes between Asian and White patients,Hereditary thoracic aortic disease in the spotlight", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158104", + "first_name": "Julia", + "middle_name": "", + "last_name": "Dumfarth", + "org_name": "Medical University Innsbruck, Austria", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences and similarities in acute aortic syndromes between Asian and White patients", + "rest_events_session_count": 1, + "rest_events_session": "Hereditary thoracic aortic disease in the spotlight", + "events_topic": "Aortic Diseases | Acute Aortic Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julia Dumfarth", + "kol_full_name": "Julia Dumfarth" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1158103", + "session_name": "Lipids as risk factor for heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158103", + "first_name": "Guy", + "middle_name": "Joseph", + "last_name": "Friedrich", + "org_name": "Medical University Innsbruck, Austria", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipids as risk factor for heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Guy Joseph Friedrich", + "kol_full_name": "Guy Joseph Friedrich" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Transcatheter Aortic Valve Replacement | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158102", + "session_name": "Outcomes of CT- or CMR-guided TAVR according to sex: a secondary analysis of the randomized TAVR-CMR trial,Comprehensive remote myocardium characterisation using T1 mapping in patients with ST-segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158102", + "first_name": "Fritz", + "middle_name": "", + "last_name": "Oberhollenzer", + "org_name": "Medical University Innsbruck, Austria", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes of CT- or CMR-guided TAVR according to sex: a secondary analysis of the randomized TAVR-CMR trial", + "rest_events_session_count": 1, + "rest_events_session": "Comprehensive remote myocardium characterisation using T1 mapping in patients with ST-segment elevation myocardial infarction", + "events_topic": "Magnetic Resonance Imaging | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " ST Elevation Myocardial Infarction", + "kol_name": "Fritz Oberhollenzer", + "kol_full_name": "Fritz Oberhollenzer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1158101", + "session_name": "Cardiac autonomic dysfunction in Takotsubo cardiomyopathy: an observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158101", + "first_name": "Florian", + "middle_name": "", + "last_name": "Hofer", + "org_name": "Medical University Innsbruck, Austria", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac autonomic dysfunction in Takotsubo cardiomyopathy: an observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Florian Hofer", + "kol_full_name": "Florian Hofer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Glypicans", + "npi_num": "", + "hcp_pin_alias": "1158100", + "session_name": "Prognostic value of circulating glypican-4 in patients with chronic heart failure with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158100", + "first_name": "Nora", + "middle_name": "", + "last_name": "Schwegel", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of circulating glypican-4 in patients with chronic heart failure with reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Glypicans", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nora Schwegel", + "kol_full_name": "Nora Schwegel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158099", + "session_name": "Atrial fibrillation cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158099", + "first_name": "Martin", + "middle_name": "", + "last_name": "Manninger", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Martin Manninger", + "kol_full_name": "Martin Manninger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Mechanical Circulatory Support", + "npi_num": "", + "hcp_pin_alias": "1158098", + "session_name": "Miscellaneous clinical studies in heart failure,Mechanical circulatory support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158098", + "first_name": "Markus", + "middle_name": "", + "last_name": "Wallner", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Miscellaneous clinical studies in heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Mechanical circulatory support", + "events_topic": "Heart Failure | Mechanical Circulatory Support", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Markus Wallner", + "kol_full_name": "Markus Wallner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombectomy | Peripheral Arterial Disease | Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1158097", + "session_name": "Next steps for interventional management of pulmonary embolism in Europe,Why do we need new treatment options in pulmonary embolism,Advancing percutaneous treatment of pulmonary embolism with computer assisted vacuum thrombectomy,Invasive treatment of peripheral arterial disease: these boots are made for walking", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158097", + "first_name": "Marianne", + "middle_name": "", + "last_name": "Brodmann", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Next steps for interventional management of pulmonary embolism in Europe", + "rest_events_session_count": 3, + "rest_events_session": "Why do we need new treatment options in pulmonary embolism,Advancing percutaneous treatment of pulmonary embolism with computer assisted vacuum thrombectomy,Invasive treatment of peripheral arterial disease: these boots are made for walking", + "events_topic": "Thrombectomy | Peripheral Arterial Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "Marianne Brodmann", + "kol_full_name": "Marianne Brodmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158096", + "session_name": "Precision pathways to glucose management in patients with diabetes and cardiovascular disease: the in-patient setting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158096", + "first_name": "Julia", + "middle_name": "", + "last_name": "Mader", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Precision pathways to glucose management in patients with diabetes and cardiovascular disease: the in-patient setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julia Mader", + "kol_full_name": "Julia Mader" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angioplasty, Balloon | Transcatheter Aortic Valve Replacement | Coronary Artery Bypass", + "npi_num": "", + "hcp_pin_alias": "1158095", + "session_name": "Impact of preoperative quantitative flow ratio on long term coronary artery bypass grafts patency,Procedure-related radiation and contrast use during TAVI procedures with balloon-expandable versus self-expanding devices", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158095", + "first_name": "Judit", + "middle_name": "", + "last_name": "Andreka", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of preoperative quantitative flow ratio on long term coronary artery bypass grafts patency", + "rest_events_session_count": 1, + "rest_events_session": "Procedure-related radiation and contrast use during TAVI procedures with balloon-expandable versus self-expanding devices", + "events_topic": "Angioplasty, Balloon | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Bypass", + "kol_name": "Judit Andreka", + "kol_full_name": "Judit Andreka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac | Precision Medicine", + "npi_num": "", + "hcp_pin_alias": "1158094", + "session_name": "Digital twins for precision rhythmology: ready for prime time?,Novel insights into arrhythmias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158094", + "first_name": "Jordi", + "middle_name": "", + "last_name": "Heijman", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digital twins for precision rhythmology: ready for prime time?", + "rest_events_session_count": 1, + "rest_events_session": "Novel insights into arrhythmias", + "events_topic": "Arrhythmias, Cardiac | Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jordi Heijman", + "kol_full_name": "Jordi Heijman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Risk Factors | Aging | Cardiovascular Diseases | Inflammation", + "npi_num": "", + "hcp_pin_alias": "1158093", + "session_name": "Inflammation and cardiometabolic syndrome: what is the link?,Novel insights into ageing and senescence,Novel drugs for cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158093", + "first_name": "Elena", + "middle_name": "", + "last_name": "Osto", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation and cardiometabolic syndrome: what is the link?", + "rest_events_session_count": 2, + "rest_events_session": "Novel insights into ageing and senescence,Novel drugs for cardiovascular diseases", + "events_topic": "Cardiometabolic Risk Factors | Aging ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Inflammation", + "kol_name": "Elena Osto", + "kol_full_name": "Elena Osto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158092", + "session_name": "Therapeutic targets for myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158092", + "first_name": "Ryszard", + "middle_name": "Tomaz", + "last_name": "Smolenski", + "org_name": "Medical University of Gdansk", + "Country": "Poland", + "Region": "Pomorskie", + "City": "Gdansk", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Therapeutic targets for myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ryszard Tomaz Smolenski", + "kol_full_name": "Ryszard Tomaz Smolenski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158091", + "session_name": "Case 2 - Polish experience in post-reperfusion STEMI treatment for inpatients and outpatients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158091", + "first_name": "Milosz", + "middle_name": "Jaroslaw", + "last_name": "Jaguszewski", + "org_name": "Medical University of Gdansk", + "Country": "Poland", + "Region": "Pomorskie", + "City": "Gdansk", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2 - Polish experience in post-reperfusion STEMI treatment for inpatients and outpatients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Milosz Jaroslaw Jaguszewski", + "kol_full_name": "Milosz Jaroslaw Jaguszewski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Wearable Electronic Devices | Lead Extraction | Cardiac Resynchronization Therapy Devices", + "npi_num": "", + "hcp_pin_alias": "1158090", + "session_name": "Cardiac implantable electronic devices: infections, other complications, and lead extraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158090", + "first_name": "Maciej", + "middle_name": "Andrzej", + "last_name": "Kempa", + "org_name": "Medical University of Gdansk", + "Country": "Poland", + "Region": "Pomorskie", + "City": "Gdansk", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac implantable electronic devices: infections", + "rest_events_session_count": 2, + "rest_events_session": " other complications, and lead extraction", + "events_topic": "Wearable Electronic Devices | Lead Extraction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Resynchronization Therapy Devices", + "kol_name": "Maciej Andrzej Kempa", + "kol_full_name": "Maciej Andrzej Kempa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Perindopril | Cardiovascular Diseases | Hypertensive Crisis", + "npi_num": "", + "hcp_pin_alias": "1158089", + "session_name": "Real-world analysis exploring the association between anti-hypertensive therapy with perindopril-based single-pill combinations (SPC) and cardiovascular outcomes and all-cause mortality in Italy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158089", + "first_name": "Jacek", + "middle_name": "", + "last_name": "Wolf", + "org_name": "Medical University of Gdansk", + "Country": "Poland", + "Region": "Pomorskie", + "City": "Gdansk", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world analysis exploring the association between anti-hypertensive therapy with perindopril-based single-pill combinations (SPC) and cardiovascular outcomes and all-cause mortality in Italy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Perindopril | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertensive Crisis", + "kol_name": "Jacek Wolf", + "kol_full_name": "Jacek Wolf" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Renal Denervation", + "npi_num": "", + "hcp_pin_alias": "1158088", + "session_name": "Meet the experts: renal denervation,Guidelines in practice: patient selection for renal denervation case 1,Hot papers on device-based treatment of hypertension,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158088", + "first_name": "Dagmara", + "middle_name": "", + "last_name": "Hering", + "org_name": "Medical University of Gdansk", + "Country": "Poland", + "Region": "Pomorskie", + "City": "Gdansk", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Meet the experts: renal denervation", + "rest_events_session_count": 3, + "rest_events_session": "Guidelines in practice: patient selection for renal denervation case 1,Hot papers on device-based treatment of hypertension,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "events_topic": "Hypertension | Renal Denervation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dagmara Hering", + "kol_full_name": "Dagmara Hering" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemic Stroke | Thrombolytic Therapy | Cerebrovascular Disorders", + "npi_num": "", + "hcp_pin_alias": "1158087", + "session_name": "Air pollution and cerebrovascular diseases - retrospective analysis of 10,486 cases of acute ischemic stroke requiring intravenous thrombolysis. A report from the EP-PARTICLES study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158087", + "first_name": "Michal", + "middle_name": "", + "last_name": "Swieczkowski", + "org_name": "Medical University of Bialystok", + "Country": "Poland", + "Region": "Podlaskie", + "City": "Bialystok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Air pollution and cerebrovascular diseases - retrospective analysis of 10", + "rest_events_session_count": 1, + "rest_events_session": "486 cases of acute ischemic stroke requiring intravenous thrombolysis. A report from the EP-PARTICLES study", + "events_topic": "Ischemic Stroke | Thrombolytic Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cerebrovascular Disorders", + "kol_name": "Michal Swieczkowski", + "kol_full_name": "Michal Swieczkowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Cluster Analysis | Particulate Matter", + "npi_num": "", + "hcp_pin_alias": "1158086", + "session_name": "Estimating risk using the novel Particulate Matters years index (ePM-years index). A report from the nationwide EP-PARTICLES study,Investigating the patterns of air pollution exposure on major cardiovascular events by cluster analysis. Insights from the EP-PARTICLES study on a Polish smog cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158086", + "first_name": "Lukasz", + "middle_name": "", + "last_name": "Kuzma", + "org_name": "Medical University of Bialystok", + "Country": "Poland", + "Region": "Podlaskie", + "City": "Bialystok", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Estimating risk using the novel Particulate Matters years index (ePM-years index). A report from the nationwide EP-PARTICLES study", + "rest_events_session_count": 1, + "rest_events_session": "Investigating the patterns of air pollution exposure on major cardiovascular events by cluster analysis. Insights from the EP-PARTICLES study on a Polish smog cohort", + "events_topic": "Cardiovascular Diseases | Cluster Analysis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Particulate Matter", + "kol_name": "Lukasz Kuzma", + "kol_full_name": "Lukasz Kuzma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Propensity Score | Percutaneous Coronary Intervention | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1158085", + "session_name": "Impact of intravascular imaging on mortality in patients undergoing left main coronary artery PCI. Propensity score matching analysis of the high-volume single centre registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158085", + "first_name": "Emil", + "middle_name": "Julian", + "last_name": "Dabrowski", + "org_name": "Medical University of Bialystok", + "Country": "Poland", + "Region": "Podlaskie", + "City": "Bialystok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of intravascular imaging on mortality in patients undergoing left main coronary artery PCI. Propensity score matching analysis of the high-volume single centre registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Propensity Score ", + "rest_events_topic_count": 2, + "rest_events_topic": " Percutaneous Coronary Intervention | Diagnostic Imaging", + "kol_name": "Emil Julian Dabrowski", + "kol_full_name": "Emil Julian Dabrowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardioversion", + "npi_num": "", + "hcp_pin_alias": "1158084", + "session_name": "Direct current cardioversion and the impact of short-term exposure to air pollution: a report from the nationwide EP-PARTICLES study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158084", + "first_name": "Anna", + "middle_name": "", + "last_name": "Kurasz", + "org_name": "Medical University of Bialystok", + "Country": "Poland", + "Region": "Podlaskie", + "City": "Bialystok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Direct current cardioversion and the impact of short-term exposure to air pollution: a report from the nationwide EP-PARTICLES study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardioversion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Kurasz", + "kol_full_name": "Anna Kurasz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Acute Coronary Syndrome | Mechanical Circulatory Support | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1158083", + "session_name": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel,Personalised management of the patient on mechanical circulatory support in the cardiac care unit,Advancing the diagnosis and management of patients with cardiac arrest and cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158083", + "first_name": "Agnieszka", + "middle_name": "", + "last_name": "Tycinska", + "org_name": "Medical University of Bialystok", + "Country": "Poland", + "Region": "Podlaskie", + "City": "Bialystok", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel", + "rest_events_session_count": 2, + "rest_events_session": "Personalised management of the patient on mechanical circulatory support in the cardiac care unit,Advancing the diagnosis and management of patients with cardiac arrest and cardiogenic shock", + "events_topic": "Shock, Cardiogenic | Acute Coronary Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mechanical Circulatory Support | Heart Arrest", + "kol_name": "Agnieszka Tycinska", + "kol_full_name": "Agnieszka Tycinska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158082", + "session_name": "Pregnancy and cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158082", + "first_name": "Lodewijk", + "middle_name": "", + "last_name": "Wagenaar", + "org_name": "Medical Spectrum Twente", + "Country": "Netherlands", + "Region": "Overijssel", + "City": "Enschede", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy and cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lodewijk Wagenaar", + "kol_full_name": "Lodewijk Wagenaar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Atherosclerosis | Electronic Health Records", + "npi_num": "", + "hcp_pin_alias": "1158081", + "session_name": "Systemic inflammation in patients with atherosclerotic cardiovascular and chronic kidney disease in Spain: a population-based study using electronic medical records from a primary care database.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158081", + "first_name": "Bernabe", + "middle_name": "Lopez", + "last_name": "Ledesma", + "org_name": "Medical Research Institute Hospital La Fe", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Systemic inflammation in patients with atherosclerotic cardiovascular and chronic kidney disease in Spain: a population-based study using electronic medical records from a primary care database.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electronic Health Records", + "kol_name": "Bernabe Lopez Ledesma", + "kol_full_name": "Bernabe Lopez Ledesma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Immunomodulation", + "npi_num": "", + "hcp_pin_alias": "1158080", + "session_name": "Epitranscriptional control of vascular immunomodulation and atherosclerosis progression in mice and humans by ADAR2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158080", + "first_name": "Michael", + "middle_name": "", + "last_name": "Amponsah-Offeh", + "org_name": "Medical Faculty Mannheim, Heidelberg University", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Mannheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epitranscriptional control of vascular immunomodulation and atherosclerosis progression in mice and humans by ADAR2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Immunomodulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Amponsah-Offeh", + "kol_full_name": "Michael Amponsah-Offeh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1158079", + "session_name": "Great Debate: treatment of multivalvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158079", + "first_name": "Julia", + "middle_name": "", + "last_name": "Seeger", + "org_name": "Medical Campus Lake Constance", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Friedrichshafen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debate: treatment of multivalvular heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julia Seeger", + "kol_full_name": "Julia Seeger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1158078", + "session_name": "Pre-participation screening is mandatory to prevent sudden cardiac death in competitive sports: con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158078", + "first_name": "Arend", + "middle_name": "", + "last_name": "Mosterd", + "org_name": "Meander Medical Center", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Amersfoort", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pre-participation screening is mandatory to prevent sudden cardiac death in competitive sports: con", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Arend Mosterd", + "kol_full_name": "Arend Mosterd" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Surgical Procedures", + "npi_num": "", + "hcp_pin_alias": "1158077", + "session_name": "Effect of tranexamic acid in vascular surgery- a sub-study of the POISE-3 randomized clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158077", + "first_name": "Sandra", + "middle_name": "", + "last_name": "Ofori", + "org_name": "Mcmaster University", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of tranexamic acid in vascular surgery- a sub-study of the POISE-3 randomized clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sandra Ofori", + "kol_full_name": "Sandra Ofori" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Fluoroscopy | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158076", + "session_name": "Procedural outcomes of fluoroscopy-less catheter ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158076", + "first_name": "Abdulrahman", + "middle_name": "", + "last_name": "Alfraih", + "org_name": "Mcmaster University", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Procedural outcomes of fluoroscopy-less catheter ablation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Fluoroscopy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Abdulrahman Alfraih", + "kol_full_name": "Abdulrahman Alfraih" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "PLEKHM2 Protein, Human | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1158075", + "session_name": "Beyond age limits: successful management of pediatric dilated cardiomyopathy with rare PLEKHM2 mutation in an adult hospital", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158075", + "first_name": "Solomon", + "middle_name": "", + "last_name": "Bendayan", + "org_name": "Mcgill University Health Centre", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond age limits: successful management of pediatric dilated cardiomyopathy with rare PLEKHM2 mutation in an adult hospital", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "PLEKHM2 Protein, Human | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Solomon Bendayan", + "kol_full_name": "Solomon Bendayan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bradycardia | Cardiac Pacing, Artificial | Cardiac Resynchronization Therapy | Cardioneuroablation | Cardiac Conduction System Disease", + "npi_num": "", + "hcp_pin_alias": "1158074", + "session_name": "The patient with bradycardic phenotype: pacing and cardioneuroablation,Conduction system pacing should replace cardiac resynchronisation: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158074", + "first_name": "Jacqueline", + "middle_name": "", + "last_name": "Joza", + "org_name": "Mcgill University Health Centre", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The patient with bradycardic phenotype: pacing and cardioneuroablation", + "rest_events_session_count": 1, + "rest_events_session": "Conduction system pacing should replace cardiac resynchronisation: pro", + "events_topic": "Bradycardia | Cardiac Pacing, Artificial ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiac Resynchronization Therapy | Cardioneuroablation | Cardiac Conduction System Disease", + "kol_name": "Jacqueline Joza", + "kol_full_name": "Jacqueline Joza" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158073", + "session_name": "2024 ESC Guidelines for the Management of Elevated Blood Pressure and Hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158073", + "first_name": "Rhian", + "middle_name": "", + "last_name": "Touyz", + "org_name": "Mcgill University", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2024 ESC Guidelines for the Management of Elevated Blood Pressure and Hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rhian Touyz", + "kol_full_name": "Rhian Touyz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158072", + "session_name": "Interactions between atrial fibrillation and heart failure,Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158072", + "first_name": "Vijay", + "middle_name": "", + "last_name": "Chopra", + "org_name": "Max Super Speciality Hospital, Saket (Max Saket)", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interactions between atrial fibrillation and heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Miscellaneous clinical studies in heart failure", + "events_topic": "Heart Failure | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vijay Chopra", + "kol_full_name": "Vijay Chopra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Circadian Rhythm", + "npi_num": "", + "hcp_pin_alias": "1158071", + "session_name": "Circadian rhythmicity and cardiac ageing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158071", + "first_name": "Pieterjan", + "middle_name": "", + "last_name": "Dierickx", + "org_name": "Max Planck Institute for Heart and Lung Research", + "Country": "Germany", + "Region": "Hessen", + "City": "Wetzlar", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circadian rhythmicity and cardiac ageing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circadian Rhythm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pieterjan Dierickx", + "kol_full_name": "Pieterjan Dierickx" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Ischemia | Amyloid", + "npi_num": "", + "hcp_pin_alias": "1158070", + "session_name": "Soluble amyloid precursor protein-alpha mediates post-ischemic neovascularization after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158070", + "first_name": "Haruya", + "middle_name": "", + "last_name": "Kawase", + "org_name": "Max Planck Institute for Heart and Lung Research", + "Country": "Germany", + "Region": "Hessen", + "City": "Wetzlar", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Soluble amyloid precursor protein-alpha mediates post-ischemic neovascularization after myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Ischemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amyloid", + "kol_name": "Haruya Kawase", + "kol_full_name": "Haruya Kawase" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158069", + "session_name": "Comparison of long-term prognosis between coronary artery disease and peripheral artery disease in haemodialysis and non-dialysis patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158069", + "first_name": "Yoshitaka", + "middle_name": "", + "last_name": "Kumada", + "org_name": "Matsunami General Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of long-term prognosis between coronary artery disease and peripheral artery disease in haemodialysis and non-dialysis patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripheral Arterial Disease | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yoshitaka Kumada", + "kol_full_name": "Yoshitaka Kumada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Complex Interventions", + "npi_num": "", + "hcp_pin_alias": "1158068", + "session_name": "Complex interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158068", + "first_name": "Sabato", + "middle_name": "", + "last_name": "Sorrentino", + "org_name": "Mater Domini Catanzaro Hospital", + "Country": "Italy", + "Region": "Calabria", + "City": "Catanzaro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complex interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Complex Interventions", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sabato Sorrentino", + "kol_full_name": "Sabato Sorrentino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1158067", + "session_name": "Validation of a hand-held ultrasound device in the evaluation of aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158067", + "first_name": "Jon", + "middle_name": "Zubiaur", + "last_name": "Zamacola", + "org_name": "Marquis of Valdecilla University Hospital", + "Country": "Spain", + "Region": "Cantabria", + "City": "Santander", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of a hand-held ultrasound device in the evaluation of aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jon Zubiaur Zamacola", + "kol_full_name": "Jon Zubiaur Zamacola" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1158066", + "session_name": "Objective functional improvement and vital prognosis after TAVR in patients with low-gradient aortic stenosis. Development of a predictive score.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158066", + "first_name": "Celia", + "middle_name": "Garilleti", + "last_name": "Camara", + "org_name": "Marquis of Valdecilla University Hospital", + "Country": "Spain", + "Region": "Cantabria", + "City": "Santander", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Objective functional improvement and vital prognosis after TAVR in patients with low-gradient aortic stenosis. Development of a predictive score.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Celia Garilleti Camara", + "kol_full_name": "Celia Garilleti Camara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Cardiotoxicity", + "npi_num": "", + "hcp_pin_alias": "1158065", + "session_name": "Diagnostic and prognostic value of myocardial work index for identification of cancer therapy related cardiotoxicity a systematic review and meta analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158065", + "first_name": "Marios", + "middle_name": "", + "last_name": "Matiakis", + "org_name": "Marien Hospital", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Herne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic and prognostic value of myocardial work index for identification of cancer therapy related cardiotoxicity a systematic review and meta analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cardiotoxicity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marios Matiakis", + "kol_full_name": "Marios Matiakis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipoma | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1158064", + "session_name": "Butterfly apex, huge cardiac lipomatosis: potential diagnostic pitfalls in a patient referred for arrhythmogenic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158064", + "first_name": "Leonardo", + "middle_name": "", + "last_name": "Brugiatelli", + "org_name": "Marche Polytechnic University of Ancona", + "Country": "Italy", + "Region": "Marche", + "City": "Ancona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Butterfly apex", + "rest_events_session_count": 1, + "rest_events_session": " huge cardiac lipomatosis: potential diagnostic pitfalls in a patient referred for arrhythmogenic cardiomyopathy", + "events_topic": "Lipoma | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leonardo Brugiatelli", + "kol_full_name": "Leonardo Brugiatelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hematopoietic Stem Cell Transplantation", + "npi_num": "", + "hcp_pin_alias": "1158063", + "session_name": "Cardiovascular events and consequent risk of death in hematopoietic stem cell transplant recipients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158063", + "first_name": "Giulia", + "middle_name": "", + "last_name": "Stronati", + "org_name": "Marche Polytechnic University of Ancona", + "Country": "Italy", + "Region": "Marche", + "City": "Ancona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular events and consequent risk of death in hematopoietic stem cell transplant recipients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematopoietic Stem Cell Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giulia Stronati", + "kol_full_name": "Giulia Stronati" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart-Assist Devices | Magnetic Resonance Imaging | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158062", + "session_name": "CMR predictors of acute right heart failure after LVAD implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158062", + "first_name": "Francesca", + "middle_name": "", + "last_name": "Coraducci", + "org_name": "Marche Polytechnic University of Ancona", + "Country": "Italy", + "Region": "Marche", + "City": "Ancona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CMR predictors of acute right heart failure after LVAD implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices | Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Francesca Coraducci", + "kol_full_name": "Francesca Coraducci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardioprotection | Trastuzumab | Breast Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1158061", + "session_name": "Cardioprotective role of statins in breast cancer patients treated with anthracyclines and/or trastuzumab: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158061", + "first_name": "Shanmukh", + "middle_name": "Sai Pavan", + "last_name": "Lingamsetty", + "org_name": "Mamata medical college", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardioprotective role of statins in breast cancer patients treated with anthracyclines and/or trastuzumab: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardioprotection | Trastuzumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "Shanmukh Sai Pavan Lingamsetty", + "kol_full_name": "Shanmukh Sai Pavan Lingamsetty" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Fabry Disease", + "npi_num": "", + "hcp_pin_alias": "1158060", + "session_name": "Prognostic role of ECG patterns in Anderson Fabry disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158060", + "first_name": "Serena", + "middle_name": "", + "last_name": "Serratore", + "org_name": "Magna Graecia University of Catanzaro", + "Country": "Italy", + "Region": "Calabria", + "City": "Catanzaro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic role of ECG patterns in Anderson Fabry disease.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Fabry Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Serena Serratore", + "kol_full_name": "Serena Serratore" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Telemedicine | Pregnancy | Heart Valve Diseases | Pregnancy Outcome | Cardiovascular Diseases | ST Elevation Myocardial Infarction | Guideline-Directed Medical Therapy | Hypertension, Pulmonary | Risk Assessment | Heart Diseases | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158059", + "session_name": "Pregnancy outcomes in women with heart diseases: Results from the Tamil Nadu Pregnancy and Heart Disease Registry,Risk assessment using DEVI and CARPREG -1 score to predict maternal adverse cardiac cvents in pregnancies with valvular heart disease: external validation study from MPAC registry,Severity of pulmonary hypertension and pregnancy outcomes: newer insights from the M-PAC registry,Survival in STEMI in resource limited settings - obstacles and potential solutions. Critical lesson learnt thorough a prospective observational study,Telemedicine through social media to enhance guideline-directed revascularization in STEMI: a five-year analysis in a developing nation,Hypertension phenotypes and cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158059", + "first_name": "Justin", + "middle_name": "Paul", + "last_name": "Gnanaraj", + "org_name": "Madras Medical College", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy outcomes in women with heart diseases: Results from the Tamil Nadu Pregnancy and Heart Disease Registry", + "rest_events_session_count": 5, + "rest_events_session": "Risk assessment using DEVI and CARPREG -1 score to predict maternal adverse cardiac cvents in pregnancies with valvular heart disease: external validation study from MPAC registry,Severity of pulmonary hypertension and pregnancy outcomes: newer insights from the M-PAC registry,Survival in STEMI in resource limited settings - obstacles and potential solutions. Critical lesson learnt thorough a prospective observational study,Telemedicine through social media to enhance guideline-directed revascularization in STEMI: a five-year analysis in a developing nation,Hypertension phenotypes and cardiovascular risk", + "events_topic": "Telemedicine | Pregnancy ", + "rest_events_topic_count": 9, + "rest_events_topic": " Heart Valve Diseases | Pregnancy Outcome | Cardiovascular Diseases | ST Elevation Myocardial Infarction | Guideline-Directed Medical Therapy | Hypertension, Pulmonary | Risk Assessment | Heart Diseases | Hypertension", + "kol_name": "Justin Paul Gnanaraj", + "kol_full_name": "Justin Paul Gnanaraj" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial | Cardiac Resynchronization Therapy | Cardiac Conduction System Disease", + "npi_num": "", + "hcp_pin_alias": "1158058", + "session_name": "Conduction system pacing should replace cardiac resynchronisation: con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158058", + "first_name": "Kevin", + "middle_name": "", + "last_name": "Vernooy", + "org_name": "Maastricht University Medical Centre (MUMC)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Conduction system pacing should replace cardiac resynchronisation: con", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial | Cardiac Resynchronization Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Conduction System Disease", + "kol_name": "Kevin Vernooy", + "kol_full_name": "Kevin Vernooy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1158057", + "session_name": "Pathophysiology of coronary artery disease: new insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158057", + "first_name": "Hugo", + "middle_name": "Ten", + "last_name": "Cate", + "org_name": "Maastricht University Medical Centre (MUMC)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pathophysiology of coronary artery disease: new insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hugo Ten Cate", + "kol_full_name": "Hugo Ten Cate" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sleep Apnea Syndromes | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158056", + "session_name": "Sleep apnoea,Novel players in atrial fibrillation: looking outside the box", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158056", + "first_name": "Dominik", + "middle_name": "", + "last_name": "Linz", + "org_name": "Maastricht University Medical Centre (MUMC)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sleep apnoea", + "rest_events_session_count": 1, + "rest_events_session": "Novel players in atrial fibrillation: looking outside the box", + "events_topic": "Sleep Apnea Syndromes | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dominik Linz", + "kol_full_name": "Dominik Linz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158055", + "session_name": "RNA as target and therapeutic tool in cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158055", + "first_name": "Leon", + "middle_name": "", + "last_name": "De Windt", + "org_name": "Maastricht University Medical Centre (MUMC)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RNA as target and therapeutic tool in cardiovascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leon De Windt", + "kol_full_name": "Leon De Windt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Acute Coronary Syndrome | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1158054", + "session_name": "Improving techniques and devices for better outcomes in percutaneous coronary interventions,TAVI in different ages and sizes,Tailored approaches to cardiovascular therapy in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158054", + "first_name": "Valeria", + "middle_name": "", + "last_name": "Paradies", + "org_name": "Maasstad Hospital", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improving techniques and devices for better outcomes in percutaneous coronary interventions", + "rest_events_session_count": 2, + "rest_events_session": "TAVI in different ages and sizes,Tailored approaches to cardiovascular therapy in acute coronary syndromes", + "events_topic": "Transcatheter Aortic Valve Replacement | Acute Coronary Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "Valeria Paradies", + "kol_full_name": "Valeria Paradies" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Remodeling | Atrial Remodeling | Cardiac Resynchronization Therapy | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158053", + "session_name": "Optimising the results of cardiac resynchronisation therapy,Atrial and ventricular remodelling in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158053", + "first_name": "Dian", + "middle_name": "Andina", + "last_name": "Munawar", + "org_name": "Lyell McEwin Hospital", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising the results of cardiac resynchronisation therapy", + "rest_events_session_count": 1, + "rest_events_session": "Atrial and ventricular remodelling in atrial fibrillation", + "events_topic": "Ventricular Remodeling | Atrial Remodeling ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Resynchronization Therapy | Atrial Fibrillation", + "kol_name": "Dian Andina Munawar", + "kol_full_name": "Dian Andina Munawar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1158052", + "session_name": "Adherence to lifestyle modification and salt consumption practices in the management of hypertension in Indian clinical settings.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158052", + "first_name": "Vivek", + "middle_name": "Vinayak", + "last_name": "Kolapkar", + "org_name": "Lupin Limited", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adherence to lifestyle modification and salt consumption practices in the management of hypertension in Indian clinical settings.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vivek Vinayak Kolapkar", + "kol_full_name": "Vivek Vinayak Kolapkar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1158051", + "session_name": "C-C motif chemokine ligand 3 is associated with atherosclerotic plaque vulnerability and increased risk of mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158051", + "first_name": "Yanni", + "middle_name": "", + "last_name": "Li", + "org_name": "Lund University", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "C-C motif chemokine ligand 3 is associated with atherosclerotic plaque vulnerability and increased risk of mortality", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Plaque, Atherosclerotic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yanni Li", + "kol_full_name": "Yanni Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Atrial Fibrillation | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158050", + "session_name": "A larger reduction of spatial mean QRS-T angle during cardiac resynchronisation therapy is associated with a lower risk of mortality and heart failure hospitalisation,Sex-specific prognostic implications of new-onset atrial fibrillation in patients treated with dual chamber pacemakers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158050", + "first_name": "Sofia", + "middle_name": "", + "last_name": "Marinko", + "org_name": "Lund University", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A larger reduction of spatial mean QRS-T angle during cardiac resynchronisation therapy is associated with a lower risk of mortality and heart failure hospitalisation", + "rest_events_session_count": 1, + "rest_events_session": "Sex-specific prognostic implications of new-onset atrial fibrillation in patients treated with dual chamber pacemakers", + "events_topic": "Heart Failure | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Resynchronization Therapy", + "kol_name": "Sofia Marinko", + "kol_full_name": "Sofia Marinko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemodynamics | Percutaneous Coronary Intervention | Cangrelor", + "npi_num": "", + "hcp_pin_alias": "1158049", + "session_name": "Cangrelor versus no cangrelor during percutaneous coronary intervention in hemodynamically unstable patients: a cohort study on benefits and risks", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158049", + "first_name": "Oskar", + "middle_name": "Love", + "last_name": "Emilsson", + "org_name": "Lund University", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cangrelor versus no cangrelor during percutaneous coronary intervention in hemodynamically unstable patients: a cohort study on benefits and risks", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cangrelor", + "kol_name": "Oskar Love Emilsson", + "kol_full_name": "Oskar Love Emilsson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158048", + "session_name": "Risk of atrial fibrillation recurrence after new-onset transient episode during ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158048", + "first_name": "Marina", + "middle_name": "", + "last_name": "Demidova", + "org_name": "Lund University", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk of atrial fibrillation recurrence after new-onset transient episode during ST-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marina Demidova", + "kol_full_name": "Marina Demidova" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Osteopontin | Renal Insufficiency | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158047", + "session_name": "Association of osteopontin and shrunken pore syndrome with hospitalization for renal failure in acute heart failure patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158047", + "first_name": "Marcus", + "middle_name": "Andreas", + "last_name": "Ohlsson", + "org_name": "Lund University", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of osteopontin and shrunken pore syndrome with hospitalization for renal failure in acute heart failure patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Osteopontin | Renal Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Marcus Andreas Ohlsson", + "kol_full_name": "Marcus Andreas Ohlsson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1158046", + "session_name": "Association between high versus low cardiovascular risk in individuals with corresponding unexpected absent versus severe subclinical coronary atherosclerosis, a nationwide, multicenter study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158046", + "first_name": "Madeleine", + "middle_name": "", + "last_name": "Johansson", + "org_name": "Lund University", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between high versus low cardiovascular risk in individuals with corresponding unexpected absent versus severe subclinical coronary atherosclerosis", + "rest_events_session_count": 2, + "rest_events_session": " a nationwide, multicenter study", + "events_topic": "Heart Disease Risk Factors | Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Madeleine Johansson", + "kol_full_name": "Madeleine Johansson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Risk Assessment | Artificial Intelligence | Electrocardiography, Ambulatory", + "npi_num": "", + "hcp_pin_alias": "1158045", + "session_name": "Artificial intelligence for analysis of ambulatory electrocardiography,Artificial intelligence-powered cardiovascular risk assessment: machine learning for disease detection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158045", + "first_name": "Linda", + "middle_name": "", + "last_name": "Johnson", + "org_name": "Lund University", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence for analysis of ambulatory electrocardiography", + "rest_events_session_count": 1, + "rest_events_session": "Artificial intelligence-powered cardiovascular risk assessment: machine learning for disease detection", + "events_topic": "Machine Learning | Risk Assessment ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Electrocardiography, Ambulatory", + "kol_name": "Linda Johnson", + "kol_full_name": "Linda Johnson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Systolic Function | Obesity", + "npi_num": "", + "hcp_pin_alias": "1158044", + "session_name": "What characterizes normotensive individuals with obesity and normal systolic heart function? A descriptive study from the SCAPIS cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158044", + "first_name": "Johan", + "middle_name": "", + "last_name": "Korduner", + "org_name": "Lund University", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What characterizes normotensive individuals with obesity and normal systolic heart function? A descriptive study from the SCAPIS cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Systolic Function | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Johan Korduner", + "kol_full_name": "Johan Korduner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Depressive Disorder | Thrombosis | Cardiovascular Diseases | Blood Platelets", + "npi_num": "", + "hcp_pin_alias": "1158043", + "session_name": "Platelets and thrombosis: novel experimental aspects,TO_AITION: cardiovascular disease and depression comorbidity - insights into its underlying pathophysiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158043", + "first_name": "Isabel", + "middle_name": "", + "last_name": "Goncalves", + "org_name": "Lund University", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Platelets and thrombosis: novel experimental aspects", + "rest_events_session_count": 1, + "rest_events_session": "TO_AITION: cardiovascular disease and depression comorbidity - insights into its underlying pathophysiology", + "events_topic": "Depressive Disorder | Thrombosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Blood Platelets", + "kol_name": "Isabel Goncalves", + "kol_full_name": "Isabel Goncalves" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug-Eluting Stents | Cardiometabolic Risk Factors | Dapagliflozin | Percutaneous Coronary Intervention | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158042", + "session_name": "INFINITY-SWEDEHEART - Percutaneous coronary intervention with a bioadaptor compared to a contemporary drug eluting stent- one year primary outcomes,Impact of dapagliflozin on cardiometabolic outcomes after myocardial infarction according to baseline left ventricular ejection fraction: a DAPA-MI substudy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158042", + "first_name": "David", + "middle_name": "", + "last_name": "Erlinge", + "org_name": "Lund University", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "INFINITY-SWEDEHEART - Percutaneous coronary intervention with a bioadaptor compared to a contemporary drug eluting stent- one year primary outcomes", + "rest_events_session_count": 1, + "rest_events_session": "Impact of dapagliflozin on cardiometabolic outcomes after myocardial infarction according to baseline left ventricular ejection fraction: a DAPA-MI substudy", + "events_topic": "Drug-Eluting Stents | Cardiometabolic Risk Factors ", + "rest_events_topic_count": 3, + "rest_events_topic": " Dapagliflozin | Percutaneous Coronary Intervention | Myocardial Infarction", + "kol_name": "David Erlinge", + "kol_full_name": "David Erlinge" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fluoroscopy | Ablation Techniques | Catheter Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158041", + "session_name": "Fewer redo procedures in catheter ablation of atrial fibrillation: data from the swedish national catheter ablation registry,Median dose area product and fluoroscopy time have stabilized on a low level during the last years: data from the swedish national catheter ablation registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158041", + "first_name": "Christine", + "middle_name": "", + "last_name": "Mannewald", + "org_name": "Lund University", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fewer redo procedures in catheter ablation of atrial fibrillation: data from the swedish national catheter ablation registry", + "rest_events_session_count": 1, + "rest_events_session": "Median dose area product and fluoroscopy time have stabilized on a low level during the last years: data from the swedish national catheter ablation registry", + "events_topic": "Fluoroscopy | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Catheter Ablation | Atrial Fibrillation", + "kol_name": "Christine Mannewald", + "kol_full_name": "Christine Mannewald" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Spectroscopy, Near-Infrared | Ultrasonography, Interventional | Multimodal Imaging", + "npi_num": "", + "hcp_pin_alias": "1158040", + "session_name": "Coronary artery plaque characteristics in smokers assessed by intracoronary multi-modality imaging: a NIRS-IVUS guided PROSPECT II substudy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158040", + "first_name": "Axel", + "middle_name": "", + "last_name": "Dahlgren", + "org_name": "Lund University", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary artery plaque characteristics in smokers assessed by intracoronary multi-modality imaging: a NIRS-IVUS guided PROSPECT II substudy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Spectroscopy, Near-Infrared | Ultrasonography, Interventional ", + "rest_events_topic_count": 1, + "rest_events_topic": " Multimodal Imaging", + "kol_name": "Axel Dahlgren", + "kol_full_name": "Axel Dahlgren" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Carotid Intima-Media Thickness | Caspase 3", + "npi_num": "", + "hcp_pin_alias": "1158039", + "session_name": "Plasma levels of sCASP3 predicts carotid intima media thickness progression", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158039", + "first_name": "Ammy", + "middle_name": "", + "last_name": "Pan", + "org_name": "Lund University", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Plasma levels of sCASP3 predicts carotid intima media thickness progression", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carotid Intima-Media Thickness | Caspase 3", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ammy Pan", + "kol_full_name": "Ammy Pan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Arrhythmogenic Right Ventricular Dysplasia", + "npi_num": "", + "hcp_pin_alias": "1158038", + "session_name": "Prognostic value of synthetized right-side precordial leads in arrhythmogenic right ventricular cardiomyopathy: data from nordic, dutch, and canadian ARVC registers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158038", + "first_name": "Aleksei", + "middle_name": "", + "last_name": "Savelev", + "org_name": "Lund University", + "Country": "Sweden", + "Region": "Skane Lan", + "City": "Lund", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of synthetized right-side precordial leads in arrhythmogenic right ventricular cardiomyopathy: data from nordic", + "rest_events_session_count": 2, + "rest_events_session": " dutch, and canadian ARVC registers", + "events_topic": "Cardiomyopathies | Arrhythmogenic Right Ventricular Dysplasia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aleksei Savelev", + "kol_full_name": "Aleksei Savelev" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Receptors, Transforming Growth Factor Beta", + "npi_num": "", + "hcp_pin_alias": "1158037", + "session_name": "Myeloid Tgfbr1/2-deficiency leads to a pro-atherogenic environment in ApoE-/- mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158037", + "first_name": "Venetia", + "middle_name": "", + "last_name": "Bazioti", + "org_name": "Ludwig Maximilians University", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myeloid Tgfbr1/2-deficiency leads to a pro-atherogenic environment in ApoE-/- mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Transforming Growth Factor Beta", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Venetia Bazioti", + "kol_full_name": "Venetia Bazioti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tretinoin | Prealbumin | Right Ventricular-Pulmonary Arterial Coupling | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1158036", + "session_name": "RV-PA uncoupling is a strong predictor of 3-year all-cause mortality in transthyretin amyloid cardiomyopathy.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158036", + "first_name": "Stephanie", + "middle_name": "", + "last_name": "Schwarting", + "org_name": "Ludwig Maximilians University", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RV-PA uncoupling is a strong predictor of 3-year all-cause mortality in transthyretin amyloid cardiomyopathy.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tretinoin | Prealbumin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Right Ventricular-Pulmonary Arterial Coupling | Amyloidosis, Hereditary, Transthyretin-Related", + "kol_name": "Stephanie Schwarting", + "kol_full_name": "Stephanie Schwarting" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Right | Tricuspid Valve | Ventricular Dysfunction | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1158035", + "session_name": "Beyond 2D echocardiography: A novel multiparametric assessment of right ventricular dysfunction in transcatheter tricuspid valve repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158035", + "first_name": "Philipp", + "middle_name": "", + "last_name": "Doldi", + "org_name": "Ludwig Maximilians University", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond 2D echocardiography: A novel multiparametric assessment of right ventricular dysfunction in transcatheter tricuspid valve repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Right | Tricuspid Valve ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ventricular Dysfunction | Echocardiography", + "kol_name": "Philipp Doldi", + "kol_full_name": "Philipp Doldi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography, Carotid Arteries | Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1158034", + "session_name": "Using deep learning to detect atherosclerotic plaques on carotid ultrasound images in the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158034", + "first_name": "Marios", + "middle_name": "", + "last_name": "Georgakis", + "org_name": "Ludwig Maximilians University", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Using deep learning to detect atherosclerotic plaques on carotid ultrasound images in the UK Biobank", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography, Carotid Arteries | Plaque, Atherosclerotic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marios Georgakis", + "kol_full_name": "Marios Georgakis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Photoplethysmogram | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158033", + "session_name": "PPGAF-score: a photoplethysmographic risk prediction tool for developing atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158033", + "first_name": "Luisa", + "middle_name": "", + "last_name": "Freyer", + "org_name": "Ludwig Maximilians University", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PPGAF-score: a photoplethysmographic risk prediction tool for developing atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Photoplethysmogram | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luisa Freyer", + "kol_full_name": "Luisa Freyer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158032", + "session_name": "Testing the accuracy of automatic ECG-annotation for suspected acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158032", + "first_name": "Lauren", + "middle_name": "", + "last_name": "Sams", + "org_name": "Ludwig Maximilians University", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Testing the accuracy of automatic ECG-annotation for suspected acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lauren Sams", + "kol_full_name": "Lauren Sams" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Carotid Stent", + "npi_num": "", + "hcp_pin_alias": "1158031", + "session_name": "Carotid stenting,Case-based cardiovascular collaborations: working together for a better future?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158031", + "first_name": "Barbara", + "middle_name": "", + "last_name": "Rantner", + "org_name": "Ludwig Maximilians University", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Carotid stenting", + "rest_events_session_count": 1, + "rest_events_session": "Case-based cardiovascular collaborations: working together for a better future?", + "events_topic": "Cardiovascular Diseases | Carotid Stent", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Barbara Rantner", + "kol_full_name": "Barbara Rantner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158030", + "session_name": "Innovations in heart failure management: insights from clinical practice and healthcare data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158030", + "first_name": "Anoop", + "middle_name": "", + "last_name": "Shah", + "org_name": "London School of Hygiene and Tropical Medicine", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovations in heart failure management: insights from clinical practice and healthcare data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anoop Shah", + "kol_full_name": "Anoop Shah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Warfarin | Factor Xa Inhibitors | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "1158029", + "session_name": "Association between warfarin and direct oral anticoagulants users and risk of mortality: cohort studies in England and Hong Kong", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158029", + "first_name": "Angel", + "middle_name": "", + "last_name": "Wong", + "org_name": "London School of Hygiene and Tropical Medicine", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between warfarin and direct oral anticoagulants users and risk of mortality: cohort studies in England and Hong Kong", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Warfarin | Factor Xa Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anticoagulants", + "kol_name": "Angel Wong", + "kol_full_name": "Angel Wong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Socioeconomic Factors", + "npi_num": "", + "hcp_pin_alias": "1158028", + "session_name": "Disparities: insights into socioeconomic factors and cardiovascular health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158028", + "first_name": "Huseyin", + "middle_name": "", + "last_name": "Naci", + "org_name": "LONDON SCHOOL OF ECONOMICS AND POLITICAL SCIENCE", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Disparities: insights into socioeconomic factors and cardiovascular health", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Socioeconomic Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Huseyin Naci", + "kol_full_name": "Huseyin Naci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ehlers-Danlos Syndrome", + "npi_num": "", + "hcp_pin_alias": "1158027", + "session_name": "A diagnosis of vascular ehlers-danlos syndrome in childhood: clinical and molecular features of 63 individuals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158027", + "first_name": "Niamh", + "middle_name": "", + "last_name": "Wilkinson", + "org_name": "London North West University Healthcare NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A diagnosis of vascular ehlers-danlos syndrome in childhood: clinical and molecular features of 63 individuals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ehlers-Danlos Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Niamh Wilkinson", + "kol_full_name": "Niamh Wilkinson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sensitivity And Specificity | Troponin I | Precision Medicine | Point-of-Care Systems", + "npi_num": "", + "hcp_pin_alias": "1158026", + "session_name": "Imprecision and real-time clinical performance of a whole blood high sensitivity point of care troponin i: ready for prime time?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158026", + "first_name": "James", + "middle_name": "", + "last_name": "Hatherley", + "org_name": "Liverpool University Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imprecision and real-time clinical performance of a whole blood high sensitivity point of care troponin i: ready for prime time?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sensitivity And Specificity | Troponin I ", + "rest_events_topic_count": 2, + "rest_events_topic": " Precision Medicine | Point-of-Care Systems", + "kol_name": "James Hatherley", + "kol_full_name": "James Hatherley" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Telemedicine", + "npi_num": "", + "hcp_pin_alias": "1158025", + "session_name": "Telehealth-aided outpatient management of acute heart failure in a specialist virtual ward compared to standard care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158025", + "first_name": "Debar", + "middle_name": "", + "last_name": "Rasoul", + "org_name": "Liverpool University Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Telehealth-aided outpatient management of acute heart failure in a specialist virtual ward compared to standard care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Telemedicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Debar Rasoul", + "kol_full_name": "Debar Rasoul" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Kidney Failure, Chronic | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1158024", + "session_name": "Prediction of incident major adverse cardiac events in patients starting haemodialysis for end stage kidney disease, using clinical laboratory cardiac biomarkers - a real world analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158024", + "first_name": "Garry", + "middle_name": "", + "last_name": "McDowell", + "org_name": "Liverpool John Moores University", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of incident major adverse cardiac events in patients starting haemodialysis for end stage kidney disease", + "rest_events_session_count": 1, + "rest_events_session": " using clinical laboratory cardiac biomarkers - a real world analysis.", + "events_topic": "Kidney Failure, Chronic | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Garry McDowell", + "kol_full_name": "Garry McDowell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Coronary Angiography | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158023", + "session_name": "STEMI SHOCK outcomes with SCAI classification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158023", + "first_name": "John", + "middle_name": "Kerswell", + "last_name": "French", + "org_name": "Liverpool Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "STEMI SHOCK outcomes with SCAI classification", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Coronary Angiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " ST Elevation Myocardial Infarction", + "kol_name": "John Kerswell French", + "kol_full_name": "John Kerswell French" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rheumatic Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1158022", + "session_name": "Rheumatic heart disease: an ongoing public health concern in vulnerable communities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158022", + "first_name": "Dylan", + "middle_name": "", + "last_name": "Rajaratnam", + "org_name": "Liverpool Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rheumatic heart disease: an ongoing public health concern in vulnerable communities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rheumatic Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dylan Rajaratnam", + "kol_full_name": "Dylan Rajaratnam" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Angiography", + "npi_num": "", + "hcp_pin_alias": "1158021", + "session_name": "VERMONT non-optimised: can baseline diagnostic catheter images be used to measure angiography based CAAS-vFFR?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158021", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Akrawi", + "org_name": "Liverpool Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "VERMONT non-optimised: can baseline diagnostic catheter images be used to measure angiography based CAAS-vFFR?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fractional Flow Reserve, Myocardial | Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Akrawi", + "kol_full_name": "Daniel Akrawi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Diagnostic Imaging | Fractional Flow Reserve | Tomography, X-Ray Computed | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1158020", + "session_name": "Advance imaging in adult congenital heart disease,Cardiac computed tomography: perfusion, ischaemia, fractional flow reserve, and more", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158020", + "first_name": "Sarah", + "middle_name": "Moharem", + "last_name": "Elgamal", + "org_name": "Liverpool Heart and Chest Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advance imaging in adult congenital heart disease", + "rest_events_session_count": 4, + "rest_events_session": "Cardiac computed tomography: perfusion, ischaemia, fractional flow reserve, and more", + "events_topic": "Ischemia | Diagnostic Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Fractional Flow Reserve | Tomography, X-Ray Computed | Heart Defects, Congenital", + "kol_name": "Sarah Moharem Elgamal", + "kol_full_name": "Sarah Moharem Elgamal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Echocardiography | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1158019", + "session_name": "Comparative study of the effects of preferential left ventricular and biventricular pacing on echocardiographic and cardiorespiratory indices and clinical status of heart failure patients: preliminary", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158019", + "first_name": "Panagiotis", + "middle_name": "", + "last_name": "Xydis", + "org_name": "Liverpool Heart and Chest Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative study of the effects of preferential left ventricular and biventricular pacing on echocardiographic and cardiorespiratory indices and clinical status of heart failure patients: preliminary", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Resynchronization Therapy", + "kol_name": "Panagiotis Xydis", + "kol_full_name": "Panagiotis Xydis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures", + "npi_num": "", + "hcp_pin_alias": "1158018", + "session_name": "Introducing online narrated video animations to facilitate patients' understanding of cardiac procedures in a high-volume tertiary centre", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158018", + "first_name": "Jude", + "middle_name": "", + "last_name": "Almutawa", + "org_name": "Liverpool Heart and Chest Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Introducing online narrated video animations to facilitate patients' understanding of cardiac procedures in a high-volume tertiary centre", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jude Almutawa", + "kol_full_name": "Jude Almutawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1158017", + "session_name": "Personalising cardiovascular care in congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158017", + "first_name": "Jaspal", + "middle_name": "Singh", + "last_name": "Dua", + "org_name": "Liverpool Heart and Chest Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising cardiovascular care in congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jaspal Singh Dua", + "kol_full_name": "Jaspal Singh Dua" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cerebral Hemorrhage | Cardiovascular Diseases | Ischemic Stroke", + "npi_num": "", + "hcp_pin_alias": "1158016", + "session_name": "Risk of death in patients with early cardiovascular complications following ischaemic stroke: an individual patient data pooled analysis from the VISTA database,The incidence and outcome of patients with early cardiovascular complications following intracerebral haemorrhage: An individual patient data pooled analysis from the VISTA database", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158016", + "first_name": "Hironori", + "middle_name": "", + "last_name": "Ishiguchi", + "org_name": "Liverpool Centre for Cardiovascular Science", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk of death in patients with early cardiovascular complications following ischaemic stroke: an individual patient data pooled analysis from the VISTA database", + "rest_events_session_count": 1, + "rest_events_session": "The incidence and outcome of patients with early cardiovascular complications following intracerebral haemorrhage: An individual patient data pooled analysis from the VISTA database", + "events_topic": "Cerebral Hemorrhage | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemic Stroke", + "kol_name": "Hironori Ishiguchi", + "kol_full_name": "Hironori Ishiguchi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158015", + "session_name": "AF-specific guidelines for exercise rehabilitation and lifestyle-based physical activity: evidence from a Cochrane review and UK Biobank analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158015", + "first_name": "Benjamin", + "middle_name": "", + "last_name": "Buckley", + "org_name": "Liverpool Centre for Cardiovascular Science", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AF-specific guidelines for exercise rehabilitation and lifestyle-based physical activity: evidence from a Cochrane review and UK Biobank analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Benjamin Buckley", + "kol_full_name": "Benjamin Buckley" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1158014", + "session_name": "Modern heart failure treatment is superior to conventional treatment across the left ventricular ejection spectrum: Real-life data from the Swedish Heart Failure Registry 2013-2020", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158014", + "first_name": "Patric", + "middle_name": "", + "last_name": "Karlstrom", + "org_name": "Linkoping University, Linkoping Sweden", + "Country": "Sweden", + "Region": "Jonkopings Lan", + "City": "Jonkoping", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modern heart failure treatment is superior to conventional treatment across the left ventricular ejection spectrum: Real-life data from the Swedish Heart Failure Registry 2013-2020", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patric Karlstrom", + "kol_full_name": "Patric Karlstrom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Percutaneous Coronary Intervention | Antithrombotic Therapy | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1158013", + "session_name": "Antithrombotic therapy in patients with atrial fibrillation after myocardial infarction and percutaneous coronary intervention.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158013", + "first_name": "Mikolaj", + "middle_name": "", + "last_name": "Skibniewski", + "org_name": "Linkoping University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antithrombotic therapy in patients with atrial fibrillation after myocardial infarction and percutaneous coronary intervention.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 2, + "rest_events_topic": " Antithrombotic Therapy | Atrial Fibrillation", + "kol_name": "Mikolaj Skibniewski", + "kol_full_name": "Mikolaj Skibniewski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1158012", + "session_name": "Octogenarians, nonagenarians and centenarians with myocardial infarction over time in Sweden", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158012", + "first_name": "Erik", + "middle_name": "", + "last_name": "Traeff", + "org_name": "Linkoping University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Octogenarians", + "rest_events_session_count": 1, + "rest_events_session": " nonagenarians and centenarians with myocardial infarction over time in Sweden", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erik Traeff", + "kol_full_name": "Erik Traeff" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158011", + "session_name": "Help or hindrance: ChatGPT and chatbots?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158011", + "first_name": "Tiny", + "middle_name": "", + "last_name": "Jaarsma", + "org_name": "Linkoping University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Help or hindrance: ChatGPT and chatbots?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tiny Jaarsma", + "kol_full_name": "Tiny Jaarsma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Practice Patterns, Nurses' | Heart Failure | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1158010", + "session_name": "Factors associated with sleeping difficulties in patients with heart failure,2024 update on Core Curriculum for Cardiovascular Nurses and Allied Professionals,The trajectory of self-care over a 12-month period in patients with heart failure, comparing those with consistently good and poor self-care.,ESC Florence Nightingale Lecture in Nurse-Led Research", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158010", + "first_name": "Leonie", + "middle_name": "", + "last_name": "Klompstra", + "org_name": "Linkoping University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors associated with sleeping difficulties in patients with heart failure", + "rest_events_session_count": 4, + "rest_events_session": "2024 update on Core Curriculum for Cardiovascular Nurses and Allied Professionals,The trajectory of self-care over a 12-month period in patients with heart failure, comparing those with consistently good and poor self-care.,ESC Florence Nightingale Lecture in Nurse-Led Research", + "events_topic": "Practice Patterns, Nurses' | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Leonie Klompstra", + "kol_full_name": "Leonie Klompstra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1158009", + "session_name": "Optimising healthcare delivery in cardiovascular patients: will artificial intelligence help?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158009", + "first_name": "Anna", + "middle_name": "", + "last_name": "Stromberg", + "org_name": "Linkoping University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising healthcare delivery in cardiovascular patients: will artificial intelligence help?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Stromberg", + "kol_full_name": "Anna Stromberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise Test | Mortality | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1158008", + "session_name": "A flattening systolic blood pressure response at the end of ramp exercise testing is not associated with all-cause mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158008", + "first_name": "Anna", + "middle_name": "", + "last_name": "Carlen", + "org_name": "Linkoping University Hospital", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A flattening systolic blood pressure response at the end of ramp exercise testing is not associated with all-cause mortality", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise Test | Mortality ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Anna Carlen", + "kol_full_name": "Anna Carlen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Heart Failure | Chronic Coronary Syndrome | Myocardial Infarction | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1158007", + "session_name": "Comparison of incidence and prognostic impact of ischemic, major bleeding and heart failure events in patients with chronic coronary syndrome: insights from the CORONOR registry,Overview of the risk of myocardial infarction in patients with aortic stenosis: insights from the VALVENOR Registry.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158007", + "first_name": "Gilles", + "middle_name": "", + "last_name": "Lemesle", + "org_name": "Lille University Hospital", + "Country": "France", + "Region": "Nord-Pas-de-Calais", + "City": "Lille", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of incidence and prognostic impact of ischemic", + "rest_events_session_count": 2, + "rest_events_session": " major bleeding and heart failure events in patients with chronic coronary syndrome: insights from the CORONOR registry,Overview of the risk of myocardial infarction in patients with aortic stenosis: insights from the VALVENOR Registry.", + "events_topic": "Aortic Valve Stenosis | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Chronic Coronary Syndrome | Myocardial Infarction | Hemorrhage", + "kol_name": "Gilles Lemesle", + "kol_full_name": "Gilles Lemesle" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1158006", + "session_name": "Exploring valvular and congenital heart disease with cardiac magnetic resonance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158006", + "first_name": "Alexandre", + "middle_name": "", + "last_name": "Altes", + "org_name": "Lille Catholic University", + "Country": "France", + "Region": "Nord-Pas-de-Calais", + "City": "Lille", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring valvular and congenital heart disease with cardiac magnetic resonance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alexandre Altes", + "kol_full_name": "Alexandre Altes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1158005", + "session_name": "CMR phenotypes and clinical outcomes in NYHA class I versus II-IV hypertrophic cardiomyopathy: identifying high-risk asymptomatic patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158005", + "first_name": "Dina", + "middle_name": "", + "last_name": "Labib", + "org_name": "Libin Cardiovascular Institute", + "Country": "Canada", + "Region": "Alberta", + "City": "Calgary", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CMR phenotypes and clinical outcomes in NYHA class I versus II-IV hypertrophic cardiomyopathy: identifying high-risk asymptomatic patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dina Labib", + "kol_full_name": "Dina Labib" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Implantable Electronic Device | Cardiac Electrophysiology", + "npi_num": "", + "hcp_pin_alias": "1158004", + "session_name": "Certifying physicians and allied professionals in cardiac implantable electronic device therapy and invasive cardiac electrophysiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158004", + "first_name": "Serge", + "middle_name": "Alexander", + "last_name": "Trines", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Certifying physicians and allied professionals in cardiac implantable electronic device therapy and invasive cardiac electrophysiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Implantable Electronic Device | Cardiac Electrophysiology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Serge Alexander Trines", + "kol_full_name": "Serge Alexander Trines" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Imaging Techniques | Aortic Valve Insufficiency | Endocarditis | Heart Valve Diseases | Pulmonary Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1158003", + "session_name": "Clinical Case Management: the valvular heart team at work,Clinical Case Management: the diagnostic challenge of combined valvular stenosis and regurgitation,Guidelines in Practice: imaging in prosthetic valve endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158003", + "first_name": "Nina", + "middle_name": "Ajmone", + "last_name": "Marsan", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: the valvular heart team at work", + "rest_events_session_count": 2, + "rest_events_session": "Clinical Case Management: the diagnostic challenge of combined valvular stenosis and regurgitation,Guidelines in Practice: imaging in prosthetic valve endocarditis", + "events_topic": "Cardiac Imaging Techniques | Aortic Valve Insufficiency ", + "rest_events_topic_count": 3, + "rest_events_topic": " Endocarditis | Heart Valve Diseases | Pulmonary Valve Stenosis", + "kol_name": "Nina Ajmone Marsan", + "kol_full_name": "Nina Ajmone Marsan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Arrest | Tachycardia, Ventricular | Ablation Techniques | Atrial Fibrillation | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1158002", + "session_name": "Smaller trials, trial updates, and other studies: devices, cardiac arrest and atrial fibrillation ablation,Imaging to select candidates for ventricular tachycardia ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158002", + "first_name": "Marta", + "middle_name": "", + "last_name": "De Riva Silva", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 4, + "rest_events_session": " trial updates, and other studies: devices, cardiac arrest and atrial fibrillation ablation,Imaging to select candidates for ventricular tachycardia ablation", + "events_topic": "Heart Arrest | Tachycardia, Ventricular ", + "rest_events_topic_count": 3, + "rest_events_topic": " Ablation Techniques | Atrial Fibrillation | Diagnostic Imaging", + "kol_name": "Marta De Riva Silva", + "kol_full_name": "Marta De Riva Silva" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Calcification", + "npi_num": "", + "hcp_pin_alias": "1158001", + "session_name": "The mechanical environment regulates the extent of aortic valve calcification and thickness: an ex vivo whole mouse heart study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158001", + "first_name": "Maroua", + "middle_name": "", + "last_name": "El Ouraoui", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The mechanical environment regulates the extent of aortic valve calcification and thickness: an ex vivo whole mouse heart study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Calcification", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maroua El Ouraoui", + "kol_full_name": "Maroua El Ouraoui" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dilatation | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1158000", + "session_name": "Sex differences in left ventricular dilatation in patients with significant aortic regurgitation: prognostic implications,Left ventricular dilatation in patients with significant aortic regurgitation: association with mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1158000", + "first_name": "Maria", + "middle_name": "Pilar Lopez", + "last_name": "Santi", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in left ventricular dilatation in patients with significant aortic regurgitation: prognostic implications", + "rest_events_session_count": 1, + "rest_events_session": "Left ventricular dilatation in patients with significant aortic regurgitation: association with mortality", + "events_topic": "Dilatation | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Pilar Lopez Santi", + "kol_full_name": "Maria Pilar Lopez Santi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Growth Differentiation Factor 15 | Alirocumab | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157999", + "session_name": "Plasma levels of human growth differentiation factor 15 (GDF-15) and their effect of alirocumab on major adverse cardiovascular events and all-cause death after acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157999", + "first_name": "J", + "middle_name": "Wouter", + "last_name": "Jukema", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Plasma levels of human growth differentiation factor 15 (GDF-15) and their effect of alirocumab on major adverse cardiovascular events and all-cause death after acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Growth Differentiation Factor 15 | Alirocumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "J Wouter Jukema", + "kol_full_name": "J Wouter Jukema" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157998", + "session_name": "Differences between stenotic bicuspid and tricuspid aortic valves: a histological comparison,Evolution and prognostic impact of left ventricular myocardial work indices after transcatheter aortic valve replacement in patients with severe aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157998", + "first_name": "Hoi", + "middle_name": "Wai", + "last_name": "Wu", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences between stenotic bicuspid and tricuspid aortic valves: a histological comparison", + "rest_events_session_count": 1, + "rest_events_session": "Evolution and prognostic impact of left ventricular myocardial work indices after transcatheter aortic valve replacement in patients with severe aortic stenosis", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tricuspid Valve Insufficiency", + "kol_name": "Hoi Wai Wu", + "kol_full_name": "Hoi Wai Wu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "1157997", + "session_name": "Ectopic fat depots: how to measure them and their impact on cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157997", + "first_name": "Hildo", + "middle_name": "J.", + "last_name": "Lamb", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ectopic fat depots: how to measure them and their impact on cardiovascular risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hildo J. Lamb", + "kol_full_name": "Hildo J. Lamb" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1157996", + "session_name": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157996", + "first_name": "Erik", + "middle_name": "", + "last_name": "Klok", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erik Klok", + "kol_full_name": "Erik Klok" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Atherosclerosis | Angiography", + "npi_num": "", + "hcp_pin_alias": "1157995", + "session_name": "Increased prevalence of coronary atherosclerosis in cancer survivors: a matched cross-sectional study with coronary CT angiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157995", + "first_name": "Elissa", + "middle_name": "", + "last_name": "Polomski", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased prevalence of coronary atherosclerosis in cancer survivors: a matched cross-sectional study with coronary CT angiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiography", + "kol_name": "Elissa Polomski", + "kol_full_name": "Elissa Polomski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shocks | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1157994", + "session_name": "Half of implantable cardioverter-defibrillator patients remain at risk of painful shocks in the last moments of life", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157994", + "first_name": "Dilek", + "middle_name": "", + "last_name": "Yilmaz", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Half of implantable cardioverter-defibrillator patients remain at risk of painful shocks in the last moments of life", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shocks | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dilek Yilmaz", + "kol_full_name": "Dilek Yilmaz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Coronary Vessel Anomalies | Anomalous Coronary Artery", + "npi_num": "", + "hcp_pin_alias": "1157993", + "session_name": "Histological assessment of the shared vascular wall in anomalous aortic origin of coronary arteries with an interarterial course.,Invasive testing leads to significantly altered (surgical) management strategy in coronary anomalies with interarterial course: 3 year interim analysis of MuSCAT", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157993", + "first_name": "Diederick", + "middle_name": "", + "last_name": "Verheijen", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Histological assessment of the shared vascular wall in anomalous aortic origin of coronary arteries with an interarterial course.", + "rest_events_session_count": 1, + "rest_events_session": "Invasive testing leads to significantly altered (surgical) management strategy in coronary anomalies with interarterial course: 3 year interim analysis of MuSCAT", + "events_topic": "Cardiac Surgical Procedures | Coronary Vessel Anomalies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anomalous Coronary Artery", + "kol_name": "Diederick Verheijen", + "kol_full_name": "Diederick Verheijen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biventricular Hypertrophy | Mitral Valve Insufficiency | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157992", + "session_name": "Incremental value of biventricular strain in patients with severe aortic stenosis.,Prognostic value of left atrial and ventricular strain in moderate atrial and ventricular secondary mitral regurgitation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157992", + "first_name": "Camille", + "middle_name": "", + "last_name": "Sarrazyn", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incremental value of biventricular strain in patients with severe aortic stenosis.", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic value of left atrial and ventricular strain in moderate atrial and ventricular secondary mitral regurgitation.", + "events_topic": "Biventricular Hypertrophy | Mitral Valve Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Stenosis", + "kol_name": "Camille Sarrazyn", + "kol_full_name": "Camille Sarrazyn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157991", + "session_name": "Core laboratory versus center-reported echocardiographic assessment of the native and bioprosthetic aortic valve", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157991", + "first_name": "Bart", + "middle_name": "Josephus Johannes", + "last_name": "Velders", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Core laboratory versus center-reported echocardiographic assessment of the native and bioprosthetic aortic valve", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bart Josephus Johannes Velders", + "kol_full_name": "Bart Josephus Johannes Velders" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157990", + "session_name": "Aortic stenosis: from diagnosis to post-intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157990", + "first_name": "Arti", + "middle_name": "Anushka", + "last_name": "Ramkisoensing", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic stenosis: from diagnosis to post-intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Arti Anushka Ramkisoensing", + "kol_full_name": "Arti Anushka Ramkisoensing" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1157989", + "session_name": "Molecular tools to understand the complexity of adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157989", + "first_name": "Anastasia", + "middle_name": "", + "last_name": "Egorova", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Molecular tools to understand the complexity of adult congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anastasia Egorova", + "kol_full_name": "Anastasia Egorova" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Cardiomyopathies | Tomography, X-Ray Computed | Arrhythmogenic Right Ventricular Dysplasia", + "npi_num": "", + "hcp_pin_alias": "1157988", + "session_name": "Morphologic differences in atrial and ventricular secondary tricuspid regurgitation by computed tomography,Arrhythmogenic right ventricular cardiomyopathy: the importance of biventricular strain in risk-stratification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157988", + "first_name": "Aileen", + "middle_name": "Paula", + "last_name": "Chua", + "org_name": "Leiden University Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Morphologic differences in atrial and ventricular secondary tricuspid regurgitation by computed tomography", + "rest_events_session_count": 1, + "rest_events_session": "Arrhythmogenic right ventricular cardiomyopathy: the importance of biventricular strain in risk-stratification", + "events_topic": "Tricuspid Valve Insufficiency | Cardiomyopathies ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tomography, X-Ray Computed | Arrhythmogenic Right Ventricular Dysplasia", + "kol_name": "Aileen Paula Chua", + "kol_full_name": "Aileen Paula Chua" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, Optical Coherence | Angiography", + "npi_num": "", + "hcp_pin_alias": "1157987", + "session_name": "A meta-analysis of randomised controlled trials comparing optical coherence tomography-guided against angiography-guided revascularisation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157987", + "first_name": "Yanbo", + "middle_name": "", + "last_name": "Jin", + "org_name": "Leeds Teaching Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A meta-analysis of randomised controlled trials comparing optical coherence tomography-guided against angiography-guided revascularisation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, Optical Coherence | Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yanbo Jin", + "kol_full_name": "Yanbo Jin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipids | Cardiovascular Nursing", + "npi_num": "", + "hcp_pin_alias": "1157986", + "session_name": "An ACNAP survey assessing the cardiology multidisciplinary learning needs to support lipid management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157986", + "first_name": "Abigail", + "middle_name": "", + "last_name": "Barrowcliff", + "org_name": "Leeds Teaching Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An ACNAP survey assessing the cardiology multidisciplinary learning needs to support lipid management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipids | Cardiovascular Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abigail Barrowcliff", + "kol_full_name": "Abigail Barrowcliff" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neutrophil To Lymphocyte Ratio | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157985", + "session_name": "Mechanisms affecting the neutrophil to lymphocyte ratio in heart failure: a prospective CMR study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157985", + "first_name": "Raluca", + "middle_name": "", + "last_name": "Tomoaia", + "org_name": "Leeds Institute of Cardiovascular and Metabolic Medicine", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanisms affecting the neutrophil to lymphocyte ratio in heart failure: a prospective CMR study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neutrophil To Lymphocyte Ratio | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raluca Tomoaia", + "kol_full_name": "Raluca Tomoaia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Magnetic Resonance Imaging | Bundle-Branch Block", + "npi_num": "", + "hcp_pin_alias": "1157984", + "session_name": "CMR characterisation of patients with heart failure and left bundle branch block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157984", + "first_name": "Peter", + "middle_name": "", + "last_name": "Harrison", + "org_name": "Leeds Institute of Cardiovascular and Metabolic Medicine", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CMR characterisation of patients with heart failure and left bundle branch block", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Bundle-Branch Block", + "kol_name": "Peter Harrison", + "kol_full_name": "Peter Harrison" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Troponin | Machine Learning | Stroke | Non–ST-Segment Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157983", + "session_name": "Machine learning to predict incident atrial fibrillation in patients with acute stroke: FIND-AF STROKE,Effectiveness of the GRACE risk score according to troponin elevation in patients admitted with non-ST elevation acute coronary syndrome: a post-hoc analysis of the UKGRIS cluster RCT", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157983", + "first_name": "Ramesh", + "middle_name": "", + "last_name": "Nadarajah", + "org_name": "Leeds General Infirmary", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning to predict incident atrial fibrillation in patients with acute stroke: FIND-AF STROKE", + "rest_events_session_count": 1, + "rest_events_session": "Effectiveness of the GRACE risk score according to troponin elevation in patients admitted with non-ST elevation acute coronary syndrome: a post-hoc analysis of the UKGRIS cluster RCT", + "events_topic": "Atrial Fibrillation | Troponin ", + "rest_events_topic_count": 3, + "rest_events_topic": " Machine Learning | Stroke | Non–ST-Segment Elevation Myocardial Infarction", + "kol_name": "Ramesh Nadarajah", + "kol_full_name": "Ramesh Nadarajah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microcirculatory Resistance | Angiography | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157982", + "session_name": "Comparison of angiography-derived index of microcirculatory resistance measurements between low and high frame-rate acquisitions: the prospective ADMIRAL-study,Basic research in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157982", + "first_name": "Jean-Guillaume", + "middle_name": "", + "last_name": "Dillinger", + "org_name": "Lariboisiere APHP Site of Saint Louis University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of angiography-derived index of microcirculatory resistance measurements between low and high frame-rate acquisitions: the prospective ADMIRAL-study", + "rest_events_session_count": 1, + "rest_events_session": "Basic research in acute coronary syndromes", + "events_topic": "Microcirculatory Resistance | Angiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Jean-Guillaume Dillinger", + "kol_full_name": "Jean-Guillaume Dillinger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157981", + "session_name": "2022 ESC Guidelines on Cardio-Oncology: what do the guidelines say and how to implement the guidelines?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157981", + "first_name": "Riccardo", + "middle_name": "", + "last_name": "Asteggiano", + "org_name": "LARC (Laboratorio Analisi Ricerca Clinica)", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2022 ESC Guidelines on Cardio-Oncology: what do the guidelines say and how to implement the guidelines?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Riccardo Asteggiano", + "kol_full_name": "Riccardo Asteggiano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157980", + "session_name": "Comorbidities in acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157980", + "first_name": "Pathiyil", + "middle_name": "Balagopalan", + "last_name": "Jayagopal", + "org_name": "LAKSHMI HOSPITAL", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comorbidities in acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pathiyil Balagopalan Jayagopal", + "kol_full_name": "Pathiyil Balagopalan Jayagopal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1157979", + "session_name": "Masses in the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157979", + "first_name": "Wiebke", + "middle_name": "", + "last_name": "Rutsatz", + "org_name": "Lahn-Dill-Klinikum Wetzlar", + "Country": "Germany", + "Region": "Hessen", + "City": "Wetzlar", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Masses in the heart", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wiebke Rutsatz", + "kol_full_name": "Wiebke Rutsatz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "1157978", + "session_name": "Lipid-lowering therapy with Inclisiran in the real-world setting: initial data from a national health care service,Lipid-lowering therapy: statins and beyond", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157978", + "first_name": "Barak", + "middle_name": "", + "last_name": "Zafrir", + "org_name": "Lady Davis Carmel Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid-lowering therapy with Inclisiran in the real-world setting: initial data from a national health care service", + "rest_events_session_count": 1, + "rest_events_session": "Lipid-lowering therapy: statins and beyond", + "events_topic": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Barak Zafrir", + "kol_full_name": "Barak Zafrir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157977", + "session_name": "Identification of the optimal method for measuring left atrium volume as a marker of undetected atrial fibrillation in patients with cryptogenic stroke and high prevalence of overweight.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157977", + "first_name": "Alberto", + "middle_name": "", + "last_name": "Cecconi", + "org_name": "La Princesa University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification of the optimal method for measuring left atrium volume as a marker of undetected atrial fibrillation in patients with cryptogenic stroke and high prevalence of overweight.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alberto Cecconi", + "kol_full_name": "Alberto Cecconi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157976", + "session_name": "Causes and predictors of long-term mortality in patients referred to a cardiac rehabilitation program", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157976", + "first_name": "Jesus", + "middle_name": "Saldana", + "last_name": "Garcia", + "org_name": "La Paz University Hospital - Carlos III", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Causes and predictors of long-term mortality in patients referred to a cardiac rehabilitation program", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jesus Saldana Garcia", + "kol_full_name": "Jesus Saldana Garcia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated | Cardiac Magnetic Resonance Imaging | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157975", + "session_name": "A patient with hypokinetic non-dilated cardiomyopathy and an arrhythmia: how to implement the guidelines and take-home messages,Cutting-edge advancements in cardiac magnetic resonance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157975", + "first_name": "Esther", + "middle_name": "", + "last_name": "Perez-David", + "org_name": "La Paz University Hospital - Carlos III", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A patient with hypokinetic non-dilated cardiomyopathy and an arrhythmia: how to implement the guidelines and take-home messages", + "rest_events_session_count": 1, + "rest_events_session": "Cutting-edge advancements in cardiac magnetic resonance", + "events_topic": "Cardiomyopathy, Dilated | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Esther Perez-David", + "kol_full_name": "Esther Perez-David" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiotoxicity | Diagnostic Imaging | Neoplasm Metastasis | Anticoagulants | Neoplasms | Heart Neoplasms | Heart Failure | Carcinoid Heart Disease | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157974", + "session_name": "2022 ESC Guidelines on Cardio-Oncology,Individual anticoagulation choices for patients with cancer and atrial fibrillation,Personalised imaging a heart failure patient undergoing cancer therapy: what do the guidelines say?,New onset carcinoid heart disease in metastatic cancer: from diagnosis to treatment,Risk prediction and treatment options in cardio-oncology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157974", + "first_name": "Teresa", + "middle_name": "Lopez", + "last_name": "Fernandez", + "org_name": "La Paz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2022 ESC Guidelines on Cardio-Oncology", + "rest_events_session_count": 4, + "rest_events_session": "Individual anticoagulation choices for patients with cancer and atrial fibrillation,Personalised imaging a heart failure patient undergoing cancer therapy: what do the guidelines say?,New onset carcinoid heart disease in metastatic cancer: from diagnosis to treatment,Risk prediction and treatment options in cardio-oncology", + "events_topic": "Cardiotoxicity | Diagnostic Imaging ", + "rest_events_topic_count": 7, + "rest_events_topic": " Neoplasm Metastasis | Anticoagulants | Neoplasms | Heart Neoplasms | Heart Failure | Carcinoid Heart Disease | Atrial Fibrillation", + "kol_name": "Teresa Lopez Fernandez", + "kol_full_name": "Teresa Lopez Fernandez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157973", + "session_name": "Do not cheat at the gym. The importance of medical history in toxic-induced cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157973", + "first_name": "Ricardo", + "middle_name": "Martinez", + "last_name": "Gonzalez", + "org_name": "La Paz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Do not cheat at the gym. The importance of medical history in toxic-induced cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ricardo Martinez Gonzalez", + "kol_full_name": "Ricardo Martinez Gonzalez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MINOCA | Diagnostic Imaging | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157972", + "session_name": "Myocardial infarction with non-obstructive coronary arteries (MINOCA): state-of-the-art imaging evaluation,Imaging novelties in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157972", + "first_name": "Regina", + "middle_name": "", + "last_name": "Dalmau", + "org_name": "La Paz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial infarction with non-obstructive coronary arteries (MINOCA): state-of-the-art imaging evaluation", + "rest_events_session_count": 1, + "rest_events_session": "Imaging novelties in coronary artery disease", + "events_topic": "MINOCA | Diagnostic Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Regina Dalmau", + "kol_full_name": "Regina Dalmau" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemodynamics | Cardiomyopathy, Restrictive | Aortic Coarctation", + "npi_num": "", + "hcp_pin_alias": "1157971", + "session_name": "Restrictive cardiomyopathy after aortic coarctation repaired in childhood: beyond cardiovascular hemodynamics.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157971", + "first_name": "Joaquin", + "middle_name": "Vila", + "last_name": "Garcia", + "org_name": "La Paz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Restrictive cardiomyopathy after aortic coarctation repaired in childhood: beyond cardiovascular hemodynamics.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Cardiomyopathy, Restrictive ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Coarctation", + "kol_name": "Joaquin Vila Garcia", + "kol_full_name": "Joaquin Vila Garcia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rheumatic Heart Disease | Antibiotic Prophylaxis | Myocarditis", + "npi_num": "", + "hcp_pin_alias": "1157970", + "session_name": "Antibiotic prophylaxis for latent rheumatic heart disease,Acute myocarditis presentation and intra-hospital prognosis: results of the multicenter prospective MYOCARDITIRM study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157970", + "first_name": "Claire", + "middle_name": "", + "last_name": "Bouleti", + "org_name": "La Miletrie University Hospital Centre", + "Country": "France", + "Region": "Poitou-Charentes", + "City": "Poitiers", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antibiotic prophylaxis for latent rheumatic heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Acute myocarditis presentation and intra-hospital prognosis: results of the multicenter prospective MYOCARDITIRM study.", + "events_topic": "Rheumatic Heart Disease | Antibiotic Prophylaxis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocarditis", + "kol_name": "Claire Bouleti", + "kol_full_name": "Claire Bouleti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electric Countershock | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157969", + "session_name": "Digital devices for heart rhythm monitoring in atrial fibrillation patients scheduled for elective electrical cardioversion. Kardiover study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157969", + "first_name": "Juan", + "middle_name": "Benezet", + "last_name": "Mazuecos", + "org_name": "La Luz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digital devices for heart rhythm monitoring in atrial fibrillation patients scheduled for elective electrical cardioversion. Kardiover study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electric Countershock | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Juan Benezet Mazuecos", + "kol_full_name": "Juan Benezet Mazuecos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Computed Tomography | Coronary Artery Calcification", + "npi_num": "", + "hcp_pin_alias": "1157968", + "session_name": "Predictors of debulking devices use by coronary artery calcification classification using cardiac CT", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157968", + "first_name": "Yasuhiro", + "middle_name": "", + "last_name": "Nakano", + "org_name": "Kyushu University Hospital", + "Country": "Japan", + "Region": "Fukuoka", + "City": "Fukuoka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of debulking devices use by coronary artery calcification classification using cardiac CT", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Computed Tomography | Coronary Artery Calcification", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasuhiro Nakano", + "kol_full_name": "Yasuhiro Nakano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertriglyceridemia", + "npi_num": "", + "hcp_pin_alias": "1157967", + "session_name": "Clinical Deep Data Accumulation System (CLIDAS) reveals a \"Lipid paradox\" of hypertriglyceridemia in Japanese patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157967", + "first_name": "Shunsuke", + "middle_name": "", + "last_name": "Katsuki", + "org_name": "Kyushu University Hospital", + "Country": "Japan", + "Region": "Fukuoka", + "City": "Fukuoka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Deep Data Accumulation System (CLIDAS) reveals a \"Lipid paradox\" of hypertriglyceridemia in Japanese patients.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertriglyceridemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shunsuke Katsuki", + "kol_full_name": "Shunsuke Katsuki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "High-Intensity Statins | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157966", + "session_name": "The long-term clinical impact of high-intensity statin therapy in older patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157966", + "first_name": "Youngjoon", + "middle_name": "", + "last_name": "Kwon", + "org_name": "Kyungpook National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The long-term clinical impact of high-intensity statin therapy in older patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "High-Intensity Statins | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Youngjoon Kwon", + "kol_full_name": "Youngjoon Kwon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Drug-Eluting Stents", + "npi_num": "", + "hcp_pin_alias": "1157965", + "session_name": "Long-term clinical outcomes of acute myocardial infarction based on a center's experience with IVUS in the contemporary drug-eluting stent era", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157965", + "first_name": "Namkyun", + "middle_name": "", + "last_name": "Kim", + "org_name": "Kyungpook National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term clinical outcomes of acute myocardial infarction based on a center's experience with IVUS in the contemporary drug-eluting stent era", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Drug-Eluting Stents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Namkyun Kim", + "kol_full_name": "Namkyun Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Pressure | Heart Failure, Diastolic | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157964", + "session_name": "Optimizing heart failure with preserved ejection fraction diagnosis and symptom management in atrial fibrillation: insight from invasive left atrial pressure in a prospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157964", + "first_name": "Jong", + "middle_name": "Sung", + "last_name": "Park", + "org_name": "Kyungpook National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimizing heart failure with preserved ejection fraction diagnosis and symptom management in atrial fibrillation: insight from invasive left atrial pressure in a prospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Pressure | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Jong Sung Park", + "kol_full_name": "Jong Sung Park" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157963", + "session_name": "Renal hyperfiltration as risk factor of major adverse cardiovascular events in patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157963", + "first_name": "Weon", + "middle_name": "", + "last_name": "Kim", + "org_name": "Kyung Hee Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Renal hyperfiltration as risk factor of major adverse cardiovascular events in patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Weon Kim", + "kol_full_name": "Weon Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Deep Learning | Plaque, Atherosclerotic | Tomography, Optical Coherence", + "npi_num": "", + "hcp_pin_alias": "1157962", + "session_name": "Serial optical coherence tomography assessment of coronary atherosclerosis and long-term clinical outcomes,Plaque phenotyping using deep learning in optical coherence tomography imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157962", + "first_name": "Kyohei", + "middle_name": "", + "last_name": "Yamaji", + "org_name": "Kyoto University Hospital", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serial optical coherence tomography assessment of coronary atherosclerosis and long-term clinical outcomes", + "rest_events_session_count": 1, + "rest_events_session": "Plaque phenotyping using deep learning in optical coherence tomography imaging", + "events_topic": "Atherosclerosis | Deep Learning ", + "rest_events_topic_count": 2, + "rest_events_topic": " Plaque, Atherosclerotic | Tomography, Optical Coherence", + "kol_name": "Kyohei Yamaji", + "kol_full_name": "Kyohei Yamaji" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Induced Pluripotent Stem Cells | Epithelial-Mesenchymal Transition", + "npi_num": "", + "hcp_pin_alias": "1157961", + "session_name": "SMAD3 silencing induces Epithelial-to-Mesenchymal Transition (EMT) towards cardiac pericyte progenitors with proangiogenic potential in hiPSC-derived epicardial cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157961", + "first_name": "Yutaro", + "middle_name": "", + "last_name": "Miyoshi", + "org_name": "Kyoto University Graduate School of Medicine and Faculty of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SMAD3 silencing induces Epithelial-to-Mesenchymal Transition (EMT) towards cardiac pericyte progenitors with proangiogenic potential in hiPSC-derived epicardial cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Induced Pluripotent Stem Cells | Epithelial-Mesenchymal Transition", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yutaro Miyoshi", + "kol_full_name": "Yutaro Miyoshi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Venous Thromboembolism | Anticoagulants | Edoxaban", + "npi_num": "", + "hcp_pin_alias": "1157960", + "session_name": "Clinical outcomes of edoxaban treatment without parenteral anticoagulation therapy for acute venous thromboembolism: Insight from the COMMAND VTE Registry-2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157960", + "first_name": "Yuta", + "middle_name": "", + "last_name": "Tsujisaka", + "org_name": "Kyoto University Graduate School of Medicine and Faculty of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes of edoxaban treatment without parenteral anticoagulation therapy for acute venous thromboembolism: Insight from the COMMAND VTE Registry-2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Venous Thromboembolism | Anticoagulants ", + "rest_events_topic_count": 1, + "rest_events_topic": " Edoxaban", + "kol_name": "Yuta Tsujisaka", + "kol_full_name": "Yuta Tsujisaka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endoscopy | Cardiac Regenerative Therapy | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157959", + "session_name": "Developing endoscopic cell sheet delivery device using a beating human heart simulator and a pig model for minimally invasive cardiac regenerative therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157959", + "first_name": "Yuki", + "middle_name": "", + "last_name": "Hori", + "org_name": "Kyoto University Graduate School of Medicine and Faculty of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Developing endoscopic cell sheet delivery device using a beating human heart simulator and a pig model for minimally invasive cardiac regenerative therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endoscopy | Cardiac Regenerative Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "Yuki Hori", + "kol_full_name": "Yuki Hori" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sodium-Glucose Transporter 2 Inhibitors | Cardiovascular Diseases | Diabetes Mellitus, Type 2", + "npi_num": "", + "hcp_pin_alias": "1157958", + "session_name": "Heterogeneous effect of sodium-glucose cotransporter 2 inhibitors on cardiovascular events among people with type 2 diabetes: an application of machine learning to target trial emulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157958", + "first_name": "Yuichiro", + "middle_name": "", + "last_name": "Mori", + "org_name": "Kyoto University Graduate School of Medicine and Faculty of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heterogeneous effect of sodium-glucose cotransporter 2 inhibitors on cardiovascular events among people with type 2 diabetes: an application of machine learning to target trial emulation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sodium-Glucose Transporter 2 Inhibitors | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diabetes Mellitus, Type 2", + "kol_name": "Yuichiro Mori", + "kol_full_name": "Yuichiro Mori" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adenosine Triphosphate | Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1157957", + "session_name": "A novel VCP modulator, KUS121, attenuates atherosclerosis progression by maintaining intracellular ATP and mitigating ER stress in endothelial cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157957", + "first_name": "Osamu", + "middle_name": "", + "last_name": "Baba", + "org_name": "Kyoto University Graduate School of Medicine and Faculty of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel VCP modulator", + "rest_events_session_count": 2, + "rest_events_session": " KUS121, attenuates atherosclerosis progression by maintaining intracellular ATP and mitigating ER stress in endothelial cells", + "events_topic": "Adenosine Triphosphate | Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Osamu Baba", + "kol_full_name": "Osamu Baba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157956", + "session_name": "Influence of timing of impella insertion on the prognosis of acute myocardial infarction complicated with cardiogenic shock requiring ECPELLA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157956", + "first_name": "Kohei", + "middle_name": "", + "last_name": "Shimamoto", + "org_name": "Kyoto University Graduate School of Medicine and Faculty of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of timing of impella insertion on the prognosis of acute myocardial infarction complicated with cardiogenic shock requiring ECPELLA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kohei Shimamoto", + "kol_full_name": "Kohei Shimamoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157955", + "session_name": "Understanding the effects and utilisation of SGLT2 inhibitors in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157955", + "first_name": "Eri", + "middle_name": "", + "last_name": "Kato", + "org_name": "Kyoto University Graduate School of Medicine and Faculty of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Understanding the effects and utilisation of SGLT2 inhibitors in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eri Kato", + "kol_full_name": "Eri Kato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157954", + "session_name": "Identification of cell adhesion molecules for the maturation of engineered heart tissue", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157954", + "first_name": "Yuya", + "middle_name": "", + "last_name": "Fujiwara", + "org_name": "Kyoto University", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification of cell adhesion molecules for the maturation of engineered heart tissue", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuya Fujiwara", + "kol_full_name": "Yuya Fujiwara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157953", + "session_name": "Machine learning for prediction of incident heart failure and heart failure hospitalisation: multi-cohort development, validation and association with clinical phenotypes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157953", + "first_name": "Yoko", + "middle_name": "", + "last_name": "Nakao", + "org_name": "Kyoto University", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning for prediction of incident heart failure and heart failure hospitalisation: multi-cohort development", + "rest_events_session_count": 1, + "rest_events_session": " validation and association with clinical phenotypes", + "events_topic": "Machine Learning | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yoko Nakao", + "kol_full_name": "Yoko Nakao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Muscular Dystrophy, Duchenne | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157952", + "session_name": "Mature cardiac tissues modeling Duchenne muscular dystrophy related cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157952", + "first_name": "Fumika", + "middle_name": "", + "last_name": "Inazuka", + "org_name": "Kyoto University", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mature cardiac tissues modeling Duchenne muscular dystrophy related cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Muscular Dystrophy, Duchenne | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fumika Inazuka", + "kol_full_name": "Fumika Inazuka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Dementia", + "npi_num": "", + "hcp_pin_alias": "1157951", + "session_name": "Dementia in patients with acute heart failure: from the KCHF registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157951", + "first_name": "Erika", + "middle_name": "", + "last_name": "Yamamoto", + "org_name": "Kyoto University", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dementia in patients with acute heart failure: from the KCHF registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Dementia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erika Yamamoto", + "kol_full_name": "Erika Yamamoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Edoxaban | Venous Thrombosis | Body Weight", + "npi_num": "", + "hcp_pin_alias": "1157950", + "session_name": "Efficacy and safety of long-term edoxaban treatment for low body weight cancer patients with isolated distal deep vein thrombosis: a post-hoc subgroup analysis of the ONCO DVT study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157950", + "first_name": "Tomoyuki", + "middle_name": "", + "last_name": "Nagai", + "org_name": "Kyoto Prefectural University of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of long-term edoxaban treatment for low body weight cancer patients with isolated distal deep vein thrombosis: a post-hoc subgroup analysis of the ONCO DVT study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Edoxaban | Venous Thrombosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Body Weight", + "kol_name": "Tomoyuki Nagai", + "kol_full_name": "Tomoyuki Nagai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombectomy | Endovascular Procedures | Chronic Limb-Threatening Ischemia", + "npi_num": "", + "hcp_pin_alias": "1157949", + "session_name": "Factors affecting in-hospital clinical outcomes in patients with acute limb ischemia undergoing endovascular therapy or fogarty thrombectomy: a large-scale analysis based on the JROAD-DPC database", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157949", + "first_name": "Takaaki", + "middle_name": "", + "last_name": "Ozawa", + "org_name": "Kyoto Prefectural University of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors affecting in-hospital clinical outcomes in patients with acute limb ischemia undergoing endovascular therapy or fogarty thrombectomy: a large-scale analysis based on the JROAD-DPC database", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombectomy | Endovascular Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chronic Limb-Threatening Ischemia", + "kol_name": "Takaaki Ozawa", + "kol_full_name": "Takaaki Ozawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157948", + "session_name": "Comparison of characteristics and acute ablation outcome of atrial fibrillation drivers detected using octaray vs. pentaray catheter", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157948", + "first_name": "Nobunari", + "middle_name": "", + "last_name": "Tomura", + "org_name": "Kyoto Prefectural University of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of characteristics and acute ablation outcome of atrial fibrillation drivers detected using octaray vs. pentaray catheter", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nobunari Tomura", + "kol_full_name": "Nobunari Tomura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mesenteric Artery Occlusion | Endovascular Therapy", + "npi_num": "", + "hcp_pin_alias": "1157947", + "session_name": "Comparison of endovascular therapy and open surgical revascularization in patients with acute superior mesenteric artery occlusion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157947", + "first_name": "Kenji", + "middle_name": "", + "last_name": "Yanishi", + "org_name": "Kyoto Prefectural University of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of endovascular therapy and open surgical revascularization in patients with acute superior mesenteric artery occlusion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mesenteric Artery Occlusion | Endovascular Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kenji Yanishi", + "kol_full_name": "Kenji Yanishi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Hypertension, Pulmonary | Transcatheter Edge-to-Edge Repair | Proprotein Convertases | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157946", + "session_name": "The impact of discontinuing proprotein convertase subtilisin-kexin type 9 (PCSK9) inhibitors on clinical outcomes,Prognosis in patients with residual pulmonary hypertension after transcatheter edge-to-edge repair for secondary mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157946", + "first_name": "Hideo", + "middle_name": "", + "last_name": "Tsubata", + "org_name": "Kyoto Prefectural University of Medicine", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of discontinuing proprotein convertase subtilisin-kexin type 9 (PCSK9) inhibitors on clinical outcomes", + "rest_events_session_count": 1, + "rest_events_session": "Prognosis in patients with residual pulmonary hypertension after transcatheter edge-to-edge repair for secondary mitral regurgitation", + "events_topic": "Prognosis | Hypertension, Pulmonary ", + "rest_events_topic_count": 3, + "rest_events_topic": " Transcatheter Edge-to-Edge Repair | Proprotein Convertases | Mitral Valve Insufficiency", + "kol_name": "Hideo Tsubata", + "kol_full_name": "Hideo Tsubata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157945", + "session_name": "Association of Vascular endothelial factor D with pulmonary hypertension in heart failure: the PREHOSP-CHF Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157945", + "first_name": "Moritake", + "middle_name": "", + "last_name": "Iguchi", + "org_name": "Kyoto Medical Centre", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of Vascular endothelial factor D with pulmonary hypertension in heart failure: the PREHOSP-CHF Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Moritake Iguchi", + "kol_full_name": "Moritake Iguchi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Disease, Chronic Obstructive | Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157944", + "session_name": "Relationship between chronic obstructive pulmonary disease and heart failure hospitalization in patients with atrial fibrillation: the Fushimi AF Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157944", + "first_name": "Mitsuru", + "middle_name": "", + "last_name": "Ishii", + "org_name": "Kyoto Medical Centre", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between chronic obstructive pulmonary disease and heart failure hospitalization in patients with atrial fibrillation: the Fushimi AF Registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Disease, Chronic Obstructive | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Mitsuru Ishii", + "kol_full_name": "Mitsuru Ishii" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cause Of Death | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157943", + "session_name": "The gender difference in cause of death in Japanese atrial fibrillation patients: The Fushimi AF Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157943", + "first_name": "Kosuke", + "middle_name": "", + "last_name": "Doi", + "org_name": "Kyoto Medical Centre", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The gender difference in cause of death in Japanese atrial fibrillation patients: The Fushimi AF Registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cause Of Death | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kosuke Doi", + "kol_full_name": "Kosuke Doi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1157942", + "session_name": "Aortic medicine: from genes to therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157942", + "first_name": "Hideaki", + "middle_name": "", + "last_name": "Yoshino", + "org_name": "Kyorin University School of Medicine, Nomura Hospital Medical Foundation", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic medicine: from genes to therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hideaki Yoshino", + "kol_full_name": "Hideaki Yoshino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157941", + "session_name": "Apolipoprotein B and the regression of lipidic plaque in statin-treated type 2 DM patients with coronary artery disease: the pre-specified sub-analysis from the OPTIMAL randomized controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157941", + "first_name": "Sayaka", + "middle_name": "", + "last_name": "Funabashi", + "org_name": "Kyorin University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Apolipoprotein B and the regression of lipidic plaque in statin-treated type 2 DM patients with coronary artery disease: the pre-specified sub-analysis from the OPTIMAL randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sayaka Funabashi", + "kol_full_name": "Sayaka Funabashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cellular Senescence | Aortic Dissection", + "npi_num": "", + "hcp_pin_alias": "1157940", + "session_name": "The role of cellular senescence in aortic dissection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157940", + "first_name": "Eichi", + "middle_name": "", + "last_name": "Nakao", + "org_name": "Kurume University School of Medicine", + "Country": "Japan", + "Region": "Fukuoka", + "City": "Kurume", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of cellular senescence in aortic dissection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cellular Senescence | Aortic Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eichi Nakao", + "kol_full_name": "Eichi Nakao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Artery | Interleukin-2", + "npi_num": "", + "hcp_pin_alias": "1157939", + "session_name": "Interleukin-22 inhibits right ventricular remodelling by a unique mechanism in a pulmonary artery constriction model.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157939", + "first_name": "Kodai", + "middle_name": "", + "last_name": "Shibao", + "org_name": "Kurume University", + "Country": "Japan", + "Region": "Fukuoka", + "City": "Kurume", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interleukin-22 inhibits right ventricular remodelling by a unique mechanism in a pulmonary artery constriction model.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Artery | Interleukin-2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kodai Shibao", + "kol_full_name": "Kodai Shibao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Perforation", + "npi_num": "", + "hcp_pin_alias": "1157938", + "session_name": "Heparin reversal for coronary artery perforation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157938", + "first_name": "Yuichi", + "middle_name": "", + "last_name": "Sawayama", + "org_name": "Kurashiki Central Hospital", + "Country": "Japan", + "Region": "Okayama", + "City": "Kurashiki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heparin reversal for coronary artery perforation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Perforation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuichi Sawayama", + "kol_full_name": "Yuichi Sawayama" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157937", + "session_name": "The effect of treatment srategy for acute myocardial infarction complicated by cardiac shock using Impella in accordance with institutional protocol", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157937", + "first_name": "Takeshi", + "middle_name": "", + "last_name": "Tada", + "org_name": "Kurashiki Central Hospital", + "Country": "Japan", + "Region": "Okayama", + "City": "Kurashiki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of treatment srategy for acute myocardial infarction complicated by cardiac shock using Impella in accordance with institutional protocol", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takeshi Tada", + "kol_full_name": "Takeshi Tada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Mortality | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157936", + "session_name": "Association of culprit lesions with in-hospital mortality in patients with acute coronary syndrome complicated by cardiogenic Shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157936", + "first_name": "Shunsuke", + "middle_name": "", + "last_name": "Matsushita", + "org_name": "Kurashiki Central Hospital", + "Country": "Japan", + "Region": "Okayama", + "City": "Kurashiki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of culprit lesions with in-hospital mortality in patients with acute coronary syndrome complicated by cardiogenic Shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Mortality ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Shunsuke Matsushita", + "kol_full_name": "Shunsuke Matsushita" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Venous Thromboembolism | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "1157935", + "session_name": "The initial high-dose versus maintenance-dose anticoagulation therapy with direct oral anticoagulants for cancer-associated venous thromboembolism: from the COMMAND VTE Registry-2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157935", + "first_name": "Ryuki", + "middle_name": "", + "last_name": "Chatani", + "org_name": "Kurashiki Central Hospital", + "Country": "Japan", + "Region": "Okayama", + "City": "Kurashiki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The initial high-dose versus maintenance-dose anticoagulation therapy with direct oral anticoagulants for cancer-associated venous thromboembolism: from the COMMAND VTE Registry-2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Venous Thromboembolism | Anticoagulants", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ryuki Chatani", + "kol_full_name": "Ryuki Chatani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Coronary Bifurcation | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157934", + "session_name": "Impact of the distribution of calcification around the left main coronary artery bifurcation on prognosis after percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157934", + "first_name": "Kenta", + "middle_name": "", + "last_name": "Sasaki", + "org_name": "Kurashiki Central Hospital", + "Country": "Japan", + "Region": "Okayama", + "City": "Kurashiki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of the distribution of calcification around the left main coronary artery bifurcation on prognosis after percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Coronary Bifurcation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "Kenta Sasaki", + "kol_full_name": "Kenta Sasaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Occlusion | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157933", + "session_name": "Retrograde coronary chronic total occlusion intervention (JR-CTO) score: from the Japanese CTO-PCI expert registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157933", + "first_name": "Hiroyuki", + "middle_name": "", + "last_name": "Tanaka", + "org_name": "Kurashiki Central Hospital", + "Country": "Japan", + "Region": "Okayama", + "City": "Kurashiki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Retrograde coronary chronic total occlusion intervention (JR-CTO) score: from the Japanese CTO-PCI expert registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Occlusion | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroyuki Tanaka", + "kol_full_name": "Hiroyuki Tanaka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemorrhage | Anticoagulation | Left Atrial Appendage Closure", + "npi_num": "", + "hcp_pin_alias": "1157932", + "session_name": "Association between preprocedural thromboembolic or bleeding events under oral anticoagulation therapy and mid-term outcomes after percutaneous left atrial appendage closure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157932", + "first_name": "Hironobu", + "middle_name": "", + "last_name": "Sumiyoshi", + "org_name": "Kurashiki Central Hospital", + "Country": "Japan", + "Region": "Okayama", + "City": "Kurashiki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between preprocedural thromboembolic or bleeding events under oral anticoagulation therapy and mid-term outcomes after percutaneous left atrial appendage closure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemorrhage | Anticoagulation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Left Atrial Appendage Closure", + "kol_name": "Hironobu Sumiyoshi", + "kol_full_name": "Hironobu Sumiyoshi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Artery Dissection, Spontaneous | Ultrasonography, Interventional", + "npi_num": "", + "hcp_pin_alias": "1157931", + "session_name": "Catheter-induced ostial coronary artery dissection during percutaneous coronary intervention assessed by intravascular ultrasound", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157931", + "first_name": "Hikaru", + "middle_name": "", + "last_name": "Kishimoto", + "org_name": "Kurashiki Central Hospital", + "Country": "Japan", + "Region": "Okayama", + "City": "Okayama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Catheter-induced ostial coronary artery dissection during percutaneous coronary intervention assessed by intravascular ultrasound", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Coronary Artery Dissection, Spontaneous ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ultrasonography, Interventional", + "kol_name": "Hikaru Kishimoto", + "kol_full_name": "Hikaru Kishimoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157930", + "session_name": "The utility of cardiac rehabilitation in improving endothelium-dependent vascular function in very elderly patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157930", + "first_name": "Yasushi", + "middle_name": "", + "last_name": "Matsuzawa", + "org_name": "Kumamoto University Hospital", + "Country": "Japan", + "Region": "Kumamoto", + "City": "Kumamoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The utility of cardiac rehabilitation in improving endothelium-dependent vascular function in very elderly patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasushi Matsuzawa", + "kol_full_name": "Yasushi Matsuzawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1157929", + "session_name": "Association between reduced risk of gastrointestinal bleeding related to proton pump inhibitor use and subsequent all-cause death in patients with percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157929", + "first_name": "Masanobu", + "middle_name": "", + "last_name": "Ishii", + "org_name": "Kumamoto University Hospital", + "Country": "Japan", + "Region": "Kumamoto", + "City": "Kumamoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between reduced risk of gastrointestinal bleeding related to proton pump inhibitor use and subsequent all-cause death in patients with percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Hemorrhage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masanobu Ishii", + "kol_full_name": "Masanobu Ishii" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health", + "npi_num": "", + "hcp_pin_alias": "1157928", + "session_name": "Digital health tools to support and sustain personalised exercise prescription", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157928", + "first_name": "Veronique", + "middle_name": "", + "last_name": "Cornelissen", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digital health tools to support and sustain personalised exercise prescription", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Veronique Cornelissen", + "kol_full_name": "Veronique Cornelissen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Reported Outcome Measures | Practice Patterns, Nurses' | Heart Defects, Congenital | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157927", + "session_name": "Variability in patient-reported outcomes among different congenital heart defects: a comparative analysis of 7,498 patients from 32 countries,Innovative approaches to delivering cardiovascular care,ESC Florence Nightingale Lecture in Nurse-Led Research", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157927", + "first_name": "Philip", + "middle_name": "", + "last_name": "Moons", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Variability in patient-reported outcomes among different congenital heart defects: a comparative analysis of 7", + "rest_events_session_count": 3, + "rest_events_session": "498 patients from 32 countries,Innovative approaches to delivering cardiovascular care,ESC Florence Nightingale Lecture in Nurse-Led Research", + "events_topic": "Patient Reported Outcome Measures | Practice Patterns, Nurses' ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Defects, Congenital | Cardiovascular Diseases", + "kol_name": "Philip Moons", + "kol_full_name": "Philip Moons" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Dyssynchrony | Cardiac Resynchronization Therapy | Myocardial Scar", + "npi_num": "", + "hcp_pin_alias": "1157926", + "session_name": "Interplay between strain pattern-based classification of dyssynchrony and myocardial scar in CRT patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157926", + "first_name": "Jurgen", + "middle_name": "", + "last_name": "Duchenne", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interplay between strain pattern-based classification of dyssynchrony and myocardial scar in CRT patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dyssynchrony | Cardiac Resynchronization Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Scar", + "kol_name": "Jurgen Duchenne", + "kol_full_name": "Jurgen Duchenne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157925", + "session_name": "Artificial intelligence is important in cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157925", + "first_name": "Frank", + "middle_name": "", + "last_name": "Rademakers", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence is important in cardiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Frank Rademakers", + "kol_full_name": "Frank Rademakers" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Wearable Electronic Devices", + "npi_num": "", + "hcp_pin_alias": "1157924", + "session_name": "Relation between wearable heart rate monitor derived training load and cardiac adaption in endurance athletes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157924", + "first_name": "Christophe", + "middle_name": "", + "last_name": "Dausin", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relation between wearable heart rate monitor derived training load and cardiac adaption in endurance athletes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wearable Electronic Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christophe Dausin", + "kol_full_name": "Christophe Dausin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antithrombotic Therapy | Heparin | Partial Thromboplastin Time | Mechanical Circulatory Support | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157923", + "session_name": "European practices on antithrombotic management during percutaneous mechanical circulatory support in adults: insights from an international survey,How to personalise antithrombotic treatment in the patient on mechanical circulatory support,Dual guided heparin monitoring with anti-Xa and APTT during micro-axial flow pump support for cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157923", + "first_name": "Charlotte", + "middle_name": "", + "last_name": "Van Edom", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "European practices on antithrombotic management during percutaneous mechanical circulatory support in adults: insights from an international survey", + "rest_events_session_count": 2, + "rest_events_session": "How to personalise antithrombotic treatment in the patient on mechanical circulatory support,Dual guided heparin monitoring with anti-Xa and APTT during micro-axial flow pump support for cardiogenic shock", + "events_topic": "Antithrombotic Therapy | Heparin ", + "rest_events_topic_count": 3, + "rest_events_topic": " Partial Thromboplastin Time | Mechanical Circulatory Support | Shock, Cardiogenic", + "kol_name": "Charlotte Van Edom", + "kol_full_name": "Charlotte Van Edom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19", + "npi_num": "", + "hcp_pin_alias": "1157922", + "session_name": "Genetic association of circulating factor XI with long COVID", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157922", + "first_name": "Art", + "middle_name": "", + "last_name": "Schuermans", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic association of circulating factor XI with long COVID", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Art Schuermans", + "kol_full_name": "Art Schuermans" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Stiffness", + "npi_num": "", + "hcp_pin_alias": "1157921", + "session_name": "Evaluating the performance of automatic wave speed estimators of natural shear waves to assess myocardial stiffness", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157921", + "first_name": "Andressa", + "middle_name": "Araujo Andrade", + "last_name": "Sousa", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating the performance of automatic wave speed estimators of natural shear waves to assess myocardial stiffness", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Stiffness", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andressa Araujo Andrade Sousa", + "kol_full_name": "Andressa Araujo Andrade Sousa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Speckle Tracking Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157920", + "session_name": "Inter-Vendor differences in speckle tracking strain - A ten year follow-up on the Strain Standardization Task Force Inter-Vendor Comparison Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157920", + "first_name": "Anca", + "middle_name": "Elena", + "last_name": "Balinisteanu", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inter-Vendor differences in speckle tracking strain - A ten year follow-up on the Strain Standardization Task Force Inter-Vendor Comparison Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Speckle Tracking Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anca Elena Balinisteanu", + "kol_full_name": "Anca Elena Balinisteanu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardio-Renal Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157919", + "session_name": "GLP1 receptor agonists, SGLT2 inhibitors, or both for cardio-renal protection?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157919", + "first_name": "Amaryllis", + "middle_name": "", + "last_name": "Van Craenenbroeck", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "GLP1 receptor agonists", + "rest_events_session_count": 2, + "rest_events_session": " SGLT2 inhibitors, or both for cardio-renal protection?", + "events_topic": "Cardio-Renal Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amaryllis Van Craenenbroeck", + "kol_full_name": "Amaryllis Van Craenenbroeck" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy | Mechanical Dyssynchrony | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157918", + "session_name": "CRT should be recommended for all heart failure patients with mechanical dyssynchrony and a ventricular conduction delay regardless of the QRS morphology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157918", + "first_name": "Alexis", + "middle_name": "", + "last_name": "Puvrez", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CRT should be recommended for all heart failure patients with mechanical dyssynchrony and a ventricular conduction delay regardless of the QRS morphology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy | Mechanical Dyssynchrony ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Alexis Puvrez", + "kol_full_name": "Alexis Puvrez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Dysfunction | Cardiorespiratory Fitness | Cancer Survivors | Cardiac Imaging Techniques", + "npi_num": "", + "hcp_pin_alias": "1157917", + "session_name": "Early detection of cardiac dysfunction using shear wave imaging: insights into reduced cardiorespiratory fitness in childhood cancer survivors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157917", + "first_name": "Ahmed", + "middle_name": "", + "last_name": "Youssef", + "org_name": "KU Leuven", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early detection of cardiac dysfunction using shear wave imaging: insights into reduced cardiorespiratory fitness in childhood cancer survivors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Dysfunction | Cardiorespiratory Fitness ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cancer Survivors | Cardiac Imaging Techniques", + "kol_name": "Ahmed Youssef", + "kol_full_name": "Ahmed Youssef" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Renal Insufficiency, Chronic | Apixaban", + "npi_num": "", + "hcp_pin_alias": "1157916", + "session_name": "Impact of real-world off-label dose of Apixaban on long-term clinical outcomes in patients with atrial fibrillation and chronic kidney disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157916", + "first_name": "Ho", + "middle_name": "Sik", + "last_name": "Shin", + "org_name": "Kosin University School of Medicine", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of real-world off-label dose of Apixaban on long-term clinical outcomes in patients with atrial fibrillation and chronic kidney disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Renal Insufficiency, Chronic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Apixaban", + "kol_name": "Ho Sik Shin", + "kol_full_name": "Ho Sik Shin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pirfenidone | Idiopathic Pulmonary Fibrosis", + "npi_num": "", + "hcp_pin_alias": "1157915", + "session_name": "Impact of Pirfenidone on arrhythmic and clinical outcomes in patients with idiopathic pulmonary fibrosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157915", + "first_name": "Sung", + "middle_name": "Il", + "last_name": "Im", + "org_name": "kosin university gospel hospital", + "Country": "Korea, South", + "Region": "Pusan-gwangyoksi", + "City": "Pusan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of Pirfenidone on arrhythmic and clinical outcomes in patients with idiopathic pulmonary fibrosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pirfenidone | Idiopathic Pulmonary Fibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sung Il Im", + "kol_full_name": "Sung Il Im" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1157914", + "session_name": "Novel parameters for micra transcatheter pacing system implantation on the right ventricular mid-septum", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157914", + "first_name": "Misun", + "middle_name": "", + "last_name": "Pak", + "org_name": "Koseikai Takeda Hospital", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel parameters for micra transcatheter pacing system implantation on the right ventricular mid-septum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Misun Pak", + "kol_full_name": "Misun Pak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac | Cardiomyopathy, Hypertrophic | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157913", + "session_name": "Cardiovascular etiologies and risk factors of survival outcomes after resuscitation for out-of-hospital cardiac arrest: data from the KoCARC registry,Novel electric predictors of lethal arrhythmic event in patients with hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157913", + "first_name": "Jong-Il", + "middle_name": "", + "last_name": "Choi", + "org_name": "Korea University Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular etiologies and risk factors of survival outcomes after resuscitation for out-of-hospital cardiac arrest: data from the KoCARC registry", + "rest_events_session_count": 1, + "rest_events_session": "Novel electric predictors of lethal arrhythmic event in patients with hypertrophic cardiomyopathy", + "events_topic": "Arrhythmias, Cardiac | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "Jong-Il Choi", + "kol_full_name": "Jong-Il Choi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-Diabetic | Percutaneous Coronary Intervention | Glucose Intolerance | Drug-Eluting Stents", + "npi_num": "", + "hcp_pin_alias": "1157912", + "session_name": "Ten-year major clinical outcomes between first- and second-generation drug-eluting stents in hypertensive patients underwent percutaneous coronary intervention,The association between the dietary salt intake and glucose intolerance in the non-diabetic populations: from the Korean National Health and Nutritional Examination Survey (KNHANES)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157912", + "first_name": "Soohyung", + "middle_name": "", + "last_name": "Park", + "org_name": "Korea University Guro Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ten-year major clinical outcomes between first- and second-generation drug-eluting stents in hypertensive patients underwent percutaneous coronary intervention", + "rest_events_session_count": 1, + "rest_events_session": "The association between the dietary salt intake and glucose intolerance in the non-diabetic populations: from the Korean National Health and Nutritional Examination Survey (KNHANES)", + "events_topic": "Non-Diabetic | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 2, + "rest_events_topic": " Glucose Intolerance | Drug-Eluting Stents", + "kol_name": "Soohyung Park", + "kol_full_name": "Soohyung Park" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Cerebrovascular Disorders | Alcohol Drinking", + "npi_num": "", + "hcp_pin_alias": "1157911", + "session_name": "Exploring the effects of reduced alcohol consumption on major adverse cardiovascular and cerebrovascular events in chronic heavy drinkers: a nationwide population-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157911", + "first_name": "Dong", + "middle_name": "Oh", + "last_name": "Kang", + "org_name": "Korea University Guro Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring the effects of reduced alcohol consumption on major adverse cardiovascular and cerebrovascular events in chronic heavy drinkers: a nationwide population-based cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Cerebrovascular Disorders ", + "rest_events_topic_count": 1, + "rest_events_topic": " Alcohol Drinking", + "kol_name": "Dong Oh Kang", + "kol_full_name": "Dong Oh Kang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Bifurcation Stenting | Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "1157910", + "session_name": "Comparison of clinical outcomes in diabetic and non-diabetic patients undergoing coronary bifurcation stenting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157910", + "first_name": "Subin", + "middle_name": "", + "last_name": "Lim", + "org_name": "Korea University Anam Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of clinical outcomes in diabetic and non-diabetic patients undergoing coronary bifurcation stenting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Bifurcation Stenting | Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Subin Lim", + "kol_full_name": "Subin Lim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Ezetimibe", + "npi_num": "", + "hcp_pin_alias": "1157909", + "session_name": "Safety and efficacy of moderate-intensity statin with ezetimibe in elderly patient with atherosclerotic cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157909", + "first_name": "Soon", + "middle_name": "Jun", + "last_name": "Hong", + "org_name": "Korea University Anam Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and efficacy of moderate-intensity statin with ezetimibe in elderly patient with atherosclerotic cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Ezetimibe", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Soon Jun Hong", + "kol_full_name": "Soon Jun Hong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiopulmonary Exercise Testing | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1157908", + "session_name": "Assessment of cardiopulmonary exercise capacity in suspected heart failure with preserved ejection fraction: impact of coronary flow velocity reserve and body fat", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157908", + "first_name": "So", + "middle_name": "Ree", + "last_name": "Kim", + "org_name": "Korea University Anam Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of cardiopulmonary exercise capacity in suspected heart failure with preserved ejection fraction: impact of coronary flow velocity reserve and body fat", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiopulmonary Exercise Testing | Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "So Ree Kim", + "kol_full_name": "So Ree Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug-Eluting Stents | Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "1157907", + "session_name": "Comparative clinical outcomes of amphilimus-eluting stents in diabetic versus non-diabetic patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157907", + "first_name": "Ju", + "middle_name": "Hyeon", + "last_name": "Kim", + "org_name": "Korea University Anam Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative clinical outcomes of amphilimus-eluting stents in diabetic versus non-diabetic patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-Eluting Stents | Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ju Hyeon Kim", + "kol_full_name": "Ju Hyeon Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Atherosclerosis | Endothelial Progenitor Cells", + "npi_num": "", + "hcp_pin_alias": "1157906", + "session_name": "Regular supervised exercise training improves endothelial function, early atherosclerosis, arterial stiffness and endothelial progenitor cells in PCI patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157906", + "first_name": "Jae", + "middle_name": "Hyoung", + "last_name": "Park", + "org_name": "Korea University Anam Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Regular supervised exercise training improves endothelial function", + "rest_events_session_count": 2, + "rest_events_session": " early atherosclerosis, arterial stiffness and endothelial progenitor cells in PCI patients.", + "events_topic": "Percutaneous Coronary Intervention | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Endothelial Progenitor Cells", + "kol_name": "Jae Hyoung Park", + "kol_full_name": "Jae Hyoung Park" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Renal Dysfunction | Anemia", + "npi_num": "", + "hcp_pin_alias": "1157905", + "session_name": "The prognostic impact of renal dysfunction and anemia in japanese heart failure patients stratified by left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157905", + "first_name": "Toshihiro", + "middle_name": "", + "last_name": "Moriki", + "org_name": "Kochi University", + "Country": "Japan", + "Region": "Kochi", + "City": "Kochi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic impact of renal dysfunction and anemia in japanese heart failure patients stratified by left ventricular ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Renal Dysfunction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anemia", + "kol_name": "Toshihiro Moriki", + "kol_full_name": "Toshihiro Moriki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157904", + "session_name": "Efficacy of native T1 mapping for patients with non-ischemic cardiomyopathy and ventricular functional mitral regurgitation undergoing transcatheter edge-to-edge repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157904", + "first_name": "Hiroshi", + "middle_name": "", + "last_name": "Tsunamoto", + "org_name": "Kobe University Graduate School of Medicine", + "Country": "Japan", + "Region": "Hyogo", + "City": "Kobe", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy of native T1 mapping for patients with non-ischemic cardiomyopathy and ventricular functional mitral regurgitation undergoing transcatheter edge-to-edge repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Mitral Valve Insufficiency ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Edge-to-Edge Repair | Cardiomyopathies", + "kol_name": "Hiroshi Tsunamoto", + "kol_full_name": "Hiroshi Tsunamoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157903", + "session_name": "Demographics and clinical outcomes of flow-gradient patterns of aortic stenosis: an analysis of the CURRENT AS Registry-2.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157903", + "first_name": "Tomohiko", + "middle_name": "", + "last_name": "Taniguchi", + "org_name": "Kobe City Medical Center General Hospital", + "Country": "Japan", + "Region": "Hyogo", + "City": "Kobe", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Demographics and clinical outcomes of flow-gradient patterns of aortic stenosis: an analysis of the CURRENT AS Registry-2.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tomohiko Taniguchi", + "kol_full_name": "Tomohiko Taniguchi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Heart Valve Bioprosthesis", + "npi_num": "", + "hcp_pin_alias": "1157902", + "session_name": "Association of R2-CHA2DS2-VASc score and clinical outcomes after bioprosthetic valve replacement: Subanalysis from BPV-AF registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157902", + "first_name": "Madoka", + "middle_name": "", + "last_name": "Sano", + "org_name": "Kobe City Medical Center General Hospital", + "Country": "Japan", + "Region": "Hyogo", + "City": "Kobe", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of R2-CHA2DS2-VASc score and clinical outcomes after bioprosthetic valve replacement: Subanalysis from BPV-AF registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Heart Valve Bioprosthesis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Madoka Sano", + "kol_full_name": "Madoka Sano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157901", + "session_name": "The impact of prosthesis-patient mismatch on clinical outcomes in patients undergoing transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157901", + "first_name": "Aoi", + "middle_name": "", + "last_name": "Omori", + "org_name": "Kobe City Medical Center General Hospital", + "Country": "Japan", + "Region": "Hyogo", + "City": "Kobe", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of prosthesis-patient mismatch on clinical outcomes in patients undergoing transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aoi Omori", + "kol_full_name": "Aoi Omori" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke", + "npi_num": "", + "hcp_pin_alias": "1157900", + "session_name": "New findings in stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157900", + "first_name": "Mathias", + "middle_name": "", + "last_name": "Lange", + "org_name": "Klinikum Osnabrueck GmbH - Heart Center Osnabrueck", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Osnabruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New findings in stroke", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mathias Lange", + "kol_full_name": "Mathias Lange" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Gentamicins | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1157899", + "session_name": "A propensity-matched cohort study examining the impact of gentamycin-collagen sponge on the prevention of infections in patients with implantable cardioverter defibrillator undergoing revision surgery,Predictive value of a positive pocket swab for the occurrence of device infection in implantable cardioverter defibrillator patients undergoing generator replacement or lead revision", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157899", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Kleemann", + "org_name": "Klinikum Ludwigshafen", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Ludwigsburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A propensity-matched cohort study examining the impact of gentamycin-collagen sponge on the prevention of infections in patients with implantable cardioverter defibrillator undergoing revision surgery", + "rest_events_session_count": 1, + "rest_events_session": "Predictive value of a positive pocket swab for the occurrence of device infection in implantable cardioverter defibrillator patients undergoing generator replacement or lead revision", + "events_topic": "Gentamicins | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Kleemann", + "kol_full_name": "Thomas Kleemann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1157898", + "session_name": "Microbial specturm and antibiotic sensitivity of pocket swabs in ICD patients undergoing device replacement or lead revision surgery- findings from a ICD registry observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157898", + "first_name": "Seyed", + "middle_name": "Babak", + "last_name": "Mousavi", + "org_name": "Klinikum Ludwigshafen", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Ludwigsburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Microbial specturm and antibiotic sensitivity of pocket swabs in ICD patients undergoing device replacement or lead revision surgery- findings from a ICD registry observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seyed Babak Mousavi", + "kol_full_name": "Seyed Babak Mousavi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Coronary Syndrome | Acute Coronary Syndrome | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157897", + "session_name": "Factors influencing the decision to revascularise in chronic coronary syndromes: extent of coronary artery disease,Impact of lipid and adipose tissue changes in acute coronary syndromes,Risk stratification for midterm outcome after acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157897", + "first_name": "Anselm", + "middle_name": "Kai", + "last_name": "Gitt", + "org_name": "Klinikum Ludwigshafen", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Ludwigsburg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors influencing the decision to revascularise in chronic coronary syndromes: extent of coronary artery disease", + "rest_events_session_count": 2, + "rest_events_session": "Impact of lipid and adipose tissue changes in acute coronary syndromes,Risk stratification for midterm outcome after acute coronary syndromes", + "events_topic": "Chronic Coronary Syndrome | Acute Coronary Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Anselm Kai Gitt", + "kol_full_name": "Anselm Kai Gitt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiopulmonary Resuscitation | COVID-19", + "npi_num": "", + "hcp_pin_alias": "1157896", + "session_name": "Cardiopulmonary long-term effects 6, 18 and 30 months after severe COVID-19 infection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157896", + "first_name": "Julia", + "middle_name": "", + "last_name": "Niebauer", + "org_name": "Klinik Favoriten", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiopulmonary long-term effects 6", + "rest_events_session_count": 1, + "rest_events_session": " 18 and 30 months after severe COVID-19 infection", + "events_topic": "Cardiopulmonary Resuscitation | COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julia Niebauer", + "kol_full_name": "Julia Niebauer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sacubitril | Valsartan", + "npi_num": "", + "hcp_pin_alias": "1157895", + "session_name": "Clinical Implications of NT-proBNP trajectory following Sacubitril/Valsartan initiation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157895", + "first_name": "Yu", + "middle_name": "", + "last_name": "Takigami", + "org_name": "Kitasato University School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Implications of NT-proBNP trajectory following Sacubitril/Valsartan initiation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sacubitril | Valsartan", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yu Takigami", + "kol_full_name": "Yu Takigami" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157894", + "session_name": "Prognostic impact of left ventricular myocardial work in patients undergoing surgery for primary mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157894", + "first_name": "Takeru", + "middle_name": "", + "last_name": "Nabeta", + "org_name": "Kitasato University School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of left ventricular myocardial work in patients undergoing surgery for primary mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takeru Nabeta", + "kol_full_name": "Takeru Nabeta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157893", + "session_name": "Impact of agitation status during intensive care on functional outcomes and mortality in patients with cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157893", + "first_name": "Shuhei", + "middle_name": "", + "last_name": "Soeda", + "org_name": "Kitasato University School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of agitation status during intensive care on functional outcomes and mortality in patients with cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shuhei Soeda", + "kol_full_name": "Shuhei Soeda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Catheters", + "npi_num": "", + "hcp_pin_alias": "1157892", + "session_name": "\"Honey pot\"-like lesion formation: impact of catheter contact angle on lesion formation by novel temperature controlled ablation catheter in a porcine experimental model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157892", + "first_name": "Sho", + "middle_name": "", + "last_name": "Ogiso", + "org_name": "Kitasato University School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "\"Honey pot\"-like lesion formation: impact of catheter contact angle on lesion formation by novel temperature controlled ablation catheter in a porcine experimental model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Catheters", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sho Ogiso", + "kol_full_name": "Sho Ogiso" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Cardiomyopathies | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157891", + "session_name": "Advancements in cardiovascular therapies for ST-elevation myocardial infarction: from molecular insights to clinical applications,Imaging to improve diagnosis and risk-stratification of cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157891", + "first_name": "Junya", + "middle_name": "", + "last_name": "Ako", + "org_name": "Kitasato University School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advancements in cardiovascular therapies for ST-elevation myocardial infarction: from molecular insights to clinical applications", + "rest_events_session_count": 1, + "rest_events_session": "Imaging to improve diagnosis and risk-stratification of cardiomyopathies", + "events_topic": "Diagnostic Imaging | Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " ST Elevation Myocardial Infarction", + "kol_name": "Junya Ako", + "kol_full_name": "Junya Ako" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157890", + "session_name": "Disability in activities of daily living before hospitalisation and clinical outcomes following acute-phase rehabilitation in older individuals with cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157890", + "first_name": "Nobuaki", + "middle_name": "", + "last_name": "Hamazaki", + "org_name": "Kitasato University Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Disability in activities of daily living before hospitalisation and clinical outcomes following acute-phase rehabilitation in older individuals with cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nobuaki Hamazaki", + "kol_full_name": "Nobuaki Hamazaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1157889", + "session_name": "Exercise intolerance at hospital discharge as a predictor for readmission and mortality after aortic aneurysm repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157889", + "first_name": "Manaka", + "middle_name": "", + "last_name": "Shibuya", + "org_name": "Kitasato University Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise intolerance at hospital discharge as a predictor for readmission and mortality after aortic aneurysm repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Manaka Shibuya", + "kol_full_name": "Manaka Shibuya" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157888", + "session_name": "Associations between cardiac rehabilitation and clinical outcomes in patients with heart failure and cognitive frailty", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157888", + "first_name": "Kohei", + "middle_name": "", + "last_name": "Nozaki", + "org_name": "Kitasato University Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations between cardiac rehabilitation and clinical outcomes in patients with heart failure and cognitive frailty", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kohei Nozaki", + "kol_full_name": "Kohei Nozaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157887", + "session_name": "Efficacy and safety of catheter ablation for paroxysmal atrial fibrillation as first-line therapy vs. after drug failure -analysis from Japan Nationwide Ablation (J-AB) Registry-", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157887", + "first_name": "Jun", + "middle_name": "", + "last_name": "Oikawa", + "org_name": "Kitasato University Graduate School of Medical Sciences", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of catheter ablation for paroxysmal atrial fibrillation as first-line therapy vs. after drug failure -analysis from Japan Nationwide Ablation (J-AB) Registry-", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jun Oikawa", + "kol_full_name": "Jun Oikawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157886", + "session_name": "Raised blood pressure affects reactivity to expressive music features", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157886", + "first_name": "Vanessa", + "middle_name": "", + "last_name": "Pope", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Raised blood pressure affects reactivity to expressive music features", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vanessa Pope", + "kol_full_name": "Vanessa Pope" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endovascular Aneurysm Repair | Radiation Exposure", + "npi_num": "", + "hcp_pin_alias": "1157885", + "session_name": "Biological effects of radiation exposure in patients treated with X-ray guided endovascular aortic repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157885", + "first_name": "Tian", + "middle_name": "", + "last_name": "Yeong", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biological effects of radiation exposure in patients treated with X-ray guided endovascular aortic repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endovascular Aneurysm Repair | Radiation Exposure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tian Yeong", + "kol_full_name": "Tian Yeong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Reperfusion Injury", + "npi_num": "", + "hcp_pin_alias": "1157884", + "session_name": "Cardiac myosin-binding protein-C: assessing fragmentation patterns to differentiate between forms of myocardial injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157884", + "first_name": "Sam", + "middle_name": "", + "last_name": "McGrath", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac myosin-binding protein-C: assessing fragmentation patterns to differentiate between forms of myocardial injury", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Reperfusion Injury", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sam McGrath", + "kol_full_name": "Sam McGrath" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolomics | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157883", + "session_name": "Serum metabolomics improve risk stratification for incident heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157883", + "first_name": "Rafael", + "middle_name": "Rudolf", + "last_name": "Oexner", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serum metabolomics improve risk stratification for incident heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolomics | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rafael Rudolf Oexner", + "kol_full_name": "Rafael Rudolf Oexner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hydrodynamics | Stroke | Echocardiography | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157882", + "session_name": "Modelling spontaneous echo contrast and stroke risk in atrial fibrillation patients using computation fluid dynamics and gaussian process emulators", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157882", + "first_name": "Paolo", + "middle_name": "", + "last_name": "Melidoro", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modelling spontaneous echo contrast and stroke risk in atrial fibrillation patients using computation fluid dynamics and gaussian process emulators", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hydrodynamics | Stroke ", + "rest_events_topic_count": 2, + "rest_events_topic": " Echocardiography | Atrial Fibrillation", + "kol_name": "Paolo Melidoro", + "kol_full_name": "Paolo Melidoro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Cardiac Fibrosis", + "npi_num": "", + "hcp_pin_alias": "1157881", + "session_name": "Quantitative molecular imaging of cardiac fibrosis and response to treatment using a novel collagen III-specific MR imaging probe", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157881", + "first_name": "Nadia", + "middle_name": "", + "last_name": "Chaher", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quantitative molecular imaging of cardiac fibrosis and response to treatment using a novel collagen III-specific MR imaging probe", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Cardiac Fibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nadia Chaher", + "kol_full_name": "Nadia Chaher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157880", + "session_name": "A population-based characterisation of the relationship between anatomical and electrical axes of the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157880", + "first_name": "Mohammad", + "middle_name": "", + "last_name": "Kayyali", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A population-based characterisation of the relationship between anatomical and electrical axes of the heart", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohammad Kayyali", + "kol_full_name": "Mohammad Kayyali" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1157879", + "session_name": "Premature atrial and ventricular contractions detected on wearable-format electrocardiograms and prediction of cardiovascular events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157879", + "first_name": "Michele", + "middle_name": "", + "last_name": "Orini", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Premature atrial and ventricular contractions detected on wearable-format electrocardiograms and prediction of cardiovascular events", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michele Orini", + "kol_full_name": "Michele Orini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Trial | Heart Failure | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157878", + "session_name": "Sub-Saharan Africa's contribution to clinical trials in international acute coronary syndromes and heart failure guidelines", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157878", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Hudson", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sub-Saharan Africa's contribution to clinical trials in international acute coronary syndromes and heart failure guidelines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Jonathan Hudson", + "kol_full_name": "Jonathan Hudson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157877", + "session_name": "Intronic regulatory sequences regulate epicardial gene expression and EMT during heart development", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157877", + "first_name": "Joaquim", + "middle_name": "Miguel Nunes", + "last_name": "Vieira", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intronic regulatory sequences regulate epicardial gene expression and EMT during heart development", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joaquim Miguel Nunes Vieira", + "kol_full_name": "Joaquim Miguel Nunes Vieira" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157876", + "session_name": "Novel clinical method: left ventricular diastolic pressure curve by echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157876", + "first_name": "Joao", + "middle_name": "Filipe", + "last_name": "Fernandes", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel clinical method: left ventricular diastolic pressure curve by echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joao Filipe Fernandes", + "kol_full_name": "Joao Filipe Fernandes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Renal Denervation", + "npi_num": "", + "hcp_pin_alias": "1157875", + "session_name": "The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157875", + "first_name": "Eirini", + "middle_name": "", + "last_name": "Lioudaki", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Renal Denervation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eirini Lioudaki", + "kol_full_name": "Eirini Lioudaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Function, Left | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157874", + "session_name": "Asymptomatic severe coronary artery disease should be managed conservatively regardless of left ventricular function: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157874", + "first_name": "Divaka", + "middle_name": "", + "last_name": "Perera", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Asymptomatic severe coronary artery disease should be managed conservatively regardless of left ventricular function: pro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Function, Left | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Divaka Perera", + "kol_full_name": "Divaka Perera" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157873", + "session_name": "Get it right, Get it fast. Real-world experience in implementing medical therapy in chronic heart failure – improving and implementing pathways of care from Kings College Hospital in London,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel,Cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157873", + "first_name": "Antonio", + "middle_name": "", + "last_name": "Cannata", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Get it right", + "rest_events_session_count": 3, + "rest_events_session": " Get it fast. Real-world experience in implementing medical therapy in chronic heart failure – improving and implementing pathways of care from Kings College Hospital in London,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel,Cardiomyopathies", + "events_topic": "Heart Failure | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonio Cannata", + "kol_full_name": "Antonio Cannata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157872", + "session_name": "Metabolic rewiring of the heart,Personalising HFpEF care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157872", + "first_name": "Ajay", + "middle_name": "M.", + "last_name": "Shah", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metabolic rewiring of the heart", + "rest_events_session_count": 1, + "rest_events_session": "Personalising HFpEF care", + "events_topic": "Heart Failure, Diastolic | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ajay M. Shah", + "kol_full_name": "Ajay M. Shah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dobutamine | Myocardial Bridge | Adenosine", + "npi_num": "", + "hcp_pin_alias": "1157871", + "session_name": "Comparison of adenosine, dobutamine and bicycle exercise on intracoronary physiological indices in patients with myocardial bridges", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157871", + "first_name": "Aish", + "middle_name": "", + "last_name": "Sinha", + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of adenosine", + "rest_events_session_count": 1, + "rest_events_session": " dobutamine and bicycle exercise on intracoronary physiological indices in patients with myocardial bridges", + "events_topic": "Dobutamine | Myocardial Bridge ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adenosine", + "kol_name": "Aish Sinha", + "kol_full_name": "Aish Sinha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1157870", + "session_name": "Current diagnostic scoring systems systematically underdiagnose heart failure with preserved ejection fraction in black patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157870", + "first_name": "Sam", + "middle_name": "", + "last_name": "Brown", + "org_name": "King's College Hospital NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Current diagnostic scoring systems systematically underdiagnose heart failure with preserved ejection fraction in black patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sam Brown", + "kol_full_name": "Sam Brown" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Imaging, Three-Dimensional | Myocardial Scar", + "npi_num": "", + "hcp_pin_alias": "1157869", + "session_name": "Three-dimensional deformation imaging to detect myocardial scar.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157869", + "first_name": "Rui", + "middle_name": "Miguel Da Silva", + "last_name": "Mota", + "org_name": "King's College Hospital NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Three-dimensional deformation imaging to detect myocardial scar.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Imaging, Three-Dimensional | Myocardial Scar", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rui Miguel Da Silva Mota", + "kol_full_name": "Rui Miguel Da Silva Mota" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Tricuspid Valve Insufficiency | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1157868", + "session_name": "Clinical and imaging nuances of secondary mitral regurgitation: from diagnosis to trans-catheter therapies: an interactive case-based hands-on session,Patient selection for transcatheter valve therapies in tricuspid regurgitation: an interactive case-based hands-on session", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157868", + "first_name": "Mehdi", + "middle_name": "", + "last_name": "Eskandari", + "org_name": "King's College Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical and imaging nuances of secondary mitral regurgitation: from diagnosis to trans-catheter therapies: an interactive case-based hands-on session", + "rest_events_session_count": 1, + "rest_events_session": "Patient selection for transcatheter valve therapies in tricuspid regurgitation: an interactive case-based hands-on session", + "events_topic": "Mitral Valve Insufficiency | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diagnostic Imaging", + "kol_name": "Mehdi Eskandari", + "kol_full_name": "Mehdi Eskandari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157867", + "session_name": "Ethnic variations in post ST elevation myocardial infarction inflammatory kinetics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157867", + "first_name": "Matthew", + "middle_name": "", + "last_name": "Sadler", + "org_name": "King's College Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ethnic variations in post ST elevation myocardial infarction inflammatory kinetics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthew Sadler", + "kol_full_name": "Matthew Sadler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157866", + "session_name": "Percutaneous treatment of tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157866", + "first_name": "Mohammed", + "middle_name": "", + "last_name": "Balghith", + "org_name": "King Saud Bin Abdulaziz University for Health Sciences", + "Country": "Saudi Arabia", + "Region": "Ar Riyad", + "City": "Riyadh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous treatment of tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohammed Balghith", + "kol_full_name": "Mohammed Balghith" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Suture Techniques | Mitral Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157865", + "session_name": "Mitral valve replacement with continuous suture technique", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157865", + "first_name": "Sushil", + "middle_name": "Kumar", + "last_name": "Singh", + "org_name": "King George's Medical University, Lucknow", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral valve replacement with continuous suture technique", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Suture Techniques | Mitral Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sushil Kumar Singh", + "kol_full_name": "Sushil Kumar Singh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Bypass | Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157864", + "session_name": "A randomized controlled trial of an eight-week cardiac rehabilitation home verse hospital exercise programme for post coronary cardiac bypass patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157864", + "first_name": "Mohammed", + "middle_name": "", + "last_name": "Taktoni", + "org_name": "King Faisal Specialist Hospital & Research Centre", + "Country": "Saudi Arabia", + "Region": "Ar Riyad", + "City": "Riyadh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A randomized controlled trial of an eight-week cardiac rehabilitation home verse hospital exercise programme for post coronary cardiac bypass patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass | Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohammed Taktoni", + "kol_full_name": "Mohammed Taktoni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157863", + "session_name": "Models to predict unfavourable outcomes in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157863", + "first_name": "Dania", + "middle_name": "", + "last_name": "Mohty", + "org_name": "King Faisal Specialist Hospital & Research Centre", + "Country": "Saudi Arabia", + "Region": "Ar Riyad", + "City": "Riyadh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Models to predict unfavourable outcomes in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dania Mohty", + "kol_full_name": "Dania Mohty" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Dysfunction | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157862", + "session_name": "Correlative study to assess the predictive power of the ICOS HF calculator in the prediction of development of HER-2 antagonist induced cardiac dysfunction in a single center in Saudi Arabia in 2023", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157862", + "first_name": "Maryam", + "middle_name": "Al", + "last_name": "Qaseer", + "org_name": "King Fahad Specialist Hospital", + "Country": "Saudi Arabia", + "Region": "Ash Sharqiyah", + "City": "Dammam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Correlative study to assess the predictive power of the ICOS HF calculator in the prediction of development of HER-2 antagonist induced cardiac dysfunction in a single center in Saudi Arabia in 2023", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Dysfunction | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maryam Al Qaseer", + "kol_full_name": "Maryam Al Qaseer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Acute Aortic Syndrome | Shock, Cardiogenic | Cardiac Imaging Techniques | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157861", + "session_name": "Great Debates: management of cardiac arrest and cardiogenic shock - how? where? and when?,Unusual causes of aortic pathology,Intracoronary imaging and physiology in 2024: 'eyes wide open',Management and prognostication in acute myocardial infarction cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157861", + "first_name": "Mirvat", + "middle_name": "", + "last_name": "Alasnag", + "org_name": "King Fahad Armed Forces Hospital", + "Country": "Saudi Arabia", + "Region": "Makkah", + "City": "Jeddah", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debates: management of cardiac arrest and cardiogenic shock - how? where? and when?", + "rest_events_session_count": 3, + "rest_events_session": "Unusual causes of aortic pathology,Intracoronary imaging and physiology in 2024: 'eyes wide open',Management and prognostication in acute myocardial infarction cardiogenic shock", + "events_topic": "Myocardial Infarction | Acute Aortic Syndrome ", + "rest_events_topic_count": 3, + "rest_events_topic": " Shock, Cardiogenic | Cardiac Imaging Techniques | Heart Arrest", + "kol_name": "Mirvat Alasnag", + "kol_full_name": "Mirvat Alasnag" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multivessel Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157860", + "session_name": "Decision-making for revascularisation of multivessel disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157860", + "first_name": "Khaled", + "middle_name": "", + "last_name": "Al-Shaibi", + "org_name": "King Fahad Armed Forces Hospital", + "Country": "Saudi Arabia", + "Region": "Makkah", + "City": "Jeddah", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Decision-making for revascularisation of multivessel disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multivessel Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Khaled Al-Shaibi", + "kol_full_name": "Khaled Al-Shaibi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Left Atrioventricular Coupling Index | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157859", + "session_name": "Normal reference values of left atrioventricular coupling index on two-dimensional echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157859", + "first_name": "Ashraf", + "middle_name": "Mohamed", + "last_name": "Anwar", + "org_name": "King Fahad Armed Forces Hospital", + "Country": "Saudi Arabia", + "Region": "Makkah", + "City": "Jeddah", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Normal reference values of left atrioventricular coupling index on two-dimensional echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Atrioventricular Coupling Index | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ashraf Mohamed Anwar", + "kol_full_name": "Ashraf Mohamed Anwar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Nitric Oxide | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157858", + "session_name": "Impact of inhaled nitric oxide therapy in patients with cardiogenic shock treated with veno-arterial extracorporeal membrane oxygenation combined with Impella", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157858", + "first_name": "Masafumi", + "middle_name": "", + "last_name": "Ueno", + "org_name": "Kindai University Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of inhaled nitric oxide therapy in patients with cardiogenic shock treated with veno-arterial extracorporeal membrane oxygenation combined with Impella", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Extracorporeal Membrane Oxygenation | Nitric Oxide ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "Masafumi Ueno", + "kol_full_name": "Masafumi Ueno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Annulus Fibrosus | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157857", + "session_name": "Transcatheter aortic valve replacement with balloon-expandable and self-expandable valves in Japanese patients with large annulus: the OCEAN-TAVI registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157857", + "first_name": "Kyohei", + "middle_name": "", + "last_name": "Onishi", + "org_name": "Kindai University Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter aortic valve replacement with balloon-expandable and self-expandable valves in Japanese patients with large annulus: the OCEAN-TAVI registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Annulus Fibrosus | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kyohei Onishi", + "kol_full_name": "Kyohei Onishi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Spectroscopy, Near-Infrared | Ultrasonography | Angiography", + "npi_num": "", + "hcp_pin_alias": "1157856", + "session_name": "The impact of lipid rich plaque on coronary-microvascular-dysfunction evaluated by near-infrared spectroscopy IVUS and angiography-derived index of microcirculatory resistance after percutaneous-coron", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157856", + "first_name": "Nobuhiro", + "middle_name": "", + "last_name": "Yamada", + "org_name": "Kindai University", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of lipid rich plaque on coronary-microvascular-dysfunction evaluated by near-infrared spectroscopy IVUS and angiography-derived index of microcirculatory resistance after percutaneous-coron", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Spectroscopy, Near-Infrared | Ultrasonography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiography", + "kol_name": "Nobuhiro Yamada", + "kol_full_name": "Nobuhiro Yamada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angiography | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157855", + "session_name": "Tips, tricks, techniques, and technologies in radial angiography,All things percutaneous coronary intervention: a potpourri of percutaneous coronary intervention-related topics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157855", + "first_name": "Fathima", + "middle_name": "Aaysha", + "last_name": "Cader", + "org_name": "Kettering General Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Kettering", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tips", + "rest_events_session_count": 4, + "rest_events_session": " tricks, techniques, and technologies in radial angiography,All things percutaneous coronary intervention: a potpourri of percutaneous coronary intervention-related topics", + "events_topic": "Angiography | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fathima Aaysha Cader", + "kol_full_name": "Fathima Aaysha Cader" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1157854", + "session_name": "Prognostic and diagnostic implications of impaired rest and exercise-stress left atrial compliance in heart failure with preserved ejection fraction: Insights from the HFpEF Stress Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157854", + "first_name": "Soeren", + "middle_name": "Jan", + "last_name": "Backhaus", + "org_name": "Kerckhoff Heart and Thorax Center", + "Country": "Germany", + "Region": "Hessen", + "City": "Wetzlar", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic and diagnostic implications of impaired rest and exercise-stress left atrial compliance in heart failure with preserved ejection fraction: Insights from the HFpEF Stress Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Soeren Jan Backhaus", + "kol_full_name": "Soeren Jan Backhaus" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Biomarkers | Cardiac Magnetic Resonance Imaging | Heart Diseases | Cholesterol, LDL", + "npi_num": "", + "hcp_pin_alias": "1157853", + "session_name": "From risk factor management to treatment optimisation in LDL-C,Multi-biomarker approach for predicting cardiac magnetic resonance parameters at 30 days after ST-segment elevation myocardial infarction,Lipids in heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157853", + "first_name": "Roland", + "middle_name": "", + "last_name": "Klingenberg", + "org_name": "Kerckhoff Heart and Thorax Center", + "Country": "Germany", + "Region": "Hessen", + "City": "Wetzlar", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From risk factor management to treatment optimisation in LDL-C", + "rest_events_session_count": 2, + "rest_events_session": "Multi-biomarker approach for predicting cardiac magnetic resonance parameters at 30 days after ST-segment elevation myocardial infarction,Lipids in heart disease", + "events_topic": "ST Elevation Myocardial Infarction | Biomarkers ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiac Magnetic Resonance Imaging | Heart Diseases | Cholesterol, LDL", + "kol_name": "Roland Klingenberg", + "kol_full_name": "Roland Klingenberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Frailty | Cardiovascular Diseases | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1157852", + "session_name": "The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel,Pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157852", + "first_name": "Hady", + "middle_name": "", + "last_name": "ATEF", + "org_name": "Keele University - Stoke-on", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Pulmonary hypertension", + "events_topic": "Frailty | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension, Pulmonary", + "kol_name": "Hady ATEF", + "kol_full_name": "Hady ATEF" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Ischemia | Neoplasms | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1157851", + "session_name": "Ischemic and bleeding risk after ST-segment elevated myocardial infarction in patients with active cancer,Ischemic and bleeding risk after ST-segment elevated myocardial infarction in patients with active cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157851", + "first_name": "Mohamed", + "middle_name": "", + "last_name": "Dafaalla", + "org_name": "Keele University", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ischemic and bleeding risk after ST-segment elevated myocardial infarction in patients with active cancer", + "rest_events_session_count": 1, + "rest_events_session": "Ischemic and bleeding risk after ST-segment elevated myocardial infarction in patients with active cancer", + "events_topic": "ST Elevation Myocardial Infarction | Ischemia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasms | Hemorrhage", + "kol_name": "Mohamed Dafaalla", + "kol_full_name": "Mohamed Dafaalla" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Weight Loss | Obesity | Cardiovascular Diseases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157850", + "session_name": "From obesity to prediction of outcomes in acute heart failure,Obesity, weight loss, and cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157850", + "first_name": "Fozia", + "middle_name": "Zahir", + "last_name": "Ahmed", + "org_name": "Keele University", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From obesity to prediction of outcomes in acute heart failure", + "rest_events_session_count": 3, + "rest_events_session": "Obesity, weight loss, and cardiovascular disease", + "events_topic": "Weight Loss | Obesity ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Heart Failure", + "kol_name": "Fozia Zahir Ahmed", + "kol_full_name": "Fozia Zahir Ahmed" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Radiofrequency Ablation | Electric Impedance", + "npi_num": "", + "hcp_pin_alias": "1157849", + "session_name": "The impedance drop early after energy delivery predicts steam pops during radiofrequency ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157849", + "first_name": "Satoshi", + "middle_name": "", + "last_name": "Takahashi", + "org_name": "Kawasaki Hospital", + "Country": "Japan", + "Region": "Hyogo", + "City": "Kobe", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impedance drop early after energy delivery predicts steam pops during radiofrequency ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiofrequency Ablation | Electric Impedance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Satoshi Takahashi", + "kol_full_name": "Satoshi Takahashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157848", + "session_name": "Diagnostic methods in acute heart failure: latest findings,Worsening heart failure: are we winning the war?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157848", + "first_name": "Naoki", + "middle_name": "", + "last_name": "Sato", + "org_name": "Kawaguchi Cardiovascular and Respiratory Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic methods in acute heart failure: latest findings", + "rest_events_session_count": 1, + "rest_events_session": "Worsening heart failure: are we winning the war?", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Naoki Sato", + "kol_full_name": "Naoki Sato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Diabetes Mellitus, Type 2 | Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1157847", + "session_name": "Angioprotein-like 3 and atheroma progression in statin-treated type 2 diabetic patients with coronary artery disease: the pre-specified analysis from the OPTIMAL randomized controlled trial.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157847", + "first_name": "Satoshi", + "middle_name": "", + "last_name": "Kitahara", + "org_name": "Kashiwa Kosei General Hospital", + "Country": "Japan", + "Region": "Chiba", + "City": "Kashiwa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angioprotein-like 3 and atheroma progression in statin-treated type 2 diabetic patients with coronary artery disease: the pre-specified analysis from the OPTIMAL randomized controlled trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Plaque, Atherosclerotic", + "kol_name": "Satoshi Kitahara", + "kol_full_name": "Satoshi Kitahara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157846", + "session_name": "Hot or not debate - transcatheter tricuspid interventions now and tomorrow,Heart failure with secondary mitral and tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157846", + "first_name": "Lars", + "middle_name": "", + "last_name": "Lund", + "org_name": "Karolinska University Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hot or not debate - transcatheter tricuspid interventions now and tomorrow", + "rest_events_session_count": 1, + "rest_events_session": "Heart failure with secondary mitral and tricuspid regurgitation", + "events_topic": "Tricuspid Valve Insufficiency | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lars Lund", + "kol_full_name": "Lars Lund" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Atrial Fibrillation | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157845", + "session_name": "The association of NT-proBNP levels in atrial fibrillation patients and 3-year risk of heart hospitalization and death,Burden of systemic inflammation and associated health outcomes in adults with atherosclerotic cardiovascular disease managed in routine care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157845", + "first_name": "Karolina", + "middle_name": "", + "last_name": "Szummer", + "org_name": "Karolinska University Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association of NT-proBNP levels in atrial fibrillation patients and 3-year risk of heart hospitalization and death", + "rest_events_session_count": 1, + "rest_events_session": "Burden of systemic inflammation and associated health outcomes in adults with atherosclerotic cardiovascular disease managed in routine care", + "events_topic": "Inflammation | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Karolina Szummer", + "kol_full_name": "Karolina Szummer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Diabetes Mellitus | Prediabetes | Risk Assessment | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157844", + "session_name": "Pre-diabetes should be included in cardiovascular risk assessment,How to protect the kidney in patients with diabetes and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157844", + "first_name": "Francesco", + "middle_name": "", + "last_name": "Cosentino", + "org_name": "Karolinska University Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pre-diabetes should be included in cardiovascular risk assessment", + "rest_events_session_count": 1, + "rest_events_session": "How to protect the kidney in patients with diabetes and heart disease", + "events_topic": "Cardiovascular Diseases | Diabetes Mellitus ", + "rest_events_topic_count": 3, + "rest_events_topic": " Prediabetes | Risk Assessment | Heart Diseases", + "kol_name": "Francesco Cosentino", + "kol_full_name": "Francesco Cosentino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microvascular Function | Gastric Emptying | Heart Failure | Acyl-ghrelin", + "npi_num": "", + "hcp_pin_alias": "1157843", + "session_name": "Post-prandial acyl ghrelin infusion in heart failure patients increases gastric emptying rate,(Micro)vascular function in heart failure,Probing deeper into the pathophysiology of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157843", + "first_name": "Camilla", + "middle_name": "", + "last_name": "Hage", + "org_name": "Karolinska University Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Post-prandial acyl ghrelin infusion in heart failure patients increases gastric emptying rate", + "rest_events_session_count": 2, + "rest_events_session": "(Micro)vascular function in heart failure,Probing deeper into the pathophysiology of heart failure", + "events_topic": "Microvascular Function | Gastric Emptying ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Acyl-ghrelin", + "kol_name": "Camilla Hage", + "kol_full_name": "Camilla Hage" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Syncope", + "npi_num": "", + "hcp_pin_alias": "1157842", + "session_name": "A practical guide to personalised treatment of non-cardiac syncope", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157842", + "first_name": "Artur", + "middle_name": "", + "last_name": "Fedorowski", + "org_name": "Karolinska University Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A practical guide to personalised treatment of non-cardiac syncope", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Artur Fedorowski", + "kol_full_name": "Artur Fedorowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Insulin Resistance | Cardiomyopathy, Hypertrophic | Transcatheter Aortic Valve Replacement | Ablation Techniques | Atrial Fibrillation | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157841", + "session_name": "Measures of insulin resistance and aortic valve calcification in the general population,Long-term efficacy and safety of ablation for atrial fibrillation in patients with hypertrophic cardiomyopathy,Left ventricular ejection fraction and clinical outcomes after transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157841", + "first_name": "Anne", + "middle_name": "Wang", + "last_name": "Gottlieb", + "org_name": "Karolinska University Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Measures of insulin resistance and aortic valve calcification in the general population", + "rest_events_session_count": 2, + "rest_events_session": "Long-term efficacy and safety of ablation for atrial fibrillation in patients with hypertrophic cardiomyopathy,Left ventricular ejection fraction and clinical outcomes after transcatheter aortic valve implantation", + "events_topic": "Insulin Resistance | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 4, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Ablation Techniques | Atrial Fibrillation | Aortic Valve Insufficiency", + "kol_name": "Anne Wang Gottlieb", + "kol_full_name": "Anne Wang Gottlieb" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Photoplethysmography", + "npi_num": "", + "hcp_pin_alias": "1157840", + "session_name": "External validation of a machine learning based classification algorithm for ambulatory heart rhythm diagnostics using smartphone-photoplethysmography - the SMARTBEATS algorithm study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157840", + "first_name": "Jonatan", + "middle_name": "", + "last_name": "Fernstad", + "org_name": "Karolinska Institutet Danderyd Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "External validation of a machine learning based classification algorithm for ambulatory heart rhythm diagnostics using smartphone-photoplethysmography - the SMARTBEATS algorithm study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Photoplethysmography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonatan Fernstad", + "kol_full_name": "Jonatan Fernstad" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Kidney Diseases | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157839", + "session_name": "What to do with key cardiovascular drugs when kidney function worsens", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157839", + "first_name": "Jonas", + "middle_name": "", + "last_name": "Spaak", + "org_name": "Karolinska Institutet Danderyd Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What to do with key cardiovascular drugs when kidney function worsens", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kidney Diseases | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonas Spaak", + "kol_full_name": "Jonas Spaak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Ablation Techniques | Echocardiography | Hemodynamics | Cardiac Myosins", + "npi_num": "", + "hcp_pin_alias": "1157838", + "session_name": "Navigating hypertrophic cardiomyopathy (HCM) echo imaging with cardiac myosin inhibitors,Navigating hypertrophic cardiomyopathy echo imaging with cardiac myosin inhibitors,Sex-based differences in anatomical and hemodynamic parameters and outcomes in patients with hypertrophic cardiomyopathy undergoing alcohol septal ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157838", + "first_name": "Anna", + "middle_name": "", + "last_name": "Damlin", + "org_name": "Karolinska Institutet", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating hypertrophic cardiomyopathy (HCM) echo imaging with cardiac myosin inhibitors", + "rest_events_session_count": 2, + "rest_events_session": "Navigating hypertrophic cardiomyopathy echo imaging with cardiac myosin inhibitors,Sex-based differences in anatomical and hemodynamic parameters and outcomes in patients with hypertrophic cardiomyopathy undergoing alcohol septal ablation", + "events_topic": "Cardiomyopathy, Hypertrophic | Ablation Techniques ", + "rest_events_topic_count": 3, + "rest_events_topic": " Echocardiography | Hemodynamics | Cardiac Myosins", + "kol_name": "Anna Damlin", + "kol_full_name": "Anna Damlin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Diabetes Mellitus | Myocardial Infarction | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157837", + "session_name": "Extent and impact of obesity in patients with diabetes and acute myocardial infarction - experience from a national cohort,Epidemiology and risk factors in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157837", + "first_name": "Viveca", + "middle_name": "", + "last_name": "Ritsinger", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extent and impact of obesity in patients with diabetes and acute myocardial infarction - experience from a national cohort", + "rest_events_session_count": 1, + "rest_events_session": "Epidemiology and risk factors in cardiovascular disease", + "events_topic": "Obesity | Diabetes Mellitus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Infarction | Cardiovascular Diseases", + "kol_name": "Viveca Ritsinger", + "kol_full_name": "Viveca Ritsinger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157836", + "session_name": "Hypertension in special circumstances", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157836", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Kahan", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension in special circumstances", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Kahan", + "kol_full_name": "Thomas Kahan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157835", + "session_name": "Effects of short-term exposures to lower air temperature and cold spells on myocardial infarction hospital admissions: a nationwide study in Sweden,Short-term effects of ambient temperature variability on myocardial infarction hospitalizations in Sweden: A nationwide case-crossover study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157835", + "first_name": "Stefan", + "middle_name": "", + "last_name": "Agewall", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of short-term exposures to lower air temperature and cold spells on myocardial infarction hospital admissions: a nationwide study in Sweden", + "rest_events_session_count": 1, + "rest_events_session": "Short-term effects of ambient temperature variability on myocardial infarction hospitalizations in Sweden: A nationwide case-crossover study", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefan Agewall", + "kol_full_name": "Stefan Agewall" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157834", + "session_name": "Prevalence and temporal trends of risk factors among young patients with acute myocardial infarction - a nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157834", + "first_name": "Moa", + "middle_name": "", + "last_name": "Simonsson", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and temporal trends of risk factors among young patients with acute myocardial infarction - a nationwide cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Moa Simonsson", + "kol_full_name": "Moa Simonsson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | GTP-Binding Proteins | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1157833", + "session_name": "Exploring protein biomarkers of physical activity and cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157833", + "first_name": "Malin", + "middle_name": "", + "last_name": "Enarsson", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring protein biomarkers of physical activity and cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | GTP-Binding Proteins ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "Malin Enarsson", + "kol_full_name": "Malin Enarsson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sensitivity And Specificity | Troponin T | Acute Kidney Injury", + "npi_num": "", + "hcp_pin_alias": "1157832", + "session_name": "Acute kidney injury in relation to high-sensitivity cardiac troponin T levels in the emergency department", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157832", + "first_name": "Love", + "middle_name": "", + "last_name": "Cyon", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute kidney injury in relation to high-sensitivity cardiac troponin T levels in the emergency department", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sensitivity And Specificity | Troponin T ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Kidney Injury", + "kol_name": "Love Cyon", + "kol_full_name": "Love Cyon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Annular Disjunction | Mitral Valve Prolapse | Mitral Valve Insufficiency | Ventricular Arrhythmia", + "npi_num": "", + "hcp_pin_alias": "1157831", + "session_name": "Impact of surgical technique on postoperative ventricular arrhythmias in arrhythmic mitral valve prolapse,Prevalence, characteristics, and long-term outcomes of patients with mitral annular disjunction undergoing surgery for degenerative mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157831", + "first_name": "Klara", + "middle_name": "", + "last_name": "Lodin", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of surgical technique on postoperative ventricular arrhythmias in arrhythmic mitral valve prolapse", + "rest_events_session_count": 3, + "rest_events_session": "Prevalence, characteristics, and long-term outcomes of patients with mitral annular disjunction undergoing surgery for degenerative mitral regurgitation", + "events_topic": "Mitral Annular Disjunction | Mitral Valve Prolapse ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mitral Valve Insufficiency | Ventricular Arrhythmia", + "kol_name": "Klara Lodin", + "kol_full_name": "Klara Lodin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Proarrhythmia | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157830", + "session_name": "Comorbidities and use of proarrhythmic drugs in patients with torsade de pointes arrhythmia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157830", + "first_name": "Karolina", + "middle_name": "", + "last_name": "Nowinski", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comorbidities and use of proarrhythmic drugs in patients with torsade de pointes arrhythmia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proarrhythmia | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karolina Nowinski", + "kol_full_name": "Karolina Nowinski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157829", + "session_name": "The effect of Glucagon-like peptide-1 receptor agonists on cardiovascular outcomes in type 2 diabetes mellitus patients with coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157829", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Tjerkaski", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of Glucagon-like peptide-1 receptor agonists on cardiovascular outcomes in type 2 diabetes mellitus patients with coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan Tjerkaski", + "kol_full_name": "Jonathan Tjerkaski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Phosphorylcholine | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157828", + "session_name": "Antibodies against phosphorylcholine in prediction of cardiovascular disease among women: a population-based prospective cohort study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157828", + "first_name": "Johan", + "middle_name": "", + "last_name": "Frostegard", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antibodies against phosphorylcholine in prediction of cardiovascular disease among women: a population-based prospective cohort study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Phosphorylcholine | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Johan Frostegard", + "kol_full_name": "Johan Frostegard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Epigenomics", + "npi_num": "", + "hcp_pin_alias": "1157827", + "session_name": "RNA-based and epigenetic mechanisms", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157827", + "first_name": "Jiangning", + "middle_name": "", + "last_name": "Yang", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RNA-based and epigenetic mechanisms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epigenomics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jiangning Yang", + "kol_full_name": "Jiangning Yang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157826", + "session_name": "Prevalence and prediction of masked uncontrolled hypertension in patients recently hospitalised for an acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157826", + "first_name": "Henrik", + "middle_name": "", + "last_name": "Hellqvist", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and prediction of masked uncontrolled hypertension in patients recently hospitalised for an acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Henrik Hellqvist", + "kol_full_name": "Henrik Hellqvist" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Hyperkalemia | Renin-Angiotensin System | Hypertension | Interdisciplinary Studies | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1157825", + "session_name": "Summarising multidisciplinary strategies: where do we go from here?,Challenges of managing hyperkalaemia in HF patients with CKD while maintaining RAAS inhibitor therapy,The power of data in hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157825", + "first_name": "Gianluigi", + "middle_name": "", + "last_name": "Savarese", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Summarising multidisciplinary strategies: where do we go from here?", + "rest_events_session_count": 2, + "rest_events_session": "Challenges of managing hyperkalaemia in HF patients with CKD while maintaining RAAS inhibitor therapy,The power of data in hypertension", + "events_topic": "Heart Failure | Hyperkalemia ", + "rest_events_topic_count": 4, + "rest_events_topic": " Renin-Angiotensin System | Hypertension | Interdisciplinary Studies | Renal Insufficiency, Chronic", + "kol_name": "Gianluigi Savarese", + "kol_full_name": "Gianluigi Savarese" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ghrelin | Heart Failure | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157824", + "session_name": "The ghrelin receptor agonist AC01 improves cardiac function in non-human primates and in mice with heart failure by increasing cardiomyocyte contractility", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157824", + "first_name": "Gianluigi", + "middle_name": "", + "last_name": "Pironti", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The ghrelin receptor agonist AC01 improves cardiac function in non-human primates and in mice with heart failure by increasing cardiomyocyte contractility", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ghrelin | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocytes, Cardiac", + "kol_name": "Gianluigi Pironti", + "kol_full_name": "Gianluigi Pironti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Telemedicine | Multimorbidity | Wearable Electronic Devices | Digital Health | Atrial Fibrillation | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157823", + "session_name": "Modern mobile health technologies to screen for atrial fibrillation,Digital health: value of data from wearable devices before and after acute cardiac presentations,EHRA-PATHS: developing a systematic approach of patients with atrial fibrillation and multimorbidity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157823", + "first_name": "Emma", + "middle_name": "", + "last_name": "Svennberg", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modern mobile health technologies to screen for atrial fibrillation", + "rest_events_session_count": 2, + "rest_events_session": "Digital health: value of data from wearable devices before and after acute cardiac presentations,EHRA-PATHS: developing a systematic approach of patients with atrial fibrillation and multimorbidity", + "events_topic": "Telemedicine | Multimorbidity ", + "rest_events_topic_count": 4, + "rest_events_topic": " Wearable Electronic Devices | Digital Health | Atrial Fibrillation | Heart Failure", + "kol_name": "Emma Svennberg", + "kol_full_name": "Emma Svennberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157822", + "session_name": "Atrial fibrillation ablation in heart failure: where are we?,Atrial fibrillation ablation should be more widely used in heart failure: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157822", + "first_name": "Cecilia", + "middle_name": "", + "last_name": "Linde", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation ablation in heart failure: where are we?", + "rest_events_session_count": 1, + "rest_events_session": "Atrial fibrillation ablation should be more widely used in heart failure: pro", + "events_topic": "Heart Failure | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Cecilia Linde", + "kol_full_name": "Cecilia Linde" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Depressive Disorder | Heart Failure | Anxiety", + "npi_num": "", + "hcp_pin_alias": "1157821", + "session_name": "Anxiety or depression in heart failure across the ejection fraction spectrum", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157821", + "first_name": "Camilla", + "middle_name": "", + "last_name": "Settergren", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anxiety or depression in heart failure across the ejection fraction spectrum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Depressive Disorder | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anxiety", + "kol_name": "Camilla Settergren", + "kol_full_name": "Camilla Settergren" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Precision Medicine | Antithrombotic Therapy | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157820", + "session_name": "The future of personalised medicine in cardiology practice,Novel antithrombotic therapies in cardiovascular disease: what’s on the horizon?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157820", + "first_name": "Bruna", + "middle_name": "", + "last_name": "Gigante", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The future of personalised medicine in cardiology practice", + "rest_events_session_count": 1, + "rest_events_session": "Novel antithrombotic therapies in cardiovascular disease: what’s on the horizon?", + "events_topic": "Precision Medicine | Antithrombotic Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Bruna Gigante", + "kol_full_name": "Bruna Gigante" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Prognosis | Systolic Pulmonary Artery Pressure | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1157819", + "session_name": "Periprocedural changes in systolic pulmonary artery pressure in transcatheter aortic valve implantation,Refining prognosis in aortic stenosis,New findings in infective endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157819", + "first_name": "Bahira", + "middle_name": "", + "last_name": "Shahim", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Periprocedural changes in systolic pulmonary artery pressure in transcatheter aortic valve implantation", + "rest_events_session_count": 2, + "rest_events_session": "Refining prognosis in aortic stenosis,New findings in infective endocarditis", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 3, + "rest_events_topic": " Prognosis | Systolic Pulmonary Artery Pressure | Endocarditis", + "kol_name": "Bahira Shahim", + "kol_full_name": "Bahira Shahim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fibrinolytic Agents | Univentricular Heart", + "npi_num": "", + "hcp_pin_alias": "1157818", + "session_name": "Antithrombotic treatment in univentricular heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157818", + "first_name": "Ayse-Gul", + "middle_name": "", + "last_name": "Ozturk", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antithrombotic treatment in univentricular heart", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibrinolytic Agents | Univentricular Heart", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ayse-Gul Ozturk", + "kol_full_name": "Ayse-Gul Ozturk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Endothelial Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1157817", + "session_name": "Increased endothelial cell uptake of erythrocyte-derived extracellular vesicles carrying arginase-1 induces endothelial dysfunction in type 2 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157817", + "first_name": "Aida", + "middle_name": "", + "last_name": "Collado", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased endothelial cell uptake of erythrocyte-derived extracellular vesicles carrying arginase-1 induces endothelial dysfunction in type 2 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Endothelial Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aida Collado", + "kol_full_name": "Aida Collado" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157816", + "session_name": "Plasma protein profile associated with a family history of early-onset coronary heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157816", + "first_name": "Agnes", + "middle_name": "", + "last_name": "Wahrenberg", + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Plasma protein profile associated with a family history of early-onset coronary heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Agnes Wahrenberg", + "kol_full_name": "Agnes Wahrenberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1157815", + "session_name": "Diversity and specific populations in valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157815", + "first_name": "Sara", + "middle_name": "", + "last_name": "Shimoni", + "org_name": "Kaplan Medical Center", + "Country": "Israel", + "Region": "HaMerkaz (Central)", + "City": "Rehovot", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diversity and specific populations in valvular heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sara Shimoni", + "kol_full_name": "Sara Shimoni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peripartum Period | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157814", + "session_name": "Long-term outcomes in women with a history of peripartum cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157814", + "first_name": "Ortal", + "middle_name": "", + "last_name": "Tuvali", + "org_name": "Kaplan Medical Center", + "Country": "Israel", + "Region": "HaMerkaz (Central)", + "City": "Rehovot", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcomes in women with a history of peripartum cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripartum Period | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ortal Tuvali", + "kol_full_name": "Ortal Tuvali" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157813", + "session_name": "More to learn in cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157813", + "first_name": "Simon", + "middle_name": "", + "last_name": "Stampfli", + "org_name": "Kantonsspital Lucerne", + "Country": "Switzerland", + "Region": "Luzern", + "City": "Lucerne ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "More to learn in cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Simon Stampfli", + "kol_full_name": "Simon Stampfli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1157812", + "session_name": "Lipid-lowering treatment: impact on the atherosclerotic plaque and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157812", + "first_name": "Matthias", + "middle_name": "", + "last_name": "Bossard", + "org_name": "Kantonsspital Lucerne", + "Country": "Switzerland", + "Region": "Luzern", + "City": "Lucerne ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid-lowering treatment: impact on the atherosclerotic plaque and outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthias Bossard", + "kol_full_name": "Matthias Bossard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Ablation Techniques | Anemia", + "npi_num": "", + "hcp_pin_alias": "1157811", + "session_name": "Severity of anemia is correlated with the prevalence of left atrial low-voltage areas in patients with atrial fibrillation ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157811", + "first_name": "Yasuhiro", + "middle_name": "", + "last_name": "Matsuda", + "org_name": "Kansai Rosai Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Severity of anemia is correlated with the prevalence of left atrial low-voltage areas in patients with atrial fibrillation ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anemia", + "kol_name": "Yasuhiro Matsuda", + "kol_full_name": "Yasuhiro Matsuda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-ST Elevated Myocardial Infarction | Drug-Eluting Stents | Phenobarbital | Drug-Coated Balloons | Follow-Up Studies | Aluminum Oxide", + "npi_num": "", + "hcp_pin_alias": "1157810", + "session_name": "Impact of symptom-to-balloon time on long-term prognosis: a 3-year follow-up study in non-st-segment elevation myocardial infarction patients with complex lesions,Drug-coated balloon versus drug-eluting stent for femoropopliteal total occlusions: Intraluminal versus subintimal approaches", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157810", + "first_name": "Yong", + "middle_name": "Hoon", + "last_name": "Kim", + "org_name": "Kangwon National University College of Medicine", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of symptom-to-balloon time on long-term prognosis: a 3-year follow-up study in non-st-segment elevation myocardial infarction patients with complex lesions", + "rest_events_session_count": 1, + "rest_events_session": "Drug-coated balloon versus drug-eluting stent for femoropopliteal total occlusions: Intraluminal versus subintimal approaches", + "events_topic": "Non-ST Elevated Myocardial Infarction | Drug-Eluting Stents ", + "rest_events_topic_count": 4, + "rest_events_topic": " Phenobarbital | Drug-Coated Balloons | Follow-Up Studies | Aluminum Oxide", + "kol_name": "Yong Hoon Kim", + "kol_full_name": "Yong Hoon Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157809", + "session_name": "Remnant cholesterol and cardiovascular and all-cause mortality in Korean adults", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157809", + "first_name": "Byung", + "middle_name": "Jin", + "last_name": "Kim", + "org_name": "Kangbuk Samsung Hospital, Sungkyunkwan University School of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remnant cholesterol and cardiovascular and all-cause mortality in Korean adults", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Byung Jin Kim", + "kol_full_name": "Byung Jin Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Pulse Wave Analysis", + "npi_num": "", + "hcp_pin_alias": "1157808", + "session_name": "Brachial-ankle pulse wave velocity as a predictor of diabetes development: elevated risk within normal range values in a low-risk population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157808", + "first_name": "Kichul", + "middle_name": "", + "last_name": "Sung", + "org_name": "Kangbuk Samsung Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Brachial-ankle pulse wave velocity as a predictor of diabetes development: elevated risk within normal range values in a low-risk population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Pulse Wave Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kichul Sung", + "kol_full_name": "Kichul Sung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Anemia | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157807", + "session_name": "Effect of the longitudinal change in anemia status on clinical outcomes for patients with nonvalvular atrial fibrillation: analysis from the Hokuriku-Plus AF registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157807", + "first_name": "Toyonobu", + "middle_name": "", + "last_name": "Tsuda", + "org_name": "Kanazawa University Hospital", + "Country": "Japan", + "Region": "Ishikawa", + "City": "Kanazawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of the longitudinal change in anemia status on clinical outcomes for patients with nonvalvular atrial fibrillation: analysis from the Hokuriku-Plus AF registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anemia | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Toyonobu Tsuda", + "kol_full_name": "Toyonobu Tsuda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pigment Epithelium-derived Factor | Myocytes, Smooth Muscle", + "npi_num": "", + "hcp_pin_alias": "1157806", + "session_name": "PEDF upregulated in Ngfr-positive cells suppresses proliferation of pulmonary artery smooth muscle cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157806", + "first_name": "Chiaki", + "middle_name": "", + "last_name": "Goten", + "org_name": "Kanazawa University Hospital", + "Country": "Japan", + "Region": "Ishikawa", + "City": "Kanazawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PEDF upregulated in Ngfr-positive cells suppresses proliferation of pulmonary artery smooth muscle cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pigment Epithelium-derived Factor | Myocytes, Smooth Muscle", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Chiaki Goten", + "kol_full_name": "Chiaki Goten" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocytes, Cardiac | Epigenomics | Adipose Tissue", + "npi_num": "", + "hcp_pin_alias": "1157805", + "session_name": "Epigenetic modifications in transdifferentiation of adipose tissue-derived stromal cells into spontaneously beating cardiomyocyte-like cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157805", + "first_name": "Yusuke", + "middle_name": "", + "last_name": "Shinjo", + "org_name": "Kanazawa University Graduate School of Medicine", + "Country": "Japan", + "Region": "Ishikawa", + "City": "Kanazawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epigenetic modifications in transdifferentiation of adipose tissue-derived stromal cells into spontaneously beating cardiomyocyte-like cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocytes, Cardiac | Epigenomics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adipose Tissue", + "kol_name": "Yusuke Shinjo", + "kol_full_name": "Yusuke Shinjo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Telemedicine", + "npi_num": "", + "hcp_pin_alias": "1157804", + "session_name": "The impact of daily step count with mobile health apps on clinical outcomes among general population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157804", + "first_name": "Yasuaki", + "middle_name": "", + "last_name": "Takeji", + "org_name": "Kanazawa University Graduate School of Medicine", + "Country": "Japan", + "Region": "Ishikawa", + "City": "Kanazawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of daily step count with mobile health apps on clinical outcomes among general population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Telemedicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasuaki Takeji", + "kol_full_name": "Yasuaki Takeji" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biopsy", + "npi_num": "", + "hcp_pin_alias": "1157803", + "session_name": "Comparative evaluation of approach sites in right ventricular biopsy: influence on complication rates, particularly conduction defects.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157803", + "first_name": "Shohei", + "middle_name": "", + "last_name": "Yoshida", + "org_name": "Kanazawa University Graduate School of Medicine", + "Country": "Japan", + "Region": "Ishikawa", + "City": "Kanazawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative evaluation of approach sites in right ventricular biopsy: influence on complication rates", + "rest_events_session_count": 1, + "rest_events_session": " particularly conduction defects.", + "events_topic": "Biopsy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shohei Yoshida", + "kol_full_name": "Shohei Yoshida" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Receptor, Nerve Growth Factor | Aging | Ventricular Remodeling", + "npi_num": "", + "hcp_pin_alias": "1157802", + "session_name": "Impact of proNGF/NGF-NGFR-axis on the regulation of arterial remodelling,Novel insights into ageing and senescence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157802", + "first_name": "Shinichiro", + "middle_name": "", + "last_name": "Takashima", + "org_name": "Kanazawa University Graduate School of Medicine", + "Country": "Japan", + "Region": "Ishikawa", + "City": "Kanazawa", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of proNGF/NGF-NGFR-axis on the regulation of arterial remodelling", + "rest_events_session_count": 1, + "rest_events_session": "Novel insights into ageing and senescence", + "events_topic": "Receptor, Nerve Growth Factor | Aging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ventricular Remodeling", + "kol_name": "Shinichiro Takashima", + "kol_full_name": "Shinichiro Takashima" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension Resistant To Conventional Therapy", + "npi_num": "", + "hcp_pin_alias": "1157801", + "session_name": "Differences in resting sympathetic nervous activity between orthostatic hypertension, conventional hypertension, and healthy individuals.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157801", + "first_name": "Tatsunori", + "middle_name": "", + "last_name": "Ikeda", + "org_name": "Kanazawa University", + "Country": "Japan", + "Region": "Ishikawa", + "City": "Kanazawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in resting sympathetic nervous activity between orthostatic hypertension", + "rest_events_session_count": 2, + "rest_events_session": " conventional hypertension, and healthy individuals.", + "events_topic": "Hypertension Resistant To Conventional Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tatsunori Ikeda", + "kol_full_name": "Tatsunori Ikeda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hyperlipoproteinemia Type II | Cardiovascular Diseases | Atherosclerosis | Cholesterol | Hypercholesterolemia | Lipoprotein(a)", + "npi_num": "", + "hcp_pin_alias": "1157800", + "session_name": "Global variations in Lp(a) epidemiology: understanding the east-west divide,Lp(a) and cardiovascular risk: integrating perspectives for a holistic approach,Impact of changes of Achilles tendon thickening on cardiovascular events among patients with familial hypercholesterolemia,Impact of the severe familial hypercholesterolemia status on atherosclerotic risks", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157800", + "first_name": "Hayato", + "middle_name": "", + "last_name": "Tada", + "org_name": "Kanazawa University", + "Country": "Japan", + "Region": "Ishikawa", + "City": "Kanazawa", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global variations in Lp(a) epidemiology: understanding the east-west divide", + "rest_events_session_count": 3, + "rest_events_session": "Lp(a) and cardiovascular risk: integrating perspectives for a holistic approach,Impact of changes of Achilles tendon thickening on cardiovascular events among patients with familial hypercholesterolemia,Impact of the severe familial hypercholesterolemia status on atherosclerotic risks", + "events_topic": "Hyperlipoproteinemia Type II | Cardiovascular Diseases ", + "rest_events_topic_count": 4, + "rest_events_topic": " Atherosclerosis | Cholesterol | Hypercholesterolemia | Lipoprotein(a)", + "kol_name": "Hayato Tada", + "kol_full_name": "Hayato Tada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Valsartan | Natriuretic Peptide, Brain | Sacubitril | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157799", + "session_name": "Early increase and subsequent decrease in mature BNP and early decrease and continued decrease in proBNP after sacubitril/valsartan may relate to left ventricular reverse remodeling in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157799", + "first_name": "Shoichi", + "middle_name": "", + "last_name": "Miyamoto", + "org_name": "Kanasai Rehabilitation Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Toyonaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early increase and subsequent decrease in mature BNP and early decrease and continued decrease in proBNP after sacubitril/valsartan may relate to left ventricular reverse remodeling in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Valsartan | Natriuretic Peptide, Brain ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sacubitril | Heart Failure", + "kol_name": "Shoichi Miyamoto", + "kol_full_name": "Shoichi Miyamoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "CHADS2 Score | Coronary Artery Disease | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157798", + "session_name": "Clinical impact of combined assessment of the CHADS2 score and geriatric nutritional risk index on clinical outcomes in patients with lower extremity artery disease without atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157798", + "first_name": "Nobuhiro", + "middle_name": "", + "last_name": "Ito", + "org_name": "Kagoshima University", + "Country": "Japan", + "Region": "Kagoshima", + "City": "Kagoshima", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical impact of combined assessment of the CHADS2 score and geriatric nutritional risk index on clinical outcomes in patients with lower extremity artery disease without atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "CHADS2 Score | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Nobuhiro Ito", + "kol_full_name": "Nobuhiro Ito" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hyperlipoproteinemia Type II", + "npi_num": "", + "hcp_pin_alias": "1157797", + "session_name": "The effectiveness and barrier of reverse cascade screening for paediatric familial hypercholesterolaemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157797", + "first_name": "Ryosuke", + "middle_name": "", + "last_name": "Tani", + "org_name": "Kagawa University Faculty of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effectiveness and barrier of reverse cascade screening for paediatric familial hypercholesterolaemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hyperlipoproteinemia Type II", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ryosuke Tani", + "kol_full_name": "Ryosuke Tani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Remodeling | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157796", + "session_name": "Novel insights into vascular remodelling,Metabolic rewiring of the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157796", + "first_name": "Soni", + "middle_name": "Savai", + "last_name": "Pullamsetti", + "org_name": "Justus-Liebig University of Giessen", + "Country": "Germany", + "Region": "Hessen", + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel insights into vascular remodelling", + "rest_events_session_count": 1, + "rest_events_session": "Metabolic rewiring of the heart", + "events_topic": "Vascular Remodeling | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Soni Savai Pullamsetti", + "kol_full_name": "Soni Savai Pullamsetti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angiogenesis | In Vitro Techniques", + "npi_num": "", + "hcp_pin_alias": "1157795", + "session_name": "cAMP/PKA-mediated in vitro angiogenesis: A novel interplay between PKA, RhoA/ROCK, and VEGFR2 signalling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157795", + "first_name": "Muhammad", + "middle_name": "", + "last_name": "Aslam", + "org_name": "Justus-Liebig University of Giessen", + "Country": "Germany", + "Region": "Hessen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "cAMP/PKA-mediated in vitro angiogenesis: A novel interplay between PKA", + "rest_events_session_count": 2, + "rest_events_session": " RhoA/ROCK, and VEGFR2 signalling", + "events_topic": "Angiogenesis | In Vitro Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Muhammad Aslam", + "kol_full_name": "Muhammad Aslam" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Situs Inversus | Holography | Dextrocardia", + "npi_num": "", + "hcp_pin_alias": "1157794", + "session_name": "Holographic visualization with cloud-computing infrastructure for pre-procedural planning in a patient with severe mitral valve insufficiency and dextrocardia situs inversus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157794", + "first_name": "Kerstin", + "middle_name": "", + "last_name": "Piayda", + "org_name": "Justus-Liebig University of Giessen", + "Country": "Germany", + "Region": "Hessen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Holographic visualization with cloud-computing infrastructure for pre-procedural planning in a patient with severe mitral valve insufficiency and dextrocardia situs inversus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Situs Inversus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Holography | Dextrocardia", + "kol_name": "Kerstin Piayda", + "kol_full_name": "Kerstin Piayda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Hypercholesterolemia", + "npi_num": "", + "hcp_pin_alias": "1157793", + "session_name": "Lipoprotein(a) levels and cholesterol efflux capacity: inverse association and impact on atherosclerosis in familial hypercholesterolemia patients on lipid-lowering therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157793", + "first_name": "Masatsune", + "middle_name": "", + "last_name": "Ogura", + "org_name": "Juntendo University, Faculty of Medical Science", + "Country": "Japan", + "Region": "Chiba", + "City": "Urayasu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoprotein(a) levels and cholesterol efflux capacity: inverse association and impact on atherosclerosis in familial hypercholesterolemia patients on lipid-lowering therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Hypercholesterolemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masatsune Ogura", + "kol_full_name": "Masatsune Ogura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157792", + "session_name": "Effect of nutritional guidance on mortality and composite endpoints in patients with acute myocardial infarction: a single center retrospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157792", + "first_name": "Hiroshi", + "middle_name": "", + "last_name": "Abe", + "org_name": "Juntendo University Urayasu Hospital", + "Country": "Japan", + "Region": "Chiba", + "City": "Urayasu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of nutritional guidance on mortality and composite endpoints in patients with acute myocardial infarction: a single center retrospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroshi Abe", + "kol_full_name": "Hiroshi Abe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157791", + "session_name": "Clinical impact of helicopter transport with a physician in cardiogenic shock complicating acute coronary syndrome.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157791", + "first_name": "Yu", + "middle_name": "Suresvar", + "last_name": "Singh", + "org_name": "Juntendo University Shizuoka Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical impact of helicopter transport with a physician in cardiogenic shock complicating acute coronary syndrome.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yu Suresvar Singh", + "kol_full_name": "Yu Suresvar Singh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Myocytes, Smooth Muscle | Receptors, Thyroid Hormone | Pulmonary Artery", + "npi_num": "", + "hcp_pin_alias": "1157790", + "session_name": "Parathyroid hormone exacerbates pulmonary hypertension via parathyroid hormone receptors on pulmonary artery smooth muscle cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157790", + "first_name": "Yusuke", + "middle_name": "", + "last_name": "Joki", + "org_name": "Juntendo University School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Parathyroid hormone exacerbates pulmonary hypertension via parathyroid hormone receptors on pulmonary artery smooth muscle cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Myocytes, Smooth Muscle ", + "rest_events_topic_count": 2, + "rest_events_topic": " Receptors, Thyroid Hormone | Pulmonary Artery", + "kol_name": "Yusuke Joki", + "kol_full_name": "Yusuke Joki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Complications | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157789", + "session_name": "Elevated levels of plasma inactive stromal cell derived factor-1a predict long-term adverse outcomes in diabetic patients with coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157789", + "first_name": "Yuichi", + "middle_name": "", + "last_name": "Chikata", + "org_name": "Juntendo University School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elevated levels of plasma inactive stromal cell derived factor-1a predict long-term adverse outcomes in diabetic patients with coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Complications | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuichi Chikata", + "kol_full_name": "Yuichi Chikata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157788", + "session_name": "Clinical outcomes and impact of mitral valve surgery in atrial functional mitral regurgitation: the REVEAL-AFMR registry,The new world of transcatheter edge-to-edge valvular repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157788", + "first_name": "Nobuyuki", + "middle_name": "", + "last_name": "Kagiyama", + "org_name": "Juntendo University School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes and impact of mitral valve surgery in atrial functional mitral regurgitation: the REVEAL-AFMR registry", + "rest_events_session_count": 1, + "rest_events_session": "The new world of transcatheter edge-to-edge valvular repair", + "events_topic": "Transcatheter Edge-to-Edge Repair | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nobuyuki Kagiyama", + "kol_full_name": "Nobuyuki Kagiyama" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157787", + "session_name": "A graded association between mobility limitation and prognosis in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157787", + "first_name": "Kotaro", + "middle_name": "", + "last_name": "Iwatsu", + "org_name": "Juntendo University School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A graded association between mobility limitation and prognosis in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kotaro Iwatsu", + "kol_full_name": "Kotaro Iwatsu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Membrane Proteins", + "npi_num": "", + "hcp_pin_alias": "1157786", + "session_name": "Vaccination targeting senescence-associated transmembrane protein alleviated cardiovascular pathology in the mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157786", + "first_name": "Chieh-Lun", + "middle_name": "", + "last_name": "Hsiao", + "org_name": "Juntendo University School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vaccination targeting senescence-associated transmembrane protein alleviated cardiovascular pathology in the mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Membrane Proteins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Chieh-Lun Hsiao", + "kol_full_name": "Chieh-Lun Hsiao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcription Factors | Vascular System Injuries | Neointima", + "npi_num": "", + "hcp_pin_alias": "1157785", + "session_name": "Deficiency of transcription factor E4BP4 suppresses neointimal formation after vascular injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157785", + "first_name": "Tomiharu", + "middle_name": "", + "last_name": "Niida", + "org_name": "Juntendo University Nerima Hospital", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deficiency of transcription factor E4BP4 suppresses neointimal formation after vascular injury", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcription Factors | Vascular System Injuries ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neointima", + "kol_name": "Tomiharu Niida", + "kol_full_name": "Tomiharu Niida" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Furosemide", + "npi_num": "", + "hcp_pin_alias": "1157784", + "session_name": "The dynamics of urine sodium concentration after intra-venous furosemide in patients with acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157784", + "first_name": "Yudai", + "middle_name": "", + "last_name": "Fujimoto", + "org_name": "Juntendo University Graduate School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The dynamics of urine sodium concentration after intra-venous furosemide in patients with acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Furosemide", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yudai Fujimoto", + "kol_full_name": "Yudai Fujimoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Tricuspid Valve Insufficiency | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157783", + "session_name": "Effect of severe tricuspid regurgitation on the prognosis of patients with atrial functional mitral regurgitation: the REVEAL-AFMR registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157783", + "first_name": "Tomohiro", + "middle_name": "", + "last_name": "Kaneko", + "org_name": "Juntendo University Graduate School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of severe tricuspid regurgitation on the prognosis of patients with atrial functional mitral regurgitation: the REVEAL-AFMR registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mitral Valve Insufficiency", + "kol_name": "Tomohiro Kaneko", + "kol_full_name": "Tomohiro Kaneko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157782", + "session_name": "The prevalence and impact of changes in the severity of secondary TR during hospitalization in acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157782", + "first_name": "Tetsuya", + "middle_name": "", + "last_name": "Kobayashi", + "org_name": "Juntendo University Graduate School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prevalence and impact of changes in the severity of secondary TR during hospitalization in acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tetsuya Kobayashi", + "kol_full_name": "Tetsuya Kobayashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sarcopenia | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157781", + "session_name": "Prognostic value of sarcopenia defined by the Sarcopenia Definitions and Outcomes Consortium criteria in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157781", + "first_name": "Taisuke", + "middle_name": "", + "last_name": "Nakade", + "org_name": "Juntendo University Graduate School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of sarcopenia defined by the Sarcopenia Definitions and Outcomes Consortium criteria in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcopenia | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Taisuke Nakade", + "kol_full_name": "Taisuke Nakade" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tissue Preservation | RESILIA | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157780", + "session_name": "Impact of SAPIEN3 Ultra RESILIA on improvement of valve performance: Insights from the multicenter registry: a propensity-score matched analysis,Comparison of the effects of pre-dilatation with conventional versus larger balloon sizes on clinical outcomes in transcatheter aortic valve implantation with self-expandable valves", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157780", + "first_name": "Norihito", + "middle_name": "", + "last_name": "Takahashi", + "org_name": "Juntendo University Graduate School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of SAPIEN3 Ultra RESILIA on improvement of valve performance: Insights from the multicenter registry: a propensity-score matched analysis", + "rest_events_session_count": 1, + "rest_events_session": "Comparison of the effects of pre-dilatation with conventional versus larger balloon sizes on clinical outcomes in transcatheter aortic valve implantation with self-expandable valves", + "events_topic": "Tissue Preservation | RESILIA ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Aortic Valve Replacement", + "kol_name": "Norihito Takahashi", + "kol_full_name": "Norihito Takahashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sarcoidosis", + "npi_num": "", + "hcp_pin_alias": "1157779", + "session_name": "Association of left ventricular ejection fraction improvement with prognosis in patients with cardiac sarcoidosis: insights from the ILLUMINATE-CS study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157779", + "first_name": "Daichi", + "middle_name": "", + "last_name": "Maeda", + "org_name": "Juntendo University Graduate School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of left ventricular ejection fraction improvement with prognosis in patients with cardiac sarcoidosis: insights from the ILLUMINATE-CS study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daichi Maeda", + "kol_full_name": "Daichi Maeda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Tachycardia | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1157778", + "session_name": "The insight of focal atrial tachycardia from right atrial appendage in a case of resistant to catheter ablation: Immunohistological assessment of the excised specimen", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157778", + "first_name": "Shintaro", + "middle_name": "", + "last_name": "Inaba", + "org_name": "Juntendo Shizuoka", + "Country": "Japan", + "Region": "Shizuoka", + "City": "Shizuoka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The insight of focal atrial tachycardia from right atrial appendage in a case of resistant to catheter ablation: Immunohistological assessment of the excised specimen", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Tachycardia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Appendage", + "kol_name": "Shintaro Inaba", + "kol_full_name": "Shintaro Inaba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiotoxins | Neoplasms | Risk Assessment", + "npi_num": "", + "hcp_pin_alias": "1157777", + "session_name": "Baseline cardiovascular risk assessment before cardiotoxic cancer treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157777", + "first_name": "Evandro", + "middle_name": "", + "last_name": "de Azambuja", + "org_name": "Jules Bordet Institute", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Baseline cardiovascular risk assessment before cardiotoxic cancer treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiotoxins | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Risk Assessment", + "kol_name": "Evandro de Azambuja", + "kol_full_name": "Evandro de Azambuja" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vasospastic Angina | Endothelial Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1157776", + "session_name": "Prognostic impact of vascular endothelial dysfunction in patients with vasospastic angina", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157776", + "first_name": "Hiroki", + "middle_name": "", + "last_name": "Teragawa", + "org_name": "JR Hiroshima Hospital", + "Country": "Japan", + "Region": "Hiroshima", + "City": "Hiroshima", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of vascular endothelial dysfunction in patients with vasospastic angina", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vasospastic Angina | Endothelial Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroki Teragawa", + "kol_full_name": "Hiroki Teragawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Cognitive Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1157775", + "session_name": "Attention as the dimension that deteriorates first in patients with cognitive impairment after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157775", + "first_name": "Dominika", + "middle_name": "", + "last_name": "Kasprzak", + "org_name": "Josefa Strusia Hospital", + "Country": "Poland", + "Region": "Wielkopolskie", + "City": "Poznan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Attention as the dimension that deteriorates first in patients with cognitive impairment after myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Cognitive Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dominika Kasprzak", + "kol_full_name": "Dominika Kasprzak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Fibroma", + "npi_num": "", + "hcp_pin_alias": "1157774", + "session_name": "The management dilemma of a large left ventricular fibroma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157774", + "first_name": "Michael", + "middle_name": "", + "last_name": "Gomes", + "org_name": "Joondalup Health Campus", + "Country": "Australia", + "Region": "Western Australia", + "City": "Perth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The management dilemma of a large left ventricular fibroma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Fibroma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Gomes", + "kol_full_name": "Michael Gomes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157773", + "session_name": "Pre-participation screening is mandatory to prevent sudden cardiac death in competitive sports: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157773", + "first_name": "Joyee", + "middle_name": "", + "last_name": "Basu", + "org_name": "John Radcliffe Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pre-participation screening is mandatory to prevent sudden cardiac death in competitive sports: pro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joyee Basu", + "kol_full_name": "Joyee Basu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, Emission-Computed, Single-Photon | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1157772", + "session_name": "Cardiac sympathetic innervation, assessed with 123I-MIBG SPECT, predicts left ventricular function improvement in patients with newly diagnosed dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157772", + "first_name": "Ewa", + "middle_name": "", + "last_name": "Dziewiecka", + "org_name": "John Paul II Hospital", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac sympathetic innervation", + "rest_events_session_count": 2, + "rest_events_session": " assessed with 123I-MIBG SPECT, predicts left ventricular function improvement in patients with newly diagnosed dilated cardiomyopathy", + "events_topic": "Tomography, Emission-Computed, Single-Photon | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ewa Dziewiecka", + "kol_full_name": "Ewa Dziewiecka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electric Countershock | Cardiac Catheterization | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157771", + "session_name": "Manual chest PRESSURE during direct current cardioversion for Atrial Fibrillation: a randomized control trial (PRESSURE-AF).,SCOFF - Fasting or no fasting before cardiac catherisation procedures,Manual chest PRESSURE during direct current cardioversion for atrial fibrillation: a randomised control trial (PRESSURE-AF).", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157771", + "first_name": "David", + "middle_name": "", + "last_name": "Ferreira", + "org_name": "John Hunter Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Newcastle", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Manual chest PRESSURE during direct current cardioversion for Atrial Fibrillation: a randomized control trial (PRESSURE-AF).", + "rest_events_session_count": 2, + "rest_events_session": "SCOFF - Fasting or no fasting before cardiac catherisation procedures,Manual chest PRESSURE during direct current cardioversion for atrial fibrillation: a randomised control trial (PRESSURE-AF).", + "events_topic": "Electric Countershock | Cardiac Catheterization ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "David Ferreira", + "kol_full_name": "David Ferreira" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157770", + "session_name": "Contemporary implantation protocols enable markedly lower pacemaker rate for selfexpandable TAVR", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157770", + "first_name": "Majid", + "middle_name": "", + "last_name": "Ahoopai", + "org_name": "Johannes Gutenberg University Mainz, University of medicine Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Contemporary implantation protocols enable markedly lower pacemaker rate for selfexpandable TAVR", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Majid Ahoopai", + "kol_full_name": "Majid Ahoopai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nervous System Diseases | Lymphatic Vessels | Cardiovascular Diseases | Heart Diseases | Edema, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157769", + "session_name": "The molecular hallmarks of cardiovascular health,Age-related decline in cardiac lymphatic vessels causes cardiac edema and macrophage accumulation,Neurocardiac crosstalk in the ageing and diseased heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157769", + "first_name": "Julian", + "middle_name": "Uwe Gabriel", + "last_name": "Wagner", + "org_name": "Johann Wolfgang Goethe University", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The molecular hallmarks of cardiovascular health", + "rest_events_session_count": 2, + "rest_events_session": "Age-related decline in cardiac lymphatic vessels causes cardiac edema and macrophage accumulation,Neurocardiac crosstalk in the ageing and diseased heart", + "events_topic": "Nervous System Diseases | Lymphatic Vessels ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiovascular Diseases | Heart Diseases | Edema, Cardiac", + "kol_name": "Julian Uwe Gabriel Wagner", + "kol_full_name": "Julian Uwe Gabriel Wagner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immune System Diseases | Vascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157768", + "session_name": "Vascular and immune control of organ function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157768", + "first_name": "Guillermo", + "middle_name": "", + "last_name": "Luxan", + "org_name": "Johann Wolfgang Goethe University", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vascular and immune control of organ function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune System Diseases | Vascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Guillermo Luxan", + "kol_full_name": "Guillermo Luxan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Guideline-Directed Medical Therapy | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157767", + "session_name": "Guideline-directed medical therapy implementation changes after acute coronary syndrome and their effect of prognosis: insights from Japanese real-world database using a storage system", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157767", + "first_name": "Naoyuki", + "middle_name": "", + "last_name": "Akashi", + "org_name": "Jichi Medical University Saitama Medical Center", + "Country": "Japan", + "Region": "Kanto", + "City": "Saitama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guideline-directed medical therapy implementation changes after acute coronary syndrome and their effect of prognosis: insights from Japanese real-world database using a storage system", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Guideline-Directed Medical Therapy | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Naoyuki Akashi", + "kol_full_name": "Naoyuki Akashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Multimodal Imaging | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157766", + "session_name": "The impact of blood pressure guidelines on the cardiovascular event risk in Japanese patients with coronary artery disease in a real-world database using a multimodal data acquisition system", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157766", + "first_name": "Yusuke", + "middle_name": "", + "last_name": "Oba", + "org_name": "Jichi Medical University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of blood pressure guidelines on the cardiovascular event risk in Japanese patients with coronary artery disease in a real-world database using a multimodal data acquisition system", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Multimodal Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Yusuke Oba", + "kol_full_name": "Yusuke Oba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157765", + "session_name": "Inflammation in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157765", + "first_name": "Yasutomi", + "middle_name": "", + "last_name": "Higashikuni", + "org_name": "Jichi Medical University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation in cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasutomi Higashikuni", + "kol_full_name": "Yasutomi Higashikuni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Blood Pressure Monitoring, Ambulatory", + "npi_num": "", + "hcp_pin_alias": "1157764", + "session_name": "Cardiovascular events risk in office-masked nocturnal hypertension defined by home blood pressure monitoring: the J-HOP nocturnal blood pressure study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157764", + "first_name": "Takeshi", + "middle_name": "", + "last_name": "Fujiwara", + "org_name": "Jichi Medical University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular events risk in office-masked nocturnal hypertension defined by home blood pressure monitoring: the J-HOP nocturnal blood pressure study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Blood Pressure Monitoring, Ambulatory", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takeshi Fujiwara", + "kol_full_name": "Takeshi Fujiwara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sinus Of Valsalva | Thrombosis | Transcatheter Aortic Valve Replacement | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157763", + "session_name": "Coronary Artery Occlusion Post-TAVR: Valve Strut Thrombosis in Patients with Low Sinus of Valsalva and Narrow Sinotubular Junction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157763", + "first_name": "Noriyasu", + "middle_name": "", + "last_name": "Suzuki", + "org_name": "Jichi Medical University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary Artery Occlusion Post-TAVR: Valve Strut Thrombosis in Patients with Low Sinus of Valsalva and Narrow Sinotubular Junction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sinus Of Valsalva | Thrombosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Coronary Artery Disease", + "kol_name": "Noriyasu Suzuki", + "kol_full_name": "Noriyasu Suzuki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Radiofrequency Renal Denervation | Blood Pressure Monitors", + "npi_num": "", + "hcp_pin_alias": "1157762", + "session_name": "Nighttime blood pressure reductions after radiofrequency renal denervation through 24 months in patients with uncontrolled hypertension: pooled analysis from the SPYRAL HTN trials,Broaden The cuffless blood pressure monitor, now and tomorrow", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157762", + "first_name": "Kazuomi", + "middle_name": "", + "last_name": "Kario", + "org_name": "Jichi Medical University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nighttime blood pressure reductions after radiofrequency renal denervation through 24 months in patients with uncontrolled hypertension: pooled analysis from the SPYRAL HTN trials", + "rest_events_session_count": 2, + "rest_events_session": "Broaden The cuffless blood pressure monitor, now and tomorrow", + "events_topic": "Hypertension | Radiofrequency Renal Denervation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure Monitors", + "kol_name": "Kazuomi Kario", + "kol_full_name": "Kazuomi Kario" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microscopy, Electron | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1157761", + "session_name": "In-depth morphological and functional analysis of ATTR-CA myocardial cells and niche by electron microscopic 3D reconstruction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157761", + "first_name": "Daigo", + "middle_name": "", + "last_name": "Sawaki", + "org_name": "Jichi Medical University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In-depth morphological and functional analysis of ATTR-CA myocardial cells and niche by electron microscopic 3D reconstruction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microscopy, Electron | Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daigo Sawaki", + "kol_full_name": "Daigo Sawaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157760", + "session_name": "Personalized cardiac rehabilitation in older geriatric patients: an analysis of age, heart failure subtypes, and physical metrics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157760", + "first_name": "Saleena", + "middle_name": "Gul", + "last_name": "Arif", + "org_name": "Jewish General Hospital, McGill University", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalized cardiac rehabilitation in older geriatric patients: an analysis of age", + "rest_events_session_count": 2, + "rest_events_session": " heart failure subtypes, and physical metrics", + "events_topic": "Heart Failure | Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Saleena Gul Arif", + "kol_full_name": "Saleena Gul Arif" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157759", + "session_name": "The impact of escape mapping for roof line completion during BOX isolation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157759", + "first_name": "Kazuaki", + "middle_name": "", + "last_name": "Kaitani", + "org_name": "Japanese Red Cross Otsu Hospital", + "Country": "Japan", + "Region": "Shiga", + "City": "Otsu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of escape mapping for roof line completion during BOX isolation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kazuaki Kaitani", + "kol_full_name": "Kazuaki Kaitani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1157758", + "session_name": "Demonstration of dual atrioventricular nodal pathways with adenosine triphosphate injection during atrial pacing : application to difficult-to-diagnose cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157758", + "first_name": "Yasuteru", + "middle_name": "", + "last_name": "Yamauchi", + "org_name": "Japan Redcross Yokohama City Bay Hospital", + "Country": "Japan", + "Region": "Kanagawa", + "City": "Yokohama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Demonstration of dual atrioventricular nodal pathways with adenosine triphosphate injection during atrial pacing : application to difficult-to-diagnose cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasuteru Yamauchi", + "kol_full_name": "Yasuteru Yamauchi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Remodeling | Cardiac Fibrosis | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1157757", + "session_name": "Relationships between 18-month kinetics and functional capacity and left ventricular remodeling and cardiac fibrosis in dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157757", + "first_name": "Sylwia", + "middle_name": "", + "last_name": "Wisniowska-Smialek", + "org_name": "Jagiellonian University Medical College, John Paul II Hospital", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationships between 18-month kinetics and functional capacity and left ventricular remodeling and cardiac fibrosis in dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Remodeling | Cardiac Fibrosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Dilated", + "kol_name": "Sylwia Wisniowska-Smialek", + "kol_full_name": "Sylwia Wisniowska-Smialek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracellular Traps | Coronary Artery Disease | Heart Failure With Supra-Normal Ejection Fraction", + "npi_num": "", + "hcp_pin_alias": "1157756", + "session_name": "Clinical characteristics and long-term outcomes of patients with heart failure with supra-normal ejection fraction: data from LECRA-HF registry.,The high-dose statin treatment reduces neutrophil extracellular traps formation in patients with coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157756", + "first_name": "Konrad", + "middle_name": "", + "last_name": "Stepien", + "org_name": "Jagiellonian University Medical College, John Paul II Hospital", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical characteristics and long-term outcomes of patients with heart failure with supra-normal ejection fraction: data from LECRA-HF registry.", + "rest_events_session_count": 1, + "rest_events_session": "The high-dose statin treatment reduces neutrophil extracellular traps formation in patients with coronary artery disease", + "events_topic": "Extracellular Traps | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure With Supra-Normal Ejection Fraction", + "kol_name": "Konrad Stepien", + "kol_full_name": "Konrad Stepien" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Cohort Studies | Ischemic Heart Disease | Von Willebrand Factor | Endothelial Dysfunction | Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157755", + "session_name": "The prothrombotic state in patients with type 2 diabetes mellitus and ischemic heart failure: an association with endothelial dysfunction,Altered fibrin clot properties and elevated von Willebrand Factors level are associated with progression to permanent atrial fibrillation during follow-up: a cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157755", + "first_name": "Karol", + "middle_name": "", + "last_name": "Nowak", + "org_name": "Jagiellonian University Medical College, John Paul II Hospital", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prothrombotic state in patients with type 2 diabetes mellitus and ischemic heart failure: an association with endothelial dysfunction", + "rest_events_session_count": 1, + "rest_events_session": "Altered fibrin clot properties and elevated von Willebrand Factors level are associated with progression to permanent atrial fibrillation during follow-up: a cohort study", + "events_topic": "Diabetes Mellitus, Type 2 | Cohort Studies ", + "rest_events_topic_count": 5, + "rest_events_topic": " Ischemic Heart Disease | Von Willebrand Factor | Endothelial Dysfunction | Heart Failure | Atrial Fibrillation", + "kol_name": "Karol Nowak", + "kol_full_name": "Karol Nowak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair | Fibrin | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157754", + "session_name": "Elderly patients with decompensated heart failure: prospective analysis from the LECRA-HF registry.,Thrombin generation, fibrin clot permeation and lysis in patients with severe mitral regurgitation undergoing transcatheter edge-to-edge mitral valve repair: mitral fibrin study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157754", + "first_name": "Aleksander", + "middle_name": "", + "last_name": "Siniarski", + "org_name": "Jagiellonian University Medical College, John Paul II Hospital", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elderly patients with decompensated heart failure: prospective analysis from the LECRA-HF registry.", + "rest_events_session_count": 2, + "rest_events_session": "Thrombin generation, fibrin clot permeation and lysis in patients with severe mitral regurgitation undergoing transcatheter edge-to-edge mitral valve repair: mitral fibrin study.", + "events_topic": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair ", + "rest_events_topic_count": 2, + "rest_events_topic": " Fibrin | Heart Failure", + "kol_name": "Aleksander Siniarski", + "kol_full_name": "Aleksander Siniarski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157753", + "session_name": "121 year after Einthoven: show me the normal ECG?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157753", + "first_name": "Peter", + "middle_name": "", + "last_name": "Van Dam", + "org_name": "Jagiellonian University Medical College", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "121 year after Einthoven: show me the normal ECG?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peter Van Dam", + "kol_full_name": "Peter Van Dam" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-Obstructive Coronary Artery Disease | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1157752", + "session_name": "The correlation between angio-IMR and thermodilution-based IMR in patients with ischemia and non obstructive coronary arteries.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157752", + "first_name": "Marta", + "middle_name": "", + "last_name": "Diachyshyn", + "org_name": "Jagiellonian University Medical College", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The correlation between angio-IMR and thermodilution-based IMR in patients with ischemia and non obstructive coronary arteries.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non-Obstructive Coronary Artery Disease | Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marta Diachyshyn", + "kol_full_name": "Marta Diachyshyn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health | Obesity", + "npi_num": "", + "hcp_pin_alias": "1157751", + "session_name": "Climate change as a driver of obesity. Can digital tools help?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157751", + "first_name": "Ewa", + "middle_name": "", + "last_name": "Placzkiewicz-Jankowska", + "org_name": "Jagiellonian University Medical College", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Climate change as a driver of obesity. Can digital tools help?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Health | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ewa Placzkiewicz-Jankowska", + "kol_full_name": "Ewa Placzkiewicz-Jankowska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy | Heart Disease Risk Factors | Cardiovascular Diseases | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1157750", + "session_name": "Pregnancy and cardiovascular disease,Biomarkers to assess cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157750", + "first_name": "Agnieszka", + "middle_name": "", + "last_name": "Olszanecka", + "org_name": "Jagiellonian University Medical College", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy and cardiovascular disease", + "rest_events_session_count": 1, + "rest_events_session": "Biomarkers to assess cardiovascular risk", + "events_topic": "Pregnancy | Heart Disease Risk Factors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Biomarkers", + "kol_name": "Agnieszka Olszanecka", + "kol_full_name": "Agnieszka Olszanecka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1157749", + "session_name": "Great Debate: treatment of multivalvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157749", + "first_name": "Stanislaw", + "middle_name": "", + "last_name": "Bartus", + "org_name": "Jagiellonian University", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debate: treatment of multivalvular heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stanislaw Bartus", + "kol_full_name": "Stanislaw Bartus" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Arterial Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157748", + "session_name": "Effects of beta blockers on outcome in patients with PAH with and without comorbid conditions: a Multicenter Prospective Cohort Study (BNP-PL).", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157748", + "first_name": "Marcin", + "middle_name": "", + "last_name": "Waligora", + "org_name": "Jagiellonian University", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of beta blockers on outcome in patients with PAH with and without comorbid conditions: a Multicenter Prospective Cohort Study (BNP-PL).", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marcin Waligora", + "kol_full_name": "Marcin Waligora" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1157747", + "session_name": "The vulnerable plaque", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157747", + "first_name": "Dariusz", + "middle_name": "Zbigniew", + "last_name": "DUDEK", + "org_name": "Jagiellonian University", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The vulnerable plaque", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dariusz Zbigniew DUDEK", + "kol_full_name": "Dariusz Zbigniew DUDEK" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157746", + "session_name": "The comparison of echocardiographic and serum parameters between Sapien 3 Ultra Resilia and Sapien 3 at one month", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157746", + "first_name": "Nozomu", + "middle_name": "", + "last_name": "Kanehama", + "org_name": "Iwate Medical University", + "Country": "Japan", + "Region": "Iwate", + "City": "Morioka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The comparison of echocardiographic and serum parameters between Sapien 3 Ultra Resilia and Sapien 3 at one month", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nozomu Kanehama", + "kol_full_name": "Nozomu Kanehama" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MitraClip | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157745", + "session_name": "Successful MitraClip case for degenerative severe mitral regurgitation with double orifice mitral valve", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157745", + "first_name": "Michiko", + "middle_name": "", + "last_name": "Yoshizawa", + "org_name": "Iwate Medical University", + "Country": "Japan", + "Region": "Iwate", + "City": "Morioka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Successful MitraClip case for degenerative severe mitral regurgitation with double orifice mitral valve", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MitraClip | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michiko Yoshizawa", + "kol_full_name": "Michiko Yoshizawa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nicorandil | Apoptosis | Mitochondria", + "npi_num": "", + "hcp_pin_alias": "1157744", + "session_name": "cardioprotective effects of nicorandil on mitochondrial apoptosis signaling in the failing heart of cardiac-specific Bcl-2-associated athanogene (BAG) 3 knockout mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157744", + "first_name": "Atsushi", + "middle_name": "", + "last_name": "Sanbe", + "org_name": "Iwate Medical University", + "Country": "Japan", + "Region": "Iwate", + "City": "Morioka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "cardioprotective effects of nicorandil on mitochondrial apoptosis signaling in the failing heart of cardiac-specific Bcl-2-associated athanogene (BAG) 3 knockout mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nicorandil | Apoptosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mitochondria", + "kol_name": "Atsushi Sanbe", + "kol_full_name": "Atsushi Sanbe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157743", + "session_name": "Tailored approaches in heart failure: insights from France and Spain,Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157743", + "first_name": "Marta", + "middle_name": "Cobo", + "last_name": "Marcos", + "org_name": "Iron Gate Majadahonda University Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tailored approaches in heart failure: insights from France and Spain", + "rest_events_session_count": 1, + "rest_events_session": "Miscellaneous clinical studies in heart failure", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marta Cobo Marcos", + "kol_full_name": "Marta Cobo Marcos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157742", + "session_name": "Tips and tricks in catheter ablation of ventricular arrhythmias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157742", + "first_name": "Ignacio", + "middle_name": "Fernandez", + "last_name": "Lozano", + "org_name": "Iron Gate Majadahonda University Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tips and tricks in catheter ablation of ventricular arrhythmias", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ignacio Fernandez Lozano", + "kol_full_name": "Ignacio Fernandez Lozano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericarditis | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1157741", + "session_name": "Neglected twice but finally recognized: a devastating presentation of infective endocarditis,Short-pulse of systemic steroids in acute pericarditis: an alternative in refractory cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157741", + "first_name": "Alberto", + "middle_name": "Sanchez", + "last_name": "Arjona", + "org_name": "Iron Gate Majadahonda University Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Neglected twice but finally recognized: a devastating presentation of infective endocarditis", + "rest_events_session_count": 1, + "rest_events_session": "Short-pulse of systemic steroids in acute pericarditis: an alternative in refractory cases", + "events_topic": "Pericarditis | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alberto Sanchez Arjona", + "kol_full_name": "Alberto Sanchez Arjona" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Oral Anticoagulants | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1157740", + "session_name": "Drug interactions in incident NOACs users and risk of bleeding", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157740", + "first_name": "Martina", + "middle_name": "", + "last_name": "Amadori", + "org_name": "IRCCS Sant'Orsola Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drug interactions in incident NOACs users and risk of bleeding", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oral Anticoagulants | Hemorrhage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Martina Amadori", + "kol_full_name": "Martina Amadori" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Injury | Fabry Disease", + "npi_num": "", + "hcp_pin_alias": "1157739", + "session_name": "T2 mapping as a marker of active myocardial injury in Anderson-Fabry disease patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157739", + "first_name": "Maria", + "middle_name": "Alessandra", + "last_name": "Schiavo", + "org_name": "IRCCS Sant'Orsola Polyclinic", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "T2 mapping as a marker of active myocardial injury in Anderson-Fabry disease patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Injury | Fabry Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Alessandra Schiavo", + "kol_full_name": "Maria Alessandra Schiavo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Prediabetes | Combined Modality Therapy | Factor V | Lipid-Lowering Therapies | Heparin | Thrombocytopenia | Cholesterol, LDL | Cardiovascular Diseases | Acute Coronary Syndrome | Antiphospholipid Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157738", + "session_name": "Panel discussion 2 - how can healthcare providers effectively navigate the decision-making process when considering combination therapy for women with elevated LDL-C levels?,real-world implementation challenges: which practical considerations should healthcare professionals employ for optimal management of LDL-C levels in women?,Understanding gender-specific challenges in LDL-C management,Cardiology Toolbox: managing heparin-induced thrombocytopaenia (HIT), factor V Leiden, and antiphospholipid syndromes in cardiovascular medicine,Pre-diabetes: a risk factor for cardiovascular disease?,Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients: combination therapy from Day 1,Precision pathways to diabetes management in individuals with cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157738", + "first_name": "Maddalena", + "middle_name": "", + "last_name": "Lettino", + "org_name": "IRCCS San Gerardo of Tintori Foundation", + "Country": "Italy", + "Region": "Lombardia", + "City": "Monza", + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Panel discussion 2 - how can healthcare providers effectively navigate the decision-making process when considering combination therapy for women with elevated LDL-C levels?", + "rest_events_session_count": 8, + "rest_events_session": "real-world implementation challenges: which practical considerations should healthcare professionals employ for optimal management of LDL-C levels in women?,Understanding gender-specific challenges in LDL-C management,Cardiology Toolbox: managing heparin-induced thrombocytopaenia (HIT), factor V Leiden, and antiphospholipid syndromes in cardiovascular medicine,Pre-diabetes: a risk factor for cardiovascular disease?,Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients: combination therapy from Day 1,Precision pathways to diabetes management in individuals with cardiovascular disease", + "events_topic": "Diabetes Mellitus | Prediabetes ", + "rest_events_topic_count": 9, + "rest_events_topic": " Combined Modality Therapy | Factor V | Lipid-Lowering Therapies | Heparin | Thrombocytopenia | Cholesterol, LDL | Cardiovascular Diseases | Acute Coronary Syndrome | Antiphospholipid Syndrome", + "kol_name": "Maddalena Lettino", + "kol_full_name": "Maddalena Lettino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157737", + "session_name": "The impact of AAOCA anatomical characteristics in coronary blood supply.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157737", + "first_name": "Mauro", + "middle_name": "Lo", + "last_name": "Rito", + "org_name": "IRCCS San Donato Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of AAOCA anatomical characteristics in coronary blood supply.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mauro Lo Rito", + "kol_full_name": "Mauro Lo Rito" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Obesity | Population Dynamics", + "npi_num": "", + "hcp_pin_alias": "1157736", + "session_name": "Optimal medical therapy in HFpEF patients with obesity,ESC Geoffrey Rose Lecture in Population Sciences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157736", + "first_name": "Massimo", + "middle_name": "Francesco", + "last_name": "Piepoli", + "org_name": "IRCCS San Donato Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimal medical therapy in HFpEF patients with obesity", + "rest_events_session_count": 1, + "rest_events_session": "ESC Geoffrey Rose Lecture in Population Sciences", + "events_topic": "Heart Failure | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Population Dynamics", + "kol_name": "Massimo Francesco Piepoli", + "kol_full_name": "Massimo Francesco Piepoli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Computed Tomography Angiography | Transcatheter Aortic Valve Replacement | Renal Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157735", + "session_name": "Feasibility of ultra-low volume contrast pulmonary arterial injection protocol for CTA in TAVI candidates with severe renal failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157735", + "first_name": "Mario", + "middle_name": "", + "last_name": "Babbaro", + "org_name": "IRCCS San Donato Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Feasibility of ultra-low volume contrast pulmonary arterial injection protocol for CTA in TAVI candidates with severe renal failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Computed Tomography Angiography | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Renal Insufficiency", + "kol_name": "Mario Babbaro", + "kol_full_name": "Mario Babbaro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fabry Disease | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157734", + "session_name": "Myocardial determinants of Functional limitation in advanced Fabry cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157734", + "first_name": "Gianluigi", + "middle_name": "", + "last_name": "Guida", + "org_name": "IRCCS San Donato Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial determinants of Functional limitation in advanced Fabry cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fabry Disease | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gianluigi Guida", + "kol_full_name": "Gianluigi Guida" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157733", + "session_name": "Unveiling the determinants of women's cardiovascular disease awareness in northern Italy: insights from the Call for Women project", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157733", + "first_name": "Gianluca", + "middle_name": "", + "last_name": "Conte", + "org_name": "IRCCS San Donato Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveiling the determinants of women's cardiovascular disease awareness in northern Italy: insights from the Call for Women project", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gianluca Conte", + "kol_full_name": "Gianluca Conte" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, Emission-Computed, Single-Photon | Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1157732", + "session_name": "Assessing myocardial tissue in the acute setting with Photon-Counting CT (PCCT) in comparison with Cardiac Magnetic Resonance (CMR)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157732", + "first_name": "Giandomenico", + "middle_name": "", + "last_name": "Disabato", + "org_name": "IRCCS San Donato Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing myocardial tissue in the acute setting with Photon-Counting CT (PCCT) in comparison with Cardiac Magnetic Resonance (CMR)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, Emission-Computed, Single-Photon | Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giandomenico Disabato", + "kol_full_name": "Giandomenico Disabato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Bypass", + "npi_num": "", + "hcp_pin_alias": "1157731", + "session_name": "The fate of coronary artery bypass grafting in the elderly: treat and forget", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157731", + "first_name": "Fabio", + "middle_name": "", + "last_name": "Barili", + "org_name": "IRCCS San Donato Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The fate of coronary artery bypass grafting in the elderly: treat and forget", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fabio Barili", + "kol_full_name": "Fabio Barili" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Medical Device Legislation | Digital Health", + "npi_num": "", + "hcp_pin_alias": "1157730", + "session_name": "The floor is yours: bring your questions on medical device regulation in digital health - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157730", + "first_name": "Emanuela", + "middle_name": "Teresa", + "last_name": "Locati", + "org_name": "IRCCS San Donato Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on medical device regulation in digital health - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medical Device Legislation | Digital Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Emanuela Teresa Locati", + "kol_full_name": "Emanuela Teresa Locati" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventilators, Mechanical | Sprains And Strains | Heart Failure | Cardiomyopathy, Hypertrophic | Mortality", + "npi_num": "", + "hcp_pin_alias": "1157729", + "session_name": "Beyond conventional measures: left atrial reservoir strain as a superior prognostic marker for all-cause mortality in HFpEF,Exploring physiological determinants of ventilatory inefficiency in hypertrophic cardiomyopathy patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157729", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Attanasio", + "org_name": "IRCCS San Donato Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond conventional measures: left atrial reservoir strain as a superior prognostic marker for all-cause mortality in HFpEF", + "rest_events_session_count": 1, + "rest_events_session": "Exploring physiological determinants of ventilatory inefficiency in hypertrophic cardiomyopathy patients", + "events_topic": "Ventilators, Mechanical | Sprains And Strains ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Failure | Cardiomyopathy, Hypertrophic | Mortality", + "kol_name": "Andrea Attanasio", + "kol_full_name": "Andrea Attanasio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157728", + "session_name": "Personalising the management of coronary artery disease in patients undergoing transcatheter aortic interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157728", + "first_name": "Caterina", + "middle_name": "", + "last_name": "GANDOLFO", + "org_name": "IRCCS ISMETT Palermo", + "Country": "Italy", + "Region": "Sicilia", + "City": "Palermo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising the management of coronary artery disease in patients undergoing transcatheter aortic interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Caterina GANDOLFO", + "kol_full_name": "Caterina GANDOLFO" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157727", + "session_name": "The environment and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157727", + "first_name": "Rocco", + "middle_name": "", + "last_name": "Montone", + "org_name": "IRCCS Foundation Agostino Gemelli University Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The environment and heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rocco Montone", + "kol_full_name": "Rocco Montone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Triglycerides | Coronary Artery Disease | Coronary Microvascular Dysfunction", + "npi_num": "", + "hcp_pin_alias": "1157726", + "session_name": "Targeting triglycerides: is it worth it? lessons from recent trials,Detection of microvascular dysfunction,Pathophysiology of coronary artery disease: new insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157726", + "first_name": "Giovanna", + "middle_name": "", + "last_name": "Liuzzo", + "org_name": "IRCCS Foundation Agostino Gemelli University Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting triglycerides: is it worth it? lessons from recent trials", + "rest_events_session_count": 2, + "rest_events_session": "Detection of microvascular dysfunction,Pathophysiology of coronary artery disease: new insights", + "events_topic": "Triglycerides | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Microvascular Dysfunction", + "kol_name": "Giovanna Liuzzo", + "kol_full_name": "Giovanna Liuzzo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Tachycardia, Ventricular | Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "1157725", + "session_name": "Speckle tracking echocardiography as a predictor of location of ablation sites in candidates to catheter ablation for recurrent ventricular tachycardia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157725", + "first_name": "Francesca", + "middle_name": "Augusta", + "last_name": "Gabrielli", + "org_name": "IRCCS Foundation Agostino Gemelli University Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Speckle tracking echocardiography as a predictor of location of ablation sites in candidates to catheter ablation for recurrent ventricular tachycardia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Tachycardia, Ventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Catheter Ablation", + "kol_name": "Francesca Augusta Gabrielli", + "kol_full_name": "Francesca Augusta Gabrielli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Chronic Coronary Syndromes", + "npi_num": "", + "hcp_pin_alias": "1157724", + "session_name": "2024 ESC Guidelines for the Management of Chronic Coronary Syndromes,Identification and risk stratification of relevant coronary artery disease in clinical practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157724", + "first_name": "Felicita", + "middle_name": "", + "last_name": "Andreotti", + "org_name": "IRCCS Foundation Agostino Gemelli University Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2024 ESC Guidelines for the Management of Chronic Coronary Syndromes", + "rest_events_session_count": 1, + "rest_events_session": "Identification and risk stratification of relevant coronary artery disease in clinical practice", + "events_topic": "Coronary Artery Disease | Chronic Coronary Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Felicita Andreotti", + "kol_full_name": "Felicita Andreotti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157723", + "session_name": "The 50 shades of TAVI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157723", + "first_name": "Daniela", + "middle_name": "", + "last_name": "Pedicino", + "org_name": "IRCCS Foundation Agostino Gemelli University Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The 50 shades of TAVI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniela Pedicino", + "kol_full_name": "Daniela Pedicino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Brain Diseases | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157722", + "session_name": "Brain protection after cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157722", + "first_name": "Claudio", + "middle_name": "", + "last_name": "Sandroni", + "org_name": "IRCCS Foundation Agostino Gemelli University Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Brain protection after cardiac arrest", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Diseases | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Claudio Sandroni", + "kol_full_name": "Claudio Sandroni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prediabetes | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157721", + "session_name": "Pre-diabetes: a risk factor for cardiovascular disease?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157721", + "first_name": "Antonio", + "middle_name": "", + "last_name": "Ceriello", + "org_name": "IRCCS - MultiMedica", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pre-diabetes: a risk factor for cardiovascular disease?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prediabetes | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonio Ceriello", + "kol_full_name": "Antonio Ceriello" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Atherosclerosis | Dyslipidemias | Obesity | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157720", + "session_name": "Dyslipidaemias,Awareness and perceptions of cardiologists towards systemic inflammation in atherosclerotic cardiovascular disease: A multi-national survey across 5 geographical regional sub-groups,Diabetes, obesity, and the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157720", + "first_name": "Alberico", + "middle_name": "", + "last_name": "Catapano", + "org_name": "IRCCS - MultiMedica", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dyslipidaemias", + "rest_events_session_count": 4, + "rest_events_session": "Awareness and perceptions of cardiologists towards systemic inflammation in atherosclerotic cardiovascular disease: A multi-national survey across 5 geographical regional sub-groups,Diabetes, obesity, and the heart", + "events_topic": "Diabetes Mellitus | Atherosclerosis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Dyslipidemias | Obesity | Cardiovascular Diseases", + "kol_name": "Alberico Catapano", + "kol_full_name": "Alberico Catapano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tretinoin | Prealbumin | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157719", + "session_name": "Changes in the diagnostic landscape of transthyretin amyloid cardiomyopathy (ATTR-CM): a comparison of tests ordered and test Intervals in 2020 Q4 and 2023 Q4", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157719", + "first_name": "Peter", + "middle_name": "", + "last_name": "Collins", + "org_name": "Ipsos", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in the diagnostic landscape of transthyretin amyloid cardiomyopathy (ATTR-CM): a comparison of tests ordered and test Intervals in 2020 Q4 and 2023 Q4", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tretinoin | Prealbumin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Peter Collins", + "kol_full_name": "Peter Collins" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac | Combined Modality Therapy | Percutaneous Coronary Intervention | Heart Failure | Takayasu Arteritis", + "npi_num": "", + "hcp_pin_alias": "1157718", + "session_name": "Successful clinical outcome after PCI for rapidly progressed bilateral ostial coronary lesions in a patient with Takayasu arteritis who was treated with timeous immunosuppressive combination therapy,Temporal trends in sudden cardiac death after acute decompensation in HFrEF patients: a 13-year Japanese multicentre registry study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157718", + "first_name": "Ryoma", + "middle_name": "", + "last_name": "Fukuoka", + "org_name": "International University of Health and Welfare", + "Country": "Japan", + "Region": "Tokyo", + "City": "Narita", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Successful clinical outcome after PCI for rapidly progressed bilateral ostial coronary lesions in a patient with Takayasu arteritis who was treated with timeous immunosuppressive combination therapy", + "rest_events_session_count": 1, + "rest_events_session": "Temporal trends in sudden cardiac death after acute decompensation in HFrEF patients: a 13-year Japanese multicentre registry study", + "events_topic": "Death, Sudden, Cardiac | Combined Modality Therapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Percutaneous Coronary Intervention | Heart Failure | Takayasu Arteritis", + "kol_name": "Ryoma Fukuoka", + "kol_full_name": "Ryoma Fukuoka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Angiography", + "npi_num": "", + "hcp_pin_alias": "1157717", + "session_name": "Deep learning approaches for image restoration in invasive coronary angiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157717", + "first_name": "Seung-Uk", + "middle_name": "", + "last_name": "Oh", + "org_name": "International St.marys hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deep learning approaches for image restoration in invasive coronary angiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seung-Uk Oh", + "kol_full_name": "Seung-Uk Oh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RNA Therapy | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157716", + "session_name": "RNA-based therapies for cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157716", + "first_name": "Serena", + "middle_name": "", + "last_name": "Zacchigna", + "org_name": "International Centre for Genetic Engineering and Biotechnology (ICGEB)", + "Country": "Italy", + "Region": "Friuli-Venezia Giulia", + "City": "Trieste", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RNA-based therapies for cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "RNA Therapy | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Serena Zacchigna", + "kol_full_name": "Serena Zacchigna" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support", + "npi_num": "", + "hcp_pin_alias": "1157715", + "session_name": "Updates on mechanical circulatory support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157715", + "first_name": "Alessia", + "middle_name": "", + "last_name": "Gambaro", + "org_name": "Integrated University Hospital of Verona", + "Country": "Italy", + "Region": "Veneto", + "City": "Verona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Updates on mechanical circulatory support", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Circulatory Support", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessia Gambaro", + "kol_full_name": "Alessia Gambaro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Calcification | Myocardial Infarction | Mental Competency | Tomography, X-Ray Computed | Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157714", + "session_name": "Chronotropic incompetence predictors in a Cardiac Rehabilitation Program following myocardial infarction,Incidental detection and quantification of coronary artery calcification in ungated thoracic computed tomography for prognostic assessment. Preliminary results from the ICARUS registry,Effect of incremental exercise training interventions in a Cardiac Rehabilitation Program following myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157714", + "first_name": "Victor", + "middle_name": "Marcos", + "last_name": "Garces", + "org_name": "Instituto de Investigacion Sanitaria INCLIVA", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronotropic incompetence predictors in a Cardiac Rehabilitation Program following myocardial infarction", + "rest_events_session_count": 2, + "rest_events_session": "Incidental detection and quantification of coronary artery calcification in ungated thoracic computed tomography for prognostic assessment. Preliminary results from the ICARUS registry,Effect of incremental exercise training interventions in a Cardiac Rehabilitation Program following myocardial infarction", + "events_topic": "Coronary Artery Calcification | Myocardial Infarction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Mental Competency | Tomography, X-Ray Computed | Cardiac Rehabilitation", + "kol_name": "Victor Marcos Garces", + "kol_full_name": "Victor Marcos Garces" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Cardiac Magnetic Resonance Imaging | Ischemia | Cardiac Rehabilitation | ST Elevation Myocardial Infarction | Chronic Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157713", + "session_name": "Dynamics and prognostic role of persistent angina in chronic coronary syndrome with clinical, angiographic and stress CMR evidence of ischemia,Pre-discharge prediction of long-term prognosis in patients after ST-segment elevation myocardial infarction - the ValAMI-P risk score,Prolonged dual antiplatelet therapy in an extended Phase 3 Cardiac Rehabilitation Program following myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157713", + "first_name": "Hector", + "middle_name": "Manuel Merenciano", + "last_name": "Gonzalez", + "org_name": "Instituto de Investigacion Sanitaria INCLIVA", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dynamics and prognostic role of persistent angina in chronic coronary syndrome with clinical", + "rest_events_session_count": 3, + "rest_events_session": " angiographic and stress CMR evidence of ischemia,Pre-discharge prediction of long-term prognosis in patients after ST-segment elevation myocardial infarction - the ValAMI-P risk score,Prolonged dual antiplatelet therapy in an extended Phase 3 Cardiac Rehabilitation Program following myocardial infarction", + "events_topic": "Myocardial Infarction | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 4, + "rest_events_topic": " Ischemia | Cardiac Rehabilitation | ST Elevation Myocardial Infarction | Chronic Coronary Syndrome", + "kol_name": "Hector Manuel Merenciano Gonzalez", + "kol_full_name": "Hector Manuel Merenciano Gonzalez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Techniques And Procedures | Mechanical Circulatory Support | Cardiovascular Diseases | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157712", + "session_name": "Acute coronary syndromes,Elderly with cardiovascular disease: diagnostics and outcome,Mechanical circulatory support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157712", + "first_name": "Clara", + "middle_name": "Bonanad", + "last_name": "Lozano", + "org_name": "Instituto de Investigacion Sanitaria INCLIVA", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute coronary syndromes", + "rest_events_session_count": 2, + "rest_events_session": "Elderly with cardiovascular disease: diagnostics and outcome,Mechanical circulatory support", + "events_topic": "Diagnostic Techniques And Procedures | Mechanical Circulatory Support ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Acute Coronary Syndrome", + "kol_name": "Clara Bonanad Lozano", + "kol_full_name": "Clara Bonanad Lozano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmogenic Cardiomyopathy | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157711", + "session_name": "Role of common variants and new genes associated with arrhythmogenic cardiomyopathy,Heart failure: new scientific insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157711", + "first_name": "Julien", + "middle_name": "", + "last_name": "barc", + "org_name": "Institute of Thorax", + "Country": "France", + "Region": "Pays de la Loire", + "City": "Nantes", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of common variants and new genes associated with arrhythmogenic cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Heart failure: new scientific insights", + "events_topic": "Arrhythmogenic Cardiomyopathy | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julien barc", + "kol_full_name": "Julien barc" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Epigenomics | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157710", + "session_name": "Epigenetic targets in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157710", + "first_name": "Denise", + "middle_name": "", + "last_name": "Fernandez-Twinn", + "org_name": "Institute of metabolic science", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epigenetic targets in cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epigenomics | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Denise Fernandez-Twinn", + "kol_full_name": "Denise Fernandez-Twinn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Valve Diseases | Magnetic Resonance Imaging | Breath-Holding Techniques", + "npi_num": "", + "hcp_pin_alias": "1157709", + "session_name": "Good agreement between cardiac magnetic imaging protocols using free-breathing and breath-holding techniques for flow quantification in valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157709", + "first_name": "Sinsia", + "middle_name": "", + "last_name": "Gao", + "org_name": "Institute of Medicine - Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Good agreement between cardiac magnetic imaging protocols using free-breathing and breath-holding techniques for flow quantification in valvular heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Valve Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Magnetic Resonance Imaging | Breath-Holding Techniques", + "kol_name": "Sinsia Gao", + "kol_full_name": "Sinsia Gao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157708", + "session_name": "Progression of aortic stenosis in patients with diabetes mellitus type 2 compared with matched controls", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157708", + "first_name": "Silvana", + "middle_name": "Magdalena", + "last_name": "Kontogeorgos", + "org_name": "Institute of Medicine - Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Progression of aortic stenosis in patients with diabetes mellitus type 2 compared with matched controls", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Silvana Magdalena Kontogeorgos", + "kol_full_name": "Silvana Magdalena Kontogeorgos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transferrin | Biomarkers | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157707", + "session_name": "Transferrin saturation is a superior prognostic biomarker for iron deficiency after acute decompensated heart failure: a retrospective clinical real-world cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157707", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Johansson", + "org_name": "Institute of Medicine - Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transferrin saturation is a superior prognostic biomarker for iron deficiency after acute decompensated heart failure: a retrospective clinical real-world cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transferrin | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Jonathan Johansson", + "kol_full_name": "Jonathan Johansson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157706", + "session_name": "Arrhythmia burden in patients with congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157706", + "first_name": "Filip", + "middle_name": "", + "last_name": "Eckerstrom", + "org_name": "Institute of Medicine - Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arrhythmia burden in patients with congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Filip Eckerstrom", + "kol_full_name": "Filip Eckerstrom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1157705", + "session_name": "Proteomic profiling of extracellular vesicles in takotsubo syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157705", + "first_name": "Ermir", + "middle_name": "", + "last_name": "Zulfaj", + "org_name": "Institute of Medicine - Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteomic profiling of extracellular vesicles in takotsubo syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ermir Zulfaj", + "kol_full_name": "Ermir Zulfaj" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Sodium Zirconium Cyclosilicate | Receptors, Mineralocorticoid", + "npi_num": "", + "hcp_pin_alias": "1157704", + "session_name": "Optimizing aldosterone receptor antagonist therapy by sodium zirconium cyclosilicate in heart failure - OPRA-HF trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157704", + "first_name": "Carmen", + "middle_name": "", + "last_name": "Basic", + "org_name": "Institute of Medicine - Sahlgrenska Academy - University of Gothenburg", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimizing aldosterone receptor antagonist therapy by sodium zirconium cyclosilicate in heart failure - OPRA-HF trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Sodium Zirconium Cyclosilicate ", + "rest_events_topic_count": 1, + "rest_events_topic": " Receptors, Mineralocorticoid", + "kol_name": "Carmen Basic", + "kol_full_name": "Carmen Basic" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Cluster Analysis | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1157703", + "session_name": "Stroke-Heart syndrome: a population-based cohort study and cluster analysis,Integrated care using the ABC-stroke pathway improves cardiovascular outcomes and survival in patients with recent ischaemic stroke: a population-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157703", + "first_name": "Sylvia", + "middle_name": "", + "last_name": "Choi", + "org_name": "Institute of Life Course and Medical Sciences", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stroke-Heart syndrome: a population-based cohort study and cluster analysis", + "rest_events_session_count": 1, + "rest_events_session": "Integrated care using the ABC-stroke pathway improves cardiovascular outcomes and survival in patients with recent ischaemic stroke: a population-based cohort study", + "events_topic": "Stroke | Cluster Analysis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemia", + "kol_name": "Sylvia Choi", + "kol_full_name": "Sylvia Choi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Eisenmenger Complex | Fractional Flow Reserve | Angiography | Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1157702", + "session_name": "Fractional flow reserve versus solely angiography-guided revascularisation in coronary artery disease, systematic review and meta-analysis.,Eisenmenger syndrome complicated by the presence of an aneurysm of pulmonary trunk and compression of the left main coronary artery.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157702", + "first_name": "Mikolaj", + "middle_name": "", + "last_name": "Blaziak", + "org_name": "Institute of Heart Diseases, University Hospital in Wroclaw", + "Country": "Poland", + "Region": "Dolnoslaskie", + "City": "Wroclaw", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fractional flow reserve versus solely angiography-guided revascularisation in coronary artery disease", + "rest_events_session_count": 2, + "rest_events_session": " systematic review and meta-analysis.,Eisenmenger syndrome complicated by the presence of an aneurysm of pulmonary trunk and compression of the left main coronary artery.", + "events_topic": "Coronary Artery Disease | Eisenmenger Complex ", + "rest_events_topic_count": 3, + "rest_events_topic": " Fractional Flow Reserve | Angiography | Aneurysm", + "kol_name": "Mikolaj Blaziak", + "kol_full_name": "Mikolaj Blaziak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157701", + "session_name": "The molecular hallmarks of cardiovascular health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157701", + "first_name": "Lorrie", + "middle_name": "A.", + "last_name": "Kirshenbaum", + "org_name": "Institute of Cardiovascular Sciences", + "Country": "Canada", + "Region": "Manitoba", + "City": "Winnipeg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The molecular hallmarks of cardiovascular health", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lorrie A. Kirshenbaum", + "kol_full_name": "Lorrie A. Kirshenbaum" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157700", + "session_name": "New treatment targets for personalised therapy in genetic cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157700", + "first_name": "Katja", + "middle_name": "", + "last_name": "Gehmlich", + "org_name": "Institute of Cardiovascular Sciences", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New treatment targets for personalised therapy in genetic cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katja Gehmlich", + "kol_full_name": "Katja Gehmlich" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fabry Disease | Oxygen Consumption | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157699", + "session_name": "Changes in peak oxygen consumption on excercise and cardiomyopathy disease stage in Fabry disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157699", + "first_name": "Ashwin", + "middle_name": "", + "last_name": "Roy", + "org_name": "Institute of Cardiovascular Sciences", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in peak oxygen consumption on excercise and cardiomyopathy disease stage in Fabry disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fabry Disease | Oxygen Consumption ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Ashwin Roy", + "kol_full_name": "Ashwin Roy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocytes, Cardiac | Macrophages", + "npi_num": "", + "hcp_pin_alias": "1157698", + "session_name": "Loss of Y-chromosomal genes in macrophages induces paracrine phenotypic alterations in cardiac cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157698", + "first_name": "Lukas", + "middle_name": "", + "last_name": "Zanders", + "org_name": "Institute of Cardiovascular Regeneration", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Loss of Y-chromosomal genes in macrophages induces paracrine phenotypic alterations in cardiac cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocytes, Cardiac | Macrophages", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lukas Zanders", + "kol_full_name": "Lukas Zanders" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Edoxaban Therapy | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157697", + "session_name": "Persistence and predictors for non-persistence to edoxaban therapy in patients with atrial fibrillation: 4-year follow-up data from the ETNA-AF-Europe study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157697", + "first_name": "Igor", + "middle_name": "", + "last_name": "Diemberger", + "org_name": "Institute of Cardiology University of Bologna", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Persistence and predictors for non-persistence to edoxaban therapy in patients with atrial fibrillation: 4-year follow-up data from the ETNA-AF-Europe study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Edoxaban Therapy | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Igor Diemberger", + "kol_full_name": "Igor Diemberger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Positron-Emission Tomography | Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1157696", + "session_name": "Sex differences in coronary atherosclerotic plaque activity using 18F-sodium fluoride positron emission tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157696", + "first_name": "Jacek", + "middle_name": "", + "last_name": "Kwiecinski", + "org_name": "Institute of Cardiology in Anin", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in coronary atherosclerotic plaque activity using 18F-sodium fluoride positron emission tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Positron-Emission Tomography | Plaque, Atherosclerotic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jacek Kwiecinski", + "kol_full_name": "Jacek Kwiecinski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardium | Parvovirus B19, Human | Precision Medicine | High-Throughput Nucleotide Sequencing | Biopsy | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157695", + "session_name": "Machine learning methods for diagnostic disease prediction and treatment decisions in parvovirus B19 positive viral cardiomyopathy,High prevalence of cardiotropic viruses in endomyocardial biopsies from patients with inflammatory cardiomyopathy demonstrated by a novel targeted NGS approach,The diagnostic value of endomyocardial biopsy in the era of precision medicine: data from over 8,000 patients with comprehensive biopsy diagnostics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157695", + "first_name": "Christian", + "middle_name": "", + "last_name": "Baumeier", + "org_name": "Institute of Cardiac Diagnostics and Therapy (IKDT)", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning methods for diagnostic disease prediction and treatment decisions in parvovirus B19 positive viral cardiomyopathy", + "rest_events_session_count": 3, + "rest_events_session": "High prevalence of cardiotropic viruses in endomyocardial biopsies from patients with inflammatory cardiomyopathy demonstrated by a novel targeted NGS approach,The diagnostic value of endomyocardial biopsy in the era of precision medicine: data from over 8,000 patients with comprehensive biopsy diagnostics", + "events_topic": "Myocardium | Parvovirus B19, Human ", + "rest_events_topic_count": 4, + "rest_events_topic": " Precision Medicine | High-Throughput Nucleotide Sequencing | Biopsy | Cardiomyopathies", + "kol_name": "Christian Baumeier", + "kol_full_name": "Christian Baumeier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1157694", + "session_name": "Left ventricular absolute myocardial work measured by cardiovascular magnetic resonance: a proof-of-concept", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157694", + "first_name": "Mohammed", + "middle_name": "Taleb", + "last_name": "Almashhadani", + "org_name": "Institute for Experimental Medical Research", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular absolute myocardial work measured by cardiovascular magnetic resonance: a proof-of-concept", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohammed Taleb Almashhadani", + "kol_full_name": "Mohammed Taleb Almashhadani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Arginase", + "npi_num": "", + "hcp_pin_alias": "1157693", + "session_name": "Profiling the L-arginine/arginase 1 metabolism in early and advanced atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157693", + "first_name": "Yuting", + "middle_name": "", + "last_name": "Wu", + "org_name": "Institute for Cardiovascular Prevention (IPEK-LMU)", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Profiling the L-arginine/arginase 1 metabolism in early and advanced atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Arginase", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuting Wu", + "kol_full_name": "Yuting Wu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RNA, Untranslated | Cardiovascular Diseases | Anti-inflammatory Therapies", + "npi_num": "", + "hcp_pin_alias": "1157692", + "session_name": "Non-coding RNA control of cardiovascular diseases,Lipids and adipose tissue interaction in cardiovascular disease,The role of '-omics' in personalised cardiovascular medicine,Anti-inflammatory therapies: from bench to bedside", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157692", + "first_name": "Sabine", + "middle_name": "", + "last_name": "Steffens", + "org_name": "Institute for Cardiovascular Prevention (IPEK-LMU)", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-coding RNA control of cardiovascular diseases", + "rest_events_session_count": 3, + "rest_events_session": "Lipids and adipose tissue interaction in cardiovascular disease,The role of '-omics' in personalised cardiovascular medicine,Anti-inflammatory therapies: from bench to bedside", + "events_topic": "RNA, Untranslated | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anti-inflammatory Therapies", + "kol_name": "Sabine Steffens", + "kol_full_name": "Sabine Steffens" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1157691", + "session_name": "Neurovascular crosstalk in atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157691", + "first_name": "Christian", + "middle_name": "", + "last_name": "Weber", + "org_name": "Institute for Cardiovascular Prevention (IPEK-LMU)", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Neurovascular crosstalk in atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Weber", + "kol_full_name": "Christian Weber" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bioprosthetic Heart Valves | Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1157690", + "session_name": "Polymorphic size of Lipoprotein (a) and structural bioprosthetic valve degeneration,New molecular insights into valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157690", + "first_name": "Romain", + "middle_name": "", + "last_name": "Capoulade", + "org_name": "Institut du Thorax", + "Country": "France", + "Region": "Pays de la Loire", + "City": "Nantes", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Polymorphic size of Lipoprotein (a) and structural bioprosthetic valve degeneration", + "rest_events_session_count": 1, + "rest_events_session": "New molecular insights into valvular heart disease", + "events_topic": "Bioprosthetic Heart Valves | Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Romain Capoulade", + "kol_full_name": "Romain Capoulade" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157689", + "session_name": "Novel players in atrial fibrillation: looking outside the box", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157689", + "first_name": "Ana", + "middle_name": "", + "last_name": "Gomez", + "org_name": "INSERM UMR-S 1180", + "Country": "France", + "Region": "Ile-De-France", + "City": "Orsay", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel players in atrial fibrillation: looking outside the box", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ana Gomez", + "kol_full_name": "Ana Gomez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1157688", + "session_name": "10 years of leadless pacing: past, present and journey to the future", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157688", + "first_name": "Tobias", + "middle_name": "", + "last_name": "Reichlin", + "org_name": "Inselspital - University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "10 years of leadless pacing: past", + "rest_events_session_count": 1, + "rest_events_session": " present and journey to the future", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tobias Reichlin", + "kol_full_name": "Tobias Reichlin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "1157687", + "session_name": "Lesion-level changes induced by low-density lipoprotein cholesterol lowering therapy in patients with acute myocardial infarction: the pre-specified PACMAN-AMI lesion-level analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157687", + "first_name": "Flavio", + "middle_name": "Giuseppe", + "last_name": "Biccire", + "org_name": "Inselspital - University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lesion-level changes induced by low-density lipoprotein cholesterol lowering therapy in patients with acute myocardial infarction: the pre-specified PACMAN-AMI lesion-level analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Flavio Giuseppe Biccire", + "kol_full_name": "Flavio Giuseppe Biccire" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Brain Diseases | Hormone Replacement Therapy | Cardiovascular Diseases | Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1157686", + "session_name": "Should all menopausal women be prescribed hormone replacement therapy to reduce risk? - pro,Heart-brain crosstalk in Takotsubo cardiomyopathy: does sex matter?,Sex differences in heart-brain interactions: a cardiology perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157686", + "first_name": "Catherine", + "middle_name": "", + "last_name": "Gebhard", + "org_name": "Inselspital - University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Should all menopausal women be prescribed hormone replacement therapy to reduce risk? - pro", + "rest_events_session_count": 2, + "rest_events_session": "Heart-brain crosstalk in Takotsubo cardiomyopathy: does sex matter?,Sex differences in heart-brain interactions: a cardiology perspective", + "events_topic": "Brain Diseases | Hormone Replacement Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Takotsubo Cardiomyopathy", + "kol_name": "Catherine Gebhard", + "kol_full_name": "Catherine Gebhard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Replacement | Tricuspid Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157685", + "session_name": "Double percutaneous mitral and tricuspid valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157685", + "first_name": "Caroline", + "middle_name": "", + "last_name": "Chong-Nguyen", + "org_name": "Inselspital - University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Double percutaneous mitral and tricuspid valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Replacement | Tricuspid Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Caroline Chong-Nguyen", + "kol_full_name": "Caroline Chong-Nguyen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157684", + "session_name": "Association of non-invasive assessed anatomical features with functional testing in coronary artery anomalies - NARCO trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157684", + "first_name": "Anselm", + "middle_name": "Walter", + "last_name": "Stark", + "org_name": "Inselspital - University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of non-invasive assessed anatomical features with functional testing in coronary artery anomalies - NARCO trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anselm Walter Stark", + "kol_full_name": "Anselm Walter Stark" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Stroke", + "npi_num": "", + "hcp_pin_alias": "1157683", + "session_name": "Cardiac autonomic changes after stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157683", + "first_name": "Michael", + "middle_name": "", + "last_name": "Schreinlechner", + "org_name": "Innsbruck Medical University", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac autonomic changes after stroke", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Schreinlechner", + "kol_full_name": "Michael Schreinlechner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Amyloidosis | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157682", + "session_name": "Prevalence and outcome of coronary artery disease in cardiac amyloidosis: a multicenter study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157682", + "first_name": "Marc-Michael", + "middle_name": "", + "last_name": "Zaruba", + "org_name": "Innsbruck Medical University", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and outcome of coronary artery disease in cardiac amyloidosis: a multicenter study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Amyloidosis | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marc-Michael Zaruba", + "kol_full_name": "Marc-Michael Zaruba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Computed Tomography Angiography | Coronary Stenosis | Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1157681", + "session_name": "Lumensisodense coronary plaque : a challenge for coronary CTA, leading to inaccuracies in stenosis grading?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157681", + "first_name": "Gudrun", + "middle_name": "Maria", + "last_name": "Feuchtner", + "org_name": "Innsbruck Medical University", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lumensisodense coronary plaque : a challenge for coronary CTA", + "rest_events_session_count": 1, + "rest_events_session": " leading to inaccuracies in stenosis grading?", + "events_topic": "Computed Tomography Angiography | Coronary Stenosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Plaque, Atherosclerotic", + "kol_name": "Gudrun Maria Feuchtner", + "kol_full_name": "Gudrun Maria Feuchtner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Enzyme Therapy | Myocarditis | Myocardial Fibrosis | Cardiomyopathies | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157680", + "session_name": "Cardiomyocyte regeneration in human myocarditis,Fabry cardiomyopathy: myocardial fibrosis, inflammation and reduced mannose6phosphate receptors cause low accessibility to enzyme therapy.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157680", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Frustaci", + "org_name": "INMI Lazzaro Spallanzani Scientific Institute for Research and Healthcare", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiomyocyte regeneration in human myocarditis", + "rest_events_session_count": 2, + "rest_events_session": "Fabry cardiomyopathy: myocardial fibrosis, inflammation and reduced mannose6phosphate receptors cause low accessibility to enzyme therapy.", + "events_topic": "Enzyme Therapy | Myocarditis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Myocardial Fibrosis | Cardiomyopathies | Myocytes, Cardiac", + "kol_name": "Andrea Frustaci", + "kol_full_name": "Andrea Frustaci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Computed Tomography Angiography", + "npi_num": "", + "hcp_pin_alias": "1157679", + "session_name": "Diagnostic performance of coronary computed tomography angiography for coronary in-stent re-stenosis,Diagnostic performance of coronary computed tomography angiography for coronary in-stent re-stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157679", + "first_name": "Dong-Gil", + "middle_name": "", + "last_name": "Kim", + "org_name": "Inje University Sanggye Paik Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic performance of coronary computed tomography angiography for coronary in-stent re-stenosis", + "rest_events_session_count": 1, + "rest_events_session": "Diagnostic performance of coronary computed tomography angiography for coronary in-stent re-stenosis", + "events_topic": "Coronary Computed Tomography Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dong-Gil Kim", + "kol_full_name": "Dong-Gil Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "NOAC | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157678", + "session_name": "The efficacy and safety of NOAC in very elderly atrial fibrillation patients; data from the Korean national health insurance cohort registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157678", + "first_name": "Seong", + "middle_name": "Huan", + "last_name": "Choi", + "org_name": "Inha University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The efficacy and safety of NOAC in very elderly atrial fibrillation patients; data from the Korean national health insurance cohort registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "NOAC | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seong Huan Choi", + "kol_full_name": "Seong Huan Choi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Sex Characteristics | Pulmonary Arterial Coupling | Heart Failure, Systolic | Artificial Intelligence | Mitral Valve Stenosis | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157677", + "session_name": "Twelve-lead electrocardiography-based artificial intelligence predicts the upcoming future of patients with heart failure with mildly reduced ejection fraction,Sex differences in the long-term outcomes of moderate rheumatic mitral stenosis,Prognostic implication of right ventricular - pulmonary arterial coupling in patients with non-valvular atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157677", + "first_name": "Dae-Young", + "middle_name": "", + "last_name": "Kim", + "org_name": "Inha University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Twelve-lead electrocardiography-based artificial intelligence predicts the upcoming future of patients with heart failure with mildly reduced ejection fraction", + "rest_events_session_count": 2, + "rest_events_session": "Sex differences in the long-term outcomes of moderate rheumatic mitral stenosis,Prognostic implication of right ventricular - pulmonary arterial coupling in patients with non-valvular atrial fibrillation", + "events_topic": "Electrocardiography | Sex Characteristics ", + "rest_events_topic_count": 5, + "rest_events_topic": " Pulmonary Arterial Coupling | Heart Failure, Systolic | Artificial Intelligence | Mitral Valve Stenosis | Atrial Fibrillation", + "kol_name": "Dae-Young Kim", + "kol_full_name": "Dae-Young Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hyperlipidemias", + "npi_num": "", + "hcp_pin_alias": "1157676", + "session_name": "Hyperlipidemia interferes with the behavior of variant NKT cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157676", + "first_name": "Praphulla", + "middle_name": "Chandra", + "last_name": "Shukla", + "org_name": "Indian Institute of Technology Kharagpur", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hyperlipidemia interferes with the behavior of variant NKT cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hyperlipidemias", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Praphulla Chandra Shukla", + "kol_full_name": "Praphulla Chandra Shukla" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157675", + "session_name": "Maintenance of sinus rhythm is associated with lower incidence of stroke in patients with drug-refractory atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157675", + "first_name": "Soohyun", + "middle_name": "", + "last_name": "Kim", + "org_name": "Incheon St.Marys Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Maintenance of sinus rhythm is associated with lower incidence of stroke in patients with drug-refractory atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Soohyun Kim", + "kol_full_name": "Soohyun Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Statin Monotherapy | Heart Failure | Ezetimibe | Acetazolamide", + "npi_num": "", + "hcp_pin_alias": "1157674", + "session_name": "Moderate-intensity statin combined with ezetimibe versus high-intensity statin monotherapy for secondary cardiovascular risk reduction: a systematic review and meta-analysis,Acetazolamide for patients with acute decompensated heart failure: a systematic review and meta-analysis of randomised controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157674", + "first_name": "Mangesh", + "middle_name": "", + "last_name": "Kritya", + "org_name": "Inamdar Multispecialty Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Moderate-intensity statin combined with ezetimibe versus high-intensity statin monotherapy for secondary cardiovascular risk reduction: a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Acetazolamide for patients with acute decompensated heart failure: a systematic review and meta-analysis of randomised controlled trials", + "events_topic": "Statin Monotherapy | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ezetimibe | Acetazolamide", + "kol_name": "Mangesh Kritya", + "kol_full_name": "Mangesh Kritya" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1157673", + "session_name": "Impact of waist circumference and abdominal fat distribution on coronary artery disease severity stratified by computed tomography-derived SYNTAX score", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157673", + "first_name": "Yushi", + "middle_name": "", + "last_name": "Oyama", + "org_name": "Ina Central Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of waist circumference and abdominal fat distribution on coronary artery disease severity stratified by computed tomography-derived SYNTAX score", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yushi Oyama", + "kol_full_name": "Yushi Oyama" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chest Pain | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157672", + "session_name": "Can a chest pain virtual ward be used to safely manage patients with low-risk acute coronary syndrome?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157672", + "first_name": "Turja", + "middle_name": "", + "last_name": "Chakraborty", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Can a chest pain virtual ward be used to safely manage patients with low-risk acute coronary syndrome?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chest Pain | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Turja Chakraborty", + "kol_full_name": "Turja Chakraborty" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Coronary Artery Bypass", + "npi_num": "", + "hcp_pin_alias": "1157671", + "session_name": "Serial quantitative stress perfusion cardiac magnetic resonance in patients undergoing coronary artery bypass grafting; prediction of symptomatic benefit", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157671", + "first_name": "Tamim", + "middle_name": "", + "last_name": "Akbari", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serial quantitative stress perfusion cardiac magnetic resonance in patients undergoing coronary artery bypass grafting; prediction of symptomatic benefit", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Coronary Artery Bypass", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tamim Akbari", + "kol_full_name": "Tamim Akbari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157670", + "session_name": "Therapeutic modulation of the immune system in cardiovascular diseases,Emerging risk factors for cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157670", + "first_name": "Susanne", + "middle_name": "", + "last_name": "Sattler", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Therapeutic modulation of the immune system in cardiovascular diseases", + "rest_events_session_count": 1, + "rest_events_session": "Emerging risk factors for cardiovascular diseases", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Susanne Sattler", + "kol_full_name": "Susanne Sattler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Macrophages | Pericardial Fluid | Endothelial Growth Factors | Extracellular Vesicles", + "npi_num": "", + "hcp_pin_alias": "1157669", + "session_name": "Human macrophages are immunnoprofiled by pericardial fluid small extracellular vesicles modulating lipid metabolism mechanisms,Targeting endothelial function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157669", + "first_name": "Soumaya", + "middle_name": "", + "last_name": "Ben-Aicha", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Human macrophages are immunnoprofiled by pericardial fluid small extracellular vesicles modulating lipid metabolism mechanisms", + "rest_events_session_count": 1, + "rest_events_session": "Targeting endothelial function", + "events_topic": "Macrophages | Pericardial Fluid ", + "rest_events_topic_count": 2, + "rest_events_topic": " Endothelial Growth Factors | Extracellular Vesicles", + "kol_name": "Soumaya Ben-Aicha", + "kol_full_name": "Soumaya Ben-Aicha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genome-Wide Association Study | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1157668", + "session_name": "Genome-wide association analysis reveals insights into the molecular etiology of dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157668", + "first_name": "Sean", + "middle_name": "", + "last_name": "Zheng", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genome-wide association analysis reveals insights into the molecular etiology of dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genome-Wide Association Study | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sean Zheng", + "kol_full_name": "Sean Zheng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1157667", + "session_name": "Advances in surgery for valvular heart diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157667", + "first_name": "Prakash", + "middle_name": "", + "last_name": "Punjabi", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advances in surgery for valvular heart diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Prakash Punjabi", + "kol_full_name": "Prakash Punjabi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157666", + "session_name": "Leveraging real-world evidence in hypertension management: from data to patient-centric care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157666", + "first_name": "Otavio", + "middle_name": "", + "last_name": "Berwanger", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Leveraging real-world evidence in hypertension management: from data to patient-centric care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Otavio Berwanger", + "kol_full_name": "Otavio Berwanger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stethoscopes | Artificial Intelligence | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157665", + "session_name": "Remote monitoring and prioritisation for patients awaiting transcatheter aortic valve implantation safely mitigates longer waiting times,Seeing and believing: behavioural insights from implementing an artificial intelligence-enabled stethoscope in primary care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157665", + "first_name": "Mihir", + "middle_name": "", + "last_name": "Kelshiker", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remote monitoring and prioritisation for patients awaiting transcatheter aortic valve implantation safely mitigates longer waiting times", + "rest_events_session_count": 1, + "rest_events_session": "Seeing and believing: behavioural insights from implementing an artificial intelligence-enabled stethoscope in primary care", + "events_topic": "Stethoscopes | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Aortic Valve Replacement", + "kol_name": "Mihir Kelshiker", + "kol_full_name": "Mihir Kelshiker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immunomodulation | Myocardial Infarction | Cardiometabolic Diseases | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157664", + "session_name": "Immunomodulation in cardiovascular disease,Monocytes and macrophages: new insights into cardiometabolic disease,Therapeutic targets for myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157664", + "first_name": "Michela", + "middle_name": "", + "last_name": "Noseda", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Immunomodulation in cardiovascular disease", + "rest_events_session_count": 2, + "rest_events_session": "Monocytes and macrophages: new insights into cardiometabolic disease,Therapeutic targets for myocardial infarction", + "events_topic": "Immunomodulation | Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiometabolic Diseases | Cardiovascular Diseases", + "kol_name": "Michela Noseda", + "kol_full_name": "Michela Noseda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Body Mass Index | Diabetes Mellitus | Electrocardiography | Metabolic Diseases | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157663", + "session_name": "Predicting the future onset of diabetes mellitus with artificial intelligence-enhanced electrocardiography,Artificial intelligence-enhanced electrocardiography derived body mass index as a predictor of future cardiometabolic disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157663", + "first_name": "Libor", + "middle_name": "", + "last_name": "Pastika", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting the future onset of diabetes mellitus with artificial intelligence-enhanced electrocardiography", + "rest_events_session_count": 1, + "rest_events_session": "Artificial intelligence-enhanced electrocardiography derived body mass index as a predictor of future cardiometabolic disease", + "events_topic": "Body Mass Index | Diabetes Mellitus ", + "rest_events_topic_count": 3, + "rest_events_topic": " Electrocardiography | Metabolic Diseases | Artificial Intelligence", + "kol_name": "Libor Pastika", + "kol_full_name": "Libor Pastika" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Mortality | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157662", + "session_name": "Digitisation of electrocardiographic images enable artificial intelligence-based mortality prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157662", + "first_name": "Konstantinos", + "middle_name": "", + "last_name": "Patlatzoglou", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digitisation of electrocardiographic images enable artificial intelligence-based mortality prediction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Mortality ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Konstantinos Patlatzoglou", + "kol_full_name": "Konstantinos Patlatzoglou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1157661", + "session_name": "Genetic and phenotypic architecture of biventricular trabeculation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157661", + "first_name": "Kathryn", + "middle_name": "", + "last_name": "McGurk", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic and phenotypic architecture of biventricular trabeculation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kathryn McGurk", + "kol_full_name": "Kathryn McGurk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157660", + "session_name": "Structural echocardiographic parameters in male and female Asian athletes: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157660", + "first_name": "Joshua", + "middle_name": "", + "last_name": "Hon", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Structural echocardiographic parameters in male and female Asian athletes: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joshua Hon", + "kol_full_name": "Joshua Hon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157659", + "session_name": "All-cause, cancer and cardiovascular mortality among South Asians living in the UK: Follow-up of the London Life Sciences Population (LOLIPOP) cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157659", + "first_name": "Ishminder", + "middle_name": "", + "last_name": "Kooner", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "All-cause", + "rest_events_session_count": 1, + "rest_events_session": " cancer and cardiovascular mortality among South Asians living in the UK: Follow-up of the London Life Sciences Population (LOLIPOP) cohort", + "events_topic": "Neoplasms | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ishminder Kooner", + "kol_full_name": "Ishminder Kooner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arterial Stiffness", + "npi_num": "", + "hcp_pin_alias": "1157658", + "session_name": "Risk factors for arterial stiffness in multi-ethnic asian population: results from the health for life in Singapore study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157658", + "first_name": "Harinakshi", + "middle_name": "", + "last_name": "Sanikini", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors for arterial stiffness in multi-ethnic asian population: results from the health for life in Singapore study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arterial Stiffness", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Harinakshi Sanikini", + "kol_full_name": "Harinakshi Sanikini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MicroRNAs | Mechanical Regulation | Cardiovascular Diseases | RNA Methylation", + "npi_num": "", + "hcp_pin_alias": "1157657", + "session_name": "Investigating N6-methyladenosin RNA modification as a mediator of microRNA mechanical regulation in the heart,RNA as target and therapeutic tool in cardiovascular diseases,The molecular hallmarks of cardiovascular health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157657", + "first_name": "Costanza", + "middle_name": "", + "last_name": "Emanueli", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Investigating N6-methyladenosin RNA modification as a mediator of microRNA mechanical regulation in the heart", + "rest_events_session_count": 2, + "rest_events_session": "RNA as target and therapeutic tool in cardiovascular diseases,The molecular hallmarks of cardiovascular health", + "events_topic": "MicroRNAs | Mechanical Regulation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | RNA Methylation", + "kol_name": "Costanza Emanueli", + "kol_full_name": "Costanza Emanueli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypercholesterolemia | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157656", + "session_name": "Impact of addressing modifiable risk factors on the 10-year risk of cardiovascular disease in individuals with familial hypercholesterolemia: a causal analysis utilising UK biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157656", + "first_name": "Christophe", + "middle_name": "", + "last_name": "Stevens", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of addressing modifiable risk factors on the 10-year risk of cardiovascular disease in individuals with familial hypercholesterolemia: a causal analysis utilising UK biobank", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypercholesterolemia | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christophe Stevens", + "kol_full_name": "Christophe Stevens" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Frailty | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157655", + "session_name": "What cardiologists need to know about frailty", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157655", + "first_name": "Azara", + "middle_name": "", + "last_name": "Janmohamed", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What cardiologists need to know about frailty", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Frailty | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Azara Janmohamed", + "kol_full_name": "Azara Janmohamed" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Cardiovascular Diseases | Artificial Intelligence | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157654", + "session_name": "Prediction of mortality, future arrhythmia and cardiovascular disease: an artificial intelligence-enhanced electrocardiography platform,Sex related cardiovascular risk is non-dichotomous: artificial intelligence enhanced electrocardiography reveals continuum of risk in females", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157654", + "first_name": "Arunashis", + "middle_name": "", + "last_name": "Sau", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of mortality", + "rest_events_session_count": 2, + "rest_events_session": " future arrhythmia and cardiovascular disease: an artificial intelligence-enhanced electrocardiography platform,Sex related cardiovascular risk is non-dichotomous: artificial intelligence enhanced electrocardiography reveals continuum of risk in females", + "events_topic": "Electrocardiography | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Arrhythmias, Cardiac", + "kol_name": "Arunashis Sau", + "kol_full_name": "Arunashis Sau" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Brain Diseases | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157653", + "session_name": "Heart-brain and brain-heart interactions in cardiovascular health and disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157653", + "first_name": "Alicia", + "middle_name": "", + "last_name": "D'souza", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart-brain and brain-heart interactions in cardiovascular health and disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Diseases | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alicia D'souza", + "kol_full_name": "Alicia D'souza" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157652", + "session_name": "2D Echocardiographic aortic root dimensions and longitudinal analysis with artificial intelligence using an open dataset from a UK-wide collaborative", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157652", + "first_name": "Tiffany", + "middle_name": "", + "last_name": "Ng", + "org_name": "Imperial College Healthcare NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2D Echocardiographic aortic root dimensions and longitudinal analysis with artificial intelligence using an open dataset from a UK-wide collaborative", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tiffany Ng", + "kol_full_name": "Tiffany Ng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hospitalization | Genetic Therapy | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157651", + "session_name": "Cardiovascular trends: hospitalisations, trials, and genetic therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157651", + "first_name": "Kornelia", + "middle_name": "", + "last_name": "Kotseva", + "org_name": "Imperial College Healthcare NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular trends: hospitalisations", + "rest_events_session_count": 2, + "rest_events_session": " trials, and genetic therapies", + "events_topic": "Hospitalization | Genetic Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Kornelia Kotseva", + "kol_full_name": "Kornelia Kotseva" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Magnetic Resonance Imaging | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157650", + "session_name": "An artificial intelligence-based landmark model for early detection of aortic stenosis in Cardiac MRI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157650", + "first_name": "Kavitha", + "middle_name": "", + "last_name": "Vimalesvaran", + "org_name": "Imperial College Healthcare NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An artificial intelligence-based landmark model for early detection of aortic stenosis in Cardiac MRI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Kavitha Vimalesvaran", + "kol_full_name": "Kavitha Vimalesvaran" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1157649", + "session_name": "A systematic review and meta-analysis to determine the biological sex ratio in monogenic genetic and non-genetic dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157649", + "first_name": "Ishika", + "middle_name": "", + "last_name": "Prachee", + "org_name": "Imperial College Healthcare NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A systematic review and meta-analysis to determine the biological sex ratio in monogenic genetic and non-genetic dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ishika Prachee", + "kol_full_name": "Ishika Prachee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Tricuspid Valve Insufficiency | Artificial Intelligence | Diagnostic Imaging | Mitral Valve Disease", + "npi_num": "", + "hcp_pin_alias": "1157648", + "session_name": "Tricuspid valve from A to Z,Mitral valve from A to Z,Presenting revolutionary artificial intelligence (AI) that allows you to transcend the complexities of echocardiography,Novel imaging-based measures of cardiac structure and function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157648", + "first_name": "Bushra", + "middle_name": "Shahida", + "last_name": "Rana", + "org_name": "Imperial College Healthcare NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tricuspid valve from A to Z", + "rest_events_session_count": 3, + "rest_events_session": "Mitral valve from A to Z,Presenting revolutionary artificial intelligence (AI) that allows you to transcend the complexities of echocardiography,Novel imaging-based measures of cardiac structure and function", + "events_topic": "Echocardiography | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 3, + "rest_events_topic": " Artificial Intelligence | Diagnostic Imaging | Mitral Valve Disease", + "kol_name": "Bushra Shahida Rana", + "kol_full_name": "Bushra Shahida Rana" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin | Angina, Stable | Mortality | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157647", + "session_name": "Placebo-controlled efficacy of 17 anti-anginal drugs and percutaneous coronary intervention for first-line treatment of stable angina: systematic review & meta-analysis of 5153 patients from 53 trials,Troponin elevation during infection is associated with increased acute and long-term mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157647", + "first_name": "Amit", + "middle_name": "", + "last_name": "Kaura", + "org_name": "Imperial College Healthcare NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Placebo-controlled efficacy of 17 anti-anginal drugs and percutaneous coronary intervention for first-line treatment of stable angina: systematic review & meta-analysis of 5153 patients from 53 trials", + "rest_events_session_count": 1, + "rest_events_session": "Troponin elevation during infection is associated with increased acute and long-term mortality", + "events_topic": "Troponin | Angina, Stable ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mortality | Percutaneous Coronary Intervention", + "kol_name": "Amit Kaura", + "kol_full_name": "Amit Kaura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Eicosapentaenoic Acid | Triglycerides | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157646", + "session_name": "Estimate and prognosis of patients who are candidates for treatment with eicosapentaenoic acid after an acute coronary syndrome,Effect of triglycerides on cardiovascular risk in patients with a first vs. recurrent acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157646", + "first_name": "Alberto", + "middle_name": "", + "last_name": "Cordero", + "org_name": "IMED Elche Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Estimate and prognosis of patients who are candidates for treatment with eicosapentaenoic acid after an acute coronary syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Effect of triglycerides on cardiovascular risk in patients with a first vs. recurrent acute coronary syndrome", + "events_topic": "Eicosapentaenoic Acid | Triglycerides ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Alberto Cordero", + "kol_full_name": "Alberto Cordero" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1157645", + "session_name": "The impact of QRS complex fragmentation status before and after cardiac resynchronization therapy with defibrillator implantation: Is it a predictor of arrhythmic events?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157645", + "first_name": "Lara", + "middle_name": "", + "last_name": "De Miguel", + "org_name": "IIS-Fundacion Jimenez Diaz", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of QRS complex fragmentation status before and after cardiac resynchronization therapy with defibrillator implantation: Is it a predictor of arrhythmic events?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lara De Miguel", + "kol_full_name": "Lara De Miguel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Long QT Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157644", + "session_name": "Efficacy and safety of HERG channel agonists for treatment of Long QT Syndrome type 8", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157644", + "first_name": "Deni", + "middle_name": "", + "last_name": "Kukavica", + "org_name": "ICS Maugeri - IRCCS Pavia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of HERG channel agonists for treatment of Long QT Syndrome type 8", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Long QT Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Deni Kukavica", + "kol_full_name": "Deni Kukavica" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Atrioventricular Nodal Reentry", + "npi_num": "", + "hcp_pin_alias": "1157643", + "session_name": "The occurrence of atrioventricular nodal reentrant tachycardia requires not only the electrophysiological substrate but also the electro-anatomical characteristics in the triangle of Koch", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157643", + "first_name": "Takanao", + "middle_name": "", + "last_name": "Mine", + "org_name": "Hyogo Medical University", + "Country": "Japan", + "Region": "Hyogo", + "City": "Nishinomiya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The occurrence of atrioventricular nodal reentrant tachycardia requires not only the electrophysiological substrate but also the electro-anatomical characteristics in the triangle of Koch", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Atrioventricular Nodal Reentry", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takanao Mine", + "kol_full_name": "Takanao Mine" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Remodeling", + "npi_num": "", + "hcp_pin_alias": "1157642", + "session_name": "The connection site of the Bachmann bundle to the left atrium affects atrial electrical and anatomical remodeling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157642", + "first_name": "Soichiro", + "middle_name": "", + "last_name": "Terao", + "org_name": "Hyogo Medical University", + "Country": "Japan", + "Region": "Hyogo", + "City": "Nishinomiya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The connection site of the Bachmann bundle to the left atrium affects atrial electrical and anatomical remodeling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Remodeling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Soichiro Terao", + "kol_full_name": "Soichiro Terao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Echocardiography | Cryosurgery", + "npi_num": "", + "hcp_pin_alias": "1157641", + "session_name": "The intracardiac echocardiographic findings during rewarming using catheter-based cryoablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157641", + "first_name": "Miho", + "middle_name": "", + "last_name": "Sugitani", + "org_name": "Hyogo Medical University", + "Country": "Japan", + "Region": "Hyogo", + "City": "Nishinomiya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The intracardiac echocardiographic findings during rewarming using catheter-based cryoablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cryosurgery", + "kol_name": "Miho Sugitani", + "kol_full_name": "Miho Sugitani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Albuminuria", + "npi_num": "", + "hcp_pin_alias": "1157640", + "session_name": "Albuminuria is associated with progression of diastolic dysfunction in patients at risk for cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157640", + "first_name": "Kyung-Duk", + "middle_name": "", + "last_name": "Min", + "org_name": "Hyogo Medical University", + "Country": "Japan", + "Region": "Hyogo", + "City": "Nishinomiya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Albuminuria is associated with progression of diastolic dysfunction in patients at risk for cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Albuminuria", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kyung-Duk Min", + "kol_full_name": "Kyung-Duk Min" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157639", + "session_name": "National early warning score predicts 90 days all-cause mortality among patients with acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157639", + "first_name": "Nora", + "middle_name": "Olsen El", + "last_name": "Caidi", + "org_name": "Hvidovre Hospital - Copenhagen University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "National early warning score predicts 90 days all-cause mortality among patients with acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nora Olsen El Caidi", + "kol_full_name": "Nora Olsen El Caidi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nutrition Assessment | Obesity | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157638", + "session_name": "Effects of prognostic nutritional index and obesity on 1-year mortality in patients with acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157638", + "first_name": "Mohammed", + "middle_name": "", + "last_name": "El-Sheikh", + "org_name": "Hvidovre Hospital - Copenhagen University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of prognostic nutritional index and obesity on 1-year mortality in patients with acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nutrition Assessment | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Mohammed El-Sheikh", + "kol_full_name": "Mohammed El-Sheikh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fibrinolysin | Urokinase-Type Plasminogen Activator | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157637", + "session_name": "Prognostic value of soluble urokinase plasminogen activator receptor (suPAR) in patients admitted with acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157637", + "first_name": "Aginsha", + "middle_name": "", + "last_name": "Kandiah", + "org_name": "Hvidovre Hospital - Copenhagen University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of soluble urokinase plasminogen activator receptor (suPAR) in patients admitted with acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibrinolysin | Urokinase-Type Plasminogen Activator ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Aginsha Kandiah", + "kol_full_name": "Aginsha Kandiah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157636", + "session_name": "Risk stratification of coronary artery disease in TAVI patients: clinical, anatomical, and physiological assessment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157636", + "first_name": "Giulio", + "middle_name": "", + "last_name": "Stefanini", + "org_name": "Humanitas University", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification of coronary artery disease in TAVI patients: clinical", + "rest_events_session_count": 2, + "rest_events_session": " anatomical, and physiological assessment", + "events_topic": "Transcatheter Aortic Valve Replacement | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giulio Stefanini", + "kol_full_name": "Giulio Stefanini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis", + "npi_num": "", + "hcp_pin_alias": "1157635", + "session_name": "No reflow, large thrombus burden: now what?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157635", + "first_name": "Davide", + "middle_name": "", + "last_name": "Cao", + "org_name": "Humanitas University", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "No reflow", + "rest_events_session_count": 1, + "rest_events_session": " large thrombus burden: now what?", + "events_topic": "Thrombosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Davide Cao", + "kol_full_name": "Davide Cao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulsed Field Ablation | Prealbumin | Amyloidosis, Hereditary, Transthyretin-Related | Ventricular Fibrillation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157634", + "session_name": "Atrial fibrillation recurrence rates in patients with transthyretin cardiac amyloidosis undergoing pulmonary vein isolation: a comparative retrospective study with propensity score matching,Ventricular fibrillation risk during left atrial pulsed field ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157634", + "first_name": "Stefano", + "middle_name": "", + "last_name": "Valcher", + "org_name": "Humanitas Research Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation recurrence rates in patients with transthyretin cardiac amyloidosis undergoing pulmonary vein isolation: a comparative retrospective study with propensity score matching", + "rest_events_session_count": 1, + "rest_events_session": "Ventricular fibrillation risk during left atrial pulsed field ablation", + "events_topic": "Pulsed Field Ablation | Prealbumin ", + "rest_events_topic_count": 3, + "rest_events_topic": " Amyloidosis, Hereditary, Transthyretin-Related | Ventricular Fibrillation | Atrial Fibrillation", + "kol_name": "Stefano Valcher", + "kol_full_name": "Stefano Valcher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "T-Lymphocytes | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157633", + "session_name": "T-cell therapeutic targets in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157633", + "first_name": "Marinos", + "middle_name": "", + "last_name": "Kallikourdis", + "org_name": "Humanitas Research Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "T-cell therapeutic targets in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "T-Lymphocytes | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marinos Kallikourdis", + "kol_full_name": "Marinos Kallikourdis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Annular Disjunction | Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1157632", + "session_name": "True-MAD and pseudo-MAD in consecutive patients undergoing cardiovascular magnetic resonance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157632", + "first_name": "Kamil", + "middle_name": "", + "last_name": "Stankowski", + "org_name": "Humanitas Research Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "True-MAD and pseudo-MAD in consecutive patients undergoing cardiovascular magnetic resonance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Annular Disjunction | Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kamil Stankowski", + "kol_full_name": "Kamil Stankowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Epigenomics", + "npi_num": "", + "hcp_pin_alias": "1157631", + "session_name": "Ageing, metabolism, and epigenetics in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157631", + "first_name": "Gianluigi", + "middle_name": "", + "last_name": "Condorelli", + "org_name": "Humanitas Research Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ageing", + "rest_events_session_count": 2, + "rest_events_session": " metabolism, and epigenetics in heart failure", + "events_topic": "Heart Failure | Epigenomics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gianluigi Condorelli", + "kol_full_name": "Gianluigi Condorelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Circadian Rhythm", + "npi_num": "", + "hcp_pin_alias": "1157630", + "session_name": "Circadian regulation of cardiometabolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157630", + "first_name": "Carolina", + "middle_name": "", + "last_name": "Greco", + "org_name": "Humanitas Research Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circadian regulation of cardiometabolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Circadian Rhythm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carolina Greco", + "kol_full_name": "Carolina Greco" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157629", + "session_name": "Outcomes of percutaneous coronary interventions after transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157629", + "first_name": "Carlo", + "middle_name": "Andrea", + "last_name": "Pivato", + "org_name": "Humanitas Research Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes of percutaneous coronary interventions after transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "Carlo Andrea Pivato", + "kol_full_name": "Carlo Andrea Pivato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157628", + "session_name": "Mastering complexity: advanced PCI strategies for challenging lesions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157628", + "first_name": "Antonio", + "middle_name": "", + "last_name": "Colombo", + "org_name": "Humanitas Research Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mastering complexity: advanced PCI strategies for challenging lesions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonio Colombo", + "kol_full_name": "Antonio Colombo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Gene Editing | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157627", + "session_name": "Gene editing to correct monogenic cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157627", + "first_name": "Eva", + "middle_name": "", + "last_name": "Van Rooij", + "org_name": "Hubrecht Institute", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gene editing to correct monogenic cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gene Editing | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eva Van Rooij", + "kol_full_name": "Eva Van Rooij" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Hydatidosis | Obstructive Shock | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157626", + "session_name": "Obstructive shock and out-of-hospital cardiac arrest as the first presentation of isolated cardiac hydatidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157626", + "first_name": "Francisco", + "middle_name": "", + "last_name": "Gonzalez-Santorum", + "org_name": "Hospital Vall Dhebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obstructive shock and out-of-hospital cardiac arrest as the first presentation of isolated cardiac hydatidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Hydatidosis | Obstructive Shock ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "Francisco Gonzalez-Santorum", + "kol_full_name": "Francisco Gonzalez-Santorum" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Obesity", + "npi_num": "", + "hcp_pin_alias": "1157625", + "session_name": "The impact of obesity management on cardiovascular outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157625", + "first_name": "Andreea", + "middle_name": "", + "last_name": "Ciudin", + "org_name": "Hospital Vall Dhebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of obesity management on cardiovascular outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andreea Ciudin", + "kol_full_name": "Andreea Ciudin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Diabetes Mellitus, Type 2 | Transcatheter Edge-to-Edge Repair | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157624", + "session_name": "Prevalence and incidence of heart failure in patients with type 2 diabetes mellitus. Results of the prospective DIABET-IC study,Transcatheter mitral edge-to-edge repair in patients with prior cancer diagnosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157624", + "first_name": "Rafael", + "middle_name": "", + "last_name": "Gonzalez-Manzanares", + "org_name": "Hospital Universitario Reina Sofia de Cordoba", + "Country": "Spain", + "Region": "Andalucia", + "City": "Córdoba", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and incidence of heart failure in patients with type 2 diabetes mellitus. Results of the prospective DIABET-IC study", + "rest_events_session_count": 1, + "rest_events_session": "Transcatheter mitral edge-to-edge repair in patients with prior cancer diagnosis", + "events_topic": "Neoplasms | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Edge-to-Edge Repair | Heart Failure", + "kol_name": "Rafael Gonzalez-Manzanares", + "kol_full_name": "Rafael Gonzalez-Manzanares" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis | Amyloidosis, Hereditary, Transthyretin-Related | Cardiomyopathy, Hypertrophic | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157623", + "session_name": "Unveiling the latest insights: clinical and real-world data in ATTR cardiomyopathy management,Long-term safety and efficacy of mavacamten in obstructive hypertrophic cardiomyopathy: up to 3.5-year follow-up results of the EXPLORER cohort of MAVA-Long-Term Extension study,Epidemiology of amyloidosis in heart failure and red flags", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157623", + "first_name": "Pablo", + "middle_name": "", + "last_name": "Garcia-Pavia", + "org_name": "Hospital Universitario Puerta de Hierro Majadahonda", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveiling the latest insights: clinical and real-world data in ATTR cardiomyopathy management", + "rest_events_session_count": 2, + "rest_events_session": "Long-term safety and efficacy of mavacamten in obstructive hypertrophic cardiomyopathy: up to 3.5-year follow-up results of the EXPLORER cohort of MAVA-Long-Term Extension study,Epidemiology of amyloidosis in heart failure and red flags", + "events_topic": "Amyloidosis | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Heart Failure", + "kol_name": "Pablo Garcia-Pavia", + "kol_full_name": "Pablo Garcia-Pavia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis | Hemodynamics", + "npi_num": "", + "hcp_pin_alias": "1157622", + "session_name": "Phenotype of patients with severe aortic stenosis and small aortic annulus: how does it impact on hemodynamics and on transcatheter aortic valve implantation outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157622", + "first_name": "Lorenzo", + "middle_name": "", + "last_name": "Niro", + "org_name": "Hospital Universitari Germans Trias i Pujol", + "Country": "Italy", + "Region": "Veneto", + "City": "Verona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phenotype of patients with severe aortic stenosis and small aortic annulus: how does it impact on hemodynamics and on transcatheter aortic valve implantation outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hemodynamics", + "kol_name": "Lorenzo Niro", + "kol_full_name": "Lorenzo Niro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Cognition", + "npi_num": "", + "hcp_pin_alias": "1157621", + "session_name": "Heart-brain interactions: sex differences and impact on cognition,New findings in stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157621", + "first_name": "Valeria", + "middle_name": "", + "last_name": "Caso", + "org_name": "Hospital Santa Maria Della Misericordia", + "Country": "Italy", + "Region": "Umbria", + "City": "Perugia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart-brain interactions: sex differences and impact on cognition", + "rest_events_session_count": 1, + "rest_events_session": "New findings in stroke", + "events_topic": "Stroke | Cognition", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Valeria Caso", + "kol_full_name": "Valeria Caso" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnosis | Athletes", + "npi_num": "", + "hcp_pin_alias": "1157620", + "session_name": "Challenges in the diagnosis and treatment of athletes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157620", + "first_name": "Antonia", + "middle_name": "Vaquer", + "last_name": "Segui", + "org_name": "HOSPITAL SAN JUAN DE LA CRUZ", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in the diagnosis and treatment of athletes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnosis | Athletes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonia Vaquer Segui", + "kol_full_name": "Antonia Vaquer Segui" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Gene Editing | Cardiac Regeneration | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157619", + "session_name": "Gene editing and gene therapies to cure cardiovascular diseases,Novel approaches in cardiac regeneration", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157619", + "first_name": "Christian", + "middle_name": "", + "last_name": "Kupatt", + "org_name": "Hospital right the Isar", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gene editing and gene therapies to cure cardiovascular diseases", + "rest_events_session_count": 1, + "rest_events_session": "Novel approaches in cardiac regeneration", + "events_topic": "Gene Editing | Cardiac Regeneration ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Christian Kupatt", + "kol_full_name": "Christian Kupatt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Ventricular Dysfunction, Right", + "npi_num": "", + "hcp_pin_alias": "1157618", + "session_name": "Prognostic significance of right ventricular dysfunction in patients with TTR amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157618", + "first_name": "Sabina", + "middle_name": "", + "last_name": "Istratoaie", + "org_name": "Hospital Pontchaillou of Rennes", + "Country": "France", + "Region": "Bretagne", + "City": "Rennes", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic significance of right ventricular dysfunction in patients with TTR amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Ventricular Dysfunction, Right", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sabina Istratoaie", + "kol_full_name": "Sabina Istratoaie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Myopericarditis | Cardiomyopathy, Dilated | Echocardiography | Leukemia, Promyelocytic, Acute", + "npi_num": "", + "hcp_pin_alias": "1157617", + "session_name": "Imaging in dilated cardiomyopathy,Early isolated myopericarditis induced by all-trans retinoic acid (ATRA) treatment for acute promyelocytic leukemia,Echocardiographic insights from the atria", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157617", + "first_name": "Elena", + "middle_name": "", + "last_name": "Galli", + "org_name": "Hospital Pontchaillou of Rennes", + "Country": "France", + "Region": "Bretagne", + "City": "Rennes", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging in dilated cardiomyopathy", + "rest_events_session_count": 2, + "rest_events_session": "Early isolated myopericarditis induced by all-trans retinoic acid (ATRA) treatment for acute promyelocytic leukemia,Echocardiographic insights from the atria", + "events_topic": "Diagnostic Imaging | Myopericarditis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiomyopathy, Dilated | Echocardiography | Leukemia, Promyelocytic, Acute", + "kol_name": "Elena Galli", + "kol_full_name": "Elena Galli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Cluster Analysis", + "npi_num": "", + "hcp_pin_alias": "1157616", + "session_name": "Identification and validation of ventricular rhythmic risk subgroups in hypertrophic cardiomyopathy by clustering analysis including left ventricular strain analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157616", + "first_name": "Adrien", + "middle_name": "Al", + "last_name": "wazzan", + "org_name": "Hospital Pontchaillou of Rennes", + "Country": "France", + "Region": "Bretagne", + "City": "Rennes", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification and validation of ventricular rhythmic risk subgroups in hypertrophic cardiomyopathy by clustering analysis including left ventricular strain analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Cluster Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adrien Al wazzan", + "kol_full_name": "Adrien Al wazzan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157615", + "session_name": "How to manage heart failure when kidney function worsens,Guidelines in Practice: implementing the 2023 Focused Update on Heart Failure - target, treat, and titrate", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157615", + "first_name": "Wilfried", + "middle_name": "", + "last_name": "Mullens", + "org_name": "Hospital Oost-Limburg (ZOL)", + "Country": "Belgium", + "Region": "Limburg", + "City": "Genk", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to manage heart failure when kidney function worsens", + "rest_events_session_count": 3, + "rest_events_session": "Guidelines in Practice: implementing the 2023 Focused Update on Heart Failure - target, treat, and titrate", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wilfried Mullens", + "kol_full_name": "Wilfried Mullens" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Brugada Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157614", + "session_name": "Prevalence of Brugada ECG pattern in psychiatric patients: a longitudinal prospective cohort of 550 patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157614", + "first_name": "Alessandra", + "middle_name": "", + "last_name": "Margaglione", + "org_name": "Hospital Oo Rr Di Foggia", + "Country": "Italy", + "Region": "Puglia", + "City": "Foggia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of Brugada ECG pattern in psychiatric patients: a longitudinal prospective cohort of 550 patients.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Brugada Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandra Margaglione", + "kol_full_name": "Alessandra Margaglione" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Chest Pain", + "npi_num": "", + "hcp_pin_alias": "1157613", + "session_name": "Health care contacts among women with symptoms of angina or unspecific chest pain but no obstructive coronary artery disease: results from the WOMANOCA nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157613", + "first_name": "Jane", + "middle_name": "Lange", + "last_name": "Dalsgaard", + "org_name": "Hospital of Southern Jutland", + "Country": "Denmark", + "Region": "Sonderjylland", + "City": "Aabenraa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Health care contacts among women with symptoms of angina or unspecific chest pain but no obstructive coronary artery disease: results from the WOMANOCA nationwide cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Chest Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jane Lange Dalsgaard", + "kol_full_name": "Jane Lange Dalsgaard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157612", + "session_name": "Caring for the patient with cancer and heart disease: the clinical perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157612", + "first_name": "Jennifer", + "middle_name": "", + "last_name": "Cautela", + "org_name": "Hospital Nord of Marseille", + "Country": "France", + "Region": "Provence-Alpes-Cote d'Azur", + "City": "Marseille", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Caring for the patient with cancer and heart disease: the clinical perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jennifer Cautela", + "kol_full_name": "Jennifer Cautela" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiotoxicity | Pembrolizumab | Coronary Vasospasm", + "npi_num": "", + "hcp_pin_alias": "1157611", + "session_name": "A rare case of cardiovascular toxicity caused by pembrolizumab leading to coronary vasospasm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157611", + "first_name": "Ilaria", + "middle_name": "", + "last_name": "Pagliassotto", + "org_name": "Hospital Molinette of the University Hospital S. Giovanni Battista", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A rare case of cardiovascular toxicity caused by pembrolizumab leading to coronary vasospasm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiotoxicity | Pembrolizumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Vasospasm", + "kol_name": "Ilaria Pagliassotto", + "kol_full_name": "Ilaria Pagliassotto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1157610", + "session_name": "Conduction-System pacing Italian Network Group (C-SING): insights from a Nationwide Multicenter Observational Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157610", + "first_name": "Gabriele", + "middle_name": "", + "last_name": "Dell'Era", + "org_name": "Hospital Maggiore Della Carita", + "Country": "Italy", + "Region": "Piemonte", + "City": "Novara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Conduction-System pacing Italian Network Group (C-SING): insights from a Nationwide Multicenter Observational Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gabriele Dell'Era", + "kol_full_name": "Gabriele Dell'Era" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157609", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157609", + "first_name": "Gregoire", + "middle_name": "", + "last_name": "Range", + "org_name": "Hospital Louis Pasteur of Chartres", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gregoire Range", + "kol_full_name": "Gregoire Range" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157608", + "session_name": "Optimising cardiovascular risk factors beyond glucose management in patients with diabetes and cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157608", + "first_name": "Stephan", + "middle_name": "", + "last_name": "Gielen", + "org_name": "Hospital Lippe-Detmold", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Rudesheim", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising cardiovascular risk factors beyond glucose management in patients with diabetes and cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephan Gielen", + "kol_full_name": "Stephan Gielen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Menopause | Prognosis | Cardio-Renal Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157607", + "session_name": "Comparison of clinical symptoms and prognosis of non-post-menopausal women to age matched men admitted with ST-elevation myocardial infarctions,Cardio-renal syndromes in patients admitted with ST-elevation myocardial infarctions: Incidence and impact on renal and overall outcome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157607", + "first_name": "Johannes", + "middle_name": "", + "last_name": "Schmucker", + "org_name": "Hospital Links der Weser", + "Country": "Germany", + "Region": "Bremen", + "City": "Bremen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of clinical symptoms and prognosis of non-post-menopausal women to age matched men admitted with ST-elevation myocardial infarctions", + "rest_events_session_count": 1, + "rest_events_session": "Cardio-renal syndromes in patients admitted with ST-elevation myocardial infarctions: Incidence and impact on renal and overall outcome", + "events_topic": "ST Elevation Myocardial Infarction | Menopause ", + "rest_events_topic_count": 2, + "rest_events_topic": " Prognosis | Cardio-Renal Syndrome", + "kol_name": "Johannes Schmucker", + "kol_full_name": "Johannes Schmucker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolic Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157606", + "session_name": "Is there a specific treatment for cardiometabolic syndrome?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157606", + "first_name": "Bruno", + "middle_name": "", + "last_name": "Verges", + "org_name": "Hospital le Bocage of Dijon Regional University Hospital Centre", + "Country": "France", + "Region": "Bourgogne", + "City": "Dijon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is there a specific treatment for cardiometabolic syndrome?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolic Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bruno Verges", + "kol_full_name": "Bruno Verges" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Gadolinium | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1157605", + "session_name": "Propensity score-matched analysis in isolated left ventricular dilation and non-ischaemic dilated cardiomyopathy,Prognostic impact of the concept of late gadolinium enhancement granularity in non-ischaemic dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157605", + "first_name": "Trecy", + "middle_name": "", + "last_name": "Goncalves", + "org_name": "Hospital Lariboisiere", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Propensity score-matched analysis in isolated left ventricular dilation and non-ischaemic dilated cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic impact of the concept of late gadolinium enhancement granularity in non-ischaemic dilated cardiomyopathy", + "events_topic": "Gadolinium | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Trecy Goncalves", + "kol_full_name": "Trecy Goncalves" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MINOCA | Tomography, X-Ray Computed | Diagnostic Imaging | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157604", + "session_name": "Myocardial infarction with non-obstructive coronary arteries (MINOCA): state-of-the-art imaging evaluation,Cardiac computed tomography: artificial intelligence, radiomics, and more", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157604", + "first_name": "Theo", + "middle_name": "", + "last_name": "Pezel", + "org_name": "Hospital Lariboisiere", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial infarction with non-obstructive coronary arteries (MINOCA): state-of-the-art imaging evaluation", + "rest_events_session_count": 3, + "rest_events_session": "Cardiac computed tomography: artificial intelligence, radiomics, and more", + "events_topic": "MINOCA | Tomography, X-Ray Computed ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diagnostic Imaging | Artificial Intelligence", + "kol_name": "Theo Pezel", + "kol_full_name": "Theo Pezel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Cerebrovascular Disorders", + "npi_num": "", + "hcp_pin_alias": "1157603", + "session_name": "Recreational drugs use as prognostic factor of major adverse cardiovascular and cerebrovascular events in patients hospitalised for acute cardiovascular events.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157603", + "first_name": "Raphael", + "middle_name": "", + "last_name": "Mirailles", + "org_name": "Hospital Lariboisiere", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Recreational drugs use as prognostic factor of major adverse cardiovascular and cerebrovascular events in patients hospitalised for acute cardiovascular events.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Cerebrovascular Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raphael Mirailles", + "kol_full_name": "Raphael Mirailles" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157602", + "session_name": "Sex-specific models to predict 5-year mortality after ST-elevation myocardial infarction using machine learning: insight from FAST-MI registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157602", + "first_name": "Manveer", + "middle_name": "", + "last_name": "Singh", + "org_name": "Hospital Lariboisiere", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-specific models to predict 5-year mortality after ST-elevation myocardial infarction using machine learning: insight from FAST-MI registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Manveer Singh", + "kol_full_name": "Manveer Singh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Cardiovascular Diseases | Multivessel Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157601", + "session_name": "Decision-making for revascularisation of multivessel disease,ESC Andreas Grüntzig Lecture in Interventional Cardiology,Great Debates: diagnosis and management of chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157601", + "first_name": "Julinda", + "middle_name": "", + "last_name": "Mehilli", + "org_name": "Hospital Landshut-Achdorf", + "Country": "Germany", + "Region": "Bayern", + "City": "Landshut", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Decision-making for revascularisation of multivessel disease", + "rest_events_session_count": 2, + "rest_events_session": "ESC Andreas Grüntzig Lecture in Interventional Cardiology,Great Debates: diagnosis and management of chronic coronary syndromes", + "events_topic": "Acute Coronary Syndrome | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Multivessel Coronary Artery Disease", + "kol_name": "Julinda Mehilli", + "kol_full_name": "Julinda Mehilli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol | Hyperlipoproteinemia Type II | Plaque, Atherosclerotic", + "npi_num": "", + "hcp_pin_alias": "1157600", + "session_name": "Correlation of coronary and carotid atheroma volume in patients with severe and familial hypercholesterolemia (VOCCA-3D HF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157600", + "first_name": "Sami", + "middle_name": "", + "last_name": "Fawaz", + "org_name": "Hospital Haut Leveque", + "Country": "France", + "Region": "Aquitaine", + "City": "Bordeaux", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Correlation of coronary and carotid atheroma volume in patients with severe and familial hypercholesterolemia (VOCCA-3D HF)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol | Hyperlipoproteinemia Type II ", + "rest_events_topic_count": 1, + "rest_events_topic": " Plaque, Atherosclerotic", + "kol_name": "Sami Fawaz", + "kol_full_name": "Sami Fawaz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertensive Crisis | Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1157599", + "session_name": "Cerebral damage after malignant hypertensive crisis: cerebral MRI follow-up data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157599", + "first_name": "Jean", + "middle_name": "Sebastien", + "last_name": "Liegey", + "org_name": "Hospital Haut Leveque", + "Country": "France", + "Region": "Aquitaine", + "City": "Bordeaux", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cerebral damage after malignant hypertensive crisis: cerebral MRI follow-up data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertensive Crisis | Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jean Sebastien Liegey", + "kol_full_name": "Jean Sebastien Liegey" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157598", + "session_name": "Aortic stenosis and the evolution of cardiac damage after transcatheter aortic valve replacement.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157598", + "first_name": "Fabian", + "middle_name": "", + "last_name": "Islas", + "org_name": "Hospital General Universitario de Talavera de la Reina", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic stenosis and the evolution of cardiac damage after transcatheter aortic valve replacement.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "Fabian Islas", + "kol_full_name": "Fabian Islas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157597", + "session_name": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157597", + "first_name": "Ingo", + "middle_name": "", + "last_name": "Ahrens", + "org_name": "Hospital der Augustinerinnen", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ingo Ahrens", + "kol_full_name": "Ingo Ahrens" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Fractional Flow Reserve | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1157596", + "session_name": "Cardiac computed tomography: perfusion, ischaemia, fractional flow reserve, and more", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157596", + "first_name": "Miguel", + "middle_name": "Cainzos", + "last_name": "Achirica", + "org_name": "Hospital del Mar Medical Research Institute (IMIM)", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac computed tomography: perfusion", + "rest_events_session_count": 3, + "rest_events_session": " ischaemia, fractional flow reserve, and more", + "events_topic": "Ischemia | Fractional Flow Reserve ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "Miguel Cainzos Achirica", + "kol_full_name": "Miguel Cainzos Achirica" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Polygraphy | Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1157595", + "session_name": "Comparative study of the surface and endocavitary signals of cardiac pacing system analyzers with respect to the conventional polygraphy systems signals during implantation of conduction system pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157595", + "first_name": "Jesus", + "middle_name": "Jimenez", + "last_name": "Lopez", + "org_name": "Hospital del Mar", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative study of the surface and endocavitary signals of cardiac pacing system analyzers with respect to the conventional polygraphy systems signals during implantation of conduction system pacing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polygraphy | Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jesus Jimenez Lopez", + "kol_full_name": "Jesus Jimenez Lopez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Transplantation | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157594", + "session_name": "Update on heart transplantation,Tailored approaches in heart failure: insights from France and Spain", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157594", + "first_name": "Sonia", + "middle_name": "Mirabet", + "last_name": "Perez", + "org_name": "Hospital de la Santa Creu i Sant Pau", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Update on heart transplantation", + "rest_events_session_count": 1, + "rest_events_session": "Tailored approaches in heart failure: insights from France and Spain", + "events_topic": "Heart Transplantation | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sonia Mirabet Perez", + "kol_full_name": "Sonia Mirabet Perez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Nursing | Mechanical Circulatory Support", + "npi_num": "", + "hcp_pin_alias": "1157593", + "session_name": "How to personalise vaso-active drugs in the patient on mechanical circulatory support,The best acute cardiovascular-care science", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157593", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Sionis", + "org_name": "Hospital de la Santa Creu i Sant Pau", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to personalise vaso-active drugs in the patient on mechanical circulatory support", + "rest_events_session_count": 1, + "rest_events_session": "The best acute cardiovascular-care science", + "events_topic": "Cardiovascular Nursing | Mechanical Circulatory Support", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Sionis", + "kol_full_name": "Alessandro Sionis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157592", + "session_name": "Influence of process-focused patient care on clinical outcomes among hospitalized heart failure patients in the cardiology ward", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157592", + "first_name": "Laia", + "middle_name": "Lorenzo", + "last_name": "Esteller", + "org_name": "Hospital de Bellvitge", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of process-focused patient care on clinical outcomes among hospitalized heart failure patients in the cardiology ward", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Laia Lorenzo Esteller", + "kol_full_name": "Laia Lorenzo Esteller" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Heart Failure, Diastolic | Cardiac Pacing, Artificial | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157591", + "session_name": "Pacing Performance of the First Leadless Pacemaker Communicating with an SICD from the full cohort of the MODULAR ATP study,Atrial fibrillation and heart failure with preserved ejection fraction (HFpEF): managing a common combination", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157591", + "first_name": "Lluis", + "middle_name": "", + "last_name": "Mont", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pacing Performance of the First Leadless Pacemaker Communicating with an SICD from the full cohort of the MODULAR ATP study", + "rest_events_session_count": 1, + "rest_events_session": "Atrial fibrillation and heart failure with preserved ejection fraction (HFpEF): managing a common combination", + "events_topic": "Defibrillators, Implantable | Heart Failure, Diastolic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Pacing, Artificial | Atrial Fibrillation", + "kol_name": "Lluis Mont", + "kol_full_name": "Lluis Mont" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Pressure | Pulmonary Embolism | Pulmonary Vascular Diseases | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1157590", + "session_name": "CILP1 and NTproBNP in pulmonary hypertension and right ventricular pressure overload: a translational experimental study,Molecular modifiers of pulmonary vascular disease,Pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157590", + "first_name": "Ana", + "middle_name": "", + "last_name": "Garcia-Alvarez", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CILP1 and NTproBNP in pulmonary hypertension and right ventricular pressure overload: a translational experimental study", + "rest_events_session_count": 2, + "rest_events_session": "Molecular modifiers of pulmonary vascular disease,Pulmonary embolism", + "events_topic": "Ventricular Pressure | Pulmonary Embolism ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pulmonary Vascular Diseases | Hypertension, Pulmonary", + "kol_name": "Ana Garcia-Alvarez", + "kol_full_name": "Ana Garcia-Alvarez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Critical Illness | Heart Arrest | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157589", + "session_name": "Innovations in cardiac arrest,Critically ill patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157589", + "first_name": "Rut", + "middle_name": "Andrea", + "last_name": "Riba", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovations in cardiac arrest", + "rest_events_session_count": 1, + "rest_events_session": "Critically ill patients with acute coronary syndrome", + "events_topic": "Critical Illness | Heart Arrest ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Rut Andrea Riba", + "kol_full_name": "Rut Andrea Riba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1157588", + "session_name": "Management in congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157588", + "first_name": "Raquel", + "middle_name": "", + "last_name": "Luna", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management in congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raquel Luna", + "kol_full_name": "Raquel Luna" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Hypertension | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157587", + "session_name": "Secondary causes of hypertension: mind the gap,Clinical Case Management: impact of comorbidities on personalised care for hypertension,Blood pressure control and cardiovascular risk assessment in patients with hypertension: a pooled analysis of 6 countries in Eastern and Southern Europe (SNAPSHOT study),Pharmacological management of hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157587", + "first_name": "Miguel", + "middle_name": "", + "last_name": "Camafort", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Secondary causes of hypertension: mind the gap", + "rest_events_session_count": 3, + "rest_events_session": "Clinical Case Management: impact of comorbidities on personalised care for hypertension,Blood pressure control and cardiovascular risk assessment in patients with hypertension: a pooled analysis of 6 countries in Eastern and Southern Europe (SNAPSHOT study),Pharmacological management of hypertension", + "events_topic": "Heart Disease Risk Factors | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Miguel Camafort", + "kol_full_name": "Miguel Camafort" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Mitral Valve Replacement | Tricuspid Valve Insufficiency | Echocardiography, Transesophageal", + "npi_num": "", + "hcp_pin_alias": "1157586", + "session_name": "Live transoesophageal echo: how to best guide transcatheter mitral valve repair,Tricuspid regurgitation and intervention: what are the limits?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157586", + "first_name": "Marta", + "middle_name": "", + "last_name": "Sitges", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Live transoesophageal echo: how to best guide transcatheter mitral valve repair", + "rest_events_session_count": 1, + "rest_events_session": "Tricuspid regurgitation and intervention: what are the limits?", + "events_topic": "Transcatheter Mitral Valve Replacement | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Echocardiography, Transesophageal", + "kol_name": "Marta Sitges", + "kol_full_name": "Marta Sitges" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug Therapy | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157585", + "session_name": "Heart failure management in low/middle-income countries,Pharmacotherapy for worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157585", + "first_name": "Marta", + "middle_name": "Farrero", + "last_name": "Torres", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure management in low/middle-income countries", + "rest_events_session_count": 1, + "rest_events_session": "Pharmacotherapy for worsening heart failure", + "events_topic": "Drug Therapy | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marta Farrero Torres", + "kol_full_name": "Marta Farrero Torres" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157584", + "session_name": "Patients with hypertrophic cardiomyopathy: should be restricted from sport - pro,Clinical Case Management: athletes with cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157584", + "first_name": "Maria", + "middle_name": "", + "last_name": "Sanz-de la Garza", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patients with hypertrophic cardiomyopathy: should be restricted from sport - pro", + "rest_events_session_count": 1, + "rest_events_session": "Clinical Case Management: athletes with cardiomyopathies", + "events_topic": "Cardiomyopathy, Hypertrophic | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Sanz-de la Garza", + "kol_full_name": "Maria Sanz-de la Garza" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Muscular Diseases | Hypertrophy, Left Ventricular", + "npi_num": "", + "hcp_pin_alias": "1157583", + "session_name": "Left atrial strain differences between hypertensive and sarcomeric left ventricular hypertrophy: a sign of sarcomeric auricular myopathy?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157583", + "first_name": "Marc", + "middle_name": "Ramos", + "last_name": "Jovani", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial strain differences between hypertensive and sarcomeric left ventricular hypertrophy: a sign of sarcomeric auricular myopathy?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Muscular Diseases | Hypertrophy, Left Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marc Ramos Jovani", + "kol_full_name": "Marc Ramos Jovani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157582", + "session_name": "A nurse-led intervention improves quality of life and reduces arrhythmic recurrences in patients undergoing atrial fibrillation ablation. Results of the NURSECAT-AF randomized clinical trial.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157582", + "first_name": "Alba", + "middle_name": "Cano", + "last_name": "Valls", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A nurse-led intervention improves quality of life and reduces arrhythmic recurrences in patients undergoing atrial fibrillation ablation. Results of the NURSECAT-AF randomized clinical trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alba Cano Valls", + "kol_full_name": "Alba Cano Valls" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1157581", + "session_name": "Volume-pressure loop hemodynamic characterization of pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157581", + "first_name": "Carmen", + "middle_name": "Palacios", + "last_name": "Echavarren", + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Volume-pressure loop hemodynamic characterization of pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carmen Palacios Echavarren", + "kol_full_name": "Carmen Palacios Echavarren" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair | Shock, Cardiogenic | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157580", + "session_name": "Organ perfusion pressure: a significant predictor of outcomes in cardiogenic shock,Machine-learning phenotyping of patients with functional mitral regurgitation undergoing transcatheter edge-to-edge repair - the MITRA-AI study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157580", + "first_name": "Pier", + "middle_name": "Paolo", + "last_name": "Bocchino", + "org_name": "Hospital Citta Della Salute e della Scienza di Torino", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Organ perfusion pressure: a significant predictor of outcomes in cardiogenic shock", + "rest_events_session_count": 1, + "rest_events_session": "Machine-learning phenotyping of patients with functional mitral regurgitation undergoing transcatheter edge-to-edge repair - the MITRA-AI study", + "events_topic": "Transcatheter Edge-to-Edge Repair | Shock, Cardiogenic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mitral Valve Insufficiency", + "kol_name": "Pier Paolo Bocchino", + "kol_full_name": "Pier Paolo Bocchino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Renal Insufficiency, Chronic | Heart Arrest | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157579", + "session_name": "Impact of different P2Y12 inhibitors in acute coronary syndrome patients with severe chronic kidney disease: insights from the CORALYS registry,Spontaneous Coronary Artery Dissection (SCAD) with cardiac arrest at presentation: a subanalysis from the DISCO registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157579", + "first_name": "Federico", + "middle_name": "", + "last_name": "Giacobbe", + "org_name": "Hospital Citta Della Salute e della Scienza di Torino", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of different P2Y12 inhibitors in acute coronary syndrome patients with severe chronic kidney disease: insights from the CORALYS registry", + "rest_events_session_count": 1, + "rest_events_session": "Spontaneous Coronary Artery Dissection (SCAD) with cardiac arrest at presentation: a subanalysis from the DISCO registry", + "events_topic": "Coronary Artery Disease | Renal Insufficiency, Chronic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Arrest | Acute Coronary Syndrome", + "kol_name": "Federico Giacobbe", + "kol_full_name": "Federico Giacobbe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemodynamics | Mechanical Circulatory Support | Echocardiography | Left Ventricular Assist Device | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157578", + "session_name": "Echo and hemodynamic-guided ramp test in a LVAD carrier with right ventricular failure and aortic regurgitation: unveiling the Scylla and Charybdis of durable mechanical circulatory support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157578", + "first_name": "Emanuele", + "middle_name": "", + "last_name": "Ravetti", + "org_name": "Hospital Citta Della Salute e della Scienza di Torino", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echo and hemodynamic-guided ramp test in a LVAD carrier with right ventricular failure and aortic regurgitation: unveiling the Scylla and Charybdis of durable mechanical circulatory support", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Mechanical Circulatory Support ", + "rest_events_topic_count": 3, + "rest_events_topic": " Echocardiography | Left Ventricular Assist Device | Aortic Valve Insufficiency", + "kol_name": "Emanuele Ravetti", + "kol_full_name": "Emanuele Ravetti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography | Anti-Arrhythmia Agents | Stellate Ganglion | Electrical Storm", + "npi_num": "", + "hcp_pin_alias": "1157577", + "session_name": "Clinical profile of patients undergoing percutaneous stellate ganglion block for electrical storm and association with antiarrhythmic efficacy,Efficacy and safety of ultrasound guided stellate ganglion block: developing new clinical indications beyond electrical storm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157577", + "first_name": "Arianna", + "middle_name": "", + "last_name": "Morena", + "org_name": "Hospital Citta Della Salute e della Scienza di Torino", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical profile of patients undergoing percutaneous stellate ganglion block for electrical storm and association with antiarrhythmic efficacy", + "rest_events_session_count": 1, + "rest_events_session": "Efficacy and safety of ultrasound guided stellate ganglion block: developing new clinical indications beyond electrical storm", + "events_topic": "Ultrasonography | Anti-Arrhythmia Agents ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stellate Ganglion | Electrical Storm", + "kol_name": "Arianna Morena", + "kol_full_name": "Arianna Morena" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Valsartan | Sacubitril | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157576", + "session_name": "Age-based comparison of patients with heart failure treated with sacubitril-valsartan in France: a real-world evaluation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157576", + "first_name": "Olivier", + "middle_name": "", + "last_name": "Hanon", + "org_name": "Hospital Broca of Paris", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Age-based comparison of patients with heart failure treated with sacubitril-valsartan in France: a real-world evaluation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Valsartan | Sacubitril ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Olivier Hanon", + "kol_full_name": "Olivier Hanon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157575", + "session_name": "Real-life data on the tolerability of SGLT2 inhibitors in elderly patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157575", + "first_name": "Abdelhakim", + "middle_name": "", + "last_name": "Hacil", + "org_name": "Hospital Broca of Paris", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-life data on the tolerability of SGLT2 inhibitors in elderly patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abdelhakim Hacil", + "kol_full_name": "Abdelhakim Hacil" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Frailty | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157574", + "session_name": "What cardiologists need to know about frailty", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157574", + "first_name": "Athanase", + "middle_name": "", + "last_name": "Benetos", + "org_name": "Hospital Brabois of Nancy - Vandoeuvre-Les", + "Country": "France", + "Region": "Lorraine", + "City": "Nancy", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What cardiologists need to know about frailty", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Frailty | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Athanase Benetos", + "kol_full_name": "Athanase Benetos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Blood Circulation | Eicosapentaenoic Acid | Triglycerides | Atherosclerotic Cardiovascular Disease | Angina Pectoris | Coronary Artery Disease | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157573", + "session_name": "Introduction; a clinical case of a patient with ASCVD and high triglyceride levels,Clinical scenarios addressing residual risk in atherosclerotic cardiovascular disease (ASCVD): understanding the role of triglycerides and eicosapentaenoic acid (EPA),State-of-the-art lecture on identification and risk stratification of relevant coronary artery disease in clinical practice,How effective are medications for angina?,Coronary and interventional research in Circulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157573", + "first_name": "Philippe", + "middle_name": "Gabriel", + "last_name": "Steg", + "org_name": "Hospital Bichat-Claude Bernard", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Introduction; a clinical case of a patient with ASCVD and high triglyceride levels", + "rest_events_session_count": 4, + "rest_events_session": "Clinical scenarios addressing residual risk in atherosclerotic cardiovascular disease (ASCVD): understanding the role of triglycerides and eicosapentaenoic acid (EPA),State-of-the-art lecture on identification and risk stratification of relevant coronary artery disease in clinical practice,How effective are medications for angina?,Coronary and interventional research in Circulation", + "events_topic": "Atherosclerosis | Blood Circulation ", + "rest_events_topic_count": 6, + "rest_events_topic": " Eicosapentaenoic Acid | Triglycerides | Atherosclerotic Cardiovascular Disease | Angina Pectoris | Coronary Artery Disease | Cardiovascular Diseases", + "kol_name": "Philippe Gabriel Steg", + "kol_full_name": "Philippe Gabriel Steg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157572", + "session_name": "Treatment of multivalvular heart disease should be surgical: con,The 50 shades of TAVI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157572", + "first_name": "Marina", + "middle_name": "", + "last_name": "Urena", + "org_name": "Hospital Bichat-Claude Bernard", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of multivalvular heart disease should be surgical: con", + "rest_events_session_count": 1, + "rest_events_session": "The 50 shades of TAVI", + "events_topic": "Heart Valve Diseases | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marina Urena", + "kol_full_name": "Marina Urena" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Coronary Syndrome | Coronary Artery Disease | Cholesterol, LDL | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157571", + "session_name": "Trajectories in smoking habits and outcomes in patients with stable coronary artery disease,Sex differences in management of LDL-cholesterol in patients with chronic coronary syndrome,Mortality rates by therapeutic approaches for isolated severe tricuspid regurgitation: a systematic review.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157571", + "first_name": "Jules", + "middle_name": "", + "last_name": "Mesnier", + "org_name": "Hospital Bichat-Claude Bernard", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trajectories in smoking habits and outcomes in patients with stable coronary artery disease", + "rest_events_session_count": 2, + "rest_events_session": "Sex differences in management of LDL-cholesterol in patients with chronic coronary syndrome,Mortality rates by therapeutic approaches for isolated severe tricuspid regurgitation: a systematic review.", + "events_topic": "Chronic Coronary Syndrome | Coronary Artery Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cholesterol, LDL | Tricuspid Valve Insufficiency", + "kol_name": "Jules Mesnier", + "kol_full_name": "Jules Mesnier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1157570", + "session_name": "Case conundrum: personalised imaging in asymptomatic severe regurgitant valve disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157570", + "first_name": "Bernard", + "middle_name": "", + "last_name": "Iung", + "org_name": "Hospital Bichat-Claude Bernard", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case conundrum: personalised imaging in asymptomatic severe regurgitant valve disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bernard Iung", + "kol_full_name": "Bernard Iung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1157569", + "session_name": "Feasibility, accuracy, and reproducibility of device sizing in virtual reality for percutaneous left atrial appendage closure - a single center study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157569", + "first_name": "Shazia", + "middle_name": "Samreen", + "last_name": "Afzal", + "org_name": "Hospital Barmherzigen Bruder Trier", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Trier", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Feasibility", + "rest_events_session_count": 2, + "rest_events_session": " accuracy, and reproducibility of device sizing in virtual reality for percutaneous left atrial appendage closure - a single center study", + "events_topic": "Atrial Appendage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shazia Samreen Afzal", + "kol_full_name": "Shazia Samreen Afzal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Septal Defects, Ventricular", + "npi_num": "", + "hcp_pin_alias": "1157568", + "session_name": "Staged treatment of a post-infarction ventricular septal defect – first percutaneous, then surgical", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157568", + "first_name": "Carola", + "middle_name": "", + "last_name": "Kenn", + "org_name": "Hospital Barmherzigen Bruder Trier", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Trier", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Staged treatment of a post-infarction ventricular septal defect – first percutaneous", + "rest_events_session_count": 1, + "rest_events_session": " then surgical", + "events_topic": "Heart Septal Defects, Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carola Kenn", + "kol_full_name": "Carola Kenn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157567", + "session_name": "What a coincidence: double threat of sudden cardiac death", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157567", + "first_name": "Esther", + "middle_name": "Papiol", + "last_name": "Morales", + "org_name": "Hospital Arnau de Vilanova", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What a coincidence: double threat of sudden cardiac death", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Esther Papiol Morales", + "kol_full_name": "Esther Papiol Morales" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157566", + "session_name": "Health-related quality of life and long-term incidence of major adverse events in patients with acute coronary syndromes,Association between achieved cholesterol levels and the risk of major adverse cardiovascular events after acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157566", + "first_name": "Cedric", + "middle_name": "", + "last_name": "Follonier", + "org_name": "Hopitaux Universitaires De Geneve", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Health-related quality of life and long-term incidence of major adverse events in patients with acute coronary syndromes", + "rest_events_session_count": 1, + "rest_events_session": "Association between achieved cholesterol levels and the risk of major adverse cardiovascular events after acute coronary syndromes", + "events_topic": "Cardiovascular Diseases | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cedric Follonier", + "kol_full_name": "Cedric Follonier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmogenesis", + "npi_num": "", + "hcp_pin_alias": "1157565", + "session_name": "Potential impact of cold water immersion on arrhythmogenesis: a pilot exploratory study surrounding the Geneva christmas cup", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157565", + "first_name": "Cecilia", + "middle_name": "", + "last_name": "Craviari", + "org_name": "Hopitaux Universitaires De Geneve", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Potential impact of cold water immersion on arrhythmogenesis: a pilot exploratory study surrounding the Geneva christmas cup", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmogenesis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cecilia Craviari", + "kol_full_name": "Cecilia Craviari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Combined Precapillary And Postcapillary Pulmonary Hypertension | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157564", + "session_name": "Bridging the gap: navigating the heart failure care continuum from diagnosis to management - insights from France,Echocardiographic profiles of patients with CPCPH and IPCPH in HFpEF: insights from the PHHF study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157564", + "first_name": "Emmanuelle", + "middle_name": "", + "last_name": "Berthelot", + "org_name": "Hopital Bicetre - Le Kremlin", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bridging the gap: navigating the heart failure care continuum from diagnosis to management - insights from France", + "rest_events_session_count": 1, + "rest_events_session": "Echocardiographic profiles of patients with CPCPH and IPCPH in HFpEF: insights from the PHHF study", + "events_topic": "Echocardiography | Combined Precapillary And Postcapillary Pulmonary Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Emmanuelle Berthelot", + "kol_full_name": "Emmanuelle Berthelot" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | PCSK9 Inhibitors | Metformin | COVID-19", + "npi_num": "", + "hcp_pin_alias": "1157563", + "session_name": "ChineseCVD: a web-based Chinese-specifi c cardiovascular risk calculator incorporating long COVID, COVID-19vaccination, SGLT2i and PCSK9i treatment effects,Metformin is associated with lower risks of incident cancers compared to sulphonylurea use: a population-based study with competing risk analyses", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157563", + "first_name": "Gary", + "middle_name": "", + "last_name": "Tse", + "org_name": "Hong Kong Metropolitan University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ChineseCVD: a web-based Chinese-specifi c cardiovascular risk calculator incorporating long COVID", + "rest_events_session_count": 3, + "rest_events_session": " COVID-19vaccination, SGLT2i and PCSK9i treatment effects,Metformin is associated with lower risks of incident cancers compared to sulphonylurea use: a population-based study with competing risk analyses", + "events_topic": "Neoplasms | PCSK9 Inhibitors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Metformin | COVID-19", + "kol_name": "Gary Tse", + "kol_full_name": "Gary Tse" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157562", + "session_name": "OptiHeart: determinants and prognostic importance of optimal medical treatment in patients with heart failure discharged from the heart failure clinic", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157562", + "first_name": "Alaa", + "middle_name": "", + "last_name": "Sharfo", + "org_name": "Holbaek Hospital", + "Country": "Denmark", + "Region": "Vestsjalland", + "City": "Holbaek", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "OptiHeart: determinants and prognostic importance of optimal medical treatment in patients with heart failure discharged from the heart failure clinic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alaa Sharfo", + "kol_full_name": "Alaa Sharfo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Bilirubin", + "npi_num": "", + "hcp_pin_alias": "1157561", + "session_name": "Prognostic value of albumin-bilirubin score in patients with chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157561", + "first_name": "Yoshifumi", + "middle_name": "", + "last_name": "Mizuguchi", + "org_name": "Hokkaido University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of albumin-bilirubin score in patients with chronic heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Bilirubin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yoshifumi Mizuguchi", + "kol_full_name": "Yoshifumi Mizuguchi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Aneurysm, Ascending Aorta | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157560", + "session_name": "Prognostic significance of pre-procedure wall shear stress in the ascending aorta in patients with aortic stenosis undergoing transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157560", + "first_name": "Takeshi", + "middle_name": "", + "last_name": "Hamaya", + "org_name": "Hokkaido University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic significance of pre-procedure wall shear stress in the ascending aorta in patients with aortic stenosis undergoing transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Aneurysm, Ascending Aorta ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Aortic Valve Replacement", + "kol_name": "Takeshi Hamaya", + "kol_full_name": "Takeshi Hamaya" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Exercise Test", + "npi_num": "", + "hcp_pin_alias": "1157559", + "session_name": "Prognostic value of peak heart rate on cardiopulmonary exercise testing in patients with chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157559", + "first_name": "Yui", + "middle_name": "", + "last_name": "Shimono", + "org_name": "Hokkaido University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of peak heart rate on cardiopulmonary exercise testing in patients with chronic heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Exercise Test", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yui Shimono", + "kol_full_name": "Yui Shimono" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Hypertrophy, Left Ventricular | Heart Failure | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1157558", + "session_name": "Obesity and heart failure: what's new?,Left ventricular hypertrophy and hypertrophic cardiomyopathy: new findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157558", + "first_name": "Toshiyuki", + "middle_name": "", + "last_name": "Nagai", + "org_name": "Hokkaido University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obesity and heart failure: what's new?", + "rest_events_session_count": 1, + "rest_events_session": "Left ventricular hypertrophy and hypertrophic cardiomyopathy: new findings", + "events_topic": "Obesity | Hypertrophy, Left Ventricular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Cardiomyopathy, Hypertrophic", + "kol_name": "Toshiyuki Nagai", + "kol_full_name": "Toshiyuki Nagai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Needs Assessment | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157557", + "session_name": "The impact of heart failure caregiver burden and patient heart failure severity: analysis of the needs assessment tool: advanced heart failure (NAT: PD-HF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157557", + "first_name": "Takuma", + "middle_name": "", + "last_name": "Sato", + "org_name": "Hokkaido University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of heart failure caregiver burden and patient heart failure severity: analysis of the needs assessment tool: advanced heart failure (NAT: PD-HF)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Needs Assessment | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takuma Sato", + "kol_full_name": "Takuma Sato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart-Assist Devices | Microbiota", + "npi_num": "", + "hcp_pin_alias": "1157556", + "session_name": "Association of gut microbiota imbalance with risk of postoperative infections in patients with left ventricular assist device", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157556", + "first_name": "Sakae", + "middle_name": "", + "last_name": "Takenaka", + "org_name": "Hokkaido University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of gut microbiota imbalance with risk of postoperative infections in patients with left ventricular assist device", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices | Microbiota", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sakae Takenaka", + "kol_full_name": "Sakae Takenaka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157555", + "session_name": "Prognostic value of reticulocyte production ability in patients with chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157555", + "first_name": "Motoki", + "middle_name": "", + "last_name": "Nakao", + "org_name": "Hokkaido University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of reticulocyte production ability in patients with chronic heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Motoki Nakao", + "kol_full_name": "Motoki Nakao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157554", + "session_name": "Clinical phenotyping and treatment response in patients with chronic heart failure: a latent class analysis from a Japanese multicentre registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157554", + "first_name": "Daishiro", + "middle_name": "", + "last_name": "Tatsuta", + "org_name": "Hokkaido University Hospital", + "Country": "Japan", + "Region": "Hokkaido", + "City": "Sapporo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical phenotyping and treatment response in patients with chronic heart failure: a latent class analysis from a Japanese multicentre registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daishiro Tatsuta", + "kol_full_name": "Daishiro Tatsuta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Ectopics", + "npi_num": "", + "hcp_pin_alias": "1157553", + "session_name": "Case 1: an athlete with ventricular ectopy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157553", + "first_name": "David", + "middle_name": "", + "last_name": "Niederseer", + "org_name": "Hochgebirgsklinik Davos", + "Country": "Switzerland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1: an athlete with ventricular ectopy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Ectopics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David Niederseer", + "kol_full_name": "David Niederseer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angina, Stable", + "npi_num": "", + "hcp_pin_alias": "1157552", + "session_name": "Association between lipoprotein-associated phospholipase A2 gene Val279Phe homozygous genotypes and variant angina in Japanese women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157552", + "first_name": "Toshihiro", + "middle_name": "", + "last_name": "Iwasaki", + "org_name": "Hirosaki University Graduate School of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between lipoprotein-associated phospholipase A2 gene Val279Phe homozygous genotypes and variant angina in Japanese women", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angina, Stable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Toshihiro Iwasaki", + "kol_full_name": "Toshihiro Iwasaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Spasm | Carvedilol | GTP-Binding Proteins", + "npi_num": "", + "hcp_pin_alias": "1157551", + "session_name": "Carvedilol suppresses coronary artery spasm in A-kinase anchoring protein 150 knockout mouse", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157551", + "first_name": "Yuki", + "middle_name": "", + "last_name": "Konno", + "org_name": "Hirosaki University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Carvedilol suppresses coronary artery spasm in A-kinase anchoring protein 150 knockout mouse", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Spasm | Carvedilol ", + "rest_events_topic_count": 1, + "rest_events_topic": " GTP-Binding Proteins", + "kol_name": "Yuki Konno", + "kol_full_name": "Yuki Konno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heparin | Clopidogrel | Anticoagulants | Prasugrel Hydrochloride | Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157550", + "session_name": "Clopidogrel following 1-month aspirin-free low-dose prasugrel monotherapy versus aspirin following 1-month DAPT after PCI for patients with ACS or HBR: Final 1-year results from the STOPDAPT-3,Post-PCI anticoagulation with unfractionated heparin in acute coronary syndrome: insight from the STOPDAPT-3 trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157550", + "first_name": "Hirotoshi", + "middle_name": "", + "last_name": "Watanabe", + "org_name": "Hirakata Kohsai Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clopidogrel following 1-month aspirin-free low-dose prasugrel monotherapy versus aspirin following 1-month DAPT after PCI for patients with ACS or HBR: Final 1-year results from the STOPDAPT-3", + "rest_events_session_count": 1, + "rest_events_session": "Post-PCI anticoagulation with unfractionated heparin in acute coronary syndrome: insight from the STOPDAPT-3 trial", + "events_topic": "Heparin | Clopidogrel ", + "rest_events_topic_count": 4, + "rest_events_topic": " Anticoagulants | Prasugrel Hydrochloride | Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "kol_name": "Hirotoshi Watanabe", + "kol_full_name": "Hirotoshi Watanabe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angiography | Acute Coronary Syndrome | Coronary Artery Disease | Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "1157549", + "session_name": "Lipid lowering therapy and the unmet targets in Indian patients with angiographically proven coronary artery disease: results from the OLS registry,Efficacy of combination lipid lowering therapy in achieving low density lipoprotein cholesterol targets after one month of event in patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157549", + "first_name": "Kunal", + "middle_name": "", + "last_name": "Mahajan", + "org_name": "Himachal Heart Institute", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid lowering therapy and the unmet targets in Indian patients with angiographically proven coronary artery disease: results from the OLS registry", + "rest_events_session_count": 1, + "rest_events_session": "Efficacy of combination lipid lowering therapy in achieving low density lipoprotein cholesterol targets after one month of event in patients with acute coronary syndrome", + "events_topic": "Angiography | Acute Coronary Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Lipid-Lowering Therapies", + "kol_name": "Kunal Mahajan", + "kol_full_name": "Kunal Mahajan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1157548", + "session_name": "Preexisting pulmonary hypertension impact on in-hospital outcomes of cardiac implantable electrical device implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157548", + "first_name": "Eran", + "middle_name": "", + "last_name": "Leshem", + "org_name": "Hillel Yaffe Medical Center, Technion - Israel Institute of Technology", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Preexisting pulmonary hypertension impact on in-hospital outcomes of cardiac implantable electrical device implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eran Leshem", + "kol_full_name": "Eran Leshem" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157547", + "session_name": "Sex sifferences in lifes essential eight and its association with mortality among adults without known CVD,Association of lifes essential 8 and mortality among adults with and without CVD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157547", + "first_name": "Ofer", + "middle_name": "", + "last_name": "Kobo", + "org_name": "Hillel Yaffe Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex sifferences in lifes essential eight and its association with mortality among adults without known CVD", + "rest_events_session_count": 1, + "rest_events_session": "Association of lifes essential 8 and mortality among adults with and without CVD", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ofer Kobo", + "kol_full_name": "Ofer Kobo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pacemaker, Artificial", + "npi_num": "", + "hcp_pin_alias": "1157546", + "session_name": "Extraction of leadless and tranvenous pacemakers: occurrence, causes and complications from a national US database", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157546", + "first_name": "Inbal", + "middle_name": "", + "last_name": "Poliner", + "org_name": "Hillel Yaffe Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extraction of leadless and tranvenous pacemakers: occurrence", + "rest_events_session_count": 1, + "rest_events_session": " causes and complications from a national US database", + "events_topic": "Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Inbal Poliner", + "kol_full_name": "Inbal Poliner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Ablation Techniques | Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "1157545", + "session_name": "In-hospital outcomes of ventricular tachycardia catheter ablation in the presence of intra-cardiac thrombus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157545", + "first_name": "Carmel", + "middle_name": "", + "last_name": "Nov", + "org_name": "Hillel Yaffe Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In-hospital outcomes of ventricular tachycardia catheter ablation in the presence of intra-cardiac thrombus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Catheter Ablation", + "kol_name": "Carmel Nov", + "kol_full_name": "Carmel Nov" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157544", + "session_name": "The right ventricle in heart failure: forget me not", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157544", + "first_name": "Morten", + "middle_name": "", + "last_name": "Schou", + "org_name": "Herlev-Gentofte University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The right ventricle in heart failure: forget me not", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Morten Schou", + "kol_full_name": "Morten Schou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cystic Fibrosis | Dyspnea | Chest Pain", + "npi_num": "", + "hcp_pin_alias": "1157543", + "session_name": "Cardiac structure and function in people with cystic fibrosis,Association between dyspnea, chest pain, nt-probnp and cardiac impairment in people with cystic fibrosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157543", + "first_name": "Maria", + "middle_name": "Flarup", + "last_name": "Dons", + "org_name": "Herlev-Gentofte University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac structure and function in people with cystic fibrosis", + "rest_events_session_count": 3, + "rest_events_session": "Association between dyspnea, chest pain, nt-probnp and cardiac impairment in people with cystic fibrosis", + "events_topic": "Cystic Fibrosis | Dyspnea ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chest Pain", + "kol_name": "Maria Flarup Dons", + "kol_full_name": "Maria Flarup Dons" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157542", + "session_name": "Patient characteristics and mortality trends among octogenarians with heart failure over two decades - a Danish nationwide study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157542", + "first_name": "Caroline", + "middle_name": "Hartwell", + "last_name": "Garred", + "org_name": "Herlev-Gentofte University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient characteristics and mortality trends among octogenarians with heart failure over two decades - a Danish nationwide study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Caroline Hartwell Garred", + "kol_full_name": "Caroline Hartwell Garred" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Influenza Vaccines", + "npi_num": "", + "hcp_pin_alias": "1157541", + "session_name": "Relative effectiveness of high-dose versus standard-dose quadrivalent influenza vaccine against hospitalizations and mortality according to frailty score: a post-hoc analysis of the DANFLU-1 trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157541", + "first_name": "Caroline", + "middle_name": "", + "last_name": "Espersen", + "org_name": "Herlev-Gentofte University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relative effectiveness of high-dose versus standard-dose quadrivalent influenza vaccine against hospitalizations and mortality according to frailty score: a post-hoc analysis of the DANFLU-1 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Influenza Vaccines", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Caroline Espersen", + "kol_full_name": "Caroline Espersen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fibrosis | Diabetes Mellitus, Type 2", + "npi_num": "", + "hcp_pin_alias": "1157540", + "session_name": "Regional distribution of diffuse fibrosis in the basal and mid-ventricular AHA segments in patients with type 2 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157540", + "first_name": "Annemie", + "middle_name": "Stege", + "last_name": "Bojer", + "org_name": "Herlev-Gentofte University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Regional distribution of diffuse fibrosis in the basal and mid-ventricular AHA segments in patients with type 2 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibrosis | Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Annemie Stege Bojer", + "kol_full_name": "Annemie Stege Bojer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Health Care | Clinical Case", + "npi_num": "", + "hcp_pin_alias": "1157539", + "session_name": "Clinical Case Management: case studies from primary care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157539", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Kumler", + "org_name": "Herlev-Gentofte Hospital and Steno Diabetes Center", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Herlev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: case studies from primary care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Health Care | Clinical Case", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Kumler", + "kol_full_name": "Thomas Kumler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157538", + "session_name": "Prevalence of elevated cardiac troponin in five non-cardiac diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157538", + "first_name": "Sophie", + "middle_name": "Sander", + "last_name": "Knudsen", + "org_name": "Herlev Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Herlev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of elevated cardiac troponin in five non-cardiac diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sophie Sander Knudsen", + "kol_full_name": "Sophie Sander Knudsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Systolic | Stroke Volume | Body Mass Index", + "npi_num": "", + "hcp_pin_alias": "1157537", + "session_name": "Effects of body mass index on worsening of heart failure and all-cause death in patients with heart failure and reduced left ventricular ejection fraction: a 10-year follow-up study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157537", + "first_name": "Morten", + "middle_name": "", + "last_name": "Malmborg", + "org_name": "Herlev Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Herlev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of body mass index on worsening of heart failure and all-cause death in patients with heart failure and reduced left ventricular ejection fraction: a 10-year follow-up study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic | Stroke Volume ", + "rest_events_topic_count": 1, + "rest_events_topic": " Body Mass Index", + "kol_name": "Morten Malmborg", + "kol_full_name": "Morten Malmborg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Perfusion Imaging | Diabetes Mellitus, Type 2", + "npi_num": "", + "hcp_pin_alias": "1157536", + "session_name": "The epicardial adipose tissue volume is in patients with type 2 diabetes mellitus associated with a lowered myocardial perfusion reserve", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157536", + "first_name": "Andreas", + "middle_name": "Ohrt", + "last_name": "Johansen", + "org_name": "Herlev Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Herlev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The epicardial adipose tissue volume is in patients with type 2 diabetes mellitus associated with a lowered myocardial perfusion reserve", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Perfusion Imaging | Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andreas Ohrt Johansen", + "kol_full_name": "Andreas Ohrt Johansen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157535", + "session_name": "Cardiac rehabilitation or secondary prevention in patients with atrial fibrillation: is there a difference?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157535", + "first_name": "Signe", + "middle_name": "Stelling", + "last_name": "Risom", + "org_name": "Herlev and Gentofte Hospital - Copenhagen University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac rehabilitation or secondary prevention in patients with atrial fibrillation: is there a difference?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Signe Stelling Risom", + "kol_full_name": "Signe Stelling Risom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157534", + "session_name": "Ablation strategy for patients with atrial fibrillation and heart failure - a Danish nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157534", + "first_name": "Lise", + "middle_name": "Da", + "last_name": "Riis-Vestergaard", + "org_name": "Herlev and Gentofte Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ablation strategy for patients with atrial fibrillation and heart failure - a Danish nationwide cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Lise Da Riis-Vestergaard", + "kol_full_name": "Lise Da Riis-Vestergaard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Influenza, Human | Influenza Vaccines | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1157533", + "session_name": "Electronic nudges to increase influenza vaccination in patients with chronic kidney disease: a prespecified analysis of NUDGE-FLU-CHRONIC", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157533", + "first_name": "Kristoffer", + "middle_name": "Grundtvig", + "last_name": "Skaarup", + "org_name": "Herlev and Gentofte Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Electronic nudges to increase influenza vaccination in patients with chronic kidney disease: a prespecified analysis of NUDGE-FLU-CHRONIC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Influenza, Human | Influenza Vaccines ", + "rest_events_topic_count": 1, + "rest_events_topic": " Renal Insufficiency, Chronic", + "kol_name": "Kristoffer Grundtvig Skaarup", + "kol_full_name": "Kristoffer Grundtvig Skaarup" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157532", + "session_name": "Disparities in the access to atrial fibrillation ablation in Denmark", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157532", + "first_name": "Christopher", + "middle_name": "Ryan", + "last_name": "Zoerner", + "org_name": "Herlev and Gentofte Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Disparities in the access to atrial fibrillation ablation in Denmark", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christopher Ryan Zoerner", + "kol_full_name": "Christopher Ryan Zoerner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157531", + "session_name": "Predicting atrial fibrillation from ECG characteristics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157531", + "first_name": "Casper", + "middle_name": "", + "last_name": "Binding", + "org_name": "Herlev and Gentofte Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting atrial fibrillation from ECG characteristics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Casper Binding", + "kol_full_name": "Casper Binding" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Mechanical Dyssynchrony | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157530", + "session_name": "Usefulness of left ventricular mechanical dyssynchrony for predicting atrial fibrillation and adverse outcomes following first atrial fibrillation event", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157530", + "first_name": "Alia", + "middle_name": "Saed", + "last_name": "Alhakak", + "org_name": "Herlev and Gentofte Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Usefulness of left ventricular mechanical dyssynchrony for predicting atrial fibrillation and adverse outcomes following first atrial fibrillation event", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Mechanical Dyssynchrony | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alia Saed Alhakak", + "kol_full_name": "Alia Saed Alhakak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electric Countershock | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157529", + "session_name": "Inflammation and long-term outcomes after first-time direct current cardioversion for atrial fibrillation: a nationwide register study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157529", + "first_name": "Adam", + "middle_name": "Femerling", + "last_name": "Langhoff", + "org_name": "Herlev and Gentofte Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation and long-term outcomes after first-time direct current cardioversion for atrial fibrillation: a nationwide register study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electric Countershock | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adam Femerling Langhoff", + "kol_full_name": "Adam Femerling Langhoff" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Apolipoproteins", + "npi_num": "", + "hcp_pin_alias": "1157528", + "session_name": "Lipoprotein(a) cardiovascular disease risk not captured by low density lipoprotein cholesterol and apolipoprotein B", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157528", + "first_name": "Peter", + "middle_name": "", + "last_name": "Thomas", + "org_name": "Herlev and Gentofte - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoprotein(a) cardiovascular disease risk not captured by low density lipoprotein cholesterol and apolipoprotein B", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Apolipoproteins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peter Thomas", + "kol_full_name": "Peter Thomas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | ST Elevation Myocardial Infarction | Angina Pectoris, Variant | Muscle Spasticity", + "npi_num": "", + "hcp_pin_alias": "1157527", + "session_name": "Acute non-fulminant myocarditis presenting as a STEMI-mimick due to suspected vasospastic angina/INOCA - a Matryoshka doll case.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157527", + "first_name": "Enes", + "middle_name": "", + "last_name": "Altintac", + "org_name": "Heartcenter Bonn, University Hospital Bonn", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bonn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute non-fulminant myocarditis presenting as a STEMI-mimick due to suspected vasospastic angina/INOCA - a Matryoshka doll case.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Angina Pectoris, Variant | Muscle Spasticity", + "kol_name": "Enes Altintac", + "kol_full_name": "Enes Altintac" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endothelial Dysfunction | Aortic Valve Insufficiency | Leydig Cells | Vitamin K | Coronary Artery Disease | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157526", + "session_name": "Role of vitamin K2 and vitamin K cycle enzymes in aortic valvular interstitial cell calcification,Secreted GRP78 attenuates endothelial inflammation and predicts outcome in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157526", + "first_name": "Elena", + "middle_name": "", + "last_name": "Repges", + "org_name": "Heartcenter Bonn, University Hospital Bonn", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bonn", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of vitamin K2 and vitamin K cycle enzymes in aortic valvular interstitial cell calcification", + "rest_events_session_count": 1, + "rest_events_session": "Secreted GRP78 attenuates endothelial inflammation and predicts outcome in coronary artery disease", + "events_topic": "Endothelial Dysfunction | Aortic Valve Insufficiency ", + "rest_events_topic_count": 4, + "rest_events_topic": " Leydig Cells | Vitamin K | Coronary Artery Disease | Aortic Valve Stenosis", + "kol_name": "Elena Repges", + "kol_full_name": "Elena Repges" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157525", + "session_name": "Breaking barriers in international cardiovascular research: the Global Cardiovascular Research Funders Forum (GCRFF),Cardiovascular risk assessment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157525", + "first_name": "Garry", + "middle_name": "", + "last_name": "Jennings", + "org_name": "Heart Foundation", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Breaking barriers in international cardiovascular research: the Global Cardiovascular Research Funders Forum (GCRFF)", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular risk assessment", + "events_topic": "Heart Disease Risk Factors | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Garry Jennings", + "kol_full_name": "Garry Jennings" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157524", + "session_name": "Prognostic value of exercise right ventricular-pulmonary arterial coupling in primary mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157524", + "first_name": "Sara", + "middle_name": "Moura", + "last_name": "Ferreira", + "org_name": "Heart Centre Hasselt", + "Country": "Belgium", + "Region": "Limburg", + "City": "Hasselt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of exercise right ventricular-pulmonary arterial coupling in primary mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sara Moura Ferreira", + "kol_full_name": "Sara Moura Ferreira" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Risk Assessment | Obesity | Diabetes Mellitus | Health Care Sector | Prognosis", + "npi_num": "", + "hcp_pin_alias": "1157523", + "session_name": "Role of new technologies in communication between patients and healthcare professionals,Obesity and diabetes: risk assessment and prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157523", + "first_name": "Paul", + "middle_name": "", + "last_name": "Dendale", + "org_name": "Heart Centre Hasselt", + "Country": "Belgium", + "Region": "Limburg", + "City": "Hasselt", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of new technologies in communication between patients and healthcare professionals", + "rest_events_session_count": 1, + "rest_events_session": "Obesity and diabetes: risk assessment and prognosis", + "events_topic": "Risk Assessment | Obesity ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diabetes Mellitus | Health Care Sector | Prognosis", + "kol_name": "Paul Dendale", + "kol_full_name": "Paul Dendale" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157522", + "session_name": "Patients with cardiac arrest should be excluded from cardiogenic shock trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157522", + "first_name": "Pascal", + "middle_name": "", + "last_name": "Vranckx", + "org_name": "Heart Centre Hasselt", + "Country": "Belgium", + "Region": "Limburg", + "City": "Hasselt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patients with cardiac arrest should be excluded from cardiogenic shock trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pascal Vranckx", + "kol_full_name": "Pascal Vranckx" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "1157521", + "session_name": "Molybdenum temporary epicardial pacing wires: function and biodegradation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157521", + "first_name": "Maria-Elisa", + "middle_name": "Prieto", + "last_name": "Jarabo", + "org_name": "Heart Centre Dresden - Dresden Technical University Hospital", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Molybdenum temporary epicardial pacing wires: function and biodegradation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria-Elisa Prieto Jarabo", + "kol_full_name": "Maria-Elisa Prieto Jarabo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Myocarditis | Transcatheter Aortic Valve Replacement | Eosinophilic Granuloma", + "npi_num": "", + "hcp_pin_alias": "1157520", + "session_name": "A case of eosinophilic granulomatosis with polyangiitis with Loeffler-endomyocarditis and travel history: complexity in need of multimodality imaging and interdisciplinary communication,A sex-specific comparison of valve-in-valve transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157520", + "first_name": "Jean-Honore", + "middle_name": "", + "last_name": "Steul", + "org_name": "Heart Centre Dresden - Dresden Technical University Hospital", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A case of eosinophilic granulomatosis with polyangiitis with Loeffler-endomyocarditis and travel history: complexity in need of multimodality imaging and interdisciplinary communication", + "rest_events_session_count": 1, + "rest_events_session": "A sex-specific comparison of valve-in-valve transcatheter aortic valve implantation", + "events_topic": "Multimodal Imaging | Myocarditis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Eosinophilic Granuloma", + "kol_name": "Jean-Honore Steul", + "kol_full_name": "Jean-Honore Steul" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Atrioventricular Nodal Reentry", + "npi_num": "", + "hcp_pin_alias": "1157519", + "session_name": "Collision mapping enables accurate localization of the slow pathway in atrioventricular nodal reentrant tachycardia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157519", + "first_name": "Timm", + "middle_name": "", + "last_name": "Seewoester", + "org_name": "Heart Center of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Collision mapping enables accurate localization of the slow pathway in atrioventricular nodal reentrant tachycardia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Atrioventricular Nodal Reentry", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Timm Seewoester", + "kol_full_name": "Timm Seewoester" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | ST Elevation Myocardial Infarction | Myocardial Infarction | Shock, Cardiogenic | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157518", + "session_name": "Extracorporeal life support for acute myocardial infarction complicated by cardiogenic shock - 12 months results of the ECLS-SHOCK trial,Early risk stratification of patients after successfully resuscitated out-of-hospital cardiac arrest without ST-segment elevation - the TOMAHAWK risk score", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157518", + "first_name": "Steffen", + "middle_name": "", + "last_name": "Desch", + "org_name": "Heart Center of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extracorporeal life support for acute myocardial infarction complicated by cardiogenic shock - 12 months results of the ECLS-SHOCK trial", + "rest_events_session_count": 1, + "rest_events_session": "Early risk stratification of patients after successfully resuscitated out-of-hospital cardiac arrest without ST-segment elevation - the TOMAHAWK risk score", + "events_topic": "Extracorporeal Membrane Oxygenation | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Myocardial Infarction | Shock, Cardiogenic | Heart Arrest", + "kol_name": "Steffen Desch", + "kol_full_name": "Steffen Desch" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157517", + "session_name": "Transcatheter aortic valve interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157517", + "first_name": "Nicolas", + "middle_name": "", + "last_name": "Majunke", + "org_name": "Heart Center of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter aortic valve interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicolas Majunke", + "kol_full_name": "Nicolas Majunke" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Bypass | Fractional Flow Reserve | Angiography", + "npi_num": "", + "hcp_pin_alias": "1157516", + "session_name": "The utility of angiography-derived fractional flow reserve in predicting graft occlusions prior to bypass surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157516", + "first_name": "Maria", + "middle_name": "", + "last_name": "Buske", + "org_name": "Heart Center of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The utility of angiography-derived fractional flow reserve in predicting graft occlusions prior to bypass surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass | Fractional Flow Reserve ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiography", + "kol_name": "Maria Buske", + "kol_full_name": "Maria Buske" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Machine Learning | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157515", + "session_name": "Identifying prognostic factors in patients with cardiogenic shock undergoing VA-ECMO treatment: insights from ECLS-SHOCK using machine learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157515", + "first_name": "Karl-Patrik", + "middle_name": "", + "last_name": "Kresoja", + "org_name": "Heart Center of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identifying prognostic factors in patients with cardiogenic shock undergoing VA-ECMO treatment: insights from ECLS-SHOCK using machine learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Extracorporeal Membrane Oxygenation | Machine Learning ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "Karl-Patrik Kresoja", + "kol_full_name": "Karl-Patrik Kresoja" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Extracorporeal Membrane Oxygenation | Heart Failure | Acute Coronary Syndrome | Arrhythmias, Cardiac | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157514", + "session_name": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel,Management of Takotsubo cardiomyopathy with haemodynamic instability or incessant arrhythmias,Heart failure-related cardiogenic shock: impact of extracorporeal membrane oxygenation (ECMO) on survival", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157514", + "first_name": "Janine", + "middle_name": "", + "last_name": "Poess", + "org_name": "Heart Center of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel", + "rest_events_session_count": 2, + "rest_events_session": "Management of Takotsubo cardiomyopathy with haemodynamic instability or incessant arrhythmias,Heart failure-related cardiogenic shock: impact of extracorporeal membrane oxygenation (ECMO) on survival", + "events_topic": "Takotsubo Cardiomyopathy | Extracorporeal Membrane Oxygenation ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Failure | Acute Coronary Syndrome | Arrhythmias, Cardiac | Shock, Cardiogenic", + "kol_name": "Janine Poess", + "kol_full_name": "Janine Poess" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Disease | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157513", + "session_name": "Mitral valve interventions - get ready fopr the session,Mitral valve interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157513", + "first_name": "Tobias", + "middle_name": "", + "last_name": "Kister", + "org_name": "Heart Center Leipzig at University of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral valve interventions - get ready fopr the session", + "rest_events_session_count": 1, + "rest_events_session": "Mitral valve interventions", + "events_topic": "Mitral Valve Disease | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tobias Kister", + "kol_full_name": "Tobias Kister" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Infections | Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1157512", + "session_name": "Valvular vegetations beyond infections", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157512", + "first_name": "Maximilian", + "middle_name": "", + "last_name": "Von Roeder", + "org_name": "Heart Center Leipzig at University of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Valvular vegetations beyond infections", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Infections | Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maximilian Von Roeder", + "kol_full_name": "Maximilian Von Roeder" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Muscular Atrophy", + "npi_num": "", + "hcp_pin_alias": "1157511", + "session_name": "Titin hyper-phosphorylation in the peripheral skeletal muscle but not the diaphragm of HFpEF: association with muscle atrophy and dysfunction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157511", + "first_name": "Beatrice", + "middle_name": "", + "last_name": "Vahle", + "org_name": "Heart Center Dresden - TU Dresden", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Titin hyper-phosphorylation in the peripheral skeletal muscle but not the diaphragm of HFpEF: association with muscle atrophy and dysfunction.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Muscular Atrophy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Beatrice Vahle", + "kol_full_name": "Beatrice Vahle" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157510", + "session_name": "Influence of urban noise exposure on early-onset myocardial infarction risk prediction,Does air pollution impact myocardial infarction incidence even in a city with fair air quality? Results from the EPIC-MI (Environmental Pollution and IncidenCe of Myocardial Infarction) Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157510", + "first_name": "Hatim", + "middle_name": "", + "last_name": "Kerniss", + "org_name": "Heart Center Bremen", + "Country": "Germany", + "Region": "Bremen", + "City": "Bremen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of urban noise exposure on early-onset myocardial infarction risk prediction", + "rest_events_session_count": 1, + "rest_events_session": "Does air pollution impact myocardial infarction incidence even in a city with fair air quality? Results from the EPIC-MI (Environmental Pollution and IncidenCe of Myocardial Infarction) Study", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hatim Kerniss", + "kol_full_name": "Hatim Kerniss" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Aortic Valve Stenosis | Dobutamine", + "npi_num": "", + "hcp_pin_alias": "1157509", + "session_name": "Diagnostic value of low dose dobutamine stress echocardiography in paradoxical low flow low gradient aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157509", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Nowack", + "org_name": "Heart Center - University Hospital Dresden", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic value of low dose dobutamine stress echocardiography in paradoxical low flow low gradient aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Aortic Valve Stenosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Dobutamine", + "kol_name": "Thomas Nowack", + "kol_full_name": "Thomas Nowack" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157508", + "session_name": "Global longitudinal strain measurement in the modern era - is artificial intelligence the answer ?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157508", + "first_name": "Roxana", + "middle_name": "", + "last_name": "Botan", + "org_name": "Heart Center - University Hospital Dresden", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global longitudinal strain measurement in the modern era - is artificial intelligence the answer ?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Roxana Botan", + "kol_full_name": "Roxana Botan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular", + "npi_num": "", + "hcp_pin_alias": "1157507", + "session_name": "Ventricular tachycardia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157507", + "first_name": "Micaela", + "middle_name": "", + "last_name": "Ebert", + "org_name": "Heart Center - University Hospital Dresden", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular tachycardia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Micaela Ebert", + "kol_full_name": "Micaela Ebert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Implantation | Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157506", + "session_name": "Sex-specific outcomes after transcatheter or surgical treatment of aortic valve stenosis: A subanalysis from the DEDICATE-DZHK6 trial,TAVI vs. SAVR: a decision model,Transcatheter aortic valve implantation in non-surgical centres", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157506", + "first_name": "Sabine", + "middle_name": "", + "last_name": "Bleiziffer", + "org_name": "Heart and Diabetes Center NRW", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Wesenberg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-specific outcomes after transcatheter or surgical treatment of aortic valve stenosis: A subanalysis from the DEDICATE-DZHK6 trial", + "rest_events_session_count": 2, + "rest_events_session": "TAVI vs. SAVR: a decision model,Transcatheter aortic valve implantation in non-surgical centres", + "events_topic": "Transcatheter Aortic Valve Implantation | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 2, + "rest_events_topic": " Surgical Aortic Valve Replacement | Aortic Valve Stenosis", + "kol_name": "Sabine Bleiziffer", + "kol_full_name": "Sabine Bleiziffer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Heart Failure, Diastolic | Stroke Volume | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157505", + "session_name": "The role of catheter ablation for atrial fibrillation in atrial fibrillation patients with heart failure and preserved left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157505", + "first_name": "Philipp", + "middle_name": "", + "last_name": "Sommer", + "org_name": "Heart and Diabetes Center NRW", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Wesenberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of catheter ablation for atrial fibrillation in atrial fibrillation patients with heart failure and preserved left ventricular ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Heart Failure, Diastolic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke Volume | Atrial Fibrillation", + "kol_name": "Philipp Sommer", + "kol_full_name": "Philipp Sommer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Stroke", + "npi_num": "", + "hcp_pin_alias": "1157504", + "session_name": "Independent association between radial secondary access and stroke in patients undergoing transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157504", + "first_name": "Max", + "middle_name": "", + "last_name": "Potratz", + "org_name": "Heart and Diabetes Center NRW", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Wesenberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Independent association between radial secondary access and stroke in patients undergoing transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Max Potratz", + "kol_full_name": "Max Potratz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Edge-to-edge Repair | Hemodynamics", + "npi_num": "", + "hcp_pin_alias": "1157503", + "session_name": "Calculation of intraprocedural hemodynamics with computational functional dynamic in mitral valve edge-to-edge repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157503", + "first_name": "Johannes", + "middle_name": "", + "last_name": "Kirchner", + "org_name": "Heart and Diabetes Center NRW", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Wesenberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Calculation of intraprocedural hemodynamics with computational functional dynamic in mitral valve edge-to-edge repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Edge-to-edge Repair | Hemodynamics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Johannes Kirchner", + "kol_full_name": "Johannes Kirchner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "LBBAP Procedure | Defibrillators, Implantable | Conduction System Pacing", + "npi_num": "", + "hcp_pin_alias": "1157502", + "session_name": "Conduction system pacing (CSP): overview and practical considerations,Dual-chamber CRT-D using ICD lead implantation in the LBBAP position", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157502", + "first_name": "Guram", + "middle_name": "", + "last_name": "Imnadze", + "org_name": "Heart and Diabetes Center NRW", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Wesenberg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Conduction system pacing (CSP): overview and practical considerations", + "rest_events_session_count": 1, + "rest_events_session": "Dual-chamber CRT-D using ICD lead implantation in the LBBAP position", + "events_topic": "LBBAP Procedure | Defibrillators, Implantable ", + "rest_events_topic_count": 1, + "rest_events_topic": " Conduction System Pacing", + "kol_name": "Guram Imnadze", + "kol_full_name": "Guram Imnadze" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Heart Failure | Atrial Fibrillation | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157501", + "session_name": "Catheter ablation in end-stage heart failure with atrial fibrillation: two-year follow-up of the CASTLE-HTx trial,Cases with the European Heart Journal - Case Reports Editors,Catheter ablation for atrial fibrillation: relevance of concomitant therapies and comorbidities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157501", + "first_name": "Christian", + "middle_name": "", + "last_name": "Sohns", + "org_name": "Heart and Diabetes Center NRW", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Wesenberg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Catheter ablation in end-stage heart failure with atrial fibrillation: two-year follow-up of the CASTLE-HTx trial", + "rest_events_session_count": 2, + "rest_events_session": "Cases with the European Heart Journal - Case Reports Editors,Catheter ablation for atrial fibrillation: relevance of concomitant therapies and comorbidities", + "events_topic": "Catheter Ablation | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atrial Fibrillation | Heart Diseases", + "kol_name": "Christian Sohns", + "kol_full_name": "Christian Sohns" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Transplantation | Ebstein Anomaly", + "npi_num": "", + "hcp_pin_alias": "1157500", + "session_name": "Heart transplantation as the last resort for coexistence of ARVC and Ebstein anomaly", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157500", + "first_name": "Ahmad", + "middle_name": "", + "last_name": "Jomaa", + "org_name": "Heart and Diabetes Center NRW", + "Country": "Germany", + "Region": "Mecklenburg-Vorpommern", + "City": "Wesenberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart transplantation as the last resort for coexistence of ARVC and Ebstein anomaly", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation | Ebstein Anomaly", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ahmad Jomaa", + "kol_full_name": "Ahmad Jomaa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metrnl Protein, Human | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157499", + "session_name": "Protective role of Metrnl on macrophage recruitment during the acute inflammatory phase in a mouse model of myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157499", + "first_name": "Gemma", + "middle_name": "", + "last_name": "Ferrer-Curriu", + "org_name": "Health Science Research Institute Germans Trias i Pujol (IGTP)", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Protective role of Metrnl on macrophage recruitment during the acute inflammatory phase in a mouse model of myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metrnl Protein, Human | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gemma Ferrer-Curriu", + "kol_full_name": "Gemma Ferrer-Curriu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Carbohydrates | Neutrophils | Heart Failure | Semaglutide | Adipokines | Antigens", + "npi_num": "", + "hcp_pin_alias": "1157498", + "session_name": "Epicardial carbohydrate antigen 125 (CA-125) levels, associated with neutrophils activity in heart failure: No differences regarding sex,Semaglutide modulates adipogenic differentiation and extracellular acidification in epicardial (EAT) and subcutaneous (SAT) adipose tissue stromal cells from patients with cardiovascular disease.,Semaglutide modulates pro-inflammatory neutrophil phenotype induced by supraphysiological levels of the adipokine FABP4 in patients with cardiovascular disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157498", + "first_name": "Sonia", + "middle_name": "", + "last_name": "Eiras", + "org_name": "Health Research Institute", + "Country": "Spain", + "Region": "Galicia", + "City": "Santiago de Compostela", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epicardial carbohydrate antigen 125 (CA-125) levels", + "rest_events_session_count": 3, + "rest_events_session": " associated with neutrophils activity in heart failure: No differences regarding sex,Semaglutide modulates adipogenic differentiation and extracellular acidification in epicardial (EAT) and subcutaneous (SAT) adipose tissue stromal cells from patients with cardiovascular disease.,Semaglutide modulates pro-inflammatory neutrophil phenotype induced by supraphysiological levels of the adipokine FABP4 in patients with cardiovascular disease.", + "events_topic": "Cardiovascular Diseases | Carbohydrates ", + "rest_events_topic_count": 5, + "rest_events_topic": " Neutrophils | Heart Failure | Semaglutide | Adipokines | Antigens", + "kol_name": "Sonia Eiras", + "kol_full_name": "Sonia Eiras" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Health Care | Lipids", + "npi_num": "", + "hcp_pin_alias": "1157497", + "session_name": "Real-world evaluation of a lipid transformation project in primary care settings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157497", + "first_name": "Zoe", + "middle_name": "", + "last_name": "Zambelli", + "org_name": "Health Innovation Network South London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world evaluation of a lipid transformation project in primary care settings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Health Care | Lipids", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zoe Zambelli", + "kol_full_name": "Zoe Zambelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial | Cardiac Conduction System Disease | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1157496", + "session_name": "Optimising the results of cardiac resynchronisation therapy,Will conduction system pacing prove superior to conventional pacing?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157496", + "first_name": "Martin", + "middle_name": "", + "last_name": "Stockburger", + "org_name": "Havelland Kliniken", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Neuss", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising the results of cardiac resynchronisation therapy", + "rest_events_session_count": 1, + "rest_events_session": "Will conduction system pacing prove superior to conventional pacing?", + "events_topic": "Cardiac Pacing, Artificial | Cardiac Conduction System Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Resynchronization Therapy", + "kol_name": "Martin Stockburger", + "kol_full_name": "Martin Stockburger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Fitness Trackers", + "npi_num": "", + "hcp_pin_alias": "1157495", + "session_name": "Assessing the use of activity trackers in clinical practice: a survey of cardiac rehabilitation clinicians from Australia, Brazil, and Canada", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157495", + "first_name": "Trond", + "middle_name": "Roed", + "last_name": "Pettersen", + "org_name": "Haukeland University Hospital", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing the use of activity trackers in clinical practice: a survey of cardiac rehabilitation clinicians from Australia", + "rest_events_session_count": 2, + "rest_events_session": " Brazil, and Canada", + "events_topic": "Cardiac Rehabilitation | Fitness Trackers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Trond Roed Pettersen", + "kol_full_name": "Trond Roed Pettersen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Telemedicine | Patient Reported Outcome Measures", + "npi_num": "", + "hcp_pin_alias": "1157494", + "session_name": "Building research capacities in clinical nurse-led research: patient-reported outcomes at the core,Telehealth interventions in heart failure management: state of the art", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157494", + "first_name": "Tone", + "middle_name": "Merete", + "last_name": "Norekval", + "org_name": "Haukeland University Hospital", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Building research capacities in clinical nurse-led research: patient-reported outcomes at the core", + "rest_events_session_count": 1, + "rest_events_session": "Telehealth interventions in heart failure management: state of the art", + "events_topic": "Heart Failure | Telemedicine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Patient Reported Outcome Measures", + "kol_name": "Tone Merete Norekval", + "kol_full_name": "Tone Merete Norekval" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bariatric Surgery", + "npi_num": "", + "hcp_pin_alias": "1157493", + "session_name": "Long-term changes in cardiac geometry and mechanics after bariatric surgery- insights from the FatWest study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157493", + "first_name": "Lisa", + "middle_name": "Marie Dale", + "last_name": "Grymyr", + "org_name": "Haukeland University Hospital", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term changes in cardiac geometry and mechanics after bariatric surgery- insights from the FatWest study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bariatric Surgery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lisa Marie Dale Grymyr", + "kol_full_name": "Lisa Marie Dale Grymyr" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157492", + "session_name": "Cardiac chamber three-dimensional volumes and deformation predict clinical outcomes in chronic mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157492", + "first_name": "Dana", + "middle_name": "", + "last_name": "Cramariuc", + "org_name": "Haukeland University Hospital", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac chamber three-dimensional volumes and deformation predict clinical outcomes in chronic mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dana Cramariuc", + "kol_full_name": "Dana Cramariuc" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157491", + "session_name": "Age stratified differences in coronary artery plaque phenotype in women and men with non-obstructive coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157491", + "first_name": "Caroline", + "middle_name": "Annette Berge", + "last_name": "Hondros", + "org_name": "Haukeland University Hospital", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Age stratified differences in coronary artery plaque phenotype in women and men with non-obstructive coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Caroline Annette Berge Hondros", + "kol_full_name": "Caroline Annette Berge Hondros" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157490", + "session_name": "Long term outcomes of patients with decompensated aortic stenosis undergoing urgent transcatheter aortic valve implantation: a TAVI-NOR subs-study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157490", + "first_name": "Abukar", + "middle_name": "Mohamed", + "last_name": "Ali", + "org_name": "Haukeland University Hospital", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long term outcomes of patients with decompensated aortic stenosis undergoing urgent transcatheter aortic valve implantation: a TAVI-NOR subs-study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abukar Mohamed Ali", + "kol_full_name": "Abukar Mohamed Ali" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise | Digital Health | Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157489", + "session_name": "The role of digital health intervention in improving physical activity in cardiac rehabilitation center: a randomised controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157489", + "first_name": "Sevda", + "middle_name": "Ece", + "last_name": "Kizilkilic", + "org_name": "Hasselt University", + "Country": "Belgium", + "Region": "Limburg", + "City": "Hasselt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of digital health intervention in improving physical activity in cardiac rehabilitation center: a randomised controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise | Digital Health ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Rehabilitation", + "kol_name": "Sevda Ece Kizilkilic", + "kol_full_name": "Sevda Ece Kizilkilic" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiopulmonary Resuscitation | Exercise Test", + "npi_num": "", + "hcp_pin_alias": "1157488", + "session_name": "Peak oxygen pulse response during maximal cardiopulmonary exercise testing on a treadmill: applicability analysis of the FRIEND registry prediction equation in a Brazilian healthy sample", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157488", + "first_name": "Mauricio", + "middle_name": "", + "last_name": "Milani", + "org_name": "Hasselt University", + "Country": "Belgium", + "Region": "Limburg", + "City": "Hasselt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peak oxygen pulse response during maximal cardiopulmonary exercise testing on a treadmill: applicability analysis of the FRIEND registry prediction equation in a Brazilian healthy sample", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiopulmonary Resuscitation | Exercise Test", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mauricio Milani", + "kol_full_name": "Mauricio Milani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise Therapy | Heart Failure, Diastolic | Heart Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1157487", + "session_name": "Left ventricular volume as a predictor of exercise capacity and functional independence in individuals with preserved ejection fraction,Cardio-oncology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157487", + "first_name": "Maarten", + "middle_name": "", + "last_name": "Falter", + "org_name": "Hasselt University", + "Country": "Belgium", + "Region": "Limburg", + "City": "Hasselt", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular volume as a predictor of exercise capacity and functional independence in individuals with preserved ejection fraction", + "rest_events_session_count": 1, + "rest_events_session": "Cardio-oncology", + "events_topic": "Exercise Therapy | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Neoplasms", + "kol_name": "Maarten Falter", + "kol_full_name": "Maarten Falter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Cardiovascular Surgical Procedures | Epicardial Adipose Tissue", + "npi_num": "", + "hcp_pin_alias": "1157486", + "session_name": "Novel role of human epicardial adipocyte-derived SPARCL1 in suppression of postoperative atrial fibrillation in patients undergoing cardiovascular surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157486", + "first_name": "Taisuke", + "middle_name": "", + "last_name": "Harada", + "org_name": "Hasama Campus - Faculty of Medicine, Oita University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel role of human epicardial adipocyte-derived SPARCL1 in suppression of postoperative atrial fibrillation in patients undergoing cardiovascular surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Cardiovascular Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Epicardial Adipose Tissue", + "kol_name": "Taisuke Harada", + "kol_full_name": "Taisuke Harada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Ventricular Fibrillation | Brugada Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157485", + "session_name": "Relationship between epicardial adipose tissue and ventricular fibrillation in Brugada syndrome by cardiac computed tomography analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157485", + "first_name": "Keisuke", + "middle_name": "", + "last_name": "Yonezu", + "org_name": "Hasama Campus - Faculty of Medicine, Oita University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between epicardial adipose tissue and ventricular fibrillation in Brugada syndrome by cardiac computed tomography analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Ventricular Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Brugada Syndrome", + "kol_name": "Keisuke Yonezu", + "kol_full_name": "Keisuke Yonezu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Glucose Fluctuation | Adipocytes", + "npi_num": "", + "hcp_pin_alias": "1157484", + "session_name": "Impact of glucose fluctuation on the paracrine secretome profile of human epicardial adipocyte", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157484", + "first_name": "Hidekazu", + "middle_name": "", + "last_name": "Kondo", + "org_name": "Hasama Campus - Faculty of Medicine, Oita University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of glucose fluctuation on the paracrine secretome profile of human epicardial adipocyte", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glucose Fluctuation | Adipocytes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hidekazu Kondo", + "kol_full_name": "Hidekazu Kondo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157483", + "session_name": "Rare causes of heart failure,Rare, rarer, and unique cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157483", + "first_name": "Vivienne", + "middle_name": "", + "last_name": "Sullivan", + "org_name": "Harefield Hospital, Royal Brompton and Harefield NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rare causes of heart failure", + "rest_events_session_count": 3, + "rest_events_session": "Rare, rarer, and unique cardiomyopathies", + "events_topic": "Cardiomyopathies | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vivienne Sullivan", + "kol_full_name": "Vivienne Sullivan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157482", + "session_name": "Echocardiographic assessment of complex congenital left heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157482", + "first_name": "Nada", + "middle_name": "", + "last_name": "Al-Sakini", + "org_name": "Harefield Hospital, Royal Brompton and Harefield NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic assessment of complex congenital left heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nada Al-Sakini", + "kol_full_name": "Nada Al-Sakini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Myocardial Infarction | Acute Coronary Syndrome | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157481", + "session_name": "Predictive role of blood pressure variability in peri-procedural complications among STEMI patients: insights from the ACS-BP study.,Blood pressure variability and cardiovascular risk in patients with acute myocardial infarction. Three-year follow-up data from the ACS-BP study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157481", + "first_name": "Konstantinos", + "middle_name": "", + "last_name": "Konstantinou", + "org_name": "Harefield Hospital, Royal Brompton and Harefield NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictive role of blood pressure variability in peri-procedural complications among STEMI patients: insights from the ACS-BP study.", + "rest_events_session_count": 1, + "rest_events_session": "Blood pressure variability and cardiovascular risk in patients with acute myocardial infarction. Three-year follow-up data from the ACS-BP study", + "events_topic": "ST Elevation Myocardial Infarction | Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Coronary Syndrome | Blood Pressure", + "kol_name": "Konstantinos Konstantinou", + "kol_full_name": "Konstantinos Konstantinou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Magnetic Resonance Imaging | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1157480", + "session_name": "Cardiac magnetic resonance in ischaemic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157480", + "first_name": "Eirini", + "middle_name": "", + "last_name": "Velegraki", + "org_name": "Harefield Hospital, Royal Brompton and Harefield NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac magnetic resonance in ischaemic heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemia", + "kol_name": "Eirini Velegraki", + "kol_full_name": "Eirini Velegraki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Acute Kidney Injury", + "npi_num": "", + "hcp_pin_alias": "1157479", + "session_name": "Acute kidney injury stage 2/3 during acute heart failure admission - clinical contributors and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157479", + "first_name": "Corry", + "middle_name": "", + "last_name": "O'Sullivan", + "org_name": "Harefield Hospital, Royal Brompton and Harefield NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute kidney injury stage 2/3 during acute heart failure admission - clinical contributors and outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Acute Kidney Injury", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Corry O'Sullivan", + "kol_full_name": "Corry O'Sullivan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Coronary Syndrome | Pulmonary Artery | Antithrombotic Therapy | Critical Illness | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157478", + "session_name": "Mixed venous to arterial pCO2-gap is poorly correlated to cardiac index in 1526 pulmonary artery catheter monitored critically ill patients,Cardiogenic shock,Personalising antithrombotic strategies in acute and chronic coronary syndromes: when and how to escalate and de-escalate", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157478", + "first_name": "Christophe", + "middle_name": "", + "last_name": "Vandenbriele", + "org_name": "Harefield Hospital, Royal Brompton and Harefield NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mixed venous to arterial pCO2-gap is poorly correlated to cardiac index in 1526 pulmonary artery catheter monitored critically ill patients", + "rest_events_session_count": 2, + "rest_events_session": "Cardiogenic shock,Personalising antithrombotic strategies in acute and chronic coronary syndromes: when and how to escalate and de-escalate", + "events_topic": "Chronic Coronary Syndrome | Pulmonary Artery ", + "rest_events_topic_count": 3, + "rest_events_topic": " Antithrombotic Therapy | Critical Illness | Shock, Cardiogenic", + "kol_name": "Christophe Vandenbriele", + "kol_full_name": "Christophe Vandenbriele" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Mass Chest X-Ray | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157477", + "session_name": "Machine-learning based prediction of obstructive coronary artery disease using integrated submodules of clinical information, chest x-ray, and electrocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157477", + "first_name": "Ran", + "middle_name": "", + "last_name": "Heo", + "org_name": "Hanyang university medical center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine-learning based prediction of obstructive coronary artery disease using integrated submodules of clinical information", + "rest_events_session_count": 2, + "rest_events_session": " chest x-ray, and electrocardiography", + "events_topic": "Electrocardiography | Mass Chest X-Ray ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Ran Heo", + "kol_full_name": "Ran Heo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulse Wave Analysis | Heart Failure | Metabolic Syndrome | Anemia", + "npi_num": "", + "hcp_pin_alias": "1157476", + "session_name": "Estimated pulse wave velocity as a forefront indicator of developing metabolic syndrome,Effect of baseline and one-year follow-up anemia status on long-term clinical outcomes in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157476", + "first_name": "Hyun-Jin", + "middle_name": "", + "last_name": "Kim", + "org_name": "Hanyang University Kuri Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Estimated pulse wave velocity as a forefront indicator of developing metabolic syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Effect of baseline and one-year follow-up anemia status on long-term clinical outcomes in patients with heart failure", + "events_topic": "Pulse Wave Analysis | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Metabolic Syndrome | Anemia", + "kol_name": "Hyun-Jin Kim", + "kol_full_name": "Hyun-Jin Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157475", + "session_name": "Association of cumulative systolic blood pressure load with cardiovascular events in patients undergoing percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157475", + "first_name": "Byung", + "middle_name": "Sik", + "last_name": "Kim", + "org_name": "Hanyang University Kuri Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of cumulative systolic blood pressure load with cardiovascular events in patients undergoing percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Byung Sik Kim", + "kol_full_name": "Byung Sik Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Hypertension | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157474", + "session_name": "Association between the cumulative excessive systolic blood pressure and left ventricular mass index,Socioeconomic disparity in utilization of transcatheter aortic valve replacement,Differential impact of clinic BP target on the prevalence and predictors of the masked uncontrolled hypertension and white-coat uncontrolled hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157474", + "first_name": "Yonggu", + "middle_name": "", + "last_name": "Lee", + "org_name": "Hanyang University Guri Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between the cumulative excessive systolic blood pressure and left ventricular mass index", + "rest_events_session_count": 2, + "rest_events_session": "Socioeconomic disparity in utilization of transcatheter aortic valve replacement,Differential impact of clinic BP target on the prevalence and predictors of the masked uncontrolled hypertension and white-coat uncontrolled hypertension", + "events_topic": "Transcatheter Aortic Valve Replacement | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "Yonggu Lee", + "kol_full_name": "Yonggu Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157473", + "session_name": "Burst-like transcription of MYH7, allelic and contractile imbalance already in early stage hiPSC-cardiomyocytes indicate these as pathogenic factors in Hypertrophic Cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157473", + "first_name": "Theresia", + "middle_name": "", + "last_name": "Kraft", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Burst-like transcription of MYH7", + "rest_events_session_count": 1, + "rest_events_session": " allelic and contractile imbalance already in early stage hiPSC-cardiomyocytes indicate these as pathogenic factors in Hypertrophic Cardiomyopathy", + "events_topic": "Cardiomyopathy, Hypertrophic | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Theresia Kraft", + "kol_full_name": "Theresia Kraft" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Child Health | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157472", + "session_name": "A guideline-informed language model for paediatric cardiology demonstrates high performance in answering complex medical questions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157472", + "first_name": "Theodor", + "middle_name": "", + "last_name": "Uden", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A guideline-informed language model for paediatric cardiology demonstrates high performance in answering complex medical questions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Child Health | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Theodor Uden", + "kol_full_name": "Theodor Uden" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RNA, Circular | Myocytes, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157471", + "session_name": "A species conserved circular RNA promotes cardiomyocyte proliferation and survival", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157471", + "first_name": "Sarah", + "middle_name": "", + "last_name": "Cushman", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A species conserved circular RNA promotes cardiomyocyte proliferation and survival", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "RNA, Circular | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sarah Cushman", + "kol_full_name": "Sarah Cushman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Baroreflex", + "npi_num": "", + "hcp_pin_alias": "1157470", + "session_name": "Baroreflex activation therapy in heart failure patients with reduced ejection fraction: a long-term follow up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157470", + "first_name": "Dong", + "middle_name": "", + "last_name": "Wang", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Baroreflex activation therapy in heart failure patients with reduced ejection fraction: a long-term follow up", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Baroreflex", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dong Wang", + "kol_full_name": "Dong Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmogenic Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1157469", + "session_name": "Targeting desmosomal adhesion to treat arrhythmogenic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157469", + "first_name": "Camilla", + "middle_name": "", + "last_name": "Schinner", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting desmosomal adhesion to treat arrhythmogenic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmogenic Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Camilla Schinner", + "kol_full_name": "Camilla Schinner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Kidney Transplantation", + "npi_num": "", + "hcp_pin_alias": "1157468", + "session_name": "Children after kidney transplantation show severe cardiac alterations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157468", + "first_name": "Bernhard", + "middle_name": "", + "last_name": "Schmidt", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Children after kidney transplantation show severe cardiac alterations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Kidney Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bernhard Schmidt", + "kol_full_name": "Bernhard Schmidt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Supersaturated Oxygen Therapy | Myocardial Infarction | Anticoagulation", + "npi_num": "", + "hcp_pin_alias": "1157467", + "session_name": "Difficult decisions – who and how to anticoagulate? Case-based discussion,Supersaturated oxygen therapy in patients with acute anterior myocardial infarction reduces infarct size", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157467", + "first_name": "Andreas", + "middle_name": "", + "last_name": "Schaefer", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Difficult decisions – who and how to anticoagulate? Case-based discussion", + "rest_events_session_count": 1, + "rest_events_session": "Supersaturated oxygen therapy in patients with acute anterior myocardial infarction reduces infarct size", + "events_topic": "Supersaturated Oxygen Therapy | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anticoagulation", + "kol_name": "Andreas Schaefer", + "kol_full_name": "Andreas Schaefer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Heart Failure | Hypertension | Cognitive Dysfunction | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157466", + "session_name": "Blood pressure targets for patients with hypertension and heart failure,Clinical correlates and prognostic impact of cognitive decline in patients with heart failure and preserved ejection fraction: insights from PARAGON-HF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157466", + "first_name": "Li", + "middle_name": "", + "last_name": "Shen", + "org_name": "Hanghou Normal University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood pressure targets for patients with hypertension and heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Clinical correlates and prognostic impact of cognitive decline in patients with heart failure and preserved ejection fraction: insights from PARAGON-HF", + "events_topic": "Heart Failure, Diastolic | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Hypertension | Cognitive Dysfunction | Blood Pressure", + "kol_name": "Li Shen", + "kol_full_name": "Li Shen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Secondary Prevention | Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "1157465", + "session_name": "Comprehensive risk factor management through a dedicated secondary prevention clinic: experience from hamilton, Ontario", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157465", + "first_name": "Cassandra", + "middle_name": "", + "last_name": "Frketich", + "org_name": "Hamilton General Hospital", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comprehensive risk factor management through a dedicated secondary prevention clinic: experience from hamilton", + "rest_events_session_count": 1, + "rest_events_session": " Ontario", + "events_topic": "Secondary Prevention | Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cassandra Frketich", + "kol_full_name": "Cassandra Frketich" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transradial Cardiac Catheterization", + "npi_num": "", + "hcp_pin_alias": "1157464", + "session_name": "Risk factors for access site-related complications after distal transradial catheterization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157464", + "first_name": "Jino", + "middle_name": "", + "last_name": "Park", + "org_name": "Haeundae Paik Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors for access site-related complications after distal transradial catheterization", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transradial Cardiac Catheterization", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jino Park", + "kol_full_name": "Jino Park" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157463", + "session_name": "Echocardiographic predictors of mortality in cardiac intensive care unit patients with pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157463", + "first_name": "Meir", + "middle_name": "", + "last_name": "Tabi", + "org_name": "Haemek Medical Center", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic predictors of mortality in cardiac intensive care unit patients with pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Meir Tabi", + "kol_full_name": "Meir Tabi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1157462", + "session_name": "New frontiers in treatment of valvular heart diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157462", + "first_name": "Ronen", + "middle_name": "", + "last_name": "Beeri", + "org_name": "Hadassah-Hebrew University Medical Center", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New frontiers in treatment of valvular heart diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ronen Beeri", + "kol_full_name": "Ronen Beeri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Artificial Intelligence | Left Ventricular Mass | Heart Failure | Cluster Analysis", + "npi_num": "", + "hcp_pin_alias": "1157461", + "session_name": "Effect of physical activity level on the association of LBBB, heart failure, and mortality,AI-based cluster analysis enables outcomes prediction among patients with increased LVM", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157461", + "first_name": "Yitschak", + "middle_name": "", + "last_name": "Bitton", + "org_name": "Hadassah - Hebrew University Medical Center Jerusalem", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of physical activity level on the association of LBBB", + "rest_events_session_count": 3, + "rest_events_session": " heart failure, and mortality,AI-based cluster analysis enables outcomes prediction among patients with increased LVM", + "events_topic": "Mortality | Artificial Intelligence ", + "rest_events_topic_count": 3, + "rest_events_topic": " Left Ventricular Mass | Heart Failure | Cluster Analysis", + "kol_name": "Yitschak Bitton", + "kol_full_name": "Yitschak Bitton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Optical Sensors | Low-Level Light Therapy | Perivascular Fibrosis | Hemorrhage | Heart Failure, Diastolic | Cardiac Remodeling", + "npi_num": "", + "hcp_pin_alias": "1157460", + "session_name": "Photobiomodulation mitigates diastolic dysfunction, reduces perivascular fibrosis and inflammation, and enhances mitochondrial metabolism and angiogenesis in a mouse model of HFpEF,Transdermal optical sensors allow earlier detection of access site bleeding complications in swine model,A personalized, 3D printed, polymeric elastic support device for the prevention of post-MI cardiac remodeling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157460", + "first_name": "Dean", + "middle_name": "", + "last_name": "Nachman", + "org_name": "Hadassah - Hebrew University Medical Center Jerusalem", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Photobiomodulation mitigates diastolic dysfunction", + "rest_events_session_count": 6, + "rest_events_session": " reduces perivascular fibrosis and inflammation, and enhances mitochondrial metabolism and angiogenesis in a mouse model of HFpEF,Transdermal optical sensors allow earlier detection of access site bleeding complications in swine model,A personalized, 3D printed, polymeric elastic support device for the prevention of post-MI cardiac remodeling", + "events_topic": "Optical Sensors | Low-Level Light Therapy ", + "rest_events_topic_count": 4, + "rest_events_topic": " Perivascular Fibrosis | Hemorrhage | Heart Failure, Diastolic | Cardiac Remodeling", + "kol_name": "Dean Nachman", + "kol_full_name": "Dean Nachman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157459", + "session_name": "Death and Neurological Outcome in Patients Delivered to a Cardiac Arrest Centre: Pre-specified secondary analyses of the ARREST Trial,Invasive and non-invasive cardiac management after cardiac arrest,All cardiac arrest patients should be transferred to a cardiac arrest centre: con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157459", + "first_name": "Tiffany", + "middle_name": "", + "last_name": "Patterson", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Death and Neurological Outcome in Patients Delivered to a Cardiac Arrest Centre: Pre-specified secondary analyses of the ARREST Trial", + "rest_events_session_count": 2, + "rest_events_session": "Invasive and non-invasive cardiac management after cardiac arrest,All cardiac arrest patients should be transferred to a cardiac arrest centre: con", + "events_topic": "Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tiffany Patterson", + "kol_full_name": "Tiffany Patterson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1157458", + "session_name": "Personalising care in congenital heart disease: a lifecycle perspective,Structural intervention meets adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157458", + "first_name": "Shakeel", + "middle_name": "Ahmed", + "last_name": "Qureshi", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising care in congenital heart disease: a lifecycle perspective", + "rest_events_session_count": 1, + "rest_events_session": "Structural intervention meets adult congenital heart disease", + "events_topic": "Adult Congenital Heart Disease | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shakeel Ahmed Qureshi", + "kol_full_name": "Shakeel Ahmed Qureshi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericardiocentesis", + "npi_num": "", + "hcp_pin_alias": "1157457", + "session_name": "Enhancing cardiology trainee competence through simulation-based pericardiocentesis training: a pilot programme evaluation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157457", + "first_name": "Sachin", + "middle_name": "", + "last_name": "Sabu", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhancing cardiology trainee competence through simulation-based pericardiocentesis training: a pilot programme evaluation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericardiocentesis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sachin Sabu", + "kol_full_name": "Sachin Sabu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Congenital Abnormalities", + "npi_num": "", + "hcp_pin_alias": "1157456", + "session_name": "The role of stress echocardiography in patients with congenital abnormalities of coronary arteries: two tertiary cardiac centres experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157456", + "first_name": "Oleksandr", + "middle_name": "", + "last_name": "Danylenko", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of stress echocardiography in patients with congenital abnormalities of coronary arteries: two tertiary cardiac centres experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Congenital Abnormalities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Oleksandr Danylenko", + "kol_full_name": "Oleksandr Danylenko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemorrhage | Thrombocytopenia | Transcatheter Aortic Valve Replacement | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1157455", + "session_name": "A challenging case of a complicated TAVI endocarditis in a young patient with alveolar haemorrhages and thrombocytopaenia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157455", + "first_name": "Marie-Luise", + "middle_name": "", + "last_name": "Dikou", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A challenging case of a complicated TAVI endocarditis in a young patient with alveolar haemorrhages and thrombocytopaenia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemorrhage | Thrombocytopenia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Endocarditis", + "kol_name": "Marie-Luise Dikou", + "kol_full_name": "Marie-Luise Dikou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy, Left Ventricular", + "npi_num": "", + "hcp_pin_alias": "1157454", + "session_name": "Phenotyping left ventricular hypertrophy: what's new?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157454", + "first_name": "Lilit", + "middle_name": "", + "last_name": "Baghdasaryan", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phenotyping left ventricular hypertrophy: what's new?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy, Left Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lilit Baghdasaryan", + "kol_full_name": "Lilit Baghdasaryan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157453", + "session_name": "Aortic valve tract dynamics in normal-flow low-gradient and normal-flow high-gradient severe aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157453", + "first_name": "Fatma", + "middle_name": "Yilmaz", + "last_name": "Coskun", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic valve tract dynamics in normal-flow low-gradient and normal-flow high-gradient severe aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fatma Yilmaz Coskun", + "kol_full_name": "Fatma Yilmaz Coskun" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Uterine Myomectomy | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1157452", + "session_name": "Great Debate: modern medical treatment is better than myomectomy for obstructive hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157452", + "first_name": "Fabio", + "middle_name": "", + "last_name": "De Robertis", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debate: modern medical treatment is better than myomectomy for obstructive hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Uterine Myomectomy | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fabio De Robertis", + "kol_full_name": "Fabio De Robertis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Decision Making, Shared | ST Elevation Myocardial Infarction | Transcatheter Aortic Valve Replacement | Angioplasty", + "npi_num": "", + "hcp_pin_alias": "1157451", + "session_name": "Delivering shared decision-making before transcatheter aortic valve implantation using digital and remote techniques to enhance patient engagement and convenience,Cardioprotection with transcoronary saline infusion during primary angioplasty for ST-elevation myocardial infarction: design and rationale of the STEMI-Cool pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157451", + "first_name": "Ermes", + "middle_name": "", + "last_name": "Carulli", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Delivering shared decision-making before transcatheter aortic valve implantation using digital and remote techniques to enhance patient engagement and convenience", + "rest_events_session_count": 1, + "rest_events_session": "Cardioprotection with transcoronary saline infusion during primary angioplasty for ST-elevation myocardial infarction: design and rationale of the STEMI-Cool pilot study", + "events_topic": "Decision Making, Shared | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Angioplasty", + "kol_name": "Ermes Carulli", + "kol_full_name": "Ermes Carulli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Body Composition", + "npi_num": "", + "hcp_pin_alias": "1157450", + "session_name": "Effect of Fontan circulation on body composition and correlation with exercise capacity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157450", + "first_name": "Elettra", + "middle_name": "", + "last_name": "Pomiato", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of Fontan circulation on body composition and correlation with exercise capacity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Body Composition", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elettra Pomiato", + "kol_full_name": "Elettra Pomiato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Electrophysiology | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1157449", + "session_name": "Use of imaging in electrophysiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157449", + "first_name": "Aldo", + "middle_name": "", + "last_name": "Rinaldi", + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of imaging in electrophysiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Electrophysiology | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aldo Rinaldi", + "kol_full_name": "Aldo Rinaldi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Thrombosis", + "npi_num": "", + "hcp_pin_alias": "1157448", + "session_name": "Eosinophilic myocarditis complicated by early onset prosthetic mitral valve thrombosis in a young patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157448", + "first_name": "Lukas", + "middle_name": "", + "last_name": "Stoiber", + "org_name": "Guy's and St Thomas' NHS Trust Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Eosinophilic myocarditis complicated by early onset prosthetic mitral valve thrombosis in a young patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Thrombosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lukas Stoiber", + "kol_full_name": "Lukas Stoiber" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157447", + "session_name": "Echo triaging works. How to use international guidelines.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157447", + "first_name": "Konstantina", + "middle_name": "", + "last_name": "Kipourou", + "org_name": "Guy's and St Thomas' NHS Trust Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echo triaging works. How to use international guidelines.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Konstantina Kipourou", + "kol_full_name": "Konstantina Kipourou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Disease Progression | Intermittent Claudication | Electronic Health Records", + "npi_num": "", + "hcp_pin_alias": "1157446", + "session_name": "Natural language processing realises the potential of electronic health records: identifying risk factors for disease progression and major adverse limb events in intermittent claudication", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157446", + "first_name": "Joseph", + "middle_name": "", + "last_name": "Froud", + "org_name": "Guy's and St Thomas' NHS Trust Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Natural language processing realises the potential of electronic health records: identifying risk factors for disease progression and major adverse limb events in intermittent claudication", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease Progression | Intermittent Claudication ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electronic Health Records", + "kol_name": "Joseph Froud", + "kol_full_name": "Joseph Froud" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Stroke", + "npi_num": "", + "hcp_pin_alias": "1157445", + "session_name": "Evidence that mitral and/or tricuspid regurgitation diminishes stroke volume increase during exercise", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157445", + "first_name": "Megumi", + "middle_name": "", + "last_name": "Kubota", + "org_name": "Gunma Prefectural Cardiovascular Center", + "Country": "Japan", + "Region": "Gumma", + "City": "Maebashi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evidence that mitral and/or tricuspid regurgitation diminishes stroke volume increase during exercise", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency | Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Megumi Kubota", + "kol_full_name": "Megumi Kubota" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Smokers", + "npi_num": "", + "hcp_pin_alias": "1157444", + "session_name": "Score-2 in heavy smokers: are we underestimating the risk?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157444", + "first_name": "Deborah", + "middle_name": "", + "last_name": "Cosmi", + "org_name": "Gubbio-Gualdo Tadino Hospital", + "Country": "Italy", + "Region": "Umbria", + "City": "Perugia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Score-2 in heavy smokers: are we underestimating the risk?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Smokers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Deborah Cosmi", + "kol_full_name": "Deborah Cosmi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RNA, Long Noncoding | Myocytes, Smooth Muscle | Aortic Aneurysm, Abdominal", + "npi_num": "", + "hcp_pin_alias": "1157443", + "session_name": "Long noncoding RNA Sngh20 promotes vascular smooth muscle cell senescence and abdominal aortic aneurysm growth by interacting with dead-box helicase 5", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157443", + "first_name": "Zhiyong", + "middle_name": "", + "last_name": "Deng", + "org_name": "Guangzhou First People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long noncoding RNA Sngh20 promotes vascular smooth muscle cell senescence and abdominal aortic aneurysm growth by interacting with dead-box helicase 5", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "RNA, Long Noncoding | Myocytes, Smooth Muscle ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Aneurysm, Abdominal", + "kol_name": "Zhiyong Deng", + "kol_full_name": "Zhiyong Deng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "", + "hcp_pin_alias": "1157442", + "session_name": "Cardiovascular mortality among patients with diffuse large B-cell lymphoma: a population-based study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157442", + "first_name": "Danhua", + "middle_name": "", + "last_name": "Hong", + "org_name": "Guangzhou First People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular mortality among patients with diffuse large B-cell lymphoma: a population-based study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Lymphoma, Large B-Cell, Diffuse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Danhua Hong", + "kol_full_name": "Danhua Hong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157441", + "session_name": "Social determinants of health, blood pressure classification, and incident stroke in community-dwelling adults: a prospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157441", + "first_name": "Zhiqiang", + "middle_name": "", + "last_name": "Nie", + "org_name": "Guangdong Provincial People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Social determinants of health", + "rest_events_session_count": 2, + "rest_events_session": " blood pressure classification, and incident stroke in community-dwelling adults: a prospective cohort study", + "events_topic": "Stroke | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhiqiang Nie", + "kol_full_name": "Zhiqiang Nie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157440", + "session_name": "Circulating beta-hydroxybutyrate levels are associated with major adverse clinical events in patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157440", + "first_name": "Yining", + "middle_name": "", + "last_name": "Dai", + "org_name": "Guangdong Provincial People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating beta-hydroxybutyrate levels are associated with major adverse clinical events in patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yining Dai", + "kol_full_name": "Yining Dai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Triglyceride-Glucose Index | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157439", + "session_name": "Triglyceride-glucose index predicts the prognosis of patients with ischemic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157439", + "first_name": "Ying", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Guangdong Provincial People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Triglyceride-glucose index predicts the prognosis of patients with ischemic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triglyceride-Glucose Index | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ying Zhang", + "kol_full_name": "Ying Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lactic Acid | Heart Septal Defects, Atrial", + "npi_num": "", + "hcp_pin_alias": "1157438", + "session_name": "4-year follow-up results of percutaneous closure of atrial septal defect with the total biodegradable poly-L-lactic acid device: date from a prospective, single-center trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157438", + "first_name": "Yi-Fan", + "middle_name": "", + "last_name": "Li", + "org_name": "Guangdong Provincial People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "4-year follow-up results of percutaneous closure of atrial septal defect with the total biodegradable poly-L-lactic acid device: date from a prospective", + "rest_events_session_count": 1, + "rest_events_session": " single-center trial", + "events_topic": "Lactic Acid | Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yi-Fan Li", + "kol_full_name": "Yi-Fan Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Valsartan | Cardiac Remodeling | Surgical Ventricular Restoration | Sacubitril", + "npi_num": "", + "hcp_pin_alias": "1157437", + "session_name": "LCZ696 (sacubitril/valsartan) alleviates residual cardiac remodeling of large ventricular aneurysms after surgical ventricular reconstruction by mediating circMap4k2/LIN28A/PDK1 pathway", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157437", + "first_name": "Junyu", + "middle_name": "", + "last_name": "Yan", + "org_name": "Guangdong Provincial People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LCZ696 (sacubitril/valsartan) alleviates residual cardiac remodeling of large ventricular aneurysms after surgical ventricular reconstruction by mediating circMap4k2/LIN28A/PDK1 pathway", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Valsartan | Cardiac Remodeling ", + "rest_events_topic_count": 2, + "rest_events_topic": " Surgical Ventricular Restoration | Sacubitril", + "kol_name": "Junyu Yan", + "kol_full_name": "Junyu Yan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mendelian Randomization Analysis | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157436", + "session_name": "Non-linear causal effects of kidney function on the risk of heart failure: a Mendelian randomization study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157436", + "first_name": "Jin", + "middle_name": "", + "last_name": "Liu", + "org_name": "Guangdong Provincial People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-linear causal effects of kidney function on the risk of heart failure: a Mendelian randomization study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mendelian Randomization Analysis | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jin Liu", + "kol_full_name": "Jin Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Diabetes Mellitus | Hypertrophy, Left Ventricular | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157435", + "session_name": "Influences of cardiovascular disease on the relationship between baseline systolic blood pressure and adverse outcomes in diabetes: insights from large population-based study,Prevalence and prognostic implication of left ventricular hypertrophy defined by different echocardiographic criteria", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157435", + "first_name": "Anping", + "middle_name": "", + "last_name": "Cai", + "org_name": "Guangdong Provincial People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influences of cardiovascular disease on the relationship between baseline systolic blood pressure and adverse outcomes in diabetes: insights from large population-based study", + "rest_events_session_count": 1, + "rest_events_session": "Prevalence and prognostic implication of left ventricular hypertrophy defined by different echocardiographic criteria", + "events_topic": "Echocardiography | Diabetes Mellitus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hypertrophy, Left Ventricular | Cardiovascular Diseases", + "kol_name": "Anping Cai", + "kol_full_name": "Anping Cai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Kidney Diseases | Ezetimibe | Combined Modality Therapy | Coronary Angiography", + "npi_num": "", + "hcp_pin_alias": "1157434", + "session_name": "Serum albumin spectrum on the risk of acute kidney disease and follow-up prognosis in patients undergoing coronary angiography: a multicenter cohort study in China,Prevalence and effect of initial statin and ezetimibe combination therapy in patients with documented coronary artery disease undergoing coronary angiography: a real-world study in china, 2010-2019", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157434", + "first_name": "Yi-Bo", + "middle_name": "", + "last_name": "He", + "org_name": "Guangdong Provincial Cardiovascular Institute", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serum albumin spectrum on the risk of acute kidney disease and follow-up prognosis in patients undergoing coronary angiography: a multicenter cohort study in China", + "rest_events_session_count": 2, + "rest_events_session": "Prevalence and effect of initial statin and ezetimibe combination therapy in patients with documented coronary artery disease undergoing coronary angiography: a real-world study in china, 2010-2019", + "events_topic": "Kidney Diseases | Ezetimibe ", + "rest_events_topic_count": 2, + "rest_events_topic": " Combined Modality Therapy | Coronary Angiography", + "kol_name": "Yi-Bo He", + "kol_full_name": "Yi-Bo He" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Glutathione Transferase | Heart Failure | Diuretics", + "npi_num": "", + "hcp_pin_alias": "1157433", + "session_name": "Glutathione s-transferase pi is a marker of loop diuretic resistance in patients with congestive heart failure exacerbation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157433", + "first_name": "Tomasz", + "middle_name": "", + "last_name": "Imiela", + "org_name": "Grochowski Hospital, Centre of Postgraduate Medical School", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Glutathione s-transferase pi is a marker of loop diuretic resistance in patients with congestive heart failure exacerbation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glutathione Transferase | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diuretics", + "kol_name": "Tomasz Imiela", + "kol_full_name": "Tomasz Imiela" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Radial Artery Occlusion | Ultrasonography", + "npi_num": "", + "hcp_pin_alias": "1157432", + "session_name": "Ultrasonographic and functional evaluation of forearm circulation with occluded radial artery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157432", + "first_name": "Pawel", + "middle_name": "", + "last_name": "Lewandowski", + "org_name": "Grochowski Hospital, Centre of Postgraduate Medical School", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ultrasonographic and functional evaluation of forearm circulation with occluded radial artery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radial Artery Occlusion | Ultrasonography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pawel Lewandowski", + "kol_full_name": "Pawel Lewandowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Baroreflex | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157431", + "session_name": "Effects of baroreceptor reflex modification on efficacy of ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157431", + "first_name": "Anna", + "middle_name": "", + "last_name": "Zuk", + "org_name": "Grochowski Hospital, Centre of Postgraduate Medical School", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of baroreceptor reflex modification on efficacy of ablation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Baroreflex | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Anna Zuk", + "kol_full_name": "Anna Zuk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Prognosis | Exercise Test", + "npi_num": "", + "hcp_pin_alias": "1157430", + "session_name": "Low chronotropic response in post-myocardial infarction exercise test predicts worse prognosis in patients with preserved or mildly reduced left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157430", + "first_name": "Krzysztof", + "middle_name": "", + "last_name": "Smarz", + "org_name": "Grochowski Hospital, Centre of Postgraduate Medical Education", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Low chronotropic response in post-myocardial infarction exercise test predicts worse prognosis in patients with preserved or mildly reduced left ventricular ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Prognosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Exercise Test", + "kol_name": "Krzysztof Smarz", + "kol_full_name": "Krzysztof Smarz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1157429", + "session_name": "Prognostic role of gene variants in sudden cardiac death risk associated to paediatric hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157429", + "first_name": "Maria", + "middle_name": "", + "last_name": "Lopez-Blazquez", + "org_name": "Gregorio Maranon University General Hospital - Madrid Health Service", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic role of gene variants in sudden cardiac death risk associated to paediatric hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Lopez-Blazquez", + "kol_full_name": "Maria Lopez-Blazquez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Marfan Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157428", + "session_name": "Marfan syndrome in children: large, single centre experience on management and outcome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157428", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Freixa-Benavente", + "org_name": "Great Ormond Street Hospital for Children", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Marfan syndrome in children: large", + "rest_events_session_count": 1, + "rest_events_session": " single centre experience on management and outcome", + "events_topic": "Marfan Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrea Freixa-Benavente", + "kol_full_name": "Andrea Freixa-Benavente" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1157427", + "session_name": "Protein redistribution in buccal cells as a prognostic marker for arrhythmogenic cardiomyopathy in paediatric patients,Complex adult congenital heart disease cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157427", + "first_name": "Sara", + "middle_name": "", + "last_name": "Moscatelli", + "org_name": "Great Ormond Street Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Protein redistribution in buccal cells as a prognostic marker for arrhythmogenic cardiomyopathy in paediatric patients", + "rest_events_session_count": 1, + "rest_events_session": "Complex adult congenital heart disease cases", + "events_topic": "Cardiomyopathies | Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sara Moscatelli", + "kol_full_name": "Sara Moscatelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, Emission-Computed, Single-Photon | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1157426", + "session_name": "Feasibility of quantitative evaluation of hemodynamics using SPECT/CT in patients with chronic thromboembolic pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157426", + "first_name": "Ayane", + "middle_name": "", + "last_name": "Miyagi", + "org_name": "Graduate School of Medicine, University of the Ryukyus", + "Country": "Japan", + "Region": "Okinawa", + "City": "Okinawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Feasibility of quantitative evaluation of hemodynamics using SPECT/CT in patients with chronic thromboembolic pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, Emission-Computed, Single-Photon | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ayane Miyagi", + "kol_full_name": "Ayane Miyagi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Obesity | Cerebral Small Vessel Diseases", + "npi_num": "", + "hcp_pin_alias": "1157425", + "session_name": "Association of obesity and metabolic health status with cerebral small vessel disease in stroke-free individuals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157425", + "first_name": "Akio", + "middle_name": "", + "last_name": "ishida", + "org_name": "Graduate School of Medicine, University of the Ryukyus", + "Country": "Japan", + "Region": "Okinawa", + "City": "Okinawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of obesity and metabolic health status with cerebral small vessel disease in stroke-free individuals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cerebral Small Vessel Diseases", + "kol_name": "Akio ishida", + "kol_full_name": "Akio ishida" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Endovascular Procedures | Cholinesterases", + "npi_num": "", + "hcp_pin_alias": "1157424", + "session_name": "Clinical impact of serum cholinesterase level on clinical outcomes in patients with lower extremity artery disease undergoing endovascular treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157424", + "first_name": "Hirokazu", + "middle_name": "", + "last_name": "Shimono", + "org_name": "Graduate School of Medical and Dental Sciences, Kagoshima University", + "Country": "Japan", + "Region": "Kagoshima", + "City": "Kagoshima", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical impact of serum cholinesterase level on clinical outcomes in patients with lower extremity artery disease undergoing endovascular treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Endovascular Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cholinesterases", + "kol_name": "Hirokazu Shimono", + "kol_full_name": "Hirokazu Shimono" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1157423", + "session_name": "Aneursymal pipe to Congested pump", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157423", + "first_name": "Sam", + "middle_name": "Jacob", + "last_name": "Chiramel", + "org_name": "Government Medical College", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aneursymal pipe to Congested pump", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sam Jacob Chiramel", + "kol_full_name": "Sam Jacob Chiramel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin | MINOCA", + "npi_num": "", + "hcp_pin_alias": "1157422", + "session_name": "Incidence of MINOCA in the high-sensitivity troponin era: a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157422", + "first_name": "Philopatir", + "middle_name": "", + "last_name": "Mikhail", + "org_name": "Gosford Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Gosford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of MINOCA in the high-sensitivity troponin era: a meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin | MINOCA", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Philopatir Mikhail", + "kol_full_name": "Philopatir Mikhail" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157421", + "session_name": "Cardiovascular profile of women in cardiac rehabilitation programs and its impact on their functional capacity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157421", + "first_name": "Maria", + "middle_name": "Ines Gomez", + "last_name": "Sanchez", + "org_name": "Gomez Ulla Central Defense Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular profile of women in cardiac rehabilitation programs and its impact on their functional capacity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Ines Gomez Sanchez", + "kol_full_name": "Maria Ines Gomez Sanchez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Percutaneous Coronary Intervention | Takotsubo Cardiomyopathy | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157420", + "session_name": "Comparison of machine learning and traditional methods for prediction of adverse clinical events after percutaneous coronary intervention,Machine learning for prediction of all-cause mortality in acute coronary syndrome,Prognostic impact of secondary prevention medical therapy in patients with Takotsubo cardiomyopathy: a Bayesian network meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157420", + "first_name": "Ammar", + "middle_name": "", + "last_name": "Zaka", + "org_name": "Gold Coast Hospital And Health Service", + "Country": "Australia", + "Region": "Queensland", + "City": "Gold Coast", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of machine learning and traditional methods for prediction of adverse clinical events after percutaneous coronary intervention", + "rest_events_session_count": 2, + "rest_events_session": "Machine learning for prediction of all-cause mortality in acute coronary syndrome,Prognostic impact of secondary prevention medical therapy in patients with Takotsubo cardiomyopathy: a Bayesian network meta-analysis", + "events_topic": "Machine Learning | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 2, + "rest_events_topic": " Takotsubo Cardiomyopathy | Acute Coronary Syndrome", + "kol_name": "Ammar Zaka", + "kol_full_name": "Ammar Zaka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Cardiovascular Diseases | Vascular Diseases | Lipid Metabolism", + "npi_num": "", + "hcp_pin_alias": "1157419", + "session_name": "Lipid metabolism rewiring of the heart,Revolutionary new cardiovascular disease therapies: future now,Novel regulators of vascular functions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157419", + "first_name": "Ingrid", + "middle_name": "", + "last_name": "Fleming", + "org_name": "Goethe University", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid metabolism rewiring of the heart", + "rest_events_session_count": 2, + "rest_events_session": "Revolutionary new cardiovascular disease therapies: future now,Novel regulators of vascular functions", + "events_topic": "Heart Diseases | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Vascular Diseases | Lipid Metabolism", + "kol_name": "Ingrid Fleming", + "kol_full_name": "Ingrid Fleming" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Machine Learning", + "npi_num": "", + "hcp_pin_alias": "1157418", + "session_name": "Accuracy of machine learning techniques to predict stress echocardiography results using clinical variables", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157418", + "first_name": "Ugochukwu", + "middle_name": "", + "last_name": "Ihekwaba", + "org_name": "Glenfield Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Accuracy of machine learning techniques to predict stress echocardiography results using clinical variables", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Machine Learning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ugochukwu Ihekwaba", + "kol_full_name": "Ugochukwu Ihekwaba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tetralogy Of Fallot | Left Bundle Branch Pacing", + "npi_num": "", + "hcp_pin_alias": "1157417", + "session_name": "Simultaneous left bundle branch pacing and right ventricular pacing in a patient with surgically corrected tetralogy of Fallot and severe biventricular failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157417", + "first_name": "Hany", + "middle_name": "", + "last_name": "Eldeeb", + "org_name": "Glenfield Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Simultaneous left bundle branch pacing and right ventricular pacing in a patient with surgically corrected tetralogy of Fallot and severe biventricular failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tetralogy Of Fallot | Left Bundle Branch Pacing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hany Eldeeb", + "kol_full_name": "Hany Eldeeb" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157416", + "session_name": "Incidence of cancer in patients with heart failure and its predictor across ejection fraction and sexes: a nationwide cohort analysis over time", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157416", + "first_name": "Davide", + "middle_name": "", + "last_name": "Stolfo", + "org_name": "Giuliano Isontina University Health Authority", + "Country": "Italy", + "Region": "Friuli-Venezia Giulia", + "City": "Trieste", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of cancer in patients with heart failure and its predictor across ejection fraction and sexes: a nationwide cohort analysis over time", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Davide Stolfo", + "kol_full_name": "Davide Stolfo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Hypovitaminosis D", + "npi_num": "", + "hcp_pin_alias": "1157415", + "session_name": "Co-existence of low IGF-1 levels and hypovitaminosis D indicates worse prognosis in patients with AMI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157415", + "first_name": "Aneta", + "middle_name": "", + "last_name": "Aleksova", + "org_name": "Giuliano Isontina University Health Authority", + "Country": "Italy", + "Region": "Friuli-Venezia Giulia", + "City": "Trieste", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Co-existence of low IGF-1 levels and hypovitaminosis D indicates worse prognosis in patients with AMI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Hypovitaminosis D", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aneta Aleksova", + "kol_full_name": "Aneta Aleksova" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Bypass | Coronary Disease | Angioplasty", + "npi_num": "", + "hcp_pin_alias": "1157414", + "session_name": "Coronary Disease indicating Autoimmune Vasculopathy in a Patient Treated with Multiple coronary artery bypass graft (CABG) and Coronary angioplasty (PTCA) procedures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157414", + "first_name": "Agata", + "middle_name": "", + "last_name": "Puzzovivo", + "org_name": "Giovanni Paolo II / I.R.C.C.S. Cancer Institute", + "Country": "Italy", + "Region": "Puglia", + "City": "Bari", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary Disease indicating Autoimmune Vasculopathy in a Patient Treated with Multiple coronary artery bypass graft (CABG) and Coronary angioplasty (PTCA) procedures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass | Coronary Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angioplasty", + "kol_name": "Agata Puzzovivo", + "kol_full_name": "Agata Puzzovivo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Tachycardia", + "npi_num": "", + "hcp_pin_alias": "1157413", + "session_name": "Participation of epicardial connection in transverse conduction across the crista terminalis in patients with upper and lower loop reentry atrial tachycardias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157413", + "first_name": "Takeshi", + "middle_name": "", + "last_name": "Ishihara", + "org_name": "Gifu University Hospital", + "Country": "Japan", + "Region": "Gifu", + "City": "Gifu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Participation of epicardial connection in transverse conduction across the crista terminalis in patients with upper and lower loop reentry atrial tachycardias", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Tachycardia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takeshi Ishihara", + "kol_full_name": "Takeshi Ishihara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Long QT Syndrome | Cardiac Complexes, Premature", + "npi_num": "", + "hcp_pin_alias": "1157412", + "session_name": "Significance of J wave with inverted ST-T polarity induced by ill-timed atrial premature beats and its association with Torsade de Pointes in patients with acute acquired long QT syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157412", + "first_name": "Hajime", + "middle_name": "", + "last_name": "Ichiryu", + "org_name": "Gifu University Hospital", + "Country": "Japan", + "Region": "Gifu", + "City": "Gifu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Significance of J wave with inverted ST-T polarity induced by ill-timed atrial premature beats and its association with Torsade de Pointes in patients with acute acquired long QT syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Long QT Syndrome | Cardiac Complexes, Premature", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hajime Ichiryu", + "kol_full_name": "Hajime Ichiryu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Remodeling | Marfan Syndrome | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157411", + "session_name": "Unraveling Marfan hearts: ultrastructural evidence for myocardial remodeling and cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157411", + "first_name": "Violette", + "middle_name": "", + "last_name": "Deleeuw", + "org_name": "Ghent University", + "Country": "Belgium", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unraveling Marfan hearts: ultrastructural evidence for myocardial remodeling and cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Remodeling | Marfan Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Violette Deleeuw", + "kol_full_name": "Violette Deleeuw" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Aortic Valve Insufficiency | Cardiomyopathies | Pulmonary Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157410", + "session_name": "New imaging insights into cardiomyopathies,Clinical Case Management: the diagnostic challenge of combined valvular stenosis and regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157410", + "first_name": "Elena", + "middle_name": "Diaz", + "last_name": "Pelaez", + "org_name": "Germans Trias i Pujol University Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New imaging insights into cardiomyopathies", + "rest_events_session_count": 1, + "rest_events_session": "Clinical Case Management: the diagnostic challenge of combined valvular stenosis and regurgitation", + "events_topic": "Diagnostic Imaging | Aortic Valve Insufficiency ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathies | Pulmonary Valve Stenosis", + "kol_name": "Elena Diaz Pelaez", + "kol_full_name": "Elena Diaz Pelaez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157409", + "session_name": "Concomitant cardiac arrest on cardiogenic shock patients. Differences in clinical profile and outcomes with non-cardiac arrest patients. The Shock CAT Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157409", + "first_name": "Cosme", + "middle_name": "", + "last_name": "Garcia-Garcia", + "org_name": "Germans Trias i Pujol University Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Concomitant cardiac arrest on cardiogenic shock patients. Differences in clinical profile and outcomes with non-cardiac arrest patients. The Shock CAT Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cosme Garcia-Garcia", + "kol_full_name": "Cosme Garcia-Garcia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157408", + "session_name": "Beating the clock: the impact of heart failure duration on CRT efficacy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157408", + "first_name": "Eugeniu", + "middle_name": "", + "last_name": "Grama", + "org_name": "Germans Trias i Pujol Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beating the clock: the impact of heart failure duration on CRT efficacy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eugeniu Grama", + "kol_full_name": "Eugeniu Grama" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1157407", + "session_name": "Validation of two simple scores to identify increased risk of transthyretin amyloid cardiomyopathy in heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157407", + "first_name": "Mireia", + "middle_name": "Llevadot", + "last_name": "Sesmilo", + "org_name": "Germans Trias and Pujol Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of two simple scores to identify increased risk of transthyretin amyloid cardiomyopathy in heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mireia Llevadot Sesmilo", + "kol_full_name": "Mireia Llevadot Sesmilo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Electrophysiology | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1157406", + "session_name": "Use of imaging in electrophysiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157406", + "first_name": "Julia", + "middle_name": "", + "last_name": "Aranyo", + "org_name": "Germans Trias and Pujol Hospital", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of imaging in electrophysiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Electrophysiology | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julia Aranyo", + "kol_full_name": "Julia Aranyo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Cell-Free Nucleic Acids | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157405", + "session_name": "Methylome of circulating cell free DNA as a novel biomarker tool: from acute coronary syndrome to broader risk stratification of cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157405", + "first_name": "Adelheid", + "middle_name": "", + "last_name": "Kratzer", + "org_name": "German Heart Institute Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Methylome of circulating cell free DNA as a novel biomarker tool: from acute coronary syndrome to broader risk stratification of cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Cell-Free Nucleic Acids ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Adelheid Kratzer", + "kol_full_name": "Adelheid Kratzer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157404", + "session_name": "Using artificial intelligence to bridge gaps in cardiovascular care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157404", + "first_name": "Alexander", + "middle_name": "", + "last_name": "Meyer", + "org_name": "German Heart Centre of the Charite", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Using artificial intelligence to bridge gaps in cardiovascular care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alexander Meyer", + "kol_full_name": "Alexander Meyer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Post-Acute COVID-19 Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157403", + "session_name": "Sex differences in the expression of metabolic and pro-inflammatory markers in the initial post-COVID-19 phase", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157403", + "first_name": "Misael", + "middle_name": "Omar Estepa", + "last_name": "Martinez", + "org_name": "German Heart Centre Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in the expression of metabolic and pro-inflammatory markers in the initial post-COVID-19 phase", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Post-Acute COVID-19 Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Misael Omar Estepa Martinez", + "kol_full_name": "Misael Omar Estepa Martinez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transplant Recipients | Heart Transplantation | Immunosuppression Therapy | Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1157402", + "session_name": "Takotsubo syndrome in heart transplant recipient under a high intensity immunosuppression", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157402", + "first_name": "Eduardo", + "middle_name": "Flores", + "last_name": "Gonzalez", + "org_name": "German Heart Centre Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Takotsubo syndrome in heart transplant recipient under a high intensity immunosuppression", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transplant Recipients | Heart Transplantation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immunosuppression Therapy | Takotsubo Cardiomyopathy", + "kol_name": "Eduardo Flores Gonzalez", + "kol_full_name": "Eduardo Flores Gonzalez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157401", + "session_name": "Risk stratification in percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157401", + "first_name": "Anna", + "middle_name": "Maria", + "last_name": "Brand", + "org_name": "German Heart Centre Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification in percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Maria Brand", + "kol_full_name": "Anna Maria Brand" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157400", + "session_name": "The orchestration of coding and non-coding genes at the CDH13 locus in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157400", + "first_name": "Zhifen", + "middle_name": "", + "last_name": "Chen", + "org_name": "German Heart Center of Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The orchestration of coding and non-coding genes at the CDH13 locus in coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhifen Chen", + "kol_full_name": "Zhifen Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prasugrel Hydrochloride | Ticagrelor | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157399", + "session_name": "Real-world evidence supports superior efficacy of prasugrel over ticagrelor in individuals with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157399", + "first_name": "Nils", + "middle_name": "", + "last_name": "Kruger", + "org_name": "German Heart Center of Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world evidence supports superior efficacy of prasugrel over ticagrelor in individuals with acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prasugrel Hydrochloride | Ticagrelor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Nils Kruger", + "kol_full_name": "Nils Kruger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug-Eluting Stents | Angioplasty, Balloon", + "npi_num": "", + "hcp_pin_alias": "1157398", + "session_name": "Comparative outcomes of drug-coated balloon angioplasty versus second-generation drug-eluting stent for in-stent restenosis: a real-world data analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157398", + "first_name": "Johannes", + "middle_name": "", + "last_name": "Krefting", + "org_name": "German Heart Center of Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative outcomes of drug-coated balloon angioplasty versus second-generation drug-eluting stent for in-stent restenosis: a real-world data analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-Eluting Stents | Angioplasty, Balloon", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Johannes Krefting", + "kol_full_name": "Johannes Krefting" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "1157397", + "session_name": "Lipids as risk factors for cardiovascular disease,How to personalise lipid-lowering therapy with so many choices", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157397", + "first_name": "Heribert", + "middle_name": "", + "last_name": "Schunkert", + "org_name": "German Heart Center of Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipids as risk factors for cardiovascular disease", + "rest_events_session_count": 1, + "rest_events_session": "How to personalise lipid-lowering therapy with so many choices", + "events_topic": "Cardiovascular Diseases | Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Heribert Schunkert", + "kol_full_name": "Heribert Schunkert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Breast Neoplasms | Catheter Ablation | Radiotherapy | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157396", + "session_name": "Procedural findings and follow-up results of catheter ablation of atrial fibrillation in patients after radiation therapy for breast cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157396", + "first_name": "Madeleine", + "middle_name": "", + "last_name": "Tydecks", + "org_name": "German Heart Center Muenchen Technical University of Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Procedural findings and follow-up results of catheter ablation of atrial fibrillation in patients after radiation therapy for breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Catheter Ablation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiotherapy | Atrial Fibrillation", + "kol_name": "Madeleine Tydecks", + "kol_full_name": "Madeleine Tydecks" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging", + "npi_num": "", + "hcp_pin_alias": "1157395", + "session_name": "Ventriculo-arterial coupling parameters by cardiac magnetic imaging are associated with outcome in patients with a systemic right ventricle,Right ventricular global longitudinal strain by cardiac magnetic resonance feature tracking is associated with outcome in patients with a systemic right ventricle", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157395", + "first_name": "Kerstin", + "middle_name": "", + "last_name": "Wustmann", + "org_name": "German Heart Center Muenchen Technical University of Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventriculo-arterial coupling parameters by cardiac magnetic imaging are associated with outcome in patients with a systemic right ventricle", + "rest_events_session_count": 1, + "rest_events_session": "Right ventricular global longitudinal strain by cardiac magnetic resonance feature tracking is associated with outcome in patients with a systemic right ventricle", + "events_topic": "Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kerstin Wustmann", + "kol_full_name": "Kerstin Wustmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1157394", + "session_name": "Delving deeper into HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157394", + "first_name": "Carsten", + "middle_name": "", + "last_name": "Tschoepe", + "org_name": "German Heart Center Berlin at Charite, Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Delving deeper into HFpEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carsten Tschoepe", + "kol_full_name": "Carsten Tschoepe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Edoxaban | Chronic Coronary Syndrome | Ranolazine | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157393", + "session_name": "Edoxaban dose, frailty, and outcomes in patients with atrial fibrillation: the ETNA-AF-Europe 4-year follow-up,Ranolazine therapy is associated with a reduced new diagnosis of diabetes mellitus in chronic coronary syndrome patients: the results of a real-world analysis of an Italian population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157393", + "first_name": "Stefano", + "middle_name": "", + "last_name": "Fumagalli", + "org_name": "Geriatric Intensive Care Unit", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Edoxaban dose", + "rest_events_session_count": 3, + "rest_events_session": " frailty, and outcomes in patients with atrial fibrillation: the ETNA-AF-Europe 4-year follow-up,Ranolazine therapy is associated with a reduced new diagnosis of diabetes mellitus in chronic coronary syndrome patients: the results of a real-world analysis of an Italian population", + "events_topic": "Diabetes Mellitus | Edoxaban ", + "rest_events_topic_count": 3, + "rest_events_topic": " Chronic Coronary Syndrome | Ranolazine | Atrial Fibrillation", + "kol_name": "Stefano Fumagalli", + "kol_full_name": "Stefano Fumagalli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Socioeconomic Factors | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157392", + "session_name": "Individual and cumulative effects of socioeconomic factors on hypertension in low- and middle-income countries: a cross-sectional study of 1,071,070 individuals from 26 nationally representative surve,A survey of availability and affordability of polypills for primary and secondary prevention of cardiovascular diseases in selected countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157392", + "first_name": "Gautam", + "middle_name": "", + "last_name": "Satheesh", + "org_name": "George Institute for Global Health", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Individual and cumulative effects of socioeconomic factors on hypertension in low- and middle-income countries: a cross-sectional study of 1", + "rest_events_session_count": 3, + "rest_events_session": "071,070 individuals from 26 nationally representative surve,A survey of availability and affordability of polypills for primary and secondary prevention of cardiovascular diseases in selected countries", + "events_topic": "Hypertension | Socioeconomic Factors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Gautam Satheesh", + "kol_full_name": "Gautam Satheesh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Heart Failure | Stroke | Anticoagulants | Sodium-Glucose Transporter 2 Inhibitors", + "npi_num": "", + "hcp_pin_alias": "1157391", + "session_name": "Temporal trends in initiation of oral anticoagulants and stroke-free survival among elderly and very elderly patients with new onset atrial fibrillation - a 20-year perspective.,Implementation of sodium-glucose co-transporter 2 inhibitors in patients with heart failure through a new digital strategy (EMAIL-HF): a randomised clinical trial study design", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157391", + "first_name": "Mariam", + "middle_name": "", + "last_name": "Elmegaard", + "org_name": "Gentofte University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends in initiation of oral anticoagulants and stroke-free survival among elderly and very elderly patients with new onset atrial fibrillation - a 20-year perspective.", + "rest_events_session_count": 1, + "rest_events_session": "Implementation of sodium-glucose co-transporter 2 inhibitors in patients with heart failure through a new digital strategy (EMAIL-HF): a randomised clinical trial study design", + "events_topic": "Atrial Fibrillation | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Stroke | Anticoagulants | Sodium-Glucose Transporter 2 Inhibitors", + "kol_name": "Mariam Elmegaard", + "kol_full_name": "Mariam Elmegaard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Systolic | Defibrillators, Implantable | Cardiac Resynchronization Therapy | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157390", + "session_name": "Prognostic yield of echocardiographic measures of cardiac structure and function in HFrEF patients with vs without an ICD or CRT-D", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157390", + "first_name": "Lise", + "middle_name": "Witten", + "last_name": "Davodian", + "org_name": "Gentofte University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic yield of echocardiographic measures of cardiac structure and function in HFrEF patients with vs without an ICD or CRT-D", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic | Defibrillators, Implantable ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Resynchronization Therapy | Echocardiography", + "kol_name": "Lise Witten Davodian", + "kol_full_name": "Lise Witten Davodian" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157389", + "session_name": "Exploring cardiovascular health: lifestyle, economics, and disparities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157389", + "first_name": "Gunnar", + "middle_name": "Hilmar", + "last_name": "Gislason", + "org_name": "Gentofte University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring cardiovascular health: lifestyle", + "rest_events_session_count": 2, + "rest_events_session": " economics, and disparities", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gunnar Hilmar Gislason", + "kol_full_name": "Gunnar Hilmar Gislason" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1157388", + "session_name": "Measures of left atrial structure and function predict cardiovascular death in patients with heart failure with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157388", + "first_name": "Filip", + "middle_name": "Soeskov", + "last_name": "Davidovski", + "org_name": "Gentofte University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Measures of left atrial structure and function predict cardiovascular death in patients with heart failure with reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Filip Soeskov Davidovski", + "kol_full_name": "Filip Soeskov Davidovski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Disease, Chronic Obstructive", + "npi_num": "", + "hcp_pin_alias": "1157387", + "session_name": "Cardiac structure and function in patients with chronic obstructive pulmonary disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157387", + "first_name": "Ditte", + "middle_name": "", + "last_name": "Vesterlev", + "org_name": "Gentofte University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac structure and function in patients with chronic obstructive pulmonary disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Disease, Chronic Obstructive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ditte Vesterlev", + "kol_full_name": "Ditte Vesterlev" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157386", + "session_name": "Assessing one-year risk of heart failure following first time myocardial infarction and subsequent five-year mortality risk: a nationwide study of 34,401 patients,Kidney status and events preceding death in heart failure: A real world data study on 18,456 patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157386", + "first_name": "Deewa", + "middle_name": "", + "last_name": "Zahir", + "org_name": "Gentofte University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing one-year risk of heart failure following first time myocardial infarction and subsequent five-year mortality risk: a nationwide study of 34", + "rest_events_session_count": 3, + "rest_events_session": "401 patients,Kidney status and events preceding death in heart failure: A real world data study on 18,456 patients with heart failure", + "events_topic": "Myocardial Infarction | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Deewa Zahir", + "kol_full_name": "Deewa Zahir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Influenza, Human | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157385", + "session_name": "Excess mortality and hospitalizations associated with seasonal influenza in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157385", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Modin", + "org_name": "Gentofte University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Excess mortality and hospitalizations associated with seasonal influenza in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Influenza, Human | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Modin", + "kol_full_name": "Daniel Modin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Supraventricular | Ablation Techniques", + "npi_num": "", + "hcp_pin_alias": "1157384", + "session_name": "Real world data on SVT ablation in Denmark Higher risk of need for reablation in todays patient population a Nationwide registry based Danish study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157384", + "first_name": "Charlotte", + "middle_name": "", + "last_name": "Middelfart", + "org_name": "Gentofte University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real world data on SVT ablation in Denmark Higher risk of need for reablation in todays patient population a Nationwide registry based Danish study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Supraventricular | Ablation Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Charlotte Middelfart", + "kol_full_name": "Charlotte Middelfart" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "1157383", + "session_name": "The impact of cardiovascular risk factors on longitudinal changes in cardiac structure and function in an older population of hypertensive patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157383", + "first_name": "Camilla", + "middle_name": "Ikast", + "last_name": "Ottosen", + "org_name": "Gentofte University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of cardiovascular risk factors on longitudinal changes in cardiac structure and function in an older population of hypertensive patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Camilla Ikast Ottosen", + "kol_full_name": "Camilla Ikast Ottosen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angiotensin Receptor Antagonists | Angiotensin-Converting Enzyme Inhibitors", + "npi_num": "", + "hcp_pin_alias": "1157382", + "session_name": "Pregnancy protection in women of child-bearing age prescribed ACE inhibitors, ARBs or statins - A nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157382", + "first_name": "Sebastian", + "middle_name": "Kinnberg", + "last_name": "Nielsen", + "org_name": "Gentofte Hospital - Copenhagen University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy protection in women of child-bearing age prescribed ACE inhibitors", + "rest_events_session_count": 1, + "rest_events_session": " ARBs or statins - A nationwide cohort study", + "events_topic": "Angiotensin Receptor Antagonists | Angiotensin-Converting Enzyme Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sebastian Kinnberg Nielsen", + "kol_full_name": "Sebastian Kinnberg Nielsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography | Ventricular Dysfunction, Left", + "npi_num": "", + "hcp_pin_alias": "1157381", + "session_name": "Incidence of left ventricular dysfunction in the general population of the Amazon Basin and diagnostic potential of lung ultrasound", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157381", + "first_name": "Philip", + "middle_name": "", + "last_name": "Brainin", + "org_name": "Gentofte Hospital - Copenhagen University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of left ventricular dysfunction in the general population of the Amazon Basin and diagnostic potential of lung ultrasound", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography | Ventricular Dysfunction, Left", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Philip Brainin", + "kol_full_name": "Philip Brainin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Morbidity | Cardiovascular Diseases | Cardiac Dysfunction | Arthritis | C-Reactive Protein | Inflammation", + "npi_num": "", + "hcp_pin_alias": "1157380", + "session_name": "Chronic inflammation is associated with impaired cardiac structure and function in patients with inflammatory arthritis: the ARTCADIA Study,High-sensitivity C-reactive protein is associated with cardiac dysfunction and morbidity in a community-based cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157380", + "first_name": "Morten", + "middle_name": "", + "last_name": "Sengelov", + "org_name": "Gentofte Hospital - Copenhagen University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic inflammation is associated with impaired cardiac structure and function in patients with inflammatory arthritis: the ARTCADIA Study", + "rest_events_session_count": 1, + "rest_events_session": "High-sensitivity C-reactive protein is associated with cardiac dysfunction and morbidity in a community-based cohort", + "events_topic": "Morbidity | Cardiovascular Diseases ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiac Dysfunction | Arthritis | C-Reactive Protein | Inflammation", + "kol_name": "Morten Sengelov", + "kol_full_name": "Morten Sengelov" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Stroke | Echocardiography, Three-Dimensional | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157379", + "session_name": "Comparing the utility of 3D vs 2D left atrial volumes by echocardiography to predict stroke in the general population,Left atrial reservoir strain measured by three-dimensional echocardiography is associated with major adverse cardiovascular events in the general population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157379", + "first_name": "Marat", + "middle_name": "", + "last_name": "Yafasov", + "org_name": "Gentofte - Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing the utility of 3D vs 2D left atrial volumes by echocardiography to predict stroke in the general population", + "rest_events_session_count": 1, + "rest_events_session": "Left atrial reservoir strain measured by three-dimensional echocardiography is associated with major adverse cardiovascular events in the general population", + "events_topic": "Cardiovascular Diseases | Stroke ", + "rest_events_topic_count": 2, + "rest_events_topic": " Echocardiography, Three-Dimensional | Echocardiography", + "kol_name": "Marat Yafasov", + "kol_full_name": "Marat Yafasov" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Staphylococcal Protein A | Apolipoprotein A-I", + "npi_num": "", + "hcp_pin_alias": "1157378", + "session_name": "Linking antibody against apolipoprotein A-1 to metabolic dysfunction-associated steatohepatitis in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157378", + "first_name": "Sabrina", + "middle_name": "", + "last_name": "Pagano", + "org_name": "Geneva University Hospitals", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Linking antibody against apolipoprotein A-1 to metabolic dysfunction-associated steatohepatitis in mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Staphylococcal Protein A | Apolipoprotein A-I", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sabrina Pagano", + "kol_full_name": "Sabrina Pagano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Restenosis | Polyneuropathies", + "npi_num": "", + "hcp_pin_alias": "1157377", + "session_name": "A patient with multiple in-stent restenosis and polyneuropathy. What are we missing?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157377", + "first_name": "Marina", + "middle_name": "", + "last_name": "Del Rio Lopez", + "org_name": "General University Hospital of Elche", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A patient with multiple in-stent restenosis and polyneuropathy. What are we missing?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Restenosis | Polyneuropathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marina Del Rio Lopez", + "kol_full_name": "Marina Del Rio Lopez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardium | Echocardiography | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157376", + "session_name": "Changes in echocardiographic and analytical parameters after iron replacement in stable heart failure patients. FER-STRAIN study,Improvement of myocardial contractility after iron replacement in stable heart failure patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157376", + "first_name": "Carla", + "middle_name": "Benavent", + "last_name": "Garcia", + "org_name": "General University Hospital of Elche", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in echocardiographic and analytical parameters after iron replacement in stable heart failure patients. FER-STRAIN study", + "rest_events_session_count": 1, + "rest_events_session": "Improvement of myocardial contractility after iron replacement in stable heart failure patients", + "events_topic": "Myocardium | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Carla Benavent Garcia", + "kol_full_name": "Carla Benavent Garcia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Telemedicine | Transcatheter Aortic Valve Replacement | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157375", + "session_name": "Use of telemedicine with artificial intelligence for patient monitoring after transcatheter aortic valve implantation with a virtual voice assistant,Close clinical monitoring of patients after TAVI implantation using artificial intelligence with a virtual voice assistant", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157375", + "first_name": "Marta", + "middle_name": "Herrero", + "last_name": "Brocal", + "org_name": "General University Hospital of Alicante", + "Country": "Spain", + "Region": "Valenciana", + "City": "Alicante", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of telemedicine with artificial intelligence for patient monitoring after transcatheter aortic valve implantation with a virtual voice assistant", + "rest_events_session_count": 1, + "rest_events_session": "Close clinical monitoring of patients after TAVI implantation using artificial intelligence with a virtual voice assistant", + "events_topic": "Telemedicine | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Marta Herrero Brocal", + "kol_full_name": "Marta Herrero Brocal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157374", + "session_name": "Clinical impact of transcatheter aortic valve implantation (TAVI) in frail patients: a single-center prospective study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157374", + "first_name": "Daniel", + "middle_name": "Martinez", + "last_name": "Lopez", + "org_name": "General University Hospital of Alicante", + "Country": "Spain", + "Region": "Valenciana", + "City": "Alicante", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical impact of transcatheter aortic valve implantation (TAVI) in frail patients: a single-center prospective study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Martinez Lopez", + "kol_full_name": "Daniel Martinez Lopez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157373", + "session_name": "RYR2 gene exon 3 deletion as a cause of convergent polymorphic catecholaminergic ventricular tachycardia and cardiomyopathy characterized by LV systolic dysfunction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157373", + "first_name": "Jose", + "middle_name": "Maria", + "last_name": "Segura-Aumente", + "org_name": "General Hospital of H.U. of Jaen", + "Country": "Spain", + "Region": "Andalucia", + "City": "Jaen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RYR2 gene exon 3 deletion as a cause of convergent polymorphic catecholaminergic ventricular tachycardia and cardiomyopathy characterized by LV systolic dysfunction.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jose Maria Segura-Aumente", + "kol_full_name": "Jose Maria Segura-Aumente" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Dyspnea", + "npi_num": "", + "hcp_pin_alias": "1157372", + "session_name": "An elevated mPAP over CO slope by exercise echocardiography predicts outcome in unexplained dyspnea", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157372", + "first_name": "Youri", + "middle_name": "", + "last_name": "Bekhuis", + "org_name": "Gasthuisberg University Hospital", + "Country": "Belgium", + "Region": "Brussels", + "City": "Leuven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An elevated mPAP over CO slope by exercise echocardiography predicts outcome in unexplained dyspnea", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Dyspnea", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Youri Bekhuis", + "kol_full_name": "Youri Bekhuis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Remodeling | Acute Aortic Syndrome | Aortic Valve Stenosis | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157371", + "session_name": "Myocardial SGLT2 expression and cardiac remodeling in patients with severe aortic stenosis: the BIO-AS Study,Advancing cardiac care in acute coronary syndromes: from genetics to social determinants,Unusual causes of aortic pathology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157371", + "first_name": "Pasquale", + "middle_name": "", + "last_name": "Paolisso", + "org_name": "Galeazzi-Sant'Ambrogio Hospital IRCCS", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial SGLT2 expression and cardiac remodeling in patients with severe aortic stenosis: the BIO-AS Study", + "rest_events_session_count": 2, + "rest_events_session": "Advancing cardiac care in acute coronary syndromes: from genetics to social determinants,Unusual causes of aortic pathology", + "events_topic": "Cardiac Remodeling | Acute Aortic Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Stenosis | Acute Coronary Syndrome", + "kol_name": "Pasquale Paolisso", + "kol_full_name": "Pasquale Paolisso" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Microvascular Resistance", + "npi_num": "", + "hcp_pin_alias": "1157370", + "session_name": "Absolute coronary flow and microvascular resistance before and after TAVR", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157370", + "first_name": "Emanuele", + "middle_name": "", + "last_name": "Gallinoro", + "org_name": "Galeazzi-Sant'Ambrogio Hospital IRCCS", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Absolute coronary flow and microvascular resistance before and after TAVR", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Microvascular Resistance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Emanuele Gallinoro", + "kol_full_name": "Emanuele Gallinoro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "", + "hcp_pin_alias": "1157369", + "session_name": "Pericardial disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157369", + "first_name": "Edoardo", + "middle_name": "", + "last_name": "Conte", + "org_name": "Galeazzi-Sant'Ambrogio Hospital IRCCS", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pericardial disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Edoardo Conte", + "kol_full_name": "Edoardo Conte" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1157368", + "session_name": "Non-invasive imaging to guide percutaneous coronary revascularization in chronic total occlusion: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157368", + "first_name": "Giandomenico", + "middle_name": "", + "last_name": "Bisaccia", + "org_name": "G. d Annunzio University", + "Country": "Italy", + "Region": "Abruzzi", + "City": "Chieti", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-invasive imaging to guide percutaneous coronary revascularization in chronic total occlusion: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giandomenico Bisaccia", + "kol_full_name": "Giandomenico Bisaccia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Prediabetes | Liver Cirrhosis | Coronary Artery Bypass", + "npi_num": "", + "hcp_pin_alias": "1157367", + "session_name": "Impact of the liver fibrosis scoring on prognosis after coronary artery bypass grafting in patients with prediabetes or diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157367", + "first_name": "Zhongchen", + "middle_name": "", + "last_name": "Li", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of the liver fibrosis scoring on prognosis after coronary artery bypass grafting in patients with prediabetes or diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Prediabetes ", + "rest_events_topic_count": 2, + "rest_events_topic": " Liver Cirrhosis | Coronary Artery Bypass", + "kol_name": "Zhongchen Li", + "kol_full_name": "Zhongchen Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Radiography | Combined Modality Therapy | Riociguat | Receptors, Endothelin | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1157366", + "session_name": "Advancing pulmonary hypertension early detection through deep-learning enhanced chest radiographic analysis,Multiscan-PH: a multimodal deep learning approach for enhanced screening of pulmonary hypertension,Real-world evidence of upfront riociguat plus endothelin receptor antagonist combination therapy in pulmonary arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157366", + "first_name": "Zhihua", + "middle_name": "", + "last_name": "Huang", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advancing pulmonary hypertension early detection through deep-learning enhanced chest radiographic analysis", + "rest_events_session_count": 2, + "rest_events_session": "Multiscan-PH: a multimodal deep learning approach for enhanced screening of pulmonary hypertension,Real-world evidence of upfront riociguat plus endothelin receptor antagonist combination therapy in pulmonary arterial hypertension", + "events_topic": "Hypertension | Radiography ", + "rest_events_topic_count": 4, + "rest_events_topic": " Combined Modality Therapy | Riociguat | Receptors, Endothelin | Hypertension, Pulmonary", + "kol_name": "Zhihua Huang", + "kol_full_name": "Zhihua Huang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Prognosis", + "npi_num": "", + "hcp_pin_alias": "1157365", + "session_name": "Myocardial parametric mapping in patients with suspected acute myocarditis: a prognosis study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157365", + "first_name": "Yining", + "middle_name": "", + "last_name": "Wang", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial parametric mapping in patients with suspected acute myocarditis: a prognosis study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Prognosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yining Wang", + "kol_full_name": "Yining Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157364", + "session_name": "Lipids as risk factor for heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157364", + "first_name": "Xueyan", + "middle_name": "", + "last_name": "Zhao", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipids as risk factor for heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xueyan Zhao", + "kol_full_name": "Xueyan Zhao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Left Ventricular Assist Device | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157363", + "session_name": "Ventricular arrhythmia characteristics after left ventricular assist device implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157363", + "first_name": "Xiaofei", + "middle_name": "", + "last_name": "Li", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular arrhythmia characteristics after left ventricular assist device implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Assist Device | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xiaofei Li", + "kol_full_name": "Xiaofei Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Morbidity | Angiography", + "npi_num": "", + "hcp_pin_alias": "1157362", + "session_name": "Angiography-based index of microcirculatory resistance as a novel tool to predict the morbidity of new-onset atrial fibrillation in patients with MINOCA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157362", + "first_name": "Sizhuang", + "middle_name": "", + "last_name": "Huang", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angiography-based index of microcirculatory resistance as a novel tool to predict the morbidity of new-onset atrial fibrillation in patients with MINOCA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Morbidity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiography", + "kol_name": "Sizhuang Huang", + "kol_full_name": "Sizhuang Huang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Insulin Resistance | Familial Primary Pulmonary Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157361", + "session_name": "Association of insulin resistance indices with disease severity and adverse outcome in idiopathic pulmonary arterial hypertension: a multi-center cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157361", + "first_name": "Sicheng", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of insulin resistance indices with disease severity and adverse outcome in idiopathic pulmonary arterial hypertension: a multi-center cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Insulin Resistance | Familial Primary Pulmonary Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sicheng Zhang", + "kol_full_name": "Sicheng Zhang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypnotics And Sedatives | Prediabetic State | Sleep Initiation And Maintenance Disorders | Cardiovascular Diseases | Insulin Resistance | Frailty", + "npi_num": "", + "hcp_pin_alias": "1157360", + "session_name": "Hypnotic use and the risk of cardiovascular diseases in insomnia patients,Association between normal range UACR and insulin resistance and prediabetes among US adults:,Association between adherence to LS7 and frailty among older US adults", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157360", + "first_name": "Shuang", + "middle_name": "", + "last_name": "Wu", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypnotic use and the risk of cardiovascular diseases in insomnia patients", + "rest_events_session_count": 2, + "rest_events_session": "Association between normal range UACR and insulin resistance and prediabetes among US adults:,Association between adherence to LS7 and frailty among older US adults", + "events_topic": "Hypnotics And Sedatives | Prediabetic State ", + "rest_events_topic_count": 4, + "rest_events_topic": " Sleep Initiation And Maintenance Disorders | Cardiovascular Diseases | Insulin Resistance | Frailty", + "kol_name": "Shuang Wu", + "kol_full_name": "Shuang Wu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Triple Vessel Coronary Disease", + "npi_num": "", + "hcp_pin_alias": "1157359", + "session_name": "The association between elevated systemic inflammation response index and long-term mortality in patients with triple-vessel coronary disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157359", + "first_name": "Qinxue", + "middle_name": "", + "last_name": "Li", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between elevated systemic inflammation response index and long-term mortality in patients with triple-vessel coronary disease.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Vessel Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Qinxue Li", + "kol_full_name": "Qinxue Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157358", + "session_name": "Independent and joint associations of lipoprotein (a) and statin therapy with atrial fibrillation recurrence in patients with heart failure after catheter ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157358", + "first_name": "Lei", + "middle_name": "", + "last_name": "Ding", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Independent and joint associations of lipoprotein (a) and statin therapy with atrial fibrillation recurrence in patients with heart failure after catheter ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Lei Ding", + "kol_full_name": "Lei Ding" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Lesions | Angiography | Drug-Coated Balloons | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157357", + "session_name": "A novel angiographic scoring system predicting side branch occlusion for left main bifurcation PCI: the LM V-RESOLVE score,Feasibility and safety of drug-coated balloon for treatment of de novo coronary artery lesions in large vessel disease: a large-scale multicenter prospective study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157357", + "first_name": "Haoyu", + "middle_name": "", + "last_name": "Wang", + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel angiographic scoring system predicting side branch occlusion for left main bifurcation PCI: the LM V-RESOLVE score", + "rest_events_session_count": 1, + "rest_events_session": "Feasibility and safety of drug-coated balloon for treatment of de novo coronary artery lesions in large vessel disease: a large-scale multicenter prospective study", + "events_topic": "Coronary Artery Lesions | Angiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Drug-Coated Balloons | Percutaneous Coronary Intervention", + "kol_name": "Haoyu Wang", + "kol_full_name": "Haoyu Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Cardiovascular Diseases | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157356", + "session_name": "Beyond secondary prevention drugs: added benefit in survival and events of a healthy lifestyle in patients after an acute coronary syndrome.,Walking in the shoes of your high-risk atherosclerotic cardiovascular disease (ASCVD) patients: an interactive case study on preventing the first event", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157356", + "first_name": "Jose", + "middle_name": "Tunon", + "last_name": "Fernandez", + "org_name": "Fundacion Jimenez Diaz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond secondary prevention drugs: added benefit in survival and events of a healthy lifestyle in patients after an acute coronary syndrome.", + "rest_events_session_count": 1, + "rest_events_session": "Walking in the shoes of your high-risk atherosclerotic cardiovascular disease (ASCVD) patients: an interactive case study on preventing the first event", + "events_topic": "Atherosclerosis | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Jose Tunon Fernandez", + "kol_full_name": "Jose Tunon Fernandez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiomyopathy, Hypertrophic | Alcohol Septal Ablation | Cardiac Pacing, Artificial | Atrioventricular Block | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1157355", + "session_name": "Left bundle branch pacing in a patient with severe hypertrophic obstructive cardiomyopathy undergoing alcohol septal ablation followed by complete AV block: to kill two birds with one stone,QRS complex fragmentation status before and after cardiac resynchronization therapy predicts hospitalizations for heart failure,Impact of QRS complex fragmentation on all-cause mortality before and after cardiac resynchronization therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157355", + "first_name": "Carlos", + "middle_name": "", + "last_name": "Rodriguez-Lopez", + "org_name": "Fundacion Jimenez Diaz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left bundle branch pacing in a patient with severe hypertrophic obstructive cardiomyopathy undergoing alcohol septal ablation followed by complete AV block: to kill two birds with one stone", + "rest_events_session_count": 2, + "rest_events_session": "QRS complex fragmentation status before and after cardiac resynchronization therapy predicts hospitalizations for heart failure,Impact of QRS complex fragmentation on all-cause mortality before and after cardiac resynchronization therapy", + "events_topic": "Heart Failure | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 4, + "rest_events_topic": " Alcohol Septal Ablation | Cardiac Pacing, Artificial | Atrioventricular Block | Cardiac Resynchronization Therapy", + "kol_name": "Carlos Rodriguez-Lopez", + "kol_full_name": "Carlos Rodriguez-Lopez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Diabetes Mellitus, Type 2", + "npi_num": "", + "hcp_pin_alias": "1157354", + "session_name": "Towards the cure of CKD in T2DM: are we ready to implement four foundational therapies? - pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157354", + "first_name": "Beatriz", + "middle_name": "Fernandez", + "last_name": "Fernandez", + "org_name": "Fundacion Jimenez Diaz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Towards the cure of CKD in T2DM: are we ready to implement four foundational therapies? - pro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Beatriz Fernandez Fernandez", + "kol_full_name": "Beatriz Fernandez Fernandez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electric Impedance | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157353", + "session_name": "Standardization of transthoracic impedance values for estimating heart failure and its utility", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157353", + "first_name": "Daisuke", + "middle_name": "", + "last_name": "Nose", + "org_name": "Fukuoka University Faculty of Medicine", + "Country": "Japan", + "Region": "Fukuoka", + "City": "Fukuoka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Standardization of transthoracic impedance values for estimating heart failure and its utility", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electric Impedance | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daisuke Nose", + "kol_full_name": "Daisuke Nose" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "PCSK9 Inhibitors | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157352", + "session_name": "Very short-term effects of single dose of proprotein convertase subtilisin kexin 9 inhibitor therapy before percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157352", + "first_name": "Tatsuhiro", + "middle_name": "", + "last_name": "Kataoka", + "org_name": "Fukui University Hospital", + "Country": "Japan", + "Region": "Fukui", + "City": "Fukui", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Very short-term effects of single dose of proprotein convertase subtilisin kexin 9 inhibitor therapy before percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "PCSK9 Inhibitors | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tatsuhiro Kataoka", + "kol_full_name": "Tatsuhiro Kataoka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157351", + "session_name": "Cardiogenic shock: international insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157351", + "first_name": "Eiichi", + "middle_name": "", + "last_name": "Watanabe", + "org_name": "Fujita Health University Second Hospital", + "Country": "Japan", + "Region": "Aichi", + "City": "Nagoya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiogenic shock: international insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eiichi Watanabe", + "kol_full_name": "Eiichi Watanabe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Rivaroxaban | Percutaneous Coronary Intervention | Warfarin | Atrial Fibrillation | Acute Kidney Injury", + "npi_num": "", + "hcp_pin_alias": "1157350", + "session_name": "Influence of acute kidney injury and chronic kidney disease on 3-year clinical outcomes in patients with AMI treated by contemporary PCI and optimal medical therapy; insights from J-MINUET study,Rivaroxaban or warfarin in atrial fibrillation and coronary stent implantation in real-world patients involving chronic kidney disease (REWRAPS): 5-year follow-up study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157350", + "first_name": "Yukio", + "middle_name": "", + "last_name": "Ozaki", + "org_name": "Fujita Health University Okazaki Medical Center", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of acute kidney injury and chronic kidney disease on 3-year clinical outcomes in patients with AMI treated by contemporary PCI and optimal medical therapy; insights from J-MINUET study", + "rest_events_session_count": 1, + "rest_events_session": "Rivaroxaban or warfarin in atrial fibrillation and coronary stent implantation in real-world patients involving chronic kidney disease (REWRAPS): 5-year follow-up study", + "events_topic": "Renal Insufficiency, Chronic | Rivaroxaban ", + "rest_events_topic_count": 4, + "rest_events_topic": " Percutaneous Coronary Intervention | Warfarin | Atrial Fibrillation | Acute Kidney Injury", + "kol_name": "Yukio Ozaki", + "kol_full_name": "Yukio Ozaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fibrosis | Atrial Pressure", + "npi_num": "", + "hcp_pin_alias": "1157349", + "session_name": "Clinical utility of fibrosis-4 index in predicting increased right atrial pressure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157349", + "first_name": "Shinji", + "middle_name": "", + "last_name": "Jinno", + "org_name": "Fujita Health University Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical utility of fibrosis-4 index in predicting increased right atrial pressure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibrosis | Atrial Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shinji Jinno", + "kol_full_name": "Shinji Jinno" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Dialysis | Peripheral Arterial Disease | Amputation", + "npi_num": "", + "hcp_pin_alias": "1157348", + "session_name": "Prognostic value of C-reactive protein / albumin ratio for amputation and/or mortality after lower extremity revascularization in haemodialysis patients with peripheral artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157348", + "first_name": "Hiroshi", + "middle_name": "", + "last_name": "Takahashi", + "org_name": "Fujita Health University", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of C-reactive protein / albumin ratio for amputation and/or mortality after lower extremity revascularization in haemodialysis patients with peripheral artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Dialysis | Peripheral Arterial Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amputation", + "kol_name": "Hiroshi Takahashi", + "kol_full_name": "Hiroshi Takahashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Aortic Dissection", + "npi_num": "", + "hcp_pin_alias": "1157347", + "session_name": "Study on screening and diagnosis of aortic dissection based on non-enhanced CT and deep learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157347", + "first_name": "Zhangbo", + "middle_name": "", + "last_name": "Cheng", + "org_name": "Fujian Provincial Hospital", + "Country": "China", + "Region": "Fujian", + "City": "Fuzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Study on screening and diagnosis of aortic dissection based on non-enhanced CT and deep learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Aortic Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhangbo Cheng", + "kol_full_name": "Zhangbo Cheng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157346", + "session_name": "Clinical Case Management: impact of comorbidities on personalised care for hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157346", + "first_name": "Kathleen", + "middle_name": "Ngu", + "last_name": "Blackett", + "org_name": "Frimley Park Hospital", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: impact of comorbidities on personalised care for hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kathleen Ngu Blackett", + "kol_full_name": "Kathleen Ngu Blackett" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-ST-Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157345", + "session_name": "Impact of sex, age, comorbidities, and culprit lesion location on symptoms in patients with non-ST-segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157345", + "first_name": "Johannes", + "middle_name": "Michael", + "last_name": "Altstidl", + "org_name": "Friedrich Alexander University Erlangen Nuernberg", + "Country": "Germany", + "Region": "Bayern", + "City": "Erlangen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of sex", + "rest_events_session_count": 3, + "rest_events_session": " age, comorbidities, and culprit lesion location on symptoms in patients with non-ST-segment elevation myocardial infarction", + "events_topic": "Non-ST-Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Johannes Michael Altstidl", + "kol_full_name": "Johannes Michael Altstidl" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1157344", + "session_name": "The use of biomarkers to personalise treatment in congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157344", + "first_name": "Louise", + "middle_name": "", + "last_name": "Coats", + "org_name": "Freeman Hospital - Newcastle-Upon", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The use of biomarkers to personalise treatment in congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Louise Coats", + "kol_full_name": "Louise Coats" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Laboratory Techniques | Anterior Cerebral Artery", + "npi_num": "", + "hcp_pin_alias": "1157343", + "session_name": "Does initial use of large versus small burr size in left main stem bifurcation impact clinical and procedural outcomes?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157343", + "first_name": "Ayman", + "middle_name": "", + "last_name": "Alatta", + "org_name": "Freeman Hospital - Newcastle-Upon", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Does initial use of large versus small burr size in left main stem bifurcation impact clinical and procedural outcomes?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Laboratory Techniques | Anterior Cerebral Artery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ayman Alatta", + "kol_full_name": "Ayman Alatta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Pulmonary Vascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157342", + "session_name": "Molecular modifiers of pulmonary vascular disease,Pulmonary hypertension: insights from registries, retrospective data sets, and meta-analyses", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157342", + "first_name": "Antoine", + "middle_name": "", + "last_name": "Bondue", + "org_name": "Free University of Brussels (ULB)", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Molecular modifiers of pulmonary vascular disease", + "rest_events_session_count": 3, + "rest_events_session": "Pulmonary hypertension: insights from registries, retrospective data sets, and meta-analyses", + "events_topic": "Hypertension, Pulmonary | Pulmonary Vascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antoine Bondue", + "kol_full_name": "Antoine Bondue" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Carotid Artery Diseases | Non-alcoholic Fatty Liver Disease", + "npi_num": "", + "hcp_pin_alias": "1157341", + "session_name": "Analysis of mediating factors between nonalcoholic fatty liver fibrosis and subclinical carotid atherosclerosis in middle-aged population,Analysis of the association between triglyceride-glucose index and carotid artery structure and elastic function and mediating effect", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157341", + "first_name": "Yang", + "middle_name": "", + "last_name": "Qu", + "org_name": "Fourth Military Medical University, Xi'An", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Analysis of mediating factors between nonalcoholic fatty liver fibrosis and subclinical carotid atherosclerosis in middle-aged population", + "rest_events_session_count": 1, + "rest_events_session": "Analysis of the association between triglyceride-glucose index and carotid artery structure and elastic function and mediating effect", + "events_topic": "Atherosclerosis | Carotid Artery Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Non-alcoholic Fatty Liver Disease", + "kol_name": "Yang Qu", + "kol_full_name": "Yang Qu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157340", + "session_name": "Another systemic heart disease. Right decisions.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157340", + "first_name": "Macarena", + "middle_name": "Garbayo", + "last_name": "Bugeda", + "org_name": "Foundation Jimenez Diaz", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Another systemic heart disease. Right decisions.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Macarena Garbayo Bugeda", + "kol_full_name": "Macarena Garbayo Bugeda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Ganglion Cysts | Stellate Ganglion | Heart Arrest | Transcutaneous Electric Nerve Stimulation | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157339", + "session_name": "Neuromodulation in electrical storm,Efficacy of percutaneous stellate ganglion block according to ventricular arrhythmia cycle length: a post-hoc sub-analysis of the STAR study,Risk for appropriate ICD intervention and complications in patients implanted after an out-hospital cardiac arrest compared to patients implanted for primary and other secondary prevention indication", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157339", + "first_name": "Enrico", + "middle_name": "", + "last_name": "Baldi", + "org_name": "Foundation IRCCS Policlinic San Matteo - University of Pavia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Neuromodulation in electrical storm", + "rest_events_session_count": 2, + "rest_events_session": "Efficacy of percutaneous stellate ganglion block according to ventricular arrhythmia cycle length: a post-hoc sub-analysis of the STAR study,Risk for appropriate ICD intervention and complications in patients implanted after an out-hospital cardiac arrest compared to patients implanted for primary and other secondary prevention indication", + "events_topic": "Defibrillators, Implantable | Ganglion Cysts ", + "rest_events_topic_count": 4, + "rest_events_topic": " Stellate Ganglion | Heart Arrest | Transcutaneous Electric Nerve Stimulation | Arrhythmias, Cardiac", + "kol_name": "Enrico Baldi", + "kol_full_name": "Enrico Baldi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia With No Obstructive Arteries | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157338", + "session_name": "The floor is yours: bring your questions on INOCA - expert panel,Great Debate: assessment of myocardial viability - a bygone era", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157338", + "first_name": "Mona", + "middle_name": "", + "last_name": "Bhatia", + "org_name": "Fortis Escorts Heart Institute", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on INOCA - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Great Debate: assessment of myocardial viability - a bygone era", + "events_topic": "Ischemia With No Obstructive Arteries | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mona Bhatia", + "kol_full_name": "Mona Bhatia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Eosinophils | Coronary Vasospasm", + "npi_num": "", + "hcp_pin_alias": "1157337", + "session_name": "Clinical picture, outcomes and predictors of relapse in eosinophilia-associated coronary vasospasm: data from a European multicentric study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157337", + "first_name": "Florent", + "middle_name": "", + "last_name": "Huang", + "org_name": "Foch Hospital", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical picture", + "rest_events_session_count": 1, + "rest_events_session": " outcomes and predictors of relapse in eosinophilia-associated coronary vasospasm: data from a European multicentric study", + "events_topic": "Eosinophils | Coronary Vasospasm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Florent Huang", + "kol_full_name": "Florent Huang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Therapeutics | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157336", + "session_name": "Integrating insights: from biomarkers to therapeutics in the management of acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157336", + "first_name": "Georg", + "middle_name": "", + "last_name": "Delle-Karth", + "org_name": "Floridsdorf Hospital", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integrating insights: from biomarkers to therapeutics in the management of acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Therapeutics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Georg Delle-Karth", + "kol_full_name": "Georg Delle-Karth" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Critical Illness | Heart Arrest | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157335", + "session_name": "Innovations in cardiac arrest,Critically ill patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157335", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Uray", + "org_name": "Floridsdorf Clinic", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovations in cardiac arrest", + "rest_events_session_count": 1, + "rest_events_session": "Critically ill patients with acute coronary syndrome", + "events_topic": "Critical Illness | Heart Arrest ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Thomas Uray", + "kol_full_name": "Thomas Uray" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157334", + "session_name": "Models of care delivery in atrial fibrillation: why change current practice?,Updates on cardiac rehabilitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157334", + "first_name": "Jeroen", + "middle_name": "", + "last_name": "Hendriks", + "org_name": "Flinders University", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Models of care delivery in atrial fibrillation: why change current practice?", + "rest_events_session_count": 1, + "rest_events_session": "Updates on cardiac rehabilitation", + "events_topic": "Cardiac Rehabilitation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jeroen Hendriks", + "kol_full_name": "Jeroen Hendriks" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Magnetic Resonance Imaging | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1157333", + "session_name": "Assessment of sub clinical right ventricular ischemia using oxygen sensitive cardiac magnetic resonance imaging in patients with systemic sclerosis: mechanistic insights from advanced cardiac imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157333", + "first_name": "Briella", + "middle_name": "K.", + "last_name": "Egberts", + "org_name": "Flinders University", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of sub clinical right ventricular ischemia using oxygen sensitive cardiac magnetic resonance imaging in patients with systemic sclerosis: mechanistic insights from advanced cardiac imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diagnostic Imaging", + "kol_name": "Briella K. Egberts", + "kol_full_name": "Briella K. Egberts" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Echocardiography | Menopause", + "npi_num": "", + "hcp_pin_alias": "1157332", + "session_name": "Gender differences in the evolution of echocardiographic HFpEF characteristics through age deciles: is menopause an inflection point?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157332", + "first_name": "Kate", + "middle_name": "", + "last_name": "George", + "org_name": "Flinders Medical Centre", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender differences in the evolution of echocardiographic HFpEF characteristics through age deciles: is menopause an inflection point?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Menopause", + "kol_name": "Kate George", + "kol_full_name": "Kate George" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Outflow Obstruction, Left", + "npi_num": "", + "hcp_pin_alias": "1157331", + "session_name": "Association between left ventricular outflow tract velocity time integral, ejection fraction, clinical characteristics, and mortality in an undifferentiated cohort of hospitalised patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157331", + "first_name": "Joanne", + "middle_name": "", + "last_name": "Eng-Frost", + "org_name": "Flinders Medical Centre", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between left ventricular outflow tract velocity time integral", + "rest_events_session_count": 3, + "rest_events_session": " ejection fraction, clinical characteristics, and mortality in an undifferentiated cohort of hospitalised patients", + "events_topic": "Ventricular Outflow Obstruction, Left", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joanne Eng-Frost", + "kol_full_name": "Joanne Eng-Frost" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157330", + "session_name": "Intercoronary collateral arteries adjacent to left atrial pulmonary veins in patient with AF and ARCAPA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157330", + "first_name": "Ivaylo", + "middle_name": "", + "last_name": "Tonchev", + "org_name": "Flinders Medical Centre", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intercoronary collateral arteries adjacent to left atrial pulmonary veins in patient with AF and ARCAPA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ivaylo Tonchev", + "kol_full_name": "Ivaylo Tonchev" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157329", + "session_name": "Cost-effectiveness and budget impact analysis of a translation model of cardiac rehabilitation for patients in rural and remote areas", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157329", + "first_name": "Norma", + "middle_name": "", + "last_name": "Bulamu", + "org_name": "Flinders Health and Medical Research Institute", + "Country": "Australia", + "Region": "South Australia", + "City": "Adelaide", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cost-effectiveness and budget impact analysis of a translation model of cardiac rehabilitation for patients in rural and remote areas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Norma Bulamu", + "kol_full_name": "Norma Bulamu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vericiguat | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157328", + "session_name": "In-hospital initiation of Vericiguat and short-term cardiovascular function improvement in heart failure patients with worsened renal function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157328", + "first_name": "Jianqing", + "middle_name": "", + "last_name": "She", + "org_name": "First Hospital of Medical College of Xi'an Jiaotong University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In-hospital initiation of Vericiguat and short-term cardiovascular function improvement in heart failure patients with worsened renal function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vericiguat | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jianqing She", + "kol_full_name": "Jianqing She" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug-Coated Balloons | Tomography, Optical Coherence", + "npi_num": "", + "hcp_pin_alias": "1157327", + "session_name": "Drug-coated balloon for de-novo coronary artery lesions exceeding 2.5 mm in diameter: optical coherence tomography analysis and clinical follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157327", + "first_name": "Lei", + "middle_name": "", + "last_name": "Guo", + "org_name": "First Affiliated Hospital of Dalian Medical University", + "Country": "China", + "Region": "Liaoning", + "City": "Dalian", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drug-coated balloon for de-novo coronary artery lesions exceeding 2.5 mm in diameter: optical coherence tomography analysis and clinical follow-up", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-Coated Balloons | Tomography, Optical Coherence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lei Guo", + "kol_full_name": "Lei Guo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prealbumin | Amyloidosis, Hereditary, Transthyretin-Related | Paresthesia", + "npi_num": "", + "hcp_pin_alias": "1157326", + "session_name": "Transthyretin (ATTR) cardiac amyloidosis: a case report of feet paresthesia as a possible initial symptom and challenging diagnosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157326", + "first_name": "Linyuan", + "middle_name": "", + "last_name": "Xie", + "org_name": "First affiliated Hospital at Zhejiang University School of Medicine", + "Country": "China", + "Region": "Zhejiang", + "City": "Hangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transthyretin (ATTR) cardiac amyloidosis: a case report of feet paresthesia as a possible initial symptom and challenging diagnosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prealbumin | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 1, + "rest_events_topic": " Paresthesia", + "kol_name": "Linyuan Xie", + "kol_full_name": "Linyuan Xie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Surgical Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157325", + "session_name": "Effect of patient prosthesis mismatch on clinical outcomes following surgical aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157325", + "first_name": "Stephen", + "middle_name": "", + "last_name": "Lewin", + "org_name": "Fiona Stanley Hospital", + "Country": "Australia", + "Region": "Western Australia", + "City": "Perth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of patient prosthesis mismatch on clinical outcomes following surgical aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephen Lewin", + "kol_full_name": "Stephen Lewin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Cardiomyopathies | Atrial Fibrillation | Cardiomyopathy, Hypertrophic | Atrial Remodeling", + "npi_num": "", + "hcp_pin_alias": "1157324", + "session_name": "Left atrioventricular coupling index is an independent associate of new-onset AF and stroke in hypertrophic cardiomyopathy: a CMR study,How different types of cardiomyopathy with hypertrophic phenotype affect left atrial remodeling and function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157324", + "first_name": "Martina", + "middle_name": "", + "last_name": "De Raffele", + "org_name": "Ferrara University Hospital", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Ferrara", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrioventricular coupling index is an independent associate of new-onset AF and stroke in hypertrophic cardiomyopathy: a CMR study", + "rest_events_session_count": 1, + "rest_events_session": "How different types of cardiomyopathy with hypertrophic phenotype affect left atrial remodeling and function", + "events_topic": "Stroke | Cardiomyopathies ", + "rest_events_topic_count": 3, + "rest_events_topic": " Atrial Fibrillation | Cardiomyopathy, Hypertrophic | Atrial Remodeling", + "kol_name": "Martina De Raffele", + "kol_full_name": "Martina De Raffele" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Pilot Projects | Breast Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1157323", + "session_name": "miRNAs profile as a signature for cardiovascular disease in long-term breast cancer female survivors: a pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157323", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Greatti", + "org_name": "Ferrara University Hospital", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Ferrara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "miRNAs profile as a signature for cardiovascular disease in long-term breast cancer female survivors: a pilot study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Pilot Projects ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "Alessandro Greatti", + "kol_full_name": "Alessandro Greatti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157322", + "session_name": "Sex-related differences in left ventricular geometry patterns in patients with arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157322", + "first_name": "Maria-Angela", + "middle_name": "", + "last_name": "Losi", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-related differences in left ventricular geometry patterns in patients with arterial hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria-Angela Losi", + "kol_full_name": "Maria-Angela Losi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diastolic Function | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157321", + "session_name": "Application of the 2016 ase-eacvi criteria for the assessment of diastolic function in arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157321", + "first_name": "Grazia", + "middle_name": "", + "last_name": "Canciello", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Application of the 2016 ase-eacvi criteria for the assessment of diastolic function in arterial hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diastolic Function | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Grazia Canciello", + "kol_full_name": "Grazia Canciello" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Studies As Topic | Blood Circulation", + "npi_num": "", + "hcp_pin_alias": "1157320", + "session_name": "Preclinical and translational studies in Circulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157320", + "first_name": "Gabriele", + "middle_name": "Giacomo", + "last_name": "Schiattarella", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Preclinical and translational studies in Circulation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Studies As Topic | Blood Circulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gabriele Giacomo Schiattarella", + "kol_full_name": "Gabriele Giacomo Schiattarella" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157319", + "session_name": "Frailty and MECKI score in predicting mortality in advanced heart failure,MELD score as predictor of mortality in patients with advanced heart failure: a longitudinal evaluation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157319", + "first_name": "Francesco", + "middle_name": "", + "last_name": "Cacciatore", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Frailty and MECKI score in predicting mortality in advanced heart failure", + "rest_events_session_count": 1, + "rest_events_session": "MELD score as predictor of mortality in patients with advanced heart failure: a longitudinal evaluation", + "events_topic": "Mortality | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francesco Cacciatore", + "kol_full_name": "Francesco Cacciatore" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Disopyramide", + "npi_num": "", + "hcp_pin_alias": "1157318", + "session_name": "Symptoms trend in patients with obstructive hypertrophic cardiomyopathy treated with disopyramide.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157318", + "first_name": "Felice", + "middle_name": "", + "last_name": "Borrelli", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Symptoms trend in patients with obstructive hypertrophic cardiomyopathy treated with disopyramide.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Disopyramide", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Felice Borrelli", + "kol_full_name": "Felice Borrelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Inclisiran", + "npi_num": "", + "hcp_pin_alias": "1157317", + "session_name": "Strike early-strike strong lipid-lowering strategy with PCSK9i in ACS patients. Real-world evidence from AT-TARGET-IT registry.,Efficacy and safety of inclisiran in real-world clinical practice. Results from the CHOLINET Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157317", + "first_name": "Federica", + "middle_name": "", + "last_name": "Marzano", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Strike early-strike strong lipid-lowering strategy with PCSK9i in ACS patients. Real-world evidence from AT-TARGET-IT registry.", + "rest_events_session_count": 1, + "rest_events_session": "Efficacy and safety of inclisiran in real-world clinical practice. Results from the CHOLINET Registry", + "events_topic": "Acute Coronary Syndrome | Inclisiran", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Federica Marzano", + "kol_full_name": "Federica Marzano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1157316", + "session_name": "Dazzling presentations of endocarditis,Valve cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157316", + "first_name": "Federica", + "middle_name": "", + "last_name": "Ilardi", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dazzling presentations of endocarditis", + "rest_events_session_count": 1, + "rest_events_session": "Valve cases", + "events_topic": "Heart Valve Diseases | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Federica Ilardi", + "kol_full_name": "Federica Ilardi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thoracic Surgery", + "npi_num": "", + "hcp_pin_alias": "1157315", + "session_name": "Challenges in heart surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157315", + "first_name": "Danilo", + "middle_name": "", + "last_name": "Franco", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in heart surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thoracic Surgery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Danilo Franco", + "kol_full_name": "Danilo Franco" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Diseases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157314", + "session_name": "Heart failure: new scientific insights,Novel insights into cardiometabolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157314", + "first_name": "Cinzia", + "middle_name": "", + "last_name": "Perrino", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure: new scientific insights", + "rest_events_session_count": 1, + "rest_events_session": "Novel insights into cardiometabolism", + "events_topic": "Cardiometabolic Diseases | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cinzia Perrino", + "kol_full_name": "Cinzia Perrino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Endomyocardial Biopsy | Heart Failure | Biopsy", + "npi_num": "", + "hcp_pin_alias": "1157313", + "session_name": "Enhancing the selection of heart failure patients for invasive procedures: how machine learning can predict the diagnostic yield of endomyocardial biopsy,Use and associations with mortality/morbidity of guideline-directed medical therapy use in heart failure with improved ejection fraction: a PS-matched analysis from the swedish heart failure registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157313", + "first_name": "Christian", + "middle_name": "", + "last_name": "Basile", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhancing the selection of heart failure patients for invasive procedures: how machine learning can predict the diagnostic yield of endomyocardial biopsy", + "rest_events_session_count": 1, + "rest_events_session": "Use and associations with mortality/morbidity of guideline-directed medical therapy use in heart failure with improved ejection fraction: a PS-matched analysis from the swedish heart failure registry", + "events_topic": "Machine Learning | Endomyocardial Biopsy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Biopsy", + "kol_name": "Christian Basile", + "kol_full_name": "Christian Basile" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Artificial Intelligence | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "1157312", + "session_name": "Imaging to distinguish atrial from ventricular mitral regurgitation,Is artificial intelligence the valvular physician's best friend?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157312", + "first_name": "Anna", + "middle_name": "", + "last_name": "Sannino", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging to distinguish atrial from ventricular mitral regurgitation", + "rest_events_session_count": 1, + "rest_events_session": "Is artificial intelligence the valvular physician's best friend?", + "events_topic": "Mitral Valve Insufficiency | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diagnostic Imaging", + "kol_name": "Anna Sannino", + "kol_full_name": "Anna Sannino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Replacement | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157311", + "session_name": "Case 1: my patient has severe symptomatic secondary mitral regurgitation despite optimal medical therapy,Tricuspid valve intervention: ready for prime time?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157311", + "first_name": "Anna", + "middle_name": "", + "last_name": "Franzone", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1: my patient has severe symptomatic secondary mitral regurgitation despite optimal medical therapy", + "rest_events_session_count": 1, + "rest_events_session": "Tricuspid valve intervention: ready for prime time?", + "events_topic": "Tricuspid Valve Replacement | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Franzone", + "kol_full_name": "Anna Franzone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Pulmonary Vascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157310", + "session_name": "Pearls of acute pulmonary embolism,New physical insights into pulmonary vascular disease,Treatment of acute pulmonary embolism across the strata risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157310", + "first_name": "Alessandra", + "middle_name": "", + "last_name": "Cuomo", + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pearls of acute pulmonary embolism", + "rest_events_session_count": 2, + "rest_events_session": "New physical insights into pulmonary vascular disease,Treatment of acute pulmonary embolism across the strata risk", + "events_topic": "Pulmonary Embolism | Pulmonary Vascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandra Cuomo", + "kol_full_name": "Alessandra Cuomo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157309", + "session_name": "Lifestyle management of hypertension: chill, sleep, and be mindful,Hot papers on digital health in hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157309", + "first_name": "Fadi", + "middle_name": "", + "last_name": "Charchar", + "org_name": "Federation University Australia", + "Country": "Australia", + "Region": "Victoria", + "City": "Ballarat", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lifestyle management of hypertension: chill", + "rest_events_session_count": 3, + "rest_events_session": " sleep, and be mindful,Hot papers on digital health in hypertension", + "events_topic": "Digital Health | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fadi Charchar", + "kol_full_name": "Fadi Charchar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease", + "npi_num": "", + "hcp_pin_alias": "1157308", + "session_name": "Prognostic significance of coronary flow velocity reserve in patients with peripheral arterial disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157308", + "first_name": "Emma", + "middle_name": "", + "last_name": "Cerracchio", + "org_name": "Fatebenefratelli Sacred Heart of Jesus Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Benevento", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic significance of coronary flow velocity reserve in patients with peripheral arterial disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripheral Arterial Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Emma Cerracchio", + "kol_full_name": "Emma Cerracchio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vosoritide | Diabetic Cardiomyopathies | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157307", + "session_name": "The CNP analogue vosoritide reduces arrhythmia in diabetic cardiomyopathy via cGMP-dependent PDE2 stimulation on cellular and organ level", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157307", + "first_name": "Rebecca", + "middle_name": "", + "last_name": "Firneburg", + "org_name": "Faculty of Medicine Carl Gustav Carus TU Dresden", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The CNP analogue vosoritide reduces arrhythmia in diabetic cardiomyopathy via cGMP-dependent PDE2 stimulation on cellular and organ level", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vosoritide | Diabetic Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Rebecca Firneburg", + "kol_full_name": "Rebecca Firneburg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol Ester Transfer Proteins | Therapeutics", + "npi_num": "", + "hcp_pin_alias": "1157306", + "session_name": "What do we know now that could have changed the history of CETP Inhibition? Genetics and biology,Targeting lipids: lessons learned with novel therapeutics and horizons ahead", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157306", + "first_name": "John", + "middle_name": "", + "last_name": "Kastelein", + "org_name": "Faculty of Medecine - University of Amsterdam", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What do we know now that could have changed the history of CETP Inhibition? Genetics and biology", + "rest_events_session_count": 1, + "rest_events_session": "Targeting lipids: lessons learned with novel therapeutics and horizons ahead", + "events_topic": "Cholesterol Ester Transfer Proteins | Therapeutics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John Kastelein", + "kol_full_name": "John Kastelein" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Function, Left | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157305", + "session_name": "Effect of left atrial function on cardiovascular outcome in non-dilated left ventricular cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157305", + "first_name": "Jeongmin", + "middle_name": "", + "last_name": "Kang", + "org_name": "Ewha Womans University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of left atrial function on cardiovascular outcome in non-dilated left ventricular cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Function, Left | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jeongmin Kang", + "kol_full_name": "Jeongmin Kang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Tricuspid Valve Insufficiency | Atrial Function", + "npi_num": "", + "hcp_pin_alias": "1157304", + "session_name": "Predictors of progression to significant atrial functional tricuspid regurgitation in patients with paroxysmal or persistent atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157304", + "first_name": "Shinjeong", + "middle_name": "", + "last_name": "Song", + "org_name": "Ewha University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of progression to significant atrial functional tricuspid regurgitation in patients with paroxysmal or persistent atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Function", + "kol_name": "Shinjeong Song", + "kol_full_name": "Shinjeong Song" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stents | Atrial Septal Defect Sinus Venosus", + "npi_num": "", + "hcp_pin_alias": "1157303", + "session_name": "Superior sinus venosus defect: surgery or stenting?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157303", + "first_name": "Eric", + "middle_name": "", + "last_name": "Rosenthal", + "org_name": "Evelina London Children's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Superior sinus venosus defect: surgery or stenting?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stents | Atrial Septal Defect Sinus Venosus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eric Rosenthal", + "kol_full_name": "Eric Rosenthal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Septal Defects, Atrial | Cardiovascular Diseases | Heart Septal Defects, Ventricular | Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1157302", + "session_name": "Ventricular septal defect,Sinus venosus and other atrial septal defects,Atrio-ventricular valves assessment,Atrioventricular septal defect,Complex anatomies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157302", + "first_name": "Saleha", + "middle_name": "", + "last_name": "Kabir", + "org_name": "Evelina Children's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular septal defect", + "rest_events_session_count": 4, + "rest_events_session": "Sinus venosus and other atrial septal defects,Atrio-ventricular valves assessment,Atrioventricular septal defect,Complex anatomies", + "events_topic": "Heart Septal Defects, Atrial | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Septal Defects, Ventricular | Heart Valve Diseases", + "kol_name": "Saleha Kabir", + "kol_full_name": "Saleha Kabir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Septal Defects, Atrial | Cardiovascular Diseases | Heart Septal Defects, Ventricular | Heart Valve Diseases | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1157301", + "session_name": "Ventricular septal defect,Sinus venosus and other atrial septal defects,Atrio-ventricular valves assessment,Atrioventricular septal defect,Complex anatomies,Addressing the needs of a growing congenital heart disease population, breakthrough techniques that enhance the value of care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157301", + "first_name": "John", + "middle_name": "", + "last_name": "Simpson", + "org_name": "Evelina Children's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular septal defect", + "rest_events_session_count": 6, + "rest_events_session": "Sinus venosus and other atrial septal defects,Atrio-ventricular valves assessment,Atrioventricular septal defect,Complex anatomies,Addressing the needs of a growing congenital heart disease population, breakthrough techniques that enhance the value of care", + "events_topic": "Heart Septal Defects, Atrial | Cardiovascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Septal Defects, Ventricular | Heart Valve Diseases | Heart Defects, Congenital", + "kol_name": "John Simpson", + "kol_full_name": "John Simpson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmogenesis | Heart Function Tests", + "npi_num": "", + "hcp_pin_alias": "1157300", + "session_name": "Autonomic control of cardiac function in health and disease: impact on arrhythmogenesis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157300", + "first_name": "Katharina", + "middle_name": "", + "last_name": "Scherschel", + "org_name": "Evangelical Hospital", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Dusseldorf", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Autonomic control of cardiac function in health and disease: impact on arrhythmogenesis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmogenesis | Heart Function Tests", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katharina Scherschel", + "kol_full_name": "Katharina Scherschel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Renal Denervation", + "npi_num": "", + "hcp_pin_alias": "1157299", + "session_name": "The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157299", + "first_name": "Michel", + "middle_name": "", + "last_name": "Azizi", + "org_name": "European Hospital Georges Pompidou", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Renal Denervation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michel Azizi", + "kol_full_name": "Michel Azizi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157298", + "session_name": "Percutaneous shockwave therapy for calcific aortic stenosis: a new kid on the block?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157298", + "first_name": "Emmanuel", + "middle_name": "", + "last_name": "Messas", + "org_name": "European Hospital Georges Pompidou", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous shockwave therapy for calcific aortic stenosis: a new kid on the block?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Emmanuel Messas", + "kol_full_name": "Emmanuel Messas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombogenicity | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157297", + "session_name": "Association between clinical ischemic risk and thrombogenicity phenotype and their prognostic prediction in patients undergoing percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157297", + "first_name": "Daeung", + "middle_name": "", + "last_name": "Ohn", + "org_name": "Eunpyeong St. Marys Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between clinical ischemic risk and thrombogenicity phenotype and their prognostic prediction in patients undergoing percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombogenicity | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daeung Ohn", + "kol_full_name": "Daeung Ohn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157296", + "session_name": "Statin use before acute coronary syndrome and coronary risk factors, clinical presentation, interventions, and outcomes: ACC-NCDR-CathPCI Registry in India", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157296", + "first_name": "Rajeev", + "middle_name": "", + "last_name": "Gupta", + "org_name": "Eternal Heart Care Center and Research Institute", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Statin use before acute coronary syndrome and coronary risk factors", + "rest_events_session_count": 3, + "rest_events_session": " clinical presentation, interventions, and outcomes: ACC-NCDR-CathPCI Registry in India", + "events_topic": "Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rajeev Gupta", + "kol_full_name": "Rajeev Gupta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157295", + "session_name": "The mortality implications of increasing and decreasing sST2 levels during acute decompensated heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157295", + "first_name": "Brian", + "middle_name": "", + "last_name": "Li", + "org_name": "Essex Cardiothoracic Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "Basildon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The mortality implications of increasing and decreasing sST2 levels during acute decompensated heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Brian Li", + "kol_full_name": "Brian Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1157294", + "session_name": "Assessing the practicality of a novel heart failure therapeutic score (QUAD Score) for drug optimisation in heart failure with a reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157294", + "first_name": "Archana", + "middle_name": "", + "last_name": "Ganapathy", + "org_name": "Essex Cardiothoracic Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "Basildon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing the practicality of a novel heart failure therapeutic score (QUAD Score) for drug optimisation in heart failure with a reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Archana Ganapathy", + "kol_full_name": "Archana Ganapathy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Health Care Sector", + "npi_num": "", + "hcp_pin_alias": "1157293", + "session_name": "Health data from earth observation satellites: insights from the European Space Agency (ESA)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157293", + "first_name": "Stefano", + "middle_name": "", + "last_name": "Ferretti", + "org_name": "ESA Centre for Earth Observation", + "Country": "Italy", + "Region": "Veneto", + "City": "Castelfranco Veneto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Health data from earth observation satellites: insights from the European Space Agency (ESA)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Care Sector", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefano Ferretti", + "kol_full_name": "Stefano Ferretti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157292", + "session_name": "Comprehensive machine learning models for prediction of heart failure in 476,393 women and men from the UK Biobank reveal sex differences and underutilized risk factors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157292", + "first_name": "Thomas", + "middle_name": "Frederik", + "last_name": "Kok", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comprehensive machine learning models for prediction of heart failure in 476", + "rest_events_session_count": 1, + "rest_events_session": "393 women and men from the UK Biobank reveal sex differences and underutilized risk factors", + "events_topic": "Machine Learning | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Frederik Kok", + "kol_full_name": "Thomas Frederik Kok" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Diagnosis | Heart Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1157291", + "session_name": "Cardio-oncology,Diagnosis and prognosis of HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157291", + "first_name": "Rudolf", + "middle_name": "", + "last_name": "De Boer", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardio-oncology", + "rest_events_session_count": 1, + "rest_events_session": "Diagnosis and prognosis of HFpEF", + "events_topic": "Heart Failure | Diagnosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Neoplasms", + "kol_name": "Rudolf De Boer", + "kol_full_name": "Rudolf De Boer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left", + "npi_num": "", + "hcp_pin_alias": "1157290", + "session_name": "The left ventricular strain-volume loop in a healthy Dutch population: age- and sex related differences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157290", + "first_name": "Robert", + "middle_name": "Roy", + "last_name": "Zwaan", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The left ventricular strain-volume loop in a healthy Dutch population: age- and sex related differences", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Left", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robert Roy Zwaan", + "kol_full_name": "Robert Roy Zwaan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care | Population Health | Machine Learning", + "npi_num": "", + "hcp_pin_alias": "1157289", + "session_name": "Improving patient care with LLMs,Transforming population health through mobile technology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157289", + "first_name": "Robert", + "middle_name": "Mathew Anthony", + "last_name": "Van Der Boon", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improving patient care with LLMs", + "rest_events_session_count": 1, + "rest_events_session": "Transforming population health through mobile technology", + "events_topic": "Patient Care | Population Health ", + "rest_events_topic_count": 1, + "rest_events_topic": " Machine Learning", + "kol_name": "Robert Mathew Anthony Van Der Boon", + "kol_full_name": "Robert Mathew Anthony Van Der Boon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Cardiac Imaging Techniques | Angiography | Disease Management | Tomography, Emission-Computed, Single-Photon | Fractional Flow Reserve, Myocardial", + "npi_num": "", + "hcp_pin_alias": "1157288", + "session_name": "Learn what and how photon-counting computed tomography (CT) is redefining cardiac CT imaging,Redefining coronary artery disease management with photon-counting computed tomography,Angio-based FFR - a future without pressure wires?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157288", + "first_name": "Ricardo", + "middle_name": "", + "last_name": "Budde", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Learn what and how photon-counting computed tomography (CT) is redefining cardiac CT imaging", + "rest_events_session_count": 2, + "rest_events_session": "Redefining coronary artery disease management with photon-counting computed tomography,Angio-based FFR - a future without pressure wires?", + "events_topic": "Coronary Artery Disease | Cardiac Imaging Techniques ", + "rest_events_topic_count": 4, + "rest_events_topic": " Angiography | Disease Management | Tomography, Emission-Computed, Single-Photon | Fractional Flow Reserve, Myocardial", + "kol_name": "Ricardo Budde", + "kol_full_name": "Ricardo Budde" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging", + "npi_num": "", + "hcp_pin_alias": "1157287", + "session_name": "Multimodality imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157287", + "first_name": "Peter-Paul", + "middle_name": "", + "last_name": "Zwetsloot", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multimodality imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peter-Paul Zwetsloot", + "kol_full_name": "Peter-Paul Zwetsloot" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Microvascular Dysfunction | Postmenopause", + "npi_num": "", + "hcp_pin_alias": "1157286", + "session_name": "Coronary microvascular dysfunction in postmenopausal minipigs with multiple risk factors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157286", + "first_name": "Oana", + "middle_name": "", + "last_name": "Sorop", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary microvascular dysfunction in postmenopausal minipigs with multiple risk factors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Microvascular Dysfunction | Postmenopause", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Oana Sorop", + "kol_full_name": "Oana Sorop" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Digital Health | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157285", + "session_name": "ESC TV Today Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology,Great Debate: the pros and cons of artificial intelligence in cardiology,Spotlight on innovation: top publications in the European Heart Journal - Digital Health 2023-2024", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157285", + "first_name": "Nico", + "middle_name": "", + "last_name": "Bruining", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV Today Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology", + "rest_events_session_count": 2, + "rest_events_session": "Great Debate: the pros and cons of artificial intelligence in cardiology,Spotlight on innovation: top publications in the European Heart Journal - Digital Health 2023-2024", + "events_topic": "Cardiovascular Diseases | Digital Health ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Nico Bruining", + "kol_full_name": "Nico Bruining" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157284", + "session_name": "Cardiovascular disease in women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157284", + "first_name": "Navin", + "middle_name": "", + "last_name": "Suthahar", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease in women", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Navin Suthahar", + "kol_full_name": "Navin Suthahar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Genetic Risk Score | Cardiovascular Diseases | Primary Prevention", + "npi_num": "", + "hcp_pin_alias": "1157283", + "session_name": "Prevention: personalising cardiovascular prevention,Do genetic scores help risk stratify in primary prevention?,Risk score for risk prediction in cardiovascular disease,Novel biomarkers for cardiovascular risk prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157283", + "first_name": "Maryam", + "middle_name": "", + "last_name": "Kavousi", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevention: personalising cardiovascular prevention", + "rest_events_session_count": 3, + "rest_events_session": "Do genetic scores help risk stratify in primary prevention?,Risk score for risk prediction in cardiovascular disease,Novel biomarkers for cardiovascular risk prediction", + "events_topic": "Biomarkers | Genetic Risk Score ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Primary Prevention", + "kol_name": "Maryam Kavousi", + "kol_full_name": "Maryam Kavousi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Carotid Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157282", + "session_name": "The evolution of carotid atherosclerotic plaque composition: a prospective study,High physical activity relates to higher risk of incident carotid plaque components", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157282", + "first_name": "Luoshiyuan", + "middle_name": "", + "last_name": "Zuo", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The evolution of carotid atherosclerotic plaque composition: a prospective study", + "rest_events_session_count": 1, + "rest_events_session": "High physical activity relates to higher risk of incident carotid plaque components", + "events_topic": "Plaque, Atherosclerotic | Carotid Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luoshiyuan Zuo", + "kol_full_name": "Luoshiyuan Zuo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157281", + "session_name": "Prognostic significance of plasma molecular lipid species in coronary artery disease patients: A prospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157281", + "first_name": "Jose", + "middle_name": "Maria Veiga-Fernandes", + "last_name": "Mira", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic significance of plasma molecular lipid species in coronary artery disease patients: A prospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jose Maria Veiga-Fernandes Mira", + "kol_full_name": "Jose Maria Veiga-Fernandes Mira" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pregnancy | Heart Diseases | Genetic Predisposition To Disease | Cardiovascular Diseases | Aortic Diseases | Adult Congenital Heart Disease | Angiotensins", + "npi_num": "", + "hcp_pin_alias": "1157280", + "session_name": "Pregnancy in women with aortic pathology or genetic predisposition for aortic disease: data from the ESC Registry of Pregnancy and Cardiac disease,Adult congenital heart disease: advice about sports participation,ACE inhibitor and angiotensin receptor blocker use during pregnancy: data from the ESC Registry of pregnancy and cardiac disease (ROPAC),What do the ESC Guidelines for the management of cardiovascular diseases in pregnancy say?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157280", + "first_name": "Jolien", + "middle_name": "W.", + "last_name": "Roos-Hesselink", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy in women with aortic pathology or genetic predisposition for aortic disease: data from the ESC Registry of Pregnancy and Cardiac disease", + "rest_events_session_count": 3, + "rest_events_session": "Adult congenital heart disease: advice about sports participation,ACE inhibitor and angiotensin receptor blocker use during pregnancy: data from the ESC Registry of pregnancy and cardiac disease (ROPAC),What do the ESC Guidelines for the management of cardiovascular diseases in pregnancy say?", + "events_topic": "Pregnancy | Heart Diseases ", + "rest_events_topic_count": 5, + "rest_events_topic": " Genetic Predisposition To Disease | Cardiovascular Diseases | Aortic Diseases | Adult Congenital Heart Disease | Angiotensins", + "kol_name": "Jolien W. Roos-Hesselink", + "kol_full_name": "Jolien W. Roos-Hesselink" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid Management | Acute Coronary Syndrome | Combined Modality Therapy | Cholesterol, LDL", + "npi_num": "", + "hcp_pin_alias": "1157279", + "session_name": "Panel discussion 2 - how can healthcare providers effectively navigate the decision-making process when considering combination therapy for women with elevated LDL-C levels?,real-world implementation challenges: which practical considerations should healthcare professionals employ for optimal management of LDL-C levels in women?,HerHeart symposium: navigating LDL-C management for optimal cardiovascular health in women,Registries, observational, and other studies on lipids,Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157279", + "first_name": "Jeanine", + "middle_name": "Roeters", + "last_name": "Van Lennep", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Panel discussion 2 - how can healthcare providers effectively navigate the decision-making process when considering combination therapy for women with elevated LDL-C levels?", + "rest_events_session_count": 6, + "rest_events_session": "real-world implementation challenges: which practical considerations should healthcare professionals employ for optimal management of LDL-C levels in women?,HerHeart symposium: navigating LDL-C management for optimal cardiovascular health in women,Registries, observational, and other studies on lipids,Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients", + "events_topic": "Lipid Management | Acute Coronary Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Combined Modality Therapy | Cholesterol, LDL", + "kol_name": "Jeanine Roeters Van Lennep", + "kol_full_name": "Jeanine Roeters Van Lennep" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Telemedicine", + "npi_num": "", + "hcp_pin_alias": "1157278", + "session_name": "Telehealth interventions in heart failure management: state of the art", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157278", + "first_name": "Jasper", + "middle_name": "", + "last_name": "Brugts", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Telehealth interventions in heart failure management: state of the art", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Telemedicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jasper Brugts", + "kol_full_name": "Jasper Brugts" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Hospitalization | Genetic Therapy | Digital Health | Artificial Intelligence | Heart Failure | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157277", + "session_name": "Spotlight on innovation: top publications in the European Heart Journal - Digital Health 2023-2024,Digital solutions for monitoring therapy in heart failure,Integration of artificial intelligence in electrocardiography: state of the art,Cardiovascular trends: hospitalisations, trials, and genetic therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157277", + "first_name": "Isabella", + "middle_name": "", + "last_name": "Kardys", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Spotlight on innovation: top publications in the European Heart Journal - Digital Health 2023-2024", + "rest_events_session_count": 5, + "rest_events_session": "Digital solutions for monitoring therapy in heart failure,Integration of artificial intelligence in electrocardiography: state of the art,Cardiovascular trends: hospitalisations, trials, and genetic therapies", + "events_topic": "Electrocardiography | Hospitalization ", + "rest_events_topic_count": 5, + "rest_events_topic": " Genetic Therapy | Digital Health | Artificial Intelligence | Heart Failure | Cardiovascular Diseases", + "kol_name": "Isabella Kardys", + "kol_full_name": "Isabella Kardys" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1157276", + "session_name": "Combined evaluation of liver and kidney function improves prediction of clinical outcome in patients with chronic heart failure and reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157276", + "first_name": "Dominika", + "middle_name": "", + "last_name": "Klimczak-Tomaniak", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Combined evaluation of liver and kidney function improves prediction of clinical outcome in patients with chronic heart failure and reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dominika Klimczak-Tomaniak", + "kol_full_name": "Dominika Klimczak-Tomaniak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endothelial Growth Factors", + "npi_num": "", + "hcp_pin_alias": "1157275", + "session_name": "Targeting endothelial function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157275", + "first_name": "Dirk", + "middle_name": "J.", + "last_name": "Duncker", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting endothelial function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endothelial Growth Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dirk J. Duncker", + "kol_full_name": "Dirk J. Duncker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Brain Diseases | Stroke | Aortic Aneurysm, Abdominal", + "npi_num": "", + "hcp_pin_alias": "1157274", + "session_name": "Increased risk for thoracic and abdominal aortic aneurysm in the relatives of abdominal aorta aneurysm patients,Stroke: the heart-brain connection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157274", + "first_name": "Heleen", + "middle_name": "M.M.", + "last_name": "Van Beusekom", + "org_name": "Erasmus University Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased risk for thoracic and abdominal aortic aneurysm in the relatives of abdominal aorta aneurysm patients", + "rest_events_session_count": 1, + "rest_events_session": "Stroke: the heart-brain connection", + "events_topic": "Heart Diseases | Brain Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke | Aortic Aneurysm, Abdominal", + "kol_name": "Heleen M.M. Van Beusekom", + "kol_full_name": "Heleen M.M. Van Beusekom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Cardiac Magnetic Resonance Imaging | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157273", + "session_name": "Prognostic value of additional midwall late gadolinium enhancement in patients with ischemic cardiomyopathy,Improving prognostic accuracy in ischemic cardiomyopathy: the CMR-LGE score", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157273", + "first_name": "Alexandre", + "middle_name": "", + "last_name": "Unger", + "org_name": "Erasme Academic Hospital – Université Libre De Bruxelles (Ulb)", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of additional midwall late gadolinium enhancement in patients with ischemic cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Improving prognostic accuracy in ischemic cardiomyopathy: the CMR-LGE score", + "events_topic": "Ischemia | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Alexandre Unger", + "kol_full_name": "Alexandre Unger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157272", + "session_name": "Cardiac rehabilitation ambassadors - a new model to enhance patient participation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157272", + "first_name": "Joanne", + "middle_name": "", + "last_name": "Kevill", + "org_name": "Epworth Camberwell", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac rehabilitation ambassadors - a new model to enhance patient participation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joanne Kevill", + "kol_full_name": "Joanne Kevill" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Dissection, Spontaneous", + "npi_num": "", + "hcp_pin_alias": "1157271", + "session_name": "An unorthodox cause of spontaneous coronary artery dissection (SCAD)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157271", + "first_name": "Tha", + "middle_name": "Htet", + "last_name": "Nyi", + "org_name": "Epsom and St Helier NHS Trust Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An unorthodox cause of spontaneous coronary artery dissection (SCAD)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Dissection, Spontaneous", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tha Htet Nyi", + "kol_full_name": "Tha Htet Nyi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157270", + "session_name": "Continuous monitoring of heart failure biomarker using a sensitive graphene-based electrical sensor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157270", + "first_name": "Shokoofeh", + "middle_name": "", + "last_name": "Sheibani", + "org_name": "EPFL", + "Country": "Switzerland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Continuous monitoring of heart failure biomarker using a sensitive graphene-based electrical sensor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shokoofeh Sheibani", + "kol_full_name": "Shokoofeh Sheibani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | COVID-19", + "npi_num": "", + "hcp_pin_alias": "1157269", + "session_name": "Effect of COVID-19 pandemic on the management of hypertension and the prevalence of lifestyle disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157269", + "first_name": "Takeru", + "middle_name": "", + "last_name": "Isogaki", + "org_name": "Enshu Hospital", + "Country": "Japan", + "Region": "Shizuoka", + "City": "Hamamatsu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of COVID-19 pandemic on the management of hypertension and the prevalence of lifestyle disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Takeru Isogaki", + "kol_full_name": "Takeru Isogaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fibrosis | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157268", + "session_name": "Relationship between fibrosis-4 index and new onset hypertension in the general population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157268", + "first_name": "Hiroyuki", + "middle_name": "", + "last_name": "Takase", + "org_name": "Enshu Hospital", + "Country": "Japan", + "Region": "Shizuoka", + "City": "Hamamatsu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between fibrosis-4 index and new onset hypertension in the general population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibrosis | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroyuki Takase", + "kol_full_name": "Hiroyuki Takase" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrical Storm", + "npi_num": "", + "hcp_pin_alias": "1157267", + "session_name": "Management of electrical storm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157267", + "first_name": "Pasquale", + "middle_name": "", + "last_name": "Vergara", + "org_name": "EMO-GVM Heart Center Columbus", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of electrical storm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrical Storm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pasquale Vergara", + "kol_full_name": "Pasquale Vergara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1157266", + "session_name": "A pipeline for developing digital cardiac twins integrating cardiovascular magnetic resonance and electrocardiographic imaging: results from the MyoFit46 study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157266", + "first_name": "Pablo", + "middle_name": "", + "last_name": "Gonzalez-Martin", + "org_name": "ELEM Biotech", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A pipeline for developing digital cardiac twins integrating cardiovascular magnetic resonance and electrocardiographic imaging: results from the MyoFit46 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pablo Gonzalez-Martin", + "kol_full_name": "Pablo Gonzalez-Martin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Fractional Flow Reserve, Myocardial | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1157265", + "session_name": "Diagnostic performance of computed tomography-derived fractional flow reserve in patients with severe aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157265", + "first_name": "Shinsuke", + "middle_name": "", + "last_name": "Kido", + "org_name": "Ehime Prefectural Central Hospital", + "Country": "Japan", + "Region": "Ehime", + "City": "Matsuyama", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic performance of computed tomography-derived fractional flow reserve in patients with severe aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Fractional Flow Reserve, Myocardial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "Shinsuke Kido", + "kol_full_name": "Shinsuke Kido" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Population Health", + "npi_num": "", + "hcp_pin_alias": "1157264", + "session_name": "Transforming population health through mobile technology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157264", + "first_name": "Alice", + "middle_name": "", + "last_name": "Pearsons", + "org_name": "Edinburgh Napier University", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transforming population health through mobile technology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Population Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alice Pearsons", + "kol_full_name": "Alice Pearsons" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renin | Cardiovascular Diseases | Left Ventricular Mass Index | Aldosterone | Obesity", + "npi_num": "", + "hcp_pin_alias": "1157263", + "session_name": "Are metabolically healthy obese individuals really a benign cardiovascular group? An analysis of 162,590 participants with measures of arterial stiffness in UK BIOBANK,Relationship between renin, aldosterone, aldosterone-to-renin ratio and left ventricular mass index in young adults", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157263", + "first_name": "Roshan", + "middle_name": "", + "last_name": "Ananda", + "org_name": "Eastern Health", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Are metabolically healthy obese individuals really a benign cardiovascular group? An analysis of 162", + "rest_events_session_count": 4, + "rest_events_session": "590 participants with measures of arterial stiffness in UK BIOBANK,Relationship between renin, aldosterone, aldosterone-to-renin ratio and left ventricular mass index in young adults", + "events_topic": "Renin | Cardiovascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Left Ventricular Mass Index | Aldosterone | Obesity", + "kol_name": "Roshan Ananda", + "kol_full_name": "Roshan Ananda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Cardiac Tamponade", + "npi_num": "", + "hcp_pin_alias": "1157262", + "session_name": "Takotsubo cardiomyopathy post pericardiocentesis in a patient with cardiac tamponade", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157262", + "first_name": "Alysha", + "middle_name": "", + "last_name": "Bhatti", + "org_name": "East Surrey Hospital", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Takotsubo cardiomyopathy post pericardiocentesis in a patient with cardiac tamponade", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy | Cardiac Tamponade", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alysha Bhatti", + "kol_full_name": "Alysha Bhatti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Lipoprotein(a)", + "npi_num": "", + "hcp_pin_alias": "1157261", + "session_name": "Relationship between lipoprotein(a) and endogenous fibrinolytic status in patients with STEMI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157261", + "first_name": "Joshua", + "middle_name": "Harry", + "last_name": "Leader", + "org_name": "East and North Hertfordshire NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Stevenage", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between lipoprotein(a) and endogenous fibrinolytic status in patients with STEMI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Lipoprotein(a)", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joshua Harry Leader", + "kol_full_name": "Joshua Harry Leader" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157260", + "session_name": "Breaking barriers in international cardiovascular research: the Global Cardiovascular Research Funders Forum (GCRFF),International partnership to nurture future cardiovascular research leaders in Europe", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157260", + "first_name": "Rebecca", + "middle_name": "", + "last_name": "Schouten", + "org_name": "Dutch Heart Foundation", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "The Hague", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Breaking barriers in international cardiovascular research: the Global Cardiovascular Research Funders Forum (GCRFF)", + "rest_events_session_count": 1, + "rest_events_session": "International partnership to nurture future cardiovascular research leaders in Europe", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rebecca Schouten", + "kol_full_name": "Rebecca Schouten" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart-Assist Devices", + "npi_num": "", + "hcp_pin_alias": "1157259", + "session_name": "Novel scoring system specific for patients treated with micro-axial percutaneous left ventricular assist device", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157259", + "first_name": "Johannes", + "middle_name": "", + "last_name": "Mierke", + "org_name": "Dresden University Of Technology", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel scoring system specific for patients treated with micro-axial percutaneous left ventricular assist device", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Johannes Mierke", + "kol_full_name": "Johannes Mierke" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Mobile Applications | Artificial Intelligence | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157258", + "session_name": "An explainable AI for trustworthy detection of atrial fibrillation on reduced lead ECGs in mobile applications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157258", + "first_name": "Alexander", + "middle_name": "", + "last_name": "Hammer", + "org_name": "Dresden University Of Technology", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An explainable AI for trustworthy detection of atrial fibrillation on reduced lead ECGs in mobile applications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Mobile Applications ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Atrial Fibrillation", + "kol_name": "Alexander Hammer", + "kol_full_name": "Alexander Hammer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Nutrition Surveys | Mortality", + "npi_num": "", + "hcp_pin_alias": "1157257", + "session_name": "Free fatty acids and mortality among adults in the United States: a report from US National Health and Nutrition Examination Survey (NHANES)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157257", + "first_name": "Meng", + "middle_name": "", + "last_name": "Li", + "org_name": "Dongzhimen Hospital, Beijing University of Chinese Medicine,", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Free fatty acids and mortality among adults in the United States: a report from US National Health and Nutrition Examination Survey (NHANES)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nutrition Surveys | Mortality", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Meng Li", + "kol_full_name": "Meng Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angina Pectoris, Variant | Hydrocortisone", + "npi_num": "", + "hcp_pin_alias": "1157256", + "session_name": "Stress-induced coronary spasms: evaluating the role of serum cortisol in variant angina", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157256", + "first_name": "Jeen", + "middle_name": "Hwa", + "last_name": "Lee", + "org_name": "Dongtan Sacred Heart Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stress-induced coronary spasms: evaluating the role of serum cortisol in variant angina", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angina Pectoris, Variant | Hydrocortisone", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jeen Hwa Lee", + "kol_full_name": "Jeen Hwa Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Percutaneous Coronary Intervention | Stroke | Depression", + "npi_num": "", + "hcp_pin_alias": "1157255", + "session_name": "Depression and its impact on stroke risk and mortality in post-percutaneous coronary intervention patients: a nationwide retrospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157255", + "first_name": "Yeonjeong", + "middle_name": "", + "last_name": "Lee", + "org_name": "dongtan hallym university hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Depression and its impact on stroke risk and mortality in post-percutaneous coronary intervention patients: a nationwide retrospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke | Depression", + "kol_name": "Yeonjeong Lee", + "kol_full_name": "Yeonjeong Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise Test | Arterial Stiffness | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157254", + "session_name": "Incremental prognostic value of combined information of arterial stiffness and the result of treadmill exercise test in patients with suspected coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157254", + "first_name": "Jaehoon", + "middle_name": "", + "last_name": "Chung", + "org_name": "Dongguk University International Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incremental prognostic value of combined information of arterial stiffness and the result of treadmill exercise test in patients with suspected coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise Test | Arterial Stiffness ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Jaehoon Chung", + "kol_full_name": "Jaehoon Chung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157253", + "session_name": "Influence of social factors on prompt reperfusion in patients with ST-segment elevation myocardial infarction: results from the KRAMI multicenter registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157253", + "first_name": "Zhaoyan", + "middle_name": "", + "last_name": "Song", + "org_name": "Dong-a University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of social factors on prompt reperfusion in patients with ST-segment elevation myocardial infarction: results from the KRAMI multicenter registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zhaoyan Song", + "kol_full_name": "Zhaoyan Song" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157252", + "session_name": "Assessment of residual risk in cardiovascular conditions,Cardiovascular risk factors and risk prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157252", + "first_name": "Davide", + "middle_name": "", + "last_name": "Lazzeroni", + "org_name": "Don Carlo Gnocchi Onlus Foundation", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Parma", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of residual risk in cardiovascular conditions", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular risk factors and risk prediction", + "events_topic": "Heart Disease Risk Factors | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Davide Lazzeroni", + "kol_full_name": "Davide Lazzeroni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Photoplethysmography | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157251", + "session_name": "Feasibility and diagnostic yield of screening for atrial fibrillation with PPG in very old and frail patients. Results from the Dutch-GERAF study.,The Dutch-GERAF: a high diagnostic yield for atrial fibrillation case finding among frail older patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157251", + "first_name": "Lennaert", + "middle_name": "Aris Rien", + "last_name": "Zwart", + "org_name": "Dijklander Hospital", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Hoorn", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Feasibility and diagnostic yield of screening for atrial fibrillation with PPG in very old and frail patients. Results from the Dutch-GERAF study.", + "rest_events_session_count": 1, + "rest_events_session": "The Dutch-GERAF: a high diagnostic yield for atrial fibrillation case finding among frail older patients", + "events_topic": "Photoplethysmography | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lennaert Aris Rien Zwart", + "kol_full_name": "Lennaert Aris Rien Zwart" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Autoimmune Diseases | Lipids | Chronic Inflammatory Disease", + "npi_num": "", + "hcp_pin_alias": "1157250", + "session_name": "Autoimmune and chronic inflammatory disorders and heart disease,Targeting lipids above and beyond statins: key new players", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157250", + "first_name": "Anne", + "middle_name": "Grete", + "last_name": "Semb", + "org_name": "Diakonhjemmet Hospital", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Autoimmune and chronic inflammatory disorders and heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Targeting lipids above and beyond statins: key new players", + "events_topic": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Autoimmune Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lipids | Chronic Inflammatory Disease", + "kol_name": "Anne Grete Semb", + "kol_full_name": "Anne Grete Semb" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Remodeling | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157249", + "session_name": "The transcription factor foxo3 regulates cardiac remodeling after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157249", + "first_name": "Carsten", + "middle_name": "", + "last_name": "Skurk", + "org_name": "DHZC Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The transcription factor foxo3 regulates cardiac remodeling after myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Remodeling | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carsten Skurk", + "kol_full_name": "Carsten Skurk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immune Checkpoint Inhibitors | Troponin | Myocarditis | Cardiovascular Diseases | Neoplasms", + "npi_num": "", + "hcp_pin_alias": "1157248", + "session_name": "The safety of standardized management of suspected cardiovascular immune-related events in patients treated by immunecheckpoints inhibitors,Immune-checkpoint myocarditis phenotype when using systematic troponin surveillance in cancer patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157248", + "first_name": "Francesco", + "middle_name": "", + "last_name": "Cribari", + "org_name": "Dermopathic Institute of the Immaculate Conception-IRCCS (I.D.I.)", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The safety of standardized management of suspected cardiovascular immune-related events in patients treated by immunecheckpoints inhibitors", + "rest_events_session_count": 1, + "rest_events_session": "Immune-checkpoint myocarditis phenotype when using systematic troponin surveillance in cancer patients.", + "events_topic": "Immune Checkpoint Inhibitors | Troponin ", + "rest_events_topic_count": 3, + "rest_events_topic": " Myocarditis | Cardiovascular Diseases | Neoplasms", + "kol_name": "Francesco Cribari", + "kol_full_name": "Francesco Cribari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Studies As Topic | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157247", + "session_name": "Comparison between coronary calcium score and segment involvement score when used in clinical routine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157247", + "first_name": "Henrik", + "middle_name": "", + "last_name": "Lofmark", + "org_name": "Dept of cardiology", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Danderyd", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison between coronary calcium score and segment involvement score when used in clinical routine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Studies As Topic | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Henrik Lofmark", + "kol_full_name": "Henrik Lofmark" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Myocardial Revascularization | Thrombolytic Therapy | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157246", + "session_name": "Periprocedural antithrombotic therapy and in-hospital outcomes in out-of-hospital cardiac arrest patients undergoing percutaneous coronary intervention,Complete vs culprit-lesion-only myocardial revascularization in patients with out-of-hospital cardiac arrest: insights from the multicentric \"Lombardia CARe\" registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157246", + "first_name": "Luca", + "middle_name": "", + "last_name": "Raone", + "org_name": "Department of Molecular Medicine, Section of Cardiology, University of Pavia and Cardiac Intensive C", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Periprocedural antithrombotic therapy and in-hospital outcomes in out-of-hospital cardiac arrest patients undergoing percutaneous coronary intervention", + "rest_events_session_count": 1, + "rest_events_session": "Complete vs culprit-lesion-only myocardial revascularization in patients with out-of-hospital cardiac arrest: insights from the multicentric \"Lombardia CARe\" registry", + "events_topic": "Percutaneous Coronary Intervention | Myocardial Revascularization ", + "rest_events_topic_count": 2, + "rest_events_topic": " Thrombolytic Therapy | Heart Arrest", + "kol_name": "Luca Raone", + "kol_full_name": "Luca Raone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Endocarditis | Conservative Treatment", + "npi_num": "", + "hcp_pin_alias": "1157245", + "session_name": "Long-term follow-up after infective endocarditis: comparison of patients who have undergone cardiac surgery versus a conservative therapy with and without an indication for cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157245", + "first_name": "Elvin", + "middle_name": "Jevdet", + "last_name": "Taner", + "org_name": "Department of Cardiology, Ludwigshafen am Rhein", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Ludwigshafen Am Rhein", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term follow-up after infective endocarditis: comparison of patients who have undergone cardiac surgery versus a conservative therapy with and without an indication for cardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Endocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Conservative Treatment", + "kol_name": "Elvin Jevdet Taner", + "kol_full_name": "Elvin Jevdet Taner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Selenoprotein P | Selenium | Autoantibodies | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157244", + "session_name": "Selenium, selenoprotein P and autoantibodies to selenium transport proteins in Swedish heart failure patients - a pilot study in preparation for a randomized supplementation trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157244", + "first_name": "John", + "middle_name": "", + "last_name": "Molvin", + "org_name": "Department of Cardiology", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Selenium", + "rest_events_session_count": 1, + "rest_events_session": " selenoprotein P and autoantibodies to selenium transport proteins in Swedish heart failure patients - a pilot study in preparation for a randomized supplementation trial", + "events_topic": "Selenoprotein P | Selenium ", + "rest_events_topic_count": 2, + "rest_events_topic": " Autoantibodies | Heart Failure", + "kol_name": "John Molvin", + "kol_full_name": "John Molvin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157243", + "session_name": "Exercise stress echocardiography detects patients with paroxysmal/persistent atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157243", + "first_name": "Elisa", + "middle_name": "", + "last_name": "Merli", + "org_name": "Degli Infermi Faenza Hospital", + "Country": "Italy", + "Region": "Veneto", + "City": "Rovigo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise stress echocardiography detects patients with paroxysmal/persistent atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elisa Merli", + "kol_full_name": "Elisa Merli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Bundle-Branch Block | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157242", + "session_name": "Presence of Atrial Fibrillation (AF) is a poor prognostic marker in patients with Heart Failure with reduced Ejection Fraction (HFrEF) and Left Bundle Branch Block (LBBB)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157242", + "first_name": "Shriya", + "middle_name": "", + "last_name": "Deshpande", + "org_name": "Deenanath Mangeshkar Hospital and Research Center", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Presence of Atrial Fibrillation (AF) is a poor prognostic marker in patients with Heart Failure with reduced Ejection Fraction (HFrEF) and Left Bundle Branch Block (LBBB)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Bundle-Branch Block ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Shriya Deshpande", + "kol_full_name": "Shriya Deshpande" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Mental Health", + "npi_num": "", + "hcp_pin_alias": "1157241", + "session_name": "Hearts and minds: a community-based systems diagram exploring mental health following a cardiac event,Ultra-processed food consumption and risk of cardiovascular mortality in Australia: preliminary results from prospective observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157241", + "first_name": "Sarah", + "middle_name": "", + "last_name": "Gauci", + "org_name": "Deakin University", + "Country": "Australia", + "Region": "Victoria", + "City": "Geelong", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hearts and minds: a community-based systems diagram exploring mental health following a cardiac event", + "rest_events_session_count": 1, + "rest_events_session": "Ultra-processed food consumption and risk of cardiovascular mortality in Australia: preliminary results from prospective observational study", + "events_topic": "Cardiovascular Diseases | Mental Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sarah Gauci", + "kol_full_name": "Sarah Gauci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MINOCA | Angina Pectoris", + "npi_num": "", + "hcp_pin_alias": "1157240", + "session_name": "Angina pectoris prevalence and sick leave burden one year after MINOCA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157240", + "first_name": "Kerstin", + "middle_name": "Welen", + "last_name": "Schef", + "org_name": "Danderyd University Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angina pectoris prevalence and sick leave burden one year after MINOCA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MINOCA | Angina Pectoris", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kerstin Welen Schef", + "kol_full_name": "Kerstin Welen Schef" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1157239", + "session_name": "Nutrition and heart disease,Hypertrophic obstructive cardiomyopathy (HOCM): clearing the roadblock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157239", + "first_name": "Teresa", + "middle_name": "", + "last_name": "Castiello", + "org_name": "Croydon Health Services NHS Trust and Kings College Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nutrition and heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Hypertrophic obstructive cardiomyopathy (HOCM): clearing the roadblock", + "events_topic": "Heart Diseases | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Teresa Castiello", + "kol_full_name": "Teresa Castiello" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1157238", + "session_name": "A broader benefit: from heart failure to wider cardio-renal-metabolic (CRM) conditions,Smaller trials, trial updates, and other studies on heart failure,Case 1: how do I diagnose and manage HFpEF?,Geographical variations in heart failure epidemiology,Delving deeper into HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157238", + "first_name": "Patricia", + "middle_name": "", + "last_name": "Campbell", + "org_name": "Craigavon Area hospital", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A broader benefit: from heart failure to wider cardio-renal-metabolic (CRM) conditions", + "rest_events_session_count": 6, + "rest_events_session": "Smaller trials, trial updates, and other studies on heart failure,Case 1: how do I diagnose and manage HFpEF?,Geographical variations in heart failure epidemiology,Delving deeper into HFpEF", + "events_topic": "Heart Failure | Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patricia Campbell", + "kol_full_name": "Patricia Campbell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ferric Derisomaltose | Iron Deficiencies | Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1157237", + "session_name": "Ferric derisomaltose versus usual care in patients with heart failure, reduced ejection fraction, and iron deficiency: a short-term UK cost-utility analysis based on the IRONMAN RCT", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157237", + "first_name": "Richard", + "middle_name": "Fulton", + "last_name": "Pollock", + "org_name": "Covalence Research Ltd", + "Country": "United Kingdom", + "Region": "England", + "City": "Harpenden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ferric derisomaltose versus usual care in patients with heart failure", + "rest_events_session_count": 2, + "rest_events_session": " reduced ejection fraction, and iron deficiency: a short-term UK cost-utility analysis based on the IRONMAN RCT", + "events_topic": "Ferric Derisomaltose | Iron Deficiencies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Systolic", + "kol_name": "Richard Fulton Pollock", + "kol_full_name": "Richard Fulton Pollock" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Disease Management | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157236", + "session_name": "Cardiovascular disease management in the UK versus other European countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157236", + "first_name": "Ahmet", + "middle_name": "", + "last_name": "Fuat", + "org_name": "County Durham and Darlington NHS Foundation Trust", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease management in the UK versus other European countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease Management | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ahmet Fuat", + "kol_full_name": "Ahmet Fuat" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol, LDL | Peripheral Arterial Disease | Apolipoproteins", + "npi_num": "", + "hcp_pin_alias": "1157235", + "session_name": "Remnant cholesterol, not LDL cholesterol, explains peripheral artery disease risk conferred by apolipoprotein B: a cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157235", + "first_name": "Benjamin", + "middle_name": "Nilsson", + "last_name": "Wadstrom", + "org_name": "Copenhagen University Hospital - Herlev and Gentofte", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remnant cholesterol", + "rest_events_session_count": 2, + "rest_events_session": " not LDL cholesterol, explains peripheral artery disease risk conferred by apolipoprotein B: a cohort study", + "events_topic": "Cholesterol, LDL | Peripheral Arterial Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Apolipoproteins", + "kol_name": "Benjamin Nilsson Wadstrom", + "kol_full_name": "Benjamin Nilsson Wadstrom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Ventricular Function, Left | Lipoprotein(a) | HIV", + "npi_num": "", + "hcp_pin_alias": "1157234", + "session_name": "Lipoprotein(a) levels and LPA genotypes are not associated with echocardiographic measures of left ventricular structure and function in the general population,HIV is associated with subtle impairments in left ventricular function: insights from a large prospective cohort study of well-treated people with HIV", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157234", + "first_name": "Anne", + "middle_name": "Marie Reimer", + "last_name": "Jensen", + "org_name": "Copenhagen University Hospital - Herlev and Gentofte", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoprotein(a) levels and LPA genotypes are not associated with echocardiographic measures of left ventricular structure and function in the general population", + "rest_events_session_count": 1, + "rest_events_session": "HIV is associated with subtle impairments in left ventricular function: insights from a large prospective cohort study of well-treated people with HIV", + "events_topic": "Echocardiography | Ventricular Function, Left ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lipoprotein(a) | HIV", + "kol_name": "Anne Marie Reimer Jensen", + "kol_full_name": "Anne Marie Reimer Jensen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Glucose Precision | Diabetes Mellitus | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157233", + "session_name": "Precision pathways to glucose management in patients with diabetes and cardiovascular disease: the out-patient setting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157233", + "first_name": "Tina", + "middle_name": "", + "last_name": "Vilsboll", + "org_name": "Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Precision pathways to glucose management in patients with diabetes and cardiovascular disease: the out-patient setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glucose Precision | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Tina Vilsboll", + "kol_full_name": "Tina Vilsboll" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157232", + "session_name": "Artificial intelligence to detect pulmonary congestion on chest computed tomography in consecutive dyspnoeic patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157232", + "first_name": "Olav", + "middle_name": "Wendelboe", + "last_name": "Nielsen", + "org_name": "Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence to detect pulmonary congestion on chest computed tomography in consecutive dyspnoeic patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Olav Wendelboe Nielsen", + "kol_full_name": "Olav Wendelboe Nielsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Rate Determination | Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1157231", + "session_name": "Continuous heart monitoring to evaluate treatment effects in pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157231", + "first_name": "Mads", + "middle_name": "Oerbaek", + "last_name": "Andersen", + "org_name": "Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Continuous heart monitoring to evaluate treatment effects in pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Rate Determination | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mads Oerbaek Andersen", + "kol_full_name": "Mads Oerbaek Andersen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Influenza, Human | Influenza Vaccines | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "1157230", + "session_name": "Relative effectiveness of high-dose vs. standard-dose quadrivalent influenza vaccine in chronic kidney disease: a secondary analysis of the DANFLU-1 trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157230", + "first_name": "Katja", + "middle_name": "Vu", + "last_name": "Bartholdy", + "org_name": "Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relative effectiveness of high-dose vs. standard-dose quadrivalent influenza vaccine in chronic kidney disease: a secondary analysis of the DANFLU-1 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Influenza, Human | Influenza Vaccines ", + "rest_events_topic_count": 1, + "rest_events_topic": " Renal Insufficiency, Chronic", + "kol_name": "Katja Vu Bartholdy", + "kol_full_name": "Katja Vu Bartholdy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19 | Mitral Valve Repair | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157229", + "session_name": "Predictors of new-onset in-hospital atrial fibrillation in 122 089 patients admitted with COVID-19: an Australian statewide population study,Impact of atrial fibrillation on mortality and non-fatal clinical outcomes in 28 492 patients who had undergone open-heart aortic versus mitral valve surgery: a statewide population-linkage study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157229", + "first_name": "Jia", + "middle_name": "Yi Anna", + "last_name": "Ne", + "org_name": "Concord Hospital, Westmead Hospital, The University of Sydney", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of new-onset in-hospital atrial fibrillation in 122 089 patients admitted with COVID-19: an Australian statewide population study", + "rest_events_session_count": 1, + "rest_events_session": "Impact of atrial fibrillation on mortality and non-fatal clinical outcomes in 28 492 patients who had undergone open-heart aortic versus mitral valve surgery: a statewide population-linkage study", + "events_topic": "COVID-19 | Mitral Valve Repair ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Jia Yi Anna Ne", + "kol_full_name": "Jia Yi Anna Ne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pharmaceutical Preparations | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157228", + "session_name": "Emerging cardiovascular drugs: watch this space", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157228", + "first_name": "Juan", + "middle_name": "", + "last_name": "Tamargo", + "org_name": "Complutense University of Madrid", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Emerging cardiovascular drugs: watch this space", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pharmaceutical Preparations | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Juan Tamargo", + "kol_full_name": "Juan Tamargo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Microbiota | Aortic Valve Disease", + "npi_num": "", + "hcp_pin_alias": "1157227", + "session_name": "Aortic valve microbiota in individuals with and without calcific aortic valve disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157227", + "first_name": "Rocio", + "middle_name": "Salsoso", + "last_name": "Rodriguez", + "org_name": "Complex Public Hospital Virgen del Rocio Regional", + "Country": "Spain", + "Region": "Andalucia", + "City": "Sevilla ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic valve microbiota in individuals with and without calcific aortic valve disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microbiota | Aortic Valve Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rocio Salsoso Rodriguez", + "kol_full_name": "Rocio Salsoso Rodriguez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157226", + "session_name": "High-Intensity interval training improves global longitudinal strain in patients with metabolic syndrome and high risk of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157226", + "first_name": "Eva", + "middle_name": "Garcia", + "last_name": "Camacho", + "org_name": "Complejo Hospitalario Universitario de Toledo", + "Country": "Spain", + "Region": "Castilla-La Mancha", + "City": "Toledo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High-Intensity interval training improves global longitudinal strain in patients with metabolic syndrome and high risk of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolic Syndrome | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eva Garcia Camacho", + "kol_full_name": "Eva Garcia Camacho" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocytes, Smooth Muscle | Aortic Aneurysm, Abdominal", + "npi_num": "", + "hcp_pin_alias": "1157225", + "session_name": "PI 3-kinase/AKT/FOXO1 signaling in smooth muscle cells protects against abdominal aortic aneurysm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157225", + "first_name": "Marius", + "middle_name": "", + "last_name": "Vantler", + "org_name": "Cologne University Hospital - Heart Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PI 3-kinase/AKT/FOXO1 signaling in smooth muscle cells protects against abdominal aortic aneurysm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocytes, Smooth Muscle | Aortic Aneurysm, Abdominal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marius Vantler", + "kol_full_name": "Marius Vantler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | T-Lymphocytes", + "npi_num": "", + "hcp_pin_alias": "1157224", + "session_name": "PI3 kinase delta governs regulatory T-cell biology and thus confers protection against atherosclerosis progression in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157224", + "first_name": "Mario", + "middle_name": "", + "last_name": "Zierden", + "org_name": "Cologne University Hospital - Heart Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PI3 kinase delta governs regulatory T-cell biology and thus confers protection against atherosclerosis progression in mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | T-Lymphocytes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mario Zierden", + "kol_full_name": "Mario Zierden" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Magnetic Resonance Imaging | Mavacamten | Biopsy | MEK Inhibitor Therapy", + "npi_num": "", + "hcp_pin_alias": "1157223", + "session_name": "Evaluation of clinical need, effectiveness, and safety of the first myosin inhibitor mavacamten in real world patients,Cardiological monitoring during BTK inhibitor, ICI, and RAF/MEK inhibitor therapy: the single-center prospective registry for cardiovascular events under new cancer therapies (RECENT),Endomyocardial biopsy in patients with myocarditis - still justified in the CMR era? A single-centre experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157223", + "first_name": "Leni", + "middle_name": "Katharina", + "last_name": "Seuthe", + "org_name": "Cologne University Hospital - Heart Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of clinical need", + "rest_events_session_count": 6, + "rest_events_session": " effectiveness, and safety of the first myosin inhibitor mavacamten in real world patients,Cardiological monitoring during BTK inhibitor, ICI, and RAF/MEK inhibitor therapy: the single-center prospective registry for cardiovascular events under new cancer therapies (RECENT),Endomyocardial biopsy in patients with myocarditis - still justified in the CMR era? A single-centre experience", + "events_topic": "Myocarditis | Magnetic Resonance Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Mavacamten | Biopsy | MEK Inhibitor Therapy", + "kol_name": "Leni Katharina Seuthe", + "kol_full_name": "Leni Katharina Seuthe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "1157222", + "session_name": "Pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157222", + "first_name": "Joana", + "middle_name": "", + "last_name": "Adler", + "org_name": "Cologne University Hospital - Heart Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joana Adler", + "kol_full_name": "Joana Adler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care | Heart Arrest | Cardiac Resynchronization Therapy Devices", + "npi_num": "", + "hcp_pin_alias": "1157221", + "session_name": "Innovations in cardiac rhythm management: which patients benefit?,Great Debates: new implantable cardiac device technologies - ready for prime time?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157221", + "first_name": "Arian", + "middle_name": "", + "last_name": "Sultan", + "org_name": "Cologne University Hospital - Heart Center", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovations in cardiac rhythm management: which patients benefit?", + "rest_events_session_count": 1, + "rest_events_session": "Great Debates: new implantable cardiac device technologies - ready for prime time?", + "events_topic": "Patient Care | Heart Arrest ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Resynchronization Therapy Devices", + "kol_name": "Arian Sultan", + "kol_full_name": "Arian Sultan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Frailty | Surgical Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157220", + "session_name": "Survival penalty in patients undergoing transcatheter versus surgical aortic valve replacement: is it just a question of frailty? Insights from a large cohort with demographic matching", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157220", + "first_name": "Marin", + "middle_name": "", + "last_name": "Boute", + "org_name": "Cliniques Saint-Luc UCL", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Survival penalty in patients undergoing transcatheter versus surgical aortic valve replacement: is it just a question of frailty? Insights from a large cohort with demographic matching", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Frailty ", + "rest_events_topic_count": 1, + "rest_events_topic": " Surgical Aortic Valve Replacement", + "kol_name": "Marin Boute", + "kol_full_name": "Marin Boute" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Diagnostic Imaging | Ablation Techniques | Hypertrophy, Left Ventricular | Heart Failure | Atrial Fibrillation | Cardiac Myosins", + "npi_num": "", + "hcp_pin_alias": "1157219", + "session_name": "Cardiac myosin inhibitors, lessons from real-world experience,Imaging to select candidates for atrial fibrillation ablation,Personalised care in heart failure patients: insights from Belgium and Croatia,Prognostication in left ventricular hypertrophy: role of cardiac magnetic resonance imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157219", + "first_name": "Bernhard", + "middle_name": "Lothar Marie", + "last_name": "Gerber", + "org_name": "Cliniques Saint-Luc UCL", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac myosin inhibitors", + "rest_events_session_count": 4, + "rest_events_session": " lessons from real-world experience,Imaging to select candidates for atrial fibrillation ablation,Personalised care in heart failure patients: insights from Belgium and Croatia,Prognostication in left ventricular hypertrophy: role of cardiac magnetic resonance imaging", + "events_topic": "Cardiac Magnetic Resonance Imaging | Diagnostic Imaging ", + "rest_events_topic_count": 5, + "rest_events_topic": " Ablation Techniques | Hypertrophy, Left Ventricular | Heart Failure | Atrial Fibrillation | Cardiac Myosins", + "kol_name": "Bernhard Lothar Marie Gerber", + "kol_full_name": "Bernhard Lothar Marie Gerber" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiomegaly | Hypertrophy | Biomarkers | Atrophy | Diagnosis", + "npi_num": "", + "hcp_pin_alias": "1157218", + "session_name": "Personalised care in heart failure patients: insights from Belgium and Croatia,Diagnosis and prognosis of HFpEF,Studies of new biomarkers in heart failure,Experiments in cardiac hypertrophy, atrophy, and remodelling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157218", + "first_name": "Anne-Catherine", + "middle_name": "", + "last_name": "Pouleur", + "org_name": "Cliniques Saint-Luc UCL", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised care in heart failure patients: insights from Belgium and Croatia", + "rest_events_session_count": 5, + "rest_events_session": "Diagnosis and prognosis of HFpEF,Studies of new biomarkers in heart failure,Experiments in cardiac hypertrophy, atrophy, and remodelling", + "events_topic": "Heart Failure | Cardiomegaly ", + "rest_events_topic_count": 4, + "rest_events_topic": " Hypertrophy | Biomarkers | Atrophy | Diagnosis", + "kol_name": "Anne-Catherine Pouleur", + "kol_full_name": "Anne-Catherine Pouleur" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157217", + "session_name": "Risk factors for atrial fibrillation and stroke prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157217", + "first_name": "Georges", + "middle_name": "H.", + "last_name": "Mairesse", + "org_name": "Clinique Du Sud Luxembourg", + "Country": "Belgium", + "Region": "Luxembourg", + "City": "Arlon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors for atrial fibrillation and stroke prediction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Georges H. Mairesse", + "kol_full_name": "Georges H. Mairesse" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157216", + "session_name": "Impact of Lp(a) on lipid control in patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157216", + "first_name": "Nicola", + "middle_name": "", + "last_name": "Cesani", + "org_name": "Clinical Institute Humanitas IRCCS", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of Lp(a) on lipid control in patients with acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicola Cesani", + "kol_full_name": "Nicola Cesani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Calcium Score | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157215", + "session_name": "The role of coronary artery calcium score and european score2 in primary prevention of cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157215", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Ferrante", + "org_name": "Clinical Institute Humanitas IRCCS", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of coronary artery calcium score and european score2 in primary prevention of cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Calcium Score | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppe Ferrante", + "kol_full_name": "Giuseppe Ferrante" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular", + "npi_num": "", + "hcp_pin_alias": "1157214", + "session_name": "Unexpected Diagnosis of CASQ2-Catecholaminergic Polymorphic Ventricular Tachycardia in an Adult Athlete", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157214", + "first_name": "Francesco", + "middle_name": "", + "last_name": "Amata", + "org_name": "Clinical Institute Humanitas IRCCS", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unexpected Diagnosis of CASQ2-Catecholaminergic Polymorphic Ventricular Tachycardia in an Adult Athlete", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francesco Amata", + "kol_full_name": "Francesco Amata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Glucagon-Like Peptide 1 | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157213", + "session_name": "Real-world eligibility for GLP1-ra therapy in a cohort of heart failure patients,Real-word eligibility for GLP1-ra therapy in a cohort of heart failure patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157213", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Villaschi", + "org_name": "Clinical Institute Humanitas IRCCS", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world eligibility for GLP1-ra therapy in a cohort of heart failure patients", + "rest_events_session_count": 1, + "rest_events_session": "Real-word eligibility for GLP1-ra therapy in a cohort of heart failure patients", + "events_topic": "Glucagon-Like Peptide 1 | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Villaschi", + "kol_full_name": "Alessandro Villaschi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Deep Learning | Syncope", + "npi_num": "", + "hcp_pin_alias": "1157212", + "session_name": "A deep learning model for syncope recognition in the emergency department", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157212", + "first_name": "Alessandro", + "middle_name": "Giaj", + "last_name": "Levra", + "org_name": "Clinical Institute Humanitas IRCCS", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A deep learning model for syncope recognition in the emergency department", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Deep Learning | Syncope", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Giaj Levra", + "kol_full_name": "Alessandro Giaj Levra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1157211", + "session_name": "Impact of left atrial appendage occlusion in atrial flow evaluated through 4D flow cardiac magnetic resonance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157211", + "first_name": "Inigo", + "middle_name": "Anduaga", + "last_name": "Elorza", + "org_name": "Clinical and Provincial Hospital of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of left atrial appendage occlusion in atrial flow evaluated through 4D flow cardiac magnetic resonance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Atrial Appendage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Inigo Anduaga Elorza", + "kol_full_name": "Inigo Anduaga Elorza" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dual Antiplatelet Therapy | Angina Pectoris | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157210", + "session_name": "What is the burden and clinical impact of residual angina?,Shortening dual antiplatelet therapy duration in acute coronary syndromes: should we drop aspirin or the P2Y12 inhibitor?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157210", + "first_name": "Eliano", + "middle_name": "Pio", + "last_name": "Navarese", + "org_name": "Clinical and Interventional Cardiology, Sassari University Hospital", + "Country": "Italy", + "Region": "Sardegna", + "City": "Sassari", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What is the burden and clinical impact of residual angina?", + "rest_events_session_count": 1, + "rest_events_session": "Shortening dual antiplatelet therapy duration in acute coronary syndromes: should we drop aspirin or the P2Y12 inhibitor?", + "events_topic": "Dual Antiplatelet Therapy | Angina Pectoris ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Eliano Pio Navarese", + "kol_full_name": "Eliano Pio Navarese" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bariatric Surgery", + "npi_num": "", + "hcp_pin_alias": "1157209", + "session_name": "Metabolic bariatric surgery as first-line therapy to improve outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157209", + "first_name": "Gema", + "middle_name": "", + "last_name": "Fruhbeck", + "org_name": "Clinica Universidad de Navarra", + "Country": "Spain", + "Region": "Navarra", + "City": "Pamplona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metabolic bariatric surgery as first-line therapy to improve outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bariatric Surgery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gema Fruhbeck", + "kol_full_name": "Gema Fruhbeck" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157208", + "session_name": "Calcium modification: optimising complexities in percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157208", + "first_name": "Florim", + "middle_name": "", + "last_name": "Cuculi", + "org_name": "Clinic St. Anna", + "Country": "Switzerland", + "Region": "Luzern", + "City": "Lucerne ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Calcium modification: optimising complexities in percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Florim Cuculi", + "kol_full_name": "Florim Cuculi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care Management | Cardiac Implantable Electronic Devices", + "npi_num": "", + "hcp_pin_alias": "1157207", + "session_name": "Insights from an international clinic survey on CIED patient management practices and perceptions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157207", + "first_name": "Eimo", + "middle_name": "", + "last_name": "Martens", + "org_name": "Clinic rechts der Isar of the University of Technology", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Insights from an international clinic survey on CIED patient management practices and perceptions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care Management | Cardiac Implantable Electronic Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eimo Martens", + "kol_full_name": "Eimo Martens" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Randomized Controlled Trials As Topic | SMART Trial | Practice Guidelines As Topic | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157206", + "session_name": "What now? Impact of the results on future practice,SMART Trial results - a landmark head-to-head randomised controlled TAVI trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157206", + "first_name": "Didier", + "middle_name": "", + "last_name": "Tchetche", + "org_name": "Clinic Pasteur", + "Country": "France", + "Region": "Midi-Pyrenees", + "City": "Toulouse", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What now? Impact of the results on future practice", + "rest_events_session_count": 1, + "rest_events_session": "SMART Trial results - a landmark head-to-head randomised controlled TAVI trial", + "events_topic": "Randomized Controlled Trials As Topic | SMART Trial ", + "rest_events_topic_count": 2, + "rest_events_topic": " Practice Guidelines As Topic | Transcatheter Aortic Valve Replacement", + "kol_name": "Didier Tchetche", + "kol_full_name": "Didier Tchetche" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Disease", + "npi_num": "", + "hcp_pin_alias": "1157205", + "session_name": "Non-coronary cardiac interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157205", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Beneduce", + "org_name": "Clinic Pasteur", + "Country": "France", + "Region": "Midi-Pyrenees", + "City": "Toulouse", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-coronary cardiac interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Beneduce", + "kol_full_name": "Alessandro Beneduce" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Tricuspid Transcatheter Edge-to-edge Repair", + "npi_num": "", + "hcp_pin_alias": "1157204", + "session_name": "Residual tricuspid regurgitation after transcatheter tricuspid valve edge-to-edge repair: the EuroTR Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157204", + "first_name": "Lukas", + "middle_name": "", + "last_name": "Stolz", + "org_name": "Clinic of the University of Munich Grosshadern", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Residual tricuspid regurgitation after transcatheter tricuspid valve edge-to-edge repair: the EuroTR Registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency | Tricuspid Transcatheter Edge-to-edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lukas Stolz", + "kol_full_name": "Lukas Stolz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Techniques And Procedures | Primary Health Care | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157203", + "session_name": "Primary care for the elderly patient: practical aspects,Elderly with cardiovascular disease: diagnostics and outcome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157203", + "first_name": "Harald", + "middle_name": "", + "last_name": "Rittger", + "org_name": "Clinic Fuerth", + "Country": "Germany", + "Region": "Bayern", + "City": "Fuerth", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Primary care for the elderly patient: practical aspects", + "rest_events_session_count": 1, + "rest_events_session": "Elderly with cardiovascular disease: diagnostics and outcome", + "events_topic": "Diagnostic Techniques And Procedures | Primary Health Care ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Harald Rittger", + "kol_full_name": "Harald Rittger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157202", + "session_name": "Cardiac and extracardiac comorbidities in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157202", + "first_name": "Christian", + "middle_name": "", + "last_name": "Mahnkopf", + "org_name": "Clinic Coburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Coburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac and extracardiac comorbidities in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian Mahnkopf", + "kol_full_name": "Christian Mahnkopf" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157201", + "session_name": "Tailored approaches in heart failure: insights from France and Spain", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157201", + "first_name": "Nathan", + "middle_name": "", + "last_name": "Mewton", + "org_name": "Civils Hospices of Lyon", + "Country": "France", + "Region": "Rhone-Alpes", + "City": "Lyon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tailored approaches in heart failure: insights from France and Spain", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nathan Mewton", + "kol_full_name": "Nathan Mewton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1157200", + "session_name": "A case of cellular and humoral rejection in hyperimmunized patient post heart transplantation: management of a complex clinical scenario", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157200", + "first_name": "Giada", + "middle_name": "", + "last_name": "Colombo", + "org_name": "Civil Hospital of Brescia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Brescia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A case of cellular and humoral rejection in hyperimmunized patient post heart transplantation: management of a complex clinical scenario", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giada Colombo", + "kol_full_name": "Giada Colombo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Cardiomyopathies | Allergy And Immunology | Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1157199", + "session_name": "Update on atrial cardiomyopathy,Advancing knowledge in valvular heart disease: the role of registries,All the facets of cardioimmunology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157199", + "first_name": "Daniela", + "middle_name": "", + "last_name": "Tomasoni", + "org_name": "Civil Hospital of Brescia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Brescia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Update on atrial cardiomyopathy", + "rest_events_session_count": 2, + "rest_events_session": "Advancing knowledge in valvular heart disease: the role of registries,All the facets of cardioimmunology", + "events_topic": "Heart Diseases | Cardiomyopathies ", + "rest_events_topic_count": 2, + "rest_events_topic": " Allergy And Immunology | Heart Valve Diseases", + "kol_name": "Daniela Tomasoni", + "kol_full_name": "Daniela Tomasoni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation", + "npi_num": "", + "hcp_pin_alias": "1157198", + "session_name": "Factors improving cardiac rehabilitation outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157198", + "first_name": "Elio", + "middle_name": "", + "last_name": "Venturini", + "org_name": "Civil Hospital Cecina", + "Country": "Italy", + "Region": "Toscana", + "City": "Cecina", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors improving cardiac rehabilitation outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elio Venturini", + "kol_full_name": "Elio Venturini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Lipid Lowering Therapy | Atrial Fibrillation | Cholesterol | Anticoagulation | Glucagon-Like Peptide-1 Receptor", + "npi_num": "", + "hcp_pin_alias": "1157197", + "session_name": "Anticoagulation management of non-valvular atrial fibrillation patients with comorbidities,Tailoring the clinical approach: who will benefit from innovative lipid-lowering therapies?,Managing the continuum of non-valvular atrial fibrillation care,Long-term management of non-valvular atrial fibrillation: optimising treatment persistence,Cholesterol lowering in high cardiovascular risk patients with comorbidities: closing gaps and future opportunities,A real-world data analysis investigating the cardioprotective effects of glucagon-like peptide-1 receptor agonists among people with type 2 diabetes in England", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157197", + "first_name": "Derek", + "middle_name": "Leslie", + "last_name": "Connolly", + "org_name": "City Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulation management of non-valvular atrial fibrillation patients with comorbidities", + "rest_events_session_count": 5, + "rest_events_session": "Tailoring the clinical approach: who will benefit from innovative lipid-lowering therapies?,Managing the continuum of non-valvular atrial fibrillation care,Long-term management of non-valvular atrial fibrillation: optimising treatment persistence,Cholesterol lowering in high cardiovascular risk patients with comorbidities: closing gaps and future opportunities,A real-world data analysis investigating the cardioprotective effects of glucagon-like peptide-1 receptor agonists among people with type 2 diabetes in England", + "events_topic": "Diabetes Mellitus, Type 2 | Lipid Lowering Therapy ", + "rest_events_topic_count": 4, + "rest_events_topic": " Atrial Fibrillation | Cholesterol | Anticoagulation | Glucagon-Like Peptide-1 Receptor", + "kol_name": "Derek Leslie Connolly", + "kol_full_name": "Derek Leslie Connolly" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Induced Pluripotent Stem Cells | Amyloidosis", + "npi_num": "", + "hcp_pin_alias": "1157196", + "session_name": "Engineering hiPSC-derived tissue models for advanced amyloidosis research and therapy development", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157196", + "first_name": "Olalla", + "middle_name": "Iglesias", + "last_name": "Garcia", + "org_name": "CIMA University of Navarre", + "Country": "Spain", + "Region": "Navarra", + "City": "Pamplona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Engineering hiPSC-derived tissue models for advanced amyloidosis research and therapy development", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Induced Pluripotent Stem Cells | Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Olalla Iglesias Garcia", + "kol_full_name": "Olalla Iglesias Garcia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1157195", + "session_name": "Mechanistic insights into cardiac valve disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157195", + "first_name": "Arantxa", + "middle_name": "Gonzalez", + "last_name": "Miqueo", + "org_name": "CIMA University of Navarre", + "Country": "Spain", + "Region": "Navarra", + "City": "Pamplona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanistic insights into cardiac valve disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Arantxa Gonzalez Miqueo", + "kol_full_name": "Arantxa Gonzalez Miqueo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Medical Therapy | Intravascular Imaging | Coronary Artery Bypass", + "npi_num": "", + "hcp_pin_alias": "1157194", + "session_name": "Prognostic impact of intravascular imaging in percutaneous coronary intervention according to procedural complexity,Impact of optimal medical therapy on clinical outcomes in patients with angiographically intermediate coronary lesions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157194", + "first_name": "Pil-Sang", + "middle_name": "", + "last_name": "Song", + "org_name": "Chungnam National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of intravascular imaging in percutaneous coronary intervention according to procedural complexity", + "rest_events_session_count": 1, + "rest_events_session": "Impact of optimal medical therapy on clinical outcomes in patients with angiographically intermediate coronary lesions", + "events_topic": "Percutaneous Coronary Intervention | Medical Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Intravascular Imaging | Coronary Artery Bypass", + "kol_name": "Pil-Sang Song", + "kol_full_name": "Pil-Sang Song" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157193", + "session_name": "Impact of changes in left heart geometry on predicting new-onset atrial fibrillation in patients with hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157193", + "first_name": "Hyue", + "middle_name": "Mee", + "last_name": "KIM", + "org_name": "Chung-Ang University Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of changes in left heart geometry on predicting new-onset atrial fibrillation in patients with hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hyue Mee KIM", + "kol_full_name": "Hyue Mee KIM" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1157192", + "session_name": "The severity of metabolic derangement predicts survival of out-of-hospital cardiac arrest and the benefit of extracorporeal life support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157192", + "first_name": "Daun", + "middle_name": "", + "last_name": "Jeong", + "org_name": "Chung-Ang University Gwangmyeong Hospital - Gyeonggi", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The severity of metabolic derangement predicts survival of out-of-hospital cardiac arrest and the benefit of extracorporeal life support", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Extracorporeal Membrane Oxygenation | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daun Jeong", + "kol_full_name": "Daun Jeong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombogenicity | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157191", + "session_name": "Thrombogenicity indices and their prognostic implications according to sex difference following percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157191", + "first_name": "Young-Hoon", + "middle_name": "", + "last_name": "Jeong", + "org_name": "Chung-Ang University Gwangmyeong Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Thrombogenicity indices and their prognostic implications according to sex difference following percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombogenicity | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Young-Hoon Jeong", + "kol_full_name": "Young-Hoon Jeong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Rate | Clopidogrel | Percutaneous Coronary Intervention | Syncope, Vasovagal | Aspirin", + "npi_num": "", + "hcp_pin_alias": "1157190", + "session_name": "Clopidogrel versus aspirin monotherapy for secondary prevention after percutaneous coronary intervention - a nationwide population-based study,Machine learning model using heart rate variability for the prediction of vasovagal syncope", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157190", + "first_name": "Jun", + "middle_name": "Hwan", + "last_name": "Cho", + "org_name": "Chung-Ang University Gwangmyeong Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clopidogrel versus aspirin monotherapy for secondary prevention after percutaneous coronary intervention - a nationwide population-based study", + "rest_events_session_count": 1, + "rest_events_session": "Machine learning model using heart rate variability for the prediction of vasovagal syncope", + "events_topic": "Heart Rate | Clopidogrel ", + "rest_events_topic_count": 3, + "rest_events_topic": " Percutaneous Coronary Intervention | Syncope, Vasovagal | Aspirin", + "kol_name": "Jun Hwan Cho", + "kol_full_name": "Jun Hwan Cho" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Amyloidosis, Hereditary, Transthyretin-Related | Post-Discharge Management | Peri-Discharge Complex Treatment | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157189", + "session_name": "Post-discharge management: planning for the future,Peri-discharge treatment: ready for the road ahead,Tafamidis treatment for transthyretin amyloid cardiomyopathy: results from an open-label, early-access, long-term study extension in an all-comers population,Ask the expert: optimising therapeutic care of patients with heart failure,A shock in the treatment of cardiogenic shock?,Worsening heart failure: when to refer for advanced therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157189", + "first_name": "Maria", + "middle_name": "Generosa", + "last_name": "Crespo-Leiro", + "org_name": "CHUAC", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Post-discharge management: planning for the future", + "rest_events_session_count": 7, + "rest_events_session": "Peri-discharge treatment: ready for the road ahead,Tafamidis treatment for transthyretin amyloid cardiomyopathy: results from an open-label, early-access, long-term study extension in an all-comers population,Ask the expert: optimising therapeutic care of patients with heart failure,A shock in the treatment of cardiogenic shock?,Worsening heart failure: when to refer for advanced therapies", + "events_topic": "Heart Failure | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 3, + "rest_events_topic": " Post-Discharge Management | Peri-Discharge Complex Treatment | Shock, Cardiogenic", + "kol_name": "Maria Generosa Crespo-Leiro", + "kol_full_name": "Maria Generosa Crespo-Leiro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transplantation | Mechanical Circulatory Support", + "npi_num": "", + "hcp_pin_alias": "1157188", + "session_name": "Temporary mechanical circulatory support as a bridge to transplant: what have we learned from the ASIS-TC registry?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157188", + "first_name": "Eduardo", + "middle_name": "Barge", + "last_name": "Caballero", + "org_name": "CHUAC", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporary mechanical circulatory support as a bridge to transplant: what have we learned from the ASIS-TC registry?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transplantation | Mechanical Circulatory Support", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eduardo Barge Caballero", + "kol_full_name": "Eduardo Barge Caballero" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1157187", + "session_name": "Prevalence and outcomes of patients with discordant high gradient aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157187", + "first_name": "Philippe", + "middle_name": "", + "last_name": "Unger", + "org_name": "CHU Saint Pierre", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and outcomes of patients with discordant high gradient aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Philippe Unger", + "kol_full_name": "Philippe Unger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157186", + "session_name": "Atrial fibrillation detection, prediction, and management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157186", + "first_name": "Sandrine", + "middle_name": "", + "last_name": "Venier", + "org_name": "CHU Grenoble", + "Country": "France", + "Region": "Rhone-Alpes", + "City": "Grenoble", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation detection", + "rest_events_session_count": 2, + "rest_events_session": " prediction, and management", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sandrine Venier", + "kol_full_name": "Sandrine Venier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Hypertrophy | Cardiomegaly", + "npi_num": "", + "hcp_pin_alias": "1157185", + "session_name": "CPT1B overexpression protects from cardiac hypertrophy and heart failure by increasing the level of fatty acid oxidation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157185", + "first_name": "Anca", + "middle_name": "", + "last_name": "Remes", + "org_name": "Christian-Albrechts-University Kiel", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Kiel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CPT1B overexpression protects from cardiac hypertrophy and heart failure by increasing the level of fatty acid oxidation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Hypertrophy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomegaly", + "kol_name": "Anca Remes", + "kol_full_name": "Anca Remes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Dual Anti-Platelet Therapy | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157184", + "session_name": "Clinical outcomes of risk score-guided dual antiplatelet therapy in patients with acute coronary syndrome who underwent percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157184", + "first_name": "Daeyoung", + "middle_name": "", + "last_name": "Hyun", + "org_name": "Chonnam University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes of risk score-guided dual antiplatelet therapy in patients with acute coronary syndrome who underwent percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Dual Anti-Platelet Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Daeyoung Hyun", + "kol_full_name": "Daeyoung Hyun" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol, LDL", + "npi_num": "", + "hcp_pin_alias": "1157183", + "session_name": "Physician disagreement with treatment guidelines as a critical barrier to achieving low-density lipoprotein cholesterol targets in very high-risk patients: an implementation science study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157183", + "first_name": "Kyung", + "middle_name": "Hoon", + "last_name": "Cho", + "org_name": "Chonnam National University Medical School", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Physician disagreement with treatment guidelines as a critical barrier to achieving low-density lipoprotein cholesterol targets in very high-risk patients: an implementation science study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kyung Hoon Cho", + "kol_full_name": "Kyung Hoon Cho" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1157182", + "session_name": "Prediction of QT interval in ECGs through baseline wander removal and deep learning technique", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157182", + "first_name": "Yoo", + "middle_name": "Ri", + "last_name": "Kim", + "org_name": "Chonnam National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of QT interval in ECGs through baseline wander removal and deep learning technique", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yoo Ri Kim", + "kol_full_name": "Yoo Ri Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Angiography", + "npi_num": "", + "hcp_pin_alias": "1157181", + "session_name": "Clinical value of single projection angiography-derived FFR in non-infarct related artery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157181", + "first_name": "Seung", + "middle_name": "Hun", + "last_name": "Lee", + "org_name": "Chonnam National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical value of single projection angiography-derived FFR in non-infarct related artery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fractional Flow Reserve, Myocardial | Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seung Hun Lee", + "kol_full_name": "Seung Hun Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157180", + "session_name": "Temporal trends in lipid management among Korean patients following acute myocardial infarction from 2011 to 2020", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157180", + "first_name": "Seok", + "middle_name": "", + "last_name": "Oh", + "org_name": "Chonnam National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends in lipid management among Korean patients following acute myocardial infarction from 2011 to 2020", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Seok Oh", + "kol_full_name": "Seok Oh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neural Networks, Computer | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1157179", + "session_name": "Multi-layer perceptron neural network-based algorithm for automatic external defibrillator", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157179", + "first_name": "Namsik", + "middle_name": "", + "last_name": "Yoon", + "org_name": "Chonnam National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multi-layer perceptron neural network-based algorithm for automatic external defibrillator", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neural Networks, Computer | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Namsik Yoon", + "kol_full_name": "Namsik Yoon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Deep Learning | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157178", + "session_name": "Mobile single-lead ECG atrial fibrillation prediction enhancement integrated by standard ECG algorithm with Deep learning model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157178", + "first_name": "Ki", + "middle_name": "Hong", + "last_name": "Lee", + "org_name": "Chonnam National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mobile single-lead ECG atrial fibrillation prediction enhancement integrated by standard ECG algorithm with Deep learning model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Deep Learning ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Ki Hong Lee", + "kol_full_name": "Ki Hong Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157177", + "session_name": "Temporal trends and prognostic significance of heart failure after acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157177", + "first_name": "Doo", + "middle_name": "Sun", + "last_name": "Sim", + "org_name": "Chonnam National University Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends and prognostic significance of heart failure after acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Doo Sun Sim", + "kol_full_name": "Doo Sun Sim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol, LDL | Atherosclerosis | Colchicine", + "npi_num": "", + "hcp_pin_alias": "1157176", + "session_name": "Comparative efficacy of colchicine and intensive LDL-C lowering in patients with ASCVD receiving statins: a network meta-analysis of randomised controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157176", + "first_name": "Zhenhong", + "middle_name": "", + "last_name": "Ou", + "org_name": "Chongqing General Hospital, Chongqing University", + "Country": "China", + "Region": "Chongqing", + "City": "Chongqing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative efficacy of colchicine and intensive LDL-C lowering in patients with ASCVD receiving statins: a network meta-analysis of randomised controlled trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Colchicine", + "kol_name": "Zhenhong Ou", + "kol_full_name": "Zhenhong Ou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stress Test | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157175", + "session_name": "Added value of stress tests in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157175", + "first_name": "Vidhut", + "middle_name": "", + "last_name": "Jain", + "org_name": "Choithram Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Added value of stress tests in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stress Test | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vidhut Jain", + "kol_full_name": "Vidhut Jain" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157174", + "session_name": "To monitor or not after detected AF, this is a question: report from the consumer-led screening programme of long-term extension mAFA cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157174", + "first_name": "Yutao", + "middle_name": "", + "last_name": "Guo", + "org_name": "Chinese PLA General Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "To monitor or not after detected AF", + "rest_events_session_count": 1, + "rest_events_session": " this is a question: report from the consumer-led screening programme of long-term extension mAFA cohort", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yutao Guo", + "kol_full_name": "Yutao Guo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157173", + "session_name": "Cardiovascular health and risks of atrial fibrillation and its prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157173", + "first_name": "Zuolin", + "middle_name": "", + "last_name": "Lu", + "org_name": "Chinese Academy of Medical Sciences", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular health and risks of atrial fibrillation and its prognosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zuolin Lu", + "kol_full_name": "Zuolin Lu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Intra-Aortic Balloon Pumping | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157172", + "session_name": "Volume-outcome relationships for intra-aortic balloon pump in acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157172", + "first_name": "Yuichi", + "middle_name": "", + "last_name": "Saito", + "org_name": "Chiba University Hospital", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Volume-outcome relationships for intra-aortic balloon pump in acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Intra-Aortic Balloon Pumping | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yuichi Saito", + "kol_full_name": "Yuichi Saito" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1157171", + "session_name": "Left ventricular longitudinal strain analysis using cardiac computed tomography for the diagnosis of cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157171", + "first_name": "Makiko", + "middle_name": "", + "last_name": "Kinoshita", + "org_name": "Chiba University Hospital", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular longitudinal strain analysis using cardiac computed tomography for the diagnosis of cardiac amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Makiko Kinoshita", + "kol_full_name": "Makiko Kinoshita" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemorrhage | Percutaneous Coronary Intervention | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157170", + "session_name": "Risk stratification using the academic research consortium high bleeding risk criteria in patients with atrial fibrillation undergoing percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157170", + "first_name": "Yuya", + "middle_name": "", + "last_name": "Tanabe", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification using the academic research consortium high bleeding risk criteria in patients with atrial fibrillation undergoing percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemorrhage | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Yuya Tanabe", + "kol_full_name": "Yuya Tanabe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cognitive Dysfunction | Defibrillators, Implantable | Vascular Diseases | Shock | Atrial Fibrillation | Cardiac Resynchronization Therapy | Anxiety", + "npi_num": "", + "hcp_pin_alias": "1157169", + "session_name": "Silent cerebral microvascular disease and longitudinal risk of cognitive decline in atrial fibrillation,Defibrillator shocks and their effect on objective asian patient outcomes: results of the painfree SST clinical trial,Assessment of quality of life and ICD shock-related anxiety in Asian patients with implantable cardioverter defibrillator in the PainFree SST study,Prediction of CRT response using a novel CRT responder score in an Asian patient population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157169", + "first_name": "Yusuke", + "middle_name": "", + "last_name": "Kondo", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Silent cerebral microvascular disease and longitudinal risk of cognitive decline in atrial fibrillation", + "rest_events_session_count": 3, + "rest_events_session": "Defibrillator shocks and their effect on objective asian patient outcomes: results of the painfree SST clinical trial,Assessment of quality of life and ICD shock-related anxiety in Asian patients with implantable cardioverter defibrillator in the PainFree SST study,Prediction of CRT response using a novel CRT responder score in an Asian patient population", + "events_topic": "Cognitive Dysfunction | Defibrillators, Implantable ", + "rest_events_topic_count": 5, + "rest_events_topic": " Vascular Diseases | Shock | Atrial Fibrillation | Cardiac Resynchronization Therapy | Anxiety", + "kol_name": "Yusuke Kondo", + "kol_full_name": "Yusuke Kondo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1157168", + "session_name": "The MADIT-ICD benefit risk score for Japanese patients -from Nippon Storm study-", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157168", + "first_name": "Yukiko", + "middle_name": "", + "last_name": "Takanashi", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The MADIT-ICD benefit risk score for Japanese patients -from Nippon Storm study-", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yukiko Takanashi", + "kol_full_name": "Yukiko Takanashi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1157167", + "session_name": "Defibrillation deactivation state and activation status in patients with implantable cardioverter-defibrillators at the end of life", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157167", + "first_name": "Shoko", + "middle_name": "", + "last_name": "Narumi", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Defibrillation deactivation state and activation status in patients with implantable cardioverter-defibrillators at the end of life", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shoko Narumi", + "kol_full_name": "Shoko Narumi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis | Left Atrial Appendage Closure | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "1157166", + "session_name": "Novel morphological classification of left atrial appendage using 3-dimensional printer -rock, paper and scissors-.,Novel predictor of thrombosis after left atrial appendage closure -Neutrophil to Lymphocyte Ratio (NLR), platelet to LymPhocyte Ratio (PLR), and Lymphocyte to Monocyte Ratio (LMR)-.,Sex differences in outcomes of percutaneous left atrial appendage closure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157166", + "first_name": "Satoko", + "middle_name": "", + "last_name": "Ryuzaki", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel morphological classification of left atrial appendage using 3-dimensional printer -rock", + "rest_events_session_count": 5, + "rest_events_session": " paper and scissors-.,Novel predictor of thrombosis after left atrial appendage closure -Neutrophil to Lymphocyte Ratio (NLR), platelet to LymPhocyte Ratio (PLR), and Lymphocyte to Monocyte Ratio (LMR)-.,Sex differences in outcomes of percutaneous left atrial appendage closure", + "events_topic": "Thrombosis | Left Atrial Appendage Closure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Appendage", + "kol_name": "Satoko Ryuzaki", + "kol_full_name": "Satoko Ryuzaki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pentadecanoic Acid | Scintigraphy | Radionuclide Imaging | Iodine-123", + "npi_num": "", + "hcp_pin_alias": "1157165", + "session_name": "Usefulness of visual classification for cardiac pathophysiology using count-washout rate map in iodine-123-beta-methyl-P-iodophenyl-pentadecanoic acid scintigraphy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157165", + "first_name": "Ryohei", + "middle_name": "", + "last_name": "Ono", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Usefulness of visual classification for cardiac pathophysiology using count-washout rate map in iodine-123-beta-methyl-P-iodophenyl-pentadecanoic acid scintigraphy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pentadecanoic Acid | Scintigraphy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radionuclide Imaging | Iodine-123", + "kol_name": "Ryohei Ono", + "kol_full_name": "Ryohei Ono" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1157164", + "session_name": "Distinguishing factors in regional variations of TAVI in Japan: the unique role of administrative facility standards compared to other procedures in a high-cost medical care subsidy system", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157164", + "first_name": "Masato", + "middle_name": "", + "last_name": "Kanda", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Distinguishing factors in regional variations of TAVI in Japan: the unique role of administrative facility standards compared to other procedures in a high-cost medical care subsidy system", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masato Kanda", + "kol_full_name": "Masato Kanda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1157163", + "session_name": "Extracellular volume analysis on cardiac computed tomography is useful to predict prognosis after cardiac resynchronization therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157163", + "first_name": "Hiroyuki", + "middle_name": "", + "last_name": "Takaoka", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extracellular volume analysis on cardiac computed tomography is useful to predict prognosis after cardiac resynchronization therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hiroyuki Takaoka", + "kol_full_name": "Hiroyuki Takaoka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Radionuclide Imaging | Tricaprin | Cardiomyovasculopathy", + "npi_num": "", + "hcp_pin_alias": "1157162", + "session_name": "Improvement of myocardial lipolysis in iodine-123-beta-methyl-P-iodophenyl-pentadecanoic acid scintigraphy in patients with idiopathic triglyceride deposit cardiomyovasculopathy treated with Tricaprin", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157162", + "first_name": "Hideyuki", + "middle_name": "", + "last_name": "MIYAUCHI", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improvement of myocardial lipolysis in iodine-123-beta-methyl-P-iodophenyl-pentadecanoic acid scintigraphy in patients with idiopathic triglyceride deposit cardiomyovasculopathy treated with Tricaprin", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radionuclide Imaging | Tricaprin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyovasculopathy", + "kol_name": "Hideyuki MIYAUCHI", + "kol_full_name": "Hideyuki MIYAUCHI" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Percutaneous Coronary Intervention | Factor Xa Inhibitors", + "npi_num": "", + "hcp_pin_alias": "1157161", + "session_name": "Inappropriate dosing of direct oral anticoagulants in patients with atrial fibrillation undergoing percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157161", + "first_name": "Hideki", + "middle_name": "", + "last_name": "Kitahara", + "org_name": "Chiba University Graduate School of Medicine", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inappropriate dosing of direct oral anticoagulants in patients with atrial fibrillation undergoing percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Factor Xa Inhibitors", + "kol_name": "Hideki Kitahara", + "kol_full_name": "Hideki Kitahara" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemodynamics | Critical Care | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1157160", + "session_name": "Deciphering postoperative hemodynamics in pediatric intensive care: insights from patient-specific computational fluid dynamics models for congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157160", + "first_name": "Koichi", + "middle_name": "", + "last_name": "Sughimoto", + "org_name": "Chiba University", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deciphering postoperative hemodynamics in pediatric intensive care: insights from patient-specific computational fluid dynamics models for congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Critical Care ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Defects, Congenital", + "kol_name": "Koichi Sughimoto", + "kol_full_name": "Koichi Sughimoto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiotoxicity | Ambulatory Care", + "npi_num": "", + "hcp_pin_alias": "1157159", + "session_name": "Multidisciplinary strategies for cardiotoxicity management in ambulatory care: exploring practices, insights, and prospects for advancement.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157159", + "first_name": "Lorena", + "middle_name": "", + "last_name": "Payo", + "org_name": "Chemnitz Clinic", + "Country": "Germany", + "Region": "Sachsen", + "City": "Chemnitz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multidisciplinary strategies for cardiotoxicity management in ambulatory care: exploring practices", + "rest_events_session_count": 2, + "rest_events_session": " insights, and prospects for advancement.", + "events_topic": "Cardiotoxicity | Ambulatory Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lorena Payo", + "kol_full_name": "Lorena Payo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Revascularization | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157158", + "session_name": "Global variations in coronary revascularisation and acute myocardial infarction mortality between 2006-2020: a longitudinal, population-level analysis of 16 high-income nations from the OECD database", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157158", + "first_name": "Utkarsh", + "middle_name": "", + "last_name": "Ojha", + "org_name": "Chelsea and Westminster Hospital NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global variations in coronary revascularisation and acute myocardial infarction mortality between 2006-2020: a longitudinal", + "rest_events_session_count": 1, + "rest_events_session": " population-level analysis of 16 high-income nations from the OECD database", + "events_topic": "Coronary Revascularization | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Utkarsh Ojha", + "kol_full_name": "Utkarsh Ojha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Stroke | Neoplasms | Cognition | Heart Diseases | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157157", + "session_name": "Daily cardiac problems in cancer patients,The pandemic of ageing in heart failure: age, frailty, and cognition,Epidemiology of stroke in patients with heart disease,Heart-brain interactions: sex differences and impact on cognition", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157157", + "first_name": "Wolfram", + "middle_name": "", + "last_name": "Doehner", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Daily cardiac problems in cancer patients", + "rest_events_session_count": 5, + "rest_events_session": "The pandemic of ageing in heart failure: age, frailty, and cognition,Epidemiology of stroke in patients with heart disease,Heart-brain interactions: sex differences and impact on cognition", + "events_topic": "Heart Failure | Stroke ", + "rest_events_topic_count": 4, + "rest_events_topic": " Neoplasms | Cognition | Heart Diseases | Cardiovascular Diseases", + "kol_name": "Wolfram Doehner", + "kol_full_name": "Wolfram Doehner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vaccines | Renin-Angiotensin System", + "npi_num": "", + "hcp_pin_alias": "1157156", + "session_name": "Vaccines targeting the renin angiotensin system", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157156", + "first_name": "Ulrich", + "middle_name": "", + "last_name": "Kintscher", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vaccines targeting the renin angiotensin system", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vaccines | Renin-Angiotensin System", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ulrich Kintscher", + "kol_full_name": "Ulrich Kintscher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Cardiopulmonary Resuscitation | Heart-Assist Devices | Extracorporeal Membrane Oxygenation | Shock, Cardiogenic | Heart Arrest | Heart Failure | Transcatheter Aortic Valve Replacement | Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1157155", + "session_name": "28-year old female patient with out-of-hospital cardiac arrest and thrombotically occluded, calcified giant coronary artery aneurysms,Early risk stratification of patients with acute myocardial infarction complicated by severe cardiogenic shock - The ECLS-SHOCK Risk Score,Multi-dimensional assessment of long-term outcomes in patients treated with extracorporeal cardiopulmonary resuscitation during refractory cardiac arrest,VA-ECMO-related complications seem not causally related to mortality in patients with acute myocardial infarction complicated by cardiogenic shock,Comic-based consenting on patient-reported experience and outcome measures for transfemoral aortic valve implantation,End-stage heart failure and left ventricular assist devices", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157155", + "first_name": "Tharusan", + "middle_name": "", + "last_name": "Thevathasan", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "28-year old female patient with out-of-hospital cardiac arrest and thrombotically occluded", + "rest_events_session_count": 6, + "rest_events_session": " calcified giant coronary artery aneurysms,Early risk stratification of patients with acute myocardial infarction complicated by severe cardiogenic shock - The ECLS-SHOCK Risk Score,Multi-dimensional assessment of long-term outcomes in patients treated with extracorporeal cardiopulmonary resuscitation during refractory cardiac arrest,VA-ECMO-related complications seem not causally related to mortality in patients with acute myocardial infarction complicated by cardiogenic shock,Comic-based consenting on patient-reported experience and outcome measures for transfemoral aortic valve implantation,End-stage heart failure and left ventricular assist devices", + "events_topic": "Myocardial Infarction | Cardiopulmonary Resuscitation ", + "rest_events_topic_count": 7, + "rest_events_topic": " Heart-Assist Devices | Extracorporeal Membrane Oxygenation | Shock, Cardiogenic | Heart Arrest | Heart Failure | Transcatheter Aortic Valve Replacement | Aneurysm", + "kol_name": "Tharusan Thevathasan", + "kol_full_name": "Tharusan Thevathasan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Epigenomics", + "npi_num": "", + "hcp_pin_alias": "1157154", + "session_name": "Epigenetic regulators and tools", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157154", + "first_name": "Silke", + "middle_name": "", + "last_name": "Rickert-Sperling", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epigenetic regulators and tools", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epigenomics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Silke Rickert-Sperling", + "kol_full_name": "Silke Rickert-Sperling" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immune System Diseases | Evidence-Based Practice | Vascular Diseases | Cardiovascular Diseases | Primary Prevention | Population Dynamics", + "npi_num": "", + "hcp_pin_alias": "1157153", + "session_name": "ESC Geoffrey Rose Lecture in Population Sciences,ESC cardiovascular statistics, the Atlas project: leveraging evidence-based care,New findings across the spectrum of cardiovascular disease,Refining risk stratification: what works best in primary prevention?,Vascular and immune control of organ function,RNA as target and therapeutic tool in cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157153", + "first_name": "Nicolle", + "middle_name": "", + "last_name": "Kraenkel", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC Geoffrey Rose Lecture in Population Sciences", + "rest_events_session_count": 6, + "rest_events_session": "ESC cardiovascular statistics, the Atlas project: leveraging evidence-based care,New findings across the spectrum of cardiovascular disease,Refining risk stratification: what works best in primary prevention?,Vascular and immune control of organ function,RNA as target and therapeutic tool in cardiovascular diseases", + "events_topic": "Immune System Diseases | Evidence-Based Practice ", + "rest_events_topic_count": 4, + "rest_events_topic": " Vascular Diseases | Cardiovascular Diseases | Primary Prevention | Population Dynamics", + "kol_name": "Nicolle Kraenkel", + "kol_full_name": "Nicolle Kraenkel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Impella Device | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157152", + "session_name": "Right ventricular free wall longitudinal strain as a predictor of myocardial recovery in patients with advanced cardiogenic shock supported with the Impella device", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157152", + "first_name": "Konstantinos", + "middle_name": "", + "last_name": "Rapis", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right ventricular free wall longitudinal strain as a predictor of myocardial recovery in patients with advanced cardiogenic shock supported with the Impella device", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Impella Device | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Konstantinos Rapis", + "kol_full_name": "Konstantinos Rapis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Exercise Test", + "npi_num": "", + "hcp_pin_alias": "1157151", + "session_name": "Impact of cardiac and non-cardiac co-morbidities on cardiopulmonary exercise testing in HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157151", + "first_name": "Johannes", + "middle_name": "", + "last_name": "Petutschnigg", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of cardiac and non-cardiac co-morbidities on cardiopulmonary exercise testing in HFpEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Exercise Test", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Johannes Petutschnigg", + "kol_full_name": "Johannes Petutschnigg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157150", + "session_name": "Acute myocardial infarction leads to distinct sex differences in the coding transcriptome of human monocytes with a potential impact in disease aetiopathology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157150", + "first_name": "Hector", + "middle_name": "Giral", + "last_name": "Arnal", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute myocardial infarction leads to distinct sex differences in the coding transcriptome of human monocytes with a potential impact in disease aetiopathology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hector Giral Arnal", + "kol_full_name": "Hector Giral Arnal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Burns", + "npi_num": "", + "hcp_pin_alias": "1157149", + "session_name": "The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved'", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157149", + "first_name": "Djawid", + "middle_name": "", + "last_name": "Hashemi", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved'", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Burns", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Djawid Hashemi", + "kol_full_name": "Djawid Hashemi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157148", + "session_name": "Translational proteomics for cardiovascular disease (Prot4CVD Project)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157148", + "first_name": "Claudia", + "middle_name": "", + "last_name": "Langenberg", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Translational proteomics for cardiovascular disease (Prot4CVD Project)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Claudia Langenberg", + "kol_full_name": "Claudia Langenberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Anti-inflammatory Treatment | Heart Failure, Diastolic | Myocarditis", + "npi_num": "", + "hcp_pin_alias": "1157147", + "session_name": "What on earth is HFpEF?,Anti-inflammatory treatment for myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157147", + "first_name": "Bettina", + "middle_name": "", + "last_name": "Heidecker", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What on earth is HFpEF?", + "rest_events_session_count": 1, + "rest_events_session": "Anti-inflammatory treatment for myocarditis", + "events_topic": "Anti-inflammatory Treatment | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocarditis", + "kol_name": "Bettina Heidecker", + "kol_full_name": "Bettina Heidecker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157146", + "session_name": "Leveraging real-world evidence in hypertension management: from data to patient-centric care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157146", + "first_name": "Reinhold", + "middle_name": "", + "last_name": "Kreutz", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Leveraging real-world evidence in hypertension management: from data to patient-centric care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Reinhold Kreutz", + "kol_full_name": "Reinhold Kreutz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Heart Failure, Diastolic | Cardiac Magnetic Resonance Imaging | Obesity | Atrial Remodeling", + "npi_num": "", + "hcp_pin_alias": "1157145", + "session_name": "Left atrial remodeling and novel biomarkers in obese patients with heart failure with preserved ejection fraction compared to type-2-diabetics and obese controls: a cardiac magnetic resonance study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157145", + "first_name": "Rebecca", + "middle_name": "Elisabeth", + "last_name": "Beyer", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial remodeling and novel biomarkers in obese patients with heart failure with preserved ejection fraction compared to type-2-diabetics and obese controls: a cardiac magnetic resonance study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Heart Failure, Diastolic ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiac Magnetic Resonance Imaging | Obesity | Atrial Remodeling", + "kol_name": "Rebecca Elisabeth Beyer", + "kol_full_name": "Rebecca Elisabeth Beyer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157144", + "session_name": "The effectiveness of various intensity interval training compared to continuous training in patients with heart failure: a systematic review and network meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157144", + "first_name": "Masatsugu", + "middle_name": "", + "last_name": "Okamura", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effectiveness of various intensity interval training compared to continuous training in patients with heart failure: a systematic review and network meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Masatsugu Okamura", + "kol_full_name": "Masatsugu Okamura" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157143", + "session_name": "Collateral damage in heart failure: comorbidities and their treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157143", + "first_name": "Markus", + "middle_name": "", + "last_name": "Anker", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Collateral damage in heart failure: comorbidities and their treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Markus Anker", + "kol_full_name": "Markus Anker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Long QT Syndrome | Pregnancy", + "npi_num": "", + "hcp_pin_alias": "1157142", + "session_name": "Long QT syndrome type 2 and overdue pregnancy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157142", + "first_name": "Julia", + "middle_name": "", + "last_name": "Lueg", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long QT syndrome type 2 and overdue pregnancy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Long QT Syndrome | Pregnancy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julia Lueg", + "kol_full_name": "Julia Lueg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MINOCA | Cardiomyopathies | Diagnostic Imaging | Death, Sudden | Ischemia With No Obstructive Arteries | Cardiac Imaging Techniques | Death, Sudden, Cardiac | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1157141", + "session_name": "How I use non-invasive imaging to evaluate my patient with MINOCA,The floor is yours: bring your questions on INOCA - expert panel,Guidelines in Practice: risk stratification for sudden cardiac death in non-dilated left ventricular cardiomyopathy,Great Debate: assessing the risk of sudden death in hypertrophic cardiomyopathy should include myocardial fibrosis imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157141", + "first_name": "Jeanette", + "middle_name": "", + "last_name": "Schulz-Menger", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How I use non-invasive imaging to evaluate my patient with MINOCA", + "rest_events_session_count": 3, + "rest_events_session": "The floor is yours: bring your questions on INOCA - expert panel,Guidelines in Practice: risk stratification for sudden cardiac death in non-dilated left ventricular cardiomyopathy,Great Debate: assessing the risk of sudden death in hypertrophic cardiomyopathy should include myocardial fibrosis imaging", + "events_topic": "MINOCA | Cardiomyopathies ", + "rest_events_topic_count": 6, + "rest_events_topic": " Diagnostic Imaging | Death, Sudden | Ischemia With No Obstructive Arteries | Cardiac Imaging Techniques | Death, Sudden, Cardiac | Cardiomyopathy, Hypertrophic", + "kol_name": "Jeanette Schulz-Menger", + "kol_full_name": "Jeanette Schulz-Menger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Fitness | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1157140", + "session_name": "Moderate intensity exercise training ameliorates the heart failure with preserved ejection fraction phenotype in a preclinical model by improving cardiometabolic fitness", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157140", + "first_name": "Alexandra-Maria", + "middle_name": "", + "last_name": "Chitroceanu", + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Moderate intensity exercise training ameliorates the heart failure with preserved ejection fraction phenotype in a preclinical model by improving cardiometabolic fitness", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Fitness | Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alexandra-Maria Chitroceanu", + "kol_full_name": "Alexandra-Maria Chitroceanu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherogenicity | Proteomics | Lipoprotein(a)", + "npi_num": "", + "hcp_pin_alias": "1157139", + "session_name": "Deciphering lipoprotein(a) atherogenicity with use of high-throughput proteomics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157139", + "first_name": "Jakub", + "middle_name": "", + "last_name": "Morze", + "org_name": "Chalmers University of Technology", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deciphering lipoprotein(a) atherogenicity with use of high-throughput proteomics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherogenicity | Proteomics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lipoprotein(a)", + "kol_name": "Jakub Morze", + "kol_full_name": "Jakub Morze" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise Therapy | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157138", + "session_name": "The protective power of exercise on cardiovascular health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157138", + "first_name": "Carolin", + "middle_name": "", + "last_name": "Lerchenmueller", + "org_name": "Chair of Gendermedicine and Department of Cardiology", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The protective power of exercise on cardiovascular health", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise Therapy | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carolin Lerchenmueller", + "kol_full_name": "Carolin Lerchenmueller" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157137", + "session_name": "The impact of skeletal muscle mass on cardiovascular outcomes among individuals participating in cardiac rehabilitation following acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157137", + "first_name": "Feras", + "middle_name": "", + "last_name": "Haskiah", + "org_name": "Chaim Sheba Medical Center, Tel Aviv Universty", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Ramat Gan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of skeletal muscle mass on cardiovascular outcomes among individuals participating in cardiac rehabilitation following acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Feras Haskiah", + "kol_full_name": "Feras Haskiah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1157136", + "session_name": "Heart failure burden among adults with congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157136", + "first_name": "Michal", + "middle_name": "", + "last_name": "Benderly", + "org_name": "Chaim Sheba Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Ramat Gan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure burden among adults with congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michal Benderly", + "kol_full_name": "Michal Benderly" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1157135", + "session_name": "Nutrition and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157135", + "first_name": "Michael", + "middle_name": "", + "last_name": "Shechter", + "org_name": "Chaim Sheba Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Ramat Gan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nutrition and heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Shechter", + "kol_full_name": "Michael Shechter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Tricuspid Valve Insufficiency | Ventricular Dysfunction, Left | Artificial Intelligence | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157134", + "session_name": "Artificial intelligence derived electrocardiograms: a comparative study of network architectures predicting sex and left ventricular dysfunction,A decade of follow-up: atrial fibrillation, pulmonary pressure, and the progression of tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157134", + "first_name": "Avi", + "middle_name": "", + "last_name": "Sabbag", + "org_name": "Chaim Sheba Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Ramat Gan", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence derived electrocardiograms: a comparative study of network architectures predicting sex and left ventricular dysfunction", + "rest_events_session_count": 3, + "rest_events_session": "A decade of follow-up: atrial fibrillation, pulmonary pressure, and the progression of tricuspid regurgitation", + "events_topic": "Electrocardiography | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 3, + "rest_events_topic": " Ventricular Dysfunction, Left | Artificial Intelligence | Atrial Fibrillation", + "kol_name": "Avi Sabbag", + "kol_full_name": "Avi Sabbag" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157133", + "session_name": "From valvular heart disease to heart failure: bringing guidelines into personalised patient care - Israeli and Swiss perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157133", + "first_name": "Amit", + "middle_name": "", + "last_name": "Segev", + "org_name": "Chaim Sheba Medical Center", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Ramat Gan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From valvular heart disease to heart failure: bringing guidelines into personalised patient care - Israeli and Swiss perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amit Segev", + "kol_full_name": "Amit Segev" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157132", + "session_name": "How do I manage refractory hypertension?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157132", + "first_name": "Marc", + "middle_name": "", + "last_name": "Ferrini", + "org_name": "CH Saint Joseph and Saint Luc", + "Country": "France", + "Region": "Rhone-Alpes", + "City": "Lyon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How do I manage refractory hypertension?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marc Ferrini", + "kol_full_name": "Marc Ferrini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genetic Testing | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157131", + "session_name": "Reinterpretation of genetic testing for Cardiomyopathies: Less is more", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157131", + "first_name": "Valeria", + "middle_name": "", + "last_name": "Novelli", + "org_name": "Centro Cardiologico Monzino-IRCCS", + "Country": "Italy", + "Region": "Toscana", + "City": "Massa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reinterpretation of genetic testing for Cardiomyopathies: Less is more", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetic Testing | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Valeria Novelli", + "kol_full_name": "Valeria Novelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Valve Diseases | Surgical Tricuspid Valve Repair | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157130", + "session_name": "Long-term benefit of isolated surgical tricuspid valve repair and replacement in patients with severe functional tricuspid regurgitation: Impact of the TRI-SCORE,Heart failure and valvular heart disease: imaging to the rescue", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157130", + "first_name": "Julien", + "middle_name": "", + "last_name": "Dreyfus", + "org_name": "Centre Cardiologique du Nord (CCN)", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term benefit of isolated surgical tricuspid valve repair and replacement in patients with severe functional tricuspid regurgitation: Impact of the TRI-SCORE", + "rest_events_session_count": 1, + "rest_events_session": "Heart failure and valvular heart disease: imaging to the rescue", + "events_topic": "Diagnostic Imaging | Heart Valve Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Surgical Tricuspid Valve Repair | Heart Failure", + "kol_name": "Julien Dreyfus", + "kol_full_name": "Julien Dreyfus" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clopidogrel", + "npi_num": "", + "hcp_pin_alias": "1157129", + "session_name": "Limited visibility and uptake of the clopidogrel pharmacogenomic guidelines among cardiologists", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157129", + "first_name": "Luigi", + "middle_name": "", + "last_name": "Venetucci", + "org_name": "Central Manchester University Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Limited visibility and uptake of the clopidogrel pharmacogenomic guidelines among cardiologists", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clopidogrel", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luigi Venetucci", + "kol_full_name": "Luigi Venetucci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inhibition, Psychological | Obesity | Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157128", + "session_name": "Effects of BET Inhibition on lung micro-environmental changes in obesity-related pulmonary Arterial Hypertension (PAH)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157128", + "first_name": "Marialucia", + "middle_name": "", + "last_name": "Telesca", + "org_name": "Center for Translational and Experimental Cardiology (CTEC)", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of BET Inhibition on lung micro-environmental changes in obesity-related pulmonary Arterial Hypertension (PAH)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inhibition, Psychological | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "Marialucia Telesca", + "kol_full_name": "Marialucia Telesca" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endarterectomy, Carotid | Carotid Artery Diseases", + "npi_num": "", + "hcp_pin_alias": "1157127", + "session_name": "Mortality risk in patients with carotid artery disease undergoing carotid endarterectomy compared to the general population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157127", + "first_name": "Ludovica", + "middle_name": "", + "last_name": "Di Venanzio", + "org_name": "Center for Translational and Experimental Cardiology (CTEC)", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mortality risk in patients with carotid artery disease undergoing carotid endarterectomy compared to the general population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endarterectomy, Carotid | Carotid Artery Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ludovica Di Venanzio", + "kol_full_name": "Ludovica Di Venanzio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Macrophages | Apabetalone | NCOR1 Protein, Human | Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "1157126", + "session_name": "NCOR1 orchestrates macrophage inflammation in heart failure with preserved ejection fraction: a translational study,The BET inhibitor Apabetalone protects against heart failure with preserved ejection fraction by suppressing myocardial inflammation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157126", + "first_name": "Era", + "middle_name": "", + "last_name": "Gorica", + "org_name": "Center for Translational and Experimental Cardiology (CTEC)", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "NCOR1 orchestrates macrophage inflammation in heart failure with preserved ejection fraction: a translational study", + "rest_events_session_count": 1, + "rest_events_session": "The BET inhibitor Apabetalone protects against heart failure with preserved ejection fraction by suppressing myocardial inflammation", + "events_topic": "Myocarditis | Macrophages ", + "rest_events_topic_count": 3, + "rest_events_topic": " Apabetalone | NCOR1 Protein, Human | Heart Failure, Diastolic", + "kol_name": "Era Gorica", + "kol_full_name": "Era Gorica" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1157125", + "session_name": "Admitting clinical department effect on outcomes for acute pulmonary embolism.,Trends in home treatment and early discharge of patients with low-risk pulmonary embolism.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157125", + "first_name": "Ioannis", + "middle_name": "", + "last_name": "Farmakis", + "org_name": "Center for Thrombosis and Hemostasis", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Admitting clinical department effect on outcomes for acute pulmonary embolism.", + "rest_events_session_count": 1, + "rest_events_session": "Trends in home treatment and early discharge of patients with low-risk pulmonary embolism.", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ioannis Farmakis", + "kol_full_name": "Ioannis Farmakis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1157124", + "session_name": "Performance and prognostic value of polygenic risk scores in dilated cardiomyopathy: a preliminary analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157124", + "first_name": "Maddalena", + "middle_name": "", + "last_name": "Rossi", + "org_name": "Cattinara Hospital - Cardiology Centre", + "Country": "Italy", + "Region": "Friuli-Venezia Giulia", + "City": "Trieste", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Performance and prognostic value of polygenic risk scores in dilated cardiomyopathy: a preliminary analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maddalena Rossi", + "kol_full_name": "Maddalena Rossi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antithrombotic Therapy | Monotherapy | Obesity | Cardio-Renal Syndrome | Dual Anti-Platelet Therapy | Cardiovascular Diseases | Drug Combinations | Aspirin | Drug Therapy | Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "1157123", + "session_name": "New Drugs Made Easy: all you need to know about…,Novel antithrombotic therapies in cardiovascular disease: what’s on the horizon?,Impact of obesity on other drug therapy,Is aspirin the preferred monotherapy after DAPT?,Guidelines in Practice: cardio-renal protection in patients with diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157123", + "first_name": "Bianca", + "middle_name": "", + "last_name": "Rocca", + "org_name": "Catholic University School of Medicine", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New Drugs Made Easy: all you need to know about…", + "rest_events_session_count": 4, + "rest_events_session": "Novel antithrombotic therapies in cardiovascular disease: what’s on the horizon?,Impact of obesity on other drug therapy,Is aspirin the preferred monotherapy after DAPT?,Guidelines in Practice: cardio-renal protection in patients with diabetes", + "events_topic": "Antithrombotic Therapy | Monotherapy ", + "rest_events_topic_count": 8, + "rest_events_topic": " Obesity | Cardio-Renal Syndrome | Dual Anti-Platelet Therapy | Cardiovascular Diseases | Drug Combinations | Aspirin | Drug Therapy | Diabetes Mellitus", + "kol_name": "Bianca Rocca", + "kol_full_name": "Bianca Rocca" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Transthoracic Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1157122", + "session_name": "Role of negative transthoracic echocardiography in excluding infective endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157122", + "first_name": "Nello", + "middle_name": "", + "last_name": "Cambise", + "org_name": "Catholic University of Sacred Heart", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of negative transthoracic echocardiography in excluding infective endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Transthoracic Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nello Cambise", + "kol_full_name": "Nello Cambise" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genetic Association Studies | Combined Modality Therapy | Echocardiography | Takotsubo Cardiomyopathy | Cardiomyopathies | Valsartan", + "npi_num": "", + "hcp_pin_alias": "1157121", + "session_name": "Right ventricular-pulmonary artery coupling assessed by two-dimensional strain predicts in- hospital complications in takotsubo syndrome.,Redefining genotype-phenotype correlation among patients with arrhythmogenic cardiomyopathy: a CMR cohort study,How combination therapy with sodium-glucose cotransporter 2 inhibitors and sacubitril/valsartan influences echocardiographic findings in patients with HFrEF in the medium and long term.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157121", + "first_name": "Giulia", + "middle_name": "La", + "last_name": "Vecchia", + "org_name": "Catholic University of Sacred Heart", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right ventricular-pulmonary artery coupling assessed by two-dimensional strain predicts in- hospital complications in takotsubo syndrome.", + "rest_events_session_count": 2, + "rest_events_session": "Redefining genotype-phenotype correlation among patients with arrhythmogenic cardiomyopathy: a CMR cohort study,How combination therapy with sodium-glucose cotransporter 2 inhibitors and sacubitril/valsartan influences echocardiographic findings in patients with HFrEF in the medium and long term.", + "events_topic": "Genetic Association Studies | Combined Modality Therapy ", + "rest_events_topic_count": 4, + "rest_events_topic": " Echocardiography | Takotsubo Cardiomyopathy | Cardiomyopathies | Valsartan", + "kol_name": "Giulia La Vecchia", + "kol_full_name": "Giulia La Vecchia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157120", + "session_name": "Anatomic and physiological considerations in coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157120", + "first_name": "Gaetano", + "middle_name": "A.", + "last_name": "Lanza", + "org_name": "Catholic University of Sacred Heart", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anatomic and physiological considerations in coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gaetano A. Lanza", + "kol_full_name": "Gaetano A. Lanza" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157119", + "session_name": "Right atrial strain: the hidden proof of bi-atrial cardiomyopathy in AF patients?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157119", + "first_name": "Eleonora", + "middle_name": "", + "last_name": "Ruscio", + "org_name": "Catholic University of Sacred Heart", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right atrial strain: the hidden proof of bi-atrial cardiomyopathy in AF patients?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eleonora Ruscio", + "kol_full_name": "Eleonora Ruscio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Baevsky's Stress Index | Synucleinopathies | Parasympathetic Nervous System", + "npi_num": "", + "hcp_pin_alias": "1157118", + "session_name": "Synthetic assessment of cardiac autonomic modulation and Baevsky stress index in patients with synucleinopathies,Automatic calculation of the parasympathetic, sympathetic and Baevsky stress indexes provides a more comprehensive assessment of cardiac autonomic modulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157118", + "first_name": "Donatella", + "middle_name": "", + "last_name": "Brisinda", + "org_name": "Catholic University of Sacred Heart", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Synthetic assessment of cardiac autonomic modulation and Baevsky stress index in patients with synucleinopathies", + "rest_events_session_count": 2, + "rest_events_session": "Automatic calculation of the parasympathetic, sympathetic and Baevsky stress indexes provides a more comprehensive assessment of cardiac autonomic modulation", + "events_topic": "Baevsky's Stress Index | Synucleinopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Parasympathetic Nervous System", + "kol_name": "Donatella Brisinda", + "kol_full_name": "Donatella Brisinda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Angina With Non-Obstructive Coronary Artery Disease | Coronary Microvascular Dysfunction | Microvascular Resistance Reserve | Index Of Microcirculatory Resistance | Vascular Resistance", + "npi_num": "", + "hcp_pin_alias": "1157117", + "session_name": "Index of microvascular resistance (IMR) and fractional flow reserve (FFR) relationship in patients with angina and non-obstructive coronary artery (ANOCA) disease,Functinal assessment in Angina and Non-Obstructive Coronary Arteries (ANOCA) patients: from Microvascular Resistance Reserve (MRR) to different subtypes of Coronary Microvascular Dysfunction (CMD)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157117", + "first_name": "Antonio", + "middle_name": "Maria", + "last_name": "Leone", + "org_name": "Catholic University of Sacred Heart", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Index of microvascular resistance (IMR) and fractional flow reserve (FFR) relationship in patients with angina and non-obstructive coronary artery (ANOCA) disease", + "rest_events_session_count": 1, + "rest_events_session": "Functinal assessment in Angina and Non-Obstructive Coronary Arteries (ANOCA) patients: from Microvascular Resistance Reserve (MRR) to different subtypes of Coronary Microvascular Dysfunction (CMD)", + "events_topic": "Fractional Flow Reserve, Myocardial | Angina With Non-Obstructive Coronary Artery Disease ", + "rest_events_topic_count": 4, + "rest_events_topic": " Coronary Microvascular Dysfunction | Microvascular Resistance Reserve | Index Of Microcirculatory Resistance | Vascular Resistance", + "kol_name": "Antonio Maria Leone", + "kol_full_name": "Antonio Maria Leone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Brain Diseases | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157116", + "session_name": "Heart-brain and brain-heart interactions in cardiovascular health and disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157116", + "first_name": "Jean-Luc", + "middle_name": "", + "last_name": "Balligand", + "org_name": "Catholic University of Louvain", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart-brain and brain-heart interactions in cardiovascular health and disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Diseases | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jean-Luc Balligand", + "kol_full_name": "Jean-Luc Balligand" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sequence Analysis | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157115", + "session_name": "A cost-consequence analysis comparing three distinct cardiac ablation strategies for the treatment of paroxysmal atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157115", + "first_name": "Mileen", + "middle_name": "", + "last_name": "van de Kar", + "org_name": "Catharina Hospital", + "Country": "Netherlands", + "Region": "Noord-Brabant", + "City": "Eindhoven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A cost-consequence analysis comparing three distinct cardiac ablation strategies for the treatment of paroxysmal atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sequence Analysis | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Mileen van de Kar", + "kol_full_name": "Mileen van de Kar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Deep Learning | Electrocardiography | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157114", + "session_name": "Improving prehospital risk stratification using deep learning ECG interpretation in suspected acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157114", + "first_name": "Jesse", + "middle_name": "", + "last_name": "Demandt", + "org_name": "Catharina Hospital", + "Country": "Netherlands", + "Region": "Noord-Brabant", + "City": "Eindhoven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improving prehospital risk stratification using deep learning ECG interpretation in suspected acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Deep Learning | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Jesse Demandt", + "kol_full_name": "Jesse Demandt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Body Mass Index | Ablation Techniques | Quality Of Life | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157113", + "session_name": "Highlights from the study on the impact of body mass index for atrial fibrillation ablation; real-world data on outcomes and quality of life,The impact of body mass index for atrial fibrillation ablation; real-world data on outcomes and quality of life", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157113", + "first_name": "Jasper", + "middle_name": "", + "last_name": "Vermeer", + "org_name": "Catharina Hospital", + "Country": "Netherlands", + "Region": "Noord-Brabant", + "City": "Eindhoven", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Highlights from the study on the impact of body mass index for atrial fibrillation ablation; real-world data on outcomes and quality of life", + "rest_events_session_count": 1, + "rest_events_session": "The impact of body mass index for atrial fibrillation ablation; real-world data on outcomes and quality of life", + "events_topic": "Body Mass Index | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Quality Of Life | Atrial Fibrillation", + "kol_name": "Jasper Vermeer", + "kol_full_name": "Jasper Vermeer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chest Pain | Diabetes Mellitus, Type 2 | Myocardial Infarction | Antiphospholipid Syndrome | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157112", + "session_name": "Pleuritic chest pain with diffuse ST-segment elevation as the initial manifestation of antiphospholipid syndrome-related acute myocardial infarction in a very young patient,Glucose lowering drugs with proven cardiovascular benefit following acute coronary syndrome in type 2 diabetes: treatment gaps and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157112", + "first_name": "Ibrahim", + "middle_name": "", + "last_name": "Naoum", + "org_name": "Carmel Medical Centre", + "Country": "Israel", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pleuritic chest pain with diffuse ST-segment elevation as the initial manifestation of antiphospholipid syndrome-related acute myocardial infarction in a very young patient", + "rest_events_session_count": 1, + "rest_events_session": "Glucose lowering drugs with proven cardiovascular benefit following acute coronary syndrome in type 2 diabetes: treatment gaps and outcomes", + "events_topic": "Chest Pain | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 3, + "rest_events_topic": " Myocardial Infarction | Antiphospholipid Syndrome | Acute Coronary Syndrome", + "kol_name": "Ibrahim Naoum", + "kol_full_name": "Ibrahim Naoum" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shunt | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157111", + "session_name": "The incidence of atrial fibrillation in patients with interatrial shunt:is it reduced after surgical or transcatheter closure of the shunt?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157111", + "first_name": "Alexia", + "middle_name": "", + "last_name": "Karagianni", + "org_name": "Carlanderska Hospital", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Gothenburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The incidence of atrial fibrillation in patients with interatrial shunt:is it reduced after surgical or transcatheter closure of the shunt?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shunt | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alexia Karagianni", + "kol_full_name": "Alexia Karagianni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Echocardiography, Stress", + "npi_num": "", + "hcp_pin_alias": "1157110", + "session_name": "Prognostic role of exercise stress echocardiography in asymptomatic severe aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157110", + "first_name": "Riccardo", + "middle_name": "", + "last_name": "Agostini", + "org_name": "Careggi University Hospital (AOUC)", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic role of exercise stress echocardiography in asymptomatic severe aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Echocardiography, Stress", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Riccardo Agostini", + "kol_full_name": "Riccardo Agostini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prealbumin | Amyloidosis, Hereditary, Transthyretin-Related | Tretinoin", + "npi_num": "", + "hcp_pin_alias": "1157109", + "session_name": "Prevalence and prognostic significance of restriction versus systolic dysfunction in patients with transthyretin and light chain cardiac amyloidosis,Prevalence and prognostic significance of restriction versus systolic dysfunction in patients with transthyretin and light chain cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157109", + "first_name": "Mattia", + "middle_name": "", + "last_name": "Zampieri", + "org_name": "Careggi University Hospital (AOUC)", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and prognostic significance of restriction versus systolic dysfunction in patients with transthyretin and light chain cardiac amyloidosis", + "rest_events_session_count": 1, + "rest_events_session": "Prevalence and prognostic significance of restriction versus systolic dysfunction in patients with transthyretin and light chain cardiac amyloidosis", + "events_topic": "Prealbumin | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tretinoin", + "kol_name": "Mattia Zampieri", + "kol_full_name": "Mattia Zampieri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Aortic Valve Stenosis | Hemodynamics | Pulmonary Artery Fistula", + "npi_num": "", + "hcp_pin_alias": "1157108", + "session_name": "Non-invasive assessment of left ventricular hemodynamic forces in hypertrophic cardiomyopathy,Navigating Uncharted Waters: A Unique Encounter with Single Coronary Artery and Pulmonary Artery Fistula,Sex differences in severe aortic stenosis undergoing surgical replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157108", + "first_name": "Giorgia", + "middle_name": "", + "last_name": "Panichella", + "org_name": "Careggi University Hospital (AOUC)", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-invasive assessment of left ventricular hemodynamic forces in hypertrophic cardiomyopathy", + "rest_events_session_count": 2, + "rest_events_session": "Navigating Uncharted Waters: A Unique Encounter with Single Coronary Artery and Pulmonary Artery Fistula,Sex differences in severe aortic stenosis undergoing surgical replacement", + "events_topic": "Cardiomyopathy, Hypertrophic | Aortic Valve Stenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hemodynamics | Pulmonary Artery Fistula", + "kol_name": "Giorgia Panichella", + "kol_full_name": "Giorgia Panichella" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Hematologic Tests", + "npi_num": "", + "hcp_pin_alias": "1157107", + "session_name": "A new serological marker in the diagnostic-therapeutic management of valvulopathies. When blood tests can still guide us in the Imaging Era", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157107", + "first_name": "Eleonora", + "middle_name": "", + "last_name": "Tommasi", + "org_name": "Careggi University Hospital (AOUC)", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A new serological marker in the diagnostic-therapeutic management of valvulopathies. When blood tests can still guide us in the Imaging Era", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Hematologic Tests", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eleonora Tommasi", + "kol_full_name": "Eleonora Tommasi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Prealbumin", + "npi_num": "", + "hcp_pin_alias": "1157106", + "session_name": "Frailty and associated outcomes in patients with transthyretin cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157106", + "first_name": "Carlo", + "middle_name": "", + "last_name": "Fumagalli", + "org_name": "Careggi University Hospital (AOUC)", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Frailty and associated outcomes in patients with transthyretin cardiac amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Prealbumin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carlo Fumagalli", + "kol_full_name": "Carlo Fumagalli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Decision-Making | Frailty", + "npi_num": "", + "hcp_pin_alias": "1157105", + "session_name": "Assessing frailty helps therapeutic decision-making", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157105", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Ungar", + "org_name": "Careggi University Hospital (AOUC)", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing frailty helps therapeutic decision-making", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Decision-Making | Frailty", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrea Ungar", + "kol_full_name": "Andrea Ungar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Channelopathies", + "npi_num": "", + "hcp_pin_alias": "1157104", + "session_name": "Difficult management of electrical storm in hypertrophic cardiomyopathy with arrhythmogenic features of channelopathies: a novel overlapping syndrome is possible?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157104", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Palmieri", + "org_name": "Careggi University Hospital (AOUC)", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Difficult management of electrical storm in hypertrophic cardiomyopathy with arrhythmogenic features of channelopathies: a novel overlapping syndrome is possible?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Channelopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Palmieri", + "kol_full_name": "Alessandro Palmieri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Mavacamten | Non-Dilated Left Ventricular Cardiomyopathy | Hemodynamics", + "npi_num": "", + "hcp_pin_alias": "1157103", + "session_name": "Multiparametric approach in the aetiological diagnosis of cardiomyopathies: a non-dilated left ventricular cardiomyopathy (NDLVC) case report,Exploring the effects of mavacamten through hemodynamic force analysis in patients with obstructive hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157103", + "first_name": "Alessandra", + "middle_name": "", + "last_name": "Milazzo", + "org_name": "Careggi University Hospital (AOUC)", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multiparametric approach in the aetiological diagnosis of cardiomyopathies: a non-dilated left ventricular cardiomyopathy (NDLVC) case report", + "rest_events_session_count": 1, + "rest_events_session": "Exploring the effects of mavacamten through hemodynamic force analysis in patients with obstructive hypertrophic cardiomyopathy", + "events_topic": "Cardiomyopathy, Hypertrophic | Mavacamten ", + "rest_events_topic_count": 2, + "rest_events_topic": " Non-Dilated Left Ventricular Cardiomyopathy | Hemodynamics", + "kol_name": "Alessandra Milazzo", + "kol_full_name": "Alessandra Milazzo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Fibrosis | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1157102", + "session_name": "The role of fibrosis and inflammation for response and outcome prediction in candidates to cardiac resynchronization therapy: is response the right answer?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157102", + "first_name": "Matteo", + "middle_name": "", + "last_name": "Beltrami", + "org_name": "Careggi University Hospital (AOUC)", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of fibrosis and inflammation for response and outcome prediction in candidates to cardiac resynchronization therapy: is response the right answer?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Fibrosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Resynchronization Therapy", + "kol_name": "Matteo Beltrami", + "kol_full_name": "Matteo Beltrami" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Protocols | Accelerometer | Death, Sudden, Cardiac | Cardiovascular Diseases | Frailty | Secretoneurin | Cardiac Pacing, Artificial | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157101", + "session_name": "Circulating secretoneurin concentrations predict cardiovascular death in ambulatory patients with heart failure,Incorporating frailty assessment in daily clinical practice,Accelerometer-measured physical activity pattern in older patients with frailty and heart failure,Challenges in pacing,The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157101", + "first_name": "Shirley", + "middle_name": "", + "last_name": "Sze", + "org_name": "Cardiovascular Research Unit of Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating secretoneurin concentrations predict cardiovascular death in ambulatory patients with heart failure", + "rest_events_session_count": 4, + "rest_events_session": "Incorporating frailty assessment in daily clinical practice,Accelerometer-measured physical activity pattern in older patients with frailty and heart failure,Challenges in pacing,The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on", + "events_topic": "Clinical Protocols | Accelerometer ", + "rest_events_topic_count": 6, + "rest_events_topic": " Death, Sudden, Cardiac | Cardiovascular Diseases | Frailty | Secretoneurin | Cardiac Pacing, Artificial | Heart Failure", + "kol_name": "Shirley Sze", + "kol_full_name": "Shirley Sze" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ablation Techniques | Tachycardia, Ventricular | Electrophysiologic Techniques, Cardiac | Radiotherapy", + "npi_num": "", + "hcp_pin_alias": "1157100", + "session_name": "Accuracy of endocardial abnormal electrogram characterization using a 17-AHA-segmental late boundary and voltage-dependent sensitivity annotation for ventricular tachycardia ablation,3D target definition and initial results from the electroanatomic substrate-guided stereotactic ablative radiotherapy for refractory ventricular tachycardia (ELSTAR-VT)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157100", + "first_name": "Yesim", + "middle_name": "Selma", + "last_name": "Kaya", + "org_name": "Cardiovascular Research Institute Maastricht (CARIM)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Accuracy of endocardial abnormal electrogram characterization using a 17-AHA-segmental late boundary and voltage-dependent sensitivity annotation for ventricular tachycardia ablation", + "rest_events_session_count": 1, + "rest_events_session": "3D target definition and initial results from the electroanatomic substrate-guided stereotactic ablative radiotherapy for refractory ventricular tachycardia (ELSTAR-VT)", + "events_topic": "Ablation Techniques | Tachycardia, Ventricular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Electrophysiologic Techniques, Cardiac | Radiotherapy", + "kol_name": "Yesim Selma Kaya", + "kol_full_name": "Yesim Selma Kaya" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immunization, Passive | Gene Editing | COVID-19 | Placebos | Epigenomics | Cardiomyopathy, Dilated | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157099", + "session_name": "Intravenous immunoglobulin therapy improves long-term outcome in dilated cardiomyopathy by modulating cardiac immune cell function. An update of a randomized placebo-controlled study.,Helping protect your cardiovascular patients from COVID-19: practical strategies,State-of-the-art lecture on epigenetic regulators and tools,COVID-19 and cardiovascular disease: rising to the challenge,Gene editing and gene therapies to cure cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157099", + "first_name": "Stephane", + "middle_name": "", + "last_name": "Heymans", + "org_name": "Cardiovascular Research Institute Maastricht (CARIM)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intravenous immunoglobulin therapy improves long-term outcome in dilated cardiomyopathy by modulating cardiac immune cell function. An update of a randomized placebo-controlled study.", + "rest_events_session_count": 4, + "rest_events_session": "Helping protect your cardiovascular patients from COVID-19: practical strategies,State-of-the-art lecture on epigenetic regulators and tools,COVID-19 and cardiovascular disease: rising to the challenge,Gene editing and gene therapies to cure cardiovascular diseases", + "events_topic": "Immunization, Passive | Gene Editing ", + "rest_events_topic_count": 5, + "rest_events_topic": " COVID-19 | Placebos | Epigenomics | Cardiomyopathy, Dilated | Cardiovascular Diseases", + "kol_name": "Stephane Heymans", + "kol_full_name": "Stephane Heymans" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Diseases", + "npi_num": "", + "hcp_pin_alias": "1157098", + "session_name": "Monocytes and macrophages: new insights into cardiometabolic disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157098", + "first_name": "Rory", + "middle_name": "R.", + "last_name": "Koenen", + "org_name": "Cardiovascular Research Institute Maastricht (CARIM)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Monocytes and macrophages: new insights into cardiometabolic disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rory R. Koenen", + "kol_full_name": "Rory R. Koenen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Death, Sudden, Cardiac | Brugada Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157097", + "session_name": "Sudden cardiac death: what’s new?,Novel insights into Brugada syndrome and hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157097", + "first_name": "Rachel", + "middle_name": "Ter", + "last_name": "Bekke", + "org_name": "Cardiovascular Research Institute Maastricht (CARIM)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sudden cardiac death: what’s new?", + "rest_events_session_count": 1, + "rest_events_session": "Novel insights into Brugada syndrome and hypertrophic cardiomyopathy", + "events_topic": "Cardiomyopathy, Hypertrophic | Death, Sudden, Cardiac ", + "rest_events_topic_count": 1, + "rest_events_topic": " Brugada Syndrome", + "kol_name": "Rachel Ter Bekke", + "kol_full_name": "Rachel Ter Bekke" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19 | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157096", + "session_name": "A systematic assessment of myocardial involvement and cardiovascular events up to six months in patients hospitalised with COVID-19", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157096", + "first_name": "Nick", + "middle_name": "", + "last_name": "Wilmes", + "org_name": "Cardiovascular Research Institute Maastricht (CARIM)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A systematic assessment of myocardial involvement and cardiovascular events up to six months in patients hospitalised with COVID-19", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19 | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nick Wilmes", + "kol_full_name": "Nick Wilmes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Precision | Digital Twin | Precision Medicine", + "npi_num": "", + "hcp_pin_alias": "1157095", + "session_name": "Digital health-digital twin: in-silico phenotyping for delivering precision medicine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157095", + "first_name": "Nick", + "middle_name": "", + "last_name": "Van Osta", + "org_name": "Cardiovascular Research Institute Maastricht (CARIM)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digital health-digital twin: in-silico phenotyping for delivering precision medicine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision | Digital Twin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precision Medicine", + "kol_name": "Nick Van Osta", + "kol_full_name": "Nick Van Osta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Nervous System Diseases | Heart Diseases | Brain Diseases | Drug Users", + "npi_num": "", + "hcp_pin_alias": "1157094", + "session_name": "Brain vs heart: which comes first? Prioritizing treatment in complicated left-sided infective endocarditis with neurological complications,Unraveling the knot: exploiting delay for therapeutic advantage in complicated right heart endocarditis among intravenous drug users", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157094", + "first_name": "Martina", + "middle_name": "", + "last_name": "Rizzo", + "org_name": "Cardiovascular Research Institute Maastricht (CARIM)", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Brain vs heart: which comes first? Prioritizing treatment in complicated left-sided infective endocarditis with neurological complications", + "rest_events_session_count": 1, + "rest_events_session": "Unraveling the knot: exploiting delay for therapeutic advantage in complicated right heart endocarditis among intravenous drug users", + "events_topic": "Endocarditis | Nervous System Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Diseases | Brain Diseases | Drug Users", + "kol_name": "Martina Rizzo", + "kol_full_name": "Martina Rizzo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin I | Cardiac Syncope | COVID-19", + "npi_num": "", + "hcp_pin_alias": "1157093", + "session_name": "Sex-specific syncope characteristics in the early diagnosis of cardiac syncope,False-positive cardiac troponin I values in healthy athletes post COVID-19 Infection: concerning insights from a prospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157093", + "first_name": "Emel", + "middle_name": "", + "last_name": "Kaplan", + "org_name": "Cardiovascular Research Institute Basel and University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-specific syncope characteristics in the early diagnosis of cardiac syncope", + "rest_events_session_count": 1, + "rest_events_session": "False-positive cardiac troponin I values in healthy athletes post COVID-19 Infection: concerning insights from a prospective cohort study", + "events_topic": "Troponin I | Cardiac Syncope ", + "rest_events_topic_count": 1, + "rest_events_topic": " COVID-19", + "kol_name": "Emel Kaplan", + "kol_full_name": "Emel Kaplan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pacemaker, Artificial", + "npi_num": "", + "hcp_pin_alias": "1157092", + "session_name": "Long-term follow-up of single-chamber atrial pacing - system upgrade and wenckebach block point behavior: potential implications for leadless AAI pacing?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157092", + "first_name": "Rebecca", + "middle_name": "", + "last_name": "Arnet", + "org_name": "Cardiovascular Research Institute Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term follow-up of single-chamber atrial pacing - system upgrade and wenckebach block point behavior: potential implications for leadless AAI pacing?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rebecca Arnet", + "kol_full_name": "Rebecca Arnet" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiac Surgical Procedures | Acute Kidney Injury", + "npi_num": "", + "hcp_pin_alias": "1157091", + "session_name": "Acute kidney injury as a risk factor for heart failure hospitalisation after major non-cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157091", + "first_name": "Raphael", + "middle_name": "", + "last_name": "Kaufmann", + "org_name": "Cardiovascular Research Institute Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute kidney injury as a risk factor for heart failure hospitalisation after major non-cardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Kidney Injury", + "kol_name": "Raphael Kaufmann", + "kol_full_name": "Raphael Kaufmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures", + "npi_num": "", + "hcp_pin_alias": "1157090", + "session_name": "Active surveillance for cardiac complications after major noncardiac surgery: implications on resource utilization and safety in high-risk patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157090", + "first_name": "Mirjam", + "middle_name": "", + "last_name": "Pargger", + "org_name": "Cardiovascular Research Institute Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Active surveillance for cardiac complications after major noncardiac surgery: implications on resource utilization and safety in high-risk patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mirjam Pargger", + "kol_full_name": "Mirjam Pargger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Bundle-Branch Block", + "npi_num": "", + "hcp_pin_alias": "1157089", + "session_name": "Clinical validation of the 2021 European Society of Cardiology guidelines on pre-existing right bundle branch block patients undergoing transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157089", + "first_name": "Marc", + "middle_name": "", + "last_name": "Salis", + "org_name": "Cardiovascular Research Institute Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical validation of the 2021 European Society of Cardiology guidelines on pre-existing right bundle branch block patients undergoing transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Bundle-Branch Block", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marc Salis", + "kol_full_name": "Marc Salis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Chest Pain", + "npi_num": "", + "hcp_pin_alias": "1157088", + "session_name": "Growth differentiation factor-15 and 5-years cardiovascular risk in chest pain patients presenting to the emergency department: a multicenter cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157088", + "first_name": "Luca", + "middle_name": "", + "last_name": "Crisanti", + "org_name": "Cardiovascular Research Institute Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Growth differentiation factor-15 and 5-years cardiovascular risk in chest pain patients presenting to the emergency department: a multicenter cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | Chest Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luca Crisanti", + "kol_full_name": "Luca Crisanti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tertiary Healthcare | Heart Failure | Cholesterol", + "npi_num": "", + "hcp_pin_alias": "1157087", + "session_name": "Sex-specific guideline target value attainment and prognostic value of low-density lipoprotein cholesterol in tertiary care,Undetected heart failure in tertiary care: prevalence, predictors and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157087", + "first_name": "Klara", + "middle_name": "", + "last_name": "Rumora", + "org_name": "Cardiovascular Research Institute Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-specific guideline target value attainment and prognostic value of low-density lipoprotein cholesterol in tertiary care", + "rest_events_session_count": 2, + "rest_events_session": "Undetected heart failure in tertiary care: prevalence, predictors and outcomes", + "events_topic": "Tertiary Healthcare | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cholesterol", + "kol_name": "Klara Rumora", + "kol_full_name": "Klara Rumora" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulsed Field Ablation | Radiofrequency Ablation | Balloon Cryoablation | Cryosurgery | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157086", + "session_name": "Long-term patient clinical benefits and healthcare utilization after pulsed field ablation in paroxysmal atrial fibrillation: sub-analyses from the multicenter inspIRE trial,Pulsed field ablation: should it replace radiofrequency and balloon cryoablation?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157086", + "first_name": "Tom", + "middle_name": "", + "last_name": "De Potter", + "org_name": "Cardiovascular Research Center Aalst", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Aalst", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term patient clinical benefits and healthcare utilization after pulsed field ablation in paroxysmal atrial fibrillation: sub-analyses from the multicenter inspIRE trial", + "rest_events_session_count": 1, + "rest_events_session": "Pulsed field ablation: should it replace radiofrequency and balloon cryoablation?", + "events_topic": "Pulsed Field Ablation | Radiofrequency Ablation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Balloon Cryoablation | Cryosurgery | Atrial Fibrillation", + "kol_name": "Tom De Potter", + "kol_full_name": "Tom De Potter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug-Eluting Stents | Microvascular Resistance | Hyperaemia | Titanium-nitride-oxide | Acute Coronary Syndrome | Coronary Continuous Thermodilution | Thermodilution | Nicardipine | Coronary Artery Segmentation", + "npi_num": "", + "hcp_pin_alias": "1157085", + "session_name": "Titanium-nitride-oxide-coated vs drug-eluting stents in acute coronary syndromes during five-year follow-up: an individual patient data meta-analysis,The influence of epicardial resistance on Microvascular Resistance Reserve (MRR),Simplification of coronary continuous thermodilution,angioPy: an open-source, deep learning-driven tool for coronary artery segmentation,Intracoronary nicardipine to induce hypaeremia,Minimal coronary microvascular resistance: agreement between continuous and bolus thermodilution", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157085", + "first_name": "Thabo", + "middle_name": "", + "last_name": "Mahendiran", + "org_name": "Cardiovascular Research Center Aalst", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Aalst", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Titanium-nitride-oxide-coated vs drug-eluting stents in acute coronary syndromes during five-year follow-up: an individual patient data meta-analysis", + "rest_events_session_count": 6, + "rest_events_session": "The influence of epicardial resistance on Microvascular Resistance Reserve (MRR),Simplification of coronary continuous thermodilution,angioPy: an open-source, deep learning-driven tool for coronary artery segmentation,Intracoronary nicardipine to induce hypaeremia,Minimal coronary microvascular resistance: agreement between continuous and bolus thermodilution", + "events_topic": "Drug-Eluting Stents | Microvascular Resistance ", + "rest_events_topic_count": 7, + "rest_events_topic": " Hyperaemia | Titanium-nitride-oxide | Acute Coronary Syndrome | Coronary Continuous Thermodilution | Thermodilution | Nicardipine | Coronary Artery Segmentation", + "kol_name": "Thabo Mahendiran", + "kol_full_name": "Thabo Mahendiran" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Occlusion | Electrocardiography | Myocardial Infarction | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157084", + "session_name": "International evaluation of an artificial intelligence-powered electrocardiogram model detecting acute coronary occlusion in myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157084", + "first_name": "Robert", + "middle_name": "", + "last_name": "Herman", + "org_name": "Cardiovascular Research Center Aalst", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Aalst", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "International evaluation of an artificial intelligence-powered electrocardiogram model detecting acute coronary occlusion in myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Occlusion | Electrocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Infarction | Artificial Intelligence", + "kol_name": "Robert Herman", + "kol_full_name": "Robert Herman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "", + "hcp_pin_alias": "1157083", + "session_name": "Management of infective endocarditis: the good and the bad", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157083", + "first_name": "Guy", + "middle_name": "", + "last_name": "Van Camp", + "org_name": "Cardiovascular Research Center Aalst", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Aalst", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of infective endocarditis: the good and the bad", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Guy Van Camp", + "kol_full_name": "Guy Van Camp" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Coronary Artery Disease | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1157082", + "session_name": "Mechanisms leading to peri-procedural myocardial infarction in patients with focal versus diffuse coronary artery disease,Impact of the pullback pressure gradient (PPG) on PCI planning and decision-making", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157082", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Munhoz", + "org_name": "Cardiovascular Research Center Aalst", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Aalst", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanisms leading to peri-procedural myocardial infarction in patients with focal versus diffuse coronary artery disease", + "rest_events_session_count": 1, + "rest_events_session": "Impact of the pullback pressure gradient (PPG) on PCI planning and decision-making", + "events_topic": "Myocardial Infarction | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "Daniel Munhoz", + "kol_full_name": "Daniel Munhoz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left | Electrocardiography | Artificial Intelligence | Smartphone", + "npi_num": "", + "hcp_pin_alias": "1157081", + "session_name": "A smartphone based AI model to detect left ventricular systolic dysfunction on 12-lead ECG", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157081", + "first_name": "Anthony", + "middle_name": "", + "last_name": "Demolder", + "org_name": "Cardiovascular Research Center Aalst", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Aalst", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A smartphone based AI model to detect left ventricular systolic dysfunction on 12-lead ECG", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Left | Electrocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Smartphone", + "kol_name": "Anthony Demolder", + "kol_full_name": "Anthony Demolder" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Infarction | Vascular Diseases | Cardiac Remodeling | Acute Coronary Syndrome | Aneurysm", + "npi_num": "", + "hcp_pin_alias": "1157080", + "session_name": "Collagen VI and endotrophin: potential extracellular matrix targets to attenuate adverse cardiac remodeling post-infarction,Basic research in acute coronary syndromes,Aneurysms and other vascular diseases: novel experimental findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157080", + "first_name": "Teresa", + "middle_name": "", + "last_name": "Padro", + "org_name": "Cardiovascular Program-ICCC, IR-Hospital Santa Creu i Sant Pau, CIBERCV", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Collagen VI and endotrophin: potential extracellular matrix targets to attenuate adverse cardiac remodeling post-infarction", + "rest_events_session_count": 2, + "rest_events_session": "Basic research in acute coronary syndromes,Aneurysms and other vascular diseases: novel experimental findings", + "events_topic": "Infarction | Vascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiac Remodeling | Acute Coronary Syndrome | Aneurysm", + "kol_name": "Teresa Padro", + "kol_full_name": "Teresa Padro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Hydroxymethylglutaryl-CoA Reductase Inhibitors | Inflammation | Dyslipidemia | Heart Failure | Lipids | Coronary Artery Disease | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157079", + "session_name": "Inflammation and coronary artery disease: from diagnosis to management,Impact of lipid and adipose tissue changes in acute coronary syndromes,The EHJ’s year in heart failure, ischaemic heart disease and acute cardiovascular care, dyslipidaemias,Targeting lipids above and beyond statins: key new players", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157079", + "first_name": "Lina", + "middle_name": "", + "last_name": "Badimon", + "org_name": "Cardiovascular Program-ICCC, IR-Hospital de la Santa Creu i Sant Pau, UAB, CIBERCV", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation and coronary artery disease: from diagnosis to management", + "rest_events_session_count": 5, + "rest_events_session": "Impact of lipid and adipose tissue changes in acute coronary syndromes,The EHJ’s year in heart failure, ischaemic heart disease and acute cardiovascular care, dyslipidaemias,Targeting lipids above and beyond statins: key new players", + "events_topic": "Ischemia | Hydroxymethylglutaryl-CoA Reductase Inhibitors ", + "rest_events_topic_count": 6, + "rest_events_topic": " Inflammation | Dyslipidemia | Heart Failure | Lipids | Coronary Artery Disease | Acute Coronary Syndrome", + "kol_name": "Lina Badimon", + "kol_full_name": "Lina Badimon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157078", + "session_name": "Challenges in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157078", + "first_name": "Ruxandra", + "middle_name": "Irina", + "last_name": "Sava", + "org_name": "Cardiovascular Institute Paris-Sud (ICPS)", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ruxandra Irina Sava", + "kol_full_name": "Ruxandra Irina Sava" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care | Diabetes Mellitus | Percutaneous Coronary Intervention | Clinical Trials As Topic | Cancer Surgery | Coronary Artery Disease | Non-ST-Elevation Myocardial Infarction | Antiplatelet Therapy", + "npi_num": "", + "hcp_pin_alias": "1157077", + "session_name": "Personalised management of patients with diabetes and coronary artery disease: unresolved issues,Adjunct pharmacology in PCI: beyond antiplatelet therapy, the next chapter,The year in review: top trials in coronary interventions impacting guidelines and patient care,Guidelines in Practice: a patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157077", + "first_name": "Marie-Claude", + "middle_name": "", + "last_name": "Morice", + "org_name": "Cardiovascular Institute Paris-Sud (ICPS)", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised management of patients with diabetes and coronary artery disease: unresolved issues", + "rest_events_session_count": 4, + "rest_events_session": "Adjunct pharmacology in PCI: beyond antiplatelet therapy, the next chapter,The year in review: top trials in coronary interventions impacting guidelines and patient care,Guidelines in Practice: a patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery", + "events_topic": "Patient Care | Diabetes Mellitus ", + "rest_events_topic_count": 6, + "rest_events_topic": " Percutaneous Coronary Intervention | Clinical Trials As Topic | Cancer Surgery | Coronary Artery Disease | Non-ST-Elevation Myocardial Infarction | Antiplatelet Therapy", + "kol_name": "Marie-Claude Morice", + "kol_full_name": "Marie-Claude Morice" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Ischemia | Nicorandil | Reperfusion Injury | Ischemia", + "npi_num": "", + "hcp_pin_alias": "1157076", + "session_name": "Nicorandil activates lkb1-ampk signaling pathway to ameliorate cardiac remodeling after myocardial ischemia/reperfusion injury by upregulating mt2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157076", + "first_name": "Qiuyue", + "middle_name": "", + "last_name": "Lin", + "org_name": "Cardiovascular Diseases, First Affiliated Hospital of Dalian Medical University", + "Country": "China", + "Region": "Liaoning", + "City": "Dalian", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nicorandil activates lkb1-ampk signaling pathway to ameliorate cardiac remodeling after myocardial ischemia/reperfusion injury by upregulating mt2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Ischemia | Nicorandil ", + "rest_events_topic_count": 2, + "rest_events_topic": " Reperfusion Injury | Ischemia", + "kol_name": "Qiuyue Lin", + "kol_full_name": "Qiuyue Lin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157075", + "session_name": "Prognostic factors on outcome after catheter ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157075", + "first_name": "Richard", + "middle_name": "", + "last_name": "Kobza", + "org_name": "Cardiopuls Medica Center", + "Country": "Switzerland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic factors on outcome after catheter ablation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Richard Kobza", + "kol_full_name": "Richard Kobza" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Spontaneously Diabetic Torii | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157074", + "session_name": "Characterization and progression of heart failure with preserved ejection fraction in SDT fatty rats.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157074", + "first_name": "Rana", + "middle_name": "", + "last_name": "Assaly", + "org_name": "Cardiomedex", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characterization and progression of heart failure with preserved ejection fraction in SDT fatty rats.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Spontaneously Diabetic Torii ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Rana Assaly", + "kol_full_name": "Rana Assaly" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Injury", + "npi_num": "", + "hcp_pin_alias": "1157073", + "session_name": "Sex differences in clinical characteristics, phenotypes, management, and long-term outcomes of myocardial injury: an international cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157073", + "first_name": "Carlos", + "middle_name": "", + "last_name": "Spagnuolo", + "org_name": "Cardiology Office", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in clinical characteristics", + "rest_events_session_count": 3, + "rest_events_session": " phenotypes, management, and long-term outcomes of myocardial injury: an international cohort study", + "events_topic": "Myocardial Injury", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carlos Spagnuolo", + "kol_full_name": "Carlos Spagnuolo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Syncope | Tachycardia, Supraventricular | Atrioventricular Block", + "npi_num": "", + "hcp_pin_alias": "1157072", + "session_name": "Novel diagnostic approaches and treatments for supraventricular tachycardias,Diagnosis and treatment of syncope and atrioventricular block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157072", + "first_name": "Carla", + "middle_name": "", + "last_name": "Giustetto", + "org_name": "Cardiology Division, University of Torino", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel diagnostic approaches and treatments for supraventricular tachycardias", + "rest_events_session_count": 1, + "rest_events_session": "Diagnosis and treatment of syncope and atrioventricular block", + "events_topic": "Syncope | Tachycardia, Supraventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrioventricular Block", + "kol_name": "Carla Giustetto", + "kol_full_name": "Carla Giustetto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Bundle-Branch Block | Vascular Stiffness | Tomography, X-Ray Computed | Empaglifozin | Chest Pain | Diabetes Mellitus, Type 2", + "npi_num": "", + "hcp_pin_alias": "1157071", + "session_name": "Predicting cardiovascular events in out of hospital patients presenting with atypical chest pain and complete left bundle branch block: role of ct and echocardiographic global longitudinal strain,Empaglifozin modifies the arterial stiffness in type-2 diabetic patients: a preliminary report.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157071", + "first_name": "Mauro", + "middle_name": "", + "last_name": "Feola", + "org_name": "Cardiology Department", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Modena", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting cardiovascular events in out of hospital patients presenting with atypical chest pain and complete left bundle branch block: role of ct and echocardiographic global longitudinal strain", + "rest_events_session_count": 1, + "rest_events_session": "Empaglifozin modifies the arterial stiffness in type-2 diabetic patients: a preliminary report.", + "events_topic": "Bundle-Branch Block | Vascular Stiffness ", + "rest_events_topic_count": 4, + "rest_events_topic": " Tomography, X-Ray Computed | Empaglifozin | Chest Pain | Diabetes Mellitus, Type 2", + "kol_name": "Mauro Feola", + "kol_full_name": "Mauro Feola" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157070", + "session_name": "Clinical characteristics and outcomes of patients presenting with acute coronary syndromes and suspected plaque erosion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157070", + "first_name": "Luca", + "middle_name": "", + "last_name": "Di Vito", + "org_name": "Cardiology ASUR-AV5 Mazzoni Hospital", + "Country": "Italy", + "Region": "Marche", + "City": "Ascoli Piceno", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical characteristics and outcomes of patients presenting with acute coronary syndromes and suspected plaque erosion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luca Di Vito", + "kol_full_name": "Luca Di Vito" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Brugada Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157069", + "session_name": "Implantable loop recorders in children and adolescents with Brugada syndrome: the YoungBruLoop study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157069", + "first_name": "Giulio", + "middle_name": "", + "last_name": "Conte", + "org_name": "Cardiocentro Ticino Institute, EOC Canton Hospital", + "Country": "Switzerland", + "Region": "Ticino", + "City": "Lugano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implantable loop recorders in children and adolescents with Brugada syndrome: the YoungBruLoop study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brugada Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giulio Conte", + "kol_full_name": "Giulio Conte" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157068", + "session_name": "From valvular heart disease to heart failure: bringing guidelines into personalised patient care - Israeli and Swiss perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157068", + "first_name": "Giovanni", + "middle_name": "B.", + "last_name": "Pedrazzini", + "org_name": "Cardiocentro Ticino Foundation", + "Country": "Switzerland", + "Region": "Ticino", + "City": "Lugano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From valvular heart disease to heart failure: bringing guidelines into personalised patient care - Israeli and Swiss perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giovanni B. Pedrazzini", + "kol_full_name": "Giovanni B. Pedrazzini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Vein Isolation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157067", + "session_name": "Pulmonary vein isolation alone is not enough: a personalised approach is required in persistent atrial fibrillation patients - con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157067", + "first_name": "Kyoung-Ryul", + "middle_name": "Julian", + "last_name": "Chun", + "org_name": "Cardioangiologisches Centrum Bethanien", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary vein isolation alone is not enough: a personalised approach is required in persistent atrial fibrillation patients - con", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Vein Isolation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kyoung-Ryul Julian Chun", + "kol_full_name": "Kyoung-Ryul Julian Chun" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Obesity", + "npi_num": "", + "hcp_pin_alias": "1157066", + "session_name": "Diabetes, obesity, and the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157066", + "first_name": "Filip", + "middle_name": "Marcin", + "last_name": "Szymanski", + "org_name": "Cardinal Stefan Wyszynski University in Warsaw", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diabetes", + "rest_events_session_count": 2, + "rest_events_session": " obesity, and the heart", + "events_topic": "Diabetes Mellitus | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Filip Marcin Szymanski", + "kol_full_name": "Filip Marcin Szymanski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157065", + "session_name": "Atrial fibrillation guideline updates", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157065", + "first_name": "Thorsten", + "middle_name": "", + "last_name": "Hanke", + "org_name": "Cardiac and Thoracic Surgery Clinic", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Lubeck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation guideline updates", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thorsten Hanke", + "kol_full_name": "Thorsten Hanke" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiometabolic Diseases", + "npi_num": "", + "hcp_pin_alias": "1157064", + "session_name": "Associations between subjective and objective well-being and risk of cardiometabolic disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157064", + "first_name": "Yabing", + "middle_name": "", + "last_name": "Hou", + "org_name": "Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations between subjective and objective well-being and risk of cardiometabolic disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yabing Hou", + "kol_full_name": "Yabing Hou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Interleukin-6 | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157063", + "session_name": "Interleukin-6 levels in atrium and onset of spontaneous atrial fibrillation: is there a causal relationship", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157063", + "first_name": "Fangqin", + "middle_name": "", + "last_name": "Wu", + "org_name": "Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interleukin-6 levels in atrium and onset of spontaneous atrial fibrillation: is there a causal relationship", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Interleukin-6 | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fangqin Wu", + "kol_full_name": "Fangqin Wu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug Therapy | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157062", + "session_name": "Sex-differences in prescription patterns of secondary prevention pharmacotherapy in patients with acute myocardial infarction: a 20-year perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157062", + "first_name": "Hans", + "middle_name": "", + "last_name": "Rickli", + "org_name": "Cantonal Hospital St. Gallen", + "Country": "Switzerland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-differences in prescription patterns of secondary prevention pharmacotherapy in patients with acute myocardial infarction: a 20-year perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hans Rickli", + "kol_full_name": "Hans Rickli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cognitive Dysfunction | Trimethyloxamine | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157061", + "session_name": "Plasma trimethylamine-n-oxide associates with reduced hippocampal volume and cognitive impairment in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157061", + "first_name": "Thea", + "middle_name": "", + "last_name": "Ziswiler", + "org_name": "Cantonal Hospital of Baden", + "Country": "Switzerland", + "Region": "Aargau", + "City": "Baden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Plasma trimethylamine-n-oxide associates with reduced hippocampal volume and cognitive impairment in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cognitive Dysfunction | Trimethyloxamine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Thea Ziswiler", + "kol_full_name": "Thea Ziswiler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Tachycardia, Ventricular | Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "1157060", + "session_name": "Ventricular tachycardia originating from para hisian location: electrocardiographic and catheter ablation characteristics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157060", + "first_name": "Lori", + "middle_name": "", + "last_name": "Bell", + "org_name": "Canberra Heart Rhythm", + "Country": "Australia", + "Region": "Australian Capital Territory", + "City": "Canberra", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular tachycardia originating from para hisian location: electrocardiographic and catheter ablation characteristics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Tachycardia, Ventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Catheter Ablation", + "kol_name": "Lori Bell", + "kol_full_name": "Lori Bell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157059", + "session_name": "Edge-to-edge repair for tricuspid valve regurgitation: 1-year follow up and clinical implications from the TR- Interventional Study (TRIS)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157059", + "first_name": "Myriam", + "middle_name": "", + "last_name": "Carpenito", + "org_name": "Campus Bio-Medico University Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Edge-to-edge repair for tricuspid valve regurgitation: 1-year follow up and clinical implications from the TR- Interventional Study (TRIS)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Myriam Carpenito", + "kol_full_name": "Myriam Carpenito" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Medical Device Legislation | Digital Technology | Digital Health | Spatio-Temporal Analysis | Medical Devices | Heart Diseases | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157058", + "session_name": "Quality evaluation of field safety notices of medical devices, across EU and non-EU countries,A data-driven framework for the definition of heat in CV research for better comprehension of climate changes on human health,Digital technology to personalise a heart-healthy lifestyle,The floor is yours: bring your questions on medical device regulation in digital health - expert panel,Spatiotemporal analysis of air pollution concentration and short-term effects on cardiovascular emergencies in Lombardy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157058", + "first_name": "Enrico", + "middle_name": "Gianluca", + "last_name": "Caiani", + "org_name": "Milan Polytechnic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quality evaluation of field safety notices of medical devices", + "rest_events_session_count": 5, + "rest_events_session": " across EU and non-EU countries,A data-driven framework for the definition of heat in CV research for better comprehension of climate changes on human health,Digital technology to personalise a heart-healthy lifestyle,The floor is yours: bring your questions on medical device regulation in digital health - expert panel,Spatiotemporal analysis of air pollution concentration and short-term effects on cardiovascular emergencies in Lombardy", + "events_topic": "Medical Device Legislation | Digital Technology ", + "rest_events_topic_count": 5, + "rest_events_topic": " Digital Health | Spatio-Temporal Analysis | Medical Devices | Heart Diseases | Cardiovascular Diseases", + "kol_name": "Enrico Gianluca Caiani", + "kol_full_name": "Enrico Gianluca Caiani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent | Doppler Effect", + "npi_num": "", + "hcp_pin_alias": "1157057", + "session_name": "Transcranial doppler to detect high-risk PFO and predict decompression illness in divers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157057", + "first_name": "Hyun-Jong", + "middle_name": "", + "last_name": "Lee", + "org_name": "Bucheon Sejong Hospital", + "Country": "Korea, South", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcranial doppler to detect high-risk PFO and predict decompression illness in divers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Foramen Ovale, Patent | Doppler Effect", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hyun-Jong Lee", + "kol_full_name": "Hyun-Jong Lee" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157056", + "session_name": "International partnership to nurture future cardiovascular research leaders in Europe", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157056", + "first_name": "Metin", + "middle_name": "", + "last_name": "Avkiran", + "org_name": "British Heart Foundation", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "International partnership to nurture future cardiovascular research leaders in Europe", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Metin Avkiran", + "kol_full_name": "Metin Avkiran" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157055", + "session_name": "Overview of Global Cardiovascular Research Funders Forum and its mission", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157055", + "first_name": "Charmaine", + "middle_name": "", + "last_name": "Griffiths", + "org_name": "British Heart Foundation", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Overview of Global Cardiovascular Research Funders Forum and its mission", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Charmaine Griffiths", + "kol_full_name": "Charmaine Griffiths" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Circulation | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157054", + "session_name": "Cardiac energetics and exercise capacity in heart failure,Pulmonary circulation and the right ventricle in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157054", + "first_name": "Elvyra", + "middle_name": "", + "last_name": "Voluckiene", + "org_name": "British Cardiac Research Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac energetics and exercise capacity in heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Pulmonary circulation and the right ventricle in heart failure", + "events_topic": "Pulmonary Circulation | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elvyra Voluckiene", + "kol_full_name": "Elvyra Voluckiene" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1157053", + "session_name": "Interventional training pathways in adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157053", + "first_name": "Radwa", + "middle_name": "", + "last_name": "Bedair", + "org_name": "Bristol Royal Infirmary", + "Country": "United Kingdom", + "Region": "England", + "City": "Bristol", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interventional training pathways in adult congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Radwa Bedair", + "kol_full_name": "Radwa Bedair" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiopulmonary Exercise Testing | Echocardiography | Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "1157052", + "session_name": "Improving exercise cardiac reserve assessment using a novel cardiopulmonary and echocardiography testing protocol (CPET-ESE) based on individualised exercise intensity domains,Adult congenital heart disease cases,Complex adult congenital heart disease cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157052", + "first_name": "Dan-Mihai", + "middle_name": "", + "last_name": "Dorobantu", + "org_name": "Bristol Royal Infirmary", + "Country": "United Kingdom", + "Region": "England", + "City": "Bristol", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improving exercise cardiac reserve assessment using a novel cardiopulmonary and echocardiography testing protocol (CPET-ESE) based on individualised exercise intensity domains", + "rest_events_session_count": 2, + "rest_events_session": "Adult congenital heart disease cases,Complex adult congenital heart disease cases", + "events_topic": "Cardiopulmonary Exercise Testing | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adult Congenital Heart Disease", + "kol_name": "Dan-Mihai Dorobantu", + "kol_full_name": "Dan-Mihai Dorobantu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "", + "hcp_pin_alias": "1157051", + "session_name": "Patient case revisit and faculty comments,Patient case presentation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157051", + "first_name": "Ashley", + "middle_name": "", + "last_name": "Nisbet", + "org_name": "Bristol Heart Institute", + "Country": "United Kingdom", + "Region": "England", + "City": "Bristol", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient case revisit and faculty comments", + "rest_events_session_count": 1, + "rest_events_session": "Patient case presentation", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ashley Nisbet", + "kol_full_name": "Ashley Nisbet" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis", + "npi_num": "", + "hcp_pin_alias": "1157050", + "session_name": "One year incidence of events after definite coronary stent thrombosis: a retrospective vs prospective comparison and a conglomerate determination of prognostic factors of mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157050", + "first_name": "Florian", + "middle_name": "", + "last_name": "Eggenspieler", + "org_name": "Brabois Hospitals - Regional University Hospital Centre of Nancy - Vandoeuvre-Les", + "Country": "France", + "Region": "Lorraine", + "City": "Nancy", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "One year incidence of events after definite coronary stent thrombosis: a retrospective vs prospective comparison and a conglomerate determination of prognostic factors of mortality", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Florian Eggenspieler", + "kol_full_name": "Florian Eggenspieler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Percutaneous Coronary Intervention | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1157049", + "session_name": "Intravascular imaging-guided PCI in patients with acute myocardial infarction and cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157049", + "first_name": "Hyun", + "middle_name": "Sung", + "last_name": "Joh", + "org_name": "Boramae Hospital", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intravascular imaging-guided PCI in patients with acute myocardial infarction and cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "Hyun Sung Joh", + "kol_full_name": "Hyun Sung Joh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Walk Test | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1157048", + "session_name": "Global myocardial work index is an independent predictor of functional capacity on 6-minute walk test in stable non-ischaemic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157048", + "first_name": "Henry", + "middle_name": "Heng Li", + "last_name": "Chen", + "org_name": "Blacktown Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global myocardial work index is an independent predictor of functional capacity on 6-minute walk test in stable non-ischaemic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Walk Test ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Henry Heng Li Chen", + "kol_full_name": "Henry Heng Li Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immunocompetence | Cardiac Lymphoma", + "npi_num": "", + "hcp_pin_alias": "1157047", + "session_name": "An interesting rare case of Primary Cardiac Lymphoma in an immunocompetent patient.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157047", + "first_name": "Ahmad", + "middle_name": "T.I.", + "last_name": "Elsaid", + "org_name": "Blackpool Teaching Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "Blackpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An interesting rare case of Primary Cardiac Lymphoma in an immunocompetent patient.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunocompetence | Cardiac Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ahmad T.I. Elsaid", + "kol_full_name": "Ahmad T.I. Elsaid" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sinoatrial Node | Vena Cava, Superior | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157046", + "session_name": "Prevalance of incessant form of atrial fibrillation by superior vena cava (svc) firing:\u000bsimplified svc and sinus node mapping(sss map) \u000bto avoid sinus node injury.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157046", + "first_name": "Tomohiro", + "middle_name": "", + "last_name": "Miyata", + "org_name": "Biwako Ohashi Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalance of incessant form of atrial fibrillation by superior vena cava (svc) firing:\u000bsimplified svc and sinus node mapping(sss map) \u000bto avoid sinus node injury.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sinoatrial Node | Vena Cava, Superior ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Tomohiro Miyata", + "kol_full_name": "Tomohiro Miyata" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prediabetic State | Cardiovascular Diseases | Obesity | Kidney Diseases", + "npi_num": "", + "hcp_pin_alias": "1157045", + "session_name": "ESC TV Roundtable on Cardiology Today and Tomorrow: cardiovascular disease and cardiovascular care in minorities and migrants,State-of-the-art lecture on obesity and pre-diabetes: where do we stand today on prevention and treatment?,Caring for kidney disease patients in a cardiology setting: what is important?,UK Biobank: a unique and growing global platform for cardiovascular discovery science", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157045", + "first_name": "Eva", + "middle_name": "", + "last_name": "Prescott", + "org_name": "Bispebjerg University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV Roundtable on Cardiology Today and Tomorrow: cardiovascular disease and cardiovascular care in minorities and migrants", + "rest_events_session_count": 3, + "rest_events_session": "State-of-the-art lecture on obesity and pre-diabetes: where do we stand today on prevention and treatment?,Caring for kidney disease patients in a cardiology setting: what is important?,UK Biobank: a unique and growing global platform for cardiovascular discovery science", + "events_topic": "Prediabetic State | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Obesity | Kidney Diseases", + "kol_name": "Eva Prescott", + "kol_full_name": "Eva Prescott" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Interleukin-6 | Echocardiography | Aortic Valve Stenosis | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157044", + "session_name": "Development and validation of the ASGARD-S risk score for optimal timing of echocardiograms in asymptomatic patients with non-severe aortic valve stenosis: the SEAS and SALTIRE II trials,Interleukin 6 in asymptomatic patients with nonsevere aortic valve stenosis: a post-hoc study of the SEAS trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157044", + "first_name": "Edina", + "middle_name": "", + "last_name": "Hadziselimovic", + "org_name": "Bispebjerg University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development and validation of the ASGARD-S risk score for optimal timing of echocardiograms in asymptomatic patients with non-severe aortic valve stenosis: the SEAS and SALTIRE II trials", + "rest_events_session_count": 1, + "rest_events_session": "Interleukin 6 in asymptomatic patients with nonsevere aortic valve stenosis: a post-hoc study of the SEAS trial", + "events_topic": "Interleukin-6 | Echocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Stenosis | Aortic Valve Insufficiency", + "kol_name": "Edina Hadziselimovic", + "kol_full_name": "Edina Hadziselimovic" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157043", + "session_name": "Multidimensional approaches to myocardial infarction: from stress impact to breakthrough therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157043", + "first_name": "Vinoda", + "middle_name": "", + "last_name": "Sharma", + "org_name": "Birmingham City Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multidimensional approaches to myocardial infarction: from stress impact to breakthrough therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vinoda Sharma", + "kol_full_name": "Vinoda Sharma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Ischemia | Mitral Valve Prolapse | Magnetocardiography", + "npi_num": "", + "hcp_pin_alias": "1157042", + "session_name": "Magnetocardiographic imaging of Tpeak-Tend magnetic field dynamics discriminates between ventricular repolarization disorders due to mitral valve prolapse and to ischemic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157042", + "first_name": "Riccardo", + "middle_name": "", + "last_name": "Fenici", + "org_name": "Biomagnetism Sport Serenity & Health Association", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Magnetocardiographic imaging of Tpeak-Tend magnetic field dynamics discriminates between ventricular repolarization disorders due to mitral valve prolapse and to ischemic heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Ischemia | Mitral Valve Prolapse ", + "rest_events_topic_count": 1, + "rest_events_topic": " Magnetocardiography", + "kol_name": "Riccardo Fenici", + "kol_full_name": "Riccardo Fenici" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Ventricular Dysfunction, Left | COVID-19", + "npi_num": "", + "hcp_pin_alias": "1157041", + "session_name": "Subclinical left ventricular dysfunction detected by speckle tracking echocardiography predicts mortality in COVID-19 patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157041", + "first_name": "Edyta", + "middle_name": "", + "last_name": "Cwiek-Rebowska", + "org_name": "Bieganski Hospital", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Subclinical left ventricular dysfunction detected by speckle tracking echocardiography predicts mortality in COVID-19 patients.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Ventricular Dysfunction, Left ", + "rest_events_topic_count": 1, + "rest_events_topic": " COVID-19", + "kol_name": "Edyta Cwiek-Rebowska", + "kol_full_name": "Edyta Cwiek-Rebowska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Sleep Wake Disorders | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157040", + "session_name": "Sleep disordered breathing and in-hospital prognosis in acute myocardial infarction patients: a subset of the AMI-Sleep study,Prevalence, type, severity and determinants of sleep disordered breathing in acute myocardial infarction patients: the AMI-Sleep study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157040", + "first_name": "Pauline", + "middle_name": "", + "last_name": "Balagny", + "org_name": "Bichat APHP Site of Paris Nord University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sleep disordered breathing and in-hospital prognosis in acute myocardial infarction patients: a subset of the AMI-Sleep study", + "rest_events_session_count": 3, + "rest_events_session": "Prevalence, type, severity and determinants of sleep disordered breathing in acute myocardial infarction patients: the AMI-Sleep study", + "events_topic": "Prognosis | Sleep Wake Disorders ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "Pauline Balagny", + "kol_full_name": "Pauline Balagny" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent", + "npi_num": "", + "hcp_pin_alias": "1157039", + "session_name": "Incidence, determinants, and impact of in-hospital complications during percutaneous patent foramen ovale closure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157039", + "first_name": "Arthur", + "middle_name": "", + "last_name": "SOUQUET", + "org_name": "Bichat APHP Site of Paris Nord University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence", + "rest_events_session_count": 2, + "rest_events_session": " determinants, and impact of in-hospital complications during percutaneous patent foramen ovale closure", + "events_topic": "Foramen Ovale, Patent", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Arthur SOUQUET", + "kol_full_name": "Arthur SOUQUET" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Positron-Emission Tomography | Lymphoma", + "npi_num": "", + "hcp_pin_alias": "1157038", + "session_name": "Anthracycline-induced arterial toxicity: structural and inflammatory assessments in non-human primates and lymphoma patients using 18F-FDG positron emission tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157038", + "first_name": "Stephen", + "middle_name": "", + "last_name": "Rankin", + "org_name": "BHF Glasgow Cardiovascular Research Centre", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anthracycline-induced arterial toxicity: structural and inflammatory assessments in non-human primates and lymphoma patients using 18F-FDG positron emission tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Positron-Emission Tomography | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephen Rankin", + "kol_full_name": "Stephen Rankin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure With Mid-Range Ejection Fraction | Heart Failure, Diastolic | Heart Failure | Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1157037", + "session_name": "Sex-related differences in health-related quality-of-life measured using the EuroQol 5-Dimension questionnaire across the LVEF spectrum in DAPA-HF and DELIVER,Assessment of quality of life using EuroQol 5-Dimension questionnaire level sum score in patients with HFrEF, HFmrEF, and HFpEF: a patient-level meta-analysis of DAPA-HF and DELIVER", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157037", + "first_name": "Mingming", + "middle_name": "", + "last_name": "Yang", + "org_name": "BHF Glasgow Cardiovascular Research Centre", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-related differences in health-related quality-of-life measured using the EuroQol 5-Dimension questionnaire across the LVEF spectrum in DAPA-HF and DELIVER", + "rest_events_session_count": 3, + "rest_events_session": "Assessment of quality of life using EuroQol 5-Dimension questionnaire level sum score in patients with HFrEF, HFmrEF, and HFpEF: a patient-level meta-analysis of DAPA-HF and DELIVER", + "events_topic": "Heart Failure With Mid-Range Ejection Fraction | Heart Failure, Diastolic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Heart Failure, Systolic", + "kol_name": "Mingming Yang", + "kol_full_name": "Mingming Yang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Pregnancy | Neoplasms | Heart Failure | Heart Diseases | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1157036", + "session_name": "Personalised imaging a heart failure patient undergoing cancer therapy: how to implement the guidelines and take-home messages,Cardiovascular disease management in patients with cancer,Non-classical risk factors for heart disease revisited,Mental stress, nutrition, pregnancy, and cancer: risk factors for heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157036", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Suter", + "org_name": "Bern University Hospital, Inselspital", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised imaging a heart failure patient undergoing cancer therapy: how to implement the guidelines and take-home messages", + "rest_events_session_count": 6, + "rest_events_session": "Cardiovascular disease management in patients with cancer,Non-classical risk factors for heart disease revisited,Mental stress, nutrition, pregnancy, and cancer: risk factors for heart disease", + "events_topic": "Diagnostic Imaging | Pregnancy ", + "rest_events_topic_count": 4, + "rest_events_topic": " Neoplasms | Heart Failure | Heart Diseases | Cardiovascular Diseases", + "kol_name": "Thomas Suter", + "kol_full_name": "Thomas Suter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid Therapy | Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "1157035", + "session_name": "Smaller trials, trial updates, and other studies on lipid therapy,Great Debate: 'fire and forget' beats personalised lipid-lowering treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157035", + "first_name": "Konstantinos", + "middle_name": "", + "last_name": "Koskinas", + "org_name": "Bern University Hospital, Inselspital", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 3, + "rest_events_session": " trial updates, and other studies on lipid therapy,Great Debate: 'fire and forget' beats personalised lipid-lowering treatment", + "events_topic": "Lipid Therapy | Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Konstantinos Koskinas", + "kol_full_name": "Konstantinos Koskinas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Short QT Syndrome | Genetic Therapy | Precision Medicine | Death, Sudden, Cardiac | Long QT Syndrome | Channelopathies | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1157034", + "session_name": "Arrhythmias: management of patients with long QT,Novel personalised therapies of long QT and short QT syndromes,Gene therapy in channelopathies: ready for prime time?,Sudden cardiac death: insight", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157034", + "first_name": "Katja", + "middle_name": "", + "last_name": "Odening", + "org_name": "Bern University Hospital, Inselspital", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arrhythmias: management of patients with long QT", + "rest_events_session_count": 3, + "rest_events_session": "Novel personalised therapies of long QT and short QT syndromes,Gene therapy in channelopathies: ready for prime time?,Sudden cardiac death: insight", + "events_topic": "Short QT Syndrome | Genetic Therapy ", + "rest_events_topic_count": 5, + "rest_events_topic": " Precision Medicine | Death, Sudden, Cardiac | Long QT Syndrome | Channelopathies | Arrhythmias, Cardiac", + "kol_name": "Katja Odening", + "kol_full_name": "Katja Odening" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | ST Elevation Myocardial Infarction | Tomography, Optical Coherence | Drug-Eluting Stents", + "npi_num": "", + "hcp_pin_alias": "1157033", + "session_name": "Long-term effect of biodegradable versus durable polymer drug-eluting stents on neoatherosclerosis among STEMI patients: the international CONNECT randomized controlled intracoronary OCT trial,Long-term occurrence of neoatherosclerosis in biodegradable versus durable polymer drug-eluting stents in STEMI patients: the international CONNECT randomized controlled intracoronary OCT trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157033", + "first_name": "Jonas", + "middle_name": "", + "last_name": "Haener", + "org_name": "Bern University Hospital, Inselspital", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term effect of biodegradable versus durable polymer drug-eluting stents on neoatherosclerosis among STEMI patients: the international CONNECT randomized controlled intracoronary OCT trial", + "rest_events_session_count": 1, + "rest_events_session": "Long-term occurrence of neoatherosclerosis in biodegradable versus durable polymer drug-eluting stents in STEMI patients: the international CONNECT randomized controlled intracoronary OCT trial", + "events_topic": "Atherosclerosis | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tomography, Optical Coherence | Drug-Eluting Stents", + "kol_name": "Jonas Haener", + "kol_full_name": "Jonas Haener" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Tomography, X-Ray Computed | Transcatheter Aortic Valve Replacement | Tretinoin | Anomalous Aortic Origin Of A Coronary Artery | Multimodal Imaging | Prealbumin | Aortic Valve Stenosis | Aortic Valve Insufficiency | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1157032", + "session_name": "Multi-modal artificial intelligence-based prediction for cardiovascular mortality after transcatheter aortic valve implantation: a time-to-event survival prediction,Interpretable artificial intelligence-based transthyretin amyloid cardiomyopathy detection in patients with severe aortic stenosis,Fully automated detection of anomalous aortic origin of the coronary arteries in coronary CT images: a novel artificial intelligence-based screening tool", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157032", + "first_name": "Isaac", + "middle_name": "", + "last_name": "Shiri", + "org_name": "Bern University Hospital, Inselspital", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multi-modal artificial intelligence-based prediction for cardiovascular mortality after transcatheter aortic valve implantation: a time-to-event survival prediction", + "rest_events_session_count": 2, + "rest_events_session": "Interpretable artificial intelligence-based transthyretin amyloid cardiomyopathy detection in patients with severe aortic stenosis,Fully automated detection of anomalous aortic origin of the coronary arteries in coronary CT images: a novel artificial intelligence-based screening tool", + "events_topic": "Cardiomyopathies | Tomography, X-Ray Computed ", + "rest_events_topic_count": 8, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Tretinoin | Anomalous Aortic Origin Of A Coronary Artery | Multimodal Imaging | Prealbumin | Aortic Valve Stenosis | Aortic Valve Insufficiency | Artificial Intelligence", + "kol_name": "Isaac Shiri", + "kol_full_name": "Isaac Shiri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Deep Learning | Nutrition Surveys | Multimodal Imaging", + "npi_num": "", + "hcp_pin_alias": "1157031", + "session_name": "Multi-modality deep learning prediction of heart age: insights from UK-Biobank.,Response patterns in self-reported medical conditions: insights from the National Health and Nutrition Examination Survey (NHANES)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157031", + "first_name": "Georgios", + "middle_name": "", + "last_name": "Siontis", + "org_name": "Bern University Hospital, Inselspital", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multi-modality deep learning prediction of heart age: insights from UK-Biobank.", + "rest_events_session_count": 1, + "rest_events_session": "Response patterns in self-reported medical conditions: insights from the National Health and Nutrition Examination Survey (NHANES)", + "events_topic": "Deep Learning | Nutrition Surveys ", + "rest_events_topic_count": 1, + "rest_events_topic": " Multimodal Imaging", + "kol_name": "Georgios Siontis", + "kol_full_name": "Georgios Siontis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157030", + "session_name": "Flow adjusted predicted prosthesis patient mismatch in patients undergoing transcatheter aortic valve implantation,Multimodal machine learning-based technical success prediction in patients undergoing transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157030", + "first_name": "Daijiro", + "middle_name": "", + "last_name": "Tomii", + "org_name": "Bern University Hospital, Inselspital", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Flow adjusted predicted prosthesis patient mismatch in patients undergoing transcatheter aortic valve implantation", + "rest_events_session_count": 1, + "rest_events_session": "Multimodal machine learning-based technical success prediction in patients undergoing transcatheter aortic valve implantation", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daijiro Tomii", + "kol_full_name": "Daijiro Tomii" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "", + "hcp_pin_alias": "1157029", + "session_name": "Myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157029", + "first_name": "Christoph", + "middle_name": "", + "last_name": "Graeni", + "org_name": "Bern University Hospital, Inselspital", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christoph Graeni", + "kol_full_name": "Christoph Graeni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157028", + "session_name": "Myocardial performance improvement after iron replacement in heart failure patients with LVEF <50% and TSAT <20%: The IRON-PATH II echo-substudy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157028", + "first_name": "Albert", + "middle_name": "", + "last_name": "Cabarrocas", + "org_name": "Bellvitge", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial performance improvement after iron replacement in heart failure patients with LVEF <50% and TSAT <20%: The IRON-PATH II echo-substudy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Albert Cabarrocas", + "kol_full_name": "Albert Cabarrocas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Stenosis | Acute Myocardial Infarction | Cholesterol, HDL", + "npi_num": "", + "hcp_pin_alias": "1157027", + "session_name": "Association between the proportion of HDL-cholesterol subclasses and the severity of coronary artery stenosis in patients with acute myocardial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157027", + "first_name": "Yu", + "middle_name": "", + "last_name": "Geng", + "org_name": "Beijing Tsinghua Changgeng Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between the proportion of HDL-cholesterol subclasses and the severity of coronary artery stenosis in patients with acute myocardial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Stenosis | Acute Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cholesterol, HDL", + "kol_name": "Yu Geng", + "kol_full_name": "Yu Geng" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Invasive Therapy | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157026", + "session_name": "An updated meta-analysis of optimal medical therapy with or without invasive therapy in patients with stable coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157026", + "first_name": "Yintang", + "middle_name": "", + "last_name": "Wang", + "org_name": "Beijing Tsinghua Changgeng Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An updated meta-analysis of optimal medical therapy with or without invasive therapy in patients with stable coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Invasive Therapy | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yintang Wang", + "kol_full_name": "Yintang Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Nomograms | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1157025", + "session_name": "Development and validation of a simple-to-use nomogram for predicting the risk for in-hospital heart failure in patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157025", + "first_name": "Lei", + "middle_name": "", + "last_name": "Bi", + "org_name": "Beijing Tsinghua Changgeng Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development and validation of a simple-to-use nomogram for predicting the risk for in-hospital heart failure in patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Nomograms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Lei Bi", + "kol_full_name": "Lei Bi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angiotensins | Hyperkalemia | Renin-Angiotensin System | Aldosterone", + "npi_num": "", + "hcp_pin_alias": "1157024", + "session_name": "The impact of hyperkalemia on Renin-Angiotensin-Aldosterone system inhibitor therapy in patients with reduced ejection fraction: results from a nationwide Chinese registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157024", + "first_name": "Yuhao", + "middle_name": "", + "last_name": "Wan", + "org_name": "Beijing Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of hyperkalemia on Renin-Angiotensin-Aldosterone system inhibitor therapy in patients with reduced ejection fraction: results from a nationwide Chinese registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angiotensins | Hyperkalemia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Renin-Angiotensin System | Aldosterone", + "kol_name": "Yuhao Wan", + "kol_full_name": "Yuhao Wan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Cancer Survivors", + "npi_num": "", + "hcp_pin_alias": "1157023", + "session_name": "The triglyceride-glucose index is a predictor for cardiovascular events and all-cause mortality in young and middle-aged patients with metabolic syndrome,Association of Life's Essential 8 metrics with mortality outcomes in US cancer survivors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157023", + "first_name": "Weihua", + "middle_name": "", + "last_name": "Chen", + "org_name": "Beijing Friendship Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The triglyceride-glucose index is a predictor for cardiovascular events and all-cause mortality in young and middle-aged patients with metabolic syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Association of Life's Essential 8 metrics with mortality outcomes in US cancer survivors", + "events_topic": "Metabolic Syndrome | Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Weihua Chen", + "kol_full_name": "Weihua Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | ErbB Receptors | Hypertension | Body Mass Index | Cardiovascular Diseases | Uric Acid | Renal Insufficiency | Chronic Coronary Syndromes", + "npi_num": "", + "hcp_pin_alias": "1157022", + "session_name": "Association between renal function impairment and body roundness index (BRI) in elderly hypertensive patients.,The association between remnant cholesterol and all-cause mortality and cardiovascular mortality was modified by aged in American adults: a retrospective cohort study,Mildly decreased egfr modifies the association between uric acid and risk of kidney function decline: a 5-year population-based cohort study,Acute and chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157022", + "first_name": "Rongchong", + "middle_name": "", + "last_name": "Huang", + "org_name": "Beijing Friendship Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between renal function impairment and body roundness index (BRI) in elderly hypertensive patients.", + "rest_events_session_count": 3, + "rest_events_session": "The association between remnant cholesterol and all-cause mortality and cardiovascular mortality was modified by aged in American adults: a retrospective cohort study,Mildly decreased egfr modifies the association between uric acid and risk of kidney function decline: a 5-year population-based cohort study,Acute and chronic coronary syndromes", + "events_topic": "Mortality | ErbB Receptors ", + "rest_events_topic_count": 6, + "rest_events_topic": " Hypertension | Body Mass Index | Cardiovascular Diseases | Uric Acid | Renal Insufficiency | Chronic Coronary Syndromes", + "kol_name": "Rongchong Huang", + "kol_full_name": "Rongchong Huang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1157021", + "session_name": "Modified quantitative gentle reperfusion method in patient with STEMI during PPCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157021", + "first_name": "Ji", + "middle_name": "Fang", + "last_name": "He", + "org_name": "Beijing Chaoyang Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modified quantitative gentle reperfusion method in patient with STEMI during PPCI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ji Fang He", + "kol_full_name": "Ji Fang He" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Resistance | Viscosity | Pulmonary Arterial Hypertension", + "npi_num": "", + "hcp_pin_alias": "1157020", + "session_name": "Therapeutic implications of correcting pulmonary vascular resistance for blood viscosity in pediatric pulmonary arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157020", + "first_name": "Zhuoyuan", + "middle_name": "", + "last_name": "Xu", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Therapeutic implications of correcting pulmonary vascular resistance for blood viscosity in pediatric pulmonary arterial hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Resistance | Viscosity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Arterial Hypertension", + "kol_name": "Zhuoyuan Xu", + "kol_full_name": "Zhuoyuan Xu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemic Stroke | Stroke | Thromboembolism | Atrial Fibrillation | Genetic Predisposition To Disease", + "npi_num": "", + "hcp_pin_alias": "1157019", + "session_name": "Association between genetic predisposition of AF and the risk of ischemic stroke and thromboembolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157019", + "first_name": "Yiwei", + "middle_name": "", + "last_name": "Lai", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between genetic predisposition of AF and the risk of ischemic stroke and thromboembolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemic Stroke | Stroke ", + "rest_events_topic_count": 3, + "rest_events_topic": " Thromboembolism | Atrial Fibrillation | Genetic Predisposition To Disease", + "kol_name": "Yiwei Lai", + "kol_full_name": "Yiwei Lai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ultrasonography | Infant, Newborn | Fetal Heart | Aortic Arch Syndromes", + "npi_num": "", + "hcp_pin_alias": "1157018", + "session_name": "Construction of aortic isthmus growth curve during perinatal period,The ratios of ultrasound parameters in normal fetal heart-- a multi-center retrospective cross-sectional study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157018", + "first_name": "Yihua", + "middle_name": "", + "last_name": "He", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Construction of aortic isthmus growth curve during perinatal period", + "rest_events_session_count": 1, + "rest_events_session": "The ratios of ultrasound parameters in normal fetal heart-- a multi-center retrospective cross-sectional study", + "events_topic": "Ultrasonography | Infant, Newborn ", + "rest_events_topic_count": 2, + "rest_events_topic": " Fetal Heart | Aortic Arch Syndromes", + "kol_name": "Yihua He", + "kol_full_name": "Yihua He" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prenatal Diagnosis | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1157017", + "session_name": "A new model utilizing an optimal parameter set for prenatal screening of critical congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157017", + "first_name": "Xiaoyan", + "middle_name": "", + "last_name": "Gu", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A new model utilizing an optimal parameter set for prenatal screening of critical congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prenatal Diagnosis | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xiaoyan Gu", + "kol_full_name": "Xiaoyan Gu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Septum | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "1157016", + "session_name": "Mitral regurgitation improvement following left bundle branch pacing versus right ventricular septum pacing: a dedication to postoperative amelioration of mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157016", + "first_name": "Liang", + "middle_name": "", + "last_name": "Shan", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral regurgitation improvement following left bundle branch pacing versus right ventricular septum pacing: a dedication to postoperative amelioration of mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Septum | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Liang Shan", + "kol_full_name": "Liang Shan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endovascular Procedures | Type B Aortic Dissection", + "npi_num": "", + "hcp_pin_alias": "1157015", + "session_name": "Comparative effectiveness of endovascular reconstruction techniques for the left subclavian artery in managing acute type B aortic dissection with an inadequate proximal landing zone", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157015", + "first_name": "Junzhou", + "middle_name": "", + "last_name": "Pu", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative effectiveness of endovascular reconstruction techniques for the left subclavian artery in managing acute type B aortic dissection with an inadequate proximal landing zone", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endovascular Procedures | Type B Aortic Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Junzhou Pu", + "kol_full_name": "Junzhou Pu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Percutaneous Coronary Intervention | Diabetes Mellitus | ST Elevation Myocardial Infarction | Troponin | Acute Kidney Injury | Anticoagulation", + "npi_num": "", + "hcp_pin_alias": "1157014", + "session_name": "A comparison of prolonged anticoagulation versus no anticoagulation after primary percutaneous coronary intervention in patients with ST-elevation myocardial infarction,Association between average glucose concentration or glucose variability and acute kidney injury among CAD patients with prediabetes,Diagnostic and prognostic performance of cardiac troponin", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157014", + "first_name": "Yan", + "middle_name": "", + "last_name": "Yan", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A comparison of prolonged anticoagulation versus no anticoagulation after primary percutaneous coronary intervention in patients with ST-elevation myocardial infarction", + "rest_events_session_count": 2, + "rest_events_session": "Association between average glucose concentration or glucose variability and acute kidney injury among CAD patients with prediabetes,Diagnostic and prognostic performance of cardiac troponin", + "events_topic": "Coronary Artery Disease | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 5, + "rest_events_topic": " Diabetes Mellitus | ST Elevation Myocardial Infarction | Troponin | Acute Kidney Injury | Anticoagulation", + "kol_name": "Yan Yan", + "kol_full_name": "Yan Yan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "1157013", + "session_name": "Dynamic recommendation for anticoagulant treatment in patients with atrial fibrillation using deep reinforcement learning method", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157013", + "first_name": "Sitong", + "middle_name": "", + "last_name": "Li", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dynamic recommendation for anticoagulant treatment in patients with atrial fibrillation using deep reinforcement learning method", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Anticoagulants", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sitong Li", + "kol_full_name": "Sitong Li" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, Optical Coherence", + "npi_num": "", + "hcp_pin_alias": "1157012", + "session_name": "The relationship between atherogenic index of plasma and plaque vulnerabilities: an optical coherence tomography study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157012", + "first_name": "Sijing", + "middle_name": "", + "last_name": "Wu", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The relationship between atherogenic index of plasma and plaque vulnerabilities: an optical coherence tomography study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, Optical Coherence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sijing Wu", + "kol_full_name": "Sijing Wu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombosis | Transcatheter Aortic Valve Replacement | Acoustics", + "npi_num": "", + "hcp_pin_alias": "1157011", + "session_name": "A new wearable cardiac acoustic monitoring technology for the evaluation of subclinical leaflet thrombosis after transcatheter aortic valve replacement: a pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157011", + "first_name": "Ran", + "middle_name": "", + "last_name": "Liu", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A new wearable cardiac acoustic monitoring technology for the evaluation of subclinical leaflet thrombosis after transcatheter aortic valve replacement: a pilot study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acoustics", + "kol_name": "Ran Liu", + "kol_full_name": "Ran Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1157010", + "session_name": "Influence of orthostatic blood pressure changes on the effects of intensive blood pressure control in patients with type 2 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157010", + "first_name": "Manlin", + "middle_name": "", + "last_name": "Zhao", + "org_name": "Beijing AnZhen Hospital affiliated to Capital Medical University", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of orthostatic blood pressure changes on the effects of intensive blood pressure control in patients with type 2 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Manlin Zhao", + "kol_full_name": "Manlin Zhao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Mortality", + "npi_num": "", + "hcp_pin_alias": "1157009", + "session_name": "Comparing the ability of GRACE 2.0 and GRACE 3 scores for predicting in-hospital mortality in patients with and without diabetes.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157009", + "first_name": "Paris", + "middle_name": "", + "last_name": "Chrysostomou", + "org_name": "Bedford Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Bedford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing the ability of GRACE 2.0 and GRACE 3 scores for predicting in-hospital mortality in patients with and without diabetes.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Mortality", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paris Chrysostomou", + "kol_full_name": "Paris Chrysostomou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1157008", + "session_name": "Lipoprotein (a), coronary artery disease risk, and MACE in individuals without standard modifiable risk factors in the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157008", + "first_name": "Jason", + "middle_name": "", + "last_name": "Sangha", + "org_name": "Bedford Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Bedford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoprotein (a)", + "rest_events_session_count": 2, + "rest_events_session": " coronary artery disease risk, and MACE in individuals without standard modifiable risk factors in the UK Biobank", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jason Sangha", + "kol_full_name": "Jason Sangha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Study", + "npi_num": "", + "hcp_pin_alias": "1157007", + "session_name": "Practical seminar for general clinicians", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157007", + "first_name": "Sarah", + "middle_name": "", + "last_name": "Zaidi", + "org_name": "Basildon and Thurrock University Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Basildon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Practical seminar for general clinicians", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Study", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sarah Zaidi", + "kol_full_name": "Sarah Zaidi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Multimodal Imaging | Electrocardiography | Heart Failure | Ventricular Dysfunction, Left | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1157006", + "session_name": "Peak VO2 is associated with cardiac functional response and long-term survival in patients with heart failure and atrial fibrillation undergoing catheter ablation,Contractile reserve is associated with response to catheter ablation in patients with atrial fibrillation and left ventricular systolic dysfunction,Validation of diagnostic wearable ECG data from high-risk patients and integration into the atrial fibrillation catheter ablation pathway,Follow the breadcrumbs: using multi-modal wearable-derived metadata for atrial fibrillation management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157006", + "first_name": "Nikhil", + "middle_name": "", + "last_name": "Ahluwalia", + "org_name": "Barts Heart Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peak VO2 is associated with cardiac functional response and long-term survival in patients with heart failure and atrial fibrillation undergoing catheter ablation", + "rest_events_session_count": 3, + "rest_events_session": "Contractile reserve is associated with response to catheter ablation in patients with atrial fibrillation and left ventricular systolic dysfunction,Validation of diagnostic wearable ECG data from high-risk patients and integration into the atrial fibrillation catheter ablation pathway,Follow the breadcrumbs: using multi-modal wearable-derived metadata for atrial fibrillation management", + "events_topic": "Catheter Ablation | Multimodal Imaging ", + "rest_events_topic_count": 4, + "rest_events_topic": " Electrocardiography | Heart Failure | Ventricular Dysfunction, Left | Atrial Fibrillation", + "kol_name": "Nikhil Ahluwalia", + "kol_full_name": "Nikhil Ahluwalia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1157005", + "session_name": "Imaging in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157005", + "first_name": "James", + "middle_name": "", + "last_name": "Moon", + "org_name": "Barts Heart Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James Moon", + "kol_full_name": "James Moon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1157004", + "session_name": "long term follow up of Implantable Cardioverter Defibrillators (ICD) in hypertrophic cardiomyopathy: is subcutaneous the way forward?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157004", + "first_name": "Christopher", + "middle_name": "", + "last_name": "Monkhouse", + "org_name": "Barts Heart Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "long term follow up of Implantable Cardioverter Defibrillators (ICD) in hypertrophic cardiomyopathy: is subcutaneous the way forward?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christopher Monkhouse", + "kol_full_name": "Christopher Monkhouse" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Turner Syndrome", + "npi_num": "", + "hcp_pin_alias": "1157003", + "session_name": "The introduction of a dedicated cardiology clinic including a clinical scientist led pathway for women with turner's syndrome,Cardiovascular health in women with turner's syndrome: a 3-year single centre audit", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157003", + "first_name": "Rebecca", + "middle_name": "", + "last_name": "Macrae", + "org_name": "Barts Health NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The introduction of a dedicated cardiology clinic including a clinical scientist led pathway for women with turner's syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular health in women with turner's syndrome: a 3-year single centre audit", + "events_topic": "Turner Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rebecca Macrae", + "kol_full_name": "Rebecca Macrae" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1157002", + "session_name": "Myocardial scar in end-stage hypertrophic cardiomyopathy: correlation with systolic function and prognostic significance.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157002", + "first_name": "Raffaello", + "middle_name": "", + "last_name": "Ditaranto", + "org_name": "Barts Health NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial scar in end-stage hypertrophic cardiomyopathy: correlation with systolic function and prognostic significance.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raffaello Ditaranto", + "kol_full_name": "Raffaello Ditaranto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis | Coronary Artery Disease | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "1157001", + "session_name": "Long-term outcomes in patients with dual pathology aortic stenosis and cardiac amyloidosis referred for valve intervention,Prognostic significance of coexistent coronary artery disease in patients undergoing transcatheter aortic valve implantation for aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157001", + "first_name": "Kush", + "middle_name": "", + "last_name": "Patel", + "org_name": "Barts Health NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcomes in patients with dual pathology aortic stenosis and cardiac amyloidosis referred for valve intervention", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic significance of coexistent coronary artery disease in patients undergoing transcatheter aortic valve implantation for aortic stenosis", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Amyloidosis, Hereditary, Transthyretin-Related", + "kol_name": "Kush Patel", + "kol_full_name": "Kush Patel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Cardiac Magnetic Resonance Imaging | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1157000", + "session_name": "Novel cardiovascular magnetic resonance imaging heterogeneity biomarkers to diagnose and predict cardiovascular disease: a UK Biobank CMR strain study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1157000", + "first_name": "Kerrick", + "middle_name": "", + "last_name": "Hesse", + "org_name": "Barts Health NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel cardiovascular magnetic resonance imaging heterogeneity biomarkers to diagnose and predict cardiovascular disease: a UK Biobank CMR strain study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "Kerrick Hesse", + "kol_full_name": "Kerrick Hesse" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardium | Artificial Intelligence | Mortality", + "npi_num": "", + "hcp_pin_alias": "1156999", + "session_name": "AI derived myocardial left ventricular volumes outperforms clinician segmentation for prediction of all-cause mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156999", + "first_name": "Karan", + "middle_name": "", + "last_name": "Punjabi", + "org_name": "Barts Health NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AI derived myocardial left ventricular volumes outperforms clinician segmentation for prediction of all-cause mortality", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardium | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mortality", + "kol_name": "Karan Punjabi", + "kol_full_name": "Karan Punjabi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Comorbidity | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1156998", + "session_name": "Challenges with cardiovascular comorbidities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156998", + "first_name": "Anantharaman", + "middle_name": "", + "last_name": "Ramasamy", + "org_name": "Barts Health NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges with cardiovascular comorbidities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Comorbidity | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anantharaman Ramasamy", + "kol_full_name": "Anantharaman Ramasamy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitochondrial Diseases | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1156997", + "session_name": "A4300G mitochondrial mutation case series: a rare case of mitochondrial disease or hypertrophic cardiomyopathy?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156997", + "first_name": "Abid", + "middle_name": "", + "last_name": "Akhtar", + "org_name": "Barts Health NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A4300G mitochondrial mutation case series: a rare case of mitochondrial disease or hypertrophic cardiomyopathy?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitochondrial Diseases | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abid Akhtar", + "kol_full_name": "Abid Akhtar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antithrombotic Therapy | C-Reactive Protein | Precision Medicine | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "1156996", + "session_name": "Pharmacogenomics of CRP response to statins: a GIST consortium study,Personalised medicine: how we can do this in practice,Antithrombotic and anticoagulant therapy in special populations,Novel anticoagulants and indications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156996", + "first_name": "Emma", + "middle_name": "", + "last_name": "Magavern", + "org_name": "Barts and The London School of Medicine and Dentistry", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pharmacogenomics of CRP response to statins: a GIST consortium study", + "rest_events_session_count": 3, + "rest_events_session": "Personalised medicine: how we can do this in practice,Antithrombotic and anticoagulant therapy in special populations,Novel anticoagulants and indications", + "events_topic": "Antithrombotic Therapy | C-Reactive Protein ", + "rest_events_topic_count": 2, + "rest_events_topic": " Precision Medicine | Anticoagulants", + "kol_name": "Emma Magavern", + "kol_full_name": "Emma Magavern" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1156995", + "session_name": "Inherited conditions with arrhythmic presentations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156995", + "first_name": "Syed", + "middle_name": "Mohammad Afzal", + "last_name": "Sohaib", + "org_name": "Barking Havering and Redbridge Hospitals NHS trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inherited conditions with arrhythmic presentations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Syed Mohammad Afzal Sohaib", + "kol_full_name": "Syed Mohammad Afzal Sohaib" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Attention Deficit And Disruptive Behavior Disorders | Heart Transplantation | Heart Arrest", + "npi_num": "", + "hcp_pin_alias": "1156994", + "session_name": "A new heart transplant resource: DBD donor with out-of-hospital cardiac arrest,PIRCHE-II: a new tool to predict rejection in cardiac transplantation?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156994", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Fischetti", + "org_name": "Bari Polyclinic Consortium University Hospital", + "Country": "Italy", + "Region": "Puglia", + "City": "Bari", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A new heart transplant resource: DBD donor with out-of-hospital cardiac arrest", + "rest_events_session_count": 1, + "rest_events_session": "PIRCHE-II: a new tool to predict rejection in cardiac transplantation?", + "events_topic": "Attention Deficit And Disruptive Behavior Disorders | Heart Transplantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "Giuseppe Fischetti", + "kol_full_name": "Giuseppe Fischetti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1156993", + "session_name": "From cellular mechanisms to arrhythmias in non-cardiac diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156993", + "first_name": "Giorgia", + "middle_name": "", + "last_name": "Grutter", + "org_name": "Bambino Gesu Pediatric Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From cellular mechanisms to arrhythmias in non-cardiac diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giorgia Grutter", + "kol_full_name": "Giorgia Grutter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Tetralogy Of Fallot", + "npi_num": "", + "hcp_pin_alias": "1156992", + "session_name": "The impact of tricuspid regurgitation on the timing of pulmonary valve replacement in adult patients after Tetralogy of Fallot repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156992", + "first_name": "Gianluca", + "middle_name": "", + "last_name": "Brancaccio", + "org_name": "Bambino Gesu Pediatric Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of tricuspid regurgitation on the timing of pulmonary valve replacement in adult patients after Tetralogy of Fallot repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency | Tetralogy Of Fallot", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gianluca Brancaccio", + "kol_full_name": "Gianluca Brancaccio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "", + "hcp_pin_alias": "1156991", + "session_name": "Inflammation: novel myocardial and vascular findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156991", + "first_name": "Xiaowei", + "middle_name": "", + "last_name": "Wang", + "org_name": "Baker Heart and Diabetes Institute", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation: novel myocardial and vascular findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xiaowei Wang", + "kol_full_name": "Xiaowei Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardioprotection | Heart Failure | Cancer Survivors | Heart Valve Diseases | Myocardial Strain | Neoplasms | Drug Therapy | Cardiovascular Diseases | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1156990", + "session_name": "Strain sUrveillance during Chemotherapy for improving Cardiovascular Outcomes: Results of a Randomized Trial of Cardioprotection for Reduced Myocardial Strain (SUCCOUR-MRI),Cancer-specific Heart Failure (HF) risk score - a new risk score developed specifically to predict HF among cancer survivors,Comparison of cardiovascular disease risk assessment tools for heart failure prediction among cancer patients,Artificial intelligence for quantification of valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156990", + "first_name": "Thomas", + "middle_name": "H.", + "last_name": "Marwick", + "org_name": "Baker Heart and Diabetes Institute", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Strain sUrveillance during Chemotherapy for improving Cardiovascular Outcomes: Results of a Randomized Trial of Cardioprotection for Reduced Myocardial Strain (SUCCOUR-MRI)", + "rest_events_session_count": 3, + "rest_events_session": "Cancer-specific Heart Failure (HF) risk score - a new risk score developed specifically to predict HF among cancer survivors,Comparison of cardiovascular disease risk assessment tools for heart failure prediction among cancer patients,Artificial intelligence for quantification of valvular heart disease", + "events_topic": "Cardioprotection | Heart Failure ", + "rest_events_topic_count": 7, + "rest_events_topic": " Cancer Survivors | Heart Valve Diseases | Myocardial Strain | Neoplasms | Drug Therapy | Cardiovascular Diseases | Artificial Intelligence", + "kol_name": "Thomas H. Marwick", + "kol_full_name": "Thomas H. Marwick" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vascular Remodeling", + "npi_num": "", + "hcp_pin_alias": "1156989", + "session_name": "Novel insights into vascular remodelling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156989", + "first_name": "Karlheinz", + "middle_name": "", + "last_name": "Peter", + "org_name": "Baker Heart and Diabetes Institute", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel insights into vascular remodelling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Remodeling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karlheinz Peter", + "kol_full_name": "Karlheinz Peter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1156988", + "session_name": "2023 ESC Guidelines on Acute Coronary Syndromes: Great Britain and Ireland perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156988", + "first_name": "John", + "middle_name": "", + "last_name": "Greenwood", + "org_name": "Baker Heart and Diabetes Institute", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2023 ESC Guidelines on Acute Coronary Syndromes: Great Britain and Ireland perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John Greenwood", + "kol_full_name": "John Greenwood" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1156987", + "session_name": "CD14 blockade preserves left ventricular structure and systolic function in a murine model of ST-elevation myocardial infarction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156987", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Donner", + "org_name": "Baker Heart and Diabetes Institute", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CD14 blockade preserves left ventricular structure and systolic function in a murine model of ST-elevation myocardial infarction.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Donner", + "kol_full_name": "Daniel Donner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cancer Survivors | Heart Failure | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1156986", + "session_name": "Are cancer survivors at greater risk of coronary artery disease?,Predicting heart failure in cancer survivors: use of polygenic risk vs clinical score", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156986", + "first_name": "Cheng", + "middle_name": "Hwee", + "last_name": "Soh", + "org_name": "Baker Heart and Diabetes Institute", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Are cancer survivors at greater risk of coronary artery disease?", + "rest_events_session_count": 1, + "rest_events_session": "Predicting heart failure in cancer survivors: use of polygenic risk vs clinical score", + "events_topic": "Cancer Survivors | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Cheng Hwee Soh", + "kol_full_name": "Cheng Hwee Soh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156985", + "session_name": "Identification of genetic variants associated with exercise-induced atrial fibrillation in high-performing racehorses", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156985", + "first_name": "Morten", + "middle_name": "", + "last_name": "Mattingsdal", + "org_name": "Baerum Hospital Vestre Viken Trust", + "Country": "Norway", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification of genetic variants associated with exercise-induced atrial fibrillation in high-performing racehorses", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Morten Mattingsdal", + "kol_full_name": "Morten Mattingsdal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Pressure | Atrial Function, Left | Atrial Function", + "npi_num": "", + "hcp_pin_alias": "1156984", + "session_name": "Blood pressure in the early 40s impacts left atrial function by speckle-tracking strain two decades later: data from the ACE 1950 Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156984", + "first_name": "Magnar", + "middle_name": "Gangaas", + "last_name": "Solberg", + "org_name": "Baerum Hospital Vestre Viken Trust", + "Country": "Norway", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood pressure in the early 40s impacts left atrial function by speckle-tracking strain two decades later: data from the ACE 1950 Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure | Atrial Function, Left ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Function", + "kol_name": "Magnar Gangaas Solberg", + "kol_full_name": "Magnar Gangaas Solberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Echocardiography | Cardiac Surgical Procedures", + "npi_num": "", + "hcp_pin_alias": "1156983", + "session_name": "Echocardiographic signs of atrial cardiopathy and MRI-detected silent brain infarcts in a middle-aged cohort: the Akershus Cardiac Examination 1950 Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156983", + "first_name": "Hakon", + "middle_name": "", + "last_name": "Ihle-Hansen", + "org_name": "Baerum Hospital Vestre Viken Trust", + "Country": "Norway", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic signs of atrial cardiopathy and MRI-detected silent brain infarcts in a middle-aged cohort: the Akershus Cardiac Examination 1950 Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Surgical Procedures", + "kol_name": "Hakon Ihle-Hansen", + "kol_full_name": "Hakon Ihle-Hansen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dual Antiplatelet Therapy", + "npi_num": "", + "hcp_pin_alias": "1156982", + "session_name": "When should we prolong DAPT beyond 12 months?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156982", + "first_name": "Mrinal", + "middle_name": "Kanti", + "last_name": "Das", + "org_name": "B M Birla Heart Research Centre", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When should we prolong DAPT beyond 12 months?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dual Antiplatelet Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mrinal Kanti Das", + "kol_full_name": "Mrinal Kanti Das" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Dipyridamole", + "npi_num": "", + "hcp_pin_alias": "1156981", + "session_name": "Predictive ability and prognostic correlation of global longitudinal strain in patients with negative dipyridamole stress echocardiography by wall motion criteria.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156981", + "first_name": "Davide", + "middle_name": "Antonio", + "last_name": "Mei", + "org_name": "Azienda Ospedaliero Universitaria", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Modena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictive ability and prognostic correlation of global longitudinal strain in patients with negative dipyridamole stress echocardiography by wall motion criteria.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Dipyridamole", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Davide Antonio Mei", + "kol_full_name": "Davide Antonio Mei" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1156980", + "session_name": "The Belgian registry on coronary function testing (BELmicro registry): study population and prevalence of coronary vascular dysfunction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156980", + "first_name": "Tijs", + "middle_name": "", + "last_name": "Bringmans", + "org_name": "AZ Sint Maarten", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Mechelen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Belgian registry on coronary function testing (BELmicro registry): study population and prevalence of coronary vascular dysfunction.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tijs Bringmans", + "kol_full_name": "Tijs Bringmans" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Tafamidis", + "npi_num": "", + "hcp_pin_alias": "1156979", + "session_name": "Natural course and effect of tafamidis treatment in real-life octogenarians with wild-type transthyretin cardiac amyloidosis: an international multi-centre analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156979", + "first_name": "Philippe", + "middle_name": "", + "last_name": "Debonnaire", + "org_name": "AZ Sint Jan", + "Country": "Belgium", + "Region": "West-Vlaanderen", + "City": "Brugge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Natural course and effect of tafamidis treatment in real-life octogenarians with wild-type transthyretin cardiac amyloidosis: an international multi-centre analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Tafamidis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Philippe Debonnaire", + "kol_full_name": "Philippe Debonnaire" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hematoma | Pocket Compression Device | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1156978", + "session_name": "A prospective study of a novel pocket compression device to reduce pocket hematoma after cardiac implantable electronic device implantation in a high bleeding risk population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156978", + "first_name": "Maxime", + "middle_name": "", + "last_name": "Tijskens", + "org_name": "AZ Rivierenland", + "Country": "Belgium", + "Region": "Antwerpen", + "City": "Antwerp", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A prospective study of a novel pocket compression device to reduce pocket hematoma after cardiac implantable electronic device implantation in a high bleeding risk population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematoma | Pocket Compression Device ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hemorrhage", + "kol_name": "Maxime Tijskens", + "kol_full_name": "Maxime Tijskens" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair | Nicorandil", + "npi_num": "", + "hcp_pin_alias": "1156977", + "session_name": "Safety, tolerability, and basic pharmacokinetic parameters of AUX-001, a once-daily extended release nicorandil in healthy volunteers under fasting and fed conditions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156977", + "first_name": "Uwe", + "middle_name": "", + "last_name": "Tigoer", + "org_name": "Auxilius Pharma", + "Country": "Poland", + "Region": "Mazowieckie", + "City": "Warsaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety", + "rest_events_session_count": 3, + "rest_events_session": " tolerability, and basic pharmacokinetic parameters of AUX-001, a once-daily extended release nicorandil in healthy volunteers under fasting and fed conditions", + "events_topic": "Transcatheter Edge-to-Edge Repair | Nicorandil", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Uwe Tigoer", + "kol_full_name": "Uwe Tigoer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Psychological Distress | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1156976", + "session_name": "The identification, referral and management of patients with cardiac-related distress: a new model to support psychological recovery after a cardiac event", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156976", + "first_name": "Alun", + "middle_name": "Conrad", + "last_name": "Jackson", + "org_name": "Australian Centre for Heart Health", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The identification", + "rest_events_session_count": 1, + "rest_events_session": " referral and management of patients with cardiac-related distress: a new model to support psychological recovery after a cardiac event", + "events_topic": "Psychological Distress | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alun Conrad Jackson", + "kol_full_name": "Alun Conrad Jackson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrioventricular Node | Ablation Techniques | Cardiac Pacing, Artificial | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156975", + "session_name": "Conduction system pacing and atrioventricular node ablation for atrial fibrillation - a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156975", + "first_name": "Geoffrey", + "middle_name": "", + "last_name": "Wong", + "org_name": "Austin Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Conduction system pacing and atrioventricular node ablation for atrial fibrillation - a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrioventricular Node | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Pacing, Artificial | Atrial Fibrillation", + "kol_name": "Geoffrey Wong", + "kol_full_name": "Geoffrey Wong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity", + "npi_num": "", + "hcp_pin_alias": "1156974", + "session_name": "When the diet does not work: pharmacological options for obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156974", + "first_name": "Louise", + "middle_name": "", + "last_name": "Burrell", + "org_name": "Austin Health, University of Melbourne", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When the diet does not work: pharmacological options for obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Louise Burrell", + "kol_full_name": "Louise Burrell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1156973", + "session_name": "Implantable cardioverter-defibrillator (ICD) and cardiac resynchronization therapy (CRT): when to use in contemporary patients?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156973", + "first_name": "Francisco", + "middle_name": "", + "last_name": "Leyva", + "org_name": "Aston University", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implantable cardioverter-defibrillator (ICD) and cardiac resynchronization therapy (CRT): when to use in contemporary patients?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francisco Leyva", + "kol_full_name": "Francisco Leyva" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1156972", + "session_name": "Hypertrophic obstructive cardiomyopathy and mitral regurgitation: 'clipping' two birds with one stone - the Israeli perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156972", + "first_name": "Einat", + "middle_name": "", + "last_name": "Shaked", + "org_name": "Assuta Ashdod University Hospital", + "Country": "Israel", + "Region": "HaMerkaz (Central)", + "City": "Ashdod", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertrophic obstructive cardiomyopathy and mitral regurgitation: 'clipping' two birds with one stone - the Israeli perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Einat Shaked", + "kol_full_name": "Einat Shaked" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1156971", + "session_name": "Shocking news on implantable cardioverter defibrillators", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156971", + "first_name": "Giovanni", + "middle_name": "Luca", + "last_name": "Botto", + "org_name": "ASST Rhodense", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Shocking news on implantable cardioverter defibrillators", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giovanni Luca Botto", + "kol_full_name": "Giovanni Luca Botto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "1156970", + "session_name": "Clinical implications of catheter ablation techniques,Rhythm control for atrial fibrillation: procedures and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156970", + "first_name": "Patrizio", + "middle_name": "", + "last_name": "Mazzone", + "org_name": "ASST Great Metropolitan Niguarda", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical implications of catheter ablation techniques", + "rest_events_session_count": 1, + "rest_events_session": "Rhythm control for atrial fibrillation: procedures and outcomes", + "events_topic": "Atrial Fibrillation | Catheter Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patrizio Mazzone", + "kol_full_name": "Patrizio Mazzone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ovarian Neoplasms | Myocarditis | Immune Checkpoint Inhibitors | Myositis", + "npi_num": "", + "hcp_pin_alias": "1156969", + "session_name": "Immune checkpoint inhibitor (ICI)-related complicated acute myocarditis associated with myositis in a woman with advanced ovarian cancer.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156969", + "first_name": "Nicolina", + "middle_name": "", + "last_name": "Conti", + "org_name": "ASST Great Metropolitan Niguarda", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Immune checkpoint inhibitor (ICI)-related complicated acute myocarditis associated with myositis in a woman with advanced ovarian cancer.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Neoplasms | Myocarditis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immune Checkpoint Inhibitors | Myositis", + "kol_name": "Nicolina Conti", + "kol_full_name": "Nicolina Conti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Scleroderma, Systemic | Tachycardia, Ventricular", + "npi_num": "", + "hcp_pin_alias": "1156968", + "session_name": "Ventricular tachycardia as first manifestation of systemic sclerosis: acute myocarditis strikes.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156968", + "first_name": "Matteo", + "middle_name": "", + "last_name": "Palazzini", + "org_name": "ASST Great Metropolitan Niguarda", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular tachycardia as first manifestation of systemic sclerosis: acute myocarditis strikes.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Scleroderma, Systemic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tachycardia, Ventricular", + "kol_name": "Matteo Palazzini", + "kol_full_name": "Matteo Palazzini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1156967", + "session_name": "LBBAP versus conventional CRT reimplantation after transvenous lead extraction: report from a monocentric experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156967", + "first_name": "Matteo", + "middle_name": "", + "last_name": "Baroni", + "org_name": "ASST Great Metropolitan Niguarda", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LBBAP versus conventional CRT reimplantation after transvenous lead extraction: report from a monocentric experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matteo Baroni", + "kol_full_name": "Matteo Baroni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Ultrasonography | Catheters", + "npi_num": "", + "hcp_pin_alias": "1156966", + "session_name": "Ultrasound assisted, catheter-directed thrombolysis for acute intermediate-high and high risk pulmonary embolism: focus on safety for oncological patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156966", + "first_name": "Claudia", + "middle_name": "", + "last_name": "Colombo", + "org_name": "ASST Great Metropolitan Niguarda", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ultrasound assisted", + "rest_events_session_count": 1, + "rest_events_session": " catheter-directed thrombolysis for acute intermediate-high and high risk pulmonary embolism: focus on safety for oncological patients", + "events_topic": "Pulmonary Embolism | Ultrasonography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Catheters", + "kol_name": "Claudia Colombo", + "kol_full_name": "Claudia Colombo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertensive Crisis | Pulse Wave Analysis", + "npi_num": "", + "hcp_pin_alias": "1156965", + "session_name": "Carotid-Femoral pulse wave velocity progression in hypertensive patients is associated with subsequent cardiovascular outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156965", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Maloberti", + "org_name": "ASST Great Metropolitan Niguarda", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Carotid-Femoral pulse wave velocity progression in hypertensive patients is associated with subsequent cardiovascular outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertensive Crisis | Pulse Wave Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Maloberti", + "kol_full_name": "Alessandro Maloberti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Ticagrelor | Clopidogrel | Anemia", + "npi_num": "", + "hcp_pin_alias": "1156964", + "session_name": "One- and five-year mortality according to first use of ticagrelor or clopidogrel at the acute stage of myocardial infarction in elderly patients: the FAST-MI 2015 registry,Effects of restrictive vs liberal transfusion strategies on mortality in patients with acute myocardial infarction and anemia: The 6-month follow up primary results of the MINT trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156964", + "first_name": "Tabassome", + "middle_name": "", + "last_name": "Simon", + "org_name": "Assistance Publique Hopitaux de Paris, Hospital Saint-Antoine", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "One- and five-year mortality according to first use of ticagrelor or clopidogrel at the acute stage of myocardial infarction in elderly patients: the FAST-MI 2015 registry", + "rest_events_session_count": 1, + "rest_events_session": "Effects of restrictive vs liberal transfusion strategies on mortality in patients with acute myocardial infarction and anemia: The 6-month follow up primary results of the MINT trial", + "events_topic": "Myocardial Infarction | Ticagrelor ", + "rest_events_topic_count": 2, + "rest_events_topic": " Clopidogrel | Anemia", + "kol_name": "Tabassome Simon", + "kol_full_name": "Tabassome Simon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Apolipoproteins", + "npi_num": "", + "hcp_pin_alias": "1156963", + "session_name": "Association of polymorphism of apolipoprotein e gene with acute myocardial infarction and its short term clinical outcome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156963", + "first_name": "Mriganka", + "middle_name": "Shekhar", + "last_name": "Chaliha", + "org_name": "Assam Medical College", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of polymorphism of apolipoprotein e gene with acute myocardial infarction and its short term clinical outcome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Apolipoproteins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mriganka Shekhar Chaliha", + "kol_full_name": "Mriganka Shekhar Chaliha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MINOCA | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1156962", + "session_name": "5 acute myocardial infarction in 5 months: the challenging case of a 38 years old woman,MINOCA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156962", + "first_name": "Monica", + "middle_name": "", + "last_name": "Verdoia", + "org_name": "ASL Biella Hospital of the Sick University of Eastern Piedmont", + "Country": "Italy", + "Region": "Piemonte", + "City": "Biella", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "5 acute myocardial infarction in 5 months: the challenging case of a 38 years old woman", + "rest_events_session_count": 1, + "rest_events_session": "MINOCA", + "events_topic": "MINOCA | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Monica Verdoia", + "kol_full_name": "Monica Verdoia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Analgosedation | Cryoballoon Ablation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156961", + "session_name": "Comparison of procedural analgosedation in patients undergoing pulsed field ablation or cryoballoon ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156961", + "first_name": "Rahin", + "middle_name": "", + "last_name": "Wahedi", + "org_name": "Asklepios St. Georg Clinic", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of procedural analgosedation in patients undergoing pulsed field ablation or cryoballoon ablation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Analgosedation | Cryoballoon Ablation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Rahin Wahedi", + "kol_full_name": "Rahin Wahedi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156960", + "session_name": "Persistent atrial fibrillation: ablation early and first beats antiarrhythmic medication,Weight reduction to improve outcomes after atrial fibrillation ablation in patients with obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156960", + "first_name": "Melanie", + "middle_name": "", + "last_name": "Gunawardene", + "org_name": "Asklepios St. Georg Clinic", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Persistent atrial fibrillation: ablation early and first beats antiarrhythmic medication", + "rest_events_session_count": 1, + "rest_events_session": "Weight reduction to improve outcomes after atrial fibrillation ablation in patients with obesity", + "events_topic": "Obesity | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Melanie Gunawardene", + "kol_full_name": "Melanie Gunawardene" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Laser Therapy | Periprocedural Complications", + "npi_num": "", + "hcp_pin_alias": "1156959", + "session_name": "Periprocedural complications during transvenous lead extraction. Lessons learned from the GermAn Laser Lead Extraction RegistrY (GALLERY)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156959", + "first_name": "Da-Un", + "middle_name": "", + "last_name": "Chung", + "org_name": "Asklepios St. Georg Clinic", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Periprocedural complications during transvenous lead extraction. Lessons learned from the GermAn Laser Lead Extraction RegistrY (GALLERY)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Laser Therapy | Periprocedural Complications", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Da-Un Chung", + "kol_full_name": "Da-Un Chung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Health Care Sector", + "npi_num": "", + "hcp_pin_alias": "1156958", + "session_name": "The increasing impact of climate change on global health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156958", + "first_name": "Poornima", + "middle_name": "", + "last_name": "Prabhakaran", + "org_name": "Ashoka University", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The increasing impact of climate change on global health", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Care Sector", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Poornima Prabhakaran", + "kol_full_name": "Poornima Prabhakaran" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Right Ventricular-Pulmonary Arterial Coupling", + "npi_num": "", + "hcp_pin_alias": "1156957", + "session_name": "Right ventricular pulmonary artery uncoupling independently associated with 5 year outcome following AHF hospitalisation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156957", + "first_name": "Max", + "middle_name": "", + "last_name": "Berrill", + "org_name": "Ashford and St Peter's Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right ventricular pulmonary artery uncoupling independently associated with 5 year outcome following AHF hospitalisation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Right Ventricular-Pulmonary Arterial Coupling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Max Berrill", + "kol_full_name": "Max Berrill" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Syncope | Hypertrophy, Left Ventricular", + "npi_num": "", + "hcp_pin_alias": "1156956", + "session_name": "Left ventricular hypertrophy and syncope: how to implement the guidelines and take-home messages", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156956", + "first_name": "Alicia", + "middle_name": "Maria Maceira", + "last_name": "Gonzalez", + "org_name": "Ascires Biomedical Group", + "Country": "Spain", + "Region": "Valenciana", + "City": "Valencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular hypertrophy and syncope: how to implement the guidelines and take-home messages", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope | Hypertrophy, Left Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alicia Maria Maceira Gonzalez", + "kol_full_name": "Alicia Maria Maceira Gonzalez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Revascularization | Chronic Total Occlusion", + "npi_num": "", + "hcp_pin_alias": "1156955", + "session_name": "Long-term impact of complete revascularization on clinical outcomes in patients with coronary chronic total occlusion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156955", + "first_name": "Taeoh", + "middle_name": "", + "last_name": "Kim", + "org_name": "Asan Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term impact of complete revascularization on clinical outcomes in patients with coronary chronic total occlusion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Coronary Revascularization ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chronic Total Occlusion", + "kol_name": "Taeoh Kim", + "kol_full_name": "Taeoh Kim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography", + "npi_num": "", + "hcp_pin_alias": "1156954", + "session_name": "Long-term time-to-ventricular arrhythmic event prediction using a deep learning based model on the electrocardiogram signal", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156954", + "first_name": "Julia", + "middle_name": "", + "last_name": "Ramirez", + "org_name": "Aragon Institute of Engineering Research", + "Country": "Spain", + "Region": "Aragon", + "City": "Zaragoza", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term time-to-ventricular arrhythmic event prediction using a deep learning based model on the electrocardiogram signal", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julia Ramirez", + "kol_full_name": "Julia Ramirez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Obesity", + "npi_num": "", + "hcp_pin_alias": "1156953", + "session_name": "Delivering optimal care for patients with obesity during cardiac procedures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156953", + "first_name": "Sarita", + "middle_name": "", + "last_name": "Rao", + "org_name": "Apollo Hospitals Indore", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Delivering optimal care for patients with obesity during cardiac procedures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sarita Rao", + "kol_full_name": "Sarita Rao" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MINOCA | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1156952", + "session_name": "Chronic coronary syndromes,MINOCA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156952", + "first_name": "Antonio", + "middle_name": "", + "last_name": "Greco", + "org_name": "AOU Policlinico - G. Rodolico San Marco", + "Country": "Italy", + "Region": "Sicilia", + "City": "Catania", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic coronary syndromes", + "rest_events_session_count": 1, + "rest_events_session": "MINOCA", + "events_topic": "MINOCA | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonio Greco", + "kol_full_name": "Antonio Greco" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1156951", + "session_name": "SNORD3A: a new possible circulating biomarker of human heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156951", + "first_name": "Pina", + "middle_name": "", + "last_name": "Polese", + "org_name": "AOU Federico II University of Naples", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SNORD3A: a new possible circulating biomarker of human heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pina Polese", + "kol_full_name": "Pina Polese" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Gastrointestinal Microbiome", + "npi_num": "", + "hcp_pin_alias": "1156950", + "session_name": "Partial deletion of the Akap1 gene promotes abnormalities in gut barrier function, gut microbiota composition and cardiac function during cardiovascular aging in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156950", + "first_name": "Danila", + "middle_name": "", + "last_name": "Ioele", + "org_name": "AOU Federico II University of Naples", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Partial deletion of the Akap1 gene promotes abnormalities in gut barrier function", + "rest_events_session_count": 1, + "rest_events_session": " gut microbiota composition and cardiac function during cardiovascular aging in mice", + "events_topic": "Cardiovascular Diseases | Gastrointestinal Microbiome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Danila Ioele", + "kol_full_name": "Danila Ioele" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Arterial Hypertension | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1156949", + "session_name": "May right heart failure cause pulmonary congestion in pulmonary arterial hypertension?,Real-world evidence on pulmonary arterial hypertension: interim analysis from the Italian observational study INSPECTIO", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156949", + "first_name": "Michele", + "middle_name": "", + "last_name": "D'Alto", + "org_name": "AORN Ospedali dei Colli - Monaldi Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "May right heart failure cause pulmonary congestion in pulmonary arterial hypertension?", + "rest_events_session_count": 1, + "rest_events_session": "Real-world evidence on pulmonary arterial hypertension: interim analysis from the Italian observational study INSPECTIO", + "events_topic": "Pulmonary Arterial Hypertension | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michele D'Alto", + "kol_full_name": "Michele D'Alto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Smoking | Menopause | Mental Health | Hormone Replacement Therapy | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1156948", + "session_name": "Great Debate: should all menopausal women be prescribed hormone replacement therapy to reduce risk?,Smoking, mental health, and heart disease,Exercise in heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156948", + "first_name": "Monica", + "middle_name": "", + "last_name": "Tiberi", + "org_name": "AO North Marches United Hospitals", + "Country": "Italy", + "Region": "Marche", + "City": "Pesaro", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debate: should all menopausal women be prescribed hormone replacement therapy to reduce risk?", + "rest_events_session_count": 4, + "rest_events_session": "Smoking, mental health, and heart disease,Exercise in heart disease", + "events_topic": "Smoking | Menopause ", + "rest_events_topic_count": 3, + "rest_events_topic": " Mental Health | Hormone Replacement Therapy | Heart Diseases", + "kol_name": "Monica Tiberi", + "kol_full_name": "Monica Tiberi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "1156947", + "session_name": "Posterior wall isolation for persistent atrial fibrillation catheter ablation: an updated systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156947", + "first_name": "Matteo", + "middle_name": "", + "last_name": "Casula", + "org_name": "AO Brotzu Hospital", + "Country": "Italy", + "Region": "Sardegna", + "City": "Cagliari", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Posterior wall isolation for persistent atrial fibrillation catheter ablation: an updated systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Catheter Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matteo Casula", + "kol_full_name": "Matteo Casula" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Medical Device Legislation | Software | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156946", + "session_name": "Development and evaluation of a new software tool to address comorbidities in atrial fibrillation: lessons learned on how to navigate the EU’s Medical Device Regulation (MDR)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156946", + "first_name": "Lien", + "middle_name": "", + "last_name": "Desteghe", + "org_name": "Antwerp University Hospital", + "Country": "Belgium", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development and evaluation of a new software tool to address comorbidities in atrial fibrillation: lessons learned on how to navigate the EU’s Medical Device Regulation (MDR)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medical Device Legislation | Software ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Lien Desteghe", + "kol_full_name": "Lien Desteghe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rotational Atherectomy | Coronary Restenosis | Tomography, Optical Coherence | Drug-Coated Balloons | Angioplasty, Balloon | Drug-Eluting Stents | Ultrasonography, Interventional | Coronary Artery Disease | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1156945", + "session_name": "Temporal trends in the use of drug-coated balloons,The usefulness of IVUS and OCT in patients treated with rotational atherectomy,Long-term outcomes following DCB vs. DES for ISR treatment,Acute myocardial infarction: innovative approaches to management and prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156945", + "first_name": "Rafal", + "middle_name": "", + "last_name": "Januszek", + "org_name": "Andrzej Frycz Modrzewski Krakow University", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends in the use of drug-coated balloons", + "rest_events_session_count": 3, + "rest_events_session": "The usefulness of IVUS and OCT in patients treated with rotational atherectomy,Long-term outcomes following DCB vs. DES for ISR treatment,Acute myocardial infarction: innovative approaches to management and prediction", + "events_topic": "Rotational Atherectomy | Coronary Restenosis ", + "rest_events_topic_count": 7, + "rest_events_topic": " Tomography, Optical Coherence | Drug-Coated Balloons | Angioplasty, Balloon | Drug-Eluting Stents | Ultrasonography, Interventional | Coronary Artery Disease | Myocardial Infarction", + "kol_name": "Rafal Januszek", + "kol_full_name": "Rafal Januszek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Cardiac Pacing, Artificial | Amyloidosis, Hereditary, Transthyretin-Related | Biomarkers | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "1156944", + "session_name": "Evolution over time of cardiac biomarkers, electrocardiographic and echocardiographic features in a large cohort of patients with wild-type transthyretin cardiac amyloidosis treated with tafamidis,Effects of cardiac resynchronization therapy and physiologicaL pacing on left atrioventricular coupling index: the REPHYL-LACI study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156944", + "first_name": "Giuseppe", + "middle_name": "Damiano", + "last_name": "Sanna", + "org_name": "Amyloidosis Research and Treatment Center", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evolution over time of cardiac biomarkers", + "rest_events_session_count": 2, + "rest_events_session": " electrocardiographic and echocardiographic features in a large cohort of patients with wild-type transthyretin cardiac amyloidosis treated with tafamidis,Effects of cardiac resynchronization therapy and physiologicaL pacing on left atrioventricular coupling index: the REPHYL-LACI study", + "events_topic": "Electrocardiography | Cardiac Pacing, Artificial ", + "rest_events_topic_count": 3, + "rest_events_topic": " Amyloidosis, Hereditary, Transthyretin-Related | Biomarkers | Cardiac Resynchronization Therapy", + "kol_name": "Giuseppe Damiano Sanna", + "kol_full_name": "Giuseppe Damiano Sanna" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angina Pectoris | Microvascular Angina | Acute Coronary Syndrome | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1156943", + "session_name": "Treatment of angina in chronic coronary syndromes: where do we stand?,Cardiovascular disease in women,Comprehensive diagnosis and treatment of coronary microvascular dysfunction in patients with chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156943", + "first_name": "Yolande", + "middle_name": "", + "last_name": "Appelman", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of angina in chronic coronary syndromes: where do we stand?", + "rest_events_session_count": 2, + "rest_events_session": "Cardiovascular disease in women,Comprehensive diagnosis and treatment of coronary microvascular dysfunction in patients with chronic coronary syndromes", + "events_topic": "Angina Pectoris | Microvascular Angina ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Coronary Syndrome | Cardiovascular Diseases", + "kol_name": "Yolande Appelman", + "kol_full_name": "Yolande Appelman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Edoxaban Therapy | Stroke | Atherosclerosis | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156942", + "session_name": "Edoxaban for stroke prevention in routine practice patients with atrial fibrillation with and without atherosclerotic disease: a post-hoc sub-study of ETNA-AF-Europe", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156942", + "first_name": "Tim", + "middle_name": "Anthonie Christiaan", + "last_name": "de Vries", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Edoxaban for stroke prevention in routine practice patients with atrial fibrillation with and without atherosclerotic disease: a post-hoc sub-study of ETNA-AF-Europe", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Edoxaban Therapy | Stroke ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atherosclerosis | Atrial Fibrillation", + "kol_name": "Tim Anthonie Christiaan de Vries", + "kol_full_name": "Tim Anthonie Christiaan de Vries" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hematoma | Defibrillators, Implantable | Antithrombotic Therapy", + "npi_num": "", + "hcp_pin_alias": "1156941", + "session_name": "Antithrombotic therapy and the risk of pocket hematoma after subcutaneous implantable cardioverter-defibrillator implantation,Equal performance of the subcutaneous and transvenous implantable cardioverter defibrillator across all age groups in the PRAETORIAN trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156941", + "first_name": "Shari", + "middle_name": "", + "last_name": "Pepplinkhuizen", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antithrombotic therapy and the risk of pocket hematoma after subcutaneous implantable cardioverter-defibrillator implantation", + "rest_events_session_count": 1, + "rest_events_session": "Equal performance of the subcutaneous and transvenous implantable cardioverter defibrillator across all age groups in the PRAETORIAN trial", + "events_topic": "Hematoma | Defibrillators, Implantable ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antithrombotic Therapy", + "kol_name": "Shari Pepplinkhuizen", + "kol_full_name": "Shari Pepplinkhuizen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1156940", + "session_name": "Timing of inopressor initiation in patients with acute myocardial infarction complicated by cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156940", + "first_name": "Sanne", + "middle_name": "Ten", + "last_name": "Berg", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Timing of inopressor initiation in patients with acute myocardial infarction complicated by cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sanne Ten Berg", + "kol_full_name": "Sanne Ten Berg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Atherosclerosis | Genetic Predisposition To Disease", + "npi_num": "", + "hcp_pin_alias": "1156939", + "session_name": "Genetic predisposition of metabolic syndrome independent of weight in premature atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156939", + "first_name": "Sandeep", + "middle_name": "", + "last_name": "Singh", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic predisposition of metabolic syndrome independent of weight in premature atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolic Syndrome | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Genetic Predisposition To Disease", + "kol_name": "Sandeep Singh", + "kol_full_name": "Sandeep Singh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Digoxin | Magnetic Resonance Imaging | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156938", + "session_name": "Long-term prognostic value of microvascular obstruction by cardiac magnetic resonance in ST-segment elevation myocardial infarction,Electrical anomaly during digoxin loading in the setting of atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156938", + "first_name": "Raquel", + "middle_name": "Parween", + "last_name": "Amier", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term prognostic value of microvascular obstruction by cardiac magnetic resonance in ST-segment elevation myocardial infarction", + "rest_events_session_count": 1, + "rest_events_session": "Electrical anomaly during digoxin loading in the setting of atrial fibrillation", + "events_topic": "ST Elevation Myocardial Infarction | Digoxin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Magnetic Resonance Imaging | Atrial Fibrillation", + "kol_name": "Raquel Parween Amier", + "kol_full_name": "Raquel Parween Amier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Phospholamban | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1156937", + "session_name": "Time-varying cox model for heart failure prediction in phospholamban p.(Arg14del)-positive individuals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156937", + "first_name": "Myrthe", + "middle_name": "", + "last_name": "Van Der Heide", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Time-varying cox model for heart failure prediction in phospholamban p.(Arg14del)-positive individuals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Phospholamban | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Myrthe Van Der Heide", + "kol_full_name": "Myrthe Van Der Heide" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Rate | Brugada Syndrome", + "npi_num": "", + "hcp_pin_alias": "1156936", + "session_name": "Investigating the role of WT1 in Brugada syndrome pathophysiology,Listen to your heart: The effect of music on heart rate variability", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156936", + "first_name": "Madelief", + "middle_name": "", + "last_name": "Marsman", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Investigating the role of WT1 in Brugada syndrome pathophysiology", + "rest_events_session_count": 1, + "rest_events_session": "Listen to your heart: The effect of music on heart rate variability", + "events_topic": "Heart Rate | Brugada Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Madelief Marsman", + "kol_full_name": "Madelief Marsman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Large Language Models", + "npi_num": "", + "hcp_pin_alias": "1156935", + "session_name": "What are large language models (LLMs)?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156935", + "first_name": "Machteld", + "middle_name": "", + "last_name": "Boonstra", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What are large language models (LLMs)?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Large Language Models", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Machteld Boonstra", + "kol_full_name": "Machteld Boonstra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "1156934", + "session_name": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156934", + "first_name": "Lilian", + "middle_name": "", + "last_name": "Meijboom", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lilian Meijboom", + "kol_full_name": "Lilian Meijboom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antithrombotic Therapy | Transcatheter Aortic Valve Implantation | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1156933", + "session_name": "Identification of new instances of white matter hyperintensities in patients following TAVI (from the CAPITA study)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156933", + "first_name": "Kimberley", + "middle_name": "", + "last_name": "Hemelrijk", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification of new instances of white matter hyperintensities in patients following TAVI (from the CAPITA study)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antithrombotic Therapy | Transcatheter Aortic Valve Implantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hemorrhage", + "kol_name": "Kimberley Hemelrijk", + "kol_full_name": "Kimberley Hemelrijk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1156932", + "session_name": "Case-based cardiovascular collaborations: working together for a better future?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156932", + "first_name": "Kak", + "middle_name": "Khee", + "last_name": "Yeung", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case-based cardiovascular collaborations: working together for a better future?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kak Khee Yeung", + "kol_full_name": "Kak Khee Yeung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "1156931", + "session_name": "Adding ethnicity to cardiovascular risk prediction: external validation and model updating of SCORE2 using data from the multiethnic HELIUS population cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156931", + "first_name": "Joshua", + "middle_name": "", + "last_name": "Van Apeldoorn", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adding ethnicity to cardiovascular risk prediction: external validation and model updating of SCORE2 using data from the multiethnic HELIUS population cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joshua Van Apeldoorn", + "kol_full_name": "Joshua Van Apeldoorn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "1156930", + "session_name": "Sex differences in shocks and device-related complications in subcutaneous implantable-cardioverter defibrillator patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156930", + "first_name": "Jolien", + "middle_name": "Anne", + "last_name": "De Veld", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in shocks and device-related complications in subcutaneous implantable-cardioverter defibrillator patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jolien Anne De Veld", + "kol_full_name": "Jolien Anne De Veld" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Angina With Non-Obstructive Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1156929", + "session_name": "Sex-differences in ANOCA patients undergoing invasive coronary function testing: preliminary results from the Dutch national NL-CFT registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156929", + "first_name": "Janneke", + "middle_name": "", + "last_name": "Woudstra", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-differences in ANOCA patients undergoing invasive coronary function testing: preliminary results from the Dutch national NL-CFT registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angina With Non-Obstructive Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Janneke Woudstra", + "kol_full_name": "Janneke Woudstra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Athletes | Pharmaceutical Preparations | Cardiomyopathy, Hypertrophic | Exercise Therapy", + "npi_num": "", + "hcp_pin_alias": "1156928", + "session_name": "Drugs and exercise performance in athletes,Great Debate: hypertrophic cardiomyopathy and sport - restrict or rethink?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156928", + "first_name": "Harald", + "middle_name": "Thune", + "last_name": "Jorstad", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drugs and exercise performance in athletes", + "rest_events_session_count": 1, + "rest_events_session": "Great Debate: hypertrophic cardiomyopathy and sport - restrict or rethink?", + "events_topic": "Athletes | Pharmaceutical Preparations ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Exercise Therapy", + "kol_name": "Harald Thune Jorstad", + "kol_full_name": "Harald Thune Jorstad" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "1156927", + "session_name": "Mechanisms of right heart failure in pulmonary hypertension (PROMETHEUS Project)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156927", + "first_name": "Frances", + "middle_name": "", + "last_name": "De Man", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanisms of right heart failure in pulmonary hypertension (PROMETHEUS Project)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Frances De Man", + "kol_full_name": "Frances De Man" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1156926", + "session_name": "Why is artificial intelligence not implemented in clinical practice?,Using artificial intelligence to bridge gaps in cardiovascular care,Personalised medicine approaches in cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156926", + "first_name": "Folkert", + "middle_name": "", + "last_name": "Asselbergs", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Why is artificial intelligence not implemented in clinical practice?", + "rest_events_session_count": 2, + "rest_events_session": "Using artificial intelligence to bridge gaps in cardiovascular care,Personalised medicine approaches in cardiomyopathy", + "events_topic": "Artificial Intelligence | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Folkert Asselbergs", + "kol_full_name": "Folkert Asselbergs" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Deep Learning", + "npi_num": "", + "hcp_pin_alias": "1156925", + "session_name": "Innovations in cardiac health prediction: integrating deep learning with multimodal data analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156925", + "first_name": "Fleur", + "middle_name": "", + "last_name": "Tjong", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovations in cardiac health prediction: integrating deep learning with multimodal data analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging | Deep Learning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fleur Tjong", + "kol_full_name": "Fleur Tjong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dementia", + "npi_num": "", + "hcp_pin_alias": "1156924", + "session_name": "Prevention of dementia using mobile phone applications (PRODEMOS): a multinational randomised controlled effectiveness-implementation trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156924", + "first_name": "Eric", + "middle_name": "Moll", + "last_name": "van Charante", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevention of dementia using mobile phone applications (PRODEMOS): a multinational randomised controlled effectiveness-implementation trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dementia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eric Moll van Charante", + "kol_full_name": "Eric Moll van Charante" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1156923", + "session_name": "Utility of polygenic risk score for prediction of dilated cardiomyopathy and modulation of severity of LV dysfunction among cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156923", + "first_name": "Daria", + "middle_name": "", + "last_name": "Kramarenko", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utility of polygenic risk score for prediction of dilated cardiomyopathy and modulation of severity of LV dysfunction among cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daria Kramarenko", + "kol_full_name": "Daria Kramarenko" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1156922", + "session_name": "Novel mechanisms of arrhythmogenic cardiac disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156922", + "first_name": "Connie", + "middle_name": "R.", + "last_name": "Bezzina", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel mechanisms of arrhythmogenic cardiac disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Connie R. Bezzina", + "kol_full_name": "Connie R. Bezzina" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "1156921", + "session_name": "Personalised treatment of cardiac arrhythmias: novel insights from the bench", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156921", + "first_name": "Carol", + "middle_name": "Ann", + "last_name": "Remme", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised treatment of cardiac arrhythmias: novel insights from the bench", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carol Ann Remme", + "kol_full_name": "Carol Ann Remme" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Myocardial Perfusion Imaging | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1156920", + "session_name": "Quantitative perfusion by cardiac magnetic resonance analysis reveals compromised myocardial perfusion in patients with angina with non-obstructive coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156920", + "first_name": "Caitlin", + "middle_name": "", + "last_name": "Vink", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quantitative perfusion by cardiac magnetic resonance analysis reveals compromised myocardial perfusion in patients with angina with non-obstructive coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Myocardial Perfusion Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Caitlin Vink", + "kol_full_name": "Caitlin Vink" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Implantation | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1156919", + "session_name": "TAVI in adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156919", + "first_name": "Berto", + "middle_name": "", + "last_name": "Bouma", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI in adult congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Implantation | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Berto Bouma", + "kol_full_name": "Berto Bouma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Sarcomeres | Trimetazidine", + "npi_num": "", + "hcp_pin_alias": "1156918", + "session_name": "Effect of trimetazidine dihydrochloride therapy on myocardial external efficiency in preclinical individuals with an HCM sarcomeric gene mutation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156918", + "first_name": "Beau", + "middle_name": "", + "last_name": "Van Driel", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of trimetazidine dihydrochloride therapy on myocardial external efficiency in preclinical individuals with an HCM sarcomeric gene mutation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Sarcomeres ", + "rest_events_topic_count": 1, + "rest_events_topic": " Trimetazidine", + "kol_name": "Beau Van Driel", + "kol_full_name": "Beau Van Driel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Risk Assessment | Hypertension, Pulmonary | Heart Ventricles", + "npi_num": "", + "hcp_pin_alias": "1156917", + "session_name": "Risk assessment, right ventricle health, and clinical decision-making,Pulmonary hypertension: advanced diagnostics,Shaping the future management of pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156917", + "first_name": "Antonie", + "middle_name": "Vonk", + "last_name": "Noordegraaf", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk assessment", + "rest_events_session_count": 4, + "rest_events_session": " right ventricle health, and clinical decision-making,Pulmonary hypertension: advanced diagnostics,Shaping the future management of pulmonary hypertension", + "events_topic": "Risk Assessment | Hypertension, Pulmonary ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Ventricles", + "kol_name": "Antonie Vonk Noordegraaf", + "kol_full_name": "Antonie Vonk Noordegraaf" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1156916", + "session_name": "Cardiovascular disease in special populations: paediatric cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156916", + "first_name": "Albert", + "middle_name": "", + "last_name": "Wiegman", + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease in special populations: paediatric cardiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Albert Wiegman", + "kol_full_name": "Albert Wiegman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "1156915", + "session_name": "Validation of an artificial intelligence system for holter ECG analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156915", + "first_name": "Adam", + "middle_name": "", + "last_name": "Janas", + "org_name": "American Heart of Poland", + "Country": "Poland", + "Region": "Slaskie", + "City": "Katowice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of an artificial intelligence system for holter ECG analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adam Janas", + "kol_full_name": "Adam Janas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Intravascular Imaging", + "npi_num": "", + "hcp_pin_alias": "1156914", + "session_name": "A close look from the inside: the importance of an intravascular imaging-based approach to coronary interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156914", + "first_name": "Christoph", + "middle_name": "", + "last_name": "Jensen", + "org_name": "Ambulatory Heart Center Kassel", + "Country": "Germany", + "Region": "Hessen", + "City": "Kassel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A close look from the inside: the importance of an intravascular imaging-based approach to coronary interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Intravascular Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christoph Jensen", + "kol_full_name": "Christoph Jensen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "", + "hcp_pin_alias": "1156913", + "session_name": "Takotsubo syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156913", + "first_name": "Sergio", + "middle_name": "Raposeiras", + "last_name": "Roubin", + "org_name": "Alvaro Cunqueiro Hospital", + "Country": "Spain", + "Region": "Galicia", + "City": "Vigo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Takotsubo syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sergio Raposeiras Roubin", + "kol_full_name": "Sergio Raposeiras Roubin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Coronary Disease | Coronary Vessel Anomalies", + "npi_num": "", + "hcp_pin_alias": "1156912", + "session_name": "Non-coronary cardiac interventions,Coronary anomalies,Transcatheter aortic valve interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156912", + "first_name": "Berenice", + "middle_name": "", + "last_name": "Caneiro-Queija", + "org_name": "Alvaro Cunqueiro Hospital", + "Country": "Spain", + "Region": "Galicia", + "City": "Vigo", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-coronary cardiac interventions", + "rest_events_session_count": 2, + "rest_events_session": "Coronary anomalies,Transcatheter aortic valve interventions", + "events_topic": "Transcatheter Aortic Valve Replacement | Coronary Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Vessel Anomalies", + "kol_name": "Berenice Caneiro-Queija", + "kol_full_name": "Berenice Caneiro-Queija" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Precision Medicine | Cardiovascular Diseases | Coronary Artery Disease | Coronary Artery Bypass | Atherosclerosis", + "npi_num": "", + "hcp_pin_alias": "1156911", + "session_name": "Smaller trials, trial updates, and other studies on coronary artery disease,Experimental studies in coronary atherosclerosis disease,Risk stratification and treatment in patients undergoing CABG,The future of personalised medicine in cardiology practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156911", + "first_name": "Olivia", + "middle_name": "", + "last_name": "Manfrini", + "org_name": "University of Bologna Alma Mater Studiorum", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 5, + "rest_events_session": " trial updates, and other studies on coronary artery disease,Experimental studies in coronary atherosclerosis disease,Risk stratification and treatment in patients undergoing CABG,The future of personalised medicine in cardiology practice", + "events_topic": "Precision Medicine | Cardiovascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Coronary Artery Disease | Coronary Artery Bypass | Atherosclerosis", + "kol_name": "Olivia Manfrini", + "kol_full_name": "Olivia Manfrini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Non-ST Elevated Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1156910", + "session_name": "Predictors of periprocedural myocardial infarction following percutaneous coronary intervenction in NSTEMI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156910", + "first_name": "Marcello", + "middle_name": "Casuso", + "last_name": "Alvarez", + "org_name": "University of Bologna Alma Mater Studiorum", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of periprocedural myocardial infarction following percutaneous coronary intervenction in NSTEMI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Non-ST Elevated Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marcello Casuso Alvarez", + "kol_full_name": "Marcello Casuso Alvarez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Disease Management", + "npi_num": "", + "hcp_pin_alias": "1156909", + "session_name": "Advancements in cardiovascular medicine: from molecular insights to clinical strategies in heart disease management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156909", + "first_name": "Carmine", + "middle_name": "", + "last_name": "Pizzi", + "org_name": "University of Bologna Alma Mater Studiorum", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advancements in cardiovascular medicine: from molecular insights to clinical strategies in heart disease management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Disease Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carmine Pizzi", + "kol_full_name": "Carmine Pizzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Monocytes | Atherosclerosis | Inflammation", + "npi_num": "", + "hcp_pin_alias": "1156908", + "session_name": "Monocyte response to mitochondrial DAMPs in elderly subjects: a possible contribution to chronic inflammation and atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156908", + "first_name": "Anna", + "middle_name": "Vittoria", + "last_name": "Mattioli", + "org_name": "University of Bologna Alma Mater Studiorum", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Bologna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Monocyte response to mitochondrial DAMPs in elderly subjects: a possible contribution to chronic inflammation and atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Monocytes | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Inflammation", + "kol_name": "Anna Vittoria Mattioli", + "kol_full_name": "Anna Vittoria Mattioli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antibody Mediated Rejection | Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1156907", + "session_name": "Incidence of acute cellular and antibody mediated rejection in heart transplantation from a tertiary care center", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156907", + "first_name": "Sunil", + "middle_name": "Kumar", + "last_name": "Mallick", + "org_name": "All India Institute of Medical Sciences (AIIMS)", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of acute cellular and antibody mediated rejection in heart transplantation from a tertiary care center", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antibody Mediated Rejection | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sunil Kumar Mallick", + "kol_full_name": "Sunil Kumar Mallick" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1156906", + "session_name": "Pearl string coronary artery, better to keep it covered", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156906", + "first_name": "Satyavir", + "middle_name": "", + "last_name": "Yadav", + "org_name": "All India Institute of Medical Sciences (AIIMS)", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pearl string coronary artery", + "rest_events_session_count": 1, + "rest_events_session": " better to keep it covered", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Satyavir Yadav", + "kol_full_name": "Satyavir Yadav" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Hemorrhage | Mortality | Renal Dialysis | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "1156905", + "session_name": "Direct oral anticoagulants exhibit lower risks of mortality and bleeding compared to vitamin-k antagonists in atrial fibrillation patients on chronic hemodialysis: a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156905", + "first_name": "Hritvik", + "middle_name": "", + "last_name": "Jain", + "org_name": "All India Institute of Medical Sciences (AIIMS)", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Direct oral anticoagulants exhibit lower risks of mortality and bleeding compared to vitamin-k antagonists in atrial fibrillation patients on chronic hemodialysis: a meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Hemorrhage ", + "rest_events_topic_count": 3, + "rest_events_topic": " Mortality | Renal Dialysis | Anticoagulants", + "kol_name": "Hritvik Jain", + "kol_full_name": "Hritvik Jain" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metoprolol Therapy | Eisenmenger Syndrome", + "npi_num": "", + "hcp_pin_alias": "1156904", + "session_name": "Metoprolol therapy in patients with Eisenmenger syndrome (MINES) study. A single-centre, double-blinded, randomised, placebo-controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156904", + "first_name": "Aswin", + "middle_name": "", + "last_name": "Pius", + "org_name": "All India Institute of Medical Sciences (AIIMS)", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metoprolol therapy in patients with Eisenmenger syndrome (MINES) study. A single-centre", + "rest_events_session_count": 3, + "rest_events_session": " double-blinded, randomised, placebo-controlled trial", + "events_topic": "Metoprolol Therapy | Eisenmenger Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aswin Pius", + "kol_full_name": "Aswin Pius" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Heart Disease Risk Factors | Embolism | Diagnostic Imaging | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "1156903", + "session_name": "Cardiovascular risk factors and risk of embolic events: new echocardiographic insights,Imaging for diagnosis and management of valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156903", + "first_name": "Tugba", + "middle_name": "Kemaloglu", + "last_name": "Oz", + "org_name": "ALICE SPRINGS HOSPITAL", + "Country": "Australia", + "Region": "Northern Territory", + "City": "Alice Springs", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk factors and risk of embolic events: new echocardiographic insights", + "rest_events_session_count": 1, + "rest_events_session": "Imaging for diagnosis and management of valvular heart disease", + "events_topic": "Heart Valve Diseases | Heart Disease Risk Factors ", + "rest_events_topic_count": 3, + "rest_events_topic": " Embolism | Diagnostic Imaging | Echocardiography", + "kol_name": "Tugba Kemaloglu Oz", + "kol_full_name": "Tugba Kemaloglu Oz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Circulation | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "1156902", + "session_name": "Biomarker research in Circulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156902", + "first_name": "Torbjorn", + "middle_name": "", + "last_name": "Omland", + "org_name": "Akershus University Hospital", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomarker research in Circulation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Circulation | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Torbjorn Omland", + "kol_full_name": "Torbjorn Omland" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Social Media | Arrhythmias, Cardiac | Liver Function Tests | Echocardiography | Digital Health | Blood Circulation | Apolipoproteins | Heart Failure | Deep Learning", + "npi_num": "", + "hcp_pin_alias": "1156901", + "session_name": "Liver function tests in patients receiving high-intensity care after hospital admission for acute heart failure: the STRONG-HF trial,External validation of a deep learning algorithm for automated echocardiographic strain measurements,Low levels of apolipoprotein M are associated with increased risk of ventricular arrhythmias,Social media in Circulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156901", + "first_name": "Peder", + "middle_name": "Langeland", + "last_name": "Myhre", + "org_name": "Akershus University Hospital", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Liver function tests in patients receiving high-intensity care after hospital admission for acute heart failure: the STRONG-HF trial", + "rest_events_session_count": 3, + "rest_events_session": "External validation of a deep learning algorithm for automated echocardiographic strain measurements,Low levels of apolipoprotein M are associated with increased risk of ventricular arrhythmias,Social media in Circulation", + "events_topic": "Social Media | Arrhythmias, Cardiac ", + "rest_events_topic_count": 7, + "rest_events_topic": " Liver Function Tests | Echocardiography | Digital Health | Blood Circulation | Apolipoproteins | Heart Failure | Deep Learning", + "kol_name": "Peder Langeland Myhre", + "kol_full_name": "Peder Langeland Myhre" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digoxin | Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156900", + "session_name": "Utilization and safety of digoxin in patients with chronic heart failure and atrial fibrillation with rapid ventricular rate", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156900", + "first_name": "Kristian", + "middle_name": "", + "last_name": "Berge", + "org_name": "Akershus University Hospital", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utilization and safety of digoxin in patients with chronic heart failure and atrial fibrillation with rapid ventricular rate", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digoxin | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Kristian Berge", + "kol_full_name": "Kristian Berge" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1156899", + "session_name": "Circulating secretoneurin concentrations predict 90-day mortality in patients with cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156899", + "first_name": "Helge", + "middle_name": "", + "last_name": "Rosjo", + "org_name": "Akershus University Hospital", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating secretoneurin concentrations predict 90-day mortality in patients with cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Helge Rosjo", + "kol_full_name": "Helge Rosjo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Lymphoma, Primary Effusion | Cardiomyopathy, Hypertrophic | Lymphoma", + "npi_num": "", + "hcp_pin_alias": "1156898", + "session_name": "The obesity paradox in patients with hypertrophic cardiomyopathy: A Korean nationwide cohort study,Massive pericardial effusion caused by primary effusion lymphoma of the pericardium", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156898", + "first_name": "Moonseung", + "middle_name": "", + "last_name": "SOH", + "org_name": "Ajou University School of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Suwon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The obesity paradox in patients with hypertrophic cardiomyopathy: A Korean nationwide cohort study", + "rest_events_session_count": 1, + "rest_events_session": "Massive pericardial effusion caused by primary effusion lymphoma of the pericardium", + "events_topic": "Obesity | Lymphoma, Primary Effusion ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Lymphoma", + "kol_name": "Moonseung SOH", + "kol_full_name": "Moonseung SOH" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transthoracic Echocardiography | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "1156897", + "session_name": "Impact of systolic coronary flow reversal in patients with aortic stenosis: assessment with transthoracic echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156897", + "first_name": "Wataru", + "middle_name": "", + "last_name": "Suzuki", + "org_name": "Aichi medical university hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of systolic coronary flow reversal in patients with aortic stenosis: assessment with transthoracic echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transthoracic Echocardiography | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wataru Suzuki", + "kol_full_name": "Wataru Suzuki" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1156896", + "session_name": "Increasing trends in hypertension-related mortality in European Union 27 countries from 2011 to 2019", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156896", + "first_name": "Alberto", + "middle_name": "", + "last_name": "MAZZA", + "org_name": "Adria Civil Hospital", + "Country": "Italy", + "Region": "Veneto", + "City": "Rovigo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increasing trends in hypertension-related mortality in European Union 27 countries from 2011 to 2019", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alberto MAZZA", + "kol_full_name": "Alberto MAZZA" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1156895", + "session_name": "Clinical characteristics and burden of non-obstructive hypertrophic cardiomyopathy: a real-world survey in Italy and Spain", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156895", + "first_name": "Mollie", + "middle_name": "", + "last_name": "Lowe", + "org_name": "Adelphi Real World", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical characteristics and burden of non-obstructive hypertrophic cardiomyopathy: a real-world survey in Italy and Spain", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mollie Lowe", + "kol_full_name": "Mollie Lowe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Embolic Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156894", + "session_name": "Atrial fibrillation detection on implantable loop recorders in embolic stroke of undetermined source", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156894", + "first_name": "Panagiota", + "middle_name": "Anna", + "last_name": "Chousou", + "org_name": "Addenbrooke's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation detection on implantable loop recorders in embolic stroke of undetermined source", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Embolic Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Panagiota Anna Chousou", + "kol_full_name": "Panagiota Anna Chousou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise Therapy | Ventricular Remodeling", + "npi_num": "", + "hcp_pin_alias": "1156893", + "session_name": "Right-sided exercise-induced cardiac remodelling is more pronounced in white than in black elite football players", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156893", + "first_name": "Rianne", + "middle_name": "Bruin", + "last_name": "de-bon", + "org_name": "Academic Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right-sided exercise-induced cardiac remodelling is more pronounced in white than in black elite football players", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise Therapy | Ventricular Remodeling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rianne Bruin de-bon", + "kol_full_name": "Rianne Bruin de-bon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1156892", + "session_name": "Cardiac MRI traits linked to cardiomyopathy mutations in phenotype naive carriers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156892", + "first_name": "Philip", + "middle_name": "", + "last_name": "Croon", + "org_name": "Academic Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac MRI traits linked to cardiomyopathy mutations in phenotype naive carriers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Philip Croon", + "kol_full_name": "Philip Croon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Randomized Controlled Trials As Topic | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "1156891", + "session_name": "This is the real world: smartwatches for the detection and treatment of atrial fibrillation.,Enhanced Detection and Quickened Diagnosis of Atrial Fibrillation Using Apple Watch: A Randomized Controlled Trial,Enhanced detection and accelerated diagnosis of atrial fibrillation using smartwatches: a randomized controlled Trial (EQUAL Study)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156891", + "first_name": "Michiel", + "middle_name": "", + "last_name": "Winter", + "org_name": "Academic Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "This is the real world: smartwatches for the detection and treatment of atrial fibrillation.", + "rest_events_session_count": 2, + "rest_events_session": "Enhanced Detection and Quickened Diagnosis of Atrial Fibrillation Using Apple Watch: A Randomized Controlled Trial,Enhanced detection and accelerated diagnosis of atrial fibrillation using smartwatches: a randomized controlled Trial (EQUAL Study)", + "events_topic": "Randomized Controlled Trials As Topic | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michiel Winter", + "kol_full_name": "Michiel Winter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1156890", + "session_name": "Advancing cardiac care in acute coronary syndromes: from genetics to social determinants,TAVI vs. SAVR: still unresolved question?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156890", + "first_name": "Marije", + "middle_name": "", + "last_name": "Vis", + "org_name": "Academic Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advancing cardiac care in acute coronary syndromes: from genetics to social determinants", + "rest_events_session_count": 1, + "rest_events_session": "TAVI vs. SAVR: still unresolved question?", + "events_topic": "Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Marije Vis", + "kol_full_name": "Marije Vis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise | Troponin", + "npi_num": "", + "hcp_pin_alias": "1156889", + "session_name": "Exercise-induced cardiac troponins in long-distance walkers: a preliminary observation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156889", + "first_name": "Sacha", + "middle_name": "", + "last_name": "Lamers", + "org_name": "Academic Hospital Maastricht", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise-induced cardiac troponins in long-distance walkers: a preliminary observation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise | Troponin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sacha Lamers", + "kol_full_name": "Sacha Lamers" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ventricular Dysfunction | Multimodal Imaging | Sepsis", + "npi_num": "", + "hcp_pin_alias": "1156888", + "session_name": "Multimodality imaging assessment of rapidly developing, sepsis-related myocardial calcification with biventricular dysfunction: an unusual case.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156888", + "first_name": "Toba", + "middle_name": "", + "last_name": "Obafemi", + "org_name": "Aberdeen Royal Infirmary", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Aberdeen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multimodality imaging assessment of rapidly developing", + "rest_events_session_count": 1, + "rest_events_session": " sepsis-related myocardial calcification with biventricular dysfunction: an unusual case.", + "events_topic": "Ventricular Dysfunction | Multimodal Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Sepsis", + "kol_name": "Toba Obafemi", + "kol_full_name": "Toba Obafemi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "1156887", + "session_name": "Mortality and survival rate in a scottish cohort of adults with congenital heart disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156887", + "first_name": "Sayed", + "middle_name": "Ahmed Osman Mohamed", + "last_name": "Metwaly", + "org_name": "Aberdeen Royal Infirmary", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Aberdeen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mortality and survival rate in a scottish cohort of adults with congenital heart disease.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sayed Ahmed Osman Mohamed Metwaly", + "kol_full_name": "Sayed Ahmed Osman Mohamed Metwaly" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endovascular Procedures | Drug-Eluting Stents", + "npi_num": "", + "hcp_pin_alias": "1156886", + "session_name": "Discussant review - ASSURE DES,Peripheral and endovascular interventions: miscellaneous", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156886", + "first_name": "Nicola", + "middle_name": "", + "last_name": "Ryan", + "org_name": "Aberdeen Royal Infirmary", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Aberdeen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - ASSURE DES", + "rest_events_session_count": 1, + "rest_events_session": "Peripheral and endovascular interventions: miscellaneous", + "events_topic": "Endovascular Procedures | Drug-Eluting Stents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicola Ryan", + "kol_full_name": "Nicola Ryan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1156885", + "session_name": "A study of intracoronary thrombolytic agents in high thrombotic burden lesions during primary PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156885", + "first_name": "Venkata", + "middle_name": "Rs Subrahmanya Sarma", + "last_name": "Palaparthi", + "org_name": "Aayush Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A study of intracoronary thrombolytic agents in high thrombotic burden lesions during primary PCI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Venkata Rs Subrahmanya Sarma Palaparthi", + "kol_full_name": "Venkata Rs Subrahmanya Sarma Palaparthi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genetic Testing | Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "1156884", + "session_name": "Subclinical myocardial phenotype in genotype-positive relatives attending clinical and genetic screening for familial dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156884", + "first_name": "Torsten", + "middle_name": "Bloch", + "last_name": "Rasmussen", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Subclinical myocardial phenotype in genotype-positive relatives attending clinical and genetic screening for familial dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetic Testing | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Torsten Bloch Rasmussen", + "kol_full_name": "Torsten Bloch Rasmussen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Myocardial Infarction | ST Elevation Myocardial Infarction | Hemorrhage", + "npi_num": "", + "hcp_pin_alias": "1156883", + "session_name": "Temporal trends in major bleeding after primary percutaneous coronary intervention for ST-segment elevation myocardial infarction from 2003 to 2017: the Western Denmark Heart Registry,Trends in major cardiac events after ST-segment elevation myocardial infarction treated with primary percutaneous coronary intervention from 2003 to 2017: the western Denmark heart registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156883", + "first_name": "Pernille", + "middle_name": "Gro", + "last_name": "Thrane", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends in major bleeding after primary percutaneous coronary intervention for ST-segment elevation myocardial infarction from 2003 to 2017: the Western Denmark Heart Registry", + "rest_events_session_count": 1, + "rest_events_session": "Trends in major cardiac events after ST-segment elevation myocardial infarction treated with primary percutaneous coronary intervention from 2003 to 2017: the western Denmark heart registry", + "events_topic": "Percutaneous Coronary Intervention | Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " ST Elevation Myocardial Infarction | Hemorrhage", + "kol_name": "Pernille Gro Thrane", + "kol_full_name": "Pernille Gro Thrane" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1156882", + "session_name": "Mortality related to left ventricular ejection fraction and obstructive coronary artery disease in non-ST-segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156882", + "first_name": "Nina", + "middle_name": "", + "last_name": "Stoedkilde-Joergensen", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mortality related to left ventricular ejection fraction and obstructive coronary artery disease in non-ST-segment elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nina Stoedkilde-Joergensen", + "kol_full_name": "Nina Stoedkilde-Joergensen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Ischemia | Tomography, X-Ray Computed | Angiography", + "npi_num": "", + "hcp_pin_alias": "1156881", + "session_name": "Influence of coronary plaque characteristics on lesion-specific ischemia assessed by coronary computed tomography angiography and fractional flow reserve - a systematic review and meta-analysis,Interscan reproducibility of computed tomography derived coronary plaque volume measurements using a semi-automated analysis software", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156881", + "first_name": "Nadia", + "middle_name": "", + "last_name": "Iraqi", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of coronary plaque characteristics on lesion-specific ischemia assessed by coronary computed tomography angiography and fractional flow reserve - a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Interscan reproducibility of computed tomography derived coronary plaque volume measurements using a semi-automated analysis software", + "events_topic": "Plaque, Atherosclerotic | Ischemia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tomography, X-Ray Computed | Angiography", + "kol_name": "Nadia Iraqi", + "kol_full_name": "Nadia Iraqi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Cholesterol, HDL", + "npi_num": "", + "hcp_pin_alias": "1156880", + "session_name": "Composition of non-HDL cholesterol and residual cardiovascular risk in secondary prevention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156880", + "first_name": "Malene", + "middle_name": "", + "last_name": "Hansen", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Composition of non-HDL cholesterol and residual cardiovascular risk in secondary prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Cholesterol, HDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Malene Hansen", + "kol_full_name": "Malene Hansen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise Test | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1156879", + "session_name": "Functional capacity by cardiopulmonary exercise testing is not related to health status in obstructive hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156879", + "first_name": "Louise", + "middle_name": "", + "last_name": "Bjerregaard", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Functional capacity by cardiopulmonary exercise testing is not related to health status in obstructive hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise Test | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Louise Bjerregaard", + "kol_full_name": "Louise Bjerregaard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Troponin | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1156878", + "session_name": "Troponin and other biomarkers for diagnosis of acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156878", + "first_name": "Kristian", + "middle_name": "", + "last_name": "Thygesen", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Troponin and other biomarkers for diagnosis of acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Troponin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Kristian Thygesen", + "kol_full_name": "Kristian Thygesen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1156877", + "session_name": "Symptomatic patients without coronary artery disease do not have excess cardiovascular risk compared to the general population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156877", + "first_name": "Kevin", + "middle_name": "Kris Warnakula", + "last_name": "Olesen", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Symptomatic patients without coronary artery disease do not have excess cardiovascular risk compared to the general population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kevin Kris Warnakula Olesen", + "kol_full_name": "Kevin Kris Warnakula Olesen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fibrinolysis | Heart Transplantation", + "npi_num": "", + "hcp_pin_alias": "1156876", + "session_name": "Altered clot formation and fibrinolysis in heart transplant recipients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156876", + "first_name": "Kamilla", + "middle_name": "", + "last_name": "Bjerre", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Altered clot formation and fibrinolysis in heart transplant recipients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibrinolysis | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kamilla Bjerre", + "kol_full_name": "Kamilla Bjerre" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease | Diabetes Mellitus, Type 2 | Amputation", + "npi_num": "", + "hcp_pin_alias": "1156875", + "session_name": "Twenty-year trends in peripheral artery disease, lower extremity revascularization, and lower extremity amputation in newly diagnosed type 2 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156875", + "first_name": "Christine", + "middle_name": "", + "last_name": "Gyldenkerne", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Twenty-year trends in peripheral artery disease", + "rest_events_session_count": 2, + "rest_events_session": " lower extremity revascularization, and lower extremity amputation in newly diagnosed type 2 diabetes", + "events_topic": "Peripheral Arterial Disease | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amputation", + "kol_name": "Christine Gyldenkerne", + "kol_full_name": "Christine Gyldenkerne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Thromboembolic Pulmonary Hypertension", + "npi_num": "", + "hcp_pin_alias": "1156874", + "session_name": "Personalising treatment of chronic thromboembolic pulmonary hypertension (CTEPH): right treatment for the right patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156874", + "first_name": "Asger", + "middle_name": "", + "last_name": "Andersen", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising treatment of chronic thromboembolic pulmonary hypertension (CTEPH): right treatment for the right patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Thromboembolic Pulmonary Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Asger Andersen", + "kol_full_name": "Asger Andersen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Alcohol Septal Ablation | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "1156873", + "session_name": "Effect of alcohol septal ablation on exercise hemodynamics, symptoms and quality of life in patients with obstructive hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156873", + "first_name": "Anne", + "middle_name": "", + "last_name": "Dybro", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of alcohol septal ablation on exercise hemodynamics", + "rest_events_session_count": 1, + "rest_events_session": " symptoms and quality of life in patients with obstructive hypertrophic cardiomyopathy", + "events_topic": "Alcohol Septal Ablation | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anne Dybro", + "kol_full_name": "Anne Dybro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipoproteins | Cholesterol, LDL | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1156872", + "session_name": "Low density lipoprotein cholesterol and cardiovascular disease risk in patients with absence of coronary artery calcification: a multicenter cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156872", + "first_name": "Malene", + "middle_name": "Hoejgaard", + "last_name": "Andersen", + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Low density lipoprotein cholesterol and cardiovascular disease risk in patients with absence of coronary artery calcification: a multicenter cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipoproteins | Cholesterol, LDL ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Malene Hoejgaard Andersen", + "kol_full_name": "Malene Hoejgaard Andersen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hodgkin Disease | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1156871", + "session_name": "Risk of cardiovascular disease in Hodgkin lymphoma patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156871", + "first_name": "Sissel", + "middle_name": "Johanne", + "last_name": "Godtfredsen", + "org_name": "Aalborg University Hospital", + "Country": "Denmark", + "Region": "Nordjylland", + "City": "Aalborg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk of cardiovascular disease in Hodgkin lymphoma patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hodgkin Disease | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sissel Johanne Godtfredsen", + "kol_full_name": "Sissel Johanne Godtfredsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immune System Diseases | Myocarditis | Autoimmune Diseases", + "npi_num": "", + "hcp_pin_alias": "1156870", + "session_name": "Incidence and risk of autoimmune disease in patients with a previous diagnosis of myocarditis - a nationwide Danish register-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156870", + "first_name": "Nils", + "middle_name": "Lars Olof", + "last_name": "Lundgren", + "org_name": "Aalborg University Hospital", + "Country": "Denmark", + "Region": "Nordjylland", + "City": "Aalborg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence and risk of autoimmune disease in patients with a previous diagnosis of myocarditis - a nationwide Danish register-based cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune System Diseases | Myocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Autoimmune Diseases", + "kol_name": "Nils Lars Olof Lundgren", + "kol_full_name": "Nils Lars Olof Lundgren" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease | Medication Adherence", + "npi_num": "", + "hcp_pin_alias": "1156869", + "session_name": "\"The medicine is not something that interests me at all.\" Beliefs, health-related behaviors, and medication adherence in patients with symptomatic peripheral arterial disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156869", + "first_name": "Mette", + "middle_name": "", + "last_name": "Soegaard", + "org_name": "Aalborg University Hospital", + "Country": "Denmark", + "Region": "Nordjylland", + "City": "Aalborg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "\"The medicine is not something that interests me at all.\" Beliefs", + "rest_events_session_count": 2, + "rest_events_session": " health-related behaviors, and medication adherence in patients with symptomatic peripheral arterial disease", + "events_topic": "Peripheral Arterial Disease | Medication Adherence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mette Soegaard", + "kol_full_name": "Mette Soegaard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1156868", + "session_name": "Myocardial infarction risk across cancer subtypes - nationwide registry study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156868", + "first_name": "Jan", + "middle_name": "Walter Dhillon", + "last_name": "Shanmuganathan", + "org_name": "Aalborg University Hospital", + "Country": "Denmark", + "Region": "Nordjylland", + "City": "Aalborg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial infarction risk across cancer subtypes - nationwide registry study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jan Walter Dhillon Shanmuganathan", + "kol_full_name": "Jan Walter Dhillon Shanmuganathan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diet, Mediterranean | Lipid-Lowering Therapies | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1156867", + "session_name": "Adherence to Nordic and Mediterranean dietary patterns may be associated with a lower absolute risk of incident atherosclerotic cardiovascular disease,Lp(a) and apoproteins as risk factors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156867", + "first_name": "Christian", + "middle_name": "Soerensen", + "last_name": "Bork", + "org_name": "Aalborg University Hospital", + "Country": "Denmark", + "Region": "Nordjylland", + "City": "Aalborg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adherence to Nordic and Mediterranean dietary patterns may be associated with a lower absolute risk of incident atherosclerotic cardiovascular disease", + "rest_events_session_count": 1, + "rest_events_session": "Lp(a) and apoproteins as risk factors", + "events_topic": "Diet, Mediterranean | Lipid-Lowering Therapies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Christian Soerensen Bork", + "kol_full_name": "Christian Soerensen Bork" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Angiography | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "1156866", + "session_name": "Gender differences in the use of coronary computed tomography angiography, functional testing, coronary angiography, revascularization, and outcomes - a 10-year Danish, nationwide, registry-based foll", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156866", + "first_name": "Cecilie", + "middle_name": "", + "last_name": "Lauridsen", + "org_name": "Aalborg University Hospital", + "Country": "Denmark", + "Region": "Nordjylland", + "City": "Aalborg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender differences in the use of coronary computed tomography angiography", + "rest_events_session_count": 6, + "rest_events_session": " functional testing, coronary angiography, revascularization, and outcomes - a 10-year Danish, nationwide, registry-based foll", + "events_topic": "Coronary Angiography | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cecilie Lauridsen", + "kol_full_name": "Cecilie Lauridsen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Thrombolytic Therapy | Neoplasms | Decision Making", + "npi_num": "", + "hcp_pin_alias": "1156865", + "session_name": "Antithrombotic therapy decision making in advanced cancer: Patients and clinicians' views, perspectives, and experiences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156865", + "first_name": "Anette", + "middle_name": "Arbjerg", + "last_name": "Hojen", + "org_name": "Aalborg University Hospital", + "Country": "Denmark", + "Region": "Nordjylland", + "City": "Aalborg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antithrombotic therapy decision making in advanced cancer: Patients and clinicians' views", + "rest_events_session_count": 2, + "rest_events_session": " perspectives, and experiences", + "events_topic": "Thrombolytic Therapy | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Decision Making", + "kol_name": "Anette Arbjerg Hojen", + "kol_full_name": "Anette Arbjerg Hojen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1156864", + "session_name": "Coronary access after Transcatheter Aortic Valve Replacement (TAVR): a systematic review and meta-analysis of observational studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156864", + "first_name": "Marco", + "middle_name": "", + "last_name": "Nebiolo", + "org_name": "A.O.U. San Giovanni Battista Molinette", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary access after Transcatheter Aortic Valve Replacement (TAVR): a systematic review and meta-analysis of observational studies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marco Nebiolo", + "kol_full_name": "Marco Nebiolo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clopidogrel | Myocardial Infarction | Percutaneous Coronary Intervention | Aspirin | ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1156863", + "session_name": "Prior fecal immunochemical test positivity is associated with adverse prognosis in patients with acute ST-segment elevation myocardial infarction,The safety and efficacy of indobufen or aspirin combined with clopidogrel in patients with acute myocardial infarction after percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156863", + "first_name": "Wenbo", + "middle_name": "", + "last_name": "Dai", + "org_name": "2nd Hospital of Tianjin Medical University", + "Country": "China", + "Region": "Tianjin", + "City": "TIANJIN", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prior fecal immunochemical test positivity is associated with adverse prognosis in patients with acute ST-segment elevation myocardial infarction", + "rest_events_session_count": 1, + "rest_events_session": "The safety and efficacy of indobufen or aspirin combined with clopidogrel in patients with acute myocardial infarction after percutaneous coronary intervention", + "events_topic": "Clopidogrel | Myocardial Infarction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Percutaneous Coronary Intervention | Aspirin | ST Elevation Myocardial Infarction", + "kol_name": "Wenbo Dai", + "kol_full_name": "Wenbo Dai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Neutrophils | Oxidative Stress | FGF23 Protein, Human | Mortality | Risk Assessment | Troponin I | Diabetes Mellitus | Myocarditis | Immune Checkpoint Inhibitors | Lymphocytes | Cardiac Dysfunction | Renal Insufficiency, Chronic | Heart Failure | Atrial Fibrillation | Cancer Survivors", + "npi_num": "", + "hcp_pin_alias": "1156862", + "session_name": "Control for multiple risk factors and incident heart failure and mortality in patients with diabetes mellitus: insights from the kailuan cohort study,Mitochondrial Oxidative Stress and Cardiac Dysfunction in TERT Knockout Mice,Elevation of circulating FGF23 in chronic kidney disease promotes atrial fibrosis through the AKT pathway,Prognostic value of neutrophil-to-lymphocyte ratio and cardiac troponin I in patients with immune checkpoint inhibitors-related myocarditis,Association between PCSK9 inhibitor with cause-specific morality amongst cancer survivors,Risk assessment and prognosis in atrial fibrillation,Atrial fibrillation detection, prediction, and management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156862", + "first_name": "Tong", + "middle_name": "", + "last_name": "Liu", + "org_name": "2nd Hospital of Tianjin Medical University", + "Country": "China", + "Region": "Tianjin", + "City": "TIANJIN", + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Control for multiple risk factors and incident heart failure and mortality in patients with diabetes mellitus: insights from the kailuan cohort study", + "rest_events_session_count": 8, + "rest_events_session": "Mitochondrial Oxidative Stress and Cardiac Dysfunction in TERT Knockout Mice,Elevation of circulating FGF23 in chronic kidney disease promotes atrial fibrosis through the AKT pathway,Prognostic value of neutrophil-to-lymphocyte ratio and cardiac troponin I in patients with immune checkpoint inhibitors-related myocarditis,Association between PCSK9 inhibitor with cause-specific morality amongst cancer survivors,Risk assessment and prognosis in atrial fibrillation,Atrial fibrillation detection, prediction, and management", + "events_topic": "Prognosis | Neutrophils ", + "rest_events_topic_count": 14, + "rest_events_topic": " Oxidative Stress | FGF23 Protein, Human | Mortality | Risk Assessment | Troponin I | Diabetes Mellitus | Myocarditis | Immune Checkpoint Inhibitors | Lymphocytes | Cardiac Dysfunction | Renal Insufficiency, Chronic | Heart Failure | Atrial Fibrillation | Cancer Survivors", + "kol_name": "Tong Liu", + "kol_full_name": "Tong Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Exercise | Levosimendan | Fibrosis | Respiratory Insufficiency | Ticagrelor | Clopidogrel | ST Elevation Myocardial Infarction | Non-ST Elevated Myocardial Infarction | Percutaneous Coronary Intervention | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1156861", + "session_name": "Ticagrelor vs. clopidogrel in ST elevation myocardial infarction patients with hemoglobin > 160,The impact of pre-myocardial infarction exercise frequency on prognosis in acute myocardial infarction patients,Levosimendan improves the early prognosis of patients with Non ST-segment elevation myocardial infarction and Killip class > II,Both fibrosis-4 index and fibrosis-5 index can predict the prognosis of patients after percutaneous coronary intervention,Antiplatelet can improve the short-term prognosis of type 2 myocardial infarction caused by acute respiratory failure,The impact of pre-myocardial infarction exercise frequency on prognosis in Non-ST segment elevation myocardial infarction patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156861", + "first_name": "Tianshu", + "middle_name": "", + "last_name": "Gu", + "org_name": "2nd Hospital of Tianjin Medical University", + "Country": "China", + "Region": "Tianjin", + "City": "TIANJIN", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ticagrelor vs. clopidogrel in ST elevation myocardial infarction patients with hemoglobin > 160", + "rest_events_session_count": 5, + "rest_events_session": "The impact of pre-myocardial infarction exercise frequency on prognosis in acute myocardial infarction patients,Levosimendan improves the early prognosis of patients with Non ST-segment elevation myocardial infarction and Killip class > II,Both fibrosis-4 index and fibrosis-5 index can predict the prognosis of patients after percutaneous coronary intervention,Antiplatelet can improve the short-term prognosis of type 2 myocardial infarction caused by acute respiratory failure,The impact of pre-myocardial infarction exercise frequency on prognosis in Non-ST segment elevation myocardial infarction patients", + "events_topic": "Exercise | Levosimendan ", + "rest_events_topic_count": 8, + "rest_events_topic": " Fibrosis | Respiratory Insufficiency | Ticagrelor | Clopidogrel | ST Elevation Myocardial Infarction | Non-ST Elevated Myocardial Infarction | Percutaneous Coronary Intervention | Myocardial Infarction", + "kol_name": "Tianshu Gu", + "kol_full_name": "Tianshu Gu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Salvianolate | Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1156860", + "session_name": "The short-term prognosis of salvianolate use during hospitalization in patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156860", + "first_name": "Rongxin", + "middle_name": "", + "last_name": "Guo", + "org_name": "2nd Hospital of Tianjin Medical University", + "Country": "China", + "Region": "Tianjin", + "City": "TIANJIN", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The short-term prognosis of salvianolate use during hospitalization in patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Salvianolate | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rongxin Guo", + "kol_full_name": "Rongxin Guo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Lipid Lowering Therapy | Thrombocytopenia | Atrial Fibrillation | Renal Insufficiency, Chronic | Guideline-Directed Medical Therapy | CdZnTe | Ticagrelor | Non-ST Elevated Myocardial Infarction | Heart Failure | Respiratory Insufficiency | Tomography, Emission-Computed, Single-Photon | ST Elevation Myocardial Infarction | Percutaneous Coronary Intervention | Perioperative Period | Coronary Artery Disease | Myocardial Infarction | Clopidogrel | Anticoagulants | Acute Kidney Injury", + "npi_num": "", + "hcp_pin_alias": "1156859", + "session_name": "Ticagrelor outperforms clopidogrel in favorable prognosis for STEMI patients with elevated platelets: a comparative analysis,The clinical characteristics and prognosis of patients with acute non-ST-segment elevation myocardial infarction complicated with impaired activity daily living,Predictive factors and gender insights into abnormal myocardial flow reserve in non-obstructive coronary artery disease: a CZT-SPECT analysis,A new hydration strategy can reduce contrast-induced acute kidney injury after PCI in patients with chronic heart failure and chronic kidney disease: a two-center randomized controlled trial,Lipid lowering therapy in patients aged 90 years or older with acute myocardial infarction:a multicenter cohort study,The clinical characteristics and prognosis of patients with acute ST-segment elevation myocardial infarction complicated with impaired activity daily living,Association of ticagrelor vs clopidogrel with net adverse clinical events in NSTEMI patients with mild thrombocytopenia,Satisfactory self-rated health is associated with better clinical outcomes in patients with ST-segment elevation myocardial infarction,Application of anticoagulants in the perioperative period of pci for patients with a history of atrial fibrillation and NSTEMI: a real-world, large multicenter retrospective clinical study,Association of ticagrelor vs clopidogrel with net adverse clinical events in STEMI patients with mild thrombocytopenia,The prognosis evaluation of guideline-directed medical therapy for type 2 acute myocardial infarction patients with acute respiratory failure,Correlation analysis of self-rated health and net adverse clinical events in patients with acute myocardial infarction,Association of ticagrelor vs clopidogrel with net adverse clinical events in patients with mild thrombocytopenia undergoing PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156859", + "first_name": "Kang-Yin", + "middle_name": "", + "last_name": "Chen", + "org_name": "2nd Hospital of Tianjin Medical University", + "Country": "China", + "Region": "Tianjin", + "City": "TIANJIN", + "num_sess": "13", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ticagrelor outperforms clopidogrel in favorable prognosis for STEMI patients with elevated platelets: a comparative analysis", + "rest_events_session_count": 13, + "rest_events_session": "The clinical characteristics and prognosis of patients with acute non-ST-segment elevation myocardial infarction complicated with impaired activity daily living,Predictive factors and gender insights into abnormal myocardial flow reserve in non-obstructive coronary artery disease: a CZT-SPECT analysis,A new hydration strategy can reduce contrast-induced acute kidney injury after PCI in patients with chronic heart failure and chronic kidney disease: a two-center randomized controlled trial,Lipid lowering therapy in patients aged 90 years or older with acute myocardial infarction:a multicenter cohort study,The clinical characteristics and prognosis of patients with acute ST-segment elevation myocardial infarction complicated with impaired activity daily living,Association of ticagrelor vs clopidogrel with net adverse clinical events in NSTEMI patients with mild thrombocytopenia,Satisfactory self-rated health is associated with better clinical outcomes in patients with ST-segment elevation myocardial infarction,Application of anticoagulants in the perioperative period of pci for patients with a history of atrial fibrillation and NSTEMI: a real-world, large multicenter retrospective clinical study,Association of ticagrelor vs clopidogrel with net adverse clinical events in STEMI patients with mild thrombocytopenia,The prognosis evaluation of guideline-directed medical therapy for type 2 acute myocardial infarction patients with acute respiratory failure,Correlation analysis of self-rated health and net adverse clinical events in patients with acute myocardial infarction,Association of ticagrelor vs clopidogrel with net adverse clinical events in patients with mild thrombocytopenia undergoing PCI", + "events_topic": "Fractional Flow Reserve, Myocardial | Lipid Lowering Therapy ", + "rest_events_topic_count": 18, + "rest_events_topic": " Thrombocytopenia | Atrial Fibrillation | Renal Insufficiency, Chronic | Guideline-Directed Medical Therapy | CdZnTe | Ticagrelor | Non-ST Elevated Myocardial Infarction | Heart Failure | Respiratory Insufficiency | Tomography, Emission-Computed, Single-Photon | ST Elevation Myocardial Infarction | Percutaneous Coronary Intervention | Perioperative Period | Coronary Artery Disease | Myocardial Infarction | Clopidogrel | Anticoagulants | Acute Kidney Injury", + "kol_name": "Kang-Yin Chen", + "kol_full_name": "Kang-Yin Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Palpitations | Primary Aldosteronism", + "npi_num": "", + "hcp_pin_alias": "1156858", + "session_name": "Two types of T wave alternans in an old patient with intermittent palpitation,Neutrophil-to-lymphocyte ratio can predict the clinical prognosis of patients with primary adosteronism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156858", + "first_name": "Changle", + "middle_name": "", + "last_name": "Liu", + "org_name": "2nd Hospital of Tianjin Medical University", + "Country": "China", + "Region": "Tianjin", + "City": "TIANJIN", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Two types of T wave alternans in an old patient with intermittent palpitation", + "rest_events_session_count": 1, + "rest_events_session": "Neutrophil-to-lymphocyte ratio can predict the clinical prognosis of patients with primary adosteronism", + "events_topic": "Palpitations | Primary Aldosteronism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Changle Liu", + "kol_full_name": "Changle Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Microvascular Dysfunction | Signal Transduction | Ventricular Function | Angiogenesis | Diabetes Mellitus | Myocardial Fibrosis | Myocardium", + "npi_num": "", + "hcp_pin_alias": "1156857", + "session_name": "The relationship between coronary microvascular dysfunction and left ventricular longitudinal systolic function in patients with diabetes mellitus,Early CSWT relieves myocardial fibrosis by inhibiting TGF-Smad2/3-MMP-9,CSWT improves ventricular function by promoting angiogenesis through Rho/ROCK/ERK1/2 signal pathway in infarcted myocardium in rats", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156857", + "first_name": "Yu", + "middle_name": "", + "last_name": "Wang", + "org_name": "1st Affiliated Hospital of Kunming Medical University", + "Country": "China", + "Region": "Guizhou", + "City": "Kunming", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The relationship between coronary microvascular dysfunction and left ventricular longitudinal systolic function in patients with diabetes mellitus", + "rest_events_session_count": 2, + "rest_events_session": "Early CSWT relieves myocardial fibrosis by inhibiting TGF-Smad2/3-MMP-9,CSWT improves ventricular function by promoting angiogenesis through Rho/ROCK/ERK1/2 signal pathway in infarcted myocardium in rats", + "events_topic": "Coronary Microvascular Dysfunction | Signal Transduction ", + "rest_events_topic_count": 5, + "rest_events_topic": " Ventricular Function | Angiogenesis | Diabetes Mellitus | Myocardial Fibrosis | Myocardium", + "kol_name": "Yu Wang", + "kol_full_name": "Yu Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Cardiac Papillary Fibroelastoma", + "npi_num": "", + "hcp_pin_alias": "1156856", + "session_name": "Multimodal imaging diagnosis of atypical papillary fibroelastoma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156856", + "first_name": "Xuejuan", + "middle_name": "", + "last_name": "Ma", + "org_name": "1st Affiliated Hospital of Kunming Medical University", + "Country": "China", + "Region": "Guizhou", + "City": "Kunming", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multimodal imaging diagnosis of atypical papillary fibroelastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging | Cardiac Papillary Fibroelastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Xuejuan Ma", + "kol_full_name": "Xuejuan Ma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chelation Therapy | Iron Overload | Coronary Microvascular Dysfunction | Magnetic Resonance Imaging | Mitochondrial Injury", + "npi_num": "", + "hcp_pin_alias": "1156855", + "session_name": "Iron chelation therapy failed to improve cardiac dysfunction caused by mitochondrial injury in rats with iron overload cardiomyopathy a 7T Cardiac MR research in vivo", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156855", + "first_name": "Xihan", + "middle_name": "", + "last_name": "Fan", + "org_name": "1st Affiliated Hospital of Kunming Medical University", + "Country": "China", + "Region": "Guizhou", + "City": "Kunming", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Iron chelation therapy failed to improve cardiac dysfunction caused by mitochondrial injury in rats with iron overload cardiomyopathy a 7T Cardiac MR research in vivo", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chelation Therapy | Iron Overload ", + "rest_events_topic_count": 3, + "rest_events_topic": " Coronary Microvascular Dysfunction | Magnetic Resonance Imaging | Mitochondrial Injury", + "kol_name": "Xihan Fan", + "kol_full_name": "Xihan Fan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Multiple Myeloma", + "npi_num": "", + "hcp_pin_alias": "1156854", + "session_name": "Evaluating myocardial involvement in patients with multiple myeloma at different stages a cardiac MR T1 mapping study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1156854", + "first_name": "Peihong", + "middle_name": "", + "last_name": "Guo", + "org_name": "1st Affiliated Hospital of Kunming Medical University", + "Country": "China", + "Region": "Guizhou", + "City": "Kunming", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating myocardial involvement in patients with multiple myeloma at different stages a cardiac MR T1 mapping study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peihong Guo", + "kol_full_name": "Peihong Guo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Coronary Vasospasm | Obesity | Transcatheter Aortic Valve Replacement | Anticoagulation | Bariatric Surgery | Clinical Protocols | Cannabis", + "npi_num": "1770218539", + "hcp_pin_alias": "1144260", + "session_name": "Unlocking the future: machine learning models for predicting in-hospital mortality after transcatheter aortic valve replacement: a single-arm meta-analysis,The role of anticoagulation in atrial high-rate episodes: a meta-analysis,Clinical outcomes of atrial high-rate episodes: an updated meta-analysis,Cannabis-induced left main coronary artery vasospasm,Outcomes of bariatric surgery in obese patients with heart failure:a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1144260", + "first_name": "Hasaan", + "middle_name": "", + "last_name": "Ahmed", + "org_name": "Creighton University Medical Centre", + "Country": "United States", + "Region": null, + "City": null, + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unlocking the future: machine learning models for predicting in-hospital mortality after transcatheter aortic valve replacement: a single-arm meta-analysis", + "rest_events_session_count": 4, + "rest_events_session": "The role of anticoagulation in atrial high-rate episodes: a meta-analysis,Clinical outcomes of atrial high-rate episodes: an updated meta-analysis,Cannabis-induced left main coronary artery vasospasm,Outcomes of bariatric surgery in obese patients with heart failure:a meta-analysis", + "events_topic": "Heart Failure | Coronary Vasospasm ", + "rest_events_topic_count": 6, + "rest_events_topic": " Obesity | Transcatheter Aortic Valve Replacement | Anticoagulation | Bariatric Surgery | Clinical Protocols | Cannabis", + "kol_name": "Hasaan Ahmed", + "kol_full_name": "Hasaan Ahmed" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Shock, Cardiogenic", + "npi_num": "1770213506", + "hcp_pin_alias": "1144259", + "session_name": "Outcomes of mechanical circulatory support devices in cardiogenic shock: a nationwide observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1144259", + "first_name": "Aditya", + "middle_name": "Nitin", + "last_name": "Thakkar", + "org_name": "Franklin Woods Community Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Johnson City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes of mechanical circulatory support devices in cardiogenic shock: a nationwide observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Circulatory Support | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aditya Nitin Thakkar", + "kol_full_name": "Aditya Nitin Thakkar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dietary Proteins | Obesity | Heart Failure | Cardiac Resynchronization Therapy | Hypertension", + "npi_num": "1659055028", + "hcp_pin_alias": "1144174", + "session_name": "Association between obesity paradox in the all-cause mortality among patients with Cardiac Resynchronization Therapy (CRT) Device: a systematic review and meta-analysis,Association between blood cadmium level and hypertension: analysis of NHANEs 2017 - 2020,Gender difference in the association of serum triglyceride level with hypertension: analysis of the NHANEs 2017-2020,Gender disparities in the association of low dietary protein intake with congestive heart failure: an analysis of the NHANES database 2017-2020,Association Between blood lead level and hypertension: analysis of The NHANEs 2017 - 2020", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1144174", + "first_name": "Phuuwadith", + "middle_name": "", + "last_name": "Wattanachayakul", + "org_name": "Einstein Healthcare Network", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between obesity paradox in the all-cause mortality among patients with Cardiac Resynchronization Therapy (CRT) Device: a systematic review and meta-analysis", + "rest_events_session_count": 4, + "rest_events_session": "Association between blood cadmium level and hypertension: analysis of NHANEs 2017 - 2020,Gender difference in the association of serum triglyceride level with hypertension: analysis of the NHANEs 2017-2020,Gender disparities in the association of low dietary protein intake with congestive heart failure: an analysis of the NHANES database 2017-2020,Association Between blood lead level and hypertension: analysis of The NHANEs 2017 - 2020", + "events_topic": "Dietary Proteins | Obesity ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Failure | Cardiac Resynchronization Therapy | Hypertension", + "kol_name": "Phuuwadith Wattanachayakul", + "kol_full_name": "Phuuwadith Wattanachayakul" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | SVEAT Score | Atrial Fibrillation | Heart Valve Diseases | Heart Arrest | Chest Pain", + "npi_num": "1407545205", + "hcp_pin_alias": "1143472", + "session_name": "Meta-analysis of the SVEAT score predictive value during acute chest pain evaluation,Rising trends and disparities in cardiac arrest-related mortality among patients with atrial fibrillation: a 22-year comprehensive analysis,Mortality trends and disparities related to prosthetic heart valve complications in United States: a longitudinal analysis of mechanical complications and infection from 1999 to 2020,Mortality disparities of cardiac arrest in populations with heart failure: a retrospective cohort analysis 1999 - 2020", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1143472", + "first_name": "Hoang Nhat", + "middle_name": "", + "last_name": "Pham", + "org_name": "University of Arizona", + "Country": "United States", + "Region": "Arizona", + "City": "Tucson", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Meta-analysis of the SVEAT score predictive value during acute chest pain evaluation", + "rest_events_session_count": 3, + "rest_events_session": "Rising trends and disparities in cardiac arrest-related mortality among patients with atrial fibrillation: a 22-year comprehensive analysis,Mortality trends and disparities related to prosthetic heart valve complications in United States: a longitudinal analysis of mechanical complications and infection from 1999 to 2020,Mortality disparities of cardiac arrest in populations with heart failure: a retrospective cohort analysis 1999 - 2020", + "events_topic": "Heart Failure | SVEAT Score ", + "rest_events_topic_count": 4, + "rest_events_topic": " Atrial Fibrillation | Heart Valve Diseases | Heart Arrest | Chest Pain", + "kol_name": "Hoang Nhat Pham", + "kol_full_name": "Hoang Nhat Pham" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Cardiovascular Diseases | Tomography, X-Ray Computed | HIV | Ablation Techniques | Myocardial Infarction | Atrial Fibrillation | Sarcoidosis | Cardiomyopathy, Hypertrophic | Angiography | Heart Failure", + "npi_num": "1174273783", + "hcp_pin_alias": "1141693", + "session_name": "In-hospital mortality of patients living with HIV admitted due to cardiovascular diseases according to their BMI: a stratified analysis of a population-based database,The association of obesity and in-hospital outcomes among patients undergoing ablation for atrial fibrillation: a propensity-score matched analysis,Impact of coronary CT angiography on the hospital outcome among patients admitted with AMI undergoing revascularization procedures in theUS,Prevalence of cardiovascular comorbidities among hospitalized patients with hypertrophic cardiomyopathy and factors associated with a higher case-fatality rate,Prevalence of cardiovascular complications and factors associated with higher case-fatality rate among hospitalized patients with sarcoidosis,Disparity in receiving destination treatment for heart failure patients according to HIV status", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1141693", + "first_name": "Saeed", + "middle_name": "", + "last_name": "Shoar", + "org_name": "University of Maryland Capital Region Health", + "Country": "United States", + "Region": "Maryland", + "City": "Largo", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In-hospital mortality of patients living with HIV admitted due to cardiovascular diseases according to their BMI: a stratified analysis of a population-based database", + "rest_events_session_count": 5, + "rest_events_session": "The association of obesity and in-hospital outcomes among patients undergoing ablation for atrial fibrillation: a propensity-score matched analysis,Impact of coronary CT angiography on the hospital outcome among patients admitted with AMI undergoing revascularization procedures in theUS,Prevalence of cardiovascular comorbidities among hospitalized patients with hypertrophic cardiomyopathy and factors associated with a higher case-fatality rate,Prevalence of cardiovascular complications and factors associated with higher case-fatality rate among hospitalized patients with sarcoidosis,Disparity in receiving destination treatment for heart failure patients according to HIV status", + "events_topic": "Obesity | Cardiovascular Diseases ", + "rest_events_topic_count": 9, + "rest_events_topic": " Tomography, X-Ray Computed | HIV | Ablation Techniques | Myocardial Infarction | Atrial Fibrillation | Sarcoidosis | Cardiomyopathy, Hypertrophic | Angiography | Heart Failure", + "kol_name": "Saeed Shoar", + "kol_full_name": "Saeed Shoar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Acute Kidney Injury", + "npi_num": "1679135099", + "hcp_pin_alias": "1112690", + "session_name": "A simplified bedside model for acute kidney injury prediction after percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1112690", + "first_name": "Dinu-Valentin", + "middle_name": "", + "last_name": "Balanescu", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A simplified bedside model for acute kidney injury prediction after percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Acute Kidney Injury", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dinu-Valentin Balanescu", + "kol_full_name": "Dinu-Valentin Balanescu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin T | Myocardial Infarction", + "npi_num": "1598183758", + "hcp_pin_alias": "1112582", + "session_name": "Differences in risk profiles and clinical outcomes according to age in patients with high-risk myocardial infarction: insights from the PARADISE-MI trial,Prognostic importance of persistent elevations in high-sensitivity troponin T in the early convalescent phase (two weeks) following high-risk myocardial infarction: insights from the PARADISE-MI trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1112582", + "first_name": "Karola", + "middle_name": "", + "last_name": "Jering", + "org_name": "Brigham And Women'S Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in risk profiles and clinical outcomes according to age in patients with high-risk myocardial infarction: insights from the PARADISE-MI trial", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic importance of persistent elevations in high-sensitivity troponin T in the early convalescent phase (two weeks) following high-risk myocardial infarction: insights from the PARADISE-MI trial", + "events_topic": "Troponin T | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karola Jering", + "kol_full_name": "Karola Jering" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "HIV | Proteomics | Heart Failure", + "npi_num": "1598159600", + "hcp_pin_alias": "1112579", + "session_name": "Large-scale proteomic profiling reveals characteristic HIV-specific druggable protein signatures associated with incident heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1112579", + "first_name": "Saate", + "middle_name": "Saiyara", + "last_name": "Shakil", + "org_name": "University Of California SFGH Medical Group", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Large-scale proteomic profiling reveals characteristic HIV-specific druggable protein signatures associated with incident heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "HIV | Proteomics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Saate Saiyara Shakil", + "kol_full_name": "Saate Saiyara Shakil" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Weight Management | Overweight | Clinical Trial | Obesity", + "npi_num": "1104901800", + "hcp_pin_alias": "1087853", + "session_name": "Management of overweight and obesity: evaluating clinical practices and shaping the future,Novel approaches to weight management: insights from clinical trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1087853", + "first_name": "Steven", + "middle_name": "Emanuel", + "last_name": "Kahn", + "org_name": "VA Puget Sound Health Care System", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of overweight and obesity: evaluating clinical practices and shaping the future", + "rest_events_session_count": 1, + "rest_events_session": "Novel approaches to weight management: insights from clinical trials", + "events_topic": "Weight Management | Overweight ", + "rest_events_topic_count": 2, + "rest_events_topic": " Clinical Trial | Obesity", + "kol_name": "Steven Emanuel Kahn", + "kol_full_name": "Steven Emanuel Kahn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Ablation Techniques | Arrhythmias, Cardiac", + "npi_num": "1871903377", + "hcp_pin_alias": "1056352", + "session_name": "Nationwide trends in utilization and safety of ventricular arrythmia ablation in patients with hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1056352", + "first_name": "Guy", + "middle_name": "", + "last_name": "Rozen", + "org_name": "Cardiovascular Center At Tufts Medical Center Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nationwide trends in utilization and safety of ventricular arrythmia ablation in patients with hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Guy Rozen", + "kol_full_name": "Guy Rozen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prosthetic Heart Valves | Cardiac Imaging Techniques | Fever", + "npi_num": "1861087892", + "hcp_pin_alias": "1056318", + "session_name": "Top ten in cardiac imaging,A patient with a prosthetic valve and fever", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1056318", + "first_name": "Leyla", + "middle_name": "Elif", + "last_name": "Sade Akdogan", + "org_name": "Upmc Presbyterian Shadyside", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Top ten in cardiac imaging", + "rest_events_session_count": 1, + "rest_events_session": "A patient with a prosthetic valve and fever", + "events_topic": "Prosthetic Heart Valves | Cardiac Imaging Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Fever", + "kol_name": "Leyla Elif Sade Akdogan", + "kol_full_name": "Leyla Elif Sade Akdogan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Cardiomyopathy, Hypertrophic", + "npi_num": "1336344027", + "hcp_pin_alias": "1055131", + "session_name": "Impact of aficamten on echocardiographic cardiac structure and function in adults with symptomatic obstructive hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1055131", + "first_name": "Sheila", + "middle_name": "M", + "last_name": "Hegde", + "org_name": "Brigham And Women'S Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of aficamten on echocardiographic cardiac structure and function in adults with symptomatic obstructive hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sheila M Hegde", + "kol_full_name": "Sheila M Hegde" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Deep Learning", + "npi_num": "1316387483", + "hcp_pin_alias": "1055097", + "session_name": "A 2D echocardiographic method for accurate right ventricular quantification using deep learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1055097", + "first_name": "Polydoros", + "middle_name": "", + "last_name": "Kampaktsis", + "org_name": "New York Presbyterian Hospital", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A 2D echocardiographic method for accurate right ventricular quantification using deep learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Deep Learning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Polydoros Kampaktsis", + "kol_full_name": "Polydoros Kampaktsis" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "1049269", + "session_name": "Higher product of right ventricle to left ventricle diameter ratio and septal wall thickness is associated with increased risk of cardiovascular death in patients post TAVI,Permanent pacemaker implantation is associated with an increased risk of heart failure hospitalization in transcatheter aortic valve implantation patients with reduced systolic function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1049269", + "first_name": "Kai", + "middle_name": "", + "last_name": "Hu", + "org_name": "Universitätsklinikum Würzburg", + "Country": "Germany", + "Region": "Bayern", + "City": "WURZBURG", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Higher product of right ventricle to left ventricle diameter ratio and septal wall thickness is associated with increased risk of cardiovascular death in patients post TAVI", + "rest_events_session_count": 1, + "rest_events_session": "Permanent pacemaker implantation is associated with an increased risk of heart failure hospitalization in transcatheter aortic valve implantation patients with reduced systolic function", + "events_topic": "Transcatheter Aortic Valve Replacement | Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kai Hu", + "kol_full_name": "Kai Hu" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fabry Disease | Kidney Diseases | Diagnostic Techniques And Procedures | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "1049191", + "session_name": "State-of-the-art lecture on caring for kidney disease patients in a cardiology setting: what is important?,Panel discussion: can we shorten the diagnostic odyssey?,Could It be Fabry cardiomyopathy?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1049191", + "first_name": "Christoph", + "middle_name": "", + "last_name": "Wanner", + "org_name": "Universitäts­klinikum Würzburg", + "Country": "Germany", + "Region": "Bayern", + "City": "WURZBURG", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on caring for kidney disease patients in a cardiology setting: what is important?", + "rest_events_session_count": 2, + "rest_events_session": "Panel discussion: can we shorten the diagnostic odyssey?,Could It be Fabry cardiomyopathy?", + "events_topic": "Fabry Disease | Kidney Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diagnostic Techniques And Procedures | Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christoph Wanner", + "kol_full_name": "Christoph Wanner" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Acute Coronary Syndrome | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "1048975", + "session_name": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel,Do DAN-GER-SHOCK eligible patients benefit from VA-ECMO treatment in infarct-related cardiogenic shock ? Results of an individual patient data meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048975", + "first_name": "Uwe", + "middle_name": "", + "last_name": "Zeymer", + "org_name": "Klinikum der Stadt Ludwigshafen am Rhein gGmbH", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Ludwigshafen Am Rhein", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Do DAN-GER-SHOCK eligible patients benefit from VA-ECMO treatment in infarct-related cardiogenic shock ? Results of an individual patient data meta-analysis.", + "events_topic": "Extracorporeal Membrane Oxygenation | Acute Coronary Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Uwe Zeymer", + "kol_full_name": "Uwe Zeymer" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "", + "hcp_pin_alias": "1048961", + "session_name": "The true impact of uncontrolled hypertension,Cracking the code of uncontrolled hypertension,Personalised hypertension management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048961", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Weber", + "org_name": "Klinikum Wels-Grieskirchen GmbH", + "Country": "Austria", + "Region": "Oberosterreich", + "City": "Wels", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The true impact of uncontrolled hypertension", + "rest_events_session_count": 2, + "rest_events_session": "Cracking the code of uncontrolled hypertension,Personalised hypertension management", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thomas Weber", + "kol_full_name": "Thomas Weber" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases | Allergy And Immunology", + "npi_num": "", + "hcp_pin_alias": "1048920", + "session_name": "All the facets of cardioimmunology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048920", + "first_name": "Sebastian", + "middle_name": "J", + "last_name": "Reinstadler", + "org_name": "Medical University Innsbruck, Austria", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "All the facets of cardioimmunology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Allergy And Immunology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sebastian J Reinstadler", + "kol_full_name": "Sebastian J Reinstadler" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures", + "npi_num": "", + "hcp_pin_alias": "1048857", + "session_name": "Optimising clinical outcomes after cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048857", + "first_name": "Nikolaos", + "middle_name": "", + "last_name": "Bonaros", + "org_name": "Medical University Innsbruck, Austria", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising clinical outcomes after cardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikolaos Bonaros", + "kol_full_name": "Nikolaos Bonaros" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Cardiac Surgical Procedures | Adrenomedullin", + "npi_num": "", + "hcp_pin_alias": "1048856", + "session_name": "Mid-regional pro-adrenomedullin is an independent predictor of cardiovascular outcomes in cardiac surgery, a prospective cohort study in 500 patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048856", + "first_name": "Niema", + "middle_name": "", + "last_name": "Kazem", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mid-regional pro-adrenomedullin is an independent predictor of cardiovascular outcomes in cardiac surgery", + "rest_events_session_count": 1, + "rest_events_session": " a prospective cohort study in 500 patients", + "events_topic": "Cardiovascular Diseases | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adrenomedullin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Niema Kazem", + "kol_full_name": "Niema Kazem" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Non-Obstructive Coronary Arteries | Dual Anti-Platelet Therapy | Ischemia | Shock, Cardiogenic | Acute Coronary Syndrome | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "1048795", + "session_name": "EuroHeart TAVI - The new frontier,Smaller trials and trial updates on shock, surgery, and other interventions,The floor is yours: bring your questions on INOCA,Personalised dual antiplatelet therapy (DAPT) after acute coronary syndromes: difficult decisions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048795", + "first_name": "Maria", + "middle_name": "Rubini", + "last_name": "Gimenez", + "org_name": "Heart Center Leipzig GmbH", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "EuroHeart TAVI - The new frontier", + "rest_events_session_count": 5, + "rest_events_session": "Smaller trials and trial updates on shock, surgery, and other interventions,The floor is yours: bring your questions on INOCA,Personalised dual antiplatelet therapy (DAPT) after acute coronary syndromes: difficult decisions", + "events_topic": "Non-Obstructive Coronary Arteries | Dual Anti-Platelet Therapy ", + "rest_events_topic_count": 4, + "rest_events_topic": " Ischemia | Shock, Cardiogenic | Acute Coronary Syndrome | Transcatheter Aortic Valve Replacement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Rubini Gimenez", + "kol_full_name": "Maria Rubini Gimenez" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Autophagy", + "npi_num": "", + "hcp_pin_alias": "1048787", + "session_name": "Targeting autophagy in cardiac ageing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048787", + "first_name": "Mahmoud", + "middle_name": "", + "last_name": "Abdellatif", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting autophagy in cardiac ageing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Autophagy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mahmoud Abdellatif", + "kol_full_name": "Mahmoud Abdellatif" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Care Facilities | Takotsubo Cardiomyopathy | Obesity", + "npi_num": "", + "hcp_pin_alias": "1048768", + "session_name": "Dealing with obesity in the cardiac care unit: practical solutions,Diagnosis and management of acute Takotsubo cardiomyopathy in the intensive cardiac care unit", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048768", + "first_name": "Kurt", + "middle_name": "", + "last_name": "Huber", + "org_name": "Wilhelminenhospital", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dealing with obesity in the cardiac care unit: practical solutions", + "rest_events_session_count": 1, + "rest_events_session": "Diagnosis and management of acute Takotsubo cardiomyopathy in the intensive cardiac care unit", + "events_topic": "Cardiac Care Facilities | Takotsubo Cardiomyopathy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Obesity", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kurt Huber", + "kol_full_name": "Kurt Huber" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "1048765", + "session_name": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel,Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048765", + "first_name": "Konstantin", + "middle_name": "A", + "last_name": "Krychtiuk", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Konstantin A Krychtiuk", + "kol_full_name": "Konstantin A Krychtiuk" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Chronic Total Occlusion", + "npi_num": "", + "hcp_pin_alias": "1048762", + "session_name": "Machine learning prediction models for individualized technical success of chronic total occlusion revascularization using anatomical input", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048762", + "first_name": "Kevin", + "middle_name": "", + "last_name": "Hamzaraj", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning prediction models for individualized technical success of chronic total occlusion revascularization using anatomical input", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Total Occlusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kevin Hamzaraj", + "kol_full_name": "Kevin Hamzaraj" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cancer Survivors | Cardiotoxicity | Chest Pain | Immune Checkpoint Inhibitors | Dyspnea | Heart Diseases | Cardiovascular Diseases | Heart Neoplasms | Drug Therapy", + "npi_num": "", + "hcp_pin_alias": "1048744", + "session_name": "A patient receiving chemotherapy and an immune checkpoint inhibitor presents with chest pain and dyspnoea: how to implement the guidelines and take-home messages,Cardiovascular complications and surveillance in cancer survivors: who, when, and how?,Cardio-oncology in practice,Non-classical risk factors for heart disease revisited", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048744", + "first_name": "Jutta", + "middle_name": "", + "last_name": "Bergler-Klein", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A patient receiving chemotherapy and an immune checkpoint inhibitor presents with chest pain and dyspnoea: how to implement the guidelines and take-home messages", + "rest_events_session_count": 5, + "rest_events_session": "Cardiovascular complications and surveillance in cancer survivors: who, when, and how?,Cardio-oncology in practice,Non-classical risk factors for heart disease revisited", + "events_topic": "Cancer Survivors | Cardiotoxicity ", + "rest_events_topic_count": 7, + "rest_events_topic": " Chest Pain | Immune Checkpoint Inhibitors | Dyspnea | Heart Diseases | Cardiovascular Diseases | Heart Neoplasms | Drug Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jutta Bergler-Klein", + "kol_full_name": "Jutta Bergler-Klein" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Digital Technology | Clinical Studies As Topic | Heart Diseases | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1048729", + "session_name": "Caring for the elderly in cardiology: special clinical aspects,Digital technology to personalise a heart-healthy lifestyle", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048729", + "first_name": "Josef", + "middle_name": "", + "last_name": "Niebauer", + "org_name": "Ludwig Boltzmann Institute for Lung Health", + "Country": "Austria", + "Region": "Salzburg", + "City": "Salzburg", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Caring for the elderly in cardiology: special clinical aspects", + "rest_events_session_count": 1, + "rest_events_session": "Digital technology to personalise a heart-healthy lifestyle", + "events_topic": "Digital Technology | Clinical Studies As Topic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Diseases | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Josef Niebauer", + "kol_full_name": "Josef Niebauer" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "", + "hcp_pin_alias": "1048688", + "session_name": "The year in review: top trials in structural interventions impacting guidelines and patient care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048688", + "first_name": "Irene", + "middle_name": "", + "last_name": "Lang", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The year in review: top trials in structural interventions impacting guidelines and patient care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irene Lang", + "kol_full_name": "Irene Lang" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "DNA Methyltransferase 3A", + "npi_num": "", + "hcp_pin_alias": "1048686", + "session_name": "DNMT3A CHIP-driver mutations ignite the bone marrow", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048686", + "first_name": "Ingo", + "middle_name": "", + "last_name": "Hilgendorf", + "org_name": "Heart Center Freiburg-Bad Krozingen", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Baden-Baden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "DNMT3A CHIP-driver mutations ignite the bone marrow", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "DNA Methyltransferase 3A", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ingo Hilgendorf", + "kol_full_name": "Ingo Hilgendorf" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "1048662", + "session_name": "Diabetes as a risk factor for heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048662", + "first_name": "Harald", + "middle_name": "", + "last_name": "Sourij", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diabetes as a risk factor for heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Harald Sourij", + "kol_full_name": "Harald Sourij" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Cardiovascular Diseases | ST Elevation Myocardial Infarction | Obesity | Mental Health", + "npi_num": "", + "hcp_pin_alias": "1048625", + "session_name": "Environmental health concerns for cardiologists,The role of '-omics' in personalised cardiovascular medicine,Fixing the obesity crisis,Personalised management after primary PCI for ST elevation myocardial infarction: unresolved issues", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048625", + "first_name": "Franz", + "middle_name": "", + "last_name": "Weidinger", + "org_name": "Klinik Landstraße", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Environmental health concerns for cardiologists", + "rest_events_session_count": 3, + "rest_events_session": "The role of '-omics' in personalised cardiovascular medicine,Fixing the obesity crisis,Personalised management after primary PCI for ST elevation myocardial infarction: unresolved issues", + "events_topic": "Percutaneous Coronary Intervention | Cardiovascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " ST Elevation Myocardial Infarction | Obesity | Mental Health", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Franz Weidinger", + "kol_full_name": "Franz Weidinger" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies | Lipoprotein(a)", + "npi_num": "", + "hcp_pin_alias": "1048619", + "session_name": "Lp(a) testing is simple,Strategies to inhibit Lp(a)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048619", + "first_name": "Florian", + "middle_name": "", + "last_name": "Kronenberg", + "org_name": "Medical University Innsbruck, Austria", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lp(a) testing is simple", + "rest_events_session_count": 1, + "rest_events_session": "Strategies to inhibit Lp(a)", + "events_topic": "Lipid-Lowering Therapies | Lipoprotein(a)", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Florian Kronenberg", + "kol_full_name": "Florian Kronenberg" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Cardiovascular Diseases | Renal Denervation | Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "1048615", + "session_name": "New guidelines and expert consensus on renal denervation,Hot papers in hypertension 2023/2024,Great Debate: blood pressure thresholds in hypertension - treat the cardiovascular risk, not the number", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048615", + "first_name": "Felix", + "middle_name": "", + "last_name": "Mahfoud", + "org_name": "Saarland University Hospital", + "Country": "Germany", + "Region": "Saarland", + "City": "Homburg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New guidelines and expert consensus on renal denervation", + "rest_events_session_count": 3, + "rest_events_session": "Hot papers in hypertension 2023/2024,Great Debate: blood pressure thresholds in hypertension - treat the cardiovascular risk, not the number", + "events_topic": "Hypertension | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Renal Denervation | Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Felix Mahfoud", + "kol_full_name": "Felix Mahfoud" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "1048607", + "session_name": "Association of metabolic phenotypes with cardiovascular events in primary and secondary prevention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048607", + "first_name": "Eva", + "middle_name": "", + "last_name": "Steinacher", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of metabolic phenotypes with cardiovascular events in primary and secondary prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva Steinacher", + "kol_full_name": "Eva Steinacher" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Vessel Anomalies | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "1048597", + "session_name": "Coronary anomalies,Spontaneous coronary artery dissection,Challenges in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048597", + "first_name": "Erik", + "middle_name": "", + "last_name": "Rafflenbeul", + "org_name": "Schön Klinik Gruppe", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary anomalies", + "rest_events_session_count": 2, + "rest_events_session": "Spontaneous coronary artery dissection,Challenges in coronary artery disease", + "events_topic": "Coronary Vessel Anomalies | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Erik Rafflenbeul", + "kol_full_name": "Erik Rafflenbeul" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Hyperresponsive | Bempedoic Acid", + "npi_num": "", + "hcp_pin_alias": "1048567", + "session_name": "Cardiovascular events in patients treated with bempedoic acid vs. placebo: systematic review and meta-analysis,Elderly patients are hyperresponsive to potent P2Y12 inhibitors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048567", + "first_name": "David", + "middle_name": "", + "last_name": "Mutschlechner", + "org_name": "Landesklinikum Mistelbach-Gänserndorf", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular events in patients treated with bempedoic acid vs. placebo: systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Elderly patients are hyperresponsive to potent P2Y12 inhibitors", + "events_topic": "Cardiovascular Diseases | Hyperresponsive ", + "rest_events_topic_count": 1, + "rest_events_topic": " Bempedoic Acid", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Mutschlechner", + "kol_full_name": "David Mutschlechner" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "1048543", + "session_name": "Relation of plasma neuropeptide-Y with myocardial function and infarct severity in acute ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048543", + "first_name": "Christina", + "middle_name": "", + "last_name": "Tiller", + "org_name": "Medical University Innsbruck, Austria", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relation of plasma neuropeptide-Y with myocardial function and infarct severity in acute ST-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christina Tiller", + "kol_full_name": "Christina Tiller" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "1048529", + "session_name": "Valvulopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048529", + "first_name": "Christian", + "middle_name": "", + "last_name": "Besler", + "org_name": "Leipzig Heart Center", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Valvulopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian Besler", + "kol_full_name": "Christian Besler" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "1048504", + "session_name": "It is all about understanding the natural course: new thoughts about aortic disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048504", + "first_name": "Axel", + "middle_name": "", + "last_name": "Haverich", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "It is all about understanding the natural course: new thoughts about aortic disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Axel Haverich", + "kol_full_name": "Axel Haverich" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Clinical Trial", + "npi_num": "", + "hcp_pin_alias": "1048503", + "session_name": "Cardiovascular risk and interventions: comparisons, disparities, and clinical trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048503", + "first_name": "Axel", + "middle_name": "", + "last_name": "Bauer", + "org_name": "Medizinische Universität Innsbruck", + "Country": "Austria", + "Region": "Tirol", + "City": "Innsbruck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk and interventions: comparisons", + "rest_events_session_count": 2, + "rest_events_session": " disparities, and clinical trials", + "events_topic": "Heart Disease Risk Factors | Clinical Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Axel Bauer", + "kol_full_name": "Axel Bauer" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Cardiac Imaging Techniques | Hypertrophy, Left Ventricular", + "npi_num": "", + "hcp_pin_alias": "1048480", + "session_name": "Top ten in cardiac imaging,Prognostication in left ventricular hypertrophy: role of cardiac magnetic resonance imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048480", + "first_name": "Aloha", + "middle_name": "", + "last_name": "Meave", + "org_name": "Instituto Nacional de Cardiología - Ignacio Chávez", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Top ten in cardiac imaging", + "rest_events_session_count": 1, + "rest_events_session": "Prognostication in left ventricular hypertrophy: role of cardiac magnetic resonance imaging", + "events_topic": "Cardiac Magnetic Resonance Imaging | Cardiac Imaging Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertrophy, Left Ventricular", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aloha Meave", + "kol_full_name": "Aloha Meave" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "1048463", + "session_name": "When to use a pharmaco-invasive approach rather than primary PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1048463", + "first_name": "Adnan", + "middle_name": "", + "last_name": "Kastrati", + "org_name": "Deutsche Herzzentrum München", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When to use a pharmaco-invasive approach rather than primary PCI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adnan Kastrati", + "kol_full_name": "Adnan Kastrati" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ticagrelor | Drug-Eluting Stents | Acute Coronary Syndrome | Coronary Artery Disease", + "npi_num": null, + "hcp_pin_alias": "1038106", + "session_name": "Discussant review - EPIC-CAD,Ticagrelor monotherapy or DAPT after drug-eluting coronary stenting in patients with or without acute coronary syndrome: a patient-level meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1038106", + "first_name": "Marco", + "middle_name": "", + "last_name": "Valgimigli", + "org_name": "Inselspital, Universitätsspital Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - EPIC-CAD", + "rest_events_session_count": 1, + "rest_events_session": "Ticagrelor monotherapy or DAPT after drug-eluting coronary stenting in patients with or without acute coronary syndrome: a patient-level meta-analysis of randomized controlled trials", + "events_topic": "Ticagrelor | Drug-Eluting Stents ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Coronary Syndrome | Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marco Valgimigli", + "kol_full_name": "Marco Valgimigli" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Obesity | Antiplatelet Therapy", + "npi_num": null, + "hcp_pin_alias": "1038104", + "session_name": "Post-procedural care for PCI and surgery in patients with obesity,Calcium modification: optimising complexities in percutaneous coronary intervention,Adjunct pharmacology in PCI: beyond antiplatelet therapy, the next chapter", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1038104", + "first_name": "Jolanta", + "middle_name": "", + "last_name": "siller-matula", + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Wien", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Post-procedural care for PCI and surgery in patients with obesity", + "rest_events_session_count": 3, + "rest_events_session": "Calcium modification: optimising complexities in percutaneous coronary intervention,Adjunct pharmacology in PCI: beyond antiplatelet therapy, the next chapter", + "events_topic": "Percutaneous Coronary Intervention | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antiplatelet Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jolanta siller-matula", + "kol_full_name": "Jolanta siller-matula" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Non-ST Elevated Myocardial Infarction", + "npi_num": null, + "hcp_pin_alias": "1038091", + "session_name": "Case 2 - Non-ST-Elevation Myocardial Infarction (NSTEMI): vision from Italy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1038091", + "first_name": "Leonardo", + "middle_name": "", + "last_name": "de luca", + "org_name": "UPMC Salvator Mundi International Hospital", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2 - Non-ST-Elevation Myocardial Infarction (NSTEMI): vision from Italy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non-ST Elevated Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leonardo de luca", + "kol_full_name": "Leonardo de luca" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": null, + "hcp_pin_alias": "1038089", + "session_name": "Inclusion of the patient perspective in new trials in pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1038089", + "first_name": "Pisana", + "middle_name": "", + "last_name": "Ferrari", + "org_name": null, + "Country": "Italy", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inclusion of the patient perspective in new trials in pulmonary hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pisana Ferrari", + "kol_full_name": "Pisana Ferrari" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Multivessel Coronary Artery Disease | Coronary Artery Bypass Graft", + "npi_num": null, + "hcp_pin_alias": "1038076", + "session_name": "Survival after PCI or CABG for multivessel disease in NSTE-ACS: a report from the SWEDEHEART registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1038076", + "first_name": "Elmir", + "middle_name": "", + "last_name": "Omerovic", + "org_name": null, + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Survival after PCI or CABG for multivessel disease in NSTE-ACS: a report from the SWEDEHEART registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Multivessel Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Bypass Graft", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elmir Omerovic", + "kol_full_name": "Elmir Omerovic" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cuffless Technology | Hypertension | Blood Pressure", + "npi_num": null, + "hcp_pin_alias": "1038044", + "session_name": "How to integrate digital apps in hypertension management,Change Transforming blood pressure measurement with ring-type cuffless technology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1038044", + "first_name": "George", + "middle_name": "", + "last_name": "Stergiou", + "org_name": null, + "Country": "Greece", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to integrate digital apps in hypertension management", + "rest_events_session_count": 1, + "rest_events_session": "Change Transforming blood pressure measurement with ring-type cuffless technology", + "events_topic": "Cuffless Technology | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
George Stergiou", + "kol_full_name": "George Stergiou" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Artery Disease | Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Coronary Revascularization | Patient Care", + "npi_num": null, + "hcp_pin_alias": "1038042", + "session_name": "Smaller trials, trial updates, and other studies on coronary artery disease and coronary revascularisation,Timing of revascularisation in patients undergoing TAVI: before? during? or after?,Patient-based strategies: valve choice and technical issues,Transcatheter or surgical treatment of aortic-valve stenosis: the DEDICATE-DZHK6 trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1038042", + "first_name": "Tanja", + "middle_name": "", + "last_name": "Rudolph", + "org_name": null, + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 5, + "rest_events_session": " trial updates, and other studies on coronary artery disease and coronary revascularisation,Timing of revascularisation in patients undergoing TAVI: before? during? or after?,Patient-based strategies: valve choice and technical issues,Transcatheter or surgical treatment of aortic-valve stenosis: the DEDICATE-DZHK6 trial", + "events_topic": "Percutaneous Coronary Intervention | Coronary Artery Disease ", + "rest_events_topic_count": 4, + "rest_events_topic": " Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Coronary Revascularization | Patient Care", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tanja Rudolph", + "kol_full_name": "Tanja Rudolph" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Bypass", + "npi_num": null, + "hcp_pin_alias": "1037979", + "session_name": "Risk stratification and treatment in patients undergoing CABG", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1037979", + "first_name": "John", + "middle_name": "", + "last_name": "Beltrame", + "org_name": null, + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification and treatment in patients undergoing CABG", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
John Beltrame", + "kol_full_name": "John Beltrame" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Chest Pain | Pain Measurement | Artificial Intelligence", + "npi_num": null, + "hcp_pin_alias": "1037974", + "session_name": "RAPIDxAI - Re-engineering the clinical approach to suspected cardiac chest pain assessment in the emergency department by expediting evidence to practice using artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1037974", + "first_name": "Derek", + "middle_name": "", + "last_name": "Chew", + "org_name": null, + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RAPIDxAI - Re-engineering the clinical approach to suspected cardiac chest pain assessment in the emergency department by expediting evidence to practice using artificial intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chest Pain | Pain Measurement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Derek Chew", + "kol_full_name": "Derek Chew" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Enzyme Replacement Therapy | Fabry Disease | Cardiomyopathies", + "npi_num": null, + "hcp_pin_alias": "1037954", + "session_name": "Long-term clinical-pathologic results of enzyme replacement therapy in pre-hypertrophic fabry disease cardiomyopathy.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1037954", + "first_name": "Cristina", + "middle_name": "", + "last_name": "Chimenti", + "org_name": "Università degli Studi di Roma La Sapienza", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term clinical-pathologic results of enzyme replacement therapy in pre-hypertrophic fabry disease cardiomyopathy.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Enzyme Replacement Therapy | Fabry Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristina Chimenti", + "kol_full_name": "Cristina Chimenti" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic", + "npi_num": null, + "hcp_pin_alias": "1037765", + "session_name": "Focusing on women: dissecting sex-specific factors in cardiogenic shock through a large cohort and propensity score matching", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1037765", + "first_name": "Alexandra", + "middle_name": "", + "last_name": "Arias-Mendoza", + "org_name": "Instituto Nacional de Cardiología Ignacio Chávez", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Focusing on women: dissecting sex-specific factors in cardiogenic shock through a large cohort and propensity score matching", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Arias-Mendoza", + "kol_full_name": "Alexandra Arias-Mendoza" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Cardiomyopathies", + "npi_num": null, + "hcp_pin_alias": "1037703", + "session_name": "Imaging to improve diagnosis and risk-stratification of cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1037703", + "first_name": "Francesca", + "middle_name": "", + "last_name": "Graziani", + "org_name": "Policlinico Universitario Agostino Gemelli", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging to improve diagnosis and risk-stratification of cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francesca Graziani", + "kol_full_name": "Francesca Graziani" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Wedge Pressure | Myocardial Injury | Echocardiography | Echocardiography, Stress", + "npi_num": "", + "hcp_pin_alias": "988416", + "session_name": "Pulmonary valve acceleration fraction as a novel echo parameter to evaluate systolic pulmonary artery pressure during exercise echocardiography,How to predict myocardial injury in patients with large ischaemic burden identified during stress echocardiography?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "988416", + "first_name": "Konstantinos", + "middle_name": "K", + "last_name": "Vakalis", + "org_name": "Lewisham & Greenwich NHS Trust, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary valve acceleration fraction as a novel echo parameter to evaluate systolic pulmonary artery pressure during exercise echocardiography", + "rest_events_session_count": 1, + "rest_events_session": "How to predict myocardial injury in patients with large ischaemic burden identified during stress echocardiography?", + "events_topic": "Pulmonary Wedge Pressure | Myocardial Injury ", + "rest_events_topic_count": 2, + "rest_events_topic": " Echocardiography | Echocardiography, Stress", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Konstantinos K Vakalis", + "kol_full_name": "Konstantinos K Vakalis" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "988004", + "session_name": "Will omics finally fulfil the promise of personalised medicine in pulmonary hypertension?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "988004", + "first_name": "Martin", + "middle_name": "M", + "last_name": "Wilkins", + "org_name": "Imperial College Hlthcare Trust, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Will omics finally fulfil the promise of personalised medicine in pulmonary hypertension?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin M Wilkins", + "kol_full_name": "Martin M Wilkins" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "987017", + "session_name": "The role of advanced echocardiography in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "987017", + "first_name": "William", + "middle_name": "", + "last_name": "Bradlow", + "org_name": "Univ Hosps Birmingham NHS FT - Cardiology Department, The New Queen Elizabeth Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of advanced echocardiography in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
William Bradlow", + "kol_full_name": "William Bradlow" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "987007", + "session_name": "Right heart academy: focus on tricuspid regurgitation assessment,Left heart academy: focus on mitral regurgitation assessment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "987007", + "first_name": "Alexandros", + "middle_name": "A", + "last_name": "Papachristidis", + "org_name": "King's College Hosp NHS FT, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right heart academy: focus on tricuspid regurgitation assessment", + "rest_events_session_count": 1, + "rest_events_session": "Left heart academy: focus on mitral regurgitation assessment", + "events_topic": "Tricuspid Valve Insufficiency | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandros A Papachristidis", + "kol_full_name": "Alexandros A Papachristidis" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "", + "hcp_pin_alias": "986869", + "session_name": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel,Acute pulmonary embolism: new approaches for an old killer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "986869", + "first_name": "Andrew", + "middle_name": "", + "last_name": "Sharp", + "org_name": "University Hospital of Wales", + "Country": "United Kingdom", + "Region": "England", + "City": "Exeter", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on current management of acute intermediate high-risk pulmonary embolism - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Acute pulmonary embolism: new approaches for an old killer", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrew Sharp", + "kol_full_name": "Andrew Sharp" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Therapy | Heart Failure, Diastolic | Stroke Volume | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "986629", + "session_name": "The role of drug therapy in atrial fibrillation patients with heart failure and preserved left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "986629", + "first_name": "Rosita", + "middle_name": "R", + "last_name": "Zakeri", + "org_name": "King's College Hosp NHS FT, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of drug therapy in atrial fibrillation patients with heart failure and preserved left ventricular ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Heart Failure, Diastolic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke Volume | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rosita R Zakeri", + "kol_full_name": "Rosita R Zakeri" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis", + "npi_num": "", + "hcp_pin_alias": "986579", + "session_name": "Cardiac amyloidosis: diagnosis and outcomes,The different faces of cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "986579", + "first_name": "Neha", + "middle_name": "N", + "last_name": "Sekhri", + "org_name": "Barts Health NHS Trust, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac amyloidosis: diagnosis and outcomes", + "rest_events_session_count": 1, + "rest_events_session": "The different faces of cardiac amyloidosis", + "events_topic": "Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Neha N Sekhri", + "kol_full_name": "Neha N Sekhri" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Pulmonary Disease, Chronic Obstructive", + "npi_num": "", + "hcp_pin_alias": "986548", + "session_name": "Detection of chronic obstructive pulmonary disease and frequency of cardiopulmonary events in patients with a significant smoking history hospitalised for acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "986548", + "first_name": "William", + "middle_name": "W", + "last_name": "Parker", + "org_name": "Sheffield Teaching Hosps NHS FT, Sheffield", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Detection of chronic obstructive pulmonary disease and frequency of cardiopulmonary events in patients with a significant smoking history hospitalised for acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Pulmonary Disease, Chronic Obstructive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
William W Parker", + "kol_full_name": "William W Parker" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Obesity", + "npi_num": "", + "hcp_pin_alias": "986500", + "session_name": "Dietary intervention in HFpEF patients with obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "986500", + "first_name": "Matthew", + "middle_name": "M", + "last_name": "Lee", + "org_name": "NHS Greater Glasgow & Clyde, Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dietary intervention in HFpEF patients with obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthew M Lee", + "kol_full_name": "Matthew M Lee" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "986434", + "session_name": "Cardiovascular primary care: taking comorbidities into account", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "986434", + "first_name": "Christi", + "middle_name": "C", + "last_name": "Deaton", + "org_name": "University of Cambridge, Cambridge", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular primary care: taking comorbidities into account", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christi C Deaton", + "kol_full_name": "Christi C Deaton" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dapagliflozin | Accelerometer | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "986346", + "session_name": "The effect of dapagliflozin on accelerometer-based measures of physical activity in heart failure: an exploratory analysis of the DETERMINE trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "986346", + "first_name": "Kieran", + "middle_name": "K", + "last_name": "Docherty", + "org_name": "University of Glasgow, Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of dapagliflozin on accelerometer-based measures of physical activity in heart failure: an exploratory analysis of the DETERMINE trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dapagliflozin | Accelerometer ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kieran K Docherty", + "kol_full_name": "Kieran K Docherty" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "986334", + "session_name": "Biomarkers to guide the treatment of heart failure: where are we going?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "986334", + "first_name": "Susan", + "middle_name": "S", + "last_name": "Piper", + "org_name": "King's College Hosp NHS FT, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomarkers to guide the treatment of heart failure: where are we going?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susan S Piper", + "kol_full_name": "Susan S Piper" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Medication Therapy Management", + "npi_num": "", + "hcp_pin_alias": "986156", + "session_name": "Non-adherence to medication", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "986156", + "first_name": "Isla", + "middle_name": "I", + "last_name": "Mackenzie", + "org_name": "NHS Tayside, Dundee", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Dundee", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-adherence to medication", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medication Therapy Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Isla I Mackenzie", + "kol_full_name": "Isla I Mackenzie" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Zilebesiran | Antihypertensive Therapy | Hypertension", + "npi_num": "", + "hcp_pin_alias": "985900", + "session_name": "Subgroup results from KARDIA-2: impact of demographic and baseline disease characteristics on zilebesiran response in patients with hypertension uncontrolled by a standard oral antihypertensive", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "985900", + "first_name": "Manish", + "middle_name": "M", + "last_name": "Saxena", + "org_name": "Barts & The London School of Med, Barts Cancer Institute", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Subgroup results from KARDIA-2: impact of demographic and baseline disease characteristics on zilebesiran response in patients with hypertension uncontrolled by a standard oral antihypertensive", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Zilebesiran | Antihypertensive Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manish M Saxena", + "kol_full_name": "Manish M Saxena" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Hypertension", + "npi_num": "", + "hcp_pin_alias": "985603", + "session_name": "Lifestyle management of hypertension: drink,Multiomic approaches in cardiovascular medicine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "985603", + "first_name": "Maciej", + "middle_name": "M", + "last_name": "Tomaszewski", + "org_name": "Manchester University NHS FT, Manchester", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lifestyle management of hypertension: drink", + "rest_events_session_count": 1, + "rest_events_session": "Multiomic approaches in cardiovascular medicine", + "events_topic": "Cardiovascular Diseases | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maciej M Tomaszewski", + "kol_full_name": "Maciej M Tomaszewski" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Ventricular Function, Left | Aortic Valve Stenosis | Hypertrophy", + "npi_num": "", + "hcp_pin_alias": "985047", + "session_name": "Imaging to evaluate left ventricular function and hypertrophy in aortic stenosis,Lp(a) as a treatment target for aortic stenosis?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "985047", + "first_name": "Marc", + "middle_name": "M", + "last_name": "Dweck", + "org_name": "NHS Lothian, Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging to evaluate left ventricular function and hypertrophy in aortic stenosis", + "rest_events_session_count": 1, + "rest_events_session": "Lp(a) as a treatment target for aortic stenosis?", + "events_topic": "Diagnostic Imaging | Ventricular Function, Left ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Stenosis | Hypertrophy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marc M Dweck", + "kol_full_name": "Marc M Dweck" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Risk Management | Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "985035", + "session_name": "Stroke risk management in atrial fibrillation registries: key take-home messages for clinicians", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "985035", + "first_name": "Irina", + "middle_name": "I", + "last_name": "Savelieva", + "org_name": "St George's Univ Hosps NHS FT, St Georges Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stroke risk management in atrial fibrillation registries: key take-home messages for clinicians", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Risk Management | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irina I Savelieva", + "kol_full_name": "Irina I Savelieva" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "985011", + "session_name": "Lp(a): not so \"little\" anymore the role of Lp(a) in cardiovascular risk assessment and clinical practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "985011", + "first_name": "Jaimini", + "middle_name": "J", + "last_name": "Cegla", + "org_name": "Imperial College Hlthcare Trust, Hammersmith Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lp(a): not so \"little\" anymore the role of Lp(a) in cardiovascular risk assessment and clinical practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jaimini J Cegla", + "kol_full_name": "Jaimini J Cegla" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "984449", + "session_name": "Integrating artificial intelligence into a real-world clinical pathway to facilitate clinician treatment optimisation in patients with HFrEF on suboptimal medical therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "984449", + "first_name": "Mya", + "middle_name": "M", + "last_name": "Win", + "org_name": "NHS Tayside, Dundee", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Dundee", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integrating artificial intelligence into a real-world clinical pathway to facilitate clinician treatment optimisation in patients with HFrEF on suboptimal medical therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mya M Win", + "kol_full_name": "Mya M Win" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "984360", + "session_name": "Health care utilisation in patients with mild pulmonary hypertension - EVIDENCE-PAH UK study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "984360", + "first_name": "Nina", + "middle_name": "N", + "last_name": "Karia", + "org_name": "Royal Free London NHS FT, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Health care utilisation in patients with mild pulmonary hypertension - EVIDENCE-PAH UK study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nina N Karia", + "kol_full_name": "Nina N Karia" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Transcatheter Edge-to-Edge Repair | Cardiomyopathies | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "984218", + "session_name": "Transcatheter edge-to-edge repair: a primer for echocardiographers,State-of-the-Art echocardiography in infiltrative cardiomyopathies,Presenting revolutionary artificial intelligence (AI) that allows you to transcend the complexities of echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "984218", + "first_name": "Richard", + "middle_name": "R", + "last_name": "Steeds", + "org_name": "Univ Hosps Birmingham NHS FT, Queen Elizabeth Hosp Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter edge-to-edge repair: a primer for echocardiographers", + "rest_events_session_count": 2, + "rest_events_session": "State-of-the-Art echocardiography in infiltrative cardiomyopathies,Presenting revolutionary artificial intelligence (AI) that allows you to transcend the complexities of echocardiography", + "events_topic": "Echocardiography | Transcatheter Edge-to-Edge Repair ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathies | Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Richard R Steeds", + "kol_full_name": "Richard R Steeds" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "984203", + "session_name": "Cardiovascular risk of cancer therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "984203", + "first_name": "Peter", + "middle_name": "P", + "last_name": "Henriksen", + "org_name": "NHS Lothian, Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk of cancer therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Peter P Henriksen", + "kol_full_name": "Peter P Henriksen" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiometabolic Diseases", + "npi_num": "", + "hcp_pin_alias": "983426", + "session_name": "An integrated approach to managing a patient with cardiometabolic disease: practical learnings from Ireland’s enhanced community care scheme", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "983426", + "first_name": "Susan", + "middle_name": "S", + "last_name": "Connolly", + "org_name": "Royal Berkshire NHS FT, Reading", + "Country": "United Kingdom", + "Region": "England", + "City": "Reading", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An integrated approach to managing a patient with cardiometabolic disease: practical learnings from Ireland’s enhanced community care scheme", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susan S Connolly", + "kol_full_name": "Susan S Connolly" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "983310", + "session_name": "EuroHeart TAVI - The new frontier", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "983310", + "first_name": "Christopher", + "middle_name": "C", + "last_name": "Gale", + "org_name": "Chelsea & Westminster Hosp FT, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "EuroHeart TAVI - The new frontier", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christopher C Gale", + "kol_full_name": "Christopher C Gale" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "983019", + "session_name": "Optimising healthcare delivery in cardiovascular patients: will artificial intelligence help?,Models and aspects of care delivery in patients with cardiovascular conditions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "983019", + "first_name": "Rani", + "middle_name": "R", + "last_name": "Khatib", + "org_name": "Leeds Teaching Hosp NHS Trust, Leeds General Infirmary", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising healthcare delivery in cardiovascular patients: will artificial intelligence help?", + "rest_events_session_count": 1, + "rest_events_session": "Models and aspects of care delivery in patients with cardiovascular conditions", + "events_topic": "Artificial Intelligence | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rani R Khatib", + "kol_full_name": "Rani R Khatib" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "P-Value Spectrum", + "npi_num": "", + "hcp_pin_alias": "982430", + "session_name": "Significance of the p-value: utility, limitations, misuse, and misinterpretation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "982430", + "first_name": "Stuart", + "middle_name": "S", + "last_name": "Pocock", + "org_name": "London School Hyg & Tropical Med, School of Hygiene & Trop Med", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Significance of the p-value: utility", + "rest_events_session_count": 3, + "rest_events_session": " limitations, misuse, and misinterpretation", + "events_topic": "P-Value Spectrum", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stuart S Pocock", + "kol_full_name": "Stuart S Pocock" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated", + "npi_num": "", + "hcp_pin_alias": "982152", + "session_name": "Fukutin-related protein (FKRP) dilated cardiomyopathy preceding a diagnosis of limb girdle muscular dystrophy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "982152", + "first_name": "James", + "middle_name": "J", + "last_name": "Tomlinson", + "org_name": "University Hosps Dorset NHS FT, Bournemouth", + "Country": "United Kingdom", + "Region": "England", + "City": "Bournemouth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fukutin-related protein (FKRP) dilated cardiomyopathy preceding a diagnosis of limb girdle muscular dystrophy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
James J Tomlinson", + "kol_full_name": "James J Tomlinson" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Digital Health | Cardiovascular Diseases | Artificial Intelligence | Patient Care", + "npi_num": "", + "hcp_pin_alias": "981652", + "session_name": "The Core Curriculum for Cardiovascular Nurses and Allied Professionals: what is it and why do we need it?,Only seven minutes per patient: could chatbots enhance patient consultations?,Innovations in digital care and patient engagement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "981652", + "first_name": "Lis", + "middle_name": "L", + "last_name": "Neubeck", + "org_name": "Edinburgh Napier University, Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Core Curriculum for Cardiovascular Nurses and Allied Professionals: what is it and why do we need it?", + "rest_events_session_count": 2, + "rest_events_session": "Only seven minutes per patient: could chatbots enhance patient consultations?,Innovations in digital care and patient engagement", + "events_topic": "Digital Health | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Patient Care", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lis L Neubeck", + "kol_full_name": "Lis L Neubeck" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "981367", + "session_name": "Doping: cause of sudden cardiac death in athletes?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "981367", + "first_name": "Sanjay", + "middle_name": "S", + "last_name": "Sharma", + "org_name": "St George's Univ Hosps NHS FT, St Georges Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Doping: cause of sudden cardiac death in athletes?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sanjay S Sharma", + "kol_full_name": "Sanjay S Sharma" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies", + "npi_num": "", + "hcp_pin_alias": "981264", + "session_name": "Lipid-lowering drugs: new insights,Lipids as risk factors among different populations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "981264", + "first_name": "Riyaz", + "middle_name": "R", + "last_name": "Patel", + "org_name": "Barts Health NHS Trust, The Royal London Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid-lowering drugs: new insights", + "rest_events_session_count": 1, + "rest_events_session": "Lipids as risk factors among different populations", + "events_topic": "Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Riyaz R Patel", + "kol_full_name": "Riyaz R Patel" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Nursing", + "npi_num": "", + "hcp_pin_alias": "980906", + "session_name": "Diversity in cardiovascular care: effective, equitable, and empowering practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "980906", + "first_name": "Helen", + "middle_name": "H", + "last_name": "Eftekhari", + "org_name": "Univ Hosps Coventry & Warks Trst, Rugby", + "Country": "United Kingdom", + "Region": "England", + "City": "Rugby", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diversity in cardiovascular care: effective", + "rest_events_session_count": 2, + "rest_events_session": " equitable, and empowering practice", + "events_topic": "Cardiovascular Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helen H Eftekhari", + "kol_full_name": "Helen H Eftekhari" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis | Tafamidis | Placebos | Heart Failure | Magnetic Resonance Imaging | Amyloidosis, Hereditary, Transthyretin-Related | Cardiac Amyloidosis", + "npi_num": "", + "hcp_pin_alias": "980894", + "session_name": "The evolving ATTR amyloidosis therapeutic landscape,Long-term all-cause and cardiovascular-related mortality in patients with ATTR-CM treated with continuous tafamidis vs placebo to tafamidis by NAC stage at baseline,Study design of the CARDIO-TTRansform cardiac magnetic resonance imaging substudy,Treating heart failure in the context of amyloidosis,Cardiac amyloidosis: my heart is filled with so much…", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "980894", + "first_name": "Marianna", + "middle_name": "M", + "last_name": "Fontana", + "org_name": "Royal Free London NHS FT, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The evolving ATTR amyloidosis therapeutic landscape", + "rest_events_session_count": 4, + "rest_events_session": "Long-term all-cause and cardiovascular-related mortality in patients with ATTR-CM treated with continuous tafamidis vs placebo to tafamidis by NAC stage at baseline,Study design of the CARDIO-TTRansform cardiac magnetic resonance imaging substudy,Treating heart failure in the context of amyloidosis,Cardiac amyloidosis: my heart is filled with so much…", + "events_topic": "Amyloidosis | Tafamidis ", + "rest_events_topic_count": 5, + "rest_events_topic": " Placebos | Heart Failure | Magnetic Resonance Imaging | Amyloidosis, Hereditary, Transthyretin-Related | Cardiac Amyloidosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marianna M Fontana", + "kol_full_name": "Marianna M Fontana" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "980869", + "session_name": "State-of-the-art lecture on hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "980869", + "first_name": "Charlotte", + "middle_name": "C", + "last_name": "Manisty", + "org_name": "Barts Health NHS Trust, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Charlotte C Manisty", + "kol_full_name": "Charlotte C Manisty" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Medicine | Myocardial Infarction | Dapagliflozin | Cardiometabolic Risk Factors | P2Y12 Inhibitors | Factor V | Body Mass Index", + "npi_num": "", + "hcp_pin_alias": "980844", + "session_name": "Managing patients with factor V Leiden in cardiovascular medicine,Subcutaneous P2Y12 inhibition,Impact of dapagliflozin on cardiometabolic outcomes after myocardial infarction according to baseline glycaemic status and body mass index: a DAPA-MI substudy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "980844", + "first_name": "Robert", + "middle_name": "R", + "last_name": "Storey", + "org_name": "Sheffield Teaching Hosps NHS FT, Sheffield", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Managing patients with factor V Leiden in cardiovascular medicine", + "rest_events_session_count": 2, + "rest_events_session": "Subcutaneous P2Y12 inhibition,Impact of dapagliflozin on cardiometabolic outcomes after myocardial infarction according to baseline glycaemic status and body mass index: a DAPA-MI substudy", + "events_topic": "Cardiovascular Medicine | Myocardial Infarction ", + "rest_events_topic_count": 5, + "rest_events_topic": " Dapagliflozin | Cardiometabolic Risk Factors | P2Y12 Inhibitors | Factor V | Body Mass Index", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robert R Storey", + "kol_full_name": "Robert R Storey" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Risk Stratification | CHA2DS2VASc", + "npi_num": "", + "hcp_pin_alias": "980350", + "session_name": "Refining the CHA2DS2VASc risk stratification scheme: Shall we drop the Sex Category?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "980350", + "first_name": "Rui", + "middle_name": "R", + "last_name": "Providencia", + "org_name": "Barts Health NHS Trust, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Refining the CHA2DS2VASc risk stratification scheme: Shall we drop the Sex Category?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Risk Stratification | CHA2DS2VASc", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rui R Providencia", + "kol_full_name": "Rui R Providencia" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "980203", + "session_name": "ESC TV ‘Kart’iology Tournament", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "980203", + "first_name": "Sanjay", + "middle_name": "S", + "last_name": "Bhandari", + "org_name": "Univ Hosps Leicester NHS Trust, Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV ‘Kart’iology Tournament", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sanjay S Bhandari", + "kol_full_name": "Sanjay S Bhandari" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mineralocorticoid Receptor Antagonists | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "980047", + "session_name": "Ask the Trialist - MRAs in heart failure,MRAs in heart failure - An individual patient data meta-analysis of randomised trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "980047", + "first_name": "Pardeep", + "middle_name": "P", + "last_name": "Jhund", + "org_name": "NHS Greater Glasgow & Clyde, The Queen Elizabeth Univ Hosp", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - MRAs in heart failure", + "rest_events_session_count": 1, + "rest_events_session": "MRAs in heart failure - An individual patient data meta-analysis of randomised trials", + "events_topic": "Mineralocorticoid Receptor Antagonists | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pardeep P Jhund", + "kol_full_name": "Pardeep P Jhund" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "", + "hcp_pin_alias": "979993", + "session_name": "Leadless pacing: which patients benefit?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "979993", + "first_name": "David", + "middle_name": "D", + "last_name": "Sharman", + "org_name": "Northampton General Hosp Trust, Northampton General Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Northampton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Leadless pacing: which patients benefit?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David D Sharman", + "kol_full_name": "David D Sharman" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "979943", + "session_name": "Interactions between atrial fibrillation and heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "979943", + "first_name": "Lana", + "middle_name": "L", + "last_name": "Dixon", + "org_name": "Belfast Health & SC Trust, Royal Victoria Hospital", + "Country": "United Kingdom", + "Region": "Northern Ireland", + "City": "Belfast", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interactions between atrial fibrillation and heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lana L Dixon", + "kol_full_name": "Lana L Dixon" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "979415", + "session_name": "Engagement of adults with congenital heart disease in research: overcoming barriers relating to social deprivation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "979415", + "first_name": "Andrew", + "middle_name": "A", + "last_name": "Constantine", + "org_name": "Guy's and St Thomas'NHS FT, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Engagement of adults with congenital heart disease in research: overcoming barriers relating to social deprivation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrew A Constantine", + "kol_full_name": "Andrew A Constantine" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Imatinib | Pulmonary Arterial Hypertension", + "npi_num": "", + "hcp_pin_alias": "979304", + "session_name": "Positioning Imatinib for Pulmonary Arterial Hypertension (PIPAH) study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "979304", + "first_name": "Alexander", + "middle_name": "A", + "last_name": "Rothman", + "org_name": "Sheffield Teaching Hosps NHS FT, Sheffield", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Positioning Imatinib for Pulmonary Arterial Hypertension (PIPAH) study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Imatinib | Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexander A Rothman", + "kol_full_name": "Alexander A Rothman" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "977378", + "session_name": "Air pollution and cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "977378", + "first_name": "David", + "middle_name": "D", + "last_name": "Newby", + "org_name": "NHS Lothian, New Royal Infirmary Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Air pollution and cardiovascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David D Newby", + "kol_full_name": "David D Newby" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "977340", + "session_name": "Atrial fibrillation screening: is it worthwhile and does it influence atrial fibrillation management across the life span?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "977340", + "first_name": "Jonathan", + "middle_name": "J", + "last_name": "Mant", + "org_name": "Cambridge Inst of Public Health, Cambridge Inst of Public Health", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation screening: is it worthwhile and does it influence atrial fibrillation management across the life span?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jonathan J Mant", + "kol_full_name": "Jonathan J Mant" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardio-Renal Syndrome | Diabetes Mellitus", + "npi_num": "", + "hcp_pin_alias": "977224", + "session_name": "Guidelines in Practice: cardio-renal protection in patients with diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "977224", + "first_name": "Ramzi", + "middle_name": "R", + "last_name": "Ajjan", + "org_name": "Leeds Teaching Hosp NHS Trust, St James's University Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guidelines in Practice: cardio-renal protection in patients with diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardio-Renal Syndrome | Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ramzi R Ajjan", + "kol_full_name": "Ramzi R Ajjan" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dual Anti-Platelet Therapy | Factor XIa | Atrial Fibrillation | Percutaneous Coronary Intervention | Clinical Decision-Making | Anticoagulation | Acute Coronary Syndrome | Inhibition, Psychological | Anticoagulants Therapy", + "npi_num": "", + "hcp_pin_alias": "977217", + "session_name": "Anticoagulation choices in patients with cancer, acute coronary syndrome, and percutaneous coronary intervention,FXIa inhibition,Reducing intensity of dual antiplatelet therapy in acute coronary syndromes: what is the optimal timing?,Clinical decision-making about oral anticoagulant therapy in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "977217", + "first_name": "Diana", + "middle_name": "D", + "last_name": "Gorog", + "org_name": "E & N Herts Health NHS Trust, Queen Elizabeth II Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Welwyn Garden City", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulation choices in patients with cancer", + "rest_events_session_count": 5, + "rest_events_session": " acute coronary syndrome, and percutaneous coronary intervention,FXIa inhibition,Reducing intensity of dual antiplatelet therapy in acute coronary syndromes: what is the optimal timing?,Clinical decision-making about oral anticoagulant therapy in atrial fibrillation", + "events_topic": "Dual Anti-Platelet Therapy | Factor XIa ", + "rest_events_topic_count": 7, + "rest_events_topic": " Atrial Fibrillation | Percutaneous Coronary Intervention | Clinical Decision-Making | Anticoagulation | Acute Coronary Syndrome | Inhibition, Psychological | Anticoagulants Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diana D Gorog", + "kol_full_name": "Diana D Gorog" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Obesity | Atherosclerosis | Diabetes Mellitus, Type 2 | Cardiometabolic Risk Factors | Renal Insufficiency | Metabolic Syndrome | Cardiovascular Diseases | Body Mass Index", + "npi_num": "", + "hcp_pin_alias": "977183", + "session_name": "Prevalence and shared mechanisms of cardiovascular-kidney-metabolic syndrome,Characterization of individuals with atherosclerotic cardiovascular disease, with and without chronic kidney disease: results from a UK electronic health record database,BMI shift and associated cardiometabolic risk factors in people with type 2 diabetes and obesity and/or overweight: a post hoc analysis from SURMOUNT-2,Renal failure: special aspects for the cardiologist", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "977183", + "first_name": "Naveed", + "middle_name": "N", + "last_name": "Sattar", + "org_name": "University of Glasgow, Cardiovascular Research Centre", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and shared mechanisms of cardiovascular-kidney-metabolic syndrome", + "rest_events_session_count": 4, + "rest_events_session": "Characterization of individuals with atherosclerotic cardiovascular disease, with and without chronic kidney disease: results from a UK electronic health record database,BMI shift and associated cardiometabolic risk factors in people with type 2 diabetes and obesity and/or overweight: a post hoc analysis from SURMOUNT-2,Renal failure: special aspects for the cardiologist", + "events_topic": "Renal Insufficiency, Chronic | Obesity ", + "rest_events_topic_count": 7, + "rest_events_topic": " Atherosclerosis | Diabetes Mellitus, Type 2 | Cardiometabolic Risk Factors | Renal Insufficiency | Metabolic Syndrome | Cardiovascular Diseases | Body Mass Index", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Naveed N Sattar", + "kol_full_name": "Naveed N Sattar" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "977176", + "session_name": "Chronic kidney disease and cardiovascular risk prevention: how important and how to identify patients?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "977176", + "first_name": "Samuel", + "middle_name": "S", + "last_name": "Seidu", + "org_name": "Hockley Farm Medical Practice, Braunstone Health & SC Ctr", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic kidney disease and cardiovascular risk prevention: how important and how to identify patients?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Samuel S Seidu", + "kol_full_name": "Samuel S Seidu" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Gene Editing | Practice Guidelines As Topic | Cholesterol Ester Transfer Proteins | Lipoproteins, LDL | Lipoprotein(a) | Gene Silencing | Lipid Management | Clustered Regularly Interspaced Short Palindromic Repeats | Heart Disease Risk Factors | Percutaneous Coronary Intervention | Lipid-Lowering Therapies | Cholesterol, LDL | Coronary Disease", + "npi_num": "", + "hcp_pin_alias": "977173", + "session_name": "Value of sustained LDL-C lowering: learnings from long-term data,Sustained LDL-C reduction: from long-term trials to real-world implementation,The remaining challenges in lowering LDL-c in patients at increased CV risk,Managing a patient with residual risk: applying recent evidence with EPA to practice,Closing the gap: advancing lipid management in high-risk patients with comorbidities,A global perspective of Lp(a) levels in patients with coronary heart disease - Implications for risk factor control & future trials from the INTERASPIRE Study,Innovating the clinical management of LDL-c: exploring CETP as therapeutic target,Clinical choices in managing LDL-c: where do novel therapies fit in?,Registries, observational, and other studies on lipids,How low can you go? LDL-lowering therapy in PCI patients,Monoclonal antibodies, gene silencing, and gene editing (CRISPR) therapies for the treatment of hyperlipidaemia,Lipid guidelines: comparison between National Institute for Health and Care Excellence (NICE) and ESC guidance,Fire and forget beats personalised lipid-lowering treatment: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "977173", + "first_name": "Kausik", + "middle_name": "", + "last_name": "Ray", + "org_name": "Charing X & Westminster Med Sch, Charing Cross&Westminster Med Sc", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "13", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Value of sustained LDL-C lowering: learnings from long-term data", + "rest_events_session_count": 16, + "rest_events_session": "Sustained LDL-C reduction: from long-term trials to real-world implementation,The remaining challenges in lowering LDL-c in patients at increased CV risk,Managing a patient with residual risk: applying recent evidence with EPA to practice,Closing the gap: advancing lipid management in high-risk patients with comorbidities,A global perspective of Lp(a) levels in patients with coronary heart disease - Implications for risk factor control & future trials from the INTERASPIRE Study,Innovating the clinical management of LDL-c: exploring CETP as therapeutic target,Clinical choices in managing LDL-c: where do novel therapies fit in?,Registries, observational, and other studies on lipids,How low can you go? LDL-lowering therapy in PCI patients,Monoclonal antibodies, gene silencing, and gene editing (CRISPR) therapies for the treatment of hyperlipidaemia,Lipid guidelines: comparison between National Institute for Health and Care Excellence (NICE) and ESC guidance,Fire and forget beats personalised lipid-lowering treatment: pro", + "events_topic": "Gene Editing | Practice Guidelines As Topic ", + "rest_events_topic_count": 11, + "rest_events_topic": " Cholesterol Ester Transfer Proteins | Lipoproteins, LDL | Lipoprotein(a) | Gene Silencing | Lipid Management | Clustered Regularly Interspaced Short Palindromic Repeats | Heart Disease Risk Factors | Percutaneous Coronary Intervention | Lipid-Lowering Therapies | Cholesterol, LDL | Coronary Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kausik Ray", + "kol_full_name": "Kausik Ray" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "976920", + "session_name": "Transforming obstructive hypertrophic cardiomyopathy services, lessons from the United Kingdom", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976920", + "first_name": "Jason", + "middle_name": "J", + "last_name": "Dungu", + "org_name": "Mid & South Essex NHS FT, Basildon", + "Country": "United Kingdom", + "Region": "England", + "City": "Basildon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transforming obstructive hypertrophic cardiomyopathy services", + "rest_events_session_count": 1, + "rest_events_session": " lessons from the United Kingdom", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jason J Dungu", + "kol_full_name": "Jason J Dungu" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Factor Xa | Cardiopulmonary Exercise Testing | Anticoagulants | Venous Thromboembolism | Anticoagulation | Neoplasms | Hemorrhage | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "976857", + "session_name": "Navigating challenging clinical scenarios in venous thromboembolism patient management,The utility of real-world evidence for informed decision making in venous thromboembolism,Emerging evidence in venous thromboembolism management and the impact on clinical practice,A novel dynamic risk score to predict venous thromboembolism (VTE) recurrences after 3 months of anticoagulation in patients with incident VTE and without active cancer.,A novel dynamic risk score to predict Clinically Significant Bleeding (CSB) after 3 months of anticoagulation in patients with incident Venous ThromboEmbolism (VTE) and without active cancer.,The incidence of death and risk factors for mortality following major bleeding in patients anticoagulated with factor Xa inhibitors: an observational study in the UK clinical setting (AXIOM UK)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976857", + "first_name": "Alexander", + "middle_name": "", + "last_name": "Cohen", + "org_name": "Guy's and St Thomas'NHS FT - Cardiology Department, St Thomas' Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating challenging clinical scenarios in venous thromboembolism patient management", + "rest_events_session_count": 5, + "rest_events_session": "The utility of real-world evidence for informed decision making in venous thromboembolism,Emerging evidence in venous thromboembolism management and the impact on clinical practice,A novel dynamic risk score to predict venous thromboembolism (VTE) recurrences after 3 months of anticoagulation in patients with incident VTE and without active cancer.,A novel dynamic risk score to predict Clinically Significant Bleeding (CSB) after 3 months of anticoagulation in patients with incident Venous ThromboEmbolism (VTE) and without active cancer.,The incidence of death and risk factors for mortality following major bleeding in patients anticoagulated with factor Xa inhibitors: an observational study in the UK clinical setting (AXIOM UK)", + "events_topic": "Factor Xa | Cardiopulmonary Exercise Testing ", + "rest_events_topic_count": 6, + "rest_events_topic": " Anticoagulants | Venous Thromboembolism | Anticoagulation | Neoplasms | Hemorrhage | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexander Cohen", + "kol_full_name": "Alexander Cohen" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Influenza, Human | Atrial Fibrillation | Disease | COVID-19", + "npi_num": "", + "hcp_pin_alias": "976469", + "session_name": "Registries, observational, and other studies on atrial fibrillation,Association of COVID-19 and influenza vaccinations and cardiovascular drugs with hospitalisation and mortality in COVID-19 and Long COVID: 2-year follow-up of 17 million individuals in England,Enhanced disease phenotyping and novel care signatures: arming routine clinical data to personalise care globally", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976469", + "first_name": "Amitava", + "middle_name": "A", + "last_name": "Banerjee", + "org_name": "Barts Health NHS Trust, London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 4, + "rest_events_session": " observational, and other studies on atrial fibrillation,Association of COVID-19 and influenza vaccinations and cardiovascular drugs with hospitalisation and mortality in COVID-19 and Long COVID: 2-year follow-up of 17 million individuals in England,Enhanced disease phenotyping and novel care signatures: arming routine clinical data to personalise care globally", + "events_topic": "Influenza, Human | Atrial Fibrillation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Disease | COVID-19", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amitava A Banerjee", + "kol_full_name": "Amitava A Banerjee" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "976434", + "session_name": "Cardiovascular disease management in patients with cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976434", + "first_name": "Susana", + "middle_name": "", + "last_name": "Banerjee", + "org_name": "The Royal Marsden NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease management in patients with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susana Banerjee", + "kol_full_name": "Susana Banerjee" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "976433", + "session_name": "Unveiling the influence of comorbidities in AF patients,Optimising care for atrial fibrillation (AF) patients with multiple conditions: strategies for addressing patients with comorbidities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976433", + "first_name": "Ameet", + "middle_name": "A", + "last_name": "Bakhai", + "org_name": "Royal Free London NHS FT, The Royal Free Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveiling the influence of comorbidities in AF patients", + "rest_events_session_count": 1, + "rest_events_session": "Optimising care for atrial fibrillation (AF) patients with multiple conditions: strategies for addressing patients with comorbidities", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ameet A Bakhai", + "kol_full_name": "Ameet A Bakhai" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dapagliflozin | Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "976416", + "session_name": "Clinical characteristics and treatment patterns of new users of dapagliflozin for heart failure with reduced ejection fraction: an observational study programme across 12 countries (EVOLUTION HF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976416", + "first_name": "Steven", + "middle_name": "S", + "last_name": "Coombs", + "org_name": "University Hosps Sussex NHS FT, Royal Sussex County Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Brighton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical characteristics and treatment patterns of new users of dapagliflozin for heart failure with reduced ejection fraction: an observational study programme across 12 countries (EVOLUTION HF)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dapagliflozin | Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Steven S Coombs", + "kol_full_name": "Steven S Coombs" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electronic Health Records | Cardiac Amyloidosis | Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "976384", + "session_name": "Patient characteristics and incidence of cardiac amyloidosis: an observational study in the UK clinical setting using electronic health records,Contemporary description of cardiac manifestations in ATTR amyloidosis: results from the multi-country OverTTuRe study,Comorbidities in acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976384", + "first_name": "Lisa", + "middle_name": "L", + "last_name": "Anderson", + "org_name": "St George's Univ Hosps NHS FT, St Georges Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient characteristics and incidence of cardiac amyloidosis: an observational study in the UK clinical setting using electronic health records", + "rest_events_session_count": 2, + "rest_events_session": "Contemporary description of cardiac manifestations in ATTR amyloidosis: results from the multi-country OverTTuRe study,Comorbidities in acute heart failure", + "events_topic": "Electronic Health Records | Cardiac Amyloidosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lisa L Anderson", + "kol_full_name": "Lisa L Anderson" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "976377", + "session_name": "Designing and testing an innovative approach to maximise opportunities to optimise care for type 2 diabetes patients who develop acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976377", + "first_name": "Kelvin", + "middle_name": "K", + "last_name": "Lee", + "org_name": "United Lincs Hospitals NHS Trust, Lincoln County Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Lincoln", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Designing and testing an innovative approach to maximise opportunities to optimise care for type 2 diabetes patients who develop acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kelvin K Lee", + "kol_full_name": "Kelvin K Lee" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Influenza, Human | Flu", + "npi_num": "", + "hcp_pin_alias": "976349", + "session_name": "Open discussion with experts on influenza: don’t let influenza break the hearts of your patients,Crystal clear - not FLU", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976349", + "first_name": "George", + "middle_name": "G", + "last_name": "Kassianos", + "org_name": "Royal College of GPs, Royal College of GPs", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Open discussion with experts on influenza: don’t let influenza break the hearts of your patients", + "rest_events_session_count": 1, + "rest_events_session": "Crystal clear - not FLU", + "events_topic": "Influenza, Human | Flu", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
George G Kassianos", + "kol_full_name": "George G Kassianos" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Angina Treatment", + "npi_num": "", + "hcp_pin_alias": "976236", + "session_name": "Complementary role of haemodynamic and non-haemodynamic anti-anginal medications in CCS", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976236", + "first_name": "Giuseppe", + "middle_name": "G", + "last_name": "Rosano", + "org_name": "St George's Univ Hosps NHS FT, St Georges Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complementary role of haemodynamic and non-haemodynamic anti-anginal medications in CCS", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angina Treatment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giuseppe G Rosano", + "kol_full_name": "Giuseppe G Rosano" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Precision Medicine | Pharmaceutical Preparations | Cardiovascular Agents | Multiomics | Pharmacogenetics | Obesity | Cardiovascular Diseases | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "976165", + "session_name": "Development and validation of a risk prediction model for worsening renal function in patients with incident heart failure,Pharmacogenomics, cardio-omics, and cardiovascular drugs,When the diet does not work: pharmacological options for obesity,The future of personalised medicine in cardiology practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976165", + "first_name": "Chim", + "middle_name": "C", + "last_name": "Lang", + "org_name": "NHS Tayside, Ninewells Hosp & Med School", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Dundee", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development and validation of a risk prediction model for worsening renal function in patients with incident heart failure", + "rest_events_session_count": 5, + "rest_events_session": "Pharmacogenomics, cardio-omics, and cardiovascular drugs,When the diet does not work: pharmacological options for obesity,The future of personalised medicine in cardiology practice", + "events_topic": "Precision Medicine | Pharmaceutical Preparations ", + "rest_events_topic_count": 6, + "rest_events_topic": " Cardiovascular Agents | Multiomics | Pharmacogenetics | Obesity | Cardiovascular Diseases | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chim C Lang", + "kol_full_name": "Chim C Lang" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardio-Renal Syndrome", + "npi_num": "", + "hcp_pin_alias": "976113", + "session_name": "A multidisciplinary clinical dialogue: optimising long-term goals: practical approaches to novel potassium binder use in cardiorenal care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976113", + "first_name": "Aaron", + "middle_name": "A", + "last_name": "Wong", + "org_name": "Cwm Taf Morgannwg University HB, Princess of Wales Hospital", + "Country": "United Kingdom", + "Region": "Wales", + "City": "Bridgend", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A multidisciplinary clinical dialogue: optimising long-term goals: practical approaches to novel potassium binder use in cardiorenal care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardio-Renal Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aaron A Wong", + "kol_full_name": "Aaron A Wong" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Eicosapentaenoic Acid", + "npi_num": "", + "hcp_pin_alias": "976051", + "session_name": "Integrating EPA in CV risk reduction strategies: practical experience and guidance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "976051", + "first_name": "Azfar", + "middle_name": "A", + "last_name": "Zaman", + "org_name": "The Newcastle upon Tyne Hosps FT, Freeman Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Newcastle Upon Tyne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integrating EPA in CV risk reduction strategies: practical experience and guidance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | Eicosapentaenoic Acid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Azfar A Zaman", + "kol_full_name": "Azfar A Zaman" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Bundle Branch Pacing | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "975998", + "session_name": "Characterization of tricuspid regurgitation in patients following left bundle branch pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "975998", + "first_name": "Maria", + "middle_name": "MF", + "last_name": "Fernandez", + "org_name": "St George's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characterization of tricuspid regurgitation in patients following left bundle branch pacing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Bundle Branch Pacing | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria MF Fernandez", + "kol_full_name": "Maria MF Fernandez" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Disease Management | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "975815", + "session_name": "Cardiovascular disease management in the UK versus other European countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "975815", + "first_name": "Alison", + "middle_name": "A", + "last_name": "Warren", + "org_name": "University Hosps Sussex NHS FT, Royal Sussex County Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Brighton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease management in the UK versus other European countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease Management | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alison A Warren", + "kol_full_name": "Alison A Warren" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardio-Renal Syndrome", + "npi_num": "", + "hcp_pin_alias": "975790", + "session_name": "A multidisciplinary clinical dialogue: optimising long-term goals: practical approaches to novel potassium binder use in cardiorenal care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "975790", + "first_name": "James", + "middle_name": "J", + "last_name": "Burton", + "org_name": "Univ Hosps Leicester NHS Trust, Leicester General Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A multidisciplinary clinical dialogue: optimising long-term goals: practical approaches to novel potassium binder use in cardiorenal care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardio-Renal Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
James J Burton", + "kol_full_name": "James J Burton" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Artificial Intelligence | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "975775", + "session_name": "Challenges when caring for cancer patients with heart disease,Help or hindrance: ChatGPT and chatbots?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "975775", + "first_name": "Chris", + "middle_name": "C", + "last_name": "Plummer", + "org_name": "The Newcastle upon Tyne Hosps FT, Freeman Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Newcastle Upon Tyne", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges when caring for cancer patients with heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Help or hindrance: ChatGPT and chatbots?", + "events_topic": "Neoplasms | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chris C Plummer", + "kol_full_name": "Chris C Plummer" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Therapies, Investigational | Gene Editing | Transthyretin Amyloid Cardiomyopathy | Biomarkers | Cardiomyopathies | Clustered Regularly Interspaced Short Palindromic Repeats", + "npi_num": "", + "hcp_pin_alias": "975692", + "session_name": "CRISPR gene editing: rethinking the ATTR amyloidosis paradigm?,A new generation of CRISPR investigational treatments: getting to the heart of the matter,The role of TTR as a surrogate marker in treatment of ATTR-CM,What is the role of TTR in transthyretin amyloid cardiomyopathy?,The bigger picture: an expert assessment on the true impact of ATTR-cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "975692", + "first_name": "Julian", + "middle_name": "J", + "last_name": "Gillmore", + "org_name": "Royal Free London NHS FT, The Royal Free Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CRISPR gene editing: rethinking the ATTR amyloidosis paradigm?", + "rest_events_session_count": 4, + "rest_events_session": "A new generation of CRISPR investigational treatments: getting to the heart of the matter,The role of TTR as a surrogate marker in treatment of ATTR-CM,What is the role of TTR in transthyretin amyloid cardiomyopathy?,The bigger picture: an expert assessment on the true impact of ATTR-cardiomyopathy", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Therapies, Investigational ", + "rest_events_topic_count": 5, + "rest_events_topic": " Gene Editing | Transthyretin Amyloid Cardiomyopathy | Biomarkers | Cardiomyopathies | Clustered Regularly Interspaced Short Palindromic Repeats", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julian J Gillmore", + "kol_full_name": "Julian J Gillmore" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "975285", + "session_name": "Medical and percutaneous treatment of coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "975285", + "first_name": "Syed", + "middle_name": "S", + "last_name": "Shah", + "org_name": "Norfolk & Norwich Univ Hosps FT, Norfolk & Norwich Univ Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Norwich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Medical and percutaneous treatment of coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Syed S Shah", + "kol_full_name": "Syed S Shah" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Ischemia | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "975114", + "session_name": "The prognostic impact of inducible ischemia in severe ischaemic cardiomyopathy: a randomised comparison of medical therapy and revascularisation,The relative importance of ischaemia and scar in the genesis of ventricular arrhythmia in ischaemic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "975114", + "first_name": "Holly", + "middle_name": "H", + "last_name": "Morgan", + "org_name": "Aneurin Bevan University HB, Newport", + "Country": "United Kingdom", + "Region": "Wales", + "City": "Newport", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic impact of inducible ischemia in severe ischaemic cardiomyopathy: a randomised comparison of medical therapy and revascularisation", + "rest_events_session_count": 1, + "rest_events_session": "The relative importance of ischaemia and scar in the genesis of ventricular arrhythmia in ischaemic cardiomyopathy", + "events_topic": "Cardiomyopathies | Ischemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Holly H Morgan", + "kol_full_name": "Holly H Morgan" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "975110", + "session_name": "Multidimensional approaches to myocardial infarction: from stress impact to breakthrough therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "975110", + "first_name": "Sudipta", + "middle_name": "S", + "last_name": "Chattopadhyay", + "org_name": "Bedfordshire Hospitals NHS FT, Bedford", + "Country": "United Kingdom", + "Region": "England", + "City": "Bedford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multidimensional approaches to myocardial infarction: from stress impact to breakthrough therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sudipta S Chattopadhyay", + "kol_full_name": "Sudipta S Chattopadhyay" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Cardiomyopathies", + "npi_num": "1376869164", + "hcp_pin_alias": "948649", + "session_name": "Prevalence, characteristics, and phenotype associated with tachycardiomyopathy in a cohort of patients first hospitalized for heart failure with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "948649", + "first_name": "Carlos", + "middle_name": "Y", + "last_name": "Brea", + "org_name": "Access Health Care Physicians LLC", + "Country": "United States", + "Region": "Florida", + "City": "Spring Hill", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence", + "rest_events_session_count": 2, + "rest_events_session": " characteristics, and phenotype associated with tachycardiomyopathy in a cohort of patients first hospitalized for heart failure with reduced ejection fraction", + "events_topic": "Heart Failure | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carlos Y Brea", + "kol_full_name": "Carlos Y Brea" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tricuspid Valve Dysplasia | Cardiomyopathy, Hypertrophic | Pulmonary Atresia | Costello Syndrome", + "npi_num": "", + "hcp_pin_alias": "941138", + "session_name": "Isolated tricuspid valve dysplasia leading to functional pulmonary atresia: a rare clinical entity without clear guidelines for intervention,A case of disappearing hypertrophic cardiomyopathy in Costello syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "941138", + "first_name": "Edythe", + "middle_name": "Bing-Ci", + "last_name": "Tham", + "org_name": "Stollery Children’s Hospital", + "Country": "Canada", + "Region": "Alberta", + "City": "Edmonton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Isolated tricuspid valve dysplasia leading to functional pulmonary atresia: a rare clinical entity without clear guidelines for intervention", + "rest_events_session_count": 1, + "rest_events_session": "A case of disappearing hypertrophic cardiomyopathy in Costello syndrome", + "events_topic": "Tricuspid Valve Dysplasia | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pulmonary Atresia | Costello Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Edythe Bing-Ci Tham", + "kol_full_name": "Edythe Bing-Ci Tham" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Tricuspid Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "926373", + "session_name": "Live echo scanning: imaging the tricuspid valve – diagnosis, patient selection and timely referral", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926373", + "first_name": "Luigi", + "middle_name": "Paolo", + "last_name": "Badano", + "org_name": "Università degli Studi di Milano-Bicocca", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Live echo scanning: imaging the tricuspid valve – diagnosis", + "rest_events_session_count": 1, + "rest_events_session": " patient selection and timely referral", + "events_topic": "Echocardiography | Tricuspid Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luigi Paolo Badano", + "kol_full_name": "Luigi Paolo Badano" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Mitral Valve Disease | Tricuspid Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "926335", + "session_name": "Live echo scanning: imaging the mitral valve – diagnosis, patient selection and timely referral,Live echo scanning: imaging the tricuspid valve – diagnosis, patient selection and timely referral", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926335", + "first_name": "Laura", + "middle_name": "Sanchis", + "last_name": "Ruiz", + "org_name": "Clinic Barcelona", + "Country": "Spain", + "Region": "Cataluña", + "City": "Barcelona", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Live echo scanning: imaging the mitral valve – diagnosis", + "rest_events_session_count": 3, + "rest_events_session": " patient selection and timely referral,Live echo scanning: imaging the tricuspid valve – diagnosis, patient selection and timely referral", + "events_topic": "Echocardiography | Mitral Valve Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tricuspid Valve Diseases", + "kol_name": "Laura Sanchis Ruiz", + "kol_full_name": "Laura Sanchis Ruiz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertensive Crisis | Angiotensins", + "npi_num": "", + "hcp_pin_alias": "926294", + "session_name": "Angiotensin-converting enzyme inhibitors/angiotensin-receptor blockers vs. calcium channel blockers for 12,478 young hypertensive patients under 40 in 10-year follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926294", + "first_name": "Sang-Ho", + "middle_name": "", + "last_name": "Jo", + "org_name": "Hallym University Sacred Heart Hospital", + "Country": "Korea, South", + "Region": "Cholla-bukto", + "City": "Anyang", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angiotensin-converting enzyme inhibitors/angiotensin-receptor blockers vs. calcium channel blockers for 12", + "rest_events_session_count": 1, + "rest_events_session": "478 young hypertensive patients under 40 in 10-year follow-up", + "events_topic": "Hypertensive Crisis | Angiotensins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sang-Ho Jo", + "kol_full_name": "Sang-Ho Jo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Ultrasonography, Interventional | Tomography, Optical Coherence | Angiography", + "npi_num": "", + "hcp_pin_alias": "926293", + "session_name": "Intravascular imaging to optimise PCI, IVUS, OCT, and more...,Beyond angiography: coronary applications of intravascular ultrasound and optical coherence tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926293", + "first_name": "Duk-Woo", + "middle_name": "", + "last_name": "Park", + "org_name": "Asan Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intravascular imaging to optimise PCI", + "rest_events_session_count": 4, + "rest_events_session": " IVUS, OCT, and more...,Beyond angiography: coronary applications of intravascular ultrasound and optical coherence tomography", + "events_topic": "Percutaneous Coronary Intervention | Ultrasonography, Interventional ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tomography, Optical Coherence | Angiography", + "kol_name": "Duk-Woo Park", + "kol_full_name": "Duk-Woo Park" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Percutaneous Coronary Intervention | Drug-Eluting Stents", + "npi_num": "", + "hcp_pin_alias": "926292", + "session_name": "Drug-coated balloon versus drug-eluting stent revascularization in the treatment of de novo acute myocardial infarction,The impact of high-intensity statin on 3-year clinical outcomes in elderly acute myocardial infarction patients underwent percutaneous coronary intervention with drug-eluting stents", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926292", + "first_name": "Ae-Young", + "middle_name": "", + "last_name": "Her", + "org_name": "Kangwon National University Hospital", + "Country": "Korea, South", + "Region": "Kangwon-do", + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drug-coated balloon versus drug-eluting stent revascularization in the treatment of de novo acute myocardial infarction", + "rest_events_session_count": 1, + "rest_events_session": "The impact of high-intensity statin on 3-year clinical outcomes in elderly acute myocardial infarction patients underwent percutaneous coronary intervention with drug-eluting stents", + "events_topic": "Myocardial Infarction | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug-Eluting Stents", + "kol_name": "Ae-Young Her", + "kol_full_name": "Ae-Young Her" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-Obstructive Coronary Arteries | Ischemia", + "npi_num": "", + "hcp_pin_alias": "926209", + "session_name": "The floor is yours: bring your questions on INOCA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926209", + "first_name": "Mohamed", + "middle_name": "", + "last_name": "Marwan", + "org_name": "University of Erlangen-Nuremberg", + "Country": "Germany", + "Region": "Bayern", + "City": "Erlangen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on INOCA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non-Obstructive Coronary Arteries | Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohamed Marwan", + "kol_full_name": "Mohamed Marwan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "COVID-19 | Heart Disease Risk Factors | Mortality | Embolism | Atrial Fibrillation | Echocardiography", + "npi_num": "", + "hcp_pin_alias": "926205", + "session_name": "Permanent and persistent atrial fibrillation are independent risk factors of mortality after severe COVID-19,Cardiovascular risk factors and risk of embolic events: new echocardiographic insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926205", + "first_name": "Jaroslaw", + "middle_name": "Damian", + "last_name": "Kasprzak", + "org_name": "Medical Univeristy of Gdańsk Faculty of Medicine", + "Country": "Poland", + "Region": "Pomorskie", + "City": "Gdansk", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Permanent and persistent atrial fibrillation are independent risk factors of mortality after severe COVID-19", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular risk factors and risk of embolic events: new echocardiographic insights", + "events_topic": "COVID-19 | Heart Disease Risk Factors ", + "rest_events_topic_count": 4, + "rest_events_topic": " Mortality | Embolism | Atrial Fibrillation | Echocardiography", + "kol_name": "Jaroslaw Damian Kasprzak", + "kol_full_name": "Jaroslaw Damian Kasprzak" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy, Left Ventricular", + "npi_num": "", + "hcp_pin_alias": "926204", + "session_name": "Phenotyping left ventricular hypertrophy: what's new?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926204", + "first_name": "Konstantinos", + "middle_name": "", + "last_name": "Papadopoulos", + "org_name": "European Interbalkan Medical Center", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phenotyping left ventricular hypertrophy: what's new?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy, Left Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Konstantinos Papadopoulos", + "kol_full_name": "Konstantinos Papadopoulos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Prevention | Cardiac Computed Tomography", + "npi_num": "", + "hcp_pin_alias": "926200", + "session_name": "Great Debate: cardiac computed tomography in primary prevention - too much or just enough?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926200", + "first_name": "Pal", + "middle_name": "", + "last_name": "Maurovich-Horvat", + "org_name": "Semmelweis Egyetem Általános Orvostudományi Kar", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debate: cardiac computed tomography in primary prevention - too much or just enough?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Prevention | Cardiac Computed Tomography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pal Maurovich-Horvat", + "kol_full_name": "Pal Maurovich-Horvat" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Angina, Stable | Acute Coronary Syndrome | Heart Diseases | Transcatheter Intervention | Ischemia | Angina | Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "926144", + "session_name": "Angina symptoms: how to take a history - tips, tricks, and hard data,A placebo-controlled trial of percutaneous coronary intervention for stable angina: the ORBITA-2 trial,Interim presentation from The Lancet Commission on Atherosclerotic Heart Disease,Evolving role for transcatheter intervention for stable angina,Chronic ischaemic syndrome management in 2024: are we ready for the (r)evolution?,Risk stratification for midterm outcome after acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "926144", + "first_name": "Rasha", + "middle_name": "", + "last_name": "Al-Lamee", + "org_name": "Imperial College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angina symptoms: how to take a history - tips", + "rest_events_session_count": 7, + "rest_events_session": " tricks, and hard data,A placebo-controlled trial of percutaneous coronary intervention for stable angina: the ORBITA-2 trial,Interim presentation from The Lancet Commission on Atherosclerotic Heart Disease,Evolving role for transcatheter intervention for stable angina,Chronic ischaemic syndrome management in 2024: are we ready for the (r)evolution?,Risk stratification for midterm outcome after acute coronary syndromes", + "events_topic": "Atherosclerosis | Angina, Stable ", + "rest_events_topic_count": 6, + "rest_events_topic": " Acute Coronary Syndrome | Heart Diseases | Transcatheter Intervention | Ischemia | Angina | Percutaneous Coronary Intervention", + "kol_name": "Rasha Al-Lamee", + "kol_full_name": "Rasha Al-Lamee" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Risk Assessment | Clinical Trials As Topic | Pulmonary Arterial Hypertension", + "npi_num": "", + "hcp_pin_alias": "920222", + "session_name": "The future of risk assessment and key takeaways,Clinical decision-making in pulmonary arterial hypertension (PAH): importance of right ventricle health parameters,Novel concepts in trial design: a trialist's view", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "920222", + "first_name": "Marc", + "middle_name": "", + "last_name": "Humbert", + "org_name": "Hôpital Bicêtre", + "Country": null, + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The future of risk assessment and key takeaways", + "rest_events_session_count": 2, + "rest_events_session": "Clinical decision-making in pulmonary arterial hypertension (PAH): importance of right ventricle health parameters,Novel concepts in trial design: a trialist's view", + "events_topic": "Risk Assessment | Clinical Trials As Topic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Arterial Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marc Humbert", + "kol_full_name": "Marc Humbert" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Edema | Smoking | Pulmonary Embolism | Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "919743", + "session_name": "White Smoke in the Intermediate risk PE debate, could POPE be the solution?,Comparison of mortality scores performance in transcatheter aortic valve replacement: suiting up to percutaneous intervention.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "919743", + "first_name": "Ana", + "middle_name": "Maria", + "last_name": "Martins", + "org_name": "Universidade Federal de São Paulo Escola Paulista de Medicina", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "White Smoke in the Intermediate risk PE debate", + "rest_events_session_count": 2, + "rest_events_session": " could POPE be the solution?,Comparison of mortality scores performance in transcatheter aortic valve replacement: suiting up to percutaneous intervention.", + "events_topic": "Pulmonary Edema | Smoking ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pulmonary Embolism | Transcatheter Aortic Valve Replacement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Maria Martins", + "kol_full_name": "Ana Maria Martins" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Ventricular Function, Right | Empagliflozin | Clinical Trial", + "npi_num": "", + "hcp_pin_alias": "919335", + "session_name": "The effect of empagliflozin on right ventricular function in heart failure patients with reduced ejection fraction: analysis from the randomized empire hf clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "919335", + "first_name": "Maria", + "middle_name": "Bergkvist", + "last_name": "Hansen", + "org_name": "Kennedy Centret", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of empagliflozin on right ventricular function in heart failure patients with reduced ejection fraction: analysis from the randomized empire hf clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Ventricular Function, Right ", + "rest_events_topic_count": 2, + "rest_events_topic": " Empagliflozin | Clinical Trial", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Bergkvist Hansen", + "kol_full_name": "Maria Bergkvist Hansen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mass Chest X-Ray | Wounds And Injuries", + "npi_num": "", + "hcp_pin_alias": "916983", + "session_name": "Acquired Gerbode defect following penetrating chest trauma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "916983", + "first_name": "David", + "middle_name": "", + "last_name": "Gomez", + "org_name": "St. Michael’s Hospital", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acquired Gerbode defect following penetrating chest trauma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mass Chest X-Ray | Wounds And Injuries", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David Gomez", + "kol_full_name": "David Gomez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antihypertensive Agents | Antihypertensive Therapy", + "npi_num": "", + "hcp_pin_alias": "907290", + "session_name": "Ask the Trialist - Meta-analysis of trials on HS dosing of antihypertensives,Meta-analysis of trials of antihypertensive medication bedtime dosing including individual-patient data from BedMed and BedMed-Frail", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "907290", + "first_name": "Ricky", + "middle_name": "D.", + "last_name": "Turgeon", + "org_name": "University of British Columbia Faculty of Pharmaceutical Sciences", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - Meta-analysis of trials on HS dosing of antihypertensives", + "rest_events_session_count": 1, + "rest_events_session": "Meta-analysis of trials of antihypertensive medication bedtime dosing including individual-patient data from BedMed and BedMed-Frail", + "events_topic": "Antihypertensive Agents | Antihypertensive Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ricky D. Turgeon", + "kol_full_name": "Ricky D. Turgeon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "907200", + "session_name": "Treat the cardiovascular risk, not the number", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "907200", + "first_name": "Eva", + "middle_name": "M.", + "last_name": "Lonn", + "org_name": "McMaster University Faculty of Health Sciences", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treat the cardiovascular risk", + "rest_events_session_count": 1, + "rest_events_session": " not the number", + "events_topic": "Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eva M. Lonn", + "kol_full_name": "Eva M. Lonn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "906762", + "session_name": "Association of lipid target achievement and cardiovascular outcomes following statin initiation: a population-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906762", + "first_name": "Jacob", + "middle_name": "Allan", + "last_name": "Udell", + "org_name": "Women's College Hospital", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of lipid target achievement and cardiovascular outcomes following statin initiation: a population-based cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jacob Allan Udell", + "kol_full_name": "Jacob Allan Udell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antiarrhythmics | Ablation Techniques | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "906748", + "session_name": "Persistent atrial fibrillation: ablation early and first beats antiarrhythmic medication - pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906748", + "first_name": "Jason", + "middle_name": "G.", + "last_name": "Andrade", + "org_name": "Vancouver Coastal Health Research Institute", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Persistent atrial fibrillation: ablation early and first beats antiarrhythmic medication - pro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antiarrhythmics | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Jason G. Andrade", + "kol_full_name": "Jason G. Andrade" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Surgical Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "906733", + "session_name": "Prosthesis-patient mismatch is associated with long-term mortality following surgical aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906733", + "first_name": "Amine", + "middle_name": "", + "last_name": "Mazine", + "org_name": "University of Toronto Faculty of Medicine", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prosthesis-patient mismatch is associated with long-term mortality following surgical aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amine Mazine", + "kol_full_name": "Amine Mazine" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "906725", + "session_name": "Surgical vs. percutaneous revascularisation in multi-vessel disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906725", + "first_name": "Marc", + "middle_name": "Andre", + "last_name": "Ruel", + "org_name": "University of Ottawa Heart Institute", + "Country": "Canada", + "Region": "Ontario", + "City": "Ottawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Surgical vs. percutaneous revascularisation in multi-vessel disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marc Andre Ruel", + "kol_full_name": "Marc Andre Ruel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Left Ventricular Pacing | Cardiac Resynchronization Therapy", + "npi_num": "", + "hcp_pin_alias": "906720", + "session_name": "Synchronized left ventricular pacing improves cardiac resynchronization therapy outcomes: insights from AdaptResponse", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906720", + "first_name": "David", + "middle_name": "Hugh", + "last_name": "Birnie", + "org_name": "University of Ottawa Heart Institute", + "Country": "Canada", + "Region": "Ontario", + "City": "Ottawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Synchronized left ventricular pacing improves cardiac resynchronization therapy outcomes: insights from AdaptResponse", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Pacing | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David Hugh Birnie", + "kol_full_name": "David Hugh Birnie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "", + "hcp_pin_alias": "906711", + "session_name": "Metabolic rewiring in HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906711", + "first_name": "Peter", + "middle_name": "Pi", + "last_name": "Liu", + "org_name": "University of Ottawa Heart Institute", + "Country": "Canada", + "Region": "Ontario", + "City": "Ottawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metabolic rewiring in HFpEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peter Pi Liu", + "kol_full_name": "Peter Pi Liu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chagas Disease", + "npi_num": "", + "hcp_pin_alias": "906699", + "session_name": "Chagas disease in non-endemic countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906699", + "first_name": "Carlos", + "middle_name": "A.", + "last_name": "Morillo", + "org_name": "University of Calgary Cumming School of Medicine", + "Country": "Canada", + "Region": "Alberta", + "City": "Calgary", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chagas disease in non-endemic countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chagas Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carlos A. Morillo", + "kol_full_name": "Carlos A. Morillo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antihypertensive Agents", + "npi_num": "", + "hcp_pin_alias": "906673", + "session_name": "The BedMed and BedMed-Frail randomised controlled trials - Effect of antihypertensive timing on mortality and morbidity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906673", + "first_name": "Scott", + "middle_name": "R.", + "last_name": "Garrison", + "org_name": "University of Alberta Faculty of Medicine & Dentistry", + "Country": "Canada", + "Region": "Alberta", + "City": "Edmonton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The BedMed and BedMed-Frail randomised controlled trials - Effect of antihypertensive timing on mortality and morbidity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antihypertensive Agents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Scott R. Garrison", + "kol_full_name": "Scott R. Garrison" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Health Care | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "906656", + "session_name": "Primary care for the elderly patient: practical aspects,Cardiovascular outcome studies in the elderly", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906656", + "first_name": "Michelle", + "middle_name": "", + "last_name": "Graham", + "org_name": "University of Alberta Faculty of Medicine & Dentistry", + "Country": "Canada", + "Region": "Alberta", + "City": "Edmonton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Primary care for the elderly patient: practical aspects", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular outcome studies in the elderly", + "events_topic": "Primary Health Care | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michelle Graham", + "kol_full_name": "Michelle Graham" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Stroke | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "906626", + "session_name": "Closing the atrial appendage: pro,The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906626", + "first_name": "Jacqueline", + "middle_name": "W. L.", + "last_name": "Saw", + "org_name": "The University of British Columbia Faculty of Medicine", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Closing the atrial appendage: pro", + "rest_events_session_count": 1, + "rest_events_session": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel", + "events_topic": "Cardiovascular Diseases | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Appendage", + "kol_name": "Jacqueline W. L. Saw", + "kol_full_name": "Jacqueline W. L. Saw" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "906614", + "session_name": "A contemporary view of ATTR-cardiomyopathy epidemiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906614", + "first_name": "Margot", + "middle_name": "K.", + "last_name": "Davis", + "org_name": "The University of British Columbia Faculty of Medicine", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A contemporary view of ATTR-cardiomyopathy epidemiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Margot K. Davis", + "kol_full_name": "Margot K. Davis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "906591", + "session_name": "Safe transition home after transcatheter aortic valve implantation feasibility (START-F) study: Very early self-reported function and recovery status after early discharge", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906591", + "first_name": "Sandra", + "middle_name": "", + "last_name": "Lauck", + "org_name": "St. Paul's Hospital", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safe transition home after transcatheter aortic valve implantation feasibility (START-F) study: Very early self-reported function and recovery status after early discharge", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sandra Lauck", + "kol_full_name": "Sandra Lauck" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipoprotein(a) | Cardiorenal Protection | Placebos | Obesity | Overweight | Diabetes Mellitus, Type 2 | Heart Failure | Heart Failure, Diastolic | Semaglutide | Antidiabetic Therapy | Aortic Valve Stenosis | Weight Loss | Peripheral Arterial Disease | Inflammation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "906584", + "session_name": "Semaglutide and cardiovascular outcomes in females with overweight and obesity: A prespecified analysis of the SELECT trial,Inflammation in obesity-related HFpEF: the STEP-HFpEF programme,Atrial fibrillation and efficacy of semaglutide 2.4 mg in obesity-related HFpEF: A Patient Level Pooled analysis of STEP-HFpEF and STEP-HFpEF DM trials,Evidence for cardio-renal protection through weight reduction,Baseline inflammation and efficacy of semaglutide in obesity-related HFpEF: pre-specified pooled analysis of STEP-HFpEF and STEP-HFpEF DM trials,Baseline patient reported outcomes in patients with peripheral artery disease and type 2 diabetes from STRIDE: a phase 3, 52-week, randomised, double-blind, placebo-controlled trial,Lp(a) and aortic stenosis: biological underpinnings,Repurposing anti-diabetic pharmacotherapy: the new cure for all evils?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906584", + "first_name": "Subodh", + "middle_name": "", + "last_name": "Verma", + "org_name": "St. Michael's Hospital", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "8", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Semaglutide and cardiovascular outcomes in females with overweight and obesity: A prespecified analysis of the SELECT trial", + "rest_events_session_count": 11, + "rest_events_session": "Inflammation in obesity-related HFpEF: the STEP-HFpEF programme,Atrial fibrillation and efficacy of semaglutide 2.4 mg in obesity-related HFpEF: A Patient Level Pooled analysis of STEP-HFpEF and STEP-HFpEF DM trials,Evidence for cardio-renal protection through weight reduction,Baseline inflammation and efficacy of semaglutide in obesity-related HFpEF: pre-specified pooled analysis of STEP-HFpEF and STEP-HFpEF DM trials,Baseline patient reported outcomes in patients with peripheral artery disease and type 2 diabetes from STRIDE: a phase 3, 52-week, randomised, double-blind, placebo-controlled trial,Lp(a) and aortic stenosis: biological underpinnings,Repurposing anti-diabetic pharmacotherapy: the new cure for all evils?", + "events_topic": "Lipoprotein(a) | Cardiorenal Protection ", + "rest_events_topic_count": 13, + "rest_events_topic": " Placebos | Obesity | Overweight | Diabetes Mellitus, Type 2 | Heart Failure | Heart Failure, Diastolic | Semaglutide | Antidiabetic Therapy | Aortic Valve Stenosis | Weight Loss | Peripheral Arterial Disease | Inflammation | Atrial Fibrillation", + "kol_name": "Subodh Verma", + "kol_full_name": "Subodh Verma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Tricuspid Valve Insufficiency | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "906582", + "session_name": "The myth of stability in heart failure: the danger of treatment delay,Obesity in heart failure: observations, outcomes, and options,Update and current status on transcatheter therapies for tricuspid regurgitation,Ask the expert: optimising therapeutic care of patients with heart failure,Heart failure: recent breakers,Miscellaneous clinical studies in heart failure,The right ventricle in heart failure: forget me not", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906582", + "first_name": "Shelley", + "middle_name": "", + "last_name": "Zieroth", + "org_name": "St. Boniface Hospital Research", + "Country": "Canada", + "Region": "Manitoba", + "City": "Winnipeg", + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The myth of stability in heart failure: the danger of treatment delay", + "rest_events_session_count": 8, + "rest_events_session": "Obesity in heart failure: observations, outcomes, and options,Update and current status on transcatheter therapies for tricuspid regurgitation,Ask the expert: optimising therapeutic care of patients with heart failure,Heart failure: recent breakers,Miscellaneous clinical studies in heart failure,The right ventricle in heart failure: forget me not", + "events_topic": "Obesity | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Shelley Zieroth", + "kol_full_name": "Shelley Zieroth" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Studies As Topic | PCSK9 Inhibitors | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "906552", + "session_name": "Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients: PCSK9 inhibitors from Day 1,Risk factors, predictive models, and clinical outcomes in acute coronary conditions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906552", + "first_name": "Shamir", + "middle_name": "R.", + "last_name": "Mehta", + "org_name": "McMaster University Faculty of Health Sciences", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients: PCSK9 inhibitors from Day 1", + "rest_events_session_count": 3, + "rest_events_session": "Risk factors, predictive models, and clinical outcomes in acute coronary conditions", + "events_topic": "Clinical Studies As Topic | PCSK9 Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Shamir R. Mehta", + "kol_full_name": "Shamir R. Mehta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke", + "npi_num": "", + "hcp_pin_alias": "906538", + "session_name": "Evidence for non-pharmacological stroke prevention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906538", + "first_name": "Richard", + "middle_name": "Paul", + "last_name": "Whitlock", + "org_name": "McMaster University Faculty of Health Sciences", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evidence for non-pharmacological stroke prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Richard Paul Whitlock", + "kol_full_name": "Richard Paul Whitlock" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "906537", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906537", + "first_name": "Philip", + "middle_name": "James", + "last_name": "Devereaux", + "org_name": "McMaster University Faculty of Health Sciences", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Philip James Devereaux", + "kol_full_name": "Philip James Devereaux" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biomarkers | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "906523", + "session_name": "Biomarkers for improved risk prediction and biological insights in patients with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906523", + "first_name": "David", + "middle_name": "", + "last_name": "Conen", + "org_name": "McMaster University Faculty of Health Sciences", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomarkers for improved risk prediction and biological insights in patients with atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David Conen", + "kol_full_name": "David Conen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Ablation Techniques | Electric Countershock | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "906497", + "session_name": "The Randomized Ablation-Based Rhythm-Control Versus Rate-Control Trial in Patients With Heart Failure and Atrial Fibrillation Extend,Resynchronization/defibrillation for Ambulatory heart Failure Trial in patients with Permanent Atrial Fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906497", + "first_name": "Anthony", + "middle_name": "Sze-Leung", + "last_name": "Tang", + "org_name": "Western University", + "Country": "Canada", + "Region": "Ontario", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Randomized Ablation-Based Rhythm-Control Versus Rate-Control Trial in Patients With Heart Failure and Atrial Fibrillation Extend", + "rest_events_session_count": 1, + "rest_events_session": "Resynchronization/defibrillation for Ambulatory heart Failure Trial in patients with Permanent Atrial Fibrillation", + "events_topic": "Heart Failure | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Electric Countershock | Atrial Fibrillation", + "kol_name": "Anthony Sze-Leung Tang", + "kol_full_name": "Anthony Sze-Leung Tang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "906494", + "session_name": "New insights from the ECG: screening and prediction,Infections and the heart: all we need to know given new migration patterns", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906494", + "first_name": "Adrian", + "middle_name": "Marco", + "last_name": "Baranchuk", + "org_name": "Kingston Health Sciences Centre", + "Country": "Canada", + "Region": "Ontario", + "City": "Kingston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New insights from the ECG: screening and prediction", + "rest_events_session_count": 1, + "rest_events_session": "Infections and the heart: all we need to know given new migration patterns", + "events_topic": "Echocardiography | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adrian Marco Baranchuk", + "kol_full_name": "Adrian Marco Baranchuk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Obesity, Morbid | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "906489", + "session_name": "Registries, observational, and other studies on TAVI,Case 1 - diagnostic challenges in aortic stenosis and morbid obesity: from non-invasive to invasive assessment,Advancing knowledge in aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906489", + "first_name": "Marie-Annick", + "middle_name": "", + "last_name": "Clavel", + "org_name": "Université Laval", + "Country": "Canada", + "Region": "Quebec", + "City": "Quebec", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 4, + "rest_events_session": " observational, and other studies on TAVI,Case 1 - diagnostic challenges in aortic stenosis and morbid obesity: from non-invasive to invasive assessment,Advancing knowledge in aortic stenosis", + "events_topic": "Transcatheter Aortic Valve Replacement | Obesity, Morbid ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Stenosis", + "kol_name": "Marie-Annick Clavel", + "kol_full_name": "Marie-Annick Clavel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aspirin | Atrial Fibrillation | Cognition | Apixaban", + "npi_num": "", + "hcp_pin_alias": "906481", + "session_name": "Changes in Cognitive Function in Patients with Subclinical Atrial Fibrillation Treated with Apixaban or Aspirin: A Sub-Study from the ARTESiA Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906481", + "first_name": "Lena", + "middle_name": "", + "last_name": "Rivard", + "org_name": "Institut de Cardiologie de Montréal", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in Cognitive Function in Patients with Subclinical Atrial Fibrillation Treated with Apixaban or Aspirin: A Sub-Study from the ARTESiA Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aspirin | Atrial Fibrillation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cognition | Apixaban", + "kol_name": "Lena Rivard", + "kol_full_name": "Lena Rivard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Echocardiography | Artificial Intelligence | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "906357", + "session_name": "Use of artificial intelligence for diagnosis of heart failure: echo,Obesity and heart failure: what's new?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906357", + "first_name": "Padma", + "middle_name": "", + "last_name": "Kaul", + "org_name": "University of Alberta Faculty of Medicine & Dentistry", + "Country": "Canada", + "Region": "Alberta", + "City": "Edmonton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of artificial intelligence for diagnosis of heart failure: echo", + "rest_events_session_count": 1, + "rest_events_session": "Obesity and heart failure: what's new?", + "events_topic": "Obesity | Echocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Heart Failure", + "kol_name": "Padma Kaul", + "kol_full_name": "Padma Kaul" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Volanesorsen | Placebos | Olezarsen | Familial Chylomicronemia Syndrome | Hypertriglyceridemia", + "npi_num": "", + "hcp_pin_alias": "906347", + "session_name": "Rationale and design of the SHASTA-3 and SHASTA-4 studies: randomized, double-blind, placebo-controlled, phase 3 studies of plozasiran in patients with severe hypertriglyceridemia,Transition of patients with familial chylomicronaemia syndrome from volanesorsen to olezarsen: safety and pharmacokinetic results", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906347", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Gaudet", + "org_name": "Université de Montréal Faculté de médecine", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rationale and design of the SHASTA-3 and SHASTA-4 studies: randomized", + "rest_events_session_count": 4, + "rest_events_session": " double-blind, placebo-controlled, phase 3 studies of plozasiran in patients with severe hypertriglyceridemia,Transition of patients with familial chylomicronaemia syndrome from volanesorsen to olezarsen: safety and pharmacokinetic results", + "events_topic": "Volanesorsen | Placebos ", + "rest_events_topic_count": 3, + "rest_events_topic": " Olezarsen | Familial Chylomicronemia Syndrome | Hypertriglyceridemia", + "kol_name": "Daniel Gaudet", + "kol_full_name": "Daniel Gaudet" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "906331", + "session_name": "Association of polygenic risk score for coronary artery disease (CAD) and subclinical atherosclerosis in first-degree relatives of patients with premature CAD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906331", + "first_name": "Liam", + "middle_name": "R.", + "last_name": "Brunham", + "org_name": "The University of British Columbia Faculty of Medicine", + "Country": "Canada", + "Region": "British Columbia", + "City": "Vancouver", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of polygenic risk score for coronary artery disease (CAD) and subclinical atherosclerosis in first-degree relatives of patients with premature CAD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Liam R. Brunham", + "kol_full_name": "Liam R. Brunham" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Guideline-Directed Medical Therapy | Artificial Intelligence | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "906304", + "session_name": "ESC TV Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology,Worsening heart failure: optimisation of guideline-recommended medical therapy,Digitising heart failure: from diagnosis to treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906304", + "first_name": "Harriette", + "middle_name": "", + "last_name": "Van Spall", + "org_name": "McMaster University Faculty of Health Sciences", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology", + "rest_events_session_count": 2, + "rest_events_session": "Worsening heart failure: optimisation of guideline-recommended medical therapy,Digitising heart failure: from diagnosis to treatment", + "events_topic": "Guideline-Directed Medical Therapy | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Harriette Van Spall", + "kol_full_name": "Harriette Van Spall" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Pressure", + "npi_num": "", + "hcp_pin_alias": "906295", + "session_name": "RNA-based blood pressure lowering agents", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "906295", + "first_name": "Ernesto", + "middle_name": "L.", + "last_name": "Schiffrin", + "org_name": "McGill University Faculty of Medicine and Health Sciences", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RNA-based blood pressure lowering agents", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ernesto L. Schiffrin", + "kol_full_name": "Ernesto L. Schiffrin" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Thrombectomy | Stroke | Carotid Stenosis", + "npi_num": "", + "hcp_pin_alias": "903865", + "session_name": "Great Debates: acute stroke intervention - what's next after thrombectomy?,The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions,Carotid plaque: epidemiology and evolution", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "903865", + "first_name": "Alison", + "middle_name": "", + "last_name": "Halliday", + "org_name": "Nuffield Department of Surgical Sciences, University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debates: acute stroke intervention - what's next after thrombectomy?", + "rest_events_session_count": 2, + "rest_events_session": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions,Carotid plaque: epidemiology and evolution", + "events_topic": "Cardiovascular Diseases | Thrombectomy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke | Carotid Stenosis", + "kol_name": "Alison Halliday", + "kol_full_name": "Alison Halliday" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Flecainide", + "npi_num": "1932690245", + "hcp_pin_alias": "860705", + "session_name": "Taming the storm: a case report of flecainide toxicity managed with ECMO", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "860705", + "first_name": "Allison", + "middle_name": "", + "last_name": "Zimmerman", + "org_name": null, + "Country": "United States", + "Region": "Michigan", + "City": "Detroit", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Taming the storm: a case report of flecainide toxicity managed with ECMO", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Extracorporeal Membrane Oxygenation | Flecainide", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Allison Zimmerman", + "kol_full_name": "Allison Zimmerman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart-Assist Devices | Anticoagulants | Thoracentesis", + "npi_num": "1588185367", + "hcp_pin_alias": "860478", + "session_name": "Optimal anticoagulation strategy for left ventricular assist device patients undergoing thoracentesis: a retrospective study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "860478", + "first_name": "Sharana", + "middle_name": "", + "last_name": "Hegde", + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimal anticoagulation strategy for left ventricular assist device patients undergoing thoracentesis: a retrospective study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices | Anticoagulants ", + "rest_events_topic_count": 1, + "rest_events_topic": " Thoracentesis", + "kol_name": "Sharana Hegde", + "kol_full_name": "Sharana Hegde" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chest Pain | Hypereosinophilic Syndrome | Aneurysm", + "npi_num": "1407410061", + "hcp_pin_alias": "860363", + "session_name": "A giant mystery of chest pain- diagnosis of giant coronary artery aneurysms in a patient with hyper eosinophilic syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "860363", + "first_name": "Sana", + "middle_name": "", + "last_name": "Hyder", + "org_name": "University of Connecticut Health", + "Country": "United States", + "Region": "Connecticut", + "City": "Farmington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A giant mystery of chest pain- diagnosis of giant coronary artery aneurysms in a patient with hyper eosinophilic syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chest Pain | Hypereosinophilic Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aneurysm", + "kol_name": "Sana Hyder", + "kol_full_name": "Sana Hyder" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Coronary Artery Disease", + "npi_num": "1366007296", + "hcp_pin_alias": "860337", + "session_name": "Multi-modality deep learning model for prediction of chronic obstructive coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "860337", + "first_name": "Rishi", + "middle_name": "", + "last_name": "Trivedi", + "org_name": "Cedars Sinai Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multi-modality deep learning model for prediction of chronic obstructive coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rishi Trivedi", + "kol_full_name": "Rishi Trivedi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair", + "npi_num": null, + "hcp_pin_alias": "859924", + "session_name": "Procedural hands-on - all you need to know to treat mitral regurgitation with transcatheter edge-to-edge repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "859924", + "first_name": "Nicolas", + "middle_name": "", + "last_name": "Brugger", + "org_name": null, + "Country": "Switzerland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Procedural hands-on - all you need to know to treat mitral regurgitation with transcatheter edge-to-edge repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicolas Brugger", + "kol_full_name": "Nicolas Brugger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "PCSK9 Inhibitors | Acute Coronary Syndrome", + "npi_num": null, + "hcp_pin_alias": "859913", + "session_name": "PCSK9 inhibitors for acute coronary syndromes: the era of early implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "859913", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Musumeci", + "org_name": "Ospedale Umberto I di Torino", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PCSK9 inhibitors for acute coronary syndromes: the era of early implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "PCSK9 Inhibitors | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppe Musumeci", + "kol_full_name": "Giuseppe Musumeci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "General Practice | Practice Guideline", + "npi_num": null, + "hcp_pin_alias": "859908", + "session_name": "ESC Clinical Practice Guidelines 2022 and 2023 for General Practice and General Cardiology: where do we stand?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "859908", + "first_name": "Konstantinos", + "middle_name": "", + "last_name": "Toutouzas", + "org_name": null, + "Country": "Greece", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC Clinical Practice Guidelines 2022 and 2023 for General Practice and General Cardiology: where do we stand?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "General Practice | Practice Guideline", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Konstantinos Toutouzas", + "kol_full_name": "Konstantinos Toutouzas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Cardiometabolic Diseases | Lipid-Lowering Therapies", + "npi_num": null, + "hcp_pin_alias": "859906", + "session_name": "Fire and forget' beats personalised lipid-lowering treatment,Liver and lipids in cardiometabolic syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "859906", + "first_name": "Andreas", + "middle_name": "", + "last_name": "Zirlik", + "org_name": "Medical University of Graz, Austria", + "Country": "Austria", + "Region": "Steiermark", + "City": "Graz", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fire and forget' beats personalised lipid-lowering treatment", + "rest_events_session_count": 1, + "rest_events_session": "Liver and lipids in cardiometabolic syndrome", + "events_topic": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Cardiometabolic Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lipid-Lowering Therapies", + "kol_name": "Andreas Zirlik", + "kol_full_name": "Andreas Zirlik" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Glucagon-Like Peptide-1 Receptor | Heart Failure | Semaglutide | Diabetes Mellitus, Type 2 | Renal Insufficiency, Chronic", + "npi_num": "1194837476", + "hcp_pin_alias": "859362", + "session_name": "Effects of the GLP-1 receptor agonist, semaglutide, on heart failure outcomes: a pre-specified analysis of the FLOW trial in participants with type 2 diabetes and chronic kidney disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "859362", + "first_name": "Richard", + "middle_name": "Edwin", + "last_name": "Pratley", + "org_name": "Adventhealth Orlando", + "Country": "United States", + "Region": "Florida", + "City": "Orlando", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of the GLP-1 receptor agonist", + "rest_events_session_count": 2, + "rest_events_session": " semaglutide, on heart failure outcomes: a pre-specified analysis of the FLOW trial in participants with type 2 diabetes and chronic kidney disease", + "events_topic": "Glucagon-Like Peptide-1 Receptor | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Semaglutide | Diabetes Mellitus, Type 2 | Renal Insufficiency, Chronic", + "kol_name": "Richard Edwin Pratley", + "kol_full_name": "Richard Edwin Pratley" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac", + "npi_num": "1346326121", + "hcp_pin_alias": "857800", + "session_name": "Pre-participation screening is mandatory to prevent sudden cardiac death in competitive sports", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "857800", + "first_name": "Jonathan", + "middle_name": "Adam", + "last_name": "Drezner", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pre-participation screening is mandatory to prevent sudden cardiac death in competitive sports", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jonathan Adam Drezner", + "kol_full_name": "Jonathan Adam Drezner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis, Non-Infective | Amyloidosis, Hereditary, Transthyretin-Related | Echocardiography | Left Atrial Appendage Closure", + "npi_num": "1922560895", + "hcp_pin_alias": "856016", + "session_name": "Cardiac amyloidosis and left atrial appendage closure: a multicenter retrospective study,Clinical, echocardiographic, and pathologic characteristics of patients with pathology-proven nonbacterial thrombotic endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "856016", + "first_name": "Edward", + "middle_name": "Antoine", + "last_name": "El-am", + "org_name": "Mayo Clinic College of Medicine & Science, Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac amyloidosis and left atrial appendage closure: a multicenter retrospective study", + "rest_events_session_count": 3, + "rest_events_session": "Clinical, echocardiographic, and pathologic characteristics of patients with pathology-proven nonbacterial thrombotic endocarditis", + "events_topic": "Endocarditis, Non-Infective | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 2, + "rest_events_topic": " Echocardiography | Left Atrial Appendage Closure", + "kol_name": "Edward Antoine El-am", + "kol_full_name": "Edward Antoine El-am" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lymphocyte Subsets | Cardiomyopathies", + "npi_num": "1891291241", + "hcp_pin_alias": "855988", + "session_name": "The myocardium of human dilated nonischemic cardiomyopathy harbors unique tissue-resident lymphocyte subsets", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "855988", + "first_name": "Fatimah", + "middle_name": "Ahmed", + "last_name": "Alkhunaizi", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The myocardium of human dilated nonischemic cardiomyopathy harbors unique tissue-resident lymphocyte subsets", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphocyte Subsets | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fatimah Ahmed Alkhunaizi", + "kol_full_name": "Fatimah Ahmed Alkhunaizi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Atrial Fibrillation", + "npi_num": "1730507252", + "hcp_pin_alias": "855749", + "session_name": "Atrial fibrillation and HFpEF: personalised accelerated pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "855749", + "first_name": "Margaret", + "middle_name": "M", + "last_name": "Infeld", + "org_name": "Cardiovascular Center At Tufts Medical Center Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation and HFpEF: personalised accelerated pacing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Margaret M Infeld", + "kol_full_name": "Margaret M Infeld" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrio-ventricular Block | Hemodynamics | Hypertension, Pulmonary | Dyspnea | Heart Failure", + "npi_num": "1669034088", + "hcp_pin_alias": "855682", + "session_name": "High-output heart failure in pulmonary hypertension: unraveling complexities through exercise hemodynamics,Unveiling the impact of atrio-ventricular block: exertional dyspnea in the elderly", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "855682", + "first_name": "Teodora", + "middle_name": "", + "last_name": "Donisan", + "org_name": "Mayo Clinic College of Medicine & Science, Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High-output heart failure in pulmonary hypertension: unraveling complexities through exercise hemodynamics", + "rest_events_session_count": 1, + "rest_events_session": "Unveiling the impact of atrio-ventricular block: exertional dyspnea in the elderly", + "events_topic": "Atrio-ventricular Block | Hemodynamics ", + "rest_events_topic_count": 3, + "rest_events_topic": " Hypertension, Pulmonary | Dyspnea | Heart Failure", + "kol_name": "Teodora Donisan", + "kol_full_name": "Teodora Donisan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Heart Failure, Diastolic | Artificial Intelligence", + "npi_num": "1629571427", + "hcp_pin_alias": "855630", + "session_name": "Diagnostic and prognostic evaluation of an echocardiography-based artificial intelligence algorithm for detecting HFpEF: a case-control analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "855630", + "first_name": "Katarina", + "middle_name": "", + "last_name": "Yaros", + "org_name": "UT Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic and prognostic evaluation of an echocardiography-based artificial intelligence algorithm for detecting HFpEF: a case-control analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Katarina Yaros", + "kol_full_name": "Katarina Yaros" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Erythrocytes | Cardiopulmonary Exercise Testing", + "npi_num": "1598260085", + "hcp_pin_alias": "855594", + "session_name": "Impact of red blood cell mass profiles on outcomes and cardiopulmonary exercise performance in ambulatory heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "855594", + "first_name": "Veraprapas", + "middle_name": "", + "last_name": "Kittipibul", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of red blood cell mass profiles on outcomes and cardiopulmonary exercise performance in ambulatory heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Erythrocytes ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiopulmonary Exercise Testing", + "kol_name": "Veraprapas Kittipibul", + "kol_full_name": "Veraprapas Kittipibul" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Intracranial Hemorrhages | Oral Anticoagulation | Atrial Fibrillation", + "npi_num": "1013440098", + "hcp_pin_alias": "854899", + "session_name": "Predictors and outcomes of intracranial hemorrhage in 58,000 patients with atrial fibrillation on oral anticoagulation: insights from COMBINE-AF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "854899", + "first_name": "Manasi", + "middle_name": "", + "last_name": "Tannu", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors and outcomes of intracranial hemorrhage in 58", + "rest_events_session_count": 1, + "rest_events_session": "000 patients with atrial fibrillation on oral anticoagulation: insights from COMBINE-AF", + "events_topic": "Intracranial Hemorrhages | Oral Anticoagulation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Manasi Tannu", + "kol_full_name": "Manasi Tannu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures", + "npi_num": "", + "hcp_pin_alias": "852177", + "session_name": "Generalizability of SELECT to a contemporary cohort of cardiac surgical patients: analysis of the TRICS III Randomized Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "852177", + "first_name": "Nitish", + "middle_name": "K.", + "last_name": "Dhingra", + "org_name": "University of Toronto Temerty Faculty of Medicine", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Generalizability of SELECT to a contemporary cohort of cardiac surgical patients: analysis of the TRICS III Randomized Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nitish K. Dhingra", + "kol_full_name": "Nitish K. Dhingra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Dual Antiplatelet Therapy | ST Elevation Myocardial Infarction | Machine Learning | Acute Coronary Syndrome", + "npi_num": "1861902777", + "hcp_pin_alias": "843786", + "session_name": "Machine learning to determine the optimal mode and duration of DAPT,Lifestyle management and patient support after acute coronary syndromes,Personalised management after primary PCI for ST elevation myocardial infarction: unresolved issues", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "843786", + "first_name": "Birgit", + "middle_name": "", + "last_name": "Vogel", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning to determine the optimal mode and duration of DAPT", + "rest_events_session_count": 2, + "rest_events_session": "Lifestyle management and patient support after acute coronary syndromes,Personalised management after primary PCI for ST elevation myocardial infarction: unresolved issues", + "events_topic": "Percutaneous Coronary Intervention | Dual Antiplatelet Therapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " ST Elevation Myocardial Infarction | Machine Learning | Acute Coronary Syndrome", + "kol_name": "Birgit Vogel", + "kol_full_name": "Birgit Vogel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Tachycardia, Ventricular", + "npi_num": "1407330665", + "hcp_pin_alias": "830446", + "session_name": "Cardiac conundrum: a case of fulminant myocarditis, refractory ventricular tachycardia and the enigma of ring-like fibrosis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "830446", + "first_name": "Katarzyna", + "middle_name": "E.", + "last_name": "Gil", + "org_name": "The Ohio State University Wexner Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Westerville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac conundrum: a case of fulminant myocarditis", + "rest_events_session_count": 1, + "rest_events_session": " refractory ventricular tachycardia and the enigma of ring-like fibrosis.", + "events_topic": "Myocarditis | Tachycardia, Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Katarzyna E. Gil", + "kol_full_name": "Katarzyna E. Gil" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Memory Disorders | Anxiety", + "npi_num": "1376867473", + "hcp_pin_alias": "827098", + "session_name": "Attention, social support, and anxiety associated with working memory deficits in adolescents and young adults post-Fontan", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "827098", + "first_name": "Nancy", + "middle_name": "Ann", + "last_name": "Pike", + "org_name": "Ronald Reagan UCLA Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Attention", + "rest_events_session_count": 2, + "rest_events_session": " social support, and anxiety associated with working memory deficits in adolescents and young adults post-Fontan", + "events_topic": "Memory Disorders | Anxiety", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nancy Ann Pike", + "kol_full_name": "Nancy Ann Pike" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Apolipoproteins | Cardiovascular Diseases | Acute Coronary Syndrome", + "npi_num": "1275508467", + "hcp_pin_alias": "827032", + "session_name": "Relation of apolipoprotein C3 to risk of major adverse cardiovascular events and death after acute coronary syndrome on a background of optimized statin treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "827032", + "first_name": "Gregory", + "middle_name": "Glenn", + "last_name": "Schwartz", + "org_name": "University of Colorado Hospital", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relation of apolipoprotein C3 to risk of major adverse cardiovascular events and death after acute coronary syndrome on a background of optimized statin treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Apolipoproteins | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Gregory Glenn Schwartz", + "kol_full_name": "Gregory Glenn Schwartz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biatrial Tachycardia", + "npi_num": "1265956957", + "hcp_pin_alias": "825183", + "session_name": "An interesting case of single loop macroreentrant biatrial tachycardia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "825183", + "first_name": "Khader", + "middle_name": "Hatem", + "last_name": "Herzallah", + "org_name": "Sparrow Medical Group Critical Care", + "Country": "United States", + "Region": "Michigan", + "City": "Lansing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An interesting case of single loop macroreentrant biatrial tachycardia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biatrial Tachycardia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Khader Hatem Herzallah", + "kol_full_name": "Khader Hatem Herzallah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peripartum Period | Heart-Assist Devices | Cardiomyopathies", + "npi_num": "1053868646", + "hcp_pin_alias": "824801", + "session_name": "Myocardial recovery necessitating left ventricular assist device explant in peripartum cardiomyopathy – when is the right time to wait ?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "824801", + "first_name": "Apurva", + "middle_name": "", + "last_name": "Sharma", + "org_name": "Saint Peter's University Hospital", + "Country": "United States", + "Region": "New Jersey", + "City": "New Brunswick", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial recovery necessitating left ventricular assist device explant in peripartum cardiomyopathy – when is the right time to wait ?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripartum Period | Heart-Assist Devices ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Apurva Sharma", + "kol_full_name": "Apurva Sharma" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atherosclerosis", + "npi_num": "1922664507", + "hcp_pin_alias": "823803", + "session_name": "Early coronary artery atherosclerosis in humans is associated with attenuated coronary retention of klotho", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823803", + "first_name": "Nadia", + "middle_name": "", + "last_name": "Akhiyat", + "org_name": "Mayo Clinic Health System Albert Lea", + "Country": "United States", + "Region": "Minnesota", + "City": "Albert Lea", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early coronary artery atherosclerosis in humans is associated with attenuated coronary retention of klotho", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nadia Akhiyat", + "kol_full_name": "Nadia Akhiyat" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "HIV | Canakinumab | Inflammation", + "npi_num": "1871903534", + "hcp_pin_alias": "823771", + "session_name": "Effect of interleukin 1b inhibition with canakinumab on inflammation and viral persistence in people with human immunodeficiency virus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823771", + "first_name": "Matthew", + "middle_name": "Stephen", + "last_name": "Durstenfeld", + "org_name": "University Of California SFGH Medical Group", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of interleukin 1b inhibition with canakinumab on inflammation and viral persistence in people with human immunodeficiency virus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "HIV | Canakinumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Inflammation", + "kol_name": "Matthew Stephen Durstenfeld", + "kol_full_name": "Matthew Stephen Durstenfeld" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol, LDL | Atherosclerosis", + "npi_num": "1861572869", + "hcp_pin_alias": "823759", + "session_name": "Low-density lipoprotein cholesterol goal attainment with \"inclisiran first\" versus usual care in patients with atherosclerotic cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823759", + "first_name": "Peter", + "middle_name": "Paul", + "last_name": "Toth", + "org_name": "CGH Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Milledgeville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Low-density lipoprotein cholesterol goal attainment with \"inclisiran first\" versus usual care in patients with atherosclerotic cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL | Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peter Paul Toth", + "kol_full_name": "Peter Paul Toth" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Cardiovascular Diseases | Clinical Practice | Artificial Intelligence", + "npi_num": "1851731608", + "hcp_pin_alias": "823749", + "session_name": "Why is AI not implemented in clinical practice?,ESC TV Today Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology,Artificial intelligence-powered discoveries to achieve precision in cardiovascular care,Integration of artificial intelligence in electrocardiography: state of the art,Enhancing personalised cardiovascular care with artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823749", + "first_name": "Rohan", + "middle_name": "", + "last_name": "Khera", + "org_name": "Yale-New Haven Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Why is AI not implemented in clinical practice?", + "rest_events_session_count": 4, + "rest_events_session": "ESC TV Today Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology,Artificial intelligence-powered discoveries to achieve precision in cardiovascular care,Integration of artificial intelligence in electrocardiography: state of the art,Enhancing personalised cardiovascular care with artificial intelligence", + "events_topic": "Electrocardiography | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Clinical Practice | Artificial Intelligence", + "kol_name": "Rohan Khera", + "kol_full_name": "Rohan Khera" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Surgery | Surgical Aortic Valve Replacement | Tricuspid Valve Insufficiency | Transcatheter Mitral Valve Replacement", + "npi_num": "1831707017", + "hcp_pin_alias": "823738", + "session_name": "Transcatheter versus surgical aortic valve replacement in patients younger than 65 years,Racial, ethnic, and sex disparities in the utilization and outcomes of tricuspid valve surgery,Transcatheter versus surgical aortic valve replacement in patients younger than 65 years: analysis from the national inpatient sample database,In-hospital safety outcomes of transcatheter mitral valve interventions in octogenarians and nonagenarians", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823738", + "first_name": "Mahmoud", + "middle_name": "", + "last_name": "Ismayl", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter versus surgical aortic valve replacement in patients younger than 65 years", + "rest_events_session_count": 5, + "rest_events_session": "Racial, ethnic, and sex disparities in the utilization and outcomes of tricuspid valve surgery,Transcatheter versus surgical aortic valve replacement in patients younger than 65 years: analysis from the national inpatient sample database,In-hospital safety outcomes of transcatheter mitral valve interventions in octogenarians and nonagenarians", + "events_topic": "Transcatheter Aortic Valve Replacement | Surgery ", + "rest_events_topic_count": 3, + "rest_events_topic": " Surgical Aortic Valve Replacement | Tricuspid Valve Insufficiency | Transcatheter Mitral Valve Replacement", + "kol_name": "Mahmoud Ismayl", + "kol_full_name": "Mahmoud Ismayl" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aneurysm | Cardiac Tamponade | Mucocutaneous Lymph Node Syndrome | Acute Coronary Syndrome", + "npi_num": "1598344772", + "hcp_pin_alias": "823563", + "session_name": "Acute coronary syndrome and cardiac tamponade presentation in a potential Kawasaki disease-related coronary artery aneurysm with spontaneous dissection.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823563", + "first_name": "Angela", + "middle_name": "", + "last_name": "Khidhir", + "org_name": "University of Buffalo", + "Country": "United States", + "Region": "New York", + "City": "Buffalo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute coronary syndrome and cardiac tamponade presentation in a potential Kawasaki disease-related coronary artery aneurysm with spontaneous dissection.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aneurysm | Cardiac Tamponade ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mucocutaneous Lymph Node Syndrome | Acute Coronary Syndrome", + "kol_name": "Angela Khidhir", + "kol_full_name": "Angela Khidhir" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Atrial Fibrillation | Obesity | Stroke | Glucagon-Like Peptide 1 | Atrial Appendage", + "npi_num": "1548723125", + "hcp_pin_alias": "823515", + "session_name": "Efficacy of percutaneous left atrial appendage closure for stroke prevention in hypertrophic cardiomyopathy patients with atrial fibrillation,Safety and efficacy of glucagon-like peptide-1 agonists in obese patients with hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823515", + "first_name": "Ayman", + "middle_name": "Refaat Mohammed", + "last_name": "Fath", + "org_name": "University of Texas, San Antonio", + "Country": "United States", + "Region": "Texas", + "City": "San Antonio", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy of percutaneous left atrial appendage closure for stroke prevention in hypertrophic cardiomyopathy patients with atrial fibrillation", + "rest_events_session_count": 1, + "rest_events_session": "Safety and efficacy of glucagon-like peptide-1 agonists in obese patients with hypertrophic cardiomyopathy", + "events_topic": "Cardiomyopathy, Hypertrophic | Atrial Fibrillation ", + "rest_events_topic_count": 4, + "rest_events_topic": " Obesity | Stroke | Glucagon-Like Peptide 1 | Atrial Appendage", + "kol_name": "Ayman Refaat Mohammed Fath", + "kol_full_name": "Ayman Refaat Mohammed Fath" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Menopause | Ablation Techniques", + "npi_num": "1518967751", + "hcp_pin_alias": "823496", + "session_name": "Comparison of continuity index for drag versus point-by-point ablation with the use of proactive esophageal cooling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823496", + "first_name": "Erik", + "middle_name": "B", + "last_name": "Kulstad", + "org_name": "The University of Texas Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of continuity index for drag versus point-by-point ablation with the use of proactive esophageal cooling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Menopause | Ablation Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erik B Kulstad", + "kol_full_name": "Erik B Kulstad" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Stroke | Atrial Fibrillation", + "npi_num": "1518305515", + "hcp_pin_alias": "823492", + "session_name": "Racial and ethnic disparities in the incidence of stroke and mortality in atrial fibrillation: a US nationwide study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823492", + "first_name": "Utibe", + "middle_name": "R.", + "last_name": "Essien", + "org_name": "UCLA Santa Monica Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Racial and ethnic disparities in the incidence of stroke and mortality in atrial fibrillation: a US nationwide study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Utibe R. Essien", + "kol_full_name": "Utibe R. Essien" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Hemodynamics | Aortic Valve Stenosis | Surgical Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "1467125732", + "hcp_pin_alias": "823457", + "session_name": "Meta-analysis of health related quality of life and functional status outcomes comparing transcatheter and surgical aortic valve replacement in low-intermediate risk patients for surgery,Meta-analysis of clinical and hemodynamic outcomes between transcatheter and surgical aortic valve replacement in patients with severe aortic stenosis and a small aortic annulus.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823457", + "first_name": "Errol", + "middle_name": "Christopher", + "last_name": "Moras", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Meta-analysis of health related quality of life and functional status outcomes comparing transcatheter and surgical aortic valve replacement in low-intermediate risk patients for surgery", + "rest_events_session_count": 1, + "rest_events_session": "Meta-analysis of clinical and hemodynamic outcomes between transcatheter and surgical aortic valve replacement in patients with severe aortic stenosis and a small aortic annulus.", + "events_topic": "Transcatheter Aortic Valve Replacement | Hemodynamics ", + "rest_events_topic_count": 3, + "rest_events_topic": " Aortic Valve Stenosis | Surgical Aortic Valve Replacement | Aortic Valve Insufficiency", + "kol_name": "Errol Christopher Moras", + "kol_full_name": "Errol Christopher Moras" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiopulmonary Rehabilitation | Loop Recorder Implantation | Exercise | Cardiomyopathies | Electrocardiography | Amyloidosis, Hereditary, Transthyretin-Related | Wearable Electronic Devices | Echocardiography | COVID-19 | Syncope | Aortic Valve Stenosis | Fitness Trackers | Artificial Intelligence", + "npi_num": "1376107573", + "hcp_pin_alias": "823398", + "session_name": "Physical activity habits among members of the Athens Medical Society in Greece,Selective use of implatable loop recorders improves diagnostic potential for unexplained syncope,The role of cardiopulmonary rehabilitation in the recovery of right ventricular function and right ventricular-pulmonary artery coupling in convalescent COVID-19 patients,Characterizing the progression of subclinical cardiac amyloidosis through artificial intelligence applied to electrocardiographic images and echocardiograms,Artificial intelligence-guided screening of under-recognized cardiomyopathies adapted for point-of-care echocardiography,Deep learning to predict progression of aortic stenosis,Artificial intelligence applied to electrocardiographic images for the risk stratification of cancer therapeutics-related cardiac dysfunction,Association between wearable activity trackers usage and levels of physical activity among Athens Medical Society members", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823398", + "first_name": "Evangelos", + "middle_name": "", + "last_name": "Oikonomou", + "org_name": "Yale University School of Medicine", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "8", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Physical activity habits among members of the Athens Medical Society in Greece", + "rest_events_session_count": 7, + "rest_events_session": "Selective use of implatable loop recorders improves diagnostic potential for unexplained syncope,The role of cardiopulmonary rehabilitation in the recovery of right ventricular function and right ventricular-pulmonary artery coupling in convalescent COVID-19 patients,Characterizing the progression of subclinical cardiac amyloidosis through artificial intelligence applied to electrocardiographic images and echocardiograms,Artificial intelligence-guided screening of under-recognized cardiomyopathies adapted for point-of-care echocardiography,Deep learning to predict progression of aortic stenosis,Artificial intelligence applied to electrocardiographic images for the risk stratification of cancer therapeutics-related cardiac dysfunction,Association between wearable activity trackers usage and levels of physical activity among Athens Medical Society members", + "events_topic": "Cardiopulmonary Rehabilitation | Loop Recorder Implantation ", + "rest_events_topic_count": 11, + "rest_events_topic": " Exercise | Cardiomyopathies | Electrocardiography | Amyloidosis, Hereditary, Transthyretin-Related | Wearable Electronic Devices | Echocardiography | COVID-19 | Syncope | Aortic Valve Stenosis | Fitness Trackers | Artificial Intelligence", + "kol_name": "Evangelos Oikonomou", + "kol_full_name": "Evangelos Oikonomou" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency | Troponin | Myocardial Infarction", + "npi_num": "1174151211", + "hcp_pin_alias": "823261", + "session_name": "Diagnosis of acute myocardial infarction in patients with renal failure using high-sensitivity cardiac troponin T", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823261", + "first_name": "Jonathan", + "middle_name": "David", + "last_name": "Knott", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosis of acute myocardial infarction in patients with renal failure using high-sensitivity cardiac troponin T", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency | Troponin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "Jonathan David Knott", + "kol_full_name": "Jonathan David Knott" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity", + "npi_num": "1154426542", + "hcp_pin_alias": "823239", + "session_name": "Socioeconomic and racial disparities in obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823239", + "first_name": "Tiffany", + "middle_name": "M", + "last_name": "Powell-Wiley", + "org_name": "The National Institutes of Health", + "Country": "United States", + "Region": "Maryland", + "City": "Bethesda", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Socioeconomic and racial disparities in obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tiffany M Powell-Wiley", + "kol_full_name": "Tiffany M Powell-Wiley" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Muscular Diseases | Electrocardiography | Cardiomyopathies | Digital Twin", + "npi_num": "1104400746", + "hcp_pin_alias": "823201", + "session_name": "Scalable cardiomyopathy detection using AI-ECG on smartwatches: the Yale CarDS lab studies,A novel digital twin strategy to enable the translation of evidence from randomized control trials to new populations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823201", + "first_name": "Phyllis", + "middle_name": "Mary", + "last_name": "Thangaraj", + "org_name": "Yale School of Medicine", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Scalable cardiomyopathy detection using AI-ECG on smartwatches: the Yale CarDS lab studies", + "rest_events_session_count": 1, + "rest_events_session": "A novel digital twin strategy to enable the translation of evidence from randomized control trials to new populations", + "events_topic": "Muscular Diseases | Electrocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathies | Digital Twin", + "kol_name": "Phyllis Mary Thangaraj", + "kol_full_name": "Phyllis Mary Thangaraj" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "1093377764", + "hcp_pin_alias": "823192", + "session_name": "Contemporary characteristics, outcomes and novel risk score for Takotsubo cardiomyopathy: a national inpatient sample analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823192", + "first_name": "Tom Kai Ming", + "middle_name": "", + "last_name": "Wang", + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Contemporary characteristics", + "rest_events_session_count": 1, + "rest_events_session": " outcomes and novel risk score for Takotsubo cardiomyopathy: a national inpatient sample analysis", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tom Kai Ming Wang", + "kol_full_name": "Tom Kai Ming Wang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Heart Arrest", + "npi_num": "1003300617", + "hcp_pin_alias": "823124", + "session_name": "Implantable cardioverter defibrillators among elderly survivors of out-of-hospital cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "823124", + "first_name": "Mason", + "middle_name": "", + "last_name": "Marcus", + "org_name": "University of Texas Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implantable cardioverter defibrillators among elderly survivors of out-of-hospital cardiac arrest", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mason Marcus", + "kol_full_name": "Mason Marcus" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Critical Illness | Digoxin | Atrial Fibrillation", + "npi_num": "1023498524", + "hcp_pin_alias": "641638", + "session_name": "Digoxin loading doses for atrial fibrillation in critically Ill patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "641638", + "first_name": "Tania", + "middle_name": "", + "last_name": "Ahuja", + "org_name": "NYU Langone Health", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digoxin loading doses for atrial fibrillation in critically Ill patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Critical Illness | Digoxin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tania Ahuja", + "kol_full_name": "Tania Ahuja" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Neoplasms | Heart Diseases | Heart Failure | Cardiovascular Diseases", + "npi_num": "1912482498", + "hcp_pin_alias": "640180", + "session_name": "How to manage acute cardiac problems in patients with cancer,Guidelines in Practice: personalised imaging a heart failure patient undergoing cancer therapy,Cardio-oncology: treatments and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "640180", + "first_name": "Susan", + "middle_name": "Faye", + "last_name": "Dent", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to manage acute cardiac problems in patients with cancer", + "rest_events_session_count": 2, + "rest_events_session": "Guidelines in Practice: personalised imaging a heart failure patient undergoing cancer therapy,Cardio-oncology: treatments and outcomes", + "events_topic": "Diagnostic Imaging | Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Diseases | Heart Failure | Cardiovascular Diseases", + "kol_name": "Susan Faye Dent", + "kol_full_name": "Susan Faye Dent" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lithotripsy | Atherectomy", + "npi_num": "1932450897", + "hcp_pin_alias": "618270", + "session_name": "To shock or to drill: comparison of intravascular lithotripsy and rotational atherectomy - a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "618270", + "first_name": "Shahbaz", + "middle_name": "Ali", + "last_name": "Malik", + "org_name": "The Nebraska Medical Center", + "Country": "United States", + "Region": "Nebraska", + "City": "Omaha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "To shock or to drill: comparison of intravascular lithotripsy and rotational atherectomy - a meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lithotripsy | Atherectomy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shahbaz Ali Malik", + "kol_full_name": "Shahbaz Ali Malik" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Artificial Intelligence | Aortic Valve Insufficiency | Aortic Valve Stenosis", + "npi_num": "1477998995", + "hcp_pin_alias": "616739", + "session_name": "Considerations for lifetime management of aortic stenosis,ValveVision AI - a multimodal language model for qualitative reporting of the aortic valve in echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "616739", + "first_name": "Aakriti", + "middle_name": "", + "last_name": "Gupta", + "org_name": "Smidt Heart Institute", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Considerations for lifetime management of aortic stenosis", + "rest_events_session_count": 1, + "rest_events_session": "ValveVision AI - a multimodal language model for qualitative reporting of the aortic valve in echocardiography", + "events_topic": "Echocardiography | Artificial Intelligence ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Insufficiency | Aortic Valve Stenosis", + "kol_name": "Aakriti Gupta", + "kol_full_name": "Aakriti Gupta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Platelets | Atrial Fibrillation | Artificial Intelligence | Percutaneous Coronary Intervention | Stroke | Anticoagulation | Antiplatelet Therapy | Clinical Practice | Anticoagulants | Acetylsalicylic Acid Therapy | ST Elevation Myocardial Infarction | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "525852", + "session_name": "Why is AI not implemented in clinical practice?,Changing the game for new AF screening initiatives,Difficult decisions – who and how to anticoagulate? Case-based discussion,Efficacy and safety of anticoagulation in patients with device-detected atrial fibrillation by indication for acetylsalicylic acid therapy,Discussant review - EARTH-STEMI,Artificial intelligence-based management of arrhythmias,Adjunct pharmacology in PCI: beyond antiplatelet therapy, the next chapter,Managing stroke patients with indications for both anticoagulant and antiplatelet treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525852", + "first_name": "Renate", + "middle_name": "Bonin", + "last_name": "Schnabel", + "org_name": "University Hospital Hamburg-Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "8", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Why is AI not implemented in clinical practice?", + "rest_events_session_count": 8, + "rest_events_session": "Changing the game for new AF screening initiatives,Difficult decisions – who and how to anticoagulate? Case-based discussion,Efficacy and safety of anticoagulation in patients with device-detected atrial fibrillation by indication for acetylsalicylic acid therapy,Discussant review - EARTH-STEMI,Artificial intelligence-based management of arrhythmias,Adjunct pharmacology in PCI: beyond antiplatelet therapy, the next chapter,Managing stroke patients with indications for both anticoagulant and antiplatelet treatment", + "events_topic": "Blood Platelets | Atrial Fibrillation ", + "rest_events_topic_count": 10, + "rest_events_topic": " Artificial Intelligence | Percutaneous Coronary Intervention | Stroke | Anticoagulation | Antiplatelet Therapy | Clinical Practice | Anticoagulants | Acetylsalicylic Acid Therapy | ST Elevation Myocardial Infarction | Arrhythmias, Cardiac", + "kol_name": "Renate Bonin Schnabel", + "kol_full_name": "Renate Bonin Schnabel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Anti-Arrhythmia Agents", + "npi_num": "", + "hcp_pin_alias": "525847", + "session_name": "Antiarrhythmic drugs and device re-programming in electrical storm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525847", + "first_name": "Magdi", + "middle_name": "M", + "last_name": "Saba", + "org_name": "St George's Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antiarrhythmic drugs and device re-programming in electrical storm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anti-Arrhythmia Agents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Magdi M Saba", + "kol_full_name": "Magdi M Saba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Positron-Emission Tomography", + "npi_num": "", + "hcp_pin_alias": "525845", + "session_name": "Positron emission tomography innovations in diagnosis and prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525845", + "first_name": "Eliana", + "middle_name": "", + "last_name": "Reyes", + "org_name": "King's College Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Positron emission tomography innovations in diagnosis and prognosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Positron-Emission Tomography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eliana Reyes", + "kol_full_name": "Eliana Reyes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Cardiac Myosins", + "npi_num": "", + "hcp_pin_alias": "525840", + "session_name": "Cardiac myosin inhibitors for treatment of hypertrophic obstructive cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525840", + "first_name": "Betty", + "middle_name": "", + "last_name": "Raman", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac myosin inhibitors for treatment of hypertrophic obstructive cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Cardiac Myosins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Betty Raman", + "kol_full_name": "Betty Raman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Translational Science, Biomedical", + "npi_num": "", + "hcp_pin_alias": "525839", + "session_name": "Basic and Translational Late-Breaking Science", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525839", + "first_name": "Valentina", + "middle_name": "O", + "last_name": "Puntmann", + "org_name": "Goethe University Hospital Frankfurt", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Basic and Translational Late-Breaking Science", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Translational Science, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Valentina O Puntmann", + "kol_full_name": "Valentina O Puntmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Ischemia | Factor V | Heparin | Thrombocytopenia | Intensive Care Units | Shock, Cardiogenic | Heart Diseases | Antiphospholipid Syndrome", + "npi_num": "", + "hcp_pin_alias": "525837", + "session_name": "Cardiology Toolbox: managing heparin-induced thrombocytopaenia (HIT), factor V Leiden, and antiphospholipid syndromes in cardiovascular medicine,Patients experience during an ICU admission - physician perspective,Mechanical circulatory support is of benefit in cardiogenic shock,Ischaemic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525837", + "first_name": "Susanna", + "middle_name": "", + "last_name": "Price", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiology Toolbox: managing heparin-induced thrombocytopaenia (HIT)", + "rest_events_session_count": 5, + "rest_events_session": " factor V Leiden, and antiphospholipid syndromes in cardiovascular medicine,Patients experience during an ICU admission - physician perspective,Mechanical circulatory support is of benefit in cardiogenic shock,Ischaemic heart disease", + "events_topic": "Mechanical Circulatory Support | Ischemia ", + "rest_events_topic_count": 7, + "rest_events_topic": " Factor V | Heparin | Thrombocytopenia | Intensive Care Units | Shock, Cardiogenic | Heart Diseases | Antiphospholipid Syndrome", + "kol_name": "Susanna Price", + "kol_full_name": "Susanna Price" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "525836", + "session_name": "Cardiac computed tomography is essential for my cardiovascular primary prevention practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525836", + "first_name": "Gianluca", + "middle_name": "", + "last_name": "Pontone", + "org_name": "Monzino Cardiology Center, University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac computed tomography is essential for my cardiovascular primary prevention practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gianluca Pontone", + "kol_full_name": "Gianluca Pontone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Cardiac Magnetic Resonance Imaging | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "525835", + "session_name": "Top ten diagnoses in cardiac magnetic resonance and their differentials,Multimodality imaging in cardiovascular diseases and beyond", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525835", + "first_name": "Sven", + "middle_name": "", + "last_name": "Plein", + "org_name": "University of Leeds School of Medicine", + "Country": "United Kingdom", + "Region": "England", + "City": "Leeds", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Top ten diagnoses in cardiac magnetic resonance and their differentials", + "rest_events_session_count": 1, + "rest_events_session": "Multimodality imaging in cardiovascular diseases and beyond", + "events_topic": "Multimodal Imaging | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Sven Plein", + "kol_full_name": "Sven Plein" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Diabetes Mellitus | Cardiovascular Diseases | Post-Discharge Management | Peri-Discharge Complex Treatment | In-Hospital Treatment | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525830", + "session_name": "Post-discharge management: planning for the future,Peri-discharge treatment: ready for the road ahead,In-hospital treatment: an opportunity to act,Treating obesity in established heart failure,Ask the expert: optimising therapeutic care of patients with heart failure,Precision pathways to diabetes management in individuals with cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525830", + "first_name": "Mark", + "middle_name": "C", + "last_name": "Petrie", + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Post-discharge management: planning for the future", + "rest_events_session_count": 5, + "rest_events_session": "Peri-discharge treatment: ready for the road ahead,In-hospital treatment: an opportunity to act,Treating obesity in established heart failure,Ask the expert: optimising therapeutic care of patients with heart failure,Precision pathways to diabetes management in individuals with cardiovascular disease", + "events_topic": "Obesity | Diabetes Mellitus ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cardiovascular Diseases | Post-Discharge Management | Peri-Discharge Complex Treatment | In-Hospital Treatment | Heart Failure", + "kol_name": "Mark C Petrie", + "kol_full_name": "Mark C Petrie" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Remodeling | Diagnostic Imaging | Cardiomyopathies | Heart Function Tests", + "npi_num": "", + "hcp_pin_alias": "525829", + "session_name": "Smaller trials: cardiac function and remodelling,Imaging in cardiomyopathies: my most challenging case,Unusual cardiomyopathies: do you know them all?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525829", + "first_name": "Steffen", + "middle_name": "Erhard", + "last_name": "Petersen", + "org_name": "Queen Mary University of London Faculty of Medicine and Dentistry", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials: cardiac function and remodelling", + "rest_events_session_count": 2, + "rest_events_session": "Imaging in cardiomyopathies: my most challenging case,Unusual cardiomyopathies: do you know them all?", + "events_topic": "Cardiac Remodeling | Diagnostic Imaging ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathies | Heart Function Tests", + "kol_name": "Steffen Erhard Petersen", + "kol_full_name": "Steffen Erhard Petersen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "525826", + "session_name": "Great Debates: preventing sudden cardiac death in competitive sports and athletes competing with an ICD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525826", + "first_name": "Antonio", + "middle_name": "", + "last_name": "Pelliccia", + "org_name": "Institute of Sport Medicine and Science", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debates: preventing sudden cardiac death in competitive sports and athletes competing with an ICD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonio Pelliccia", + "kol_full_name": "Antonio Pelliccia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Blood Pressure | Blood Pressure Monitors", + "npi_num": "", + "hcp_pin_alias": "525824", + "session_name": "Blood pressure measurement: global recommendations, challenges, and solutions,How to use wearables for blood pressure measurement,Explore The role of a smart ring in night-time blood pressure monitoring,Hypertension phenotypes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525824", + "first_name": "Gianfranco", + "middle_name": "", + "last_name": "Parati", + "org_name": "Italian Auxological Institute San Luca Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood pressure measurement: global recommendations", + "rest_events_session_count": 5, + "rest_events_session": " challenges, and solutions,How to use wearables for blood pressure measurement,Explore The role of a smart ring in night-time blood pressure monitoring,Hypertension phenotypes", + "events_topic": "Hypertension | Blood Pressure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure Monitors", + "kol_name": "Gianfranco Parati", + "kol_full_name": "Gianfranco Parati" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "525815", + "session_name": "Diseases of the aorta: new findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525815", + "first_name": "Maria", + "middle_name": "Teresa Tome", + "last_name": "Esteban", + "org_name": "St George's University Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diseases of the aorta: new findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Teresa Tome Esteban", + "kol_full_name": "Maria Teresa Tome Esteban" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Hypertrophy, Left Ventricular | Cardiomyopathies | Fabry Disease", + "npi_num": "", + "hcp_pin_alias": "525776", + "session_name": "Prevalence of pathogenic variants in cardiomyopathy-associated genes in acute myocarditis: a systematic review and meta-analysis,Incidence and risk factors for development of left ventricular hypertrophy in Fabry disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525776", + "first_name": "Emanuele", + "middle_name": "", + "last_name": "Monda", + "org_name": "University of Campania \"Luigi Vanvitelli\"", + "Country": "Italy", + "Region": "Campania", + "City": "Caserta", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of pathogenic variants in cardiomyopathy-associated genes in acute myocarditis: a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Incidence and risk factors for development of left ventricular hypertrophy in Fabry disease", + "events_topic": "Myocarditis | Hypertrophy, Left Ventricular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathies | Fabry Disease", + "kol_name": "Emanuele Monda", + "kol_full_name": "Emanuele Monda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Takotsubo Cardiomyopathy | Amyloidosis, Hereditary, Transthyretin-Related | Chest Pain", + "npi_num": "", + "hcp_pin_alias": "525772", + "session_name": "Incidence and clinical characteristics of cardiac amyloidosis in Tuscany and Umbria,Chest pain after elective percutaneous coronary intervention as trigger of Takotsubo syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525772", + "first_name": "Vincenzo", + "middle_name": "", + "last_name": "Castiglione", + "org_name": "Sant'Anna School of Advanced Studies, Institute of Life Sciences", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence and clinical characteristics of cardiac amyloidosis in Tuscany and Umbria", + "rest_events_session_count": 1, + "rest_events_session": "Chest pain after elective percutaneous coronary intervention as trigger of Takotsubo syndrome", + "events_topic": "Percutaneous Coronary Intervention | Takotsubo Cardiomyopathy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Amyloidosis, Hereditary, Transthyretin-Related | Chest Pain", + "kol_name": "Vincenzo Castiglione", + "kol_full_name": "Vincenzo Castiglione" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "525754", + "session_name": "Sex differences in paediatric onset hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525754", + "first_name": "Gabrielle", + "middle_name": "", + "last_name": "Norrish", + "org_name": "University College London School of Life and Medical Sciences", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in paediatric onset hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gabrielle Norrish", + "kol_full_name": "Gabrielle Norrish" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525751", + "session_name": "Markers for the severity of worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525751", + "first_name": "Dorit", + "middle_name": "", + "last_name": "Knappe", + "org_name": "University Medical Center Hamburg-Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Markers for the severity of worsening heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dorit Knappe", + "kol_full_name": "Dorit Knappe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Tricuspid Valve Insufficiency | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "525744", + "session_name": "Tricuspid regurgitation in the context of severe concomitant left-sided valvular heart disease: patients characteristics and long-term clinical and interventional outcomes,Lead-related tricuspid regurgitation: an important phenotype seen through the lens of computed tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525744", + "first_name": "Davide", + "middle_name": "", + "last_name": "Margonato", + "org_name": "IRCCS San Raffaele Hospital", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tricuspid regurgitation in the context of severe concomitant left-sided valvular heart disease: patients characteristics and long-term clinical and interventional outcomes", + "rest_events_session_count": 1, + "rest_events_session": "Lead-related tricuspid regurgitation: an important phenotype seen through the lens of computed tomography", + "events_topic": "Heart Valve Diseases | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "Davide Margonato", + "kol_full_name": "Davide Margonato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Echocardiography | Artificial Intelligence", + "npi_num": "2023110001", + "hcp_pin_alias": "525693", + "session_name": "Artificial intelligence to assist the echocardiographic identification of transthyretin cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525693", + "first_name": "Vincent", + "middle_name": "", + "last_name": "Algalarrondo", + "org_name": "Bichat-Claude Bernard Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence to assist the echocardiographic identification of transthyretin cardiac amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Vincent Algalarrondo", + "kol_full_name": "Vincent Algalarrondo" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Obesity", + "npi_num": "", + "hcp_pin_alias": "525682", + "session_name": "Obesity as a cardiovascular risk factor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525682", + "first_name": "Oliver", + "middle_name": "J.", + "last_name": "Rider", + "org_name": "John Radcliffe Hospital", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obesity as a cardiovascular risk factor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oliver J. Rider", + "kol_full_name": "Oliver J. Rider" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sacubitril | Heart Failure, Systolic | Valsartan", + "npi_num": "", + "hcp_pin_alias": "525658", + "session_name": "Elegibility for Sacubitril/Valsartan in italian clinical practice: insights from the OPTIMA-HF registry,Guideline-directed medical therapy patterns in heart failure with reduced ejection fraction: the OPTIMA-HF registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525658", + "first_name": "Stefania", + "middle_name": "", + "last_name": "Paolillo", + "org_name": "University of Naples Federico II", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elegibility for Sacubitril/Valsartan in italian clinical practice: insights from the OPTIMA-HF registry", + "rest_events_session_count": 1, + "rest_events_session": "Guideline-directed medical therapy patterns in heart failure with reduced ejection fraction: the OPTIMA-HF registry", + "events_topic": "Sacubitril | Heart Failure, Systolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Valsartan", + "kol_name": "Stefania Paolillo", + "kol_full_name": "Stefania Paolillo" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Acute Aortic Syndrome", + "npi_num": "", + "hcp_pin_alias": "525650", + "session_name": "Natural course and novel techniques in aortic procedures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525650", + "first_name": "Christoph", + "middle_name": "A.", + "last_name": "Nienaber", + "org_name": "Royal Brompton & Harefield Hospitals Specialist Care", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Natural course and novel techniques in aortic procedures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Acute Aortic Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christoph A. Nienaber", + "kol_full_name": "Christoph A. Nienaber" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525641", + "session_name": "Validation of existing risk scores for worsening renal function in patients with newly diagnosed heart failure: a longitudinal population cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525641", + "first_name": "Ify", + "middle_name": "R.", + "last_name": "Mordi", + "org_name": "School of Medicine - University of Dundee", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of existing risk scores for worsening renal function in patients with newly diagnosed heart failure: a longitudinal population cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ify R. Mordi", + "kol_full_name": "Ify R. Mordi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Vasculitis | Hypertension", + "npi_num": "", + "hcp_pin_alias": "525637", + "session_name": "Conditional over-expression of heme-oxygenase 1 in myelomonocytic cells reduces AngII-induced hypertension and vascular inflammation in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525637", + "first_name": "Philip", + "middle_name": "", + "last_name": "Wenzel", + "org_name": "University medicine at the Johannes Gutenberg University in Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Conditional over-expression of heme-oxygenase 1 in myelomonocytic cells reduces AngII-induced hypertension and vascular inflammation in mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vasculitis | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Philip Wenzel", + "kol_full_name": "Philip Wenzel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitochondrial Dysfunction | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "525635", + "session_name": "The role of mitochondrial dysfunction in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525635", + "first_name": "Niels", + "middle_name": "", + "last_name": "Voigt", + "org_name": "University Medical Center Goettingen", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Göttingen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of mitochondrial dysfunction in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitochondrial Dysfunction | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Niels Voigt", + "kol_full_name": "Niels Voigt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "525634", + "session_name": "Adult congenital heart disease cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525634", + "first_name": "Inga", + "middle_name": "", + "last_name": "Voges", + "org_name": "University Medical Center Schleswig-Holstein", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Kiel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adult congenital heart disease cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Inga Voges", + "kol_full_name": "Inga Voges" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Cardio-Renal Syndrome | Echocardiography | Takotsubo Cardiomyopathy | Heart Failure | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "525632", + "session_name": "Infections, myocarditis, and heart failure: echocardiographic insights,Epidemiology of Takotsubo syndrome and acute coronary syndromes: focus on gender, cardiorenal syndrome and cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525632", + "first_name": "Rafael", + "middle_name": "", + "last_name": "Vidal-Perez", + "org_name": "University Hospital Complex Coruna", + "Country": "Spain", + "Region": "Galicia", + "City": "A Coruña", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Infections", + "rest_events_session_count": 4, + "rest_events_session": " myocarditis, and heart failure: echocardiographic insights,Epidemiology of Takotsubo syndrome and acute coronary syndromes: focus on gender, cardiorenal syndrome and cancer", + "events_topic": "Myocarditis | Cardio-Renal Syndrome ", + "rest_events_topic_count": 4, + "rest_events_topic": " Echocardiography | Takotsubo Cardiomyopathy | Heart Failure | Acute Coronary Syndrome", + "kol_name": "Rafael Vidal-Perez", + "kol_full_name": "Rafael Vidal-Perez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "525630", + "session_name": "Congenital heart disease: a lifelong journey", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525630", + "first_name": "Oktay", + "middle_name": "", + "last_name": "Tutarel", + "org_name": "German Heart Center Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Congenital heart disease: a lifelong journey", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Oktay Tutarel", + "kol_full_name": "Oktay Tutarel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Cardiac Imaging Techniques | Diagnostic Imaging | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "525610", + "session_name": "Clinical applications of artificial intelligence in cardiovascular imaging,Imaging valvular heart disease and beyond", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525610", + "first_name": "Alessandra", + "middle_name": "", + "last_name": "Scatteia", + "org_name": "Villa dei Fiori Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical applications of artificial intelligence in cardiovascular imaging", + "rest_events_session_count": 1, + "rest_events_session": "Imaging valvular heart disease and beyond", + "events_topic": "Heart Valve Diseases | Cardiac Imaging Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diagnostic Imaging | Artificial Intelligence", + "kol_name": "Alessandra Scatteia", + "kol_full_name": "Alessandra Scatteia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rhythm Control Therapy | Multimodal Imaging | Stroke | Electronic Health Records | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "525601", + "session_name": "Ask the Trialist - STEEER-AF,STEEER-AF - Stroke prevention and rhythm control therapy,2024 ESC Guidelines for the Management of Atrial Fibrillation,Laboratories of the present and care of the future: foundation models for multimodality data in the EHRs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525601", + "first_name": "Dipak", + "middle_name": "", + "last_name": "Kotecha", + "org_name": "University of Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - STEEER-AF", + "rest_events_session_count": 3, + "rest_events_session": "STEEER-AF - Stroke prevention and rhythm control therapy,2024 ESC Guidelines for the Management of Atrial Fibrillation,Laboratories of the present and care of the future: foundation models for multimodality data in the EHRs", + "events_topic": "Rhythm Control Therapy | Multimodal Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Stroke | Electronic Health Records | Atrial Fibrillation", + "kol_name": "Dipak Kotecha", + "kol_full_name": "Dipak Kotecha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis | Amyloidosis", + "npi_num": "", + "hcp_pin_alias": "525598", + "session_name": "The role of genetics in myocarditis,Advances in amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525598", + "first_name": "Karin", + "middle_name": "", + "last_name": "Klingel", + "org_name": "University Hospital and Medical Faculty Tübingen", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Tubingen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of genetics in myocarditis", + "rest_events_session_count": 1, + "rest_events_session": "Advances in amyloidosis", + "events_topic": "Myocarditis | Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karin Klingel", + "kol_full_name": "Karin Klingel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "525596", + "session_name": "Risk stratification models after acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525596", + "first_name": "Malte", + "middle_name": "", + "last_name": "Kelm", + "org_name": "University Hospital Duesseldorf", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Dusseldorf", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification models after acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Malte Kelm", + "kol_full_name": "Malte Kelm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Obesity | Cardiomyopathy, Dilated | Cardiac Myosins | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "525594", + "session_name": "When the diet does not work: pharmacological options for obesity,A patient with hypokinetic non-dilated cardiomyopathy and an arrhythmia: what do the guidelines say?,Dilated cardiomyopathies: miscellaneous aspects,Cardiac myosin inhibitors for treatment of hypertrophic obstructive cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525594", + "first_name": "Juan", + "middle_name": "", + "last_name": "Kaski", + "org_name": "Great Ormond Street Hospital for Children", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When the diet does not work: pharmacological options for obesity", + "rest_events_session_count": 3, + "rest_events_session": "A patient with hypokinetic non-dilated cardiomyopathy and an arrhythmia: what do the guidelines say?,Dilated cardiomyopathies: miscellaneous aspects,Cardiac myosin inhibitors for treatment of hypertrophic obstructive cardiomyopathy", + "events_topic": "Cardiomyopathy, Hypertrophic | Obesity ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiomyopathy, Dilated | Cardiac Myosins | Arrhythmias, Cardiac", + "kol_name": "Juan Kaski", + "kol_full_name": "Juan Kaski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "525590", + "session_name": "Hereditary thoracic aortic disease in the spotlight", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525590", + "first_name": "Guillaume", + "middle_name": "", + "last_name": "Jondeau", + "org_name": "Bichat-Claude Bernard Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hereditary thoracic aortic disease in the spotlight", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Guillaume Jondeau", + "kol_full_name": "Guillaume Jondeau" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "525585", + "session_name": "Coronary thrombus management in patients with acute coronary syndromes: insights from Turkish and Italian Cardiac Society perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525585", + "first_name": "Ciro", + "middle_name": "", + "last_name": "Indolfi", + "org_name": "Magna Graecia University of Catanzaro", + "Country": "Italy", + "Region": "Calabria", + "City": "Catanzaro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary thrombus management in patients with acute coronary syndromes: insights from Turkish and Italian Cardiac Society perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ciro Indolfi", + "kol_full_name": "Ciro Indolfi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Digital Technology | Biomarkers | Heart Failure | Atrial Fibrillation | Cardiac Care Facilities | Cardiovascular Diseases | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "525580", + "session_name": "How digital is reshaping cardiac care,ESC TV Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology,Remote monitoring program in heart failure: a new era in mortality reduction,Artificial intelligence unleashed on digital biomarkers: a new era in personalised cardiovascular healthcare,How will digital technologies improve the personalised management of atrial fibrillation,ChatGPT, Copilot, and other large language models (LLMs): transforming cardiovascular education, care, and science", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525580", + "first_name": "Gerhard", + "middle_name": "", + "last_name": "Hindricks", + "org_name": "Charité - Universitätsmedizin Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How digital is reshaping cardiac care", + "rest_events_session_count": 9, + "rest_events_session": "ESC TV Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology,Remote monitoring program in heart failure: a new era in mortality reduction,Artificial intelligence unleashed on digital biomarkers: a new era in personalised cardiovascular healthcare,How will digital technologies improve the personalised management of atrial fibrillation,ChatGPT, Copilot, and other large language models (LLMs): transforming cardiovascular education, care, and science", + "events_topic": "Mortality | Digital Technology ", + "rest_events_topic_count": 6, + "rest_events_topic": " Biomarkers | Heart Failure | Atrial Fibrillation | Cardiac Care Facilities | Cardiovascular Diseases | Artificial Intelligence", + "kol_name": "Gerhard Hindricks", + "kol_full_name": "Gerhard Hindricks" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "525577", + "session_name": "Personalised management of patients with diabetes and coronary artery disease: unresolved issues", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525577", + "first_name": "Christian", + "middle_name": "W.", + "last_name": "Hamm", + "org_name": "Kerckhoff Heart and Thorax Center", + "Country": "Germany", + "Region": "Hessen", + "City": "Darmstadt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised management of patients with diabetes and coronary artery disease: unresolved issues", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christian W. Hamm", + "kol_full_name": "Christian W. Hamm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Obesity | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "525575", + "session_name": "Obesity and pre-diabetes: where do we stand today on prevention and treatment?,Clinical Case Management: athletes with cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525575", + "first_name": "Martin", + "middle_name": "", + "last_name": "Halle", + "org_name": "Technical University of Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obesity and pre-diabetes: where do we stand today on prevention and treatment?", + "rest_events_session_count": 1, + "rest_events_session": "Clinical Case Management: athletes with cardiomyopathies", + "events_topic": "Diabetes Mellitus | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Martin Halle", + "kol_full_name": "Martin Halle" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "525572", + "session_name": "Atrial fibrillation: obesity matters", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525572", + "first_name": "Dhiraj", + "middle_name": "", + "last_name": "Gupta", + "org_name": "Liverpool Heart and Chest Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation: obesity matters", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dhiraj Gupta", + "kol_full_name": "Dhiraj Gupta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiorespiratory Fitness | Heart Failure | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "525569", + "session_name": "When is cardiopulmonary fitness useful to risk stratify in primary prevention?,Lipids as cardiovascular risk factors and treatment options,Understanding the effects and utilisation of SGLT2 inhibitors in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525569", + "first_name": "Marco", + "middle_name": "", + "last_name": "Guazzi", + "org_name": "University of Milan", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When is cardiopulmonary fitness useful to risk stratify in primary prevention?", + "rest_events_session_count": 2, + "rest_events_session": "Lipids as cardiovascular risk factors and treatment options,Understanding the effects and utilisation of SGLT2 inhibitors in heart failure", + "events_topic": "Cardiorespiratory Fitness | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Marco Guazzi", + "kol_full_name": "Marco Guazzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Tricuspid Valve Insufficiency | Cardiac Imaging Techniques | Artificial Intelligence | Heart Failure | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "525567", + "session_name": "Addressing underdiagnosis in women with aortic stenosis,Imaging in heart failure: what about atrial size and function?,Latest advances in artificial intelligence applied to cardiovascular imaging,Heart failure with secondary mitral and tricuspid regurgitation,Cutting-edge cardiovascular imaging in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525567", + "first_name": "Julia", + "middle_name": "", + "last_name": "Grapsa", + "org_name": "Guys And St Thomas NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Addressing underdiagnosis in women with aortic stenosis", + "rest_events_session_count": 4, + "rest_events_session": "Imaging in heart failure: what about atrial size and function?,Latest advances in artificial intelligence applied to cardiovascular imaging,Heart failure with secondary mitral and tricuspid regurgitation,Cutting-edge cardiovascular imaging in heart failure", + "events_topic": "Diagnostic Imaging | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiac Imaging Techniques | Artificial Intelligence | Heart Failure | Aortic Valve Stenosis", + "kol_name": "Julia Grapsa", + "kol_full_name": "Julia Grapsa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Atrial Fibrillation | Anticoagulation", + "npi_num": "", + "hcp_pin_alias": "525566", + "session_name": "Difficult decisions – who and how to anticoagulate? Case-based discussion,Update on atrial cardiomyopathy,My smartwatch says I am in atrial fibrillation: now what?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525566", + "first_name": "Andreas", + "middle_name": "", + "last_name": "Goette", + "org_name": "St. Vincenz Hospital Gmbh", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Paderborn", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Difficult decisions – who and how to anticoagulate? Case-based discussion", + "rest_events_session_count": 2, + "rest_events_session": "Update on atrial cardiomyopathy,My smartwatch says I am in atrial fibrillation: now what?", + "events_topic": "Cardiomyopathies | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anticoagulation", + "kol_name": "Andreas Goette", + "kol_full_name": "Andreas Goette" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Precision Medicine | Heart Valve Diseases | Computed Tomography Angiography | Cardiovascular Diseases | Diagnostic Imaging | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "525564", + "session_name": "Myocardial viability evaluation with advanced imaging is no longer relevant for heart team discussions: con,Coronary CT angiography should be the first-line imaging tool for diagnosis of coronary artery disease,The ESC Journal Family: focus on personalised care in different fields of cardiovascular medicine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525564", + "first_name": "Alessia", + "middle_name": "", + "last_name": "Gimelli", + "org_name": "Toscana Gabriele Monasterio Foundation for Medical Research and Public Health", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial viability evaluation with advanced imaging is no longer relevant for heart team discussions: con", + "rest_events_session_count": 2, + "rest_events_session": "Coronary CT angiography should be the first-line imaging tool for diagnosis of coronary artery disease,The ESC Journal Family: focus on personalised care in different fields of cardiovascular medicine", + "events_topic": "Precision Medicine | Heart Valve Diseases ", + "rest_events_topic_count": 4, + "rest_events_topic": " Computed Tomography Angiography | Cardiovascular Diseases | Diagnostic Imaging | Coronary Artery Disease", + "kol_name": "Alessia Gimelli", + "kol_full_name": "Alessia Gimelli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Coronary Revascularization | Transcatheter Aortic Valve Replacement | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "525563", + "session_name": "Great Debate: mechanical circulatory support in cardiogenic shock - 'the course of true love never did run smooth',Coronary revascularisation in patients undergoing TAVI: why? when? and how?,Great Debate: transcatheter aortic valve implantation in non-surgical centres?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525563", + "first_name": "Martine", + "middle_name": "", + "last_name": "Gilard", + "org_name": "Brest University Hospital Center", + "Country": "France", + "Region": "Bretagne", + "City": "Brest", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debate: mechanical circulatory support in cardiogenic shock - 'the course of true love never did run smooth'", + "rest_events_session_count": 2, + "rest_events_session": "Coronary revascularisation in patients undergoing TAVI: why? when? and how?,Great Debate: transcatheter aortic valve implantation in non-surgical centres?", + "events_topic": "Mechanical Circulatory Support | Coronary Revascularization ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Shock, Cardiogenic", + "kol_name": "Martine Gilard", + "kol_full_name": "Martine Gilard" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Gene Editing | Cardiovascular Diseases | Cardiac Regeneration", + "npi_num": "", + "hcp_pin_alias": "525562", + "session_name": "State-of-the-art lecture on novel approaches in cardiac regeneration,Towards clinical translation of gene editing into cardiovascular care,Strategies to deliver therapeutic RNAs in cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525562", + "first_name": "Mauro", + "middle_name": "", + "last_name": "Giacca", + "org_name": "King’s College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on novel approaches in cardiac regeneration", + "rest_events_session_count": 2, + "rest_events_session": "Towards clinical translation of gene editing into cardiovascular care,Strategies to deliver therapeutic RNAs in cardiovascular diseases", + "events_topic": "Gene Editing | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Regeneration", + "kol_name": "Mauro Giacca", + "kol_full_name": "Mauro Giacca" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "525561", + "session_name": "Biomarkers to guide the treatment of heart failure: where are we going?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525561", + "first_name": "Antonio", + "middle_name": "Bayes", + "last_name": "Genis", + "org_name": "University Hospital Germans Trias i Pujol", + "Country": "Spain", + "Region": "Cataluña", + "City": "Barcelona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomarkers to guide the treatment of heart failure: where are we going?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Antonio Bayes Genis", + "kol_full_name": "Antonio Bayes Genis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "525560", + "session_name": "Personalising care in congenital heart disease: a lifecycle perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525560", + "first_name": "Michael", + "middle_name": "", + "last_name": "Gatzoulis", + "org_name": "Imperial College London Faculty of Medicine", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising care in congenital heart disease: a lifecycle perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Gatzoulis", + "kol_full_name": "Michael Gatzoulis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Decongestion | Multimodal Imaging | Aortic Valve Stenosis | Heart Failure | Carotid Arteries | Obesity, Morbid", + "npi_num": "", + "hcp_pin_alias": "525558", + "session_name": "Multiparametric assessment of decongestion in patients admitted with acute heart failure: dynamic changes and correlation with natriuresis,Imaging signs of carotid plaque vulnerability predict subclinical neurological events in asymptomatic patients: the carotid artery multi-modality imaging prognostic study,Clinical Case Management: aortic stenosis and morbid obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525558", + "first_name": "Luna", + "middle_name": "", + "last_name": "Gargani", + "org_name": "university of pisa school of medicine", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multiparametric assessment of decongestion in patients admitted with acute heart failure: dynamic changes and correlation with natriuresis", + "rest_events_session_count": 2, + "rest_events_session": "Imaging signs of carotid plaque vulnerability predict subclinical neurological events in asymptomatic patients: the carotid artery multi-modality imaging prognostic study,Clinical Case Management: aortic stenosis and morbid obesity", + "events_topic": "Decongestion | Multimodal Imaging ", + "rest_events_topic_count": 4, + "rest_events_topic": " Aortic Valve Stenosis | Heart Failure | Carotid Arteries | Obesity, Morbid", + "kol_name": "Luna Gargani", + "kol_full_name": "Luna Gargani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525557", + "session_name": "Decompensated heart failure: what do the guidelines say?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525557", + "first_name": "Roy", + "middle_name": "", + "last_name": "Gardner", + "org_name": "University Of Glasgow School Of Medicine, Dentistry & Nursing", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Decompensated heart failure: what do the guidelines say?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Roy Gardner", + "kol_full_name": "Roy Gardner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "", + "hcp_pin_alias": "525553", + "session_name": "What’s hot in pulmonary hypertension?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525553", + "first_name": "Norbert", + "middle_name": "", + "last_name": "Frey", + "org_name": "Heidelberg University Hospital", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What’s hot in pulmonary hypertension?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Norbert Frey", + "kol_full_name": "Norbert Frey" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Cardiovascular Diseases | Myocarditis | Epidemics", + "npi_num": "", + "hcp_pin_alias": "525549", + "session_name": "The global obesity (globesity) epidemic and cardiovascular health,The role of genetics in myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525549", + "first_name": "Vanessa", + "middle_name": "", + "last_name": "Ferreira", + "org_name": "Oxford University Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The global obesity (globesity) epidemic and cardiovascular health", + "rest_events_session_count": 1, + "rest_events_session": "The role of genetics in myocarditis", + "events_topic": "Obesity | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocarditis | Epidemics", + "kol_name": "Vanessa Ferreira", + "kol_full_name": "Vanessa Ferreira" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Catheter Ablation | Atrial Fibrillation | Syncope", + "npi_num": "", + "hcp_pin_alias": "525544", + "session_name": "A practical guide to personalised treatment of non-cardiac syncope,Great Debate: atrial fibrillation and heart failure - 'to ablate or not to ablate, that is the question',Understanding and improving clinical outcomes after catheter ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525544", + "first_name": "Sabine", + "middle_name": "", + "last_name": "Ernst", + "org_name": "Guy'S And St Thomas' Nhs Foundation Trust, Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A practical guide to personalised treatment of non-cardiac syncope", + "rest_events_session_count": 3, + "rest_events_session": "Great Debate: atrial fibrillation and heart failure - 'to ablate or not to ablate, that is the question',Understanding and improving clinical outcomes after catheter ablation", + "events_topic": "Heart Failure | Catheter Ablation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atrial Fibrillation | Syncope", + "kol_name": "Sabine Ernst", + "kol_full_name": "Sabine Ernst" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Conduction System Disease | Atrial Fibrillation | Clinical Study | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "525540", + "session_name": "Personalising care in atrial fibrillation: state of the art,Large language models and other foundation models will soon disrupt clinical care,Cases with the European Heart Journal - Case Reports Editors,Unusual cases of conduction deficits", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525540", + "first_name": "David", + "middle_name": "", + "last_name": "Duncker", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising care in atrial fibrillation: state of the art", + "rest_events_session_count": 3, + "rest_events_session": "Large language models and other foundation models will soon disrupt clinical care,Cases with the European Heart Journal - Case Reports Editors,Unusual cases of conduction deficits", + "events_topic": "Cardiac Conduction System Disease | Atrial Fibrillation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Clinical Study | Heart Diseases", + "kol_name": "David Duncker", + "kol_full_name": "David Duncker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "525539", + "session_name": "Molecular tools to understand the complexity of adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525539", + "first_name": "Konstantinos", + "middle_name": "", + "last_name": "Dimopoulos", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Molecular tools to understand the complexity of adult congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Konstantinos Dimopoulos", + "kol_full_name": "Konstantinos Dimopoulos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Precision Medicine | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "525538", + "session_name": "Targeting the right patient for precision therapy,Applied innovations in cardiovascular care,International partnership to nurture future cardiovascular research leaders in Europe", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525538", + "first_name": "Stefanie", + "middle_name": "", + "last_name": "Dimmeler", + "org_name": "Goethe University Hospital Frankfurt", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting the right patient for precision therapy", + "rest_events_session_count": 2, + "rest_events_session": "Applied innovations in cardiovascular care,International partnership to nurture future cardiovascular research leaders in Europe", + "events_topic": "Precision Medicine | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefanie Dimmeler", + "kol_full_name": "Stefanie Dimmeler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Vein Isolation | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "525533", + "session_name": "Pulmonary vein isolation alone is not enough: a personalised approach is required in persistent atrial fibrillation patients,Management of atrial fibrillation: knowns and unknowns", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525533", + "first_name": "Isabel", + "middle_name": "", + "last_name": "Deisenhofer", + "org_name": "German Heart Center Munich", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary vein isolation alone is not enough: a personalised approach is required in persistent atrial fibrillation patients", + "rest_events_session_count": 1, + "rest_events_session": "Management of atrial fibrillation: knowns and unknowns", + "events_topic": "Pulmonary Vein Isolation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Isabel Deisenhofer", + "kol_full_name": "Isabel Deisenhofer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Electrophysiology | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "525532", + "session_name": "Updates for everyone in electrophysiology and arrhythmias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525532", + "first_name": "Jean-Claude", + "middle_name": "", + "last_name": "Deharo", + "org_name": "Hospital La Timone of Marseille", + "Country": "France", + "Region": "Provence-Alpes-Cote d'Azur", + "City": "Marseille", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Updates for everyone in electrophysiology and arrhythmias", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Electrophysiology | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jean-Claude Deharo", + "kol_full_name": "Jean-Claude Deharo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Stenosis | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "525530", + "session_name": "Evolution of coronary artery disease diagnosis ... from stenosis to inflammation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525530", + "first_name": "John", + "middle_name": "", + "last_name": "Deanfield", + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evolution of coronary artery disease diagnosis ... from stenosis to inflammation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Stenosis | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John Deanfield", + "kol_full_name": "John Deanfield" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525529", + "session_name": "A practical risk score for prediction of 6-month mortality in patients with acute heart failure: CHAM2P2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525529", + "first_name": "Amardeep", + "middle_name": "", + "last_name": "Dastidar", + "org_name": "North Bristol NHS Trust, Southmead Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Bristol", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A practical risk score for prediction of 6-month mortality in patients with acute heart failure: CHAM2P2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amardeep Dastidar", + "kol_full_name": "Amardeep Dastidar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Ischemia | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "525526", + "session_name": "Arrhythmias in non-ischaemic cardiomyopathy: new developments", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525526", + "first_name": "Antonio", + "middle_name": "", + "last_name": "Curcio", + "org_name": "Magna Graecia University of Catanzaro", + "Country": "Italy", + "Region": "Calabria", + "City": "Catanzaro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arrhythmias in non-ischaemic cardiomyopathy: new developments", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Ischemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Antonio Curcio", + "kol_full_name": "Antonio Curcio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Adult Congenital Heart Disease", + "npi_num": "", + "hcp_pin_alias": "525525", + "session_name": "The EHJ’s year in adult congenital heart disease, cardio-oncology, and valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525525", + "first_name": "Filippo", + "middle_name": "", + "last_name": "Crea", + "org_name": "Agostino Gemelli University Hospital Foundation Irccs", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The EHJ’s year in adult congenital heart disease", + "rest_events_session_count": 2, + "rest_events_session": " cardio-oncology, and valvular heart disease", + "events_topic": "Heart Valve Diseases | Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Filippo Crea", + "kol_full_name": "Filippo Crea" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Circadian Rhythm", + "npi_num": "", + "hcp_pin_alias": "525523", + "session_name": "Clinical Case Management: athletes with rhythm problems - what to consider when recommending exercise", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525523", + "first_name": "Domenico", + "middle_name": "", + "last_name": "Corrado", + "org_name": "University of Padua Medical School", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: athletes with rhythm problems - what to consider when recommending exercise", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circadian Rhythm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Domenico Corrado", + "kol_full_name": "Domenico Corrado" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Transcatheter Edge-to-Edge Repair", + "npi_num": "", + "hcp_pin_alias": "525522", + "session_name": "Live echocardiography - diagnose, screen and refer your patients to transcatheter edge-to-edge repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525522", + "first_name": "Augustin", + "middle_name": "", + "last_name": "Coisne", + "org_name": "University Hospital of Lille", + "Country": "France", + "Region": "Nord-Pas-de-Calais", + "City": "Lille", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Live echocardiography - diagnose", + "rest_events_session_count": 1, + "rest_events_session": " screen and refer your patients to transcatheter edge-to-edge repair", + "events_topic": "Echocardiography | Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Augustin Coisne", + "kol_full_name": "Augustin Coisne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemorrhagic Stroke | Cardiovascular Diseases | Antiplatelet Therapy | Anti-inflammatory Therapies", + "npi_num": "", + "hcp_pin_alias": "525513", + "session_name": "Overcoming challenges to deliver of personalised medicine in cardiology,Low rates of haemorrhagic stroke, not increased by age, renal/hepatic impairment, concomitant anti-platelet use and high CHA2DS2-VASc scores, in the 4-year follow-up of ETNA-AF-Europe,Anti-inflammatory therapies: from bench to bedside", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525513", + "first_name": "Raffaele", + "middle_name": "de", + "last_name": "Caterina", + "org_name": "Pisan University Hospital", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Overcoming challenges to deliver of personalised medicine in cardiology", + "rest_events_session_count": 6, + "rest_events_session": "Low rates of haemorrhagic stroke, not increased by age, renal/hepatic impairment, concomitant anti-platelet use and high CHA2DS2-VASc scores, in the 4-year follow-up of ETNA-AF-Europe,Anti-inflammatory therapies: from bench to bedside", + "events_topic": "Hemorrhagic Stroke | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Antiplatelet Therapy | Anti-inflammatory Therapies", + "kol_name": "Raffaele de Caterina", + "kol_full_name": "Raffaele de Caterina" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Athletes | Ablation Techniques | Pharmaceutical Preparations | Cardiovascular Diseases | Exercise Therapy | Tachycardia, Ventricular", + "npi_num": "", + "hcp_pin_alias": "525512", + "session_name": "Drugs and exercise performance in athletes,Ablation of ventricular tachycardia,The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525512", + "first_name": "Silvia", + "middle_name": "", + "last_name": "Castelletti", + "org_name": "Istituto Auxologico Italiano", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drugs and exercise performance in athletes", + "rest_events_session_count": 2, + "rest_events_session": "Ablation of ventricular tachycardia,The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on", + "events_topic": "Athletes | Ablation Techniques ", + "rest_events_topic_count": 4, + "rest_events_topic": " Pharmaceutical Preparations | Cardiovascular Diseases | Exercise Therapy | Tachycardia, Ventricular", + "kol_name": "Silvia Castelletti", + "kol_full_name": "Silvia Castelletti" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Reactive Oxygen Species", + "npi_num": "", + "hcp_pin_alias": "525511", + "session_name": "Role of inflammation and reactive oxygen species in atrial fibrillation: new therapeutic targets?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525511", + "first_name": "Barbara", + "middle_name": "", + "last_name": "Casadei", + "org_name": "NIHR Oxford Biomedical Research Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of inflammation and reactive oxygen species in atrial fibrillation: new therapeutic targets?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Reactive Oxygen Species", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Barbara Casadei", + "kol_full_name": "Barbara Casadei" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation | Tachycardia, Supraventricular", + "npi_num": "", + "hcp_pin_alias": "525503", + "session_name": "Quality of life measures with etripamil self-administration for acute episodes of paroxysmal supraventricular tachycardia in a medically unsupervised setting: patient-reported outcomes from NODE-303,State-of-the art lecture on practical dilemmas in atrial fibrillation therapies,The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525503", + "first_name": "John", + "middle_name": "", + "last_name": "Camm", + "org_name": "St George's University Hospitals, NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quality of life measures with etripamil self-administration for acute episodes of paroxysmal supraventricular tachycardia in a medically unsupervised setting: patient-reported outcomes from NODE-303", + "rest_events_session_count": 2, + "rest_events_session": "State-of-the art lecture on practical dilemmas in atrial fibrillation therapies,The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation", + "events_topic": "Stroke | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tachycardia, Supraventricular", + "kol_name": "John Camm", + "kol_full_name": "John Camm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Left Ventricular Assist Device", + "npi_num": "", + "hcp_pin_alias": "525502", + "session_name": "Predictors of Right vEntricular Failure aftER LVAD implantation: PREFER LVAD study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525502", + "first_name": "Matteo", + "middle_name": "", + "last_name": "Cameli", + "org_name": "University of Siena", + "Country": "Italy", + "Region": "Toscana", + "City": "Siena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of Right vEntricular Failure aftER LVAD implantation: PREFER LVAD study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Left Ventricular Assist Device", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matteo Cameli", + "kol_full_name": "Matteo Cameli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Cardiovascular Diseases | MINOCA | Diagnostic Imaging | Artificial Intelligence", + "npi_num": "", + "hcp_pin_alias": "525499", + "session_name": "Can artificial intelligence improve cardiovascular disease screening in women?,MINOCA: definitions and clinical importance,Deep dive into aortic stenosis: new imaging insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525499", + "first_name": "Chiara", + "middle_name": "", + "last_name": "Bucciarelli-Ducci", + "org_name": "Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Can artificial intelligence improve cardiovascular disease screening in women?", + "rest_events_session_count": 2, + "rest_events_session": "MINOCA: definitions and clinical importance,Deep dive into aortic stenosis: new imaging insights", + "events_topic": "Aortic Valve Stenosis | Cardiovascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " MINOCA | Diagnostic Imaging | Artificial Intelligence", + "kol_name": "Chiara Bucciarelli-Ducci", + "kol_full_name": "Chiara Bucciarelli-Ducci" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Algorithms | Ablation Techniques | Atrial Fibrillation | Syncope", + "npi_num": "", + "hcp_pin_alias": "525496", + "session_name": "Syncope: asking the right questions - how to take a history - tips, tricks, and hard data,An algorithm to identify the mechanism of non-cardiac syncope,The role of AV nodal ablation and physiological pacing in atrial fibrillation patients with heart failure and preserved left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525496", + "first_name": "Michele", + "middle_name": "", + "last_name": "Brignole", + "org_name": "Istituto Auxologico Italiano", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Syncope: asking the right questions - how to take a history - tips", + "rest_events_session_count": 4, + "rest_events_session": " tricks, and hard data,An algorithm to identify the mechanism of non-cardiac syncope,The role of AV nodal ablation and physiological pacing in atrial fibrillation patients with heart failure and preserved left ventricular ejection fraction", + "events_topic": "Heart Failure | Algorithms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Ablation Techniques | Atrial Fibrillation | Syncope", + "kol_name": "Michele Brignole", + "kol_full_name": "Michele Brignole" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Ablation Techniques", + "npi_num": "", + "hcp_pin_alias": "525495", + "session_name": "Longterm 13 Year Outcome of AF Ablation in Elderly Patients - German Ablation Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525495", + "first_name": "Johannes", + "middle_name": "", + "last_name": "Brachmann", + "org_name": "Coburg Hospital Gmbh", + "Country": "Germany", + "Region": "Bayern", + "City": "Coburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Longterm 13 Year Outcome of AF Ablation in Elderly Patients - German Ablation Registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Ablation Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Johannes Brachmann", + "kol_full_name": "Johannes Brachmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Technology | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "525494", + "session_name": "How will digital technologies improve the personalised management of atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525494", + "first_name": "Serge", + "middle_name": "", + "last_name": "Boveda", + "org_name": "Pasteur Clinic of Toulouse", + "Country": "France", + "Region": "Midi-Pyrenees", + "City": "Toulouse", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How will digital technologies improve the personalised management of atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Technology | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Serge Boveda", + "kol_full_name": "Serge Boveda" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525493", + "session_name": "Imaging in heart failure: what about ventricular deformation?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525493", + "first_name": "Eduardo", + "middle_name": "", + "last_name": "Bossone", + "org_name": "Antonio Cardarelli Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging in heart failure: what about ventricular deformation?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eduardo Bossone", + "kol_full_name": "Eduardo Bossone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock | Mechanical Circulatory Support | Myocardial Infarction | ST Elevation Myocardial Infarction | Heart Arrest | Coronary Disease | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "525489", + "session_name": "Temporary mechanical circulatory support in infarct-related cardiogenic shock - An individual patient data meta-analysis of all randomized trials with 6-month follow-up,State-of-the-art lecture STEMI and shock: what works and what doesn’t?,Patients with cardiac arrest should be excluded from cardiogenic shock trials: con,Mechanical circulatory support is of benefit in cardiogenic shock: con,Cardiogenic shock complicating acute myocardial infarction - current evidence and future strategies,Multifactorial risk in coronary heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525489", + "first_name": "Holger", + "middle_name": "", + "last_name": "Thiele", + "org_name": "University Medical Center Schleswig-Holstein", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Kiel", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporary mechanical circulatory support in infarct-related cardiogenic shock - An individual patient data meta-analysis of all randomized trials with 6-month follow-up", + "rest_events_session_count": 5, + "rest_events_session": "State-of-the-art lecture STEMI and shock: what works and what doesn’t?,Patients with cardiac arrest should be excluded from cardiogenic shock trials: con,Mechanical circulatory support is of benefit in cardiogenic shock: con,Cardiogenic shock complicating acute myocardial infarction - current evidence and future strategies,Multifactorial risk in coronary heart disease", + "events_topic": "Shock | Mechanical Circulatory Support ", + "rest_events_topic_count": 5, + "rest_events_topic": " Myocardial Infarction | ST Elevation Myocardial Infarction | Heart Arrest | Coronary Disease | Shock, Cardiogenic", + "kol_name": "Holger Thiele", + "kol_full_name": "Holger Thiele" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Myocardial Flow Reserve | Prognosis | Positron-Emission Tomography | Ischemia | Heart Failure | Heart Diseases | Inflammation", + "npi_num": "", + "hcp_pin_alias": "525484", + "session_name": "Long-term prognostic impact of fasting plasma glucose and myocardial flow reserve beyond other risk factors and heart disease phenotypes,Myocardial ischaemia and heart failure: insight from multimodality imaging,Ischaemia and inflammation: the role of cardiac PET in diagnosis and prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525484", + "first_name": "Danilo", + "middle_name": "", + "last_name": "Neglia", + "org_name": "Fondazione Toscana \"Gabriele Monasterio\"", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term prognostic impact of fasting plasma glucose and myocardial flow reserve beyond other risk factors and heart disease phenotypes", + "rest_events_session_count": 2, + "rest_events_session": "Myocardial ischaemia and heart failure: insight from multimodality imaging,Ischaemia and inflammation: the role of cardiac PET in diagnosis and prognosis", + "events_topic": "Multimodal Imaging | Myocardial Flow Reserve ", + "rest_events_topic_count": 6, + "rest_events_topic": " Prognosis | Positron-Emission Tomography | Ischemia | Heart Failure | Heart Diseases | Inflammation", + "kol_name": "Danilo Neglia", + "kol_full_name": "Danilo Neglia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "525482", + "session_name": "Mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525482", + "first_name": "Denisa", + "middle_name": "", + "last_name": "Muraru", + "org_name": "Istituto Auxologico Italiano", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Denisa Muraru", + "kol_full_name": "Denisa Muraru" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Immune Checkpoint Inhibitors | Streptococcal Vaccines | Myocardium", + "npi_num": "", + "hcp_pin_alias": "525479", + "session_name": "Group A streptococcal vaccine development: challenges and opportunities,Adverse Myocardial and vascular side effects of Immune Checkpoint Inhibitors: a prospective multimodal cardiovascular assessment (AMICI study)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525479", + "first_name": "Mariana", + "middle_name": "", + "last_name": "Mirabel", + "org_name": "Institute Mutualiste Montsouris", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Group A streptococcal vaccine development: challenges and opportunities", + "rest_events_session_count": 1, + "rest_events_session": "Adverse Myocardial and vascular side effects of Immune Checkpoint Inhibitors: a prospective multimodal cardiovascular assessment (AMICI study)", + "events_topic": "Immune Checkpoint Inhibitors | Streptococcal Vaccines ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardium", + "kol_name": "Mariana Mirabel", + "kol_full_name": "Mariana Mirabel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis", + "npi_num": "", + "hcp_pin_alias": "525478", + "session_name": "Advances in amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525478", + "first_name": "Marco", + "middle_name": "", + "last_name": "Merlo", + "org_name": "Integrated University Health Authority of Trieste", + "Country": "Italy", + "Region": "Friuli-Venezia Giulia", + "City": "Trieste", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advances in amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marco Merlo", + "kol_full_name": "Marco Merlo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Anti-Arrhythmia Agents | Catheter Ablation | Multimorbidity | Pulmonary Vein Isolation | Drug Therapy | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "525477", + "session_name": "Practical guide to antiarrhythmic drug therapy,Weighty matters Deciding the best care for atrial fibrillation patients with obesity,Great Debates: catheter ablation for persistent atrial fibrillation - is it better than medication and is pulmonary vein isolation sufficient?,EHRA-PATHS: developing a systematic approach of patients with atrial fibrillation and multimorbidity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525477", + "first_name": "Jose", + "middle_name": "Luis", + "last_name": "Merino", + "org_name": "La Paz University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Practical guide to antiarrhythmic drug therapy", + "rest_events_session_count": 3, + "rest_events_session": "Weighty matters Deciding the best care for atrial fibrillation patients with obesity,Great Debates: catheter ablation for persistent atrial fibrillation - is it better than medication and is pulmonary vein isolation sufficient?,EHRA-PATHS: developing a systematic approach of patients with atrial fibrillation and multimorbidity", + "events_topic": "Obesity | Anti-Arrhythmia Agents ", + "rest_events_topic_count": 5, + "rest_events_topic": " Catheter Ablation | Multimorbidity | Pulmonary Vein Isolation | Drug Therapy | Atrial Fibrillation", + "kol_name": "Jose Luis Merino", + "kol_full_name": "Jose Luis Merino" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525474", + "session_name": "Decompensated heart failure: how to implement the guidelines and take-home messages", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525474", + "first_name": "Alexandre", + "middle_name": "", + "last_name": "Mebazaa", + "org_name": "Lariboisiere Hospital AP-HP", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Decompensated heart failure: how to implement the guidelines and take-home messages", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alexandre Mebazaa", + "kol_full_name": "Alexandre Mebazaa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Admin. & Management", + "npi_num": "", + "hcp_pin_alias": "525473", + "session_name": "Congress Programme Committee,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525473", + "first_name": "John", + "middle_name": "", + "last_name": "McMurray", + "org_name": "University Of Glasgow School Of Medicine, Dentistry & Nursing", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Congress Programme Committee", + "rest_events_session_count": 1, + "rest_events_session": "The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel", + "events_topic": "Heart Failure | Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John McMurray", + "kol_full_name": "John McMurray" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Diuretics | Burns | Cardiomyopathies | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525472", + "session_name": "Discussant review - FINEARTS-HF,No time like the present: heart failure in the hospital setting,Moving beyond diuretics: advances in treatment of cardiomyopathies and heart failure,State-of-the-art lecture on diagnosis of heart failure: towards better phenotyping,Obesity in heart failure: observations, outcomes, and options,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved',Guidelines in Practice: implementing the 2023 Focused Update on Heart Failure - target, treat, and titrate", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525472", + "first_name": "Theresa", + "middle_name": "", + "last_name": "McDonagh", + "org_name": "King's College Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - FINEARTS-HF", + "rest_events_session_count": 10, + "rest_events_session": "No time like the present: heart failure in the hospital setting,Moving beyond diuretics: advances in treatment of cardiomyopathies and heart failure,State-of-the-art lecture on diagnosis of heart failure: towards better phenotyping,Obesity in heart failure: observations, outcomes, and options,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved',Guidelines in Practice: implementing the 2023 Focused Update on Heart Failure - target, treat, and titrate", + "events_topic": "Obesity | Diuretics ", + "rest_events_topic_count": 3, + "rest_events_topic": " Burns | Cardiomyopathies | Heart Failure", + "kol_name": "Theresa McDonagh", + "kol_full_name": "Theresa McDonagh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia", + "npi_num": "", + "hcp_pin_alias": "525469", + "session_name": "Chronic ischaemic syndrome management in 2024: are we ready for the (r)evolution?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525469", + "first_name": "Mario", + "middle_name": "", + "last_name": "Marzilli", + "org_name": "university of pisa school of medicine", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic ischaemic syndrome management in 2024: are we ready for the (r)evolution?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mario Marzilli", + "kol_full_name": "Mario Marzilli" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Wearable Electronic Devices | Death, Sudden, Cardiac | Cardiac Resynchronization Therapy Devices | Rheumatic Heart Disease", + "npi_num": "", + "hcp_pin_alias": "525464", + "session_name": "Cost impact of the use of a universal cardiac implantable electronic devices remote monitoring solution: results of the Evidence RM study,Update from The Lancet Commission To Reduce the Global Burden of Sudden Cardiac Death,A roadmap to eradicate rheumatic heart disease,Sudden cardiac death: insight", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525464", + "first_name": "Eloi", + "middle_name": "", + "last_name": "Marijon", + "org_name": "European Hospital Georges Pompidou", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cost impact of the use of a universal cardiac implantable electronic devices remote monitoring solution: results of the Evidence RM study", + "rest_events_session_count": 3, + "rest_events_session": "Update from The Lancet Commission To Reduce the Global Burden of Sudden Cardiac Death,A roadmap to eradicate rheumatic heart disease,Sudden cardiac death: insight", + "events_topic": "Wearable Electronic Devices | Death, Sudden, Cardiac ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Resynchronization Therapy Devices | Rheumatic Heart Disease", + "kol_name": "Eloi Marijon", + "kol_full_name": "Eloi Marijon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Syncope | Atrioventricular Block", + "npi_num": "", + "hcp_pin_alias": "525463", + "session_name": "Diagnosis and treatment of syncope and atrioventricular block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525463", + "first_name": "Jacques", + "middle_name": "", + "last_name": "Mansourati", + "org_name": "Brest University Hospital Center", + "Country": "France", + "Region": "Bretagne", + "City": "Brest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosis and treatment of syncope and atrioventricular block", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope | Atrioventricular Block", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jacques Mansourati", + "kol_full_name": "Jacques Mansourati" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "PCSK9 Inhibitors | Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "525460", + "session_name": "PCSK9 inhibitors for acute coronary syndromes: the era of early implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525460", + "first_name": "Mamas", + "middle_name": "", + "last_name": "Mamas", + "org_name": "Keele University", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PCSK9 inhibitors for acute coronary syndromes: the era of early implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "PCSK9 Inhibitors | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mamas Mamas", + "kol_full_name": "Mamas Mamas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid Lowering Therapy | Cholesterol, LDL | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "525458", + "session_name": "LDL-Cholesterol levels and lipid lowering therapy in secondary prevention patients: preliminary data from BRING-UP Prevention Study,Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525458", + "first_name": "Aldo", + "middle_name": "Pietro", + "last_name": "Maggioni", + "org_name": "ANMCO Research Center, Florence", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LDL-Cholesterol levels and lipid lowering therapy in secondary prevention patients: preliminary data from BRING-UP Prevention Study", + "rest_events_session_count": 1, + "rest_events_session": "Discussion on Heart Diseases", + "events_topic": "Lipid Lowering Therapy | Cholesterol, LDL ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "Aldo Pietro Maggioni", + "kol_full_name": "Aldo Pietro Maggioni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "525457", + "session_name": "Clinical Case Management: athletes with cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525457", + "first_name": "Viviana", + "middle_name": "", + "last_name": "Maestrini", + "org_name": "Sapienza University of Rome", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: athletes with cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Viviana Maestrini", + "kol_full_name": "Viviana Maestrini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Epigenomics", + "npi_num": "", + "hcp_pin_alias": "525456", + "session_name": "Novel targets against myocardial damage,Epigenetic regulators and tools", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525456", + "first_name": "Rosalinda", + "middle_name": "", + "last_name": "Madonna", + "org_name": "university of pisa school of medicine", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel targets against myocardial damage", + "rest_events_session_count": 1, + "rest_events_session": "Epigenetic regulators and tools", + "events_topic": "Myocardial Infarction | Epigenomics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rosalinda Madonna", + "kol_full_name": "Rosalinda Madonna" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiotoxicity | Diagnostic Imaging | Magnetic Resonance Imaging | Neoplasms | Heart Neoplasms | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525455", + "session_name": "Revolutionising cardio-oncology care through CMR innovation,Guidelines in Practice: personalised imaging a heart failure patient undergoing cancer therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525455", + "first_name": "Alexander", + "middle_name": "", + "last_name": "Lyon", + "org_name": "Imperial College London Faculty of Medicine", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Revolutionising cardio-oncology care through CMR innovation", + "rest_events_session_count": 1, + "rest_events_session": "Guidelines in Practice: personalised imaging a heart failure patient undergoing cancer therapy", + "events_topic": "Cardiotoxicity | Diagnostic Imaging ", + "rest_events_topic_count": 4, + "rest_events_topic": " Magnetic Resonance Imaging | Neoplasms | Heart Neoplasms | Heart Failure", + "kol_name": "Alexander Lyon", + "kol_full_name": "Alexander Lyon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Anticoagulation | Patient Care | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "525452", + "session_name": "Anticoagulation management of non-valvular atrial fibrillation patients with comorbidities,Balancing atrial fibrillation burden with stroke risk and need for anticoagulation,Managing the continuum of non-valvular atrial fibrillation care,Discussant review - STROKESTOP II and GUARD-AF,Introduction and patient case presentation,The three pillars of atrial fibrillation management,The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel,Atrial fibrillation stroke prevention: applying new guidance in the real world,Atrial fibrillation management and outcomes in high-risk atrial fibrillation populations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525452", + "first_name": "Gregory", + "middle_name": "", + "last_name": "Lip", + "org_name": "University of Liverpool Faculty of Health & Life Sciences", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "9", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulation management of non-valvular atrial fibrillation patients with comorbidities", + "rest_events_session_count": 8, + "rest_events_session": "Balancing atrial fibrillation burden with stroke risk and need for anticoagulation,Managing the continuum of non-valvular atrial fibrillation care,Discussant review - STROKESTOP II and GUARD-AF,Introduction and patient case presentation,The three pillars of atrial fibrillation management,The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel,Atrial fibrillation stroke prevention: applying new guidance in the real world,Atrial fibrillation management and outcomes in high-risk atrial fibrillation populations", + "events_topic": "Stroke | Anticoagulation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Patient Care | Atrial Fibrillation", + "kol_name": "Gregory Lip", + "kol_full_name": "Gregory Lip" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholesterol Ester Transfer Proteins | Diagnostic Techniques And Procedures | Cholesterol, LDL | Dyslipidemias", + "npi_num": "", + "hcp_pin_alias": "525449", + "session_name": "Novel oral LDL-c lowering therapies on the horizon: CETP inhibition,From risk factor management to treatment optimisation in LDL-C,Dyslipidaemia: novel diagnostics and therapy options", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525449", + "first_name": "Ulrich", + "middle_name": "", + "last_name": "Laufs", + "org_name": "University Hospital Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel oral LDL-c lowering therapies on the horizon: CETP inhibition", + "rest_events_session_count": 2, + "rest_events_session": "From risk factor management to treatment optimisation in LDL-C,Dyslipidaemia: novel diagnostics and therapy options", + "events_topic": "Cholesterol Ester Transfer Proteins | Diagnostic Techniques And Procedures ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cholesterol, LDL | Dyslipidemias", + "kol_name": "Ulrich Laufs", + "kol_full_name": "Ulrich Laufs" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Atrial Fibrillation | Death, Sudden, Cardiac", + "npi_num": "", + "hcp_pin_alias": "525448", + "session_name": "The dilemma of sudden cardiac death prediction in low-risk populations,Weighty matters Deciding the best care for atrial fibrillation patients with obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525448", + "first_name": "Pier", + "middle_name": "", + "last_name": "Lambiase", + "org_name": "University College London & Barts Heart Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The dilemma of sudden cardiac death prediction in low-risk populations", + "rest_events_session_count": 1, + "rest_events_session": "Weighty matters Deciding the best care for atrial fibrillation patients with obesity", + "events_topic": "Obesity | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Death, Sudden, Cardiac", + "kol_name": "Pier Lambiase", + "kol_full_name": "Pier Lambiase" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Amyloidosis, Hereditary, Transthyretin-Related | Artificial Intelligence | Patisiran", + "npi_num": "", + "hcp_pin_alias": "525447", + "session_name": "The power of artificial intelligence analysis in the diagnosis of cardiomyopathy,Long-term effects of patisiran on survival and cardiac parameters in patients with transthyretin-mediated cardiac amyloidosis: post hoc analysis of APOLLO-B and cardiac subpopulation of APOLLO OLE", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525447", + "first_name": "Olivier", + "middle_name": "", + "last_name": "Lairez", + "org_name": "Hospital Center University De Toulouse", + "Country": "France", + "Region": "Midi-Pyrenees", + "City": "Toulouse", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The power of artificial intelligence analysis in the diagnosis of cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Long-term effects of patisiran on survival and cardiac parameters in patients with transthyretin-mediated cardiac amyloidosis: post hoc analysis of APOLLO-B and cardiac subpopulation of APOLLO OLE", + "events_topic": "Cardiomyopathies | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 2, + "rest_events_topic": " Artificial Intelligence | Patisiran", + "kol_name": "Olivier Lairez", + "kol_full_name": "Olivier Lairez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Primary Prevention | Cardiovascular Diseases | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "525440", + "session_name": "Cardiac computed tomography is essential for my cardiovascular primary prevention practice: con,Computed tomography assessment of myocardial disease revisited", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525440", + "first_name": "Anna", + "middle_name": "", + "last_name": "Reid", + "org_name": "University of Manchester School of Medical Sciences", + "Country": "United Kingdom", + "Region": "England", + "City": "Manchester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac computed tomography is essential for my cardiovascular primary prevention practice: con", + "rest_events_session_count": 1, + "rest_events_session": "Computed tomography assessment of myocardial disease revisited", + "events_topic": "Cardiomyopathies | Primary Prevention ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Tomography, X-Ray Computed", + "kol_name": "Anna Reid", + "kol_full_name": "Anna Reid" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension | Renal Denervation | Heart Failure, Diastolic | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525430", + "session_name": "Spotlight on HFpEF: you can't diagnose what you don't see,Ask the expert: optimising therapeutic care of patients with heart failure,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525430", + "first_name": "Michael", + "middle_name": "", + "last_name": "Boehm", + "org_name": "Saarland University Hospital", + "Country": "Germany", + "Region": "Saarland", + "City": "Homburg", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Spotlight on HFpEF: you can't diagnose what you don't see", + "rest_events_session_count": 2, + "rest_events_session": "Ask the expert: optimising therapeutic care of patients with heart failure,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who?", + "events_topic": "Hypertension | Renal Denervation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure, Diastolic | Heart Failure", + "kol_name": "Michael Boehm", + "kol_full_name": "Michael Boehm" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors", + "npi_num": "", + "hcp_pin_alias": "525429", + "session_name": "Cardiovascular risk: lessons from epidemiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525429", + "first_name": "Stefan", + "middle_name": "", + "last_name": "Blankenberg", + "org_name": "University Hospital Hamburg-Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk: lessons from epidemiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefan Blankenberg", + "kol_full_name": "Stefan Blankenberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tobacco Products", + "npi_num": "", + "hcp_pin_alias": "525427", + "session_name": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus) - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525427", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Biondi-Zoccai", + "org_name": "University of Rome \"La Sapienza\"", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping", + "rest_events_session_count": 1, + "rest_events_session": " snus) - expert panel", + "events_topic": "Tobacco Products", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppe Biondi-Zoccai", + "kol_full_name": "Giuseppe Biondi-Zoccai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Channelopathies", + "npi_num": "", + "hcp_pin_alias": "525420", + "session_name": "Risk stratification and advanced therapies in channelopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525420", + "first_name": "Elijah", + "middle_name": "", + "last_name": "Behr", + "org_name": "St George's University Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification and advanced therapies in channelopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Channelopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elijah Behr", + "kol_full_name": "Elijah Behr" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Dilated | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "525418", + "session_name": "A patient with hypokinetic non-dilated cardiomyopathy and an arrhythmia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525418", + "first_name": "Anna", + "middle_name": "", + "last_name": "Baritussio", + "org_name": "University of Padua Medical School", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A patient with hypokinetic non-dilated cardiomyopathy and an arrhythmia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Dilated | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Baritussio", + "kol_full_name": "Anna Baritussio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Defects, Congenital", + "npi_num": "", + "hcp_pin_alias": "525414", + "session_name": "Advanced imaging to personalise intervention in congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525414", + "first_name": "Sonya", + "middle_name": "V", + "last_name": "Babu-Narayan", + "org_name": "Guy'S And St Thomas' Nhs Foundation Trust, Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advanced imaging to personalise intervention in congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sonya V Babu-Narayan", + "kol_full_name": "Sonya V Babu-Narayan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Tachycardia, Ventricular | Myocardial Fibrosis | Death, Sudden | Cardiomyopathy, Hypertrophic | Patient Care | Cardiomyopathies | Long QT Syndrome", + "npi_num": "", + "hcp_pin_alias": "525411", + "session_name": "Patient case,Non-sustained ventricular tachycardia in non-dilated left ventricular cardiomyopathy with left ventricular late enhancement: what do the guidelines say?,Sudden death risk assessment in hypertrophic cardiomyopathy should include myocardial fibrosis imaging,Case 2: an athlete with a long QT interval", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525411", + "first_name": "Elena", + "middle_name": "", + "last_name": "Arbelo", + "org_name": "Hospital Clinic, University of Barcelona", + "Country": "Spain", + "Region": "Cataluña", + "City": "Barcelona", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient case", + "rest_events_session_count": 3, + "rest_events_session": "Non-sustained ventricular tachycardia in non-dilated left ventricular cardiomyopathy with left ventricular late enhancement: what do the guidelines say?,Sudden death risk assessment in hypertrophic cardiomyopathy should include myocardial fibrosis imaging,Case 2: an athlete with a long QT interval", + "events_topic": "Diagnostic Imaging | Tachycardia, Ventricular ", + "rest_events_topic_count": 6, + "rest_events_topic": " Myocardial Fibrosis | Death, Sudden | Cardiomyopathy, Hypertrophic | Patient Care | Cardiomyopathies | Long QT Syndrome", + "kol_name": "Elena Arbelo", + "kol_full_name": "Elena Arbelo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525406", + "session_name": "Geographical variations in heart failure epidemiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525406", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Ambrosio", + "org_name": "University of Perugia", + "Country": "Italy", + "Region": "Umbria", + "City": "Perugia", + "num_sess": "1", + "opt_in_out_status": "6", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Geographical variations in heart failure epidemiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppe Ambrosio", + "kol_full_name": "Giuseppe Ambrosio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Sprains And Strains | Disease Progression | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525402", + "session_name": "Changes in cardiac strain reveal disease progression and predict adverse outcome in hypertrophic cardiomyopathy,Cardiac energetics and exercise capacity in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525402", + "first_name": "Alberto", + "middle_name": "", + "last_name": "Aimo", + "org_name": "University of Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in cardiac strain reveal disease progression and predict adverse outcome in hypertrophic cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Cardiac energetics and exercise capacity in heart failure", + "events_topic": "Cardiomyopathy, Hypertrophic | Sprains And Strains ", + "rest_events_topic_count": 2, + "rest_events_topic": " Disease Progression | Heart Failure", + "kol_name": "Alberto Aimo", + "kol_full_name": "Alberto Aimo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Inflammation | Coronary Angiography | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "525401", + "session_name": "The flying circus of coronary angiography and intervention: all the findings you always wanted to see and some you never even knew existed,Non-invasive detection of coronary artery inflammation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525401", + "first_name": "Stephan", + "middle_name": "", + "last_name": "Achenbach", + "org_name": "Universitätsklinikum Erlangen", + "Country": "Germany", + "Region": "Bayern", + "City": "Erlangen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The flying circus of coronary angiography and intervention: all the findings you always wanted to see and some you never even knew existed", + "rest_events_session_count": 1, + "rest_events_session": "Non-invasive detection of coronary artery inflammation", + "events_topic": "Inflammation | Coronary Angiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "Stephan Achenbach", + "kol_full_name": "Stephan Achenbach" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Athletes | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "525400", + "session_name": "Athletes with an ICD should be allowed to compete", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525400", + "first_name": "Alessandro", + "middle_name": "", + "last_name": "Zorzi", + "org_name": "University of Padua Medical School", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Athletes with an ICD should be allowed to compete", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Athletes | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Alessandro Zorzi", + "kol_full_name": "Alessandro Zorzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "525399", + "session_name": "Emerging risk factors for cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525399", + "first_name": "Andreas", + "middle_name": "M.", + "last_name": "Zeiher", + "org_name": "Goethe University Hospital Frankfurt", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Emerging risk factors for cardiovascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andreas M. Zeiher", + "kol_full_name": "Andreas M. Zeiher" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Autoimmune Diseases | Mastocytosis, Systemic | Chronic Inflammatory Disease", + "npi_num": "", + "hcp_pin_alias": "525395", + "session_name": "Systemic diseases affecting the heart,Autoimmune and chronic inflammatory disorders and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525395", + "first_name": "Eleanor", + "middle_name": "", + "last_name": "Wicks", + "org_name": "Oxford University Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Systemic diseases affecting the heart", + "rest_events_session_count": 1, + "rest_events_session": "Autoimmune and chronic inflammatory disorders and heart disease", + "events_topic": "Heart Diseases | Autoimmune Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mastocytosis, Systemic | Chronic Inflammatory Disease", + "kol_name": "Eleanor Wicks", + "kol_full_name": "Eleanor Wicks" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Genetic Therapy | Cardiomyopathy, Hypertrophic | Cardiomyopathies | Basic Science", + "npi_num": "", + "hcp_pin_alias": "525394", + "session_name": "Genetic therapy to cure the heart: inherited cardiomyopathies,Novel therapies for hypertrophic cardiomyopathy: recent developments and future prospects,ESC William Harvey Lecture in Basic Science,Novel risk predictors in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525394", + "first_name": "Hugh", + "middle_name": "", + "last_name": "Watkins", + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic therapy to cure the heart: inherited cardiomyopathies", + "rest_events_session_count": 3, + "rest_events_session": "Novel therapies for hypertrophic cardiomyopathy: recent developments and future prospects,ESC William Harvey Lecture in Basic Science,Novel risk predictors in hypertrophic cardiomyopathy", + "events_topic": "Genetic Therapy | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathies | Basic Science", + "kol_name": "Hugh Watkins", + "kol_full_name": "Hugh Watkins" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RNA, Untranslated | Heart Failure | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "525389", + "session_name": "RNA-based diagnostic and therapeutic strategies for cardiovascular disease,Targeting non-coding RNAs in heart failure: the clinical perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525389", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Thum", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RNA-based diagnostic and therapeutic strategies for cardiovascular disease", + "rest_events_session_count": 1, + "rest_events_session": "Targeting non-coding RNAs in heart failure: the clinical perspective", + "events_topic": "RNA, Untranslated | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Thomas Thum", + "kol_full_name": "Thomas Thum" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "525376", + "session_name": "Discovery of a cryptic founder variant in MYBPC3 associated with hypertrophic cardiomyopathy by promoting the most frequent natural missplicing events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525376", + "first_name": "Maria", + "middle_name": "Gallego", + "last_name": "Delgado", + "org_name": "Salamanca University Hospital", + "Country": "Spain", + "Region": "Castilla y Leon", + "City": "Salamanca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discovery of a cryptic founder variant in MYBPC3 associated with hypertrophic cardiomyopathy by promoting the most frequent natural missplicing events", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Gallego Delgado", + "kol_full_name": "Maria Gallego Delgado" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Aortic Diseases", + "npi_num": "", + "hcp_pin_alias": "525370", + "session_name": "2024 ESC Guidelines for the Management of Peripheral Arterial and Aortic Diseases,Understanding pathophysiology to planning treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525370", + "first_name": "Jose", + "middle_name": "Rodríguez", + "last_name": "Palomares", + "org_name": "Vall D'Hebron University Hospital Research Institute Foundation", + "Country": "Spain", + "Region": "Cataluña", + "City": "Barcelona", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2024 ESC Guidelines for the Management of Peripheral Arterial and Aortic Diseases", + "rest_events_session_count": 1, + "rest_events_session": "Understanding pathophysiology to planning treatment", + "events_topic": "Cardiovascular Diseases | Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jose Rodríguez Palomares", + "kol_full_name": "Jose Rodríguez Palomares" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Colchicine", + "npi_num": "", + "hcp_pin_alias": "525362", + "session_name": "Randomized double-blind trial to study the benefit of Colchicine in Patients with Acutely Decompensated Heart Failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525362", + "first_name": "Domingo", + "middle_name": "Pascual", + "last_name": "Figal", + "org_name": "Virgen de la Arrixaca University Hospital", + "Country": "Spain", + "Region": "Murcia", + "City": "Murcia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Randomized double-blind trial to study the benefit of Colchicine in Patients with Acutely Decompensated Heart Failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Colchicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Domingo Pascual Figal", + "kol_full_name": "Domingo Pascual Figal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Angiography", + "npi_num": "", + "hcp_pin_alias": "525358", + "session_name": "Distal versus conventional transradial access for coronary angiography: a pooled analysis from the randomized RAPID trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525358", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Stiermaier", + "org_name": "University Hospital Schleswig-Holstein", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Lubeck", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Distal versus conventional transradial access for coronary angiography: a pooled analysis from the randomized RAPID trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Stiermaier", + "kol_full_name": "Thomas Stiermaier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Diabetes Mellitus | Prediabetic State | Heart Failure, Systolic | Atherosclerosis | Practice Guideline | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525339", + "session_name": "From guidelines to clinical practice: how far have we come?,Patient with diabetes, heart failure with reduced ejection fraction, and impaired kidney function: how to implement the guidelines and take-home messages,Pre-diabetes should not be included in cardiovascular risk assessment,Ask the expert: optimising therapeutic care of patients with heart failure,Identifying the severe ASCVD patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525339", + "first_name": "Nikolaus", + "middle_name": "", + "last_name": "Marx", + "org_name": "University Hospital Aachen, AöR", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Aachen", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From guidelines to clinical practice: how far have we come?", + "rest_events_session_count": 6, + "rest_events_session": "Patient with diabetes, heart failure with reduced ejection fraction, and impaired kidney function: how to implement the guidelines and take-home messages,Pre-diabetes should not be included in cardiovascular risk assessment,Ask the expert: optimising therapeutic care of patients with heart failure,Identifying the severe ASCVD patient", + "events_topic": "Heart Disease Risk Factors | Diabetes Mellitus ", + "rest_events_topic_count": 5, + "rest_events_topic": " Prediabetic State | Heart Failure, Systolic | Atherosclerosis | Practice Guideline | Heart Failure", + "kol_name": "Nikolaus Marx", + "kol_full_name": "Nikolaus Marx" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Angiography | Glycoproteins", + "npi_num": "", + "hcp_pin_alias": "525332", + "session_name": "Glycoprotein IIb/IIIa Inhibitors in patients with acute myocardial infarction and angiographic no-reflow: the randomized REVERSE-FLOW trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525332", + "first_name": "Ingo", + "middle_name": "", + "last_name": "Eitel", + "org_name": "University Medical Center Schleswig-Holstein", + "Country": "Germany", + "Region": "Schleswig-Holstein", + "City": "Kiel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Glycoprotein IIb/IIIa Inhibitors in patients with acute myocardial infarction and angiographic no-reflow: the randomized REVERSE-FLOW trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Angiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glycoproteins", + "kol_name": "Ingo Eitel", + "kol_full_name": "Ingo Eitel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Ablation Techniques | Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "525316", + "session_name": "Right heart failure and tricuspid regurgitation in heart failure: more common than you imagine?,Atrial fibrillation ablation should be more widely used in heart failure,Heart failure,What should optimal heart failure therapy look like?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525316", + "first_name": "Johann", + "middle_name": "", + "last_name": "Bauersachs", + "org_name": "Hannover Medical School", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Hannover", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right heart failure and tricuspid regurgitation in heart failure: more common than you imagine?", + "rest_events_session_count": 3, + "rest_events_session": "Atrial fibrillation ablation should be more widely used in heart failure,Heart failure,What should optimal heart failure therapy look like?", + "events_topic": "Tricuspid Valve Insufficiency | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Atrial Fibrillation", + "kol_name": "Johann Bauersachs", + "kol_full_name": "Johann Bauersachs" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography", + "npi_num": "", + "hcp_pin_alias": "525314", + "session_name": "Top ten pitfalls in echocardiography,A good echo is the foundation for adequate therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525314", + "first_name": "Fabian", + "middle_name": "", + "last_name": "Knebel", + "org_name": "Sana Klinikum Lichtenberg", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Top ten pitfalls in echocardiography", + "rest_events_session_count": 1, + "rest_events_session": "A good echo is the foundation for adequate therapy", + "events_topic": "Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fabian Knebel", + "kol_full_name": "Fabian Knebel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lymphoma, B-Cell", + "npi_num": "", + "hcp_pin_alias": "525290", + "session_name": "Primary cardiac undifferentiated B-cell lymphoma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525290", + "first_name": "Federico", + "middle_name": "", + "last_name": "Guerra", + "org_name": "Rectorate of the Marche Polytechnic University", + "Country": "Italy", + "Region": "Marche", + "City": "Ancona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Primary cardiac undifferentiated B-cell lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Federico Guerra", + "kol_full_name": "Federico Guerra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Non-ST Elevated Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "525285", + "session_name": "Non-ST-Elevation Myocardial Infarction (NSTEMI): vision from Italy - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525285", + "first_name": "Savina", + "middle_name": "", + "last_name": "Nodari", + "org_name": "University of Brescia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Brescia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-ST-Elevation Myocardial Infarction (NSTEMI): vision from Italy - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non-ST Elevated Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Savina Nodari", + "kol_full_name": "Savina Nodari" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Personalised Therapy | Anti-Inflammatory Agents | Pericardial Disease | Pericarditis", + "npi_num": "", + "hcp_pin_alias": "525279", + "session_name": "Multi-year recurrent pericarditis disease duration in Italian patients: clinical outcomes after cessation of long-term IL-1 pathway inhibition provide insights for chronic management,Anti-inflammatory treatment for recurrent pericarditis,Personalised therapy for pericardial disease: the right treatment for the right patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525279", + "first_name": "Massimo", + "middle_name": "", + "last_name": "Imazio", + "org_name": "Hospital Santa Maria Della Misericordia", + "Country": "Italy", + "Region": "Friuli-Venezia Giulia", + "City": "Udine", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multi-year recurrent pericarditis disease duration in Italian patients: clinical outcomes after cessation of long-term IL-1 pathway inhibition provide insights for chronic management", + "rest_events_session_count": 2, + "rest_events_session": "Anti-inflammatory treatment for recurrent pericarditis,Personalised therapy for pericardial disease: the right treatment for the right patient", + "events_topic": "Personalised Therapy | Anti-Inflammatory Agents ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pericardial Disease | Pericarditis", + "kol_name": "Massimo Imazio", + "kol_full_name": "Massimo Imazio" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "", + "hcp_pin_alias": "525259", + "session_name": "Rationale and study design of the international randomized control trial MYocarditis THerapy with Steroids: the MYTHS trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525259", + "first_name": "Enrico", + "middle_name": "", + "last_name": "Ammirati", + "org_name": "ASST Great Metropolitan Niguarda", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rationale and study design of the international randomized control trial MYocarditis THerapy with Steroids: the MYTHS trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Enrico Ammirati", + "kol_full_name": "Enrico Ammirati" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "525254", + "session_name": "Infection management in the extravascular implantable cardioverter defibrillator: experience from the EV ICD Pivotal study,Who benefits from extravascular ICD therapy - real world experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525254", + "first_name": "Nicolas", + "middle_name": "", + "last_name": "Clementy", + "org_name": "Trousseau Hospital - Tours University Hospital", + "Country": "France", + "Region": "Centre", + "City": "Saint Cyr Sur Loire", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Infection management in the extravascular implantable cardioverter defibrillator: experience from the EV ICD Pivotal study", + "rest_events_session_count": 1, + "rest_events_session": "Who benefits from extravascular ICD therapy - real world experience", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nicolas Clementy", + "kol_full_name": "Nicolas Clementy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Septal Defects, Atrial", + "npi_num": "", + "hcp_pin_alias": "525239", + "session_name": "New devices and technology for atrial septal defect closure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525239", + "first_name": "Sebastien", + "middle_name": "", + "last_name": "Hascoet", + "org_name": "Hospital Marie Lannelongue", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New devices and technology for atrial septal defect closure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sebastien Hascoet", + "kol_full_name": "Sebastien Hascoet" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Transthyretin Amyloid Cardiomyopathy | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "", + "hcp_pin_alias": "525230", + "session_name": "Unveiling the latest insights: clinical and real-world data in ATTR cardiomyopathy management,The patient journey from suspicion of cardiac amyloidosis to confirmed diagnosis of ATTR cardiomyopathy,What is the role of TTR in transthyretin amyloid cardiomyopathy?,The role of TTR in ATTR-CM disease and treatment,Pathophysiology of TTR amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525230", + "first_name": "Thibaud", + "middle_name": "", + "last_name": "Damy", + "org_name": "Henri-Mondor University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveiling the latest insights: clinical and real-world data in ATTR cardiomyopathy management", + "rest_events_session_count": 4, + "rest_events_session": "The patient journey from suspicion of cardiac amyloidosis to confirmed diagnosis of ATTR cardiomyopathy,What is the role of TTR in transthyretin amyloid cardiomyopathy?,The role of TTR in ATTR-CM disease and treatment,Pathophysiology of TTR amyloidosis", + "events_topic": "Cardiomyopathies | Transthyretin Amyloid Cardiomyopathy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amyloidosis, Hereditary, Transthyretin-Related", + "kol_name": "Thibaud Damy", + "kol_full_name": "Thibaud Damy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Laminopathy | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "525213", + "session_name": "Increased cancer incidence in patients with pre-existing heart failure: results from a French Nationwide Cohort study,The H222P-Lamin mutation induces heart failure via impaired mitochondrial calcium uptake in human cardiac laminopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525213", + "first_name": "Jean-Sebastien", + "middle_name": "", + "last_name": "Hulot", + "org_name": "European Hospital Georges Pompidou", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased cancer incidence in patients with pre-existing heart failure: results from a French Nationwide Cohort study", + "rest_events_session_count": 1, + "rest_events_session": "The H222P-Lamin mutation induces heart failure via impaired mitochondrial calcium uptake in human cardiac laminopathy", + "events_topic": "Cardiac Laminopathy | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jean-Sebastien Hulot", + "kol_full_name": "Jean-Sebastien Hulot" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Aneurysm", + "npi_num": "", + "hcp_pin_alias": "525182", + "session_name": "Left ventricular apical aneurysms and outcomes in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525182", + "first_name": "James", + "middle_name": "W", + "last_name": "Malcolmson", + "org_name": "Barts Health NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular apical aneurysms and outcomes in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James W Malcolmson", + "kol_full_name": "James W Malcolmson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Aortic Valve Stenosis | Machine Learning | Obesity, Morbid", + "npi_num": "", + "hcp_pin_alias": "525159", + "session_name": "Clinical Case Management: aortic stenosis and morbid obesity,Phenotyping valvular heart disease: what we learn from machine learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525159", + "first_name": "Javier", + "middle_name": "Bermejo", + "last_name": "Thomas", + "org_name": "General University Hospital Gregorio Marañón", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: aortic stenosis and morbid obesity", + "rest_events_session_count": 1, + "rest_events_session": "Phenotyping valvular heart disease: what we learn from machine learning", + "events_topic": "Heart Valve Diseases | Aortic Valve Stenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Machine Learning | Obesity, Morbid", + "kol_name": "Javier Bermejo Thomas", + "kol_full_name": "Javier Bermejo Thomas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Endocarditis | Prosthetic Heart Valves | Heart Defects, Congenital | Fever", + "npi_num": "", + "hcp_pin_alias": "525156", + "session_name": "Endocarditis in a patient with congenital heart disease: how to implement the guidelines and take-home messages,A patient with a prosthetic valve and fever: how to implement the guidelines and take-home messages", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525156", + "first_name": "Gilbert", + "middle_name": "", + "last_name": "Habib", + "org_name": "La Timone Hospital", + "Country": "France", + "Region": "Provence-Alpes-Cote d'Azur", + "City": "Marseille", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endocarditis in a patient with congenital heart disease: how to implement the guidelines and take-home messages", + "rest_events_session_count": 1, + "rest_events_session": "A patient with a prosthetic valve and fever: how to implement the guidelines and take-home messages", + "events_topic": "Endocarditis | Prosthetic Heart Valves ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Defects, Congenital | Fever", + "kol_name": "Gilbert Habib", + "kol_full_name": "Gilbert Habib" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Echocardiography | Aortic Valve Stenosis | Heart Valve Diseases | Transcatheter Edge-to-Edge Repair | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "525154", + "session_name": "Procedural hands-on - all you need to know to treat tricuspid regurgitation with transcatheter edge-to-edge repair,Tri.fr trial - Multicentric randomised evaluation of the transcatheter edge-to-edge repair in the treatment of severe isolated secondary tricuspid regurgitation,Live echocardiography - monitor and follow up your patients post tricuspid transcatheter edge-to-edge repair procedure,Case 1: concomitant aortic regurgitation and aortic stenosis,Valvular heart disease: from risk stratification to intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525154", + "first_name": "Erwan", + "middle_name": "", + "last_name": "Donal", + "org_name": "Rennes University Hospital Center", + "Country": "France", + "Region": "Bretagne", + "City": "Rennes", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Procedural hands-on - all you need to know to treat tricuspid regurgitation with transcatheter edge-to-edge repair", + "rest_events_session_count": 4, + "rest_events_session": "Tri.fr trial - Multicentric randomised evaluation of the transcatheter edge-to-edge repair in the treatment of severe isolated secondary tricuspid regurgitation,Live echocardiography - monitor and follow up your patients post tricuspid transcatheter edge-to-edge repair procedure,Case 1: concomitant aortic regurgitation and aortic stenosis,Valvular heart disease: from risk stratification to intervention", + "events_topic": "Tricuspid Valve Insufficiency | Echocardiography ", + "rest_events_topic_count": 4, + "rest_events_topic": " Aortic Valve Stenosis | Heart Valve Diseases | Transcatheter Edge-to-Edge Repair | Aortic Valve Insufficiency", + "kol_name": "Erwan Donal", + "kol_full_name": "Erwan Donal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mutation | Channelopathies | Long QT Syndrome | Brugada Syndrome | Defibrillators, Implantable", + "npi_num": "", + "hcp_pin_alias": "525142", + "session_name": "Prevalence and characteristics of the catecholamine induced QT prolongation syndrome,Phenotype heterogeneity of SCN5A mutations in Brugada syndrome,Comparison of ICD implantation approach in children. The IChilDren study.,Risk stratification and advanced therapies in channelopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525142", + "first_name": "Vincent", + "middle_name": "", + "last_name": "Probst", + "org_name": "Nantes University Hospital", + "Country": "France", + "Region": "Pays de la Loire", + "City": "Nantes", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and characteristics of the catecholamine induced QT prolongation syndrome", + "rest_events_session_count": 3, + "rest_events_session": "Phenotype heterogeneity of SCN5A mutations in Brugada syndrome,Comparison of ICD implantation approach in children. The IChilDren study.,Risk stratification and advanced therapies in channelopathies", + "events_topic": "Mutation | Channelopathies ", + "rest_events_topic_count": 3, + "rest_events_topic": " Long QT Syndrome | Brugada Syndrome | Defibrillators, Implantable", + "kol_name": "Vincent Probst", + "kol_full_name": "Vincent Probst" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "525141", + "session_name": "Cardiovascular disease in special populations: paediatric cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525141", + "first_name": "Sabine", + "middle_name": "", + "last_name": "Klaassen", + "org_name": "Charite University Hospital, Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease in special populations: paediatric cardiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sabine Klaassen", + "kol_full_name": "Sabine Klaassen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sensitivity And Specificity | Troponin | Clinical Trial", + "npi_num": "", + "hcp_pin_alias": "525126", + "session_name": "High-sensitivity cardiac troponin assays: integrating evidence from clinical trials and implementation studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525126", + "first_name": "Hugo", + "middle_name": "Albert", + "last_name": "Katus", + "org_name": "University Hospital Heidelberg (Universitätsklinikum Heidelberg)", + "Country": "Germany", + "Region": "Baden-Wurttemberg", + "City": "Heidelberg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High-sensitivity cardiac troponin assays: integrating evidence from clinical trials and implementation studies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sensitivity And Specificity | Troponin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Clinical Trial", + "kol_name": "Hugo Albert Katus", + "kol_full_name": "Hugo Albert Katus" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "525112", + "session_name": "Transforming obstructive hypertrophic cardiomyopathy services, lessons from the United Kingdom", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525112", + "first_name": "Robert", + "middle_name": "", + "last_name": "Cooper", + "org_name": "Liverpool Heart and Chest Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Liverpool", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transforming obstructive hypertrophic cardiomyopathy services", + "rest_events_session_count": 1, + "rest_events_session": " lessons from the United Kingdom", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robert Cooper", + "kol_full_name": "Robert Cooper" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Sequoia | Implementation Science | Biomarkers", + "npi_num": "", + "hcp_pin_alias": "525101", + "session_name": "From evidence to implementation,Clinical application of biomarkers in obstructive hypertrophic cardiomyopathy: insights from SEQUOIA-HCM", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "525101", + "first_name": "Caroline", + "middle_name": "J", + "last_name": "Coats", + "org_name": "University of Glasgow Institute of Cardiovascular & Medical Sciences", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From evidence to implementation", + "rest_events_session_count": 1, + "rest_events_session": "Clinical application of biomarkers in obstructive hypertrophic cardiomyopathy: insights from SEQUOIA-HCM", + "events_topic": "Cardiomyopathy, Hypertrophic | Sequoia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Implementation Science | Biomarkers", + "kol_name": "Caroline J Coats", + "kol_full_name": "Caroline J Coats" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "524584", + "session_name": "Con - transcatheter tricuspid valve therapies are NOT hot and will remain only a niche,Clinical evaluation and optimal medical management of tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "524584", + "first_name": "Marianna", + "middle_name": "", + "last_name": "Adamo", + "org_name": "Università Degli Studi Di Brescia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Brescia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Con - transcatheter tricuspid valve therapies are NOT hot and will remain only a niche", + "rest_events_session_count": 1, + "rest_events_session": "Clinical evaluation and optimal medical management of tricuspid regurgitation", + "events_topic": "Transcatheter Aortic Valve Replacement | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marianna Adamo", + "kol_full_name": "Marianna Adamo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Surgical Mitral Valve Repair | Transcatheter Mitral Valve Repair | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "524582", + "session_name": "MATTERHORN - Transcatheter versus surgical mitral valve repair in patients with heart failure and secondary mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "524582", + "first_name": "Volker", + "middle_name": "", + "last_name": "Rudolph", + "org_name": "Herz- und Diabeteszentrum Nordrhein-Westfalen", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bielefeld", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "MATTERHORN - Transcatheter versus surgical mitral valve repair in patients with heart failure and secondary mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Surgical Mitral Valve Repair ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Mitral Valve Repair | Heart Failure", + "kol_name": "Volker Rudolph", + "kol_full_name": "Volker Rudolph" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Heart Failure | Renal Insufficiency, Chronic", + "npi_num": "", + "hcp_pin_alias": "524287", + "session_name": "Foundational pillars of guideline-directed medical therapy (GDMT) across international guidelines in CKD and type 2 diabetes,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "524287", + "first_name": "Faiez", + "middle_name": "", + "last_name": "Zannad", + "org_name": "Nancy University Hospital", + "Country": "France", + "Region": "Lorraine", + "City": "Nancy", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Foundational pillars of guideline-directed medical therapy (GDMT) across international guidelines in CKD and type 2 diabetes", + "rest_events_session_count": 1, + "rest_events_session": "The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel", + "events_topic": "Diabetes Mellitus, Type 2 | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Renal Insufficiency, Chronic", + "kol_name": "Faiez Zannad", + "kol_full_name": "Faiez Zannad" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Insufficiency | Rheumatic Heart Disease", + "npi_num": "", + "hcp_pin_alias": "522847", + "session_name": "Active surveillance for rheumatic heart disease: challenges and risks,When to treat asymptomatic severe aortic regurgitation: too early, too late, and everything in between", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "522847", + "first_name": "Thomas", + "middle_name": "Michael", + "last_name": "Pilgrim", + "org_name": "Inselspital, Universitätsspital Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Active surveillance for rheumatic heart disease: challenges and risks", + "rest_events_session_count": 3, + "rest_events_session": "When to treat asymptomatic severe aortic regurgitation: too early, too late, and everything in between", + "events_topic": "Aortic Valve Insufficiency | Rheumatic Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Michael Pilgrim", + "kol_full_name": "Thomas Michael Pilgrim" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Imaging Techniques | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "522844", + "session_name": "Cardiac imaging in aortic stenosis: predicting outcomes and guiding treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "522844", + "first_name": "Michael", + "middle_name": "J.", + "last_name": "Mullen", + "org_name": "Barts Heart Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac imaging in aortic stenosis: predicting outcomes and guiding treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael J. Mullen", + "kol_full_name": "Michael J. Mullen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Cancer Surgery | ST Elevation Myocardial Infarction | Non-ST-Elevation Myocardial Infarction", + "npi_num": "", + "hcp_pin_alias": "522843", + "session_name": "STEMI: state of the art,Guidelines in Practice: a patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "522843", + "first_name": "Emanuele", + "middle_name": "", + "last_name": "Barbato", + "org_name": "University of Naples Federico II", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "STEMI: state of the art", + "rest_events_session_count": 1, + "rest_events_session": "Guidelines in Practice: a patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery", + "events_topic": "Percutaneous Coronary Intervention | Cancer Surgery ", + "rest_events_topic_count": 2, + "rest_events_topic": " ST Elevation Myocardial Infarction | Non-ST-Elevation Myocardial Infarction", + "kol_name": "Emanuele Barbato", + "kol_full_name": "Emanuele Barbato" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sarcoidosis | Immunosuppressants", + "npi_num": "1457904898", + "hcp_pin_alias": "519230", + "session_name": "Characteristics and outcomes of patients with cardiac sarcoidosis receiving combination immunosuppressants: a single-center retrospective study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "519230", + "first_name": "James", + "middle_name": "", + "last_name": "Choi", + "org_name": "Mount Sinai Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characteristics and outcomes of patients with cardiac sarcoidosis receiving combination immunosuppressants: a single-center retrospective study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoidosis | Immunosuppressants", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James Choi", + "kol_full_name": "James Choi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Loop Recorder Implantation | Electrocardiography", + "npi_num": "1578652046", + "hcp_pin_alias": "491609", + "session_name": "Implantable loop recorders and body surface electrocardiography: diagnostic and therapeutic implications,Validation and clinical use of implantable loop recorders", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "491609", + "first_name": "Richard", + "middle_name": "", + "last_name": "Sutton", + "org_name": "Imperial College London Faculty of Medicine", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implantable loop recorders and body surface electrocardiography: diagnostic and therapeutic implications", + "rest_events_session_count": 1, + "rest_events_session": "Validation and clinical use of implantable loop recorders", + "events_topic": "Defibrillators, Implantable | Loop Recorder Implantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electrocardiography", + "kol_name": "Richard Sutton", + "kol_full_name": "Richard Sutton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "436253", + "session_name": "Transcatheter or surgical treatment of aortic valve stenosis in patients with chronic kidney disease: an analysis from the randomized DEDICATE-DZHK 6 trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "436253", + "first_name": "Mohamed", + "middle_name": "", + "last_name": "Abdel-Wahab", + "org_name": "Herzzentrum Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter or surgical treatment of aortic valve stenosis in patients with chronic kidney disease: an analysis from the randomized DEDICATE-DZHK 6 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mohamed Abdel-Wahab", + "kol_full_name": "Mohamed Abdel-Wahab" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Brain Diseases | Sex Characteristics | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "436251", + "session_name": "Sex differences in heart-brain interactions: a neurology perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "436251", + "first_name": "Matthias", + "middle_name": "", + "last_name": "Endres", + "org_name": "Charité – Universitätsmedizin Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in heart-brain interactions: a neurology perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Diseases | Sex Characteristics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "Matthias Endres", + "kol_full_name": "Matthias Endres" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Systolic", + "npi_num": "", + "hcp_pin_alias": "436250", + "session_name": "Treatment of HFrEF beyond the fantastic four: the German perspective - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "436250", + "first_name": "Rolf", + "middle_name": "", + "last_name": "Wachter", + "org_name": "University Of Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of HFrEF beyond the fantastic four: the German perspective - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rolf Wachter", + "kol_full_name": "Rolf Wachter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Embolic Stroke", + "npi_num": "", + "hcp_pin_alias": "436249", + "session_name": "The best workup for embolic stroke of undetermined source", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "436249", + "first_name": "George", + "middle_name": "C.", + "last_name": "Ntaios", + "org_name": "University of Thessaly Faculty of Medicine School of Health Sciences", + "Country": "Greece", + "Region": "Larisa", + "City": "Larisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The best workup for embolic stroke of undetermined source", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Embolic Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "George C. Ntaios", + "kol_full_name": "George C. Ntaios" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Machine Learning | Echocardiography | Atrial Fibrillation", + "npi_num": "1760786818", + "hcp_pin_alias": "435614", + "session_name": "Machine learning to personalise care in atrial fibrillation,New insights from the ECG: screening and prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "435614", + "first_name": "Tina", + "middle_name": "", + "last_name": "Baykaner", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning to personalise care in atrial fibrillation", + "rest_events_session_count": 1, + "rest_events_session": "New insights from the ECG: screening and prediction", + "events_topic": "Machine Learning | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Tina Baykaner", + "kol_full_name": "Tina Baykaner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "1730527227", + "hcp_pin_alias": "435566", + "session_name": "Pericardial disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "435566", + "first_name": "Brittany", + "middle_name": "Nicole", + "last_name": "Weber", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pericardial disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Brittany Nicole Weber", + "kol_full_name": "Brittany Nicole Weber" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Heart Septal Defects, Atrial | Hypertension | Adult Congenital Heart Disease", + "npi_num": "1518274117", + "hcp_pin_alias": "435156", + "session_name": "Atrial septal defect with pulmonary hypertension: to close or not to close?,Adult congenital heart disease cases,Arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "435156", + "first_name": "Ada", + "middle_name": "", + "last_name": "Stefanescu", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial septal defect with pulmonary hypertension: to close or not to close?", + "rest_events_session_count": 2, + "rest_events_session": "Adult congenital heart disease cases,Arterial hypertension", + "events_topic": "Hypertension, Pulmonary | Heart Septal Defects, Atrial ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hypertension | Adult Congenital Heart Disease", + "kol_name": "Ada Stefanescu", + "kol_full_name": "Ada Stefanescu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Menopause | Heart Failure, Systolic", + "npi_num": "1417310574", + "hcp_pin_alias": "434974", + "session_name": "Menopausal status and clinical outcomes in women with heart failure with reduced ejection fraction: the GALACTIC-HF trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "434974", + "first_name": "Maria", + "middle_name": "Angelica", + "last_name": "Pabon", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Menopausal status and clinical outcomes in women with heart failure with reduced ejection fraction: the GALACTIC-HF trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Menopause | Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Angelica Pabon", + "kol_full_name": "Maria Angelica Pabon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Limb-Threatening Ischemia | Endovascular Procedures", + "npi_num": "1164459020", + "hcp_pin_alias": "434480", + "session_name": "Patient and procedural characteristics of successful endovascular procedures in the BEST-CLI Trial and their relationship to major adverse limb events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "434480", + "first_name": "Scott", + "middle_name": "", + "last_name": "Kinlay", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "West Roxbury", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient and procedural characteristics of successful endovascular procedures in the BEST-CLI Trial and their relationship to major adverse limb events", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Limb-Threatening Ischemia | Endovascular Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Scott Kinlay", + "kol_full_name": "Scott Kinlay" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "1144773136", + "hcp_pin_alias": "434453", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "434453", + "first_name": "Sarah", + "middle_name": "", + "last_name": "Cuddy", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sarah Cuddy", + "kol_full_name": "Sarah Cuddy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Trial | Heart Failure | Dapagliflozin | Body Composition", + "npi_num": "1114555877", + "hcp_pin_alias": "434388", + "session_name": "Effects of dapagliflozin on body composition and its relation to hemodynamics in heart failure with preserved ejection fraction: the CAMEO-DAPA randomized clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "434388", + "first_name": "Jwan", + "middle_name": "Atallah Frieh", + "last_name": "Naser", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of dapagliflozin on body composition and its relation to hemodynamics in heart failure with preserved ejection fraction: the CAMEO-DAPA randomized clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Dapagliflozin | Body Composition", + "kol_name": "Jwan Atallah Frieh Naser", + "kol_full_name": "Jwan Atallah Frieh Naser" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Risk Assessment | Obesity | Heart Diseases", + "npi_num": "1912130899", + "hcp_pin_alias": "425738", + "session_name": "Fixing the obesity crisis,American scores: Framingham, PCE, and PREVENT risk calculators", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "425738", + "first_name": "Sadiya", + "middle_name": "S", + "last_name": "Khan", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fixing the obesity crisis", + "rest_events_session_count": 3, + "rest_events_session": "American scores: Framingham, PCE, and PREVENT risk calculators", + "events_topic": "Risk Assessment | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "Sadiya S Khan", + "kol_full_name": "Sadiya S Khan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Echocardiography | Artificial Intelligence", + "npi_num": "1891084729", + "hcp_pin_alias": "424724", + "session_name": "Performance of an automated echocardiographic artificial intelligence model. to detect subclinical heart failure with preserved ejection fraction (HFpEF) in community-dwelling older adults", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "424724", + "first_name": "Ambarish", + "middle_name": "", + "last_name": "Pandey", + "org_name": "UT Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Performance of an automated echocardiographic artificial intelligence model. to detect subclinical heart failure with preserved ejection fraction (HFpEF) in community-dwelling older adults", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Ambarish Pandey", + "kol_full_name": "Ambarish Pandey" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Deep Learning | Cardiovascular Diseases | Cardiovascular Screening | Electrocardiography | Artificial Intelligence", + "npi_num": "1669891990", + "hcp_pin_alias": "413945", + "session_name": "Artificial intelligence enabled obstetric cardiovascular screening: secondary endpoint results from the SPEC-AI Nigeria randomized clinical trial,Does artificial intelligence increase the socioeconomic gap?,Enabling disease diagnosis at scale: deploying novel artificial intelligence in consumer devices for community cardiovascular screening,Revolutionising cardiac diagnosis: exploring deep learning in electrocardiography and beyond", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "413945", + "first_name": "Demilade", + "middle_name": "", + "last_name": "Adedinsewo", + "org_name": "Mayo Clinic, Jacksonville", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence enabled obstetric cardiovascular screening: secondary endpoint results from the SPEC-AI Nigeria randomized clinical trial", + "rest_events_session_count": 3, + "rest_events_session": "Does artificial intelligence increase the socioeconomic gap?,Enabling disease diagnosis at scale: deploying novel artificial intelligence in consumer devices for community cardiovascular screening,Revolutionising cardiac diagnosis: exploring deep learning in electrocardiography and beyond", + "events_topic": "Deep Learning | Cardiovascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiovascular Screening | Electrocardiography | Artificial Intelligence", + "kol_name": "Demilade Adedinsewo", + "kol_full_name": "Demilade Adedinsewo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging", + "npi_num": "1073855680", + "hcp_pin_alias": "387062", + "session_name": "Cutting-edge advancements in cardiac magnetic resonance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "387062", + "first_name": "Maan", + "middle_name": "", + "last_name": "Malahfji", + "org_name": "TMH Physician Associates PLLC", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cutting-edge advancements in cardiac magnetic resonance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maan Malahfji", + "kol_full_name": "Maan Malahfji" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cholangiopancreatography, Endoscopic Retrograde | Chronic Total Occlusion", + "npi_num": "1669780201", + "hcp_pin_alias": "370318", + "session_name": "Chronic total occlusions unveiled: when antegrade? when retrograde?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "370318", + "first_name": "Margaret", + "middle_name": "Bridget", + "last_name": "Mcentegart", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic total occlusions unveiled: when antegrade? when retrograde?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholangiopancreatography, Endoscopic Retrograde | Chronic Total Occlusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Margaret Bridget Mcentegart", + "kol_full_name": "Margaret Bridget Mcentegart" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Frailty | Cardiovascular Diseases | Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis", + "npi_num": "1649217696", + "hcp_pin_alias": "370307", + "session_name": "Durability in TAVI valves: data, predictors, and real-world insights,The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel,Digital tools to inform decisions in aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "370307", + "first_name": "Joanna", + "middle_name": "J", + "last_name": "Wykrzykowska", + "org_name": null, + "Country": "United States", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Durability in TAVI valves: data", + "rest_events_session_count": 4, + "rest_events_session": " predictors, and real-world insights,The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel,Digital tools to inform decisions in aortic stenosis", + "events_topic": "Frailty | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joanna J Wykrzykowska", + "kol_full_name": "Joanna J Wykrzykowska" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Obesity", + "npi_num": "1134410566", + "hcp_pin_alias": "370154", + "session_name": "Delivering optimal care for patients with obesity during cardiac procedures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "370154", + "first_name": "Jennifer", + "middle_name": "Anne", + "last_name": "Rymer", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Delivering optimal care for patients with obesity during cardiac procedures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jennifer Anne Rymer", + "kol_full_name": "Jennifer Anne Rymer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Post Hoc Analysis | Statin Intolerance", + "npi_num": "1356443675", + "hcp_pin_alias": "364749", + "session_name": "Red cell distribution width as a predictor of cardiovascular events in high-risk patients with statin intolerance: post-hoc analysis of the CLEAR Outcomes trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364749", + "first_name": "Patrick", + "middle_name": "M", + "last_name": "Moriarty", + "org_name": "University of Kansas Medical Center", + "Country": "United States", + "Region": "Kansas", + "City": "Kansas City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Red cell distribution width as a predictor of cardiovascular events in high-risk patients with statin intolerance: post-hoc analysis of the CLEAR Outcomes trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Post Hoc Analysis | Statin Intolerance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patrick M Moriarty", + "kol_full_name": "Patrick M Moriarty" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Biventricular Pacing", + "npi_num": "", + "hcp_pin_alias": "364223", + "session_name": "Impact of left ventricular lead position on echocardiographic response after upgrading from right to biventricular pacing - Insights from the BUDAPEST CRT Upgrade Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364223", + "first_name": "Bela", + "middle_name": "", + "last_name": "Merkely", + "org_name": "Semmelweis Egyetem", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of left ventricular lead position on echocardiographic response after upgrading from right to biventricular pacing - Insights from the BUDAPEST CRT Upgrade Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Biventricular Pacing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bela Merkely", + "kol_full_name": "Bela Merkely" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Cardiovascular Diseases", + "npi_num": "", + "hcp_pin_alias": "364219", + "session_name": "The Latvian perspective in management of complex cardiovascular disease in cancer patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364219", + "first_name": "Andrejs", + "middle_name": "", + "last_name": "Erglis", + "org_name": "Latvijas Universitāte", + "Country": "Latvia", + "Region": "Riga", + "City": "RIGA", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Latvian perspective in management of complex cardiovascular disease in cancer patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrejs Erglis", + "kol_full_name": "Andrejs Erglis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "364216", + "session_name": "Therapy planning for redo-TAVI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364216", + "first_name": "Ole", + "middle_name": "", + "last_name": "De Backer", + "org_name": "Københavns Universitet", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Therapy planning for redo-TAVI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ole De Backer", + "kol_full_name": "Ole De Backer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Cardiac Surgical Procedures | Aortic Diseases | Surgical Procedures, Operative", + "npi_num": "", + "hcp_pin_alias": "364214", + "session_name": "Alternative access, harvesting, and special equipment in surgical patients with obesity,Surgery or re-intervention: tips and tricks,From evolution to disruption: it is all about understanding the natural course of aortic disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364214", + "first_name": "Gry", + "middle_name": "", + "last_name": "Dahle", + "org_name": "Rikshospitalet", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Alternative access", + "rest_events_session_count": 4, + "rest_events_session": " harvesting, and special equipment in surgical patients with obesity,Surgery or re-intervention: tips and tricks,From evolution to disruption: it is all about understanding the natural course of aortic disease", + "events_topic": "Obesity | Cardiac Surgical Procedures ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Diseases | Surgical Procedures, Operative", + "kol_name": "Gry Dahle", + "kol_full_name": "Gry Dahle" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "364210", + "session_name": "Interventions for arrhythmia through the heart failure lens", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364210", + "first_name": "John", + "middle_name": "George Franklin", + "last_name": "Cleland", + "org_name": "University of Glasgow School of Health & Wellbeing", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interventions for arrhythmia through the heart failure lens", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John George Franklin Cleland", + "kol_full_name": "John George Franklin Cleland" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Hypertension | Tachycardia, Ventricular | Ablation Techniques | Burns", + "npi_num": "", + "hcp_pin_alias": "364205", + "session_name": "Ablation of ventricular tachycardias in heart failure: is there enough evidence?,Heart failure and hypertension management today and tomorrow,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved'", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364205", + "first_name": "Frank", + "middle_name": "", + "last_name": "Ruschitzka", + "org_name": "Universitätsspital Zürich", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ablation of ventricular tachycardias in heart failure: is there enough evidence?", + "rest_events_session_count": 2, + "rest_events_session": "Heart failure and hypertension management today and tomorrow,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved'", + "events_topic": "Heart Failure | Hypertension ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tachycardia, Ventricular | Ablation Techniques | Burns", + "kol_name": "Frank Ruschitzka", + "kol_full_name": "Frank Ruschitzka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair", + "npi_num": "", + "hcp_pin_alias": "364202", + "session_name": "Transcatheter edge-to-edge repair (TEER) is failing in the mitral: re-intervention or surgical rescue", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364202", + "first_name": "Ran", + "middle_name": "", + "last_name": "Kornowski", + "org_name": "Rabin Medical Center", + "Country": "Israel", + "Region": "HaMerkaz (Central)", + "City": "Petah Tiqva", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter edge-to-edge repair (TEER) is failing in the mitral: re-intervention or surgical rescue", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ran Kornowski", + "kol_full_name": "Ran Kornowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "364200", + "session_name": "Digital tools to inform decisions in aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364200", + "first_name": "Andreas", + "middle_name": "", + "last_name": "Baumbach", + "org_name": "Queen Mary University of London Barts & The London School of Medicine & Dentistry", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digital tools to inform decisions in aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andreas Baumbach", + "kol_full_name": "Andreas Baumbach" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Ventricular Function, Right | Tricuspid Valve Insufficiency | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "364197", + "session_name": "Imaging to assess right ventricular function in tricuspid regurgitation,Case 2: my patient has symptomatic multivalvular heart disease,What’s new in imaging of valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364197", + "first_name": "Alison", + "middle_name": "Mary", + "last_name": "Duncan", + "org_name": "Guy'S And St Thomas' Nhs Foundation Trust, Royal Brompton Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging to assess right ventricular function in tricuspid regurgitation", + "rest_events_session_count": 2, + "rest_events_session": "Case 2: my patient has symptomatic multivalvular heart disease,What’s new in imaging of valvular heart disease", + "events_topic": "Heart Valve Diseases | Ventricular Function, Right ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tricuspid Valve Insufficiency | Diagnostic Imaging", + "kol_name": "Alison Mary Duncan", + "kol_full_name": "Alison Mary Duncan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "364195", + "session_name": "State-of-the-art lecture on tricuspid regurgitation and intervention: what are the limits?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364195", + "first_name": "Fabien", + "middle_name": "", + "last_name": "Praz", + "org_name": "Inselspital, Universitätsspital Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on tricuspid regurgitation and intervention: what are the limits?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Fabien Praz", + "kol_full_name": "Fabien Praz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Disease | Tricuspid Valve Therapy | Tricuspid Valve Insufficiency | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "364191", + "session_name": "TAVI in patients with a small aortic annulus,Revolutionising tricuspid valve therapies: from forgotten to the forefront,Transcatheter aortic valve implantation in non-surgical centres: con,Aortic stenosis in females: the impact of the RHEIA trial on our clinical practice,Hot or not debate - transcatheter tricuspid interventions now and tomorrow", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364191", + "first_name": "Stephan", + "middle_name": "", + "last_name": "Windecker", + "org_name": "Inselspital, Universitätsspital Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "5", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI in patients with a small aortic annulus", + "rest_events_session_count": 4, + "rest_events_session": "Revolutionising tricuspid valve therapies: from forgotten to the forefront,Transcatheter aortic valve implantation in non-surgical centres: con,Aortic stenosis in females: the impact of the RHEIA trial on our clinical practice,Hot or not debate - transcatheter tricuspid interventions now and tomorrow", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Disease ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tricuspid Valve Therapy | Tricuspid Valve Insufficiency | Aortic Valve Stenosis", + "kol_name": "Stephan Windecker", + "kol_full_name": "Stephan Windecker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "364187", + "session_name": "The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364187", + "first_name": "Paulus", + "middle_name": "F.", + "last_name": "Kirchhof", + "org_name": "Universitätsklinikum Hamburg-Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paulus F. Kirchhof", + "kol_full_name": "Paulus F. Kirchhof" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Heart-Assist Devices | Shock, Cardiogenic", + "npi_num": "", + "hcp_pin_alias": "364184", + "session_name": "The right ventricle in heart failure: forget me not,Real-world data on patients with left ventricular assist devices: the ELEVATE Registry,Hot off the press: heart failure-related cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364184", + "first_name": "Finn", + "middle_name": "", + "last_name": "Gustafsson", + "org_name": "Københavns Universitet", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The right ventricle in heart failure: forget me not", + "rest_events_session_count": 2, + "rest_events_session": "Real-world data on patients with left ventricular assist devices: the ELEVATE Registry,Hot off the press: heart failure-related cardiogenic shock", + "events_topic": "Heart Failure | Heart-Assist Devices ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "Finn Gustafsson", + "kol_full_name": "Finn Gustafsson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial High Rate Episodes | Atrial Fibrillation | Body Mass Index | ErbB Receptors | Body Weight | Edoxaban | Stroke | Anticoagulants", + "npi_num": "", + "hcp_pin_alias": "364176", + "session_name": "Predictors and Outcomes of Atrial Fibrillation Progression in Patients with Device-Detected Subclinical AF: Insights from the ARTESiA Trial,Impact of differences in body mass index, body surface area and lean body mass on clinical outcomes in patients with atrial fibrillation receiving edoxaban: 4-year follow-up data from ETNA-AF-Europe,Impact of body weight and body mass index on clinical outcomes of edoxaban therapy in atrial fibrillation patients included in the ETNA-AF-Global registry,Reducing stroke risk in patients with atrial high-rate episodes (AHRE),Evaluation of concordance and association with clinical outcomes across eGFR values calculated with eight different formulas in a large cohort of european patients with atrial fibrillation.,New onset of atrial fibrillation in patients with cancer: risk-benefit appraisal of anticoagulants", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364176", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Boriani", + "org_name": "University of Modena and Reggio Emilia", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Modena", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors and Outcomes of Atrial Fibrillation Progression in Patients with Device-Detected Subclinical AF: Insights from the ARTESiA Trial", + "rest_events_session_count": 6, + "rest_events_session": "Impact of differences in body mass index, body surface area and lean body mass on clinical outcomes in patients with atrial fibrillation receiving edoxaban: 4-year follow-up data from ETNA-AF-Europe,Impact of body weight and body mass index on clinical outcomes of edoxaban therapy in atrial fibrillation patients included in the ETNA-AF-Global registry,Reducing stroke risk in patients with atrial high-rate episodes (AHRE),Evaluation of concordance and association with clinical outcomes across eGFR values calculated with eight different formulas in a large cohort of european patients with atrial fibrillation.,New onset of atrial fibrillation in patients with cancer: risk-benefit appraisal of anticoagulants", + "events_topic": "Atrial High Rate Episodes | Atrial Fibrillation ", + "rest_events_topic_count": 6, + "rest_events_topic": " Body Mass Index | ErbB Receptors | Body Weight | Edoxaban | Stroke | Anticoagulants", + "kol_name": "Giuseppe Boriani", + "kol_full_name": "Giuseppe Boriani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Cardiovascular Diseases | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "364172", + "session_name": "Asymptomatic severe primary mitral regurgitation: what is new?,Aortic stenosis in females: the impact of the RHEIA trial on our clinical practice,Applied innovations in cardiovascular care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364172", + "first_name": "Jeroen", + "middle_name": "J.", + "last_name": "Bax", + "org_name": "Universiteit Leiden Faculteit Geneeskunde", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Leiden", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Asymptomatic severe primary mitral regurgitation: what is new?", + "rest_events_session_count": 2, + "rest_events_session": "Aortic stenosis in females: the impact of the RHEIA trial on our clinical practice,Applied innovations in cardiovascular care", + "events_topic": "Mitral Valve Insufficiency | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Stenosis", + "kol_name": "Jeroen J. Bax", + "kol_full_name": "Jeroen J. Bax" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Heart Failure | Atrial Fibrillation", + "npi_num": "", + "hcp_pin_alias": "364169", + "session_name": "Smaller trials, trial updates, and other studies on heart failure,Heart failure with secondary mitral and tricuspid regurgitation,Great Debate: atrial fibrillation and heart failure - 'to ablate or not to ablate, that is the question',Heart failure: recent breakers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364169", + "first_name": "Marco", + "middle_name": "", + "last_name": "Metra", + "org_name": "University of Brescia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Brescia", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 6, + "rest_events_session": " trial updates, and other studies on heart failure,Heart failure with secondary mitral and tricuspid regurgitation,Great Debate: atrial fibrillation and heart failure - 'to ablate or not to ablate, that is the question',Heart failure: recent breakers", + "events_topic": "Tricuspid Valve Insufficiency | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Marco Metra", + "kol_full_name": "Marco Metra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Cardiovascular Nursing | Artificial Intelligence | Mitral Valve Prolapse | Cardiac Imaging Techniques | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "364163", + "session_name": "Imaging: the role of cardiac imaging for personalised cardiovascular care,Multimodality imaging to identify arrhythmogenic mitral valve prolapse,Imaging research in Circulation,Using artificial intelligence to bridge gaps in cardiovascular care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364163", + "first_name": "Victoria", + "middle_name": "", + "last_name": "Delgado", + "org_name": "Hospital Germans Trias I Pujol", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging: the role of cardiac imaging for personalised cardiovascular care", + "rest_events_session_count": 3, + "rest_events_session": "Multimodality imaging to identify arrhythmogenic mitral valve prolapse,Imaging research in Circulation,Using artificial intelligence to bridge gaps in cardiovascular care", + "events_topic": "Multimodal Imaging | Cardiovascular Nursing ", + "rest_events_topic_count": 4, + "rest_events_topic": " Artificial Intelligence | Mitral Valve Prolapse | Cardiac Imaging Techniques | Diagnostic Imaging", + "kol_name": "Victoria Delgado", + "kol_full_name": "Victoria Delgado" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Artificial Intelligence | Tricuspid Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "364156", + "session_name": "Therapy planning for tricuspid valve replacement,Artificial intelligence-assisted techniques to optimise aortic valve intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364156", + "first_name": "Nicolas", + "middle_name": "Maria Dam", + "last_name": "van Mieghem", + "org_name": "Erasmus Medical Center", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Therapy planning for tricuspid valve replacement", + "rest_events_session_count": 1, + "rest_events_session": "Artificial intelligence-assisted techniques to optimise aortic valve intervention", + "events_topic": "Artificial Intelligence | Tricuspid Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "Nicolas Maria Dam van Mieghem", + "kol_full_name": "Nicolas Maria Dam van Mieghem" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "", + "hcp_pin_alias": "364153", + "session_name": "Trial updates and other studies on percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364153", + "first_name": "Giuseppe", + "middle_name": "", + "last_name": "Tarantini", + "org_name": "University of Padua Medical School", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": "7", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trial updates and other studies on percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Giuseppe Tarantini", + "kol_full_name": "Giuseppe Tarantini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Semaglutide | Heart Failure | Glucagon-Like Peptide-1 Receptor | Cardiomyopathies", + "npi_num": "", + "hcp_pin_alias": "364149", + "session_name": "Clinical trial updates on the GLP-1 receptor agonist, semaglutide,Showcasing successes in advanced heart failure,Cardiomyopathies uncovered", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364149", + "first_name": "Michele", + "middle_name": "", + "last_name": "Senni", + "org_name": "ASST Papa Giovanni XXIII", + "Country": "Italy", + "Region": "Lombardia", + "City": "Bergamo", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical trial updates on the GLP-1 receptor agonist", + "rest_events_session_count": 3, + "rest_events_session": " semaglutide,Showcasing successes in advanced heart failure,Cardiomyopathies uncovered", + "events_topic": "Semaglutide | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Glucagon-Like Peptide-1 Receptor | Cardiomyopathies", + "kol_name": "Michele Senni", + "kol_full_name": "Michele Senni" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "364148", + "session_name": "Worsening heart failure: are we winning the war?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364148", + "first_name": "Piotr", + "middle_name": "", + "last_name": "Ponikowski", + "org_name": "Wroclaw Medical University", + "Country": "Poland", + "Region": "Dolnoslaskie", + "City": "Wroclaw", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Worsening heart failure: are we winning the war?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Piotr Ponikowski", + "kol_full_name": "Piotr Ponikowski" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent | Atrial Appendage", + "npi_num": "", + "hcp_pin_alias": "364141", + "session_name": "Advances in left atrial appendage and patent foramen ovale closure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364141", + "first_name": "Marek", + "middle_name": "", + "last_name": "Grygier", + "org_name": "Uniwersytet Medyczny w Poznaniu", + "Country": "Poland", + "Region": "Wielkopolskie", + "City": "Poznan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advances in left atrial appendage and patent foramen ovale closure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Foramen Ovale, Patent | Atrial Appendage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marek Grygier", + "kol_full_name": "Marek Grygier" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cognition | Heart Diseases", + "npi_num": "", + "hcp_pin_alias": "364135", + "session_name": "Cardiac disease and cognition: a neurology perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364135", + "first_name": "Georgios", + "middle_name": "K.", + "last_name": "Tsivgoulis", + "org_name": "National and Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac disease and cognition: a neurology perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cognition | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Georgios K. Tsivgoulis", + "kol_full_name": "Georgios K. Tsivgoulis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures", + "npi_num": "", + "hcp_pin_alias": "364126", + "session_name": "Diversities and disparities in cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364126", + "first_name": "Gino", + "middle_name": "", + "last_name": "Gerosa", + "org_name": "Università di Padova", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diversities and disparities in cardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gino Gerosa", + "kol_full_name": "Gino Gerosa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Mitral Valve Insufficiency", + "npi_num": "", + "hcp_pin_alias": "364119", + "session_name": "Mitral valve surgery in 2024: evolution, techniques, and patient outcomes,Treatment of multivalvular heart disease should be surgical: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364119", + "first_name": "Michael", + "middle_name": "Andrew", + "last_name": "Borger", + "org_name": "Herzzentrum Leipzig", + "Country": "Germany", + "Region": "Sachsen", + "City": "Leipzig", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral valve surgery in 2024: evolution", + "rest_events_session_count": 3, + "rest_events_session": " techniques, and patient outcomes,Treatment of multivalvular heart disease should be surgical: pro", + "events_topic": "Heart Valve Diseases | Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael Andrew Borger", + "kol_full_name": "Michael Andrew Borger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "364116", + "session_name": "Valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364116", + "first_name": "Helmut", + "middle_name": "", + "last_name": "Baumgartner", + "org_name": "University of Münster", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Munster", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Valvular heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Helmut Baumgartner", + "kol_full_name": "Helmut Baumgartner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Annulus Rupture", + "npi_num": "", + "hcp_pin_alias": "364111", + "session_name": "Annulus rupture: now what?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364111", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Modine", + "org_name": "Centre Hospitalier Universitaire De Bordeaux", + "Country": "France", + "Region": "Aquitaine", + "City": "Bordeaux", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Annulus rupture: now what?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Annulus Rupture", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas Modine", + "kol_full_name": "Thomas Modine" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Atrial Fibrillation | Arrhythmias, Cardiac", + "npi_num": "", + "hcp_pin_alias": "364110", + "session_name": "ECG analysis of atrial arrhythmias - a 10-minute algorithmic approach,Management of atrial fibrillation: knowns and unknowns", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364110", + "first_name": "Thorsten", + "middle_name": "", + "last_name": "Lewalter", + "org_name": "Hospital Munich-Thalkirchen Peter Osypka Heart Center", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ECG analysis of atrial arrhythmias - a 10-minute algorithmic approach", + "rest_events_session_count": 1, + "rest_events_session": "Management of atrial fibrillation: knowns and unknowns", + "events_topic": "Electrocardiography | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "Thorsten Lewalter", + "kol_full_name": "Thorsten Lewalter" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Arrest | Ablation Techniques | Atrial Fibrillation | Cardiac Pacing, Artificial | Catheter Ablation", + "npi_num": "", + "hcp_pin_alias": "364108", + "session_name": "Smaller trials, trial updates, and other studies: devices, cardiac arrest and atrial fibrillation ablation,Conduction system pacing should replace cardiac resynchronisation,Restore or preserve ventricular synchrony: when and why to use conduction system pacing,Leadless vs. transvenous devices: efficacy and safety", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364108", + "first_name": "Christophe", + "middle_name": "", + "last_name": "Leclercq", + "org_name": "Centre Hospitalier Universitaire de Rennes Hôpital Pontchaillou", + "Country": "France", + "Region": "Bretagne", + "City": "Rennes", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 6, + "rest_events_session": " trial updates, and other studies: devices, cardiac arrest and atrial fibrillation ablation,Conduction system pacing should replace cardiac resynchronisation,Restore or preserve ventricular synchrony: when and why to use conduction system pacing,Leadless vs. transvenous devices: efficacy and safety", + "events_topic": "Heart Arrest | Ablation Techniques ", + "rest_events_topic_count": 3, + "rest_events_topic": " Atrial Fibrillation | Cardiac Pacing, Artificial | Catheter Ablation", + "kol_name": "Christophe Leclercq", + "kol_full_name": "Christophe Leclercq" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement", + "npi_num": "", + "hcp_pin_alias": "364105", + "session_name": "SAVR and TAVI comparison across the Globe based on current regional registry evidence - a meta-analysis of reconstructed time-to-event data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364105", + "first_name": "Torsten", + "middle_name": "", + "last_name": "Doenst", + "org_name": "Jena University Hospital", + "Country": "Germany", + "Region": "Thuringen", + "City": "Jena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SAVR and TAVI comparison across the Globe based on current regional registry evidence - a meta-analysis of reconstructed time-to-event data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Torsten Doenst", + "kol_full_name": "Torsten Doenst" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Multimodal Imaging | Transcatheter Tricuspid Valve Interventions", + "npi_num": "", + "hcp_pin_alias": "364101", + "session_name": "A new era in multi-modality imaging for transcatheter tricuspid valve interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364101", + "first_name": "Ralph", + "middle_name": "Stephan Von", + "last_name": "Bardeleben", + "org_name": "Universitätsmedizin Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A new era in multi-modality imaging for transcatheter tricuspid valve interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging | Transcatheter Tricuspid Valve Interventions", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ralph Stephan Von Bardeleben", + "kol_full_name": "Ralph Stephan Von Bardeleben" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair", + "npi_num": "", + "hcp_pin_alias": "364100", + "session_name": "Transcatheter edge-to-edge repair (TEER) is failing in the tricuspid: re-intervention or surgical rescue", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364100", + "first_name": "Hendrik", + "middle_name": "", + "last_name": "Treede", + "org_name": "Universitätsmedizin der Johannes Gutenberg-Universität Mainz", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter edge-to-edge repair (TEER) is failing in the tricuspid: re-intervention or surgical rescue", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hendrik Treede", + "kol_full_name": "Hendrik Treede" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Septal Defects, Atrial", + "npi_num": "", + "hcp_pin_alias": "364098", + "session_name": "Personalised care for atrial septal defect", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364098", + "first_name": "Horst", + "middle_name": "E.", + "last_name": "Sievert", + "org_name": "CardioVasculäres Centrum Frankfurt", + "Country": "Germany", + "Region": "Hessen", + "City": "Frankfurt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised care for atrial septal defect", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Horst E. Sievert", + "kol_full_name": "Horst E. Sievert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair | Mitral Valve Insufficiency | Heart Failure", + "npi_num": "", + "hcp_pin_alias": "364093", + "session_name": "Ask the Trialist - RESHAPE-HF2,RESHAPE-HF2 - Percutaneous repair of moderate-to-severe or severe functional mitral regurgitation in patients with symptomatic heart failure,What is the evidence for TEER in mitral regurgitation?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364093", + "first_name": "Stefan", + "middle_name": "D.", + "last_name": "Anker", + "org_name": "Charité – Universitätsmedizin Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - RESHAPE-HF2", + "rest_events_session_count": 2, + "rest_events_session": "RESHAPE-HF2 - Percutaneous repair of moderate-to-severe or severe functional mitral regurgitation in patients with symptomatic heart failure,What is the evidence for TEER in mitral regurgitation?", + "events_topic": "Transcatheter Edge-to-Edge Repair | Mitral Valve Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Stefan D. Anker", + "kol_full_name": "Stefan D. Anker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "364090", + "session_name": "Clinical Case Management: the valvular heart team at work", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364090", + "first_name": "Lenard", + "middle_name": "", + "last_name": "Conradi", + "org_name": "Universitäres Herz- und Gefäßzentrum UKE Hamburg", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: the valvular heart team at work", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lenard Conradi", + "kol_full_name": "Lenard Conradi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Flecainide | Ventricular Function, Left | Foramen Ovale, Patent | Arrhythmias, Cardiac | Transcatheter Aortic Valve Replacement | Coronary Artery Disease", + "npi_num": "", + "hcp_pin_alias": "364085", + "session_name": "Discussant review - POPular PAUSE TAVI,Flecainide to prevent atrial arrhythmia after patent foramen ovale closure, the AFLOAT randomized study,Asymptomatic severe coronary artery disease should be managed conservatively regardless of left ventricular function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364085", + "first_name": "Gilles", + "middle_name": "", + "last_name": "Montalescot", + "org_name": "University Hospitals Pitié Salpêtrière - Charles Foix", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - POPular PAUSE TAVI", + "rest_events_session_count": 3, + "rest_events_session": "Flecainide to prevent atrial arrhythmia after patent foramen ovale closure, the AFLOAT randomized study,Asymptomatic severe coronary artery disease should be managed conservatively regardless of left ventricular function", + "events_topic": "Flecainide | Ventricular Function, Left ", + "rest_events_topic_count": 4, + "rest_events_topic": " Foramen Ovale, Patent | Arrhythmias, Cardiac | Transcatheter Aortic Valve Replacement | Coronary Artery Disease", + "kol_name": "Gilles Montalescot", + "kol_full_name": "Gilles Montalescot" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prostheses And Implants | Tricuspid Valve Insufficiency | Aortic Valve Stenosis", + "npi_num": "", + "hcp_pin_alias": "364082", + "session_name": "Lifetime management of aortic stenosis: which prosthesis should we use first?,Hot topics in percutaneous mitral and tricuspid valve interventions,Percutaneous treatment of tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364082", + "first_name": "Nicole", + "middle_name": "", + "last_name": "Karam", + "org_name": "Hôpital Européen Georges Pompidou AP-HP", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lifetime management of aortic stenosis: which prosthesis should we use first?", + "rest_events_session_count": 2, + "rest_events_session": "Hot topics in percutaneous mitral and tricuspid valve interventions,Percutaneous treatment of tricuspid regurgitation", + "events_topic": "Prostheses And Implants | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Stenosis", + "kol_name": "Nicole Karam", + "kol_full_name": "Nicole Karam" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "CETP Inhibitors", + "npi_num": "", + "hcp_pin_alias": "364074", + "session_name": "Additional cholesterol synthesis inhibition, CETP inhibitors, and cholesterol-efflux enhancer therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364074", + "first_name": "Ulf", + "middle_name": "", + "last_name": "Landmesser", + "org_name": "Charité – Universitätsmedizin Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Additional cholesterol synthesis inhibition", + "rest_events_session_count": 2, + "rest_events_session": " CETP inhibitors, and cholesterol-efflux enhancer therapies", + "events_topic": "CETP Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ulf Landmesser", + "kol_full_name": "Ulf Landmesser" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Aortic Valve Insufficiency | Obesity | Heart Valve Diseases", + "npi_num": "", + "hcp_pin_alias": "364065", + "session_name": "Delivering optimal care for patients with obesity during cardiac procedures,Clinical Case Management: the valvular heart team at work,Personalising treatment strategies for aortic valve stenosis: matching therapies to patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364065", + "first_name": "Volkmar", + "middle_name": "", + "last_name": "Falk", + "org_name": "Charité – Universitätsmedizin Berlin", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Delivering optimal care for patients with obesity during cardiac procedures", + "rest_events_session_count": 2, + "rest_events_session": "Clinical Case Management: the valvular heart team at work,Personalising treatment strategies for aortic valve stenosis: matching therapies to patients", + "events_topic": "Cardiac Surgical Procedures | Aortic Valve Insufficiency ", + "rest_events_topic_count": 2, + "rest_events_topic": " Obesity | Heart Valve Diseases", + "kol_name": "Volkmar Falk", + "kol_full_name": "Volkmar Falk" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "", + "hcp_pin_alias": "364064", + "session_name": "Challenges in acute and chronic heart failure: implementing guidelines and beyond - insights from Greece and Cyprus,Contemporary epidemiology of worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "364064", + "first_name": "Gerasimos", + "middle_name": "S.", + "last_name": "Filippatos", + "org_name": "Attikon Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in acute and chronic heart failure: implementing guidelines and beyond - insights from Greece and Cyprus", + "rest_events_session_count": 1, + "rest_events_session": "Contemporary epidemiology of worsening heart failure", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gerasimos S. Filippatos", + "kol_full_name": "Gerasimos S. Filippatos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia With No Obstructive Arteries | Chronic Coronary Syndromes | MINOCA", + "npi_num": "1235168642", + "hcp_pin_alias": "251021", + "session_name": "Evolving environment of chronic coronary syndrome management in 2024,Contemporary investigation and management of MINOCA: the UK perspective - discussion on guideline implementation,The floor is yours: bring your questions on INOCA - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "251021", + "first_name": "Colin", + "middle_name": "", + "last_name": "Berry", + "org_name": "The University of Glasgow College of Medical, Veterinary & Life Sciences", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evolving environment of chronic coronary syndrome management in 2024", + "rest_events_session_count": 2, + "rest_events_session": "Contemporary investigation and management of MINOCA: the UK perspective - discussion on guideline implementation,The floor is yours: bring your questions on INOCA - expert panel", + "events_topic": "Ischemia With No Obstructive Arteries | Chronic Coronary Syndromes ", + "rest_events_topic_count": 1, + "rest_events_topic": " MINOCA", + "kol_name": "Colin Berry", + "kol_full_name": "Colin Berry" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "HIV | Uterine Myomectomy | Cardiomyopathies | Cardiac Myosins | Patient Care | Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "230036", + "session_name": "Patient case,Spotlight on cardiac myosin inhibition,The clinical challenge of managing a patient with HCM,Modern medical treatment is better than myomectomy for obstructive hypertrophic cardiomyopathy: pro,The spectrum of cardiomyopathies: genetics to HIV", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "230036", + "first_name": "Iacopo", + "middle_name": "", + "last_name": "Olivotto", + "org_name": "Careggi University Hospital", + "Country": "Italy", + "Region": "Toscana", + "City": "Florence", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient case", + "rest_events_session_count": 4, + "rest_events_session": "Spotlight on cardiac myosin inhibition,The clinical challenge of managing a patient with HCM,Modern medical treatment is better than myomectomy for obstructive hypertrophic cardiomyopathy: pro,The spectrum of cardiomyopathies: genetics to HIV", + "events_topic": "HIV | Uterine Myomectomy ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiomyopathies | Cardiac Myosins | Patient Care | Cardiomyopathy, Hypertrophic", + "kol_name": "Iacopo Olivotto", + "kol_full_name": "Iacopo Olivotto" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Uterine Myomectomy | Cardiomyopathy, Hypertrophic | Cardiac Myosins", + "npi_num": "", + "hcp_pin_alias": "230035", + "session_name": "Cardiac myosin inhibitors, lessons from real-world experience,Trial updates and other studies in hypertrophic cardiomyopathy and aortic stenosis,Great Debate: modern medical treatment is better than myomectomy for obstructive hypertrophic cardiomyopathy,Novel risk predictors in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "230035", + "first_name": "Michelle", + "middle_name": "", + "last_name": "Michels", + "org_name": "Erasmus Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac myosin inhibitors", + "rest_events_session_count": 4, + "rest_events_session": " lessons from real-world experience,Trial updates and other studies in hypertrophic cardiomyopathy and aortic stenosis,Great Debate: modern medical treatment is better than myomectomy for obstructive hypertrophic cardiomyopathy,Novel risk predictors in hypertrophic cardiomyopathy", + "events_topic": "Aortic Valve Stenosis | Uterine Myomectomy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Cardiac Myosins", + "kol_name": "Michelle Michels", + "kol_full_name": "Michelle Michels" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocytes, Cardiac | Fabry Disease", + "npi_num": "", + "hcp_pin_alias": "230033", + "session_name": "Deeper insights into cardiomyocyte dysfunction,Anderson-Fabry disease: what is in store?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "230033", + "first_name": "Massimiliano", + "middle_name": "", + "last_name": "Lorenzini", + "org_name": "Barts Heart Centre", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deeper insights into cardiomyocyte dysfunction", + "rest_events_session_count": 1, + "rest_events_session": "Anderson-Fabry disease: what is in store?", + "events_topic": "Myocytes, Cardiac | Fabry Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Massimiliano Lorenzini", + "kol_full_name": "Massimiliano Lorenzini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Patient Care | Cardiomyopathies | Cardiomyopathy, Hypertrophic | Amyloidosis, Hereditary, Transthyretin-Related | Hypertrophy, Left Ventricular", + "npi_num": "", + "hcp_pin_alias": "230032", + "session_name": "Unveiling the latest insights: clinical and real-world data in ATTR cardiomyopathy management,Exploring ATTR cardiomyopathy: a multisystemic disease,Leveraging data: the patient path to optimal outcomes in ATTR cardiomyopathy,Patient case,A clinical approach to left ventricular hypertrophy: causes and important 'red flags',Introduction with a case of a patient with HCM,Hypertrophic cardiomyopathy (HCM) summit: navigating patient cases,Trial updates and other studies in hypertrophic cardiomyopathy and aortic stenosis,Managing hypertrophic cardiomyopathy (HCM) in clinical practice: the patient journey,New treatment targets for personalised therapy in genetic cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "230032", + "first_name": "Perry", + "middle_name": "", + "last_name": "Elliott", + "org_name": "University College London Institute of Cardiovascular Science", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "10", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unveiling the latest insights: clinical and real-world data in ATTR cardiomyopathy management", + "rest_events_session_count": 9, + "rest_events_session": "Exploring ATTR cardiomyopathy: a multisystemic disease,Leveraging data: the patient path to optimal outcomes in ATTR cardiomyopathy,Patient case,A clinical approach to left ventricular hypertrophy: causes and important 'red flags',Introduction with a case of a patient with HCM,Hypertrophic cardiomyopathy (HCM) summit: navigating patient cases,Trial updates and other studies in hypertrophic cardiomyopathy and aortic stenosis,Managing hypertrophic cardiomyopathy (HCM) in clinical practice: the patient journey,New treatment targets for personalised therapy in genetic cardiomyopathies", + "events_topic": "Aortic Valve Stenosis | Patient Care ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiomyopathies | Cardiomyopathy, Hypertrophic | Amyloidosis, Hereditary, Transthyretin-Related | Hypertrophy, Left Ventricular", + "kol_name": "Perry Elliott", + "kol_full_name": "Perry Elliott" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "", + "hcp_pin_alias": "230028", + "session_name": "Understanding the aetiology of HCM and pathways for intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "230028", + "first_name": "Roberto", + "middle_name": "", + "last_name": "Barriales-Villa", + "org_name": "University Hospital Complex Coruna", + "Country": "Spain", + "Region": "Galicia", + "City": "A Coruña", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Understanding the aetiology of HCM and pathways for intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Roberto Barriales-Villa", + "kol_full_name": "Roberto Barriales-Villa" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Artificial Intelligence", + "npi_num": "1508971946", + "hcp_pin_alias": "129773", + "session_name": "Enhancing personalised cardiovascular care with artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "129773", + "first_name": "Kirsten", + "middle_name": "Beatrice", + "last_name": "Bibbins-domingo", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhancing personalised cardiovascular care with artificial intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kirsten Beatrice Bibbins-domingo", + "kol_full_name": "Kirsten Beatrice Bibbins-domingo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renin-Angiotensin System | Postoperative Complications", + "npi_num": "1033752365", + "hcp_pin_alias": "79835", + "session_name": "STOP-or-NOT - Impact of renin-angiotensin system inhibitors continuation versus discontinuation on postoperative complications: a multicenter randomised, controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "79835", + "first_name": "Matthieu", + "middle_name": "", + "last_name": "Legrand", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "STOP-or-NOT - Impact of renin-angiotensin system inhibitors continuation versus discontinuation on postoperative complications: a multicenter randomised", + "rest_events_session_count": 1, + "rest_events_session": " controlled trial", + "events_topic": "Renin-Angiotensin System | Postoperative Complications", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthieu Legrand", + "kol_full_name": "Matthieu Legrand" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Implantation | Surgical Aortic Valve Replacement", + "npi_num": "1992075451", + "hcp_pin_alias": "77898", + "session_name": "Impact of age on health status after TAVI or SAVR in low risk patients with severe aortic stenosis: results from the PARTNER 3 Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "77898", + "first_name": "Michael", + "middle_name": "", + "last_name": "Brener", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of age on health status after TAVI or SAVR in low risk patients with severe aortic stenosis: results from the PARTNER 3 Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Implantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Surgical Aortic Valve Replacement", + "kol_name": "Michael Brener", + "kol_full_name": "Michael Brener" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "1851359954", + "hcp_pin_alias": "77841", + "session_name": "Discussant review - OCEANIC-AF,The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel,Management of atrial fibrillation: knowns and unknowns,Atrial fibrillation management and outcomes in high-risk atrial fibrillation populations,Practical dilemmas in atrial fibrillation therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "77841", + "first_name": "Elaine", + "middle_name": "M.", + "last_name": "Hylek", + "org_name": "Boston Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - OCEANIC-AF", + "rest_events_session_count": 4, + "rest_events_session": "The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel,Management of atrial fibrillation: knowns and unknowns,Atrial fibrillation management and outcomes in high-risk atrial fibrillation populations,Practical dilemmas in atrial fibrillation therapies", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elaine M. Hylek", + "kol_full_name": "Elaine M. Hylek" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Diabetes Mellitus | Atherosclerosis | Colorectal Neoplasms | Lung Neoplasms | Prostatic Neoplasms | Breast Neoplasms", + "npi_num": "1801151352", + "hcp_pin_alias": "77826", + "session_name": "ASCVD risk scores versus a novel cancer-specific Machine Learning-based calculator among patients with breast, colorectal, lung or prostate cancer,Educational attainment and cardiovascular outcomes in prostate cancer: observations from 3700 men in 6 countries in the RADICAL PC study,Rurality and outcomes in prostate cancer: role of socioeconomic status and educational attainment,Disparities in diabetes-related outcomes in prostate cancer patients - role of social determinants of health and race", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "77826", + "first_name": "Avirup", + "middle_name": "", + "last_name": "Guha", + "org_name": "University Hospital Cleveland Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ASCVD risk scores versus a novel cancer-specific Machine Learning-based calculator among patients with breast", + "rest_events_session_count": 5, + "rest_events_session": " colorectal, lung or prostate cancer,Educational attainment and cardiovascular outcomes in prostate cancer: observations from 3700 men in 6 countries in the RADICAL PC study,Rurality and outcomes in prostate cancer: role of socioeconomic status and educational attainment,Disparities in diabetes-related outcomes in prostate cancer patients - role of social determinants of health and race", + "events_topic": "Cardiovascular Diseases | Diabetes Mellitus ", + "rest_events_topic_count": 5, + "rest_events_topic": " Atherosclerosis | Colorectal Neoplasms | Lung Neoplasms | Prostatic Neoplasms | Breast Neoplasms", + "kol_name": "Avirup Guha", + "kol_full_name": "Avirup Guha" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus", + "npi_num": "1609018639", + "hcp_pin_alias": "77740", + "session_name": "State-of-the-art lecture on repurposing of diabetic medications: the new cure for all evils?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "77740", + "first_name": "Ann", + "middle_name": "Marie", + "last_name": "Navar", + "org_name": "UT Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on repurposing of diabetic medications: the new cure for all evils?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ann Marie Navar", + "kol_full_name": "Ann Marie Navar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia With Nonobstructive Coronary Artery Disease", + "npi_num": "1588939623", + "hcp_pin_alias": "75725", + "session_name": "Symptom assessment and angina classification of patients with ischemia and nonobstructive coronary arteries undergoing invasive coronary function testing: from the DISCOVER INOCA multicenter registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "75725", + "first_name": "Samit", + "middle_name": "Mahendra", + "last_name": "Shah", + "org_name": "Yale-New Haven Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "Guilford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Symptom assessment and angina classification of patients with ischemia and nonobstructive coronary arteries undergoing invasive coronary function testing: from the DISCOVER INOCA multicenter registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia With Nonobstructive Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Samit Mahendra Shah", + "kol_full_name": "Samit Mahendra Shah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock, Cardiogenic", + "npi_num": "1497982938", + "hcp_pin_alias": "75600", + "session_name": "Serial shock severity assessment within seventy-two hours after diagnosis: a cardiogenic shock working group report", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "75600", + "first_name": "Van-khue", + "middle_name": "T.", + "last_name": "Ton", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serial shock severity assessment within seventy-two hours after diagnosis: a cardiogenic shock working group report", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Van-khue T. Ton", + "kol_full_name": "Van-khue T. Ton" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity", + "npi_num": "1336151273", + "hcp_pin_alias": "75405", + "session_name": "Fixing the obesity crisis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "75405", + "first_name": "Keith", + "middle_name": "B", + "last_name": "Churchwell", + "org_name": "Yale New Haven Health", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fixing the obesity crisis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Keith B Churchwell", + "kol_full_name": "Keith B Churchwell" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction | Anemia", + "npi_num": "1174693873", + "hcp_pin_alias": "75192", + "session_name": "Restrictive versus liberal blood transfusion strategies in patients with myocardial infarction and anemia: individual patient data meta-analysis of randomized trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "75192", + "first_name": "Jeffrey", + "middle_name": "L", + "last_name": "Carson", + "org_name": "Rutgers Health Rwj Primary Medicine Group", + "Country": "United States", + "Region": "New Jersey", + "City": "New Brunswick", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Restrictive versus liberal blood transfusion strategies in patients with myocardial infarction and anemia: individual patient data meta-analysis of randomized trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Anemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jeffrey L Carson", + "kol_full_name": "Jeffrey L Carson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke Volume | Sepsis", + "npi_num": "1144422510", + "hcp_pin_alias": "49254", + "session_name": "Preserved left ventricular ejection fraction with abnormal myocardial work in sepsis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "49254", + "first_name": "Pedro", + "middle_name": "D", + "last_name": "Salinas", + "org_name": "Aurora Medical Group Inc", + "Country": "United States", + "Region": "Wisconsin", + "City": "Milwaukee", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Preserved left ventricular ejection fraction with abnormal myocardial work in sepsis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke Volume | Sepsis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pedro D Salinas", + "kol_full_name": "Pedro D Salinas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hemodynamics | Cardiovascular Haemodynamics | Cardiovascular Diseases", + "npi_num": "1578615779", + "hcp_pin_alias": "44303", + "session_name": "Training and education in advanced cardiovascular haemodynamic (TEACH) - advanced course,Training and education in advanced cardiovascular haemodynamic (TEACH) - basic course,Training and education in advanced cardiovascular haemodynamic (TEACH) - advanced course,Training and education in advanced cardiovascular haemodynamics (TEACH) - basic course", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "44303", + "first_name": "Marc", + "middle_name": "L", + "last_name": "Dickstein", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Training and education in advanced cardiovascular haemodynamic (TEACH) - advanced course", + "rest_events_session_count": 3, + "rest_events_session": "Training and education in advanced cardiovascular haemodynamic (TEACH) - basic course,Training and education in advanced cardiovascular haemodynamic (TEACH) - advanced course,Training and education in advanced cardiovascular haemodynamics (TEACH) - basic course", + "events_topic": "Hemodynamics | Cardiovascular Haemodynamics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Marc L Dickstein", + "kol_full_name": "Marc L Dickstein" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Empagliflozin | Pulmonary Disease, Chronic Obstructive | Heart Failure | Sarcopenia", + "npi_num": "", + "hcp_pin_alias": "43768", + "session_name": "Registries, observational, and other studies on frailty, falls, and sarcopenia,Effectiveness of empagliflozin in patients with heart failure and COPD: Results from EMPEROR-Preserved and EMPEROR-Reduced,Treatment of heart failure in Bulgaria and Germany: implementation of 2023 ESC Guidelines - Focused Update on Heart Failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "43768", + "first_name": "Stephan", + "middle_name": "von", + "last_name": "Haehling", + "org_name": "University Medical Center Goettingen", + "Country": "Germany", + "Region": "Niedersachsen", + "City": "Göttingen", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 6, + "rest_events_session": " observational, and other studies on frailty, falls, and sarcopenia,Effectiveness of empagliflozin in patients with heart failure and COPD: Results from EMPEROR-Preserved and EMPEROR-Reduced,Treatment of heart failure in Bulgaria and Germany: implementation of 2023 ESC Guidelines - Focused Update on Heart Failure", + "events_topic": "Empagliflozin | Pulmonary Disease, Chronic Obstructive ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Sarcopenia", + "kol_name": "Stephan von Haehling", + "kol_full_name": "Stephan von Haehling" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Prognosis | Heart Failure", + "npi_num": "1003170861", + "hcp_pin_alias": "43763", + "session_name": "Step 3 - time is prognosis: rapid treatment optimisation,Clinical and financial implications of inpatient and outpatient management strategies for worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "43763", + "first_name": "Stephen", + "middle_name": "John", + "last_name": "Greene", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Step 3 - time is prognosis: rapid treatment optimisation", + "rest_events_session_count": 1, + "rest_events_session": "Clinical and financial implications of inpatient and outpatient management strategies for worsening heart failure", + "events_topic": "Prognosis | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephen John Greene", + "kol_full_name": "Stephen John Greene" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Renal Denervation | Hypertension", + "npi_num": "", + "hcp_pin_alias": "43753", + "session_name": "Renal denervation lowers all-cause and cardiovascular mortality in patients with uncontrolled arterial hypertension: a randomised, sham-controlled study.,Device-based hypertension therapies: third pillar in hypertension management?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "43753", + "first_name": "Marshall", + "middle_name": "", + "last_name": "Heradien", + "org_name": "Busamed Paardevlei Private Hospital", + "Country": "South Africa", + "Region": "Western Cape", + "City": "Cape Town", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Renal denervation lowers all-cause and cardiovascular mortality in patients with uncontrolled arterial hypertension: a randomised", + "rest_events_session_count": 2, + "rest_events_session": " sham-controlled study.,Device-based hypertension therapies: third pillar in hypertension management?", + "events_topic": "Mortality | Renal Denervation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "Marshall Heradien", + "kol_full_name": "Marshall Heradien" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Finerenone | Heart Failure | Renal Insufficiency, Chronic | Heart Diseases", + "npi_num": "1023370467", + "hcp_pin_alias": "43740", + "session_name": "Ask the Trialist - FINE-HEART,FINE-HEART - Participant-level pooled analysis of finerenone in heart failure and chronic kidney disease trials,Get out your crystal ball: predicting heart failure events using models", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "43740", + "first_name": "Muthiah", + "middle_name": "", + "last_name": "Vaduganathan", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - FINE-HEART", + "rest_events_session_count": 2, + "rest_events_session": "FINE-HEART - Participant-level pooled analysis of finerenone in heart failure and chronic kidney disease trials,Get out your crystal ball: predicting heart failure events using models", + "events_topic": "Finerenone | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Renal Insufficiency, Chronic | Heart Diseases", + "kol_name": "Muthiah Vaduganathan", + "kol_full_name": "Muthiah Vaduganathan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "1710144878", + "hcp_pin_alias": "36163", + "session_name": "Great Debate: assessment of myocardial viability - a bygone era", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "36163", + "first_name": "Federico", + "middle_name": "Miguel", + "last_name": "Asch", + "org_name": "Medstar Washington Hospital Center", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debate: assessment of myocardial viability - a bygone era", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Federico Miguel Asch", + "kol_full_name": "Federico Miguel Asch" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Obesity, Morbid", + "npi_num": "1558442947", + "hcp_pin_alias": "36033", + "session_name": "Clinical Case Management: aortic stenosis and morbid obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "36033", + "first_name": "Ritu", + "middle_name": "", + "last_name": "Thamman", + "org_name": "UPMC Hillman Cancer Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: aortic stenosis and morbid obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Obesity, Morbid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ritu Thamman", + "kol_full_name": "Ritu Thamman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia With No Obstructive Arteries | Cardiac Computed Tomography", + "npi_num": "1164658951", + "hcp_pin_alias": "35692", + "session_name": "The floor is yours: bring your questions on INOCA - expert panel,Cardiac computed tomography is essential for my cardiovascular primary prevention practice: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "35692", + "first_name": "Purvi", + "middle_name": "J.", + "last_name": "Parwani", + "org_name": "Loma Linda University Medical Center", + "Country": "United States", + "Region": "California", + "City": "Loma Linda", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on INOCA - expert panel", + "rest_events_session_count": 1, + "rest_events_session": "Cardiac computed tomography is essential for my cardiovascular primary prevention practice: pro", + "events_topic": "Ischemia With No Obstructive Arteries | Cardiac Computed Tomography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Purvi J. Parwani", + "kol_full_name": "Purvi J. Parwani" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Echocardiography | Artificial Intelligence", + "npi_num": "1073807004", + "hcp_pin_alias": "35622", + "session_name": "Clinical applications of artificial intelligence in cardiovascular imaging: state-of-the-art lecture,Novel echocardiographic indices for risk stratification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "35622", + "first_name": "Jordan", + "middle_name": "B", + "last_name": "Strom", + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical applications of artificial intelligence in cardiovascular imaging: state-of-the-art lecture", + "rest_events_session_count": 1, + "rest_events_session": "Novel echocardiographic indices for risk stratification", + "events_topic": "Diagnostic Imaging | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Jordan B Strom", + "kol_full_name": "Jordan B Strom" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Myocarditis | Amyloid | Genetic Predisposition To Disease", + "npi_num": "1053553941", + "hcp_pin_alias": "35601", + "session_name": "Genetic susceptibility to myocarditis,Heart failure is the stage and amyloid a key player", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "35601", + "first_name": "Amy", + "middle_name": "R", + "last_name": "Kontorovich", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic susceptibility to myocarditis", + "rest_events_session_count": 1, + "rest_events_session": "Heart failure is the stage and amyloid a key player", + "events_topic": "Heart Failure | Myocarditis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Amyloid | Genetic Predisposition To Disease", + "kol_name": "Amy R Kontorovich", + "kol_full_name": "Amy R Kontorovich" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "", + "hcp_pin_alias": "35550", + "session_name": "Great Debates: diagnosis and management of chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "35550", + "first_name": "David", + "middle_name": "", + "last_name": "Hasdai", + "org_name": "Tel Aviv University Sackler Faculty of Medicine", + "Country": "Israel", + "Region": "Tel Aviv", + "City": "Tel Aviv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debates: diagnosis and management of chronic coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David Hasdai", + "kol_full_name": "David Hasdai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "MINOCA | Diagnostic Imaging", + "npi_num": "", + "hcp_pin_alias": "35539", + "session_name": "Novel imaging techniques to phenotype patients with MINOCA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "35539", + "first_name": "Matthias", + "middle_name": "G. W.", + "last_name": "Friedrich", + "org_name": "Mcgill University Health Centre", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel imaging techniques to phenotype patients with MINOCA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MINOCA | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthias G. W. Friedrich", + "kol_full_name": "Matthias G. W. Friedrich" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Steroid-Sparing Paradigm Shift", + "npi_num": "1053516583", + "hcp_pin_alias": "35369", + "session_name": "Increased adoption of IL-1 pathway inhibition and the steroid-sparing paradigm shift: temporal trends in recurrent pericarditis treatment from the RESONANCE patient registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "35369", + "first_name": "Paul", + "middle_name": "C", + "last_name": "Cremer", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased adoption of IL-1 pathway inhibition and the steroid-sparing paradigm shift: temporal trends in recurrent pericarditis treatment from the RESONANCE patient registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Steroid-Sparing Paradigm Shift", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paul C Cremer", + "kol_full_name": "Paul C Cremer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Health | Robotics | Cardiac Surgical Procedures | Telemedicine | Tricuspid Valve Insufficiency | Transcatheter Tricuspid Valve Replacement", + "npi_num": "1831175363", + "hcp_pin_alias": "33991", + "session_name": "A randomised trial of transcatheter tricuspid valve replacement in patients with severe tricuspid regurgitation: TRISCEND II trial,Surgery or re-intervention: tips and tricks,Hot topics in percutaneous mitral and tricuspid valve interventions,Innovations in telemedicine, robotics, and digital health interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "33991", + "first_name": "Juan", + "middle_name": "Fernando", + "last_name": "Granada", + "org_name": "Cardiovascular Research Foundation", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A randomised trial of transcatheter tricuspid valve replacement in patients with severe tricuspid regurgitation: TRISCEND II trial", + "rest_events_session_count": 5, + "rest_events_session": "Surgery or re-intervention: tips and tricks,Hot topics in percutaneous mitral and tricuspid valve interventions,Innovations in telemedicine, robotics, and digital health interventions", + "events_topic": "Digital Health | Robotics ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiac Surgical Procedures | Telemedicine | Tricuspid Valve Insufficiency | Transcatheter Tricuspid Valve Replacement", + "kol_name": "Juan Fernando Granada", + "kol_full_name": "Juan Fernando Granada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Shock | Clinical Decision-Making | Takotsubo Cardiomyopathy | Amyloidosis, Hereditary, Transthyretin-Related | Heart Transplantation | Arrhythmogenic Right Ventricular Dysplasia | Arrhythmias, Cardiac | Shock, Cardiogenic | Giant Cell Myocarditis | Hypertension, Pulmonary", + "npi_num": "1770870453", + "hcp_pin_alias": "33815", + "session_name": "Bridge to candidacy: understanding the role of Impella 5.5 in cardiac amyloidosis and pulmonary hypertension,Multi-disciplinary approach in fatal ventricular arrhythmias and refractory shock stabilized with axillary mechanical support as a bridge to heart transplant in ARVC.,Extending the window in clinical decision making: the role for Impella 5.5 in cardiogenic shock,Confronting giant cell myocarditis: a challenging clinical encounter,Empowering early action: the role of impella 5.5 in Takotsubo cardiomyopathy complicated by cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "33815", + "first_name": "Rohan", + "middle_name": "", + "last_name": "Goswami", + "org_name": "Mayo Clinic, Jacksonville", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bridge to candidacy: understanding the role of Impella 5.5 in cardiac amyloidosis and pulmonary hypertension", + "rest_events_session_count": 4, + "rest_events_session": "Multi-disciplinary approach in fatal ventricular arrhythmias and refractory shock stabilized with axillary mechanical support as a bridge to heart transplant in ARVC.,Extending the window in clinical decision making: the role for Impella 5.5 in cardiogenic shock,Confronting giant cell myocarditis: a challenging clinical encounter,Empowering early action: the role of impella 5.5 in Takotsubo cardiomyopathy complicated by cardiogenic shock", + "events_topic": "Shock | Clinical Decision-Making ", + "rest_events_topic_count": 8, + "rest_events_topic": " Takotsubo Cardiomyopathy | Amyloidosis, Hereditary, Transthyretin-Related | Heart Transplantation | Arrhythmogenic Right Ventricular Dysplasia | Arrhythmias, Cardiac | Shock, Cardiogenic | Giant Cell Myocarditis | Hypertension, Pulmonary", + "kol_name": "Rohan Goswami", + "kol_full_name": "Rohan Goswami" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Obesity", + "npi_num": "1659758845", + "hcp_pin_alias": "33417", + "session_name": "We can reduce cardiovascular risk by treating obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "33417", + "first_name": "Hadley", + "middle_name": "Kitchin", + "last_name": "Wilson", + "org_name": "Novant Medical Group Inc", + "Country": "United States", + "Region": "North Carolina", + "City": "Winston Salem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "We can reduce cardiovascular risk by treating obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hadley Kitchin Wilson", + "kol_full_name": "Hadley Kitchin Wilson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Blood Transfusion | Heart Failure | Myocardial Infarction | Anemia", + "npi_num": "1457594681", + "hcp_pin_alias": "32763", + "session_name": "A liberal blood transfusion strategy is safe in patients with myocardial infarction, anemia, and heart failure: lessons from MINT", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "32763", + "first_name": "Andrew", + "middle_name": "M", + "last_name": "Goldsweig", + "org_name": "Baystate Health", + "Country": "United States", + "Region": "Massachusetts", + "City": "Springfield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A liberal blood transfusion strategy is safe in patients with myocardial infarction", + "rest_events_session_count": 2, + "rest_events_session": " anemia, and heart failure: lessons from MINT", + "events_topic": "Blood Transfusion | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Infarction | Anemia", + "kol_name": "Andrew M Goldsweig", + "kol_full_name": "Andrew M Goldsweig" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Randomized Controlled Trials As Topic | Ischemia | Inflammation | Mechanical Circulatory Support | SMART Trial | Transcatheter Aortic Valve Replacement | Reperfusion Injury | Myocardial Infarction | Shock, Cardiogenic | Cardiovascular Diseases", + "npi_num": "1447203401", + "hcp_pin_alias": "32708", + "session_name": "Inflammation in acute myocardial infarction (AMI): where do we stand?,Ischaemia reperfusion injury,Durability in TAVI valves: data, predictors, and real-world insights,SMART Trial results - a landmark head-to-head randomised controlled TAVI trial,Update from The Lancet Women and Cardiovascular Disease Commission,ChatGPT, Copilot, and other large language models (LLMs): transforming cardiovascular education, care, and science,Transforming TAVI practice: evidence, equity, and durability,Great Debate: mechanical circulatory support in cardiogenic shock - 'the course of true love never did run smooth'", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "32708", + "first_name": "Roxana", + "middle_name": "", + "last_name": "Mehran", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "8", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation in acute myocardial infarction (AMI): where do we stand?", + "rest_events_session_count": 15, + "rest_events_session": "Ischaemia reperfusion injury,Durability in TAVI valves: data, predictors, and real-world insights,SMART Trial results - a landmark head-to-head randomised controlled TAVI trial,Update from The Lancet Women and Cardiovascular Disease Commission,ChatGPT, Copilot, and other large language models (LLMs): transforming cardiovascular education, care, and science,Transforming TAVI practice: evidence, equity, and durability,Great Debate: mechanical circulatory support in cardiogenic shock - 'the course of true love never did run smooth'", + "events_topic": "Randomized Controlled Trials As Topic | Ischemia ", + "rest_events_topic_count": 8, + "rest_events_topic": " Inflammation | Mechanical Circulatory Support | SMART Trial | Transcatheter Aortic Valve Replacement | Reperfusion Injury | Myocardial Infarction | Shock, Cardiogenic | Cardiovascular Diseases", + "kol_name": "Roxana Mehran", + "kol_full_name": "Roxana Mehran" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "1144459462", + "hcp_pin_alias": "31731", + "session_name": "Mastering complexity: advanced PCI strategies for challenging lesions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "31731", + "first_name": "Kathleen", + "middle_name": "Erin", + "last_name": "Kearney", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mastering complexity: advanced PCI strategies for challenging lesions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kathleen Erin Kearney", + "kol_full_name": "Kathleen Erin Kearney" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "1134206956", + "hcp_pin_alias": "31695", + "session_name": "Discussant review - RESHAPE-HF2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "31695", + "first_name": "Gregg", + "middle_name": "W.", + "last_name": "Stone", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - RESHAPE-HF2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gregg W. Stone", + "kol_full_name": "Gregg W. Stone" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Cardiovascular Diseases", + "npi_num": "1063831956", + "hcp_pin_alias": "31485", + "session_name": "Defining high risk in the cardiovascular-kidney-metabolic syndrome and associated cardiovascular disease outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "31485", + "first_name": "Nilay", + "middle_name": "S", + "last_name": "Shah", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Defining high risk in the cardiovascular-kidney-metabolic syndrome and associated cardiovascular disease outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolic Syndrome | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nilay S Shah", + "kol_full_name": "Nilay S Shah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "1699764480", + "hcp_pin_alias": "31203", + "session_name": "Digitising heart failure: from diagnosis to treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "31203", + "first_name": "Harlan", + "middle_name": "Marc", + "last_name": "Krumholz", + "org_name": "Yale New Haven Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digitising heart failure: from diagnosis to treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Harlan Marc Krumholz", + "kol_full_name": "Harlan Marc Krumholz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, Optical Coherence | Percutaneous Coronary Intervention | Angiography", + "npi_num": "1588844245", + "hcp_pin_alias": "31195", + "session_name": "ILUMIEN IV: optical coherence tomography-guided vs. angiography-guided PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "31195", + "first_name": "Ziad", + "middle_name": "Anwar", + "last_name": "Ali", + "org_name": "St Francis Hospital - The Heart Center", + "Country": "United States", + "Region": "New York", + "City": "Roslyn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ILUMIEN IV: optical coherence tomography-guided vs. angiography-guided PCI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, Optical Coherence | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiography", + "kol_name": "Ziad Anwar Ali", + "kol_full_name": "Ziad Anwar Ali" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Factor XI Inhibitor | Antithrombotic Therapy | Hemorrhage", + "npi_num": "1578902276", + "hcp_pin_alias": "31194", + "session_name": "Uncoupling ischaemic and bleeding complications: are new factor XI inhibitors too good to be true?,Cerebral microbleeds are common: what do cardiologists need to know about the bleeding risk with antithrombotic therapies?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "31194", + "first_name": "Christopher", + "middle_name": "Michael", + "last_name": "Gibson", + "org_name": "Boston Children's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Needham", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Uncoupling ischaemic and bleeding complications: are new factor XI inhibitors too good to be true?", + "rest_events_session_count": 1, + "rest_events_session": "Cerebral microbleeds are common: what do cardiologists need to know about the bleeding risk with antithrombotic therapies?", + "events_topic": "Factor XI Inhibitor | Antithrombotic Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hemorrhage", + "kol_name": "Christopher Michael Gibson", + "kol_full_name": "Christopher Michael Gibson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Drug Therapy | Semaglutide | Diabetes Mellitus, Type 2 | Post-Discharge Management | Hypertension | Drug Combinations | In-Hospital Treatment | Glucagon-Like Peptide-1 Receptor | Heart Failure | Renal Insufficiency, Chronic", + "npi_num": "1457361107", + "hcp_pin_alias": "31189", + "session_name": "Post-discharge management: planning for the future,In-hospital treatment: an opportunity to act,Clinical trial updates on the GLP-1 receptor agonist, semaglutide,New Drugs Made Easy: all you need to know about…,Addressing unmet needs in patients with chronic kidney disease (CKD) and type 2 diabetes,Ask the expert: optimising therapeutic care of patients with heart failure,A new era in the management of patients with chronic kidney disease (CKD) associated with type 2 diabetes (T2D) and cardiovascular complications,Novel drug therapies in hypertension: new kids on the block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "31189", + "first_name": "Biykem", + "middle_name": "", + "last_name": "Bozkurt", + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "8", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Post-discharge management: planning for the future", + "rest_events_session_count": 8, + "rest_events_session": "In-hospital treatment: an opportunity to act,Clinical trial updates on the GLP-1 receptor agonist, semaglutide,New Drugs Made Easy: all you need to know about…,Addressing unmet needs in patients with chronic kidney disease (CKD) and type 2 diabetes,Ask the expert: optimising therapeutic care of patients with heart failure,A new era in the management of patients with chronic kidney disease (CKD) associated with type 2 diabetes (T2D) and cardiovascular complications,Novel drug therapies in hypertension: new kids on the block", + "events_topic": "Drug Therapy | Semaglutide ", + "rest_events_topic_count": 8, + "rest_events_topic": " Diabetes Mellitus, Type 2 | Post-Discharge Management | Hypertension | Drug Combinations | In-Hospital Treatment | Glucagon-Like Peptide-1 Receptor | Heart Failure | Renal Insufficiency, Chronic", + "kol_name": "Biykem Bozkurt", + "kol_full_name": "Biykem Bozkurt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peri-Discharge Complex Treatment | In-Hospital Treatment | Heart Failure", + "npi_num": "1851309975", + "hcp_pin_alias": "31060", + "session_name": "Peri-discharge treatment: ready for the road ahead,In-hospital treatment: an opportunity to act,Ask the expert: optimising therapeutic care of patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "31060", + "first_name": "John", + "middle_name": "R", + "last_name": "Teerlink", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peri-discharge treatment: ready for the road ahead", + "rest_events_session_count": 2, + "rest_events_session": "In-hospital treatment: an opportunity to act,Ask the expert: optimising therapeutic care of patients with heart failure", + "events_topic": "Peri-Discharge Complex Treatment | In-Hospital Treatment ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "John R Teerlink", + "kol_full_name": "John R Teerlink" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Structure | Aficamten | Medical Management | Cardiomyopathy, Hypertrophic", + "npi_num": "1154693182", + "hcp_pin_alias": "30934", + "session_name": "Treating obstructive HCM: what's next for our patients,Obstructive HCM: where are we now?,Safety and Outcomes of Standard of Care Medications Withdrawal in Patients with Obstructive Hypertrophic Cardiomyopathy Treated with Aficamten in FOREST-HCM Trial,Effect of Aficamten on Cardiac Structure and Function in Patients with Obstructive Hypertrophic Cardiomyopathy: The SEQUOIA-HCM CMR Trial,Navigating the evolving therapeutic landscape for obstructive hypertrophic cardiomyopathy (HCM),Where are we now and what's next in medical management?,Aficamten in patients with obstructive hypertrophic cardiomyopathy: an integrated safety analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "30934", + "first_name": "Ahmad", + "middle_name": "Mohammad Amin", + "last_name": "Masri", + "org_name": "OHSU Knight Cancer Institute", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treating obstructive HCM: what's next for our patients", + "rest_events_session_count": 6, + "rest_events_session": "Obstructive HCM: where are we now?,Safety and Outcomes of Standard of Care Medications Withdrawal in Patients with Obstructive Hypertrophic Cardiomyopathy Treated with Aficamten in FOREST-HCM Trial,Effect of Aficamten on Cardiac Structure and Function in Patients with Obstructive Hypertrophic Cardiomyopathy: The SEQUOIA-HCM CMR Trial,Navigating the evolving therapeutic landscape for obstructive hypertrophic cardiomyopathy (HCM),Where are we now and what's next in medical management?,Aficamten in patients with obstructive hypertrophic cardiomyopathy: an integrated safety analysis", + "events_topic": "Cardiac Structure | Aficamten ", + "rest_events_topic_count": 2, + "rest_events_topic": " Medical Management | Cardiomyopathy, Hypertrophic", + "kol_name": "Ahmad Mohammad Amin Masri", + "kol_full_name": "Ahmad Mohammad Amin Masri" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "1154343606", + "hcp_pin_alias": "30931", + "session_name": "Outcomes and complications of transvenous implantable cardioverter defibrillator systems in the pediatric population: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "30931", + "first_name": "Maully", + "middle_name": "J", + "last_name": "Shah", + "org_name": "Childrens Health Care Associates Inc", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes and complications of transvenous implantable cardioverter defibrillator systems in the pediatric population: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maully J Shah", + "kol_full_name": "Maully J Shah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mortality | Weight Management | Overweight | Semaglutide | COVID-19 | Clinical Trial | Obesity", + "npi_num": "1982664033", + "hcp_pin_alias": "30441", + "session_name": "Management of overweight and obesity: evaluating clinical practices and shaping the future,Novel approaches to weight management: insights from clinical trials,The effect of semaglutide on mortality and COVID-19-related deaths - a pre-specified analysis from the SELECT trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "30441", + "first_name": "Benjamin", + "middle_name": "Morgan", + "last_name": "Scirica", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of overweight and obesity: evaluating clinical practices and shaping the future", + "rest_events_session_count": 2, + "rest_events_session": "Novel approaches to weight management: insights from clinical trials,The effect of semaglutide on mortality and COVID-19-related deaths - a pre-specified analysis from the SELECT trial", + "events_topic": "Mortality | Weight Management ", + "rest_events_topic_count": 5, + "rest_events_topic": " Overweight | Semaglutide | COVID-19 | Clinical Trial | Obesity", + "kol_name": "Benjamin Morgan Scirica", + "kol_full_name": "Benjamin Morgan Scirica" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sequoia | Cardiomyopathy, Hypertrophic", + "npi_num": "1982603973", + "hcp_pin_alias": "30344", + "session_name": "Effect of aficamten on patient-reported health status in obstructive hypertrophic cardiomyopathy: results from SEQUOIA-HCM", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "30344", + "first_name": "John", + "middle_name": "A", + "last_name": "Spertus", + "org_name": "University of Missouri-Kansas City", + "Country": "United States", + "Region": "Missouri", + "City": "Kansas City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of aficamten on patient-reported health status in obstructive hypertrophic cardiomyopathy: results from SEQUOIA-HCM", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sequoia | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John A Spertus", + "kol_full_name": "John A Spertus" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pulmonary Veins Isolation | Obesity | Atrial Fibrillation | Cardiac Pacing, Artificial", + "npi_num": "1972767192", + "hcp_pin_alias": "30303", + "session_name": "Impact of obesity and early recurrence of atrial fibrillation on very late recurrence following cryoballoon pulmonary vein isolation,Automatic measurement of stimulation to maximum negative dv/dt in V5 and V6 leads to confirm left bundle capture for conduction system pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "30303", + "first_name": "Dan", + "middle_name": "Laurentiu", + "last_name": "Musat", + "org_name": "Valley Physician Services, Ny, Pc", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of obesity and early recurrence of atrial fibrillation on very late recurrence following cryoballoon pulmonary vein isolation", + "rest_events_session_count": 1, + "rest_events_session": "Automatic measurement of stimulation to maximum negative dv/dt in V5 and V6 leads to confirm left bundle capture for conduction system pacing", + "events_topic": "Pulmonary Veins Isolation | Obesity ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atrial Fibrillation | Cardiac Pacing, Artificial", + "kol_name": "Dan Laurentiu Musat", + "kol_full_name": "Dan Laurentiu Musat" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Chronic Limb-Threatening Ischemia | Chronic Limb Ischaemia | Open Surgery | Endovascular Procedures", + "npi_num": "1972547974", + "hcp_pin_alias": "30097", + "session_name": "Open surgery or endovascular approach as first-line treatment for chronic limb ischaemia: review of evidence from BEST-CLI and BASIL-2 and more,BASIL-2: no, endo vascular approach is best first-line treatment for chronic limb ischaemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "30097", + "first_name": "Prakash", + "middle_name": "", + "last_name": "Krishnan", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Open surgery or endovascular approach as first-line treatment for chronic limb ischaemia: review of evidence from BEST-CLI and BASIL-2 and more", + "rest_events_session_count": 2, + "rest_events_session": "BASIL-2: no, endo vascular approach is best first-line treatment for chronic limb ischaemia", + "events_topic": "Chronic Limb-Threatening Ischemia | Chronic Limb Ischaemia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Open Surgery | Endovascular Procedures", + "kol_name": "Prakash Krishnan", + "kol_full_name": "Prakash Krishnan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy, Left Ventricular | Aortic Valve Insufficiency", + "npi_num": "1962607564", + "hcp_pin_alias": "29964", + "session_name": "Aortic valve replacement and mortality with left ventricular hypertrophy in setting of normal LVEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "29964", + "first_name": "Jason", + "middle_name": "H", + "last_name": "Wasfy", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic valve replacement and mortality with left ventricular hypertrophy in setting of normal LVEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy, Left Ventricular | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jason H Wasfy", + "kol_full_name": "Jason H Wasfy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "PCSK9 Inhibitors | Empagliflozin | Atherosclerosis | Inhibition, Psychological | Ischemia | Cardio-Renal Syndrome | Clinical Trial | Acute Coronary Syndrome | Myocardial Infarction | Aldosterone", + "npi_num": "1962515551", + "hcp_pin_alias": "29911", + "session_name": "Pitfalls in the interpretation of clinical trials: important aspects for trialists and clinicians who read their publications,Cardiorenal effects and safety of initiation of empagliflozin after acute myocardial infarction,Lower rate of ischemic events with PCSK9 inhibition in patients with atherosclerotic cardiovascular disease but without prior ischemic events,Case presentation: high-risk atherosclerotic cardiovascular disease (ASCVD) (Pre-acute coronary syndrome),Empagliflozin and kidney function after acute myocardial infarction,Aldosterone synthase inhibition,For high-risk patients it's 15 minutes to midnight on the acute coronary syndrome (ACS) clock: can we stop it?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "29911", + "first_name": "Deepak", + "middle_name": "L", + "last_name": "Bhatt", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "7", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pitfalls in the interpretation of clinical trials: important aspects for trialists and clinicians who read their publications", + "rest_events_session_count": 6, + "rest_events_session": "Cardiorenal effects and safety of initiation of empagliflozin after acute myocardial infarction,Lower rate of ischemic events with PCSK9 inhibition in patients with atherosclerotic cardiovascular disease but without prior ischemic events,Case presentation: high-risk atherosclerotic cardiovascular disease (ASCVD) (Pre-acute coronary syndrome),Empagliflozin and kidney function after acute myocardial infarction,Aldosterone synthase inhibition,For high-risk patients it's 15 minutes to midnight on the acute coronary syndrome (ACS) clock: can we stop it?", + "events_topic": "PCSK9 Inhibitors | Empagliflozin ", + "rest_events_topic_count": 8, + "rest_events_topic": " Atherosclerosis | Inhibition, Psychological | Ischemia | Cardio-Renal Syndrome | Clinical Trial | Acute Coronary Syndrome | Myocardial Infarction | Aldosterone", + "kol_name": "Deepak L Bhatt", + "kol_full_name": "Deepak L Bhatt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Electrocardiography | Monitoring, Ambulatory | Artificial Intelligence", + "npi_num": "1962487447", + "hcp_pin_alias": "29863", + "session_name": "Artificial intelligence is important in cardiology: pro,Short-term prediction of atrial fibrillation from ambulatory monitoring ECG using a deep neural network", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "29863", + "first_name": "Jagmeet", + "middle_name": "P", + "last_name": "Singh", + "org_name": "Mass General Hospital: Corrigan Minehan Heart Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Danvers", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence is important in cardiology: pro", + "rest_events_session_count": 1, + "rest_events_session": "Short-term prediction of atrial fibrillation from ambulatory monitoring ECG using a deep neural network", + "events_topic": "Atrial Fibrillation | Electrocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Monitoring, Ambulatory | Artificial Intelligence", + "kol_name": "Jagmeet P Singh", + "kol_full_name": "Jagmeet P Singh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Decision Making | Stroke | Anticoagulants", + "npi_num": "1962484766", + "hcp_pin_alias": "29855", + "session_name": "Randomized evaluation of decision support interventions for atrial fibrillation: Anticoagulant adherence after shared decision making interventions for stroke prevention in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "29855", + "first_name": "Elizabeth", + "middle_name": "Anne", + "last_name": "Jackson", + "org_name": "University of Alabama at Birmingham Heersink School of Medicine", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Randomized evaluation of decision support interventions for atrial fibrillation: Anticoagulant adherence after shared decision making interventions for stroke prevention in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Decision Making ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke | Anticoagulants", + "kol_name": "Elizabeth Anne Jackson", + "kol_full_name": "Elizabeth Anne Jackson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Breast Neoplasms", + "npi_num": "1952468209", + "hcp_pin_alias": "29631", + "session_name": "Clinical validated risk prediction model for development of heart failure after contemporary breast cancer treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "29631", + "first_name": "Ana", + "middle_name": "", + "last_name": "Barac", + "org_name": "Inova Fair Oaks Hospital", + "Country": "United States", + "Region": "Virginia", + "City": "Fairfax", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical validated risk prediction model for development of heart failure after contemporary breast cancer treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ana Barac", + "kol_full_name": "Ana Barac" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Disease", + "npi_num": "1952343212", + "hcp_pin_alias": "29486", + "session_name": "State-of-the-art lecture on calcium modification: optimising the journey through coronary calcium", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "29486", + "first_name": "Annapoorna", + "middle_name": "S", + "last_name": "Kini", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on calcium modification: optimising the journey through coronary calcium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Annapoorna S Kini", + "kol_full_name": "Annapoorna S Kini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Breast Neoplasms", + "npi_num": "1942274279", + "hcp_pin_alias": "29246", + "session_name": "Exploring the paradox: a comprehensive study on the reduced risk of coronary artery disease in breast cancer patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "29246", + "first_name": "Omar", + "middle_name": "S", + "last_name": "Obeidat", + "org_name": "DLP Conemaugh Physician Practices LLC", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Johnstown", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring the paradox: a comprehensive study on the reduced risk of coronary artery disease in breast cancer patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Omar S Obeidat", + "kol_full_name": "Omar S Obeidat" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Amyloid", + "npi_num": "1932188935", + "hcp_pin_alias": "28938", + "session_name": "Heart failure is the stage and amyloid a key player", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "28938", + "first_name": "Martha", + "middle_name": "", + "last_name": "Grogan", + "org_name": "Mayo Clinic Hospital, Saint Marys Campus", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure is the stage and amyloid a key player", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Amyloid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Martha Grogan", + "kol_full_name": "Martha Grogan" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Rheumatic Heart Disease", + "npi_num": "1922144146", + "hcp_pin_alias": "28674", + "session_name": "The global burden of rheumatic heart disease: trends and challenges", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "28674", + "first_name": "Gregory", + "middle_name": "Andrew", + "last_name": "Roth", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The global burden of rheumatic heart disease: trends and challenges", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rheumatic Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gregory Andrew Roth", + "kol_full_name": "Gregory Andrew Roth" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Shock, Cardiogenic", + "npi_num": "1912937087", + "hcp_pin_alias": "28321", + "session_name": "State-of-the-art lecture on contemporary epidemiology of worsening heart failure,Heart failure: recent breakers,Hot off the press: heart failure-related cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "28321", + "first_name": "Mariell", + "middle_name": "L", + "last_name": "Jessup", + "org_name": "American Heart Association", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on contemporary epidemiology of worsening heart failure", + "rest_events_session_count": 2, + "rest_events_session": "Heart failure: recent breakers,Hot off the press: heart failure-related cardiogenic shock", + "events_topic": "Heart Failure | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mariell L Jessup", + "kol_full_name": "Mariell L Jessup" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial | Defibrillators, Implantable", + "npi_num": "1912917030", + "hcp_pin_alias": "28297", + "session_name": "Pacing sensation with a second generation intercostal extravascular ICD lead,Defibrillation success with a second generation intercostal extravascular ICD lead and commercially available left pectoral pulse generator,Electrical performance of a novel extravascular temporary pacing lead system", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "28297", + "first_name": "Martin", + "middle_name": "C", + "last_name": "Burke", + "org_name": "Northwestern Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pacing sensation with a second generation intercostal extravascular ICD lead", + "rest_events_session_count": 2, + "rest_events_session": "Defibrillation success with a second generation intercostal extravascular ICD lead and commercially available left pectoral pulse generator,Electrical performance of a novel extravascular temporary pacing lead system", + "events_topic": "Cardiac Pacing, Artificial | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Martin C Burke", + "kol_full_name": "Martin C Burke" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Cardiovascular Diseases | ST Elevation Myocardial Infarction | Acute Coronary Syndrome | Nomograms | Heart Failure", + "npi_num": "1902980063", + "hcp_pin_alias": "28121", + "session_name": "Prognostic impact of composite lipid indices in patients with acute coronary syndrome undergoing percutaneous coronary intervention,Nomogram-based prediction of MACE in older adults with STEMI,Digital tools to help treat heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "28121", + "first_name": "Adrian", + "middle_name": "Felipe", + "last_name": "Hernandez", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of composite lipid indices in patients with acute coronary syndrome undergoing percutaneous coronary intervention", + "rest_events_session_count": 2, + "rest_events_session": "Nomogram-based prediction of MACE in older adults with STEMI,Digital tools to help treat heart failure", + "events_topic": "Percutaneous Coronary Intervention | Cardiovascular Diseases ", + "rest_events_topic_count": 4, + "rest_events_topic": " ST Elevation Myocardial Infarction | Acute Coronary Syndrome | Nomograms | Heart Failure", + "kol_name": "Adrian Felipe Hernandez", + "kol_full_name": "Adrian Felipe Hernandez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Shock, Cardiogenic", + "npi_num": "1902959554", + "hcp_pin_alias": "28109", + "session_name": "Mechanical circulatory support is of benefit in cardiogenic shock: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "28109", + "first_name": "Navin", + "middle_name": "K", + "last_name": "Kapur", + "org_name": "Tufts Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanical circulatory support is of benefit in cardiogenic shock: pro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Circulatory Support | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Navin K Kapur", + "kol_full_name": "Navin K Kapur" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Heart Failure, Diastolic | Atrial Fibrillation", + "npi_num": "1881708295", + "hcp_pin_alias": "27412", + "session_name": "Atrial fibrillation and HFpEF: what role does catheter ablation play?,New modalities and strategies in catheter ablation of atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "27412", + "first_name": "Nassir", + "middle_name": "F.", + "last_name": "Marrouche", + "org_name": "Administrators Of The Tulane Educational Fund", + "Country": "United States", + "Region": "Louisiana", + "City": "Metairie", + "num_sess": "2", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation and HFpEF: what role does catheter ablation play?", + "rest_events_session_count": 1, + "rest_events_session": "New modalities and strategies in catheter ablation of atrial fibrillation", + "events_topic": "Catheter Ablation | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Nassir F. Marrouche", + "kol_full_name": "Nassir F. Marrouche" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "1851358162", + "hcp_pin_alias": "26365", + "session_name": "Practice-changing studies from NEJM 2024", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "26365", + "first_name": "Jane", + "middle_name": "Anne", + "last_name": "Leopold", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Practice-changing studies from NEJM 2024", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jane Anne Leopold", + "kol_full_name": "Jane Anne Leopold" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Diabetes Mellitus, Type 2", + "npi_num": "1841492402", + "hcp_pin_alias": "26250", + "session_name": "Prediction of cardiovascular risk in patients type 2 diabetes using the SCORE2-Diabetes risk score", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "26250", + "first_name": "Matthew", + "middle_name": "A.", + "last_name": "Cavender", + "org_name": "UNC School of Medicine", + "Country": "United States", + "Region": "North Carolina", + "City": "Chapel Hill", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of cardiovascular risk in patients type 2 diabetes using the SCORE2-Diabetes risk score", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthew A. Cavender", + "kol_full_name": "Matthew A. Cavender" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Insufficiency | Cardiac Magnetic Resonance Imaging | Heart Valve Diseases | Pulmonary Valve Stenosis | Heart Diseases | Magnetic Resonance Imaging | Myocardial Ischemia | Nonischemic Heart Disease | Ischemic Heart Disease", + "npi_num": "1841408226", + "hcp_pin_alias": "26210", + "session_name": "Cardiovascular magnetic resonance in non-ischaemic heart disease,Cardiovascular magnetic resonance in non-ischemic heart disease,Cardiovascular magnetic resonance in ischaemic heart disease,Cardiovascular magnetic resonance in valve disease,Cardiovascular magnetic resonance in valvular heart disease,Cardiovascular magnetic resonance ischaemic heart disease,Clinical Case Management: the diagnostic challenge of combined valvular stenosis and regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "26210", + "first_name": "Joao", + "middle_name": "Luiz", + "last_name": "Cavalcante", + "org_name": "Allina Health System", + "Country": "United States", + "Region": "Minnesota", + "City": "Edina", + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular magnetic resonance in non-ischaemic heart disease", + "rest_events_session_count": 6, + "rest_events_session": "Cardiovascular magnetic resonance in non-ischemic heart disease,Cardiovascular magnetic resonance in ischaemic heart disease,Cardiovascular magnetic resonance in valve disease,Cardiovascular magnetic resonance in valvular heart disease,Cardiovascular magnetic resonance ischaemic heart disease,Clinical Case Management: the diagnostic challenge of combined valvular stenosis and regurgitation", + "events_topic": "Aortic Valve Insufficiency | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 7, + "rest_events_topic": " Heart Valve Diseases | Pulmonary Valve Stenosis | Heart Diseases | Magnetic Resonance Imaging | Myocardial Ischemia | Nonischemic Heart Disease | Ischemic Heart Disease", + "kol_name": "Joao Luiz Cavalcante", + "kol_full_name": "Joao Luiz Cavalcante" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "1841214830", + "hcp_pin_alias": "25969", + "session_name": "Real-world evidence of implanting leadless pacemakers after transcatheter aortic valve implantation procedures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "25969", + "first_name": "Steven", + "middle_name": "L", + "last_name": "Zweibel", + "org_name": "Hartford Healthcare Medical Group", + "Country": "United States", + "Region": "Connecticut", + "City": "Norwich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world evidence of implanting leadless pacemakers after transcatheter aortic valve implantation procedures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Steven L Zweibel", + "kol_full_name": "Steven L Zweibel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "1831365626", + "hcp_pin_alias": "25915", + "session_name": "Advanced heart failure: new challenges, new opportunities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "25915", + "first_name": "Amanda", + "middle_name": "Ruth", + "last_name": "Vest", + "org_name": "Cleveland Clinic", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advanced heart failure: new challenges", + "rest_events_session_count": 1, + "rest_events_session": " new opportunities", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amanda Ruth Vest", + "kol_full_name": "Amanda Ruth Vest" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Women's Health | Primary Prevention | Secondary Prevention | Combined Modality Therapy | Cholesterol, LDL | Decision Making | Lipoprotein(a)", + "npi_num": "1831203777", + "hcp_pin_alias": "25818", + "session_name": "Panel discussion 2 - how can healthcare providers effectively navigate the decision-making process when considering combination therapy for women with elevated LDL-C levels?,real-world implementation challenges: which practical considerations should healthcare professionals employ for optimal management of LDL-C levels in women?,Optimising LDL-C reduction for women's heart health: exploring established therapies,Cases in Lp(a) – primary and secondary prevention,Navigating complex decision making: personalised care beyond the guidelines", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "25818", + "first_name": "Sunghee", + "middle_name": "L", + "last_name": "Cho", + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Panel discussion 2 - how can healthcare providers effectively navigate the decision-making process when considering combination therapy for women with elevated LDL-C levels?", + "rest_events_session_count": 4, + "rest_events_session": "real-world implementation challenges: which practical considerations should healthcare professionals employ for optimal management of LDL-C levels in women?,Optimising LDL-C reduction for women's heart health: exploring established therapies,Cases in Lp(a) – primary and secondary prevention,Navigating complex decision making: personalised care beyond the guidelines", + "events_topic": "Women's Health | Primary Prevention ", + "rest_events_topic_count": 5, + "rest_events_topic": " Secondary Prevention | Combined Modality Therapy | Cholesterol, LDL | Decision Making | Lipoprotein(a)", + "kol_name": "Sunghee L Cho", + "kol_full_name": "Sunghee L Cho" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "1831121789", + "hcp_pin_alias": "25665", + "session_name": "Pulmonary hypertension: advanced diagnostics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "25665", + "first_name": "Patricia", + "middle_name": "A", + "last_name": "Thistlethwaite", + "org_name": "UC San Diego Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Diego", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary hypertension: advanced diagnostics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patricia A Thistlethwaite", + "kol_full_name": "Patricia A Thistlethwaite" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Lipid-Lowering Therapies", + "npi_num": "1811967433", + "hcp_pin_alias": "25235", + "session_name": "Imaging to personalise lipid-lowering", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "25235", + "first_name": "Matthew", + "middle_name": "J", + "last_name": "Budoff", + "org_name": "UCLA Santa Monica Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging to personalise lipid-lowering", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthew J Budoff", + "kol_full_name": "Matthew J Budoff" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "1801872056", + "hcp_pin_alias": "24871", + "session_name": "The role of genetics in myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "24871", + "first_name": "Leslie", + "middle_name": "T", + "last_name": "Cooper", + "org_name": "Mayo Clinic, Jacksonville", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of genetics in myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leslie T Cooper", + "kol_full_name": "Leslie T Cooper" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1780651497", + "hcp_pin_alias": "24128", + "session_name": "Intracoronary imaging and physiology in 2024: 'eyes wide open'", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "24128", + "first_name": "Ajay", + "middle_name": "Jayant", + "last_name": "Kirtane", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intracoronary imaging and physiology in 2024: 'eyes wide open'", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ajay Jayant Kirtane", + "kol_full_name": "Ajay Jayant Kirtane" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Ventricular Premature Complexes", + "npi_num": "1770790651", + "hcp_pin_alias": "24030", + "session_name": "Premature ventricular contraction burden measured by an insertable cardiac monitor and the incidence of ventricular tachycardia and fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "24030", + "first_name": "Jonathan", + "middle_name": "W", + "last_name": "Dukes", + "org_name": "Cardiology Associates Medical Group", + "Country": "United States", + "Region": "California", + "City": "Ventura", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Premature ventricular contraction burden measured by an insertable cardiac monitor and the incidence of ventricular tachycardia and fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Ventricular Premature Complexes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan W Dukes", + "kol_full_name": "Jonathan W Dukes" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipoproteins | Sotagliflozin | VICTORION-1 | Influenza, Human | Cholesterol | Diabetes Mellitus | Heart Disease Risk Factors | Population Dynamics", + "npi_num": "1740336908", + "hcp_pin_alias": "23050", + "session_name": "Icosapent ethyl by baseline small dense low-density lipoprotein cholesterol: an analysis of REDUCE-IT,Efficacy of sotagliflozin by diabetes duration: a secondary analysis of SCORED,Evolution of ESC guidelines: what changed the guidelines for influenza vaccination?,Open discussion with experts on influenza: don’t let influenza break the hearts of your patients,Cardiovascular risk factors and disease mortality among asian american subgroups,Applicability of VICTORION-1 PREVENT Criteria to the US Population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "23050", + "first_name": "Rahul", + "middle_name": "", + "last_name": "Aggarwal", + "org_name": "Jupiter Medical Center Physicians Group Inc", + "Country": "United States", + "Region": "Florida", + "City": "Jupiter", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Icosapent ethyl by baseline small dense low-density lipoprotein cholesterol: an analysis of REDUCE-IT", + "rest_events_session_count": 5, + "rest_events_session": "Efficacy of sotagliflozin by diabetes duration: a secondary analysis of SCORED,Evolution of ESC guidelines: what changed the guidelines for influenza vaccination?,Open discussion with experts on influenza: don’t let influenza break the hearts of your patients,Cardiovascular risk factors and disease mortality among asian american subgroups,Applicability of VICTORION-1 PREVENT Criteria to the US Population", + "events_topic": "Lipoproteins | Sotagliflozin ", + "rest_events_topic_count": 6, + "rest_events_topic": " VICTORION-1 | Influenza, Human | Cholesterol | Diabetes Mellitus | Heart Disease Risk Factors | Population Dynamics", + "kol_name": "Rahul Aggarwal", + "kol_full_name": "Rahul Aggarwal" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Acute Coronary Syndrome | Microvascular Dysfunction | Vasospastic Angina | Pregnancy | Coronary Vasospasm | Angina With Non-Obstructive Coronary Artery Disease | ANOCA | Non-Obstructive Coronary Artery Disease | Coronary Artery Disease", + "npi_num": "1700143971", + "hcp_pin_alias": "21621", + "session_name": "Worse ischemic symptoms and cardiac function in women with suspected ischemia with no obstructive coronary artery disease and adverse pregnancy outcomes history,Using anginal symptoms to predict underlying etiology in patients with angina and no obstructive coronary disease (ANOCA),Differences in clinical characteristics, angina, and quality of life among patients with microvascular vs vasospastic angina and no obstructive coronary artery disease (ANOCA),Evaluation of coronary microvascular dysfunction and vasospasm in patients with angina and non-obstructive coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "21621", + "first_name": "Odayme", + "middle_name": "", + "last_name": "Quesada", + "org_name": "The Christ Hospital Cardiovascular Associates Llc", + "Country": "United States", + "Region": "Kentucky", + "City": "Fort Wright", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Worse ischemic symptoms and cardiac function in women with suspected ischemia with no obstructive coronary artery disease and adverse pregnancy outcomes history", + "rest_events_session_count": 5, + "rest_events_session": "Using anginal symptoms to predict underlying etiology in patients with angina and no obstructive coronary disease (ANOCA),Differences in clinical characteristics, angina, and quality of life among patients with microvascular vs vasospastic angina and no obstructive coronary artery disease (ANOCA),Evaluation of coronary microvascular dysfunction and vasospasm in patients with angina and non-obstructive coronary artery disease", + "events_topic": "Ischemia | Acute Coronary Syndrome ", + "rest_events_topic_count": 8, + "rest_events_topic": " Microvascular Dysfunction | Vasospastic Angina | Pregnancy | Coronary Vasospasm | Angina With Non-Obstructive Coronary Artery Disease | ANOCA | Non-Obstructive Coronary Artery Disease | Coronary Artery Disease", + "kol_name": "Odayme Quesada", + "kol_full_name": "Odayme Quesada" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Biomarkers", + "npi_num": "1699757062", + "hcp_pin_alias": "21385", + "session_name": "State-of-the-art lecture on biomarkers to guide the treatment of heart failure: where are we going?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "21385", + "first_name": "James", + "middle_name": "Louis", + "last_name": "Januzzi", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on biomarkers to guide the treatment of heart failure: where are we going?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James Louis Januzzi", + "kol_full_name": "James Louis Januzzi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Hydroxymethylglutaryl-CoA Reductase Inhibitors | Lipoproteins | Lipid-Lowering Therapies", + "npi_num": "1699720151", + "hcp_pin_alias": "21303", + "session_name": "Personalised lipid-lowering therapy in different patient populations,Lipid-lowering therapies: new findings,Lipoproteins and cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "21303", + "first_name": "Vera", + "middle_name": "A", + "last_name": "Bittner", + "org_name": "University of Alabama at Birmingham Heersink School of Medicine", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised lipid-lowering therapy in different patient populations", + "rest_events_session_count": 2, + "rest_events_session": "Lipid-lowering therapies: new findings,Lipoproteins and cardiovascular risk", + "events_topic": "Heart Disease Risk Factors | Hydroxymethylglutaryl-CoA Reductase Inhibitors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lipoproteins | Lipid-Lowering Therapies", + "kol_name": "Vera A Bittner", + "kol_full_name": "Vera A Bittner" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Prevention | Lipid-Lowering Therapies | Cardiovascular Diseases", + "npi_num": "1689726630", + "hcp_pin_alias": "21146", + "session_name": "Refining risk stratification: what works best in primary prevention?,Fire and forget beats personalised lipid-lowering treatment: con,Epidemiology of cardiovascular risk and disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "21146", + "first_name": "Eugenia", + "middle_name": "", + "last_name": "Gianos", + "org_name": "North Shore University Hospital", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Refining risk stratification: what works best in primary prevention?", + "rest_events_session_count": 2, + "rest_events_session": "Fire and forget beats personalised lipid-lowering treatment: con,Epidemiology of cardiovascular risk and disease", + "events_topic": "Primary Prevention | Lipid-Lowering Therapies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Eugenia Gianos", + "kol_full_name": "Eugenia Gianos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Cardiac Monitors | Atrial Fibrillation", + "npi_num": "1689680498", + "hcp_pin_alias": "21117", + "session_name": "Clinical implications of atrial fibrillation recurrence vs. burden following catheter ablation: outcome data from 3 contemporary clinical trials using an insertable cardiac monitor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "21117", + "first_name": "Mehmet", + "middle_name": "K", + "last_name": "Aktas", + "org_name": "University of Rochester Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical implications of atrial fibrillation recurrence vs. burden following catheter ablation: outcome data from 3 contemporary clinical trials using an insertable cardiac monitor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Cardiac Monitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Mehmet K Aktas", + "kol_full_name": "Mehmet K Aktas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "1679503783", + "hcp_pin_alias": "20647", + "session_name": "TAVI: technical aspects in special populations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "20647", + "first_name": "Howard", + "middle_name": "C", + "last_name": "Herrmann", + "org_name": "Perelman School of Medicine at the University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI: technical aspects in special populations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Howard C Herrmann", + "kol_full_name": "Howard C Herrmann" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "1669572962", + "hcp_pin_alias": "20566", + "session_name": "Comorbidities in heart failure: latest findings,Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "20566", + "first_name": "Randall", + "middle_name": "C", + "last_name": "Starling", + "org_name": "Cleveland Clinic", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comorbidities in heart failure: latest findings", + "rest_events_session_count": 1, + "rest_events_session": "Miscellaneous clinical studies in heart failure", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Randall C Starling", + "kol_full_name": "Randall C Starling" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mavacamten | Aficamten | Patient Monitoring | Cardiomyopathy, Hypertrophic | Early Diagnosis", + "npi_num": "1669572152", + "hcp_pin_alias": "20564", + "session_name": "Mavacamten/aficamten: treatment initiation and patient monitoring,Cases in hypertrophic cardiomyopathy: from early diagnosis to novel therapies,Real-world experience with mavacamten in obstructive hypertrophic cardiomyopathy: observations from a tertiary care center,Long-term outcomes of patients with apical hypertrophic cardiomyopathy: incorporation of a novel risk score.,Serial changes in left and right ventricular global longitudinal strain in symptomatic obstructive hypertrophic cardiomyopathy treated with mavacamten: insights from VALOR-HCM trial,Serial changes in left atrial strain in symptomatic obstructive hypertrophic cardiomyopathy treated with mavacamten: insights from VALOR-HCM trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "20564", + "first_name": "Milind", + "middle_name": "Yagnesh", + "last_name": "Desai", + "org_name": "Cleveland Clinic", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "6", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mavacamten/aficamten: treatment initiation and patient monitoring", + "rest_events_session_count": 5, + "rest_events_session": "Cases in hypertrophic cardiomyopathy: from early diagnosis to novel therapies,Real-world experience with mavacamten in obstructive hypertrophic cardiomyopathy: observations from a tertiary care center,Long-term outcomes of patients with apical hypertrophic cardiomyopathy: incorporation of a novel risk score.,Serial changes in left and right ventricular global longitudinal strain in symptomatic obstructive hypertrophic cardiomyopathy treated with mavacamten: insights from VALOR-HCM trial,Serial changes in left atrial strain in symptomatic obstructive hypertrophic cardiomyopathy treated with mavacamten: insights from VALOR-HCM trial", + "events_topic": "Mavacamten | Aficamten ", + "rest_events_topic_count": 3, + "rest_events_topic": " Patient Monitoring | Cardiomyopathy, Hypertrophic | Early Diagnosis", + "kol_name": "Milind Yagnesh Desai", + "kol_full_name": "Milind Yagnesh Desai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Coronary Revascularization | Patient Care | Transcatheter Aortic Valve Replacement | Transcatheter Valvular Interventions", + "npi_num": "1669559480", + "hcp_pin_alias": "20552", + "session_name": "Paving the path: key lessons from my experience with transcatheter valvular interventions,Coronary revascularisation in patients undergoing TAVI: why? when? and how?,Personalising the management of coronary artery disease in patients undergoing transcatheter aortic interventions,The year in review: top trials in structural interventions impacting guidelines and patient care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "20552", + "first_name": "Martin", + "middle_name": "Bert", + "last_name": "Leon", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Paving the path: key lessons from my experience with transcatheter valvular interventions", + "rest_events_session_count": 3, + "rest_events_session": "Coronary revascularisation in patients undergoing TAVI: why? when? and how?,Personalising the management of coronary artery disease in patients undergoing transcatheter aortic interventions,The year in review: top trials in structural interventions impacting guidelines and patient care", + "events_topic": "Coronary Artery Disease | Coronary Revascularization ", + "rest_events_topic_count": 3, + "rest_events_topic": " Patient Care | Transcatheter Aortic Valve Replacement | Transcatheter Valvular Interventions", + "kol_name": "Martin Bert Leon", + "kol_full_name": "Martin Bert Leon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Conduction System Disease | Cardiac Pacing, Artificial | Evidence-Based Practice | Ventricular Dysfunction, Right", + "npi_num": "1669422184", + "hcp_pin_alias": "20364", + "session_name": "Latest clinical evidence for conduction system pacing,Traditional dual-chamber right ventricular pacing versus conduction system pacing in the US medicare population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "20364", + "first_name": "Pugazhendhi", + "middle_name": "", + "last_name": "Vijayaraman", + "org_name": "Geisinger Medical Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Wilkes Barre", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Latest clinical evidence for conduction system pacing", + "rest_events_session_count": 1, + "rest_events_session": "Traditional dual-chamber right ventricular pacing versus conduction system pacing in the US medicare population", + "events_topic": "Cardiac Conduction System Disease | Cardiac Pacing, Artificial ", + "rest_events_topic_count": 2, + "rest_events_topic": " Evidence-Based Practice | Ventricular Dysfunction, Right", + "kol_name": "Pugazhendhi Vijayaraman", + "kol_full_name": "Pugazhendhi Vijayaraman" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Semaglutide | Diabetes Mellitus, Type 2 | Albuminuria", + "npi_num": "1659455707", + "hcp_pin_alias": "20246", + "session_name": "Semaglutide and cardiovascular outcomes by baseline chronic kidney disease status and albuminuria in type 2 diabetes and chronic kidney disease: results from the FLOW trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "20246", + "first_name": "Kenneth", + "middle_name": "W", + "last_name": "Mahaffey", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Semaglutide and cardiovascular outcomes by baseline chronic kidney disease status and albuminuria in type 2 diabetes and chronic kidney disease: results from the FLOW trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Semaglutide ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diabetes Mellitus, Type 2 | Albuminuria", + "kol_name": "Kenneth W Mahaffey", + "kol_full_name": "Kenneth W Mahaffey" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "1659412336", + "hcp_pin_alias": "20223", + "session_name": "From screening to digital twin models in valvular heart disease: the new imaging frontiers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "20223", + "first_name": "Stephen", + "middle_name": "Henry", + "last_name": "Little", + "org_name": "Houston Methodist Hospital", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From screening to digital twin models in valvular heart disease: the new imaging frontiers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephen Henry Little", + "kol_full_name": "Stephen Henry Little" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Metabolomics | Atherosclerosis | Cardiovascular Diseases", + "npi_num": "1639369820", + "hcp_pin_alias": "19681", + "session_name": "Lipoprotein(a) metabolomic and proteomic features and atherosclerotic cardiovascular disease in young, asymptomatic adults", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "19681", + "first_name": "Sascha", + "middle_name": "N", + "last_name": "Goonewardena", + "org_name": "University of Michigan", + "Country": "United States", + "Region": "Michigan", + "City": "Canton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoprotein(a) metabolomic and proteomic features and atherosclerotic cardiovascular disease in young", + "rest_events_session_count": 1, + "rest_events_session": " asymptomatic adults", + "events_topic": "Metabolomics | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Sascha N Goonewardena", + "kol_full_name": "Sascha N Goonewardena" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Sodium-Glucose Transporter 2 Inhibitors | Myocardial Infarction | Heart Failure", + "npi_num": "1639100928", + "hcp_pin_alias": "19386", + "session_name": "Healthcare utilization following acute myocardial infarction findings from RECORD MI registry,Ask the expert: optimising therapeutic care of patients with heart failure,Where do we stand with SGLT2i post-myocardial infarction?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "19386", + "first_name": "Javed", + "middle_name": "", + "last_name": "Butler", + "org_name": "Baylor Scott & White Health", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "3", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Healthcare utilization following acute myocardial infarction findings from RECORD MI registry", + "rest_events_session_count": 2, + "rest_events_session": "Ask the expert: optimising therapeutic care of patients with heart failure,Where do we stand with SGLT2i post-myocardial infarction?", + "events_topic": "Sodium-Glucose Transporter 2 Inhibitors | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "Javed Butler", + "kol_full_name": "Javed Butler" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipoprotein(a) | Aortic Valve Stenosis", + "npi_num": "1629124417", + "hcp_pin_alias": "19275", + "session_name": "Lp(a) and aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "19275", + "first_name": "Sotirios", + "middle_name": "", + "last_name": "Tsimikas", + "org_name": "UC San Diego Medical Center", + "Country": "United States", + "Region": "California", + "City": "La Jolla", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lp(a) and aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipoprotein(a) | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sotirios Tsimikas", + "kol_full_name": "Sotirios Tsimikas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Overweight | Obesity", + "npi_num": "1619176732", + "hcp_pin_alias": "18838", + "session_name": "Management of overweight and obesity: evaluating clinical practices and shaping the future,Exploring obesity as a global health problem,Unravelling the management and treatment of obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "18838", + "first_name": "Erin", + "middle_name": "A", + "last_name": "Bohula", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of overweight and obesity: evaluating clinical practices and shaping the future", + "rest_events_session_count": 2, + "rest_events_session": "Exploring obesity as a global health problem,Unravelling the management and treatment of obesity", + "events_topic": "Overweight | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erin A Bohula", + "kol_full_name": "Erin A Bohula" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Prevention | Kidney Diseases | Secondary Prevention | Exercise Therapy | Coronary Artery Disease", + "npi_num": "1609807825", + "hcp_pin_alias": "18517", + "session_name": "Role of exercise in primary and secondary prevention,Coronary artery disease in kidney patients: from genes to treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "18517", + "first_name": "Daniel", + "middle_name": "A", + "last_name": "Duprez", + "org_name": "M Health Fairview University Of Minnesota Medical Center", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of exercise in primary and secondary prevention", + "rest_events_session_count": 1, + "rest_events_session": "Coronary artery disease in kidney patients: from genes to treatment", + "events_topic": "Primary Prevention | Kidney Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Secondary Prevention | Exercise Therapy | Coronary Artery Disease", + "kol_name": "Daniel A Duprez", + "kol_full_name": "Daniel A Duprez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "1598834590", + "hcp_pin_alias": "18340", + "session_name": "Cardiovascular treatment: protecting the brain and the limbs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "18340", + "first_name": "Marc", + "middle_name": "Peter", + "last_name": "Bonaca", + "org_name": "University of Colorado Hospital", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular treatment: protecting the brain and the limbs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marc Peter Bonaca", + "kol_full_name": "Marc Peter Bonaca" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "1598744716", + "hcp_pin_alias": "18217", + "session_name": "From screening to digital twin models in valvular heart disease: the new imaging frontiers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "18217", + "first_name": "Sharon", + "middle_name": "L", + "last_name": "Mulvagh", + "org_name": "Dalhousie University", + "Country": "Canada", + "Region": "Nova Scotia", + "City": "Halifax", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From screening to digital twin models in valvular heart disease: the new imaging frontiers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sharon L Mulvagh", + "kol_full_name": "Sharon L Mulvagh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Prevention | Cardiovascular Diseases", + "npi_num": "1588665889", + "hcp_pin_alias": "17946", + "session_name": "Changing concepts in cardiovascular prevention: refocusing on primordial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "17946", + "first_name": "Valentin", + "middle_name": "D", + "last_name": "Fuster", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changing concepts in cardiovascular prevention: refocusing on primordial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Prevention | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Valentin D Fuster", + "kol_full_name": "Valentin D Fuster" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed", + "npi_num": "1588632012", + "hcp_pin_alias": "17852", + "session_name": "Novel assessment of cardiovascular risk using computed tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "17852", + "first_name": "Quynh", + "middle_name": "Anh", + "last_name": "Truong", + "org_name": "Weill Cornell Medicine", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel assessment of cardiovascular risk using computed tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Quynh Anh Truong", + "kol_full_name": "Quynh Anh Truong" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity | Semaglutide | Heart Failure | Heart Failure, Diastolic", + "npi_num": "1588613657", + "hcp_pin_alias": "17805", + "session_name": "Effects of semaglutide on clinical events in heart failure with preserved ejection fraction: a pooled, participant-level analysis of SELECT, FLOW, STEP-HFpEF and STEP-HFpEF DM trials,Treating obesity to prevent heart failure,Optimising therapy for patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "17805", + "first_name": "Mikhail", + "middle_name": "N", + "last_name": "Kosiborod", + "org_name": "Saint Lukes Physician Group Inc", + "Country": "United States", + "Region": "Missouri", + "City": "Kansas City", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of semaglutide on clinical events in heart failure with preserved ejection fraction: a pooled", + "rest_events_session_count": 5, + "rest_events_session": " participant-level analysis of SELECT, FLOW, STEP-HFpEF and STEP-HFpEF DM trials,Treating obesity to prevent heart failure,Optimising therapy for patients with heart failure", + "events_topic": "Obesity | Semaglutide ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Heart Failure, Diastolic", + "kol_name": "Mikhail N Kosiborod", + "kol_full_name": "Mikhail N Kosiborod" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Diabetes Mellitus | Obesity | Left Ventricular Assist Device", + "npi_num": "1578716478", + "hcp_pin_alias": "17733", + "session_name": "Aspirin and hemocompatibility related adverse events after LVAD implantation in patients with diabetes mellitus, obesity and atrial fibrillation: the ARIES-HM3 randomized clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "17733", + "first_name": "Nir", + "middle_name": "", + "last_name": "Uriel", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aspirin and hemocompatibility related adverse events after LVAD implantation in patients with diabetes mellitus", + "rest_events_session_count": 1, + "rest_events_session": " obesity and atrial fibrillation: the ARIES-HM3 randomized clinical trial", + "events_topic": "Atrial Fibrillation | Diabetes Mellitus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Obesity | Left Ventricular Assist Device", + "kol_name": "Nir Uriel", + "kol_full_name": "Nir Uriel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Biological Therapy | Non-ST Elevated Myocardial Infarction | Heart Neoplasms | Cardiovascular Diseases | Percutaneous Coronary Intervention", + "npi_num": "1578687844", + "hcp_pin_alias": "17721", + "session_name": "A patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery,Biotherapies in cardiovascular disease: from bench to bedside,Coronary clot management: evolving strategies and techniques", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "17721", + "first_name": "Dominick", + "middle_name": "Joseph", + "last_name": "Angiolillo", + "org_name": "UF Health Shands", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A patient with recent non-ST elevation myocardial infarction and percutaneous coronary intervention requiring cancer surgery", + "rest_events_session_count": 2, + "rest_events_session": "Biotherapies in cardiovascular disease: from bench to bedside,Coronary clot management: evolving strategies and techniques", + "events_topic": "Biological Therapy | Non-ST Elevated Myocardial Infarction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Neoplasms | Cardiovascular Diseases | Percutaneous Coronary Intervention", + "kol_name": "Dominick Joseph Angiolillo", + "kol_full_name": "Dominick Joseph Angiolillo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Echocardiography | Artificial Intelligence", + "npi_num": "1568505287", + "hcp_pin_alias": "17379", + "session_name": "What is new in artificial intelligence applied to echocardiography?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "17379", + "first_name": "Partho", + "middle_name": "P", + "last_name": "Sengupta", + "org_name": "Rutgers Robert Wood Johnson Medical School", + "Country": "United States", + "Region": "New Jersey", + "City": "New Brunswick", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What is new in artificial intelligence applied to echocardiography?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Partho P Sengupta", + "kol_full_name": "Partho P Sengupta" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Athletes | Exercise Therapy | Defibrillators, Implantable", + "npi_num": "1558359752", + "hcp_pin_alias": "17019", + "session_name": "Athletes with an ICD should be allowed to compete: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "17019", + "first_name": "Rachel", + "middle_name": "Jane", + "last_name": "Lampert", + "org_name": "Yale New Haven Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Athletes with an ICD should be allowed to compete: pro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Athletes | Exercise Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Defibrillators, Implantable", + "kol_name": "Rachel Jane Lampert", + "kol_full_name": "Rachel Jane Lampert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericarditis, Constrictive", + "npi_num": "1548357387", + "hcp_pin_alias": "16822", + "session_name": "Personalised treatments for constrictive pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "16822", + "first_name": "Allan", + "middle_name": "L", + "last_name": "Klein", + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised treatments for constrictive pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis, Constrictive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Allan L Klein", + "kol_full_name": "Allan L Klein" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy | Cardiac Pacing, Artificial | Ventricular Dyssynchrony", + "npi_num": "1538357470", + "hcp_pin_alias": "16557", + "session_name": "Restore or preserve ventricular synchrony: when and why to use conduction system pacing,Fighting ventricular dyssynchrony: cardiac resynchronisation therapy vs. conduction-system pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "16557", + "first_name": "Devi", + "middle_name": "Gopinath", + "last_name": "Nair", + "org_name": "St. Bernards Heart & Vascular", + "Country": "United States", + "Region": "Arkansas", + "City": "Jonesboro", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Restore or preserve ventricular synchrony: when and why to use conduction system pacing", + "rest_events_session_count": 1, + "rest_events_session": "Fighting ventricular dyssynchrony: cardiac resynchronisation therapy vs. conduction-system pacing", + "events_topic": "Cardiac Resynchronization Therapy | Cardiac Pacing, Artificial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ventricular Dyssynchrony", + "kol_name": "Devi Gopinath Nair", + "kol_full_name": "Devi Gopinath Nair" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "1538191499", + "hcp_pin_alias": "16457", + "session_name": "Management of comorbidities and outcomes in atrial fibrillation,Risk factors for atrial fibrillation and stroke prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "16457", + "first_name": "Christine", + "middle_name": "Marie", + "last_name": "Albert", + "org_name": "Cedars Sinai Medical Center", + "Country": "United States", + "Region": "California", + "City": "West Hollywood", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of comorbidities and outcomes in atrial fibrillation", + "rest_events_session_count": 1, + "rest_events_session": "Risk factors for atrial fibrillation and stroke prediction", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christine Marie Albert", + "kol_full_name": "Christine Marie Albert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Troponin | Myocardial Infarction", + "npi_num": "1538146626", + "hcp_pin_alias": "16381", + "session_name": "Comparison of multiple high sensitivity cardiac troponin assays for early low risk rule out of myocardial infarction: SCORECARD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "16381", + "first_name": "Allan", + "middle_name": "S", + "last_name": "Jaffe", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of multiple high sensitivity cardiac troponin assays for early low risk rule out of myocardial infarction: SCORECARD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Allan S Jaffe", + "kol_full_name": "Allan S Jaffe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Inhibition, Psychological", + "npi_num": "1538123716", + "hcp_pin_alias": "16341", + "session_name": "Check-point inhibition: cardiovascular consequences and their prevention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "16341", + "first_name": "Javid", + "middle_name": "J", + "last_name": "Moslehi", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Check-point inhibition: cardiovascular consequences and their prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Inhibition, Psychological", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Javid J Moslehi", + "kol_full_name": "Javid J Moslehi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Magnetic Resonance Imaging | Death, Sudden | Myocarditis | Cardiomyopathy, Hypertrophic | Obesity | Cardiomyopathies", + "npi_num": "1528137148", + "hcp_pin_alias": "16203", + "session_name": "Fixing the obesity crisis,Sudden death risk assessment in hypertrophic cardiomyopathy should include myocardial fibrosis imaging: pro,Cardiovascular magnetic resonance in myocarditis: when should a genetic cardiomyopathy be suspected?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "16203", + "first_name": "Christopher", + "middle_name": "Milton", + "last_name": "Kramer", + "org_name": "UVA Heart and Vascular Center Fontaine", + "Country": "United States", + "Region": "Virginia", + "City": "Charlottesville", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fixing the obesity crisis", + "rest_events_session_count": 2, + "rest_events_session": "Sudden death risk assessment in hypertrophic cardiomyopathy should include myocardial fibrosis imaging: pro,Cardiovascular magnetic resonance in myocarditis: when should a genetic cardiomyopathy be suspected?", + "events_topic": "Diagnostic Imaging | Magnetic Resonance Imaging ", + "rest_events_topic_count": 5, + "rest_events_topic": " Death, Sudden | Myocarditis | Cardiomyopathy, Hypertrophic | Obesity | Cardiomyopathies", + "kol_name": "Christopher Milton Kramer", + "kol_full_name": "Christopher Milton Kramer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Failure, Systolic | Echocardiography | Heart Failure, Diastolic | Heart Failure", + "npi_num": "1528025996", + "hcp_pin_alias": "16057", + "session_name": "Ask the Trialist - FINEARTS-HF,STEP-HFpEF Program Echocardiography Substudy,Current management in clinical care of heart failure,FINEARTS-HF - Finerenone in heart failure with mildly reduced and preserved ejection fraction,Current management and innovations in clinical care of heart failure,Recent advances in the management of chronic heart failure,The end of ejection fraction: novel alternative imaging indices in heart failure,Deeper phenotyping in heart failure: race- and sex-related differences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "16057", + "first_name": "Scott", + "middle_name": "David", + "last_name": "Solomon", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "8", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - FINEARTS-HF", + "rest_events_session_count": 7, + "rest_events_session": "STEP-HFpEF Program Echocardiography Substudy,Current management in clinical care of heart failure,FINEARTS-HF - Finerenone in heart failure with mildly reduced and preserved ejection fraction,Current management and innovations in clinical care of heart failure,Recent advances in the management of chronic heart failure,The end of ejection fraction: novel alternative imaging indices in heart failure,Deeper phenotyping in heart failure: race- and sex-related differences", + "events_topic": "Diagnostic Imaging | Heart Failure, Systolic ", + "rest_events_topic_count": 3, + "rest_events_topic": " Echocardiography | Heart Failure, Diastolic | Heart Failure", + "kol_name": "Scott David Solomon", + "kol_full_name": "Scott David Solomon" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "1508927005", + "hcp_pin_alias": "15654", + "session_name": "Cardiovascular outcome studies in the elderly", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "15654", + "first_name": "John", + "middle_name": "Gordon", + "last_name": "Harold", + "org_name": "Cedars-Sinai Smidt Heart Institute", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular outcome studies in the elderly", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John Gordon Harold", + "kol_full_name": "John Gordon Harold" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "1508867383", + "hcp_pin_alias": "15609", + "session_name": "The innovation ecosystem for cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "15609", + "first_name": "Nabil", + "middle_name": "", + "last_name": "Dib", + "org_name": "St. Joseph's Hospital & Medical Center", + "Country": "United States", + "Region": "Arizona", + "City": "Phoenix", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The innovation ecosystem for cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nabil Dib", + "kol_full_name": "Nabil Dib" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac | Heart Failure", + "npi_num": "1508822982", + "hcp_pin_alias": "15510", + "session_name": "Interventions for arrhythmia through the heart failure lens,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel,Innovations in heart failure management: insights from clinical practice and healthcare data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "15510", + "first_name": "Lynne", + "middle_name": "W", + "last_name": "Stevenson", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interventions for arrhythmia through the heart failure lens", + "rest_events_session_count": 2, + "rest_events_session": "The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel,Innovations in heart failure management: insights from clinical practice and healthcare data", + "events_topic": "Arrhythmias, Cardiac | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lynne W Stevenson", + "kol_full_name": "Lynne W Stevenson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Heart Valve Diseases | Tricuspid Transcatheter Edge-to-edge Repair | Heart Failure | Diagnostic Imaging", + "npi_num": "1497893077", + "hcp_pin_alias": "15341", + "session_name": "Heart failure and valvular heart disease: imaging to the rescue,Repairing the tricuspid valve in heart failure: is it beneficial?,Imaging of tricuspid regurgitation,What is the evidence for TEER in tricuspid regurgitation?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "15341", + "first_name": "Rebecca", + "middle_name": "Tung", + "last_name": "Hahn", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure and valvular heart disease: imaging to the rescue", + "rest_events_session_count": 3, + "rest_events_session": "Repairing the tricuspid valve in heart failure: is it beneficial?,Imaging of tricuspid regurgitation,What is the evidence for TEER in tricuspid regurgitation?", + "events_topic": "Tricuspid Valve Insufficiency | Heart Valve Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tricuspid Transcatheter Edge-to-edge Repair | Heart Failure | Diagnostic Imaging", + "kol_name": "Rebecca Tung Hahn", + "kol_full_name": "Rebecca Tung Hahn" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Neoplasms | Heart Diseases | Cardiovascular Diseases", + "npi_num": "1497816193", + "hcp_pin_alias": "15297", + "session_name": "Daily cardiac problems in cancer patients,How to manage acute cardiac problems in patients with cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "15297", + "first_name": "Bonnie", + "middle_name": "", + "last_name": "Ky", + "org_name": "Hospital of the University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Daily cardiac problems in cancer patients", + "rest_events_session_count": 1, + "rest_events_session": "How to manage acute cardiac problems in patients with cancer", + "events_topic": "Neoplasms | Heart Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "Bonnie Ky", + "kol_full_name": "Bonnie Ky" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Asundexian | Apixaban", + "npi_num": "1487696365", + "hcp_pin_alias": "14975", + "session_name": "Ask the Triaist - OCEANIC-AF,OCEANIC-AF - Asundexian versus apixaban in patients with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14975", + "first_name": "Manesh", + "middle_name": "R", + "last_name": "Patel", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Morrisville", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Triaist - OCEANIC-AF", + "rest_events_session_count": 1, + "rest_events_session": "OCEANIC-AF - Asundexian versus apixaban in patients with atrial fibrillation", + "events_topic": "Atrial Fibrillation | Asundexian ", + "rest_events_topic_count": 1, + "rest_events_topic": " Apixaban", + "kol_name": "Manesh R Patel", + "kol_full_name": "Manesh R Patel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Diagnostic Imaging", + "npi_num": "1487684783", + "hcp_pin_alias": "14955", + "session_name": "Deep dive into aortic stenosis: new imaging insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14955", + "first_name": "William", + "middle_name": "A", + "last_name": "Zoghbi", + "org_name": "Houston Methodist Hospital", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deep dive into aortic stenosis: new imaging insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "William A Zoghbi", + "kol_full_name": "William A Zoghbi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Death, Sudden | Cardiomyopathy, Hypertrophic", + "npi_num": "1487603692", + "hcp_pin_alias": "14784", + "session_name": "State-of-the-art lecture on novel therapies for hypertrophic cardiomyopathy: recent developments and future prospects,Contemporary treatment of hypertrophic cardiomyopathy,Great Debate: assessing the risk of sudden death in hypertrophic cardiomyopathy should include myocardial fibrosis imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14784", + "first_name": "Carolyn", + "middle_name": "Yung", + "last_name": "Ho", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on novel therapies for hypertrophic cardiomyopathy: recent developments and future prospects", + "rest_events_session_count": 2, + "rest_events_session": "Contemporary treatment of hypertrophic cardiomyopathy,Great Debate: assessing the risk of sudden death in hypertrophic cardiomyopathy should include myocardial fibrosis imaging", + "events_topic": "Diagnostic Imaging | Death, Sudden ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Hypertrophic", + "kol_name": "Carolyn Yung Ho", + "kol_full_name": "Carolyn Yung Ho" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Circulation | Cardiovascular Diseases | Blood Circulation", + "npi_num": "1477518280", + "hcp_pin_alias": "14522", + "session_name": "Introduction: Circulation,Genetics: new findings across the spectrum of cardiovascular disease,Circulation: the full spectrum", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14522", + "first_name": "Joseph", + "middle_name": "A", + "last_name": "Hill", + "org_name": "The University of Texas Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Introduction: Circulation", + "rest_events_session_count": 2, + "rest_events_session": "Genetics: new findings across the spectrum of cardiovascular disease,Circulation: the full spectrum", + "events_topic": "Coronary Circulation | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Circulation", + "kol_name": "Joseph A Hill", + "kol_full_name": "Joseph A Hill" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "1467601187", + "hcp_pin_alias": "14432", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14432", + "first_name": "Joanna", + "middle_name": "", + "last_name": "Chikwe", + "org_name": "Cedars Sinai Medical Center", + "Country": "United States", + "Region": "California", + "City": "West Hollywood", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joanna Chikwe", + "kol_full_name": "Joanna Chikwe" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Clinical Decision-Making | Anticoagulants Therapy", + "npi_num": "1467593152", + "hcp_pin_alias": "14427", + "session_name": "Clinical decision-making about oral anticoagulant therapy in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14427", + "first_name": "Stavros", + "middle_name": "", + "last_name": "Stavrakis", + "org_name": "Oklahoma University Medical Center", + "Country": "United States", + "Region": "Oklahoma", + "City": "Oklahoma City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical decision-making about oral anticoagulant therapy in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Clinical Decision-Making ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anticoagulants Therapy", + "kol_name": "Stavros Stavrakis", + "kol_full_name": "Stavros Stavrakis" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertrophy, Left Ventricular | Diagnosis, Differential | Aortic Valve Stenosis", + "npi_num": "1467553263", + "hcp_pin_alias": "14402", + "session_name": "Echocardiographic differential diagnosis of left ventricular hypertrophy: what to look for,Aortic stenosis - the good, the bad and the ugly", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14402", + "first_name": "James", + "middle_name": "D", + "last_name": "Thomas", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic differential diagnosis of left ventricular hypertrophy: what to look for", + "rest_events_session_count": 2, + "rest_events_session": "Aortic stenosis - the good, the bad and the ugly", + "events_topic": "Hypertrophy, Left Ventricular | Diagnosis, Differential ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Stenosis", + "kol_name": "James D Thomas", + "kol_full_name": "James D Thomas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiomyopathies | Acoramidis | Transthyretin Amyloid Cardiomyopathy | Amyloidosis | Amyloid | Cardiac Amyloidosis", + "npi_num": "1467527903", + "hcp_pin_alias": "14377", + "session_name": "Increase in serum TTR levels observed with acoramidis treatment in patients with transthyretin amyloid cardiomyopathy (ATTR-CM): insights from ATTRibute-CM and its open-label extension,New treatment options for amyloidosis,Cardiac amyloidosis: my heart is filled with so much…,What is the role of TTR in transthyretin amyloid cardiomyopathy?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14377", + "first_name": "Mathew", + "middle_name": "Shane", + "last_name": "Maurer", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increase in serum TTR levels observed with acoramidis treatment in patients with transthyretin amyloid cardiomyopathy (ATTR-CM): insights from ATTRibute-CM and its open-label extension", + "rest_events_session_count": 3, + "rest_events_session": "New treatment options for amyloidosis,Cardiac amyloidosis: my heart is filled with so much…,What is the role of TTR in transthyretin amyloid cardiomyopathy?", + "events_topic": "Cardiomyopathies | Acoramidis ", + "rest_events_topic_count": 4, + "rest_events_topic": " Transthyretin Amyloid Cardiomyopathy | Amyloidosis | Amyloid | Cardiac Amyloidosis", + "kol_name": "Mathew Shane Maurer", + "kol_full_name": "Mathew Shane Maurer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipoprotein(a) | RNA, Small Interfering | Cardiovascular Diseases | Clinical Protocols", + "npi_num": "1467471557", + "hcp_pin_alias": "14327", + "session_name": "Real-world and implementation science: insights about siRNA,Unveiling the benefits of Lp(a) testing,Lp(a) and cardiovascular risk: integrating perspectives for a holistic approach,Bridging east and west: a global dialogue on Lp(a)- from epidemiology to clinical practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14327", + "first_name": "Christie", + "middle_name": "Mitchell", + "last_name": "Ballantyne", + "org_name": "CHI St. Luke's Health Baylor St. Luke's Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "4", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world and implementation science: insights about siRNA", + "rest_events_session_count": 3, + "rest_events_session": "Unveiling the benefits of Lp(a) testing,Lp(a) and cardiovascular risk: integrating perspectives for a holistic approach,Bridging east and west: a global dialogue on Lp(a)- from epidemiology to clinical practice", + "events_topic": "Lipoprotein(a) | RNA, Small Interfering ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Clinical Protocols", + "kol_name": "Christie Mitchell Ballantyne", + "kol_full_name": "Christie Mitchell Ballantyne" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Electrocardiography | Artificial Intelligence", + "npi_num": "1467430371", + "hcp_pin_alias": "14246", + "session_name": "Integration of artificial intelligence in electrocardiography: state-of-the art lecture", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14246", + "first_name": "Francisco", + "middle_name": "Lopez", + "last_name": "Lopez-jimenez", + "org_name": "Mayo Clinic Hospital, Saint Marys Campus", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integration of artificial intelligence in electrocardiography: state-of-the art lecture", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Francisco Lopez Lopez-jimenez", + "kol_full_name": "Francisco Lopez Lopez-jimenez" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Left Ventricular Assist Device", + "npi_num": "1457627192", + "hcp_pin_alias": "14172", + "session_name": "Impact of HF etiology on the sustainability of favorable response after LVAD weaning: A VAD Wean Registry analysis,Derivation and validation of a multicenter model to identify candidates for advanced HF therapies with high potential to achieve post-LVAD reverse cardiac remodeling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14172", + "first_name": "Stavros", + "middle_name": "G", + "last_name": "Drakos", + "org_name": "University of Utah", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of HF etiology on the sustainability of favorable response after LVAD weaning: A VAD Wean Registry analysis", + "rest_events_session_count": 1, + "rest_events_session": "Derivation and validation of a multicenter model to identify candidates for advanced HF therapies with high potential to achieve post-LVAD reverse cardiac remodeling", + "events_topic": "Heart Failure | Left Ventricular Assist Device", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stavros G Drakos", + "kol_full_name": "Stavros G Drakos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Diagnostic Imaging", + "npi_num": "1457359382", + "hcp_pin_alias": "14006", + "session_name": "Case conundrum: personalised imaging in asymptomatic severe regurgitant valve disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "14006", + "first_name": "Linda", + "middle_name": "D", + "last_name": "Gillam", + "org_name": "Atlantic Health Morristown Medical Center", + "Country": "United States", + "Region": "New Jersey", + "City": "Morristown", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case conundrum: personalised imaging in asymptomatic severe regurgitant valve disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Linda D Gillam", + "kol_full_name": "Linda D Gillam" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Lipid Management | Obesity | Cholesterol Ester Transfer Proteins", + "npi_num": "1447300439", + "hcp_pin_alias": "13757", + "session_name": "A novel CETP-inhibitor to target CV risk reduction: where could it fit in future lipid management?,Obesity and pre-diabetes: where do we stand today on prevention and treatment?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "13757", + "first_name": "Erin", + "middle_name": "Donnelly", + "last_name": "Michos", + "org_name": "The Johns Hopkin's Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "2", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel CETP-inhibitor to target CV risk reduction: where could it fit in future lipid management?", + "rest_events_session_count": 1, + "rest_events_session": "Obesity and pre-diabetes: where do we stand today on prevention and treatment?", + "events_topic": "Diabetes Mellitus | Lipid Management ", + "rest_events_topic_count": 2, + "rest_events_topic": " Obesity | Cholesterol Ester Transfer Proteins", + "kol_name": "Erin Donnelly Michos", + "kol_full_name": "Erin Donnelly Michos" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "1447292701", + "hcp_pin_alias": "13741", + "session_name": "ESC Global Cardiology Edition", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "13741", + "first_name": "Todd", + "middle_name": "Christopher", + "last_name": "Villines", + "org_name": "University Of Virginia Medical Center", + "Country": "United States", + "Region": "Virginia", + "City": "Charlottesville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC Global Cardiology Edition", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Todd Christopher Villines", + "kol_full_name": "Todd Christopher Villines" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Prolapse", + "npi_num": "1447227269", + "hcp_pin_alias": "13617", + "session_name": "Mitral valve prolapse: a new look at an old disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "13617", + "first_name": "Robert", + "middle_name": "O", + "last_name": "Bonow", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral valve prolapse: a new look at an old disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Prolapse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robert O Bonow", + "kol_full_name": "Robert O Bonow" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia With No Obstructive Arteries | Endocarditis | Heart Transplantation", + "npi_num": "1437244910", + "hcp_pin_alias": "13489", + "session_name": "Endogen microvascular dysfunction is associated with worse outcomes in heart transplantation,Multidisciplinary team management in device related endocarditis,The floor is yours: bring your questions on INOCA - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "13489", + "first_name": "Wael", + "middle_name": "Adib", + "last_name": "Jaber", + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endogen microvascular dysfunction is associated with worse outcomes in heart transplantation", + "rest_events_session_count": 2, + "rest_events_session": "Multidisciplinary team management in device related endocarditis,The floor is yours: bring your questions on INOCA - expert panel", + "events_topic": "Ischemia With No Obstructive Arteries | Endocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Transplantation", + "kol_name": "Wael Adib Jaber", + "kol_full_name": "Wael Adib Jaber" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Dyslipidemias | Obesity", + "npi_num": "1427166479", + "hcp_pin_alias": "13198", + "session_name": "Lifestyle, obesity, and dyslipidaemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "13198", + "first_name": "Pamela", + "middle_name": "B", + "last_name": "Morris", + "org_name": "MUSC Health University Medical Center", + "Country": "United States", + "Region": "South Carolina", + "City": "Charleston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lifestyle", + "rest_events_session_count": 2, + "rest_events_session": " obesity, and dyslipidaemia", + "events_topic": "Dyslipidemias | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pamela B Morris", + "kol_full_name": "Pamela B Morris" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Obesity", + "npi_num": "1407055296", + "hcp_pin_alias": "12411", + "session_name": "The economics of obesity: can we afford to treat it? Can we afford not to?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "12411", + "first_name": "Dhruv", + "middle_name": "Satish", + "last_name": "Kazi", + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The economics of obesity: can we afford to treat it? Can we afford not to?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dhruv Satish Kazi", + "kol_full_name": "Dhruv Satish Kazi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Digital Technology | Defibrillators, Implantable | Atrial Fibrillation", + "npi_num": "1396777694", + "hcp_pin_alias": "12242", + "session_name": "Smaller trials, trial updates, and other studies on atrial fibrillation,Challenges in the management of atrial fibrillation,How will digital technologies improve the personalised management of atrial fibrillation,Shocking news on implantable cardioverter defibrillators", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "12242", + "first_name": "Andrea", + "middle_name": "M", + "last_name": "Russo", + "org_name": "Cooper University Hospital", + "Country": "United States", + "Region": "New Jersey", + "City": "Camden", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 5, + "rest_events_session": " trial updates, and other studies on atrial fibrillation,Challenges in the management of atrial fibrillation,How will digital technologies improve the personalised management of atrial fibrillation,Shocking news on implantable cardioverter defibrillators", + "events_topic": "Digital Technology | Defibrillators, Implantable ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Andrea M Russo", + "kol_full_name": "Andrea M Russo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Stroke | Catheter Ablation | Atrial Fibrillation", + "npi_num": "1376510792", + "hcp_pin_alias": "11456", + "session_name": "Subclinical and device-detected atrial fibrillation: risk of incident stroke,Long-term rhythm monitoring after stroke: when? and how?,Disease states and mapping techniques: do they affect outcomes of catheter ablation for atrial fibrillation?,Subclinical and device-detected atrial fibrillation: fact and fiction,The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "11456", + "first_name": "Taya", + "middle_name": "Valerie", + "last_name": "Glotzer", + "org_name": "Humc Cardiovascular Partners, P.C.", + "Country": "United States", + "Region": "New Jersey", + "City": "Hackensack", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Subclinical and device-detected atrial fibrillation: risk of incident stroke", + "rest_events_session_count": 4, + "rest_events_session": "Long-term rhythm monitoring after stroke: when? and how?,Disease states and mapping techniques: do they affect outcomes of catheter ablation for atrial fibrillation?,Subclinical and device-detected atrial fibrillation: fact and fiction,The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation", + "events_topic": "Stroke | Catheter Ablation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Taya Valerie Glotzer", + "kol_full_name": "Taya Valerie Glotzer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Telemedicine | Ischemic Heart Disease", + "npi_num": "1366634644", + "hcp_pin_alias": "11401", + "session_name": "Rehabilitation at home using mobile health in older adults after hospitalization for ischemic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "11401", + "first_name": "John", + "middle_name": "Adams", + "last_name": "Dodson", + "org_name": "New York University", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rehabilitation at home using mobile health in older adults after hospitalization for ischemic heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Telemedicine | Ischemic Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John Adams Dodson", + "kol_full_name": "John Adams Dodson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Obesity | Atherosclerosis | Biomarkers", + "npi_num": "1346355161", + "hcp_pin_alias": "10765", + "session_name": "Smaller trials and other studies on atherosclerosis,Weight management before and after cardiac procedures in patients with obesity,Biomarkers to personalise lipid-lowering", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "10765", + "first_name": "Pam", + "middle_name": "R", + "last_name": "Taub", + "org_name": "UC San Diego Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Diego", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials and other studies on atherosclerosis", + "rest_events_session_count": 2, + "rest_events_session": "Weight management before and after cardiac procedures in patients with obesity,Biomarkers to personalise lipid-lowering", + "events_topic": "Cardiac Surgical Procedures | Obesity ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atherosclerosis | Biomarkers", + "kol_name": "Pam R Taub", + "kol_full_name": "Pam R Taub" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies | Anti-inflammatory Therapy | Acute Coronary Syndrome", + "npi_num": "1346298668", + "hcp_pin_alias": "10723", + "session_name": "State-of-the-art lecture on impact of lipid and adipose tissue changes in acute coronary syndromes,Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients: together with anti-inflammatory therapy from Day 1", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "10723", + "first_name": "Marc", + "middle_name": "S.", + "last_name": "Sabatine", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art lecture on impact of lipid and adipose tissue changes in acute coronary syndromes", + "rest_events_session_count": 1, + "rest_events_session": "Possible shifts in paradigms for lipid-lowering therapies in acute coronary syndrome patients: together with anti-inflammatory therapy from Day 1", + "events_topic": "Lipid-Lowering Therapies | Anti-inflammatory Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "Marc S. Sabatine", + "kol_full_name": "Marc S. Sabatine" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "1346270311", + "hcp_pin_alias": "10676", + "session_name": "Patient case", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "10676", + "first_name": "Anjali", + "middle_name": "T", + "last_name": "Owens", + "org_name": "Hospital of the University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient case", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anjali T Owens", + "kol_full_name": "Anjali T Owens" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Studies As Topic | Ventricular Function, Left | Acute Coronary Syndrome | Takotsubo Cardiomyopathy | Coronary Artery Disease", + "npi_num": "1336227172", + "hcp_pin_alias": "10418", + "session_name": "Asymptomatic severe coronary artery disease should be managed conservatively regardless of left ventricular function: con,Risk stratification models after acute coronary syndrome,Risk factors, predictive models, and clinical outcomes in acute coronary conditions,Diagnosis and management of acute Takotsubo cardiomyopathy in the intensive cardiac care unit", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "10418", + "first_name": "Alexandra", + "middle_name": "J", + "last_name": "Lansky", + "org_name": "Yale New Haven Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Asymptomatic severe coronary artery disease should be managed conservatively regardless of left ventricular function: con", + "rest_events_session_count": 5, + "rest_events_session": "Risk stratification models after acute coronary syndrome,Risk factors, predictive models, and clinical outcomes in acute coronary conditions,Diagnosis and management of acute Takotsubo cardiomyopathy in the intensive cardiac care unit", + "events_topic": "Clinical Studies As Topic | Ventricular Function, Left ", + "rest_events_topic_count": 3, + "rest_events_topic": " Acute Coronary Syndrome | Takotsubo Cardiomyopathy | Coronary Artery Disease", + "kol_name": "Alexandra J Lansky", + "kol_full_name": "Alexandra J Lansky" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Implantable Electronic Device | Electrical Storm | Atrial Fibrillation | Cardiac Electrophysiology", + "npi_num": "1336223247", + "hcp_pin_alias": "10416", + "session_name": "Smaller trials, trial updates, and other studies: atrial fibrillation detection, prevention and treatment,Certifying physicians and allied professionals in cardiac implantable electronic device therapy and invasive cardiac electrophysiology,Management of electrical storm,Integrated management of atrial fibrillation: addressing comorbidities, risk factors, and lifestyle", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "10416", + "first_name": "Sana", + "middle_name": "Mustapha", + "last_name": "Al-khatib", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 8, + "rest_events_session": " trial updates, and other studies: atrial fibrillation detection, prevention and treatment,Certifying physicians and allied professionals in cardiac implantable electronic device therapy and invasive cardiac electrophysiology,Management of electrical storm,Integrated management of atrial fibrillation: addressing comorbidities, risk factors, and lifestyle", + "events_topic": "Cardiac Implantable Electronic Device | Electrical Storm ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atrial Fibrillation | Cardiac Electrophysiology", + "kol_name": "Sana Mustapha Al-khatib", + "kol_full_name": "Sana Mustapha Al-khatib" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "1336140904", + "hcp_pin_alias": "10309", + "session_name": "ESC TV Roundtable on Cardiology Today and Tomorrow: cardiovascular disease and cardiovascular care in minorities and migrants", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "10309", + "first_name": "Anekwe", + "middle_name": "E", + "last_name": "Onwuanyi", + "org_name": "Morehouse Healthcare, Inc.", + "Country": "United States", + "Region": "Georgia", + "City": "East Point", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV Roundtable on Cardiology Today and Tomorrow: cardiovascular disease and cardiovascular care in minorities and migrants", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anekwe E Onwuanyi", + "kol_full_name": "Anekwe E Onwuanyi" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Glucagon-Like Peptide 1 | Heart Failure | Cardiovascular Diseases", + "npi_num": "1336106715", + "hcp_pin_alias": "10239", + "session_name": "Patient with diabetes, heart failure with reduced ejection fraction, and impaired kidney function: what do the guidelines say?,Getting to the heart of the matter: GLP1 receptor agonists and cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "10239", + "first_name": "Darren", + "middle_name": "K", + "last_name": "Mcguire", + "org_name": "University of Texas Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient with diabetes", + "rest_events_session_count": 3, + "rest_events_session": " heart failure with reduced ejection fraction, and impaired kidney function: what do the guidelines say?,Getting to the heart of the matter: GLP1 receptor agonists and cardiovascular disease", + "events_topic": "Diabetes Mellitus | Glucagon-Like Peptide 1 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Cardiovascular Diseases", + "kol_name": "Darren K Mcguire", + "kol_full_name": "Darren K Mcguire" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Stenosis | Cardiac Computed Tomography | Tomography, X-Ray Computed | Coronary Artery Disease | Sarcoidosis", + "npi_num": "1326238452", + "hcp_pin_alias": "10184", + "session_name": "Cardiac sarcoidosis: prevalence, symptoms, and diagnostic strategy,Top ten pearls in cardiac computed tomography,Evolution of coronary artery disease diagnosis ... from stenosis to inflammation,Update on advanced plaque imaging with cardiac computed tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "10184", + "first_name": "Ron", + "middle_name": "", + "last_name": "Blankstein", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac sarcoidosis: prevalence", + "rest_events_session_count": 5, + "rest_events_session": " symptoms, and diagnostic strategy,Top ten pearls in cardiac computed tomography,Evolution of coronary artery disease diagnosis ... from stenosis to inflammation,Update on advanced plaque imaging with cardiac computed tomography", + "events_topic": "Coronary Stenosis | Cardiac Computed Tomography ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tomography, X-Ray Computed | Coronary Artery Disease | Sarcoidosis", + "kol_name": "Ron Blankstein", + "kol_full_name": "Ron Blankstein" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Tertiary Prevention | Inflammation", + "npi_num": "1326085366", + "hcp_pin_alias": "10068", + "session_name": "Treatment of coronary inflammation: ready for prime time?,What about long-term prevention?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "10068", + "first_name": "Michelle", + "middle_name": "L", + "last_name": "Odonoghue", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of coronary inflammation: ready for prime time?", + "rest_events_session_count": 1, + "rest_events_session": "What about long-term prevention?", + "events_topic": "Coronary Artery Disease | Tertiary Prevention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Inflammation", + "kol_name": "Michelle L Odonoghue", + "kol_full_name": "Michelle L Odonoghue" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Positron-Emission Tomography | Echocardiography", + "npi_num": "1316995988", + "hcp_pin_alias": "9882", + "session_name": "Assessment of impact of left ventricular flow state on myocardial blood flow using positron emission tomography and echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "9882", + "first_name": "Min", + "middle_name": "", + "last_name": "Pu", + "org_name": "Montefiore Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Bronx", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of impact of left ventricular flow state on myocardial blood flow using positron emission tomography and echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Positron-Emission Tomography | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Min Pu", + "kol_full_name": "Min Pu" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Deep Learning | ST Elevation Myocardial Infarction | Artificial Intelligence", + "npi_num": "1316990070", + "hcp_pin_alias": "9870", + "session_name": "STEMI: state of the art,Deep learning and artificial intelligence to transform cardiovascular health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "9870", + "first_name": "Dipti", + "middle_name": "", + "last_name": "Itchhaporia", + "org_name": "Hoag Memorial Hospital Presbyterian", + "Country": "United States", + "Region": "California", + "City": "Newport Beach", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "STEMI: state of the art", + "rest_events_session_count": 1, + "rest_events_session": "Deep learning and artificial intelligence to transform cardiovascular health", + "events_topic": "Deep Learning | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Dipti Itchhaporia", + "kol_full_name": "Dipti Itchhaporia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Echocardiography | Heart Valve Diseases | Heart Failure | Cardiac Amyloidosis", + "npi_num": "1316926546", + "hcp_pin_alias": "9744", + "session_name": "Echocardiographic screening for cardiac amyloidosis using artificial intelligence: A multi-site study for algorithm training and external validation.,New tools for screening valvular heart disease,Heart failure and valvular heart disease: imaging to the rescue", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "9744", + "first_name": "Patricia", + "middle_name": "A", + "last_name": "Pellikka", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic screening for cardiac amyloidosis using artificial intelligence: A multi-site study for algorithm training and external validation.", + "rest_events_session_count": 2, + "rest_events_session": "New tools for screening valvular heart disease,Heart failure and valvular heart disease: imaging to the rescue", + "events_topic": "Diagnostic Imaging | Echocardiography ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Valve Diseases | Heart Failure | Cardiac Amyloidosis", + "kol_name": "Patricia A Pellikka", + "kol_full_name": "Patricia A Pellikka" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "1316918337", + "hcp_pin_alias": "9727", + "session_name": "Heart failure: new scientific insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "9727", + "first_name": "Flora", + "middle_name": "", + "last_name": "Sam", + "org_name": "Boston Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure: new scientific insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Flora Sam", + "kol_full_name": "Flora Sam" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "1295818458", + "hcp_pin_alias": "9164", + "session_name": "Discussant review - STEEER-AF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "9164", + "first_name": "Christopher", + "middle_name": "B", + "last_name": "Granger", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - STEEER-AF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christopher B Granger", + "kol_full_name": "Christopher B Granger" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Proteomics | Lipidomics | Precision Medicine | Cardiovascular Diseases", + "npi_num": "1295771301", + "hcp_pin_alias": "9097", + "session_name": "Proteomics and lipidomics in cardiovascular medicine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "9097", + "first_name": "Peter", + "middle_name": "", + "last_name": "Ganz", + "org_name": "University Of California SFGH Medical Group", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteomics and lipidomics in cardiovascular medicine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proteomics | Lipidomics ", + "rest_events_topic_count": 2, + "rest_events_topic": " Precision Medicine | Cardiovascular Diseases", + "kol_name": "Peter Ganz", + "kol_full_name": "Peter Ganz" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Placebos | Heart Failure", + "npi_num": "1285671800", + "hcp_pin_alias": "8776", + "session_name": "A randomised, double-blind, placebo-controlled study to investigate the safety and tolerability of XXB750 in heart failure patients with reduced or mildly reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "8776", + "first_name": "Thomas", + "middle_name": "H", + "last_name": "Hauser", + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A randomised", + "rest_events_session_count": 2, + "rest_events_session": " double-blind, placebo-controlled study to investigate the safety and tolerability of XXB750 in heart failure patients with reduced or mildly reduced ejection fraction", + "events_topic": "Placebos | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Thomas H Hauser", + "kol_full_name": "Thomas H Hauser" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Telemedicine | Artificial Intelligence", + "npi_num": "1285600155", + "hcp_pin_alias": "8645", + "session_name": "Artificial intelligence is important in cardiology: con,State-of-the-art lecture on telehealth interventions for heart failure management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "8645", + "first_name": "Ami", + "middle_name": "B.", + "last_name": "Bhatt", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence is important in cardiology: con", + "rest_events_session_count": 1, + "rest_events_session": "State-of-the-art lecture on telehealth interventions for heart failure management", + "events_topic": "Heart Failure | Telemedicine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "Ami B. Bhatt", + "kol_full_name": "Ami B. Bhatt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Trial | Genetic Therapy | Cardiomyopathies", + "npi_num": "1275729634", + "hcp_pin_alias": "8589", + "session_name": "Phase I gene therapy clinical trial design of RP-A601 in adult patients with PKP2-arrhythmogenic cardiomyopathy (PKP2-ACM)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "8589", + "first_name": "Matthew", + "middle_name": "P", + "last_name": "Coggins", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phase I gene therapy clinical trial design of RP-A601 in adult patients with PKP2-arrhythmogenic cardiomyopathy (PKP2-ACM)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial | Genetic Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "Matthew P Coggins", + "kol_full_name": "Matthew P Coggins" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Menopause | Microvascular Angina | Heart Disease Risk Factors | Hormone Replacement Therapy | Acute Coronary Syndrome | Coronary Artery Disease", + "npi_num": "1275523888", + "hcp_pin_alias": "8376", + "session_name": "Should all menopausal women be prescribed hormone replacement therapy to reduce risk? - con,Outcomes of microvascular dysfunction in patients with chronic coronary syndromes,The broad spectrum of cardiovascular risk,Functional testing in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "8376", + "first_name": "Martha", + "middle_name": "", + "last_name": "Gulati", + "org_name": "Cedars Sinai Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Should all menopausal women be prescribed hormone replacement therapy to reduce risk? - con", + "rest_events_session_count": 3, + "rest_events_session": "Outcomes of microvascular dysfunction in patients with chronic coronary syndromes,The broad spectrum of cardiovascular risk,Functional testing in coronary artery disease", + "events_topic": "Menopause | Microvascular Angina ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Disease Risk Factors | Hormone Replacement Therapy | Acute Coronary Syndrome | Coronary Artery Disease", + "kol_name": "Martha Gulati", + "kol_full_name": "Martha Gulati" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Healthy Lifestyle | Cardiovascular Diseases", + "npi_num": "1265569610", + "hcp_pin_alias": "8255", + "session_name": "Health awareness and education in preventive cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "8255", + "first_name": "Ravi", + "middle_name": "", + "last_name": "Shah", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Health awareness and education in preventive cardiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Healthy Lifestyle | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ravi Shah", + "kol_full_name": "Ravi Shah" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "1245316058", + "hcp_pin_alias": "7614", + "session_name": "Assessment of right ventricle health in PAH", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "7614", + "first_name": "Paul", + "middle_name": "Robert", + "last_name": "Forfia", + "org_name": "Temple University Hospital", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of right ventricle health in PAH", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paul Robert Forfia", + "kol_full_name": "Paul Robert Forfia" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Molecular Epidemiology", + "npi_num": "1225071103", + "hcp_pin_alias": "6924", + "session_name": "Genetic epidemiology in Circulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "6924", + "first_name": "Wendy", + "middle_name": "Susan", + "last_name": "Post", + "org_name": "The Johns Hopkin's Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic epidemiology in Circulation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Molecular Epidemiology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wendy Susan Post", + "kol_full_name": "Wendy Susan Post" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Primary Prevention | Atherosclerosis", + "npi_num": "1215063920", + "hcp_pin_alias": "6535", + "session_name": "Primary prevention of atherosclerotic cardiovascular disease: European vs. American perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "6535", + "first_name": "Michael", + "middle_name": "David", + "last_name": "Shapiro", + "org_name": "Wake Forest University Health Sciences", + "Country": "United States", + "Region": "North Carolina", + "City": "Winston Salem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Primary prevention of atherosclerotic cardiovascular disease: European vs. American perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Prevention | Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael David Shapiro", + "kol_full_name": "Michael David Shapiro" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease", + "npi_num": "1194803197", + "hcp_pin_alias": "6111", + "session_name": "Developing a multi-center registry of peripheral artery disease using natural language processing: unlocking the power of the electronic health record", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "6111", + "first_name": "Saket", + "middle_name": "", + "last_name": "Girotra", + "org_name": "UT Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Developing a multi-center registry of peripheral artery disease using natural language processing: unlocking the power of the electronic health record", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripheral Arterial Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Saket Girotra", + "kol_full_name": "Saket Girotra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Ventricular Function, Left | Atrial Fibrillation", + "npi_num": "1194703942", + "hcp_pin_alias": "5923", + "session_name": "Treatment options for patients with atrial fibrillation and heart failure with preserved left ventricular function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "5923", + "first_name": "Douglas", + "middle_name": "L", + "last_name": "Packer", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment options for patients with atrial fibrillation and heart failure with preserved left ventricular function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Ventricular Function, Left ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "Douglas L Packer", + "kol_full_name": "Douglas L Packer" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Menopause | Primary Prevention | Hormone Replacement Therapy | Hypertension", + "npi_num": "1184654782", + "hcp_pin_alias": "5708", + "session_name": "Great Debate: should all menopausal women be prescribed hormone replacement therapy to reduce risk?,Refining risk stratification: what works best in primary prevention?,Clinical Case Management: impact of comorbidities on personalised care for hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "5708", + "first_name": "Eugene", + "middle_name": "", + "last_name": "Yang", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Woodinville", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debate: should all menopausal women be prescribed hormone replacement therapy to reduce risk?", + "rest_events_session_count": 2, + "rest_events_session": "Refining risk stratification: what works best in primary prevention?,Clinical Case Management: impact of comorbidities on personalised care for hypertension", + "events_topic": "Menopause | Primary Prevention ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hormone Replacement Therapy | Hypertension", + "kol_name": "Eugene Yang", + "kol_full_name": "Eugene Yang" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Tricuspid Valve Insufficiency", + "npi_num": "1184617573", + "hcp_pin_alias": "5621", + "session_name": "Improvement of endorgan function following tricuspid edge-to-edge repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "5621", + "first_name": "Ulrich", + "middle_name": "P", + "last_name": "Jorde", + "org_name": "Montefiore Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Bronx", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improvement of endorgan function following tricuspid edge-to-edge repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ulrich P Jorde", + "kol_full_name": "Ulrich P Jorde" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "1164469813", + "hcp_pin_alias": "5108", + "session_name": "A phase 2, randomized, double-blind, placebo-controlled study to assess the tolerability and pharmacodynamic effects of CRD-740, a PDE9 inhibitor, in participants with chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "5108", + "first_name": "James", + "middle_name": "E", + "last_name": "Udelson", + "org_name": "Tufts Medical Center, Inc.", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A phase 2", + "rest_events_session_count": 5, + "rest_events_session": " randomized, double-blind, placebo-controlled study to assess the tolerability and pharmacodynamic effects of CRD-740, a PDE9 inhibitor, in participants with chronic heart failure", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James E Udelson", + "kol_full_name": "James E Udelson" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "1154696268", + "hcp_pin_alias": "4980", + "session_name": "Complex complications in pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "4980", + "first_name": "Shaden", + "middle_name": "Z", + "last_name": "Khalaf", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complex complications in pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shaden Z Khalaf", + "kol_full_name": "Shaden Z Khalaf" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Diseases | Cardiovascular Diseases", + "npi_num": "1154379584", + "hcp_pin_alias": "4816", + "session_name": "Gender differences in heart disease,Cardiovascular disease in women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "4816", + "first_name": "Rita", + "middle_name": "F", + "last_name": "Redberg", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender differences in heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular disease in women", + "events_topic": "Heart Diseases | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rita F Redberg", + "kol_full_name": "Rita F Redberg" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Clinical Trials As Topic | Defibrillators, Implantable", + "npi_num": "1154310605", + "hcp_pin_alias": "4689", + "session_name": "Regional results of the lead evaluation for defibrillation and reliability (LEADR) trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "4689", + "first_name": "Pamela", + "middle_name": "K", + "last_name": "Mason", + "org_name": "University Of Virginia Medical Center", + "Country": "United States", + "Region": "Virginia", + "City": "Charlottesville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Regional results of the lead evaluation for defibrillation and reliability (LEADR) trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Pamela K Mason", + "kol_full_name": "Pamela K Mason" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Paclitaxel | Angioplasty, Balloon | Coronary Restenosis", + "npi_num": "1154302057", + "hcp_pin_alias": "4675", + "session_name": "Paclitaxel-coated balloon vs. uncoated balloon for coronary in-stent restenosis: the AGENT IDE randomised clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "4675", + "first_name": "Robert", + "middle_name": "Wayne", + "last_name": "Yeh", + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Paclitaxel-coated balloon vs. uncoated balloon for coronary in-stent restenosis: the AGENT IDE randomised clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paclitaxel | Angioplasty, Balloon ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Restenosis", + "kol_name": "Robert Wayne Yeh", + "kol_full_name": "Robert Wayne Yeh" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "1144481367", + "hcp_pin_alias": "4646", + "session_name": "Case discussion: high-risk patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "4646", + "first_name": "Sameh", + "middle_name": "", + "last_name": "Sayfo", + "org_name": "Baylor Scott & White Health", + "Country": "United States", + "Region": "Texas", + "City": "Plano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case discussion: high-risk patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sameh Sayfo", + "kol_full_name": "Sameh Sayfo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure | Sarcoidosis", + "npi_num": "1144240771", + "hcp_pin_alias": "4452", + "session_name": "Ask the expert: optimising therapeutic care of patients with heart failure,Cardiac amyloidosis, sarcoidosis, and inflammation,Cardiac and extracardiac comorbidities in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "4452", + "first_name": "Ileana", + "middle_name": "L", + "last_name": "Pina", + "org_name": "Thomas Jefferson University Hospital", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "3", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the expert: optimising therapeutic care of patients with heart failure", + "rest_events_session_count": 4, + "rest_events_session": "Cardiac amyloidosis, sarcoidosis, and inflammation,Cardiac and extracardiac comorbidities in heart failure", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Sarcoidosis", + "kol_name": "Ileana L Pina", + "kol_full_name": "Ileana L Pina" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Channelopathies | Arrhythmias, Cardiac", + "npi_num": "1144240748", + "hcp_pin_alias": "4451", + "session_name": "Interventional therapy for refractory arrhythmias in channelopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "4451", + "first_name": "Kalyanam", + "middle_name": "", + "last_name": "Shivkumar", + "org_name": "Ronald Reagan UCLA Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interventional therapy for refractory arrhythmias in channelopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Channelopathies | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kalyanam Shivkumar", + "kol_full_name": "Kalyanam Shivkumar" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiac Catheterization Laboratory", + "npi_num": "1124105002", + "hcp_pin_alias": "3943", + "session_name": "Cath lab tsunami: managing complications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "3943", + "first_name": "George", + "middle_name": "D.", + "last_name": "Dangas", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cath lab tsunami: managing complications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Catheterization Laboratory", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "George D. Dangas", + "kol_full_name": "George D. Dangas" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Tachycardia, Supraventricular | Parkinson Disease", + "npi_num": "1124062013", + "hcp_pin_alias": "3855", + "session_name": "Management of paroxysmal supraventricular tachycardia (PSVT) in pregnant patient with Wolff-Parkinson-White (WPW) syndrome and mitochondrial gene MT-TL1 pathogenic variant m.3243A>G", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "3855", + "first_name": "Mary", + "middle_name": "O'malley", + "last_name": "Gray", + "org_name": "University Of California SFGH Medical Group", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of paroxysmal supraventricular tachycardia (PSVT) in pregnant patient with Wolff-Parkinson-White (WPW) syndrome and mitochondrial gene MT-TL1 pathogenic variant m.3243A>G", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Supraventricular | Parkinson Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mary O'malley Gray", + "kol_full_name": "Mary O'malley Gray" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Wound Healing | Pericytes", + "npi_num": "1104005370", + "hcp_pin_alias": "3066", + "session_name": "Pericyte control of tissue repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "3066", + "first_name": "Reza", + "middle_name": "", + "last_name": "Ardehali", + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pericyte control of tissue repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wound Healing | Pericytes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Reza Ardehali", + "kol_full_name": "Reza Ardehali" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Speech Analysis | Heart Failure", + "npi_num": "1093755944", + "hcp_pin_alias": "2876", + "session_name": "Speech analysis to detect acute decompensated heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "2876", + "first_name": "William", + "middle_name": "T", + "last_name": "Abraham", + "org_name": "The Ohio State University Wexner Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Speech analysis to detect acute decompensated heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Speech Analysis | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "William T Abraham", + "kol_full_name": "William T Abraham" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cath Lab | Coronary Microvascular Dysfunction", + "npi_num": "1093733909", + "hcp_pin_alias": "2850", + "session_name": "Evaluation of microvascular disease in the cath lab: the toolbox", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "2850", + "first_name": "Jennifer", + "middle_name": "A", + "last_name": "Tremmel", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of microvascular disease in the cath lab: the toolbox", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cath Lab | Coronary Microvascular Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jennifer A Tremmel", + "kol_full_name": "Jennifer A Tremmel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "1083672463", + "hcp_pin_alias": "2610", + "session_name": "State-of-the art lecture on new modalities and strategies for catheter ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "2610", + "first_name": "Vivek", + "middle_name": "Y", + "last_name": "Reddy", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "0", + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the art lecture on new modalities and strategies for catheter ablation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Vivek Y Reddy", + "kol_full_name": "Vivek Y Reddy" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure | Bradycardia | Ventricular Function, Left | Atrial Fibrillation | Death, Sudden, Cardiac | Defibrillators, Implantable", + "npi_num": "1073637732", + "hcp_pin_alias": "2384", + "session_name": "Patients with an ICD but no indication for bradycardia pacing should receive an extravascular ICD: con,Treatment options for patients with atrial fibrillation and heart failure with preserved left ventricular function,The dilemma of sudden cardiac death prediction in low-risk populations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "2384", + "first_name": "Jeanne", + "middle_name": "E", + "last_name": "Poole", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patients with an ICD but no indication for bradycardia pacing should receive an extravascular ICD: con", + "rest_events_session_count": 2, + "rest_events_session": "Treatment options for patients with atrial fibrillation and heart failure with preserved left ventricular function,The dilemma of sudden cardiac death prediction in low-risk populations", + "events_topic": "Heart Failure | Bradycardia ", + "rest_events_topic_count": 4, + "rest_events_topic": " Ventricular Function, Left | Atrial Fibrillation | Death, Sudden, Cardiac | Defibrillators, Implantable", + "kol_name": "Jeanne E Poole", + "kol_full_name": "Jeanne E Poole" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Resistant Hypertension | Blood Pressure", + "npi_num": "1073599320", + "hcp_pin_alias": "2343", + "session_name": "Safety, tolerability and blood pressure lowering of the innovative guanylyl cyclase a-receptor activator MANP in an ethnically diverse resistant hypertension population: a phase 1B clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "2343", + "first_name": "Horng", + "middle_name": "H", + "last_name": "Chen", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety", + "rest_events_session_count": 1, + "rest_events_session": " tolerability and blood pressure lowering of the innovative guanylyl cyclase a-receptor activator MANP in an ethnically diverse resistant hypertension population: a phase 1B clinical trial", + "events_topic": "Resistant Hypertension | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Horng H Chen", + "kol_full_name": "Horng H Chen" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "1073564860", + "hcp_pin_alias": "2278", + "session_name": "An optimal chance of success: heart failure therapy for outpatients,Ask the expert: optimising therapeutic care of patients with heart failure,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "2278", + "first_name": "Maria Rosa", + "middle_name": "Rosa", + "last_name": "Costanzo", + "org_name": "Midwest Heart Physicians Sc", + "Country": "United States", + "Region": "Illinois", + "City": "Naperville", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An optimal chance of success: heart failure therapy for outpatients", + "rest_events_session_count": 2, + "rest_events_session": "Ask the expert: optimising therapeutic care of patients with heart failure,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Maria Rosa Rosa Costanzo", + "kol_full_name": "Maria Rosa Rosa Costanzo" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Syncope | Hemodynamics", + "npi_num": "1073559134", + "hcp_pin_alias": "2268", + "session_name": "The hemodynamic effects of upper extremity stretching induced syncope: a first description", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "2268", + "first_name": "David", + "middle_name": "G", + "last_name": "Benditt", + "org_name": "M Health Fairview Clinics and Surgery Center - Minneapolis", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The hemodynamic effects of upper extremity stretching induced syncope: a first description", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope | Hemodynamics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David G Benditt", + "kol_full_name": "David G Benditt" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "RNA Interference | Hypertension", + "npi_num": "1063478311", + "hcp_pin_alias": "2023", + "session_name": "RNA interference for treating hypertension,Hot papers on drugs for hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "2023", + "first_name": "Akshay", + "middle_name": "Suvas", + "last_name": "Desai", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RNA interference for treating hypertension", + "rest_events_session_count": 1, + "rest_events_session": "Hot papers on drugs for hypertension", + "events_topic": "RNA Interference | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Akshay Suvas Desai", + "kol_full_name": "Akshay Suvas Desai" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "C-Reactive Protein | Systemic Inflammation | Cholesterol, LDL | Lipoprotein(a) | Ischemic Heart Disease | Atherosclerosis | Cardiovascular Diseases", + "npi_num": "1063478261", + "hcp_pin_alias": "2022", + "session_name": "Inflammation in stable atherosclerotic cardiovascular disease (ASCVD): what impact does it have?,Thirty-year cardiovascular outcomes in women based on C-reactive protein, LDL cholesterol, and lipoprotein(a),Systemic inflammation in stable and unstable ischaemic heart disease (IHD): connecting the dots,Anti-inflammatory drugs in cardiovascular disease: current and novel approaches", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "2022", + "first_name": "Paul", + "middle_name": "M", + "last_name": "Ridker", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation in stable atherosclerotic cardiovascular disease (ASCVD): what impact does it have?", + "rest_events_session_count": 5, + "rest_events_session": "Thirty-year cardiovascular outcomes in women based on C-reactive protein, LDL cholesterol, and lipoprotein(a),Systemic inflammation in stable and unstable ischaemic heart disease (IHD): connecting the dots,Anti-inflammatory drugs in cardiovascular disease: current and novel approaches", + "events_topic": "C-Reactive Protein | Systemic Inflammation ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cholesterol, LDL | Lipoprotein(a) | Ischemic Heart Disease | Atherosclerosis | Cardiovascular Diseases", + "kol_name": "Paul M Ridker", + "kol_full_name": "Paul M Ridker" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Heart-Assist Devices", + "npi_num": "1043265978", + "hcp_pin_alias": "1371", + "session_name": "Reducing residual risk in left ventricular assist device carriers: lessons from ARIES-HM3 trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1371", + "first_name": "Mandeep", + "middle_name": "R", + "last_name": "Mehra", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reducing residual risk in left ventricular assist device carriers: lessons from ARIES-HM3 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mandeep R Mehra", + "kol_full_name": "Mandeep R Mehra" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Cardiovascular Nursing | Wearable Electronic Devices | Nervous System Diseases", + "npi_num": "1033286059", + "hcp_pin_alias": "1180", + "session_name": "Implementing wearables in neuro-cardiovascular care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1180", + "first_name": "Michelle", + "middle_name": "Asha", + "last_name": "Albert", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implementing wearables in neuro-cardiovascular care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Nursing | Wearable Electronic Devices ", + "rest_events_topic_count": 1, + "rest_events_topic": " Nervous System Diseases", + "kol_name": "Michelle Asha Albert", + "kol_full_name": "Michelle Asha Albert" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Ischemia | Coronary Stenosis | Dyslipidemia | Heart Failure | Cardiovascular Diseases | Anti-inflammatory Therapies | Coronary Artery Disease", + "npi_num": "1033161401", + "hcp_pin_alias": "1047", + "session_name": "Smaller trials, trial updates, and other studies on inflammation and immunity in cardiovascular disease,Novel pharmacological anti-inflammatory approaches: beyond IL-1 inhibition,Evolution of coronary artery disease diagnosis ... from stenosis to inflammation,The EHJ’s year in heart failure, ischaemic heart disease and acute cardiovascular care, dyslipidaemias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "1047", + "first_name": "Peter", + "middle_name": "", + "last_name": "Libby", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 7, + "rest_events_session": " trial updates, and other studies on inflammation and immunity in cardiovascular disease,Novel pharmacological anti-inflammatory approaches: beyond IL-1 inhibition,Evolution of coronary artery disease diagnosis ... from stenosis to inflammation,The EHJ’s year in heart failure, ischaemic heart disease and acute cardiovascular care, dyslipidaemias", + "events_topic": "Ischemia | Coronary Stenosis ", + "rest_events_topic_count": 5, + "rest_events_topic": " Dyslipidemia | Heart Failure | Cardiovascular Diseases | Anti-inflammatory Therapies | Coronary Artery Disease", + "kol_name": "Peter Libby", + "kol_full_name": "Peter Libby" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Polyneuropathies | Cardiomyopathies", + "npi_num": "1033128731", + "hcp_pin_alias": "991", + "session_name": "Expert exchange: treating hATTR polyneuropathy patients with a mixed phenotype (polyneuropathy and cardiomyopathy)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "991", + "first_name": "Mazen", + "middle_name": "A", + "last_name": "Hanna", + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Expert exchange: treating hATTR polyneuropathy patients with a mixed phenotype (polyneuropathy and cardiomyopathy)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polyneuropathies | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mazen A Hanna", + "kol_full_name": "Mazen A Hanna" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "1023186566", + "hcp_pin_alias": "874", + "session_name": "1-year outcomes from the CLASP IID randomised trial for degenerative mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "874", + "first_name": "Mayra", + "middle_name": "E.", + "last_name": "Guerrero", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "1-year outcomes from the CLASP IID randomised trial for degenerative mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mayra E. Guerrero", + "kol_full_name": "Mayra E. Guerrero" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Left Atrial Appendage Closure | Edema", + "npi_num": "1013974856", + "hcp_pin_alias": "597", + "session_name": "Combined PVI and LAAC is feasible using RFA or PFA in a canine model despite acute tissue edema in PFA versus RFA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "597", + "first_name": "Walid", + "middle_name": "I", + "last_name": "Saliba", + "org_name": "Heart, Vascular & Thoracic Institute, Cleveland Clinic", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Combined PVI and LAAC is feasible using RFA or PFA in a canine model despite acute tissue edema in PFA versus RFA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Atrial Appendage Closure | Edema", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Walid I Saliba", + "kol_full_name": "Walid I Saliba" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Mitral Valve Prolapse | Genetic Heterogeneity", + "npi_num": "1003898461", + "hcp_pin_alias": "238", + "session_name": "Clinical heterogeneity in mitral valve prolapse: what the cardiologist needs to know", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "238", + "first_name": "Judy", + "middle_name": "Wei-ming", + "last_name": "Hung", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical heterogeneity in mitral valve prolapse: what the cardiologist needs to know", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Prolapse | Genetic Heterogeneity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Judy Wei-ming Hung", + "kol_full_name": "Judy Wei-ming Hung" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Antithrombolytic Therapy | Diabetes Mellitus", + "npi_num": "1003888520", + "hcp_pin_alias": "223", + "session_name": "Should diabetes influence antithrombotic therapy decision-making?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "223", + "first_name": "Paul", + "middle_name": "A", + "last_name": "Gurbel", + "org_name": "Lifebridge Health Greenspring Valley Cardiovascular Associates", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Should diabetes influence antithrombotic therapy decision-making?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antithrombolytic Therapy | Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paul A Gurbel", + "kol_full_name": "Paul A Gurbel" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "1003884693", + "hcp_pin_alias": "213", + "session_name": "Performance of apple watch for detecting atrial fibrillation among a known atrial fibrillation population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "213", + "first_name": "Jonathan", + "middle_name": "Paul", + "last_name": "Piccini", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Performance of apple watch for detecting atrial fibrillation among a known atrial fibrillation population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan Paul Piccini", + "kol_full_name": "Jonathan Paul Piccini" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Type A Aortic Dissection | Fibromuscular Dysplasia", + "npi_num": "1003103367", + "hcp_pin_alias": "50", + "session_name": "Type A Aortic Dissection and Fibromuscular dysplasia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "50", + "first_name": "Dahlia", + "middle_name": "", + "last_name": "Banerji", + "org_name": "Atrius Health Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Dedham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Type A Aortic Dissection and Fibromuscular dysplasia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Type A Aortic Dissection | Fibromuscular Dysplasia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dahlia Banerji", + "kol_full_name": "Dahlia Banerji" + }, + { + "proj_kol_id": true, + "eid": "129934", + "event_topics": "Quality Of Life | Defibrillators, Implantable", + "npi_num": "1003077140", + "hcp_pin_alias": "38", + "session_name": "Implantable cardioverter defibrillators: maximising protection and quality of life", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "38", + "first_name": "John", + "middle_name": "N", + "last_name": "Catanzaro", + "org_name": "University of Florida Health College of Medicine", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implantable cardioverter defibrillators: maximising protection and quality of life", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Of Life | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "John N Catanzaro", + "kol_full_name": "John N Catanzaro" + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Inhibition, Psychological | Echocardiography | Factor XI | Atrial Fibrillation | Cardiovascular Diseases | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456648", + "session_name": "Evolution of the heart failure landscape: from the first echo to holistic cardiovascular-kidney-metabolic care,Heart failure chronicles: unmet needs and phenotypic crossroads,Atrial fibrillation and HFpEF: diagnosis and prognosis,Obesity as a risk factor for heart failure and impact on outcomes,Heart failure across the LVEF spectrum,Factor XI inhibition: clinical view on current research and future implications,Step 1 - identifying the tipping point: the significance of worsening heart failure,Announcement of The Lancet Commission on the Cardiovascular Disease Burden in Asia-Pacific,Amplify and act: case-based discussions with heart failure experts,A three-step approach for the treatment of patients with worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carolyn S.P. Lam", + "middle_name": null, + "last_name": null, + "org_name": "Duke-NUS Graduate Medical School Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "10", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evolution of the heart failure landscape: from the first echo to holistic cardiovascular-kidney-metabolic care", + "rest_events_session_count": 9, + "rest_events_session": "Heart failure chronicles: unmet needs and phenotypic crossroads,Atrial fibrillation and HFpEF: diagnosis and prognosis,Obesity as a risk factor for heart failure and impact on outcomes,Heart failure across the LVEF spectrum,Factor XI inhibition: clinical view on current research and future implications,Step 1 - identifying the tipping point: the significance of worsening heart failure,Announcement of The Lancet Commission on the Cardiovascular Disease Burden in Asia-Pacific,Amplify and act: case-based discussions with heart failure experts,A three-step approach for the treatment of patients with worsening heart failure", + "events_topic": "Obesity | Inhibition, Psychological ", + "rest_events_topic_count": 5, + "rest_events_topic": " Echocardiography | Factor XI | Atrial Fibrillation | Cardiovascular Diseases | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carolyn S.P. Lam ", + "kol_full_name": "Carolyn S.P. Lam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Dulaglutide | Myocardium | Diagnostic Imaging | Sodium-Glucose Transporter 2 Inhibitors | Biopsy | Electronic Nicotine Delivery Systems | Embolic Stroke | Diabetes Mellitus, Type 2 | Echocardiography | Glycocalyx | Plaque, Atherosclerotic | Pulse Wave Analysis | Albuminuria | Non-alcoholic Fatty Liver Disease | COVID-19 | Acute Coronary Syndrome | Glucagon-Like Peptide-1 Receptor | Heart Atria | Burns | Endothelial Glycocalyx", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456376", + "session_name": "Differences in left atrial stain, endothelial glycocalyx, arterial elasticity and myocardial efficiency between ESUS, lacunar, cardioembolic and atherosclerotic type of stroke,Differential effects of heat-not-burn, electronic cigarettes and conventional cigarettes on endothelial glycocalyx.,The effect of 6-month treatment with coenzyme Q10 on endothelial, vascular and myocardial function in patients with nonalcoholic fatty liver disease.,Patients vaccinated against COVID-19 present better coronary flow, myocardial work and NTproNP levels than non-vaccinated at 4 months post COVID infection.,The incremetal predictive value of pulse wave velocity over score2 in the setting of primary cardiovascular prevention: a 6-year follow-up study,Effects of glucagon-like peptide-1 receptor agonists, sodium-glucose cotransporter-2 inhibitors and their combination on mitochondrial-derived peptide-c and on markers of neurohumoral activation,The effect of the combined treatment with dulaglutide and dapagliflozin in arterial elasticity, cardiac function, albuminuria and endothelial thickness in type 2 diabetes mellitus after 12 months,Echocardiographic assessment of atrial pathology,Imaging in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ignatios Ikonomidis", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "9", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in left atrial stain", + "rest_events_session_count": 18, + "rest_events_session": " endothelial glycocalyx, arterial elasticity and myocardial efficiency between ESUS, lacunar, cardioembolic and atherosclerotic type of stroke,Differential effects of heat-not-burn, electronic cigarettes and conventional cigarettes on endothelial glycocalyx.,The effect of 6-month treatment with coenzyme Q10 on endothelial, vascular and myocardial function in patients with nonalcoholic fatty liver disease.,Patients vaccinated against COVID-19 present better coronary flow, myocardial work and NTproNP levels than non-vaccinated at 4 months post COVID infection.,The incremetal predictive value of pulse wave velocity over score2 in the setting of primary cardiovascular prevention: a 6-year follow-up study,Effects of glucagon-like peptide-1 receptor agonists, sodium-glucose cotransporter-2 inhibitors and their combination on mitochondrial-derived peptide-c and on markers of neurohumoral activation,The effect of the combined treatment with dulaglutide and dapagliflozin in arterial elasticity, cardiac function, albuminuria and endothelial thickness in type 2 diabetes mellitus after 12 months,Echocardiographic assessment of atrial pathology,Imaging in acute coronary syndromes", + "events_topic": "Cardiovascular Diseases | Dulaglutide ", + "rest_events_topic_count": 19, + "rest_events_topic": " Myocardium | Diagnostic Imaging | Sodium-Glucose Transporter 2 Inhibitors | Biopsy | Electronic Nicotine Delivery Systems | Embolic Stroke | Diabetes Mellitus, Type 2 | Echocardiography | Glycocalyx | Plaque, Atherosclerotic | Pulse Wave Analysis | Albuminuria | Non-alcoholic Fatty Liver Disease | COVID-19 | Acute Coronary Syndrome | Glucagon-Like Peptide-1 Receptor | Heart Atria | Burns | Endothelial Glycocalyx", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ignatios Ikonomidis ", + "kol_full_name": "Ignatios Ikonomidis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Techniques And Procedures | Clinical Study | Cardiovascular Diseases | Hypertension | Combined Modality Therapy | Cholesterol, LDL | Lipid-Lowering Therapies | Dyslipidemias", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456161", + "session_name": "how can healthcare providers effectively navigate the decision-making process when considering combination therapy for women with elevated LDL-C levels?,real-world implementation challenges: which practical considerations should healthcare professionals employ for optimal management of LDL-C levels in women?,HerHeart symposium: navigating LDL-C management for optimal cardiovascular health in women,Multimorbid patient management: are we meeting the needs of patients with hypertension and dyslipidaemia?,Strategies to reach target lipid levels,Nature Medicine: 2024 highlights in personalised cardiovascular medicine,Dyslipidaemia: novel diagnostics and therapy options,Practical seminar for general clinicians,Great Debate: 'fire and forget' beats personalised lipid-lowering treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lale Tokgozoglu", + "middle_name": null, + "last_name": null, + "org_name": "Hacettepe University", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "9", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "how can healthcare providers effectively navigate the decision-making process when considering combination therapy for women with elevated LDL-C levels?", + "rest_events_session_count": 8, + "rest_events_session": "real-world implementation challenges: which practical considerations should healthcare professionals employ for optimal management of LDL-C levels in women?,HerHeart symposium: navigating LDL-C management for optimal cardiovascular health in women,Multimorbid patient management: are we meeting the needs of patients with hypertension and dyslipidaemia?,Strategies to reach target lipid levels,Nature Medicine: 2024 highlights in personalised cardiovascular medicine,Dyslipidaemia: novel diagnostics and therapy options,Practical seminar for general clinicians,Great Debate: 'fire and forget' beats personalised lipid-lowering treatment", + "events_topic": "Diagnostic Techniques And Procedures | Clinical Study ", + "rest_events_topic_count": 6, + "rest_events_topic": " Cardiovascular Diseases | Hypertension | Combined Modality Therapy | Cholesterol, LDL | Lipid-Lowering Therapies | Dyslipidemias", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lale Tokgozoglu ", + "kol_full_name": "Lale Tokgozoglu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clinical Studies As Topic | Atrial Fibrillation | Computed Tomography Angiography | Artificial Intelligence | Cardiac Magnetic Resonance Imaging | Stroke | Coronary Artery Calcium | Microvascular Angina | Heart Failure | Echocardiography | Atherosclerosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457508", + "session_name": "AI-enabled left atrial volumetry in coronary calcium scans (AI_CAC) predicts atrial fibrillation as early as one year, improves CHARGE-AF, and outperforms NT-proBNP: MESA,AI-enabled automated cardiac chambers volumetry in non-contrast ECG-gated cardiac scans vs. non-contrast non-gated lung scans,Coronary artery calcium scans powered by artificial intelligence (AI-CAC) predicts atrial fibrillation and stroke comparably to cardiac magnetic resonance imaging: MESA,Distribution of microvascular endothelial function in different clinical and non-clinical settings in the united states and china,AI-enabled cardiac chambers volumetry in coronary calcium scans (AI-CAC) predicts heart failure and outperforms NT-proBNP: The Multi-Ethnic Study of Atherosclerosis,AI-enabled cardiac chambers volumetry in non-contrast coronary artery calcium CT scans vs. contrast-enhanced coronary CT angiography scans in the same patients,AI-CAC significantly improves on Coronary Artery Calcium (CAC) score for predicting all cardiovascular events: the Multi-Ethnic Study of Atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Morteza Naghavi", + "middle_name": null, + "last_name": null, + "org_name": "HeartLung.AI", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "7", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AI-enabled left atrial volumetry in coronary calcium scans (AI_CAC) predicts atrial fibrillation as early as one year", + "rest_events_session_count": 8, + "rest_events_session": " improves CHARGE-AF, and outperforms NT-proBNP: MESA,AI-enabled automated cardiac chambers volumetry in non-contrast ECG-gated cardiac scans vs. non-contrast non-gated lung scans,Coronary artery calcium scans powered by artificial intelligence (AI-CAC) predicts atrial fibrillation and stroke comparably to cardiac magnetic resonance imaging: MESA,Distribution of microvascular endothelial function in different clinical and non-clinical settings in the united states and china,AI-enabled cardiac chambers volumetry in coronary calcium scans (AI-CAC) predicts heart failure and outperforms NT-proBNP: The Multi-Ethnic Study of Atherosclerosis,AI-enabled cardiac chambers volumetry in non-contrast coronary artery calcium CT scans vs. contrast-enhanced coronary CT angiography scans in the same patients,AI-CAC significantly improves on Coronary Artery Calcium (CAC) score for predicting all cardiovascular events: the Multi-Ethnic Study of Atherosclerosis", + "events_topic": "Clinical Studies As Topic | Atrial Fibrillation ", + "rest_events_topic_count": 9, + "rest_events_topic": " Computed Tomography Angiography | Artificial Intelligence | Cardiac Magnetic Resonance Imaging | Stroke | Coronary Artery Calcium | Microvascular Angina | Heart Failure | Echocardiography | Atherosclerosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Morteza Naghavi ", + "kol_full_name": "Morteza Naghavi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Angioplasty | Pharmaceutical Preparations | ST Elevation Myocardial Infarction | Heart Diseases | Arrhythmias, Cardiac | Myocardial Infarction | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455964", + "session_name": "Platelet-large cell ratio predicts no-reflow in patients undergoing primary coronary angioplasty for ST-segment elevation myocardial infarction,Novel insights into arrhythmias,Emerging cardiovascular drugs: watch this space,Myocardial infarction: new scientific insights,Novel targets and models in cardiac disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alina Scridon", + "middle_name": null, + "last_name": null, + "org_name": "George Emil Palade University of Medicine and Pharmacy", + "Country": "Romania", + "Region": "Mures", + "City": "Tirgu Mures", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Platelet-large cell ratio predicts no-reflow in patients undergoing primary coronary angioplasty for ST-segment elevation myocardial infarction", + "rest_events_session_count": 4, + "rest_events_session": "Novel insights into arrhythmias,Emerging cardiovascular drugs: watch this space,Myocardial infarction: new scientific insights,Novel targets and models in cardiac disease", + "events_topic": "Angioplasty | Pharmaceutical Preparations ", + "rest_events_topic_count": 5, + "rest_events_topic": " ST Elevation Myocardial Infarction | Heart Diseases | Arrhythmias, Cardiac | Myocardial Infarction | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alina Scridon ", + "kol_full_name": "Alina Scridon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prediabetes | Heart Disease Risk Factors | Cardiovascular Diseases | Obesity | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456191", + "session_name": "Smaller trials, trial updates, and other studies on heart failure,Exercise intervention in HFpEF patients with obesity,Pre-diabetes: a risk factor for cardiovascular disease?,The broad spectrum of cardiovascular risk,Collateral damage in heart failure: comorbidities and their treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amina Rakisheva", + "middle_name": null, + "last_name": null, + "org_name": "City Cardiology Center", + "Country": "Kazakhstan", + "Region": "Almaty", + "City": "Almaty", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 6, + "rest_events_session": " trial updates, and other studies on heart failure,Exercise intervention in HFpEF patients with obesity,Pre-diabetes: a risk factor for cardiovascular disease?,The broad spectrum of cardiovascular risk,Collateral damage in heart failure: comorbidities and their treatment", + "events_topic": "Prediabetes | Heart Disease Risk Factors ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiovascular Diseases | Obesity | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amina Rakisheva ", + "kol_full_name": "Amina Rakisheva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Multimodal Imaging | Endocarditis | Heart Failure | Mitral Valve Insufficiency | Heart Neoplasms | Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456289", + "session_name": "Case 2 - pursuing optimal patient care in secondary mitral regurgitation: insights from the Portuguese context,Cardio-oncology,Aortic stenosis: from diagnosis to post-intervention,Team up for endocarditis,Myocardial ischaemia and heart failure: insight from multimodality imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carla Sousa", + "middle_name": null, + "last_name": null, + "org_name": "Sao Joao Hospital", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2 - pursuing optimal patient care in secondary mitral regurgitation: insights from the Portuguese context", + "rest_events_session_count": 4, + "rest_events_session": "Cardio-oncology,Aortic stenosis: from diagnosis to post-intervention,Team up for endocarditis,Myocardial ischaemia and heart failure: insight from multimodality imaging", + "events_topic": "Multimodal Imaging | Endocarditis ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Failure | Mitral Valve Insufficiency | Heart Neoplasms | Aortic Valve Stenosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carla Sousa ", + "kol_full_name": "Carla Sousa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tropical Diseases | Heart Failure, Systolic | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456221", + "session_name": "Step 2 - consider the options: personalising HFrEF therapy,The NET-Heart Project: neglected tropical diseases affecting the heart,Heart failure therapy: new insights,Optimisation of heart failure treatment,Deeper phenotyping in heart failure: race- and sex-related differences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Clara Ines Saldarriaga", + "middle_name": null, + "last_name": null, + "org_name": "University of Antioquia- Pontificia Bolivariana - CardioVID clinic", + "Country": "Colombia", + "Region": "Antioquia", + "City": "Medellin", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Step 2 - consider the options: personalising HFrEF therapy", + "rest_events_session_count": 4, + "rest_events_session": "The NET-Heart Project: neglected tropical diseases affecting the heart,Heart failure therapy: new insights,Optimisation of heart failure treatment,Deeper phenotyping in heart failure: race- and sex-related differences", + "events_topic": "Tropical Diseases | Heart Failure, Systolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Clara Ines Saldarriaga ", + "kol_full_name": "Clara Ines Saldarriaga " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Genotype | Diabetes Mellitus | Antithrombotic Therapy | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457504", + "session_name": "Progress in understanding the genetic underpinning of coronary artery disease: from genotype to phenotype,Is the HNF4A gene variant paradoxically associated with better prognostic in CAD patients?,Does the LPA genotype have a role in coronary artery disease risk beyond Lp(a) values?,Diabetes Mellitus influence in Lipoprotein(a) gene expression and association to coronary artery disease,GJA4 gene inhibition may represent a potential target for novel antithrombotic therapies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Debora Sa", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Dr. Nelio Mendonca", + "Country": "Portugal", + "Region": "Madeira", + "City": "Funchal", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Progress in understanding the genetic underpinning of coronary artery disease: from genotype to phenotype", + "rest_events_session_count": 4, + "rest_events_session": "Is the HNF4A gene variant paradoxically associated with better prognostic in CAD patients?,Does the LPA genotype have a role in coronary artery disease risk beyond Lp(a) values?,Diabetes Mellitus influence in Lipoprotein(a) gene expression and association to coronary artery disease,GJA4 gene inhibition may represent a potential target for novel antithrombotic therapies", + "events_topic": "Genotype | Diabetes Mellitus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Antithrombotic Therapy | Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Debora Sa ", + "kol_full_name": "Debora Sa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Multimorbidity | Lipoproteins | Body Mass Index | Cardiometabolic Risk Factors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458068", + "session_name": "Adherence to a sustainable diet, measured via the EAT-Lancet Index, predicts incident short-term and long-term cardiovascular disease incidence: the ATTICA study (2002-2022),Mediterranean-type diet trajectories and 20-year cardiovascular disease incidence: the ATTICA study (2002-2022),Investigating the diverse role of ultra-processed foods on cardiometabolic multimorbidity: Highlights from the ATTICA prospective study (2002-2022),A sex-related analysis on the influence of lipoprotein(a) on primary cardiovascular disease prevention and its interplay with traditional lipid markers: results from a 20-year cohort study.,Mean body mass index during 20 years of follow-up and cardiovascular disease incidence: results from the ATTICA cohort study (2002-2022)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Evangelia Damigou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adherence to a sustainable diet", + "rest_events_session_count": 6, + "rest_events_session": " measured via the EAT-Lancet Index, predicts incident short-term and long-term cardiovascular disease incidence: the ATTICA study (2002-2022),Mediterranean-type diet trajectories and 20-year cardiovascular disease incidence: the ATTICA study (2002-2022),Investigating the diverse role of ultra-processed foods on cardiometabolic multimorbidity: Highlights from the ATTICA prospective study (2002-2022),A sex-related analysis on the influence of lipoprotein(a) on primary cardiovascular disease prevention and its interplay with traditional lipid markers: results from a 20-year cohort study.,Mean body mass index during 20 years of follow-up and cardiovascular disease incidence: results from the ATTICA cohort study (2002-2022)", + "events_topic": "Cardiovascular Diseases | Multimorbidity ", + "rest_events_topic_count": 3, + "rest_events_topic": " Lipoproteins | Body Mass Index | Cardiometabolic Risk Factors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evangelia Damigou ", + "kol_full_name": "Evangelia Damigou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Delay Discounting | Gene-Environment Interaction | Cardiovascular Diseases | Aortic Valve Insufficiency | Cholesterol, HDL | Acute Coronary Syndrome | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459882", + "session_name": "The effect of the LPA gene on aortic valve calcification in a Portuguese population,The change of paradigm: high HDL-c levels could not mean a long lifespan,Is genetic information helpful in predicting recurrent events in young patients after acute coronary syndrome?,Which is better for predicting and discriminating cardiovascular events: a traditional risk score, a calcium score or a genetic risk score?,Gene-gene and gene-environment interaction in coronary artery disease risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Francisco Sousa", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Central do Funchal", + "Country": "Portugal", + "Region": "Madeira", + "City": "Funchal", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of the LPA gene on aortic valve calcification in a Portuguese population", + "rest_events_session_count": 5, + "rest_events_session": "The change of paradigm: high HDL-c levels could not mean a long lifespan,Is genetic information helpful in predicting recurrent events in young patients after acute coronary syndrome?,Which is better for predicting and discriminating cardiovascular events: a traditional risk score, a calcium score or a genetic risk score?,Gene-gene and gene-environment interaction in coronary artery disease risk", + "events_topic": "Delay Discounting | Gene-Environment Interaction ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cardiovascular Diseases | Aortic Valve Insufficiency | Cholesterol, HDL | Acute Coronary Syndrome | Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francisco Sousa ", + "kol_full_name": "Francisco Sousa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Inflammation | Antidiabetic Drugs | Empagliflozin | Oleuropein | Hydroxytyrosol | Oleocanthal | Metabolic Syndrome | Cognitive Dysfunction | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456532", + "session_name": "Cardioprotective potential of oleuropein, hydroxytyrosol, oleocanthal and their combination: unravelling complementary effects on acute myocardial infarction and metabolic syndrome.,Investigating the effects of empagliflozin on myocardial metabolic and lipid profile in healthy and metabolic syndrome murine models following acute myocardial infarction,Investigating the effect of chronic stress, depressive-like pathology and cognitive impairments on acute myocardial infarction: sex-differentiated effects,Inflammation in cardiovascular disease,Antidiabetic drugs for treatment of cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioanna Andreadou", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardioprotective potential of oleuropein", + "rest_events_session_count": 7, + "rest_events_session": " hydroxytyrosol, oleocanthal and their combination: unravelling complementary effects on acute myocardial infarction and metabolic syndrome.,Investigating the effects of empagliflozin on myocardial metabolic and lipid profile in healthy and metabolic syndrome murine models following acute myocardial infarction,Investigating the effect of chronic stress, depressive-like pathology and cognitive impairments on acute myocardial infarction: sex-differentiated effects,Inflammation in cardiovascular disease,Antidiabetic drugs for treatment of cardiovascular disease", + "events_topic": "Myocardial Infarction | Inflammation ", + "rest_events_topic_count": 8, + "rest_events_topic": " Antidiabetic Drugs | Empagliflozin | Oleuropein | Hydroxytyrosol | Oleocanthal | Metabolic Syndrome | Cognitive Dysfunction | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioanna Andreadou ", + "kol_full_name": "Ioanna Andreadou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 1 | Diabetes Mellitus | Sodium-Glucose Transporter 2 Inhibitors | Myocardium | Dapagliflozin | Arterial Stiffness | Zidovudine | Anti-Retroviral Agents | Glycocalyx | Glucagon-Like Peptide-1 Receptor | HIV | Hidradenitis Suppurativa", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457061", + "session_name": "Twelve-months treatment with dapagliflozin improves endothelial glycocalyx and cardiovascular function in patients with type 1 diabetes mellitus,Early impairment of endothelial and myocardial function in patients with hidradenitis suppurativa,Effect of antiretroviral treatment on myocardial work and arterial function of treatment-naive patients with HIV,Effects of sodium-glucose contrasporter-2 inhibitors and glucagon-like peptide-1 receptor agonists on arterial stiffness, coronary flow reserve and liver steatosis in diabetes,Effect of glucagon-like peptide-1 receptor agonists, sodium-glucose cotransporter-2 inhibitors and their combination on carotid intima-media thickness", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Konstantinos Katogiannis", + "middle_name": null, + "last_name": null, + "org_name": "Attikon University Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Twelve-months treatment with dapagliflozin improves endothelial glycocalyx and cardiovascular function in patients with type 1 diabetes mellitus", + "rest_events_session_count": 6, + "rest_events_session": "Early impairment of endothelial and myocardial function in patients with hidradenitis suppurativa,Effect of antiretroviral treatment on myocardial work and arterial function of treatment-naive patients with HIV,Effects of sodium-glucose contrasporter-2 inhibitors and glucagon-like peptide-1 receptor agonists on arterial stiffness, coronary flow reserve and liver steatosis in diabetes,Effect of glucagon-like peptide-1 receptor agonists, sodium-glucose cotransporter-2 inhibitors and their combination on carotid intima-media thickness", + "events_topic": "Diabetes Mellitus, Type 1 | Diabetes Mellitus ", + "rest_events_topic_count": 10, + "rest_events_topic": " Sodium-Glucose Transporter 2 Inhibitors | Myocardium | Dapagliflozin | Arterial Stiffness | Zidovudine | Anti-Retroviral Agents | Glycocalyx | Glucagon-Like Peptide-1 Receptor | HIV | Hidradenitis Suppurativa", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Konstantinos Katogiannis ", + "kol_full_name": "Konstantinos Katogiannis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Denervation | Hypertension | Radiofrequency Therapy | Denervation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456536", + "session_name": "Introduction to radiofrequency renal denervation,Meet the experts: renal denervation,When to use renal denervation in hypertension management,Discover a complementary treatment for hypertension: radiofrequency renal denervation,Secondary causes of hypertension: mind the gap", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Konstantinos Tsioufis", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Introduction to radiofrequency renal denervation", + "rest_events_session_count": 4, + "rest_events_session": "Meet the experts: renal denervation,When to use renal denervation in hypertension management,Discover a complementary treatment for hypertension: radiofrequency renal denervation,Secondary causes of hypertension: mind the gap", + "events_topic": "Renal Denervation | Hypertension ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiofrequency Therapy | Denervation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Konstantinos Tsioufis ", + "kol_full_name": "Konstantinos Tsioufis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Mineralocorticoid Receptor Antagonists | Tricuspid Valve Insufficiency | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456959", + "session_name": "Heart failure: deep dive into pathophysiology and phenotypes,Discussant review - MRAs in heart failure,Personalised care in heart failure patients: insights from Belgium and Croatia,Pathophysiology of secondary mitral and tricuspid regurgitation,Interventions for arrhythmia through the heart failure lens", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maja Cikes", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Centre Zagreb", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure: deep dive into pathophysiology and phenotypes", + "rest_events_session_count": 4, + "rest_events_session": "Discussant review - MRAs in heart failure,Personalised care in heart failure patients: insights from Belgium and Croatia,Pathophysiology of secondary mitral and tricuspid regurgitation,Interventions for arrhythmia through the heart failure lens", + "events_topic": "Heart Failure | Mineralocorticoid Receptor Antagonists ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tricuspid Valve Insufficiency | Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maja Cikes ", + "kol_full_name": "Maja Cikes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Diabetes Mellitus | Coronary Artery Disease | Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458818", + "session_name": "Prognostic implications of biventricular ventricular systolic and diastolic strain in HFpEF,Prognostic implications of right ventricular systolic and diastolic strain in diabetes mellitus without coronary artery disease,Prognostic implications of right and left atrial strain in diabetes mellitus without coronary artery diseases.,Prognostic implications of right and left atrial strain in heart failure with preserved ejection.,Prognostic implications of right ventricular systolic and diastolic strain in heart failure with preserved ejection fraction without coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mamotabo Rossy Matshela", + "middle_name": null, + "last_name": null, + "org_name": "SACIDF", + "Country": "South Africa", + "Region": "KwaZulu-Natal", + "City": "Durban", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic implications of biventricular ventricular systolic and diastolic strain in HFpEF", + "rest_events_session_count": 4, + "rest_events_session": "Prognostic implications of right ventricular systolic and diastolic strain in diabetes mellitus without coronary artery disease,Prognostic implications of right and left atrial strain in diabetes mellitus without coronary artery diseases.,Prognostic implications of right and left atrial strain in heart failure with preserved ejection.,Prognostic implications of right ventricular systolic and diastolic strain in heart failure with preserved ejection fraction without coronary artery disease", + "events_topic": "Heart Failure | Diabetes Mellitus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Heart Failure, Diastolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mamotabo Rossy Matshela ", + "kol_full_name": "Mamotabo Rossy Matshela " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Microvascular Angina | Aortic Valve Stenosis | Transposition Of Great Vessels | Aortic Valve Insufficiency | Coronary Sinus | Cardiomyopathies | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457108", + "session_name": "TAVI for treating severe aortic valve disease in cardiogenic shock: a single centre experience,Survival in very elderly patients with severe aortic stenosis submitted to TAVI compared to the general population,A rare case of congenitally corrected transposition of great arteries with severe degenerative aortic stenosis submitted to TAVR,Coronary sinus reducer device for the treatment of refractory angina: a single center experience,Assessing the utility of the increased wall thickness score in diagnosing ATTR cardiomyopathy: a validation study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Miguel Sobral Domingues", + "middle_name": null, + "last_name": null, + "org_name": "Western Lisbon Hospital Centre, EPE", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI for treating severe aortic valve disease in cardiogenic shock: a single centre experience", + "rest_events_session_count": 4, + "rest_events_session": "Survival in very elderly patients with severe aortic stenosis submitted to TAVI compared to the general population,A rare case of congenitally corrected transposition of great arteries with severe degenerative aortic stenosis submitted to TAVR,Coronary sinus reducer device for the treatment of refractory angina: a single center experience,Assessing the utility of the increased wall thickness score in diagnosing ATTR cardiomyopathy: a validation study", + "events_topic": "Shock, Cardiogenic | Microvascular Angina ", + "rest_events_topic_count": 6, + "rest_events_topic": " Aortic Valve Stenosis | Transposition Of Great Vessels | Aortic Valve Insufficiency | Coronary Sinus | Cardiomyopathies | Transcatheter Aortic Valve Replacement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Miguel Sobral Domingues ", + "kol_full_name": "Miguel Sobral Domingues " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hyperaldosteronism | Amyloidosis | Transcatheter Aortic Valve Replacement | Cardiovascular Diseases | Hypertension | Sodium-Glucose Transporter 2 Inhibitors | Aortic Valve Stenosis | Bruton Tyrosine Kinase Inhibitors | Adrenalectomy | Heart Failure | ST Elevation Myocardial Infarction | Prostatic Neoplasms | Hematologic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457658", + "session_name": "SGLT2 inhibitors in patients with amyloidosis and heart failure: a worldwide retrospective cohort study,Real-world analysis of transcatheter aortic valve replacement in patients with prostate cancer and severe aortic stenosis,Sex differences in mortality in patients with ST-elevation acute myocardial infarction: data from a large international network,Ten-year outcomes in patients with hypertension and primary hyperaldosteronism undergoing surgical adrenalectomy versus medical therapy: data from the multinational collaborative network TriNetX,Cardiovascular and non-cardiovascular adverse events in patients with hematologic malignacies treated with BTK inhibitors: a real-world analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rafael Belo Nunes", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Alemao Oswaldo Cruz", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SGLT2 inhibitors in patients with amyloidosis and heart failure: a worldwide retrospective cohort study", + "rest_events_session_count": 4, + "rest_events_session": "Real-world analysis of transcatheter aortic valve replacement in patients with prostate cancer and severe aortic stenosis,Sex differences in mortality in patients with ST-elevation acute myocardial infarction: data from a large international network,Ten-year outcomes in patients with hypertension and primary hyperaldosteronism undergoing surgical adrenalectomy versus medical therapy: data from the multinational collaborative network TriNetX,Cardiovascular and non-cardiovascular adverse events in patients with hematologic malignacies treated with BTK inhibitors: a real-world analysis", + "events_topic": "Hyperaldosteronism | Amyloidosis ", + "rest_events_topic_count": 11, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Cardiovascular Diseases | Hypertension | Sodium-Glucose Transporter 2 Inhibitors | Aortic Valve Stenosis | Bruton Tyrosine Kinase Inhibitors | Adrenalectomy | Heart Failure | ST Elevation Myocardial Infarction | Prostatic Neoplasms | Hematologic Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rafael Belo Nunes ", + "kol_full_name": "Rafael Belo Nunes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Multimodal Imaging | Mitral Valve Disease | Diagnostic Imaging | Biopsy | Echocardiography | Tricuspid Valve Insufficiency | Cardiovascular Diseases | Acute Coronary Syndrome | Heart Atria", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456375", + "session_name": "Live echo scanning: imaging the mitral valve – diagnosis, patient selection and timely referral,Echocardiographic assessment of atrial pathology,Multimodality imaging in cardiovascular diseases and beyond,Tricuspid regurgitation and intervention: what are the limits?,Imaging in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Regina Ribeiras", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Santa Cruz", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Live echo scanning: imaging the mitral valve – diagnosis", + "rest_events_session_count": 5, + "rest_events_session": " patient selection and timely referral,Echocardiographic assessment of atrial pathology,Multimodality imaging in cardiovascular diseases and beyond,Tricuspid regurgitation and intervention: what are the limits?,Imaging in acute coronary syndromes", + "events_topic": "Multimodal Imaging | Mitral Valve Disease ", + "rest_events_topic_count": 7, + "rest_events_topic": " Diagnostic Imaging | Biopsy | Echocardiography | Tricuspid Valve Insufficiency | Cardiovascular Diseases | Acute Coronary Syndrome | Heart Atria", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Regina Ribeiras ", + "kol_full_name": "Regina Ribeiras " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Ischemia | Pulmonary Veins Isolation | Transthoracic Echocardiography | Ablation Techniques | Cardiac Magnetic Resonance Imaging | Aortic Valve Stenosis | Atrial Fibrillation | Surgical Aortic Valve Replacement | Surgical Valve Replacement | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457990", + "session_name": "Subendocardial ischemic-like state in patients with severe aortic stenosis: insights from myocardial histopathology and ultrastructure.,Histopathological myocardial changes in patients with severe aortic stenosis referred for surgical valve replacement: a CMR correlation study.,Computed tomography-derived myocardial extracellular volume as a prognosis predictor in patients with severe aortic stenosis,Predictors of LV reverse remodeling after SAVR: insights from a prospective TTE and CMR study in patients with severe aortic stenosis.,Safety and effectiveness of pulsed field ablation for pulmonary vein isolation in atrial fibrillation patients: a single centre experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rita Reis Santos", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Santa Cruz", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Subendocardial ischemic-like state in patients with severe aortic stenosis: insights from myocardial histopathology and ultrastructure.", + "rest_events_session_count": 4, + "rest_events_session": "Histopathological myocardial changes in patients with severe aortic stenosis referred for surgical valve replacement: a CMR correlation study.,Computed tomography-derived myocardial extracellular volume as a prognosis predictor in patients with severe aortic stenosis,Predictors of LV reverse remodeling after SAVR: insights from a prospective TTE and CMR study in patients with severe aortic stenosis.,Safety and effectiveness of pulsed field ablation for pulmonary vein isolation in atrial fibrillation patients: a single centre experience", + "events_topic": "Myocardial Ischemia | Pulmonary Veins Isolation ", + "rest_events_topic_count": 8, + "rest_events_topic": " Transthoracic Echocardiography | Ablation Techniques | Cardiac Magnetic Resonance Imaging | Aortic Valve Stenosis | Atrial Fibrillation | Surgical Aortic Valve Replacement | Surgical Valve Replacement | Tomography, X-Ray Computed", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rita Reis Santos ", + "kol_full_name": "Rita Reis Santos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Mortality | Atrial Appendage | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456097", + "session_name": "Registries, observational, and other studies on atrial fibrillation,Closing the atrial appendage,Atrial fibrillation burden and association with incident stroke,The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel,Atrial fibrillation: what is associated with mortality?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tatjana Potpara", + "middle_name": null, + "last_name": null, + "org_name": "School of Medicine, Belgrade University", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 6, + "rest_events_session": " observational, and other studies on atrial fibrillation,Closing the atrial appendage,Atrial fibrillation burden and association with incident stroke,The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation - expert panel,Atrial fibrillation: what is associated with mortality?", + "events_topic": "Stroke | Mortality ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atrial Appendage | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tatjana Potpara ", + "kol_full_name": "Tatjana Potpara " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Hematuria | Direct Oral Anticoagulants | Heart Rate | Renal Insufficiency, Chronic | Urogenital Neoplasms | Echocardiography | Anticoagulants | Warfarin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457807", + "session_name": "Risks of incident genitourinary malignancies in anticoagulated atrial fibrillation patients experiencing hematuria,Associations between heart rate, deformational echocardiographic parameters and clinical outcomes in patients with atrial fibrillation,Clinical outcomes in >10,000 Asian vs >61,000 Non-Asian race patients with AF randomized to Warfarin vs DOACs: a patient-level meta-analyses from COMBINE AF,Temporal trends of prescription rates, dosing of non-vitamin K antagonist oral anticoagulants and clinical outcomes in patients with atrial fibrillation,Use of non-vitamin K antagonist oral anticoagulants in patients with atrial fibrillation across five stages of chronic kidney diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tze-Fan Chao", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Veterans General Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "5", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risks of incident genitourinary malignancies in anticoagulated atrial fibrillation patients experiencing hematuria", + "rest_events_session_count": 8, + "rest_events_session": "Associations between heart rate, deformational echocardiographic parameters and clinical outcomes in patients with atrial fibrillation,Clinical outcomes in >10,000 Asian vs >61,000 Non-Asian race patients with AF randomized to Warfarin vs DOACs: a patient-level meta-analyses from COMBINE AF,Temporal trends of prescription rates, dosing of non-vitamin K antagonist oral anticoagulants and clinical outcomes in patients with atrial fibrillation,Use of non-vitamin K antagonist oral anticoagulants in patients with atrial fibrillation across five stages of chronic kidney diseases", + "events_topic": "Atrial Fibrillation | Hematuria ", + "rest_events_topic_count": 7, + "rest_events_topic": " Direct Oral Anticoagulants | Heart Rate | Renal Insufficiency, Chronic | Urogenital Neoplasms | Echocardiography | Anticoagulants | Warfarin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tze-Fan Chao ", + "kol_full_name": "Tze-Fan Chao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left | Heart Atria | Cardiomyopathy, Dilated | Heart Failure | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458873", + "session_name": "Right atrio-ventricular strain as a predictor of death in left-sided heart failure,Comparison of different non-invasive estimates of right ventriculo-arterial coupling as outcome predictors in dilated cardiomyopathy,Combined 3D left ventricular-arterial coupling and 3D left atrial-ventricular coupling indices could better predict MACE in young patients with STEMI,Three dimensional biatrial expansion index as an independent predictor of outcome in dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alina Ioana Scarlatescu", + "middle_name": null, + "last_name": null, + "org_name": "Clinical Emergency Hospital Bucharest", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right atrio-ventricular strain as a predictor of death in left-sided heart failure", + "rest_events_session_count": 3, + "rest_events_session": "Comparison of different non-invasive estimates of right ventriculo-arterial coupling as outcome predictors in dilated cardiomyopathy,Combined 3D left ventricular-arterial coupling and 3D left atrial-ventricular coupling indices could better predict MACE in young patients with STEMI,Three dimensional biatrial expansion index as an independent predictor of outcome in dilated cardiomyopathy", + "events_topic": "Ventricular Dysfunction, Left | Heart Atria ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiomyopathy, Dilated | Heart Failure | ST Elevation Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alina Ioana Scarlatescu ", + "kol_full_name": "Alina Ioana Scarlatescu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Postpartum Period | Heart Disease Risk Factors | Pregnancy | Cardiovascular Remodelling | Proteome | Cardiac Reverse Remodeling | Atrial Function", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460297", + "session_name": "Impact of cardiovascular risk factors in cardiac (reverse) remodelling induced by pregnancy,Cardiovascular (reverse) remodelling induced by pregnancy: looking at the right side of the heart,Postpartum cardiac reverse remodeling is reflected in urine proteome,Characterization of left atrial function during cardiac (reverse) remodeling induced by pregnancy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Filipa Ferreira", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine University of Porto", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of cardiovascular risk factors in cardiac (reverse) remodelling induced by pregnancy", + "rest_events_session_count": 3, + "rest_events_session": "Cardiovascular (reverse) remodelling induced by pregnancy: looking at the right side of the heart,Postpartum cardiac reverse remodeling is reflected in urine proteome,Characterization of left atrial function during cardiac (reverse) remodeling induced by pregnancy", + "events_topic": "Postpartum Period | Heart Disease Risk Factors ", + "rest_events_topic_count": 5, + "rest_events_topic": " Pregnancy | Cardiovascular Remodelling | Proteome | Cardiac Reverse Remodeling | Atrial Function", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Filipa Ferreira ", + "kol_full_name": "Ana Filipa Ferreira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent | Percutaneous Coronary Intervention | Dual Antiplatelet Therapy | Transcatheter Aortic Valve Replacement | Dual Anti-Platelet Therapy | Hypersensitivity | Renal Insufficiency, Chronic | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457074", + "session_name": "Mortality rates in patients undergoing urgent versus elective transcatheter aortic valve replacement: a systematic review and meta-analysis.,Sex-related outcomes in patients receiving shortened or longer dual antiplatelet treatment after percutaneous coronary intervention: a systematic review and meta-analysis.,Transcatheter patent foramen ovale closure in patients with and without documented nickel hypersensitivity,Shortened versus standard duration of dual antiplatelet treatment after percutaneous coronary intervention in patients with and without chronic kidney disease: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anastasios Apostolos", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens Medical School", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mortality rates in patients undergoing urgent versus elective transcatheter aortic valve replacement: a systematic review and meta-analysis.", + "rest_events_session_count": 3, + "rest_events_session": "Sex-related outcomes in patients receiving shortened or longer dual antiplatelet treatment after percutaneous coronary intervention: a systematic review and meta-analysis.,Transcatheter patent foramen ovale closure in patients with and without documented nickel hypersensitivity,Shortened versus standard duration of dual antiplatelet treatment after percutaneous coronary intervention in patients with and without chronic kidney disease: a systematic review and meta-analysis", + "events_topic": "Foramen Ovale, Patent | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 6, + "rest_events_topic": " Dual Antiplatelet Therapy | Transcatheter Aortic Valve Replacement | Dual Anti-Platelet Therapy | Hypersensitivity | Renal Insufficiency, Chronic | Aortic Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anastasios Apostolos ", + "kol_full_name": "Anastasios Apostolos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Sensitivity And Specificity | Antiplatelet Therapy | Renal Insufficiency, Chronic | Chronic Coronary Syndrome | Inflammation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455983", + "session_name": "Impact of neutrophil-to-lymphocyte ratio on clinical outcomes in patients with or without chronic kidney disease undergoing percutaneous coronary intervention,Clinical impact of systemic inflammation across the spectrum of different high-sensitivity CRP values in patients undergoing percutaneous coronary intervention,Impact of neutrophil-to-lymphocyte ratio on clinical outcomes in patients with acute or chronic coronary syndrome undergoing percutaneous coronary intervention,The guardians of clotting: exploring antiplatelet strategies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Angelo Oliva", + "middle_name": null, + "last_name": null, + "org_name": "Mount Sinai Hospital", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of neutrophil-to-lymphocyte ratio on clinical outcomes in patients with or without chronic kidney disease undergoing percutaneous coronary intervention", + "rest_events_session_count": 3, + "rest_events_session": "Clinical impact of systemic inflammation across the spectrum of different high-sensitivity CRP values in patients undergoing percutaneous coronary intervention,Impact of neutrophil-to-lymphocyte ratio on clinical outcomes in patients with acute or chronic coronary syndrome undergoing percutaneous coronary intervention,The guardians of clotting: exploring antiplatelet strategies", + "events_topic": "Percutaneous Coronary Intervention | Sensitivity And Specificity ", + "rest_events_topic_count": 4, + "rest_events_topic": " Antiplatelet Therapy | Renal Insufficiency, Chronic | Chronic Coronary Syndrome | Inflammation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angelo Oliva ", + "kol_full_name": "Angelo Oliva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Heart Rate | Prognosis | Chagas Cardiomyopathy | Atrial Fibrillation | Heart Failure, Systolic | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456606", + "session_name": "Long-term prognosis and predictors of death in chronic Chagas cardiomyopathy in women and men.,Heart rate and prognosis of heart failure with reduced ejection fraction in women and men in sinus rhythm.,Influence of persistent atrial fibrillation on the prognosis of heart failure with preserved, mildly reduced, and reduced ejection fraction in women and men.,Cardiovascular disease in women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antonio De Padua Mansur", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term prognosis and predictors of death in chronic Chagas cardiomyopathy in women and men.", + "rest_events_session_count": 5, + "rest_events_session": "Heart rate and prognosis of heart failure with reduced ejection fraction in women and men in sinus rhythm.,Influence of persistent atrial fibrillation on the prognosis of heart failure with preserved, mildly reduced, and reduced ejection fraction in women and men.,Cardiovascular disease in women", + "events_topic": "Heart Failure | Heart Rate ", + "rest_events_topic_count": 5, + "rest_events_topic": " Prognosis | Chagas Cardiomyopathy | Atrial Fibrillation | Heart Failure, Systolic | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonio De Padua Mansur ", + "kol_full_name": "Antonio De Padua Mansur " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Digital Technology | Hypertension | Renal Denervation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456985", + "session_name": "Meet the experts: renal denervation,Panel discussion: incorporating renal denervation into daily practice,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel,Wearables and digital tools in hypertension management: ready for prime time?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Atul Pathak", + "middle_name": null, + "last_name": null, + "org_name": "The Princess Grace Hospital Centre", + "Country": "Monaco", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Meet the experts: renal denervation", + "rest_events_session_count": 3, + "rest_events_session": "Panel discussion: incorporating renal denervation into daily practice,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel,Wearables and digital tools in hypertension management: ready for prime time?", + "events_topic": "Digital Technology | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Renal Denervation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Atul Pathak ", + "kol_full_name": "Atul Pathak " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tretinoin | Neoplasms | Prealbumin | Amyloidosis | Hypertension, Pulmonary | Cardiomyopathies | Pulmonary Artery | Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457286", + "session_name": "The optimal cut-off value for the one-minute sit-to-stand test to determine functional impairment in patients with pulmonary hypertension,Comparative assessment of extracellular volume metrics in predicting adverse outcomes in patients with transthyretin amyloid cardiomyopathy,CMR-derived pulmonary artery to aorta ratio as a predictor of adverse outcome in patients with cardiac transthyretin amyloidosis,Characteristics and outcomes of patients with a history of cancer enrolled in our prospective HFpEF registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christina Kronberger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The optimal cut-off value for the one-minute sit-to-stand test to determine functional impairment in patients with pulmonary hypertension", + "rest_events_session_count": 3, + "rest_events_session": "Comparative assessment of extracellular volume metrics in predicting adverse outcomes in patients with transthyretin amyloid cardiomyopathy,CMR-derived pulmonary artery to aorta ratio as a predictor of adverse outcome in patients with cardiac transthyretin amyloidosis,Characteristics and outcomes of patients with a history of cancer enrolled in our prospective HFpEF registry", + "events_topic": "Tretinoin | Neoplasms ", + "rest_events_topic_count": 6, + "rest_events_topic": " Prealbumin | Amyloidosis | Hypertension, Pulmonary | Cardiomyopathies | Pulmonary Artery | Heart Failure, Diastolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christina Kronberger ", + "kol_full_name": "Christina Kronberger " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Lipoprotein(a) | Heart Diseases | Acute Coronary Syndrome | Lipid-Lowering Therapies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455992", + "session_name": "Lipid-lowering prescription patterns after a non-fatal acute coronary syndrome,Lipid management: bridging the gap between guidelines and real-world practice,Lp(a): the new risk factor,Lipids in heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cristina Gavina", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine University of Porto", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid-lowering prescription patterns after a non-fatal acute coronary syndrome", + "rest_events_session_count": 3, + "rest_events_session": "Lipid management: bridging the gap between guidelines and real-world practice,Lp(a): the new risk factor,Lipids in heart disease", + "events_topic": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Lipoprotein(a) ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Diseases | Acute Coronary Syndrome | Lipid-Lowering Therapies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristina Gavina ", + "kol_full_name": "Cristina Gavina " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Valsartan | Sacubitril | Anemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458029", + "session_name": "Effects of Sacubitril/Valsartan on all-cause hospitalizations in heart failure: participant-level pooled analysis of PARADIGM-HF and PARAGON-HF,Visit-to-visit changes in heart rate in heart failure: a pooled participant-level analysis of the PARADIGM-HF and PARAGON-HF trials,Race in heart failure: a pooled participant-level analysis of the global PARADIGM-HF and PARAGON-HF trials,Prevalent and incident anemia in PARAGON-HF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Henri Lu", + "middle_name": null, + "last_name": null, + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of Sacubitril/Valsartan on all-cause hospitalizations in heart failure: participant-level pooled analysis of PARADIGM-HF and PARAGON-HF", + "rest_events_session_count": 3, + "rest_events_session": "Visit-to-visit changes in heart rate in heart failure: a pooled participant-level analysis of the PARADIGM-HF and PARAGON-HF trials,Race in heart failure: a pooled participant-level analysis of the global PARADIGM-HF and PARAGON-HF trials,Prevalent and incident anemia in PARAGON-HF", + "events_topic": "Heart Failure | Valsartan ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sacubitril | Anemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Henri Lu ", + "kol_full_name": "Henri Lu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Patient Care | Heart Arrest", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455947", + "session_name": "All cardiac arrest patients should be transferred to a cardiac arrest centre,Management of complex patients in Lebanon and Czech Republic,The best science in cardiac arrest and cardiogenic shock,Advancing the diagnosis and management of patients with cardiac arrest and cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jan Belohlavek", + "middle_name": null, + "last_name": null, + "org_name": "Charles University of Prague", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "All cardiac arrest patients should be transferred to a cardiac arrest centre", + "rest_events_session_count": 3, + "rest_events_session": "Management of complex patients in Lebanon and Czech Republic,The best science in cardiac arrest and cardiogenic shock,Advancing the diagnosis and management of patients with cardiac arrest and cardiogenic shock", + "events_topic": "Shock, Cardiogenic | Patient Care ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Belohlavek ", + "kol_full_name": "Jan Belohlavek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventilators, Mechanical | Exercise | Cardiopulmonary Exercise Testing | Heart Failure | Pacemaker, Artificial | Heart Diseases | Atherosclerosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457251", + "session_name": "Third ventilatory threshold in heart failure patients undergoing CPET: a prognostic analysis,Coronary atherosclerotic burden in master athletes: relationship with cardiovascular risk and volume of exercise,Fitness to fly: assessing cardiac disease among Air Force pilots,Leadless pacemaker - lead parameters stability and battery longevity in the mid-term follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joana Certo Pereira", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Santa Cruz", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Third ventilatory threshold in heart failure patients undergoing CPET: a prognostic analysis", + "rest_events_session_count": 3, + "rest_events_session": "Coronary atherosclerotic burden in master athletes: relationship with cardiovascular risk and volume of exercise,Fitness to fly: assessing cardiac disease among Air Force pilots,Leadless pacemaker - lead parameters stability and battery longevity in the mid-term follow-up", + "events_topic": "Ventilators, Mechanical | Exercise ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cardiopulmonary Exercise Testing | Heart Failure | Pacemaker, Artificial | Heart Diseases | Atherosclerosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joana Certo Pereira ", + "kol_full_name": "Joana Certo Pereira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Remodeling | Heart Disease Risk Factors | Heart Function Tests | Hypertension | Cardiovascular Medicine | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456441", + "session_name": "ESC TV Roundtable on Cardiology Today and Tomorrow: climate change, the environment, and cardiovascular medicine,Smaller trials: cardiac function and remodelling,Emerging solutions for equitable treatment of heart failure in low/middle-income countries,Global approach to hypertension management and cardiovascular risk reduction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Karen Sliwa", + "middle_name": null, + "last_name": null, + "org_name": "University of Cape Town", + "Country": "South Africa", + "Region": "Western Cape", + "City": "Cape Town", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV Roundtable on Cardiology Today and Tomorrow: climate change", + "rest_events_session_count": 5, + "rest_events_session": " the environment, and cardiovascular medicine,Smaller trials: cardiac function and remodelling,Emerging solutions for equitable treatment of heart failure in low/middle-income countries,Global approach to hypertension management and cardiovascular risk reduction", + "events_topic": "Cardiac Remodeling | Heart Disease Risk Factors ", + "rest_events_topic_count": 4, + "rest_events_topic": " Heart Function Tests | Hypertension | Cardiovascular Medicine | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karen Sliwa ", + "kol_full_name": "Karen Sliwa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Practice Guidelines As Topic | Endocarditis | Heart Defects, Congenital | Adult Congenital Heart Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456866", + "session_name": "Adult congenital heart disease: advising women about pregnancy,Adult congenital heart disease,Congenital heart disease: a lifelong journey,Guidelines in Practice: a challenging case of endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Margarita Brida", + "middle_name": null, + "last_name": null, + "org_name": "University of Rijeka", + "Country": "Croatia", + "Region": "Primorsko-Goranska", + "City": "Rijeka", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adult congenital heart disease: advising women about pregnancy", + "rest_events_session_count": 3, + "rest_events_session": "Adult congenital heart disease,Congenital heart disease: a lifelong journey,Guidelines in Practice: a challenging case of endocarditis", + "events_topic": "Practice Guidelines As Topic | Endocarditis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Defects, Congenital | Adult Congenital Heart Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Margarita Brida ", + "kol_full_name": "Margarita Brida " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Wearable Electronic Devices | Biomarkers | Risk Assessment | Cardiovascular Diseases | Cardiac Care Facilities | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455976", + "session_name": "Potential use of wearable devices to facilitate safe discharge from the cardiac care unit,Artificial intelligence unleashed on digital biomarkers: a new era in personalised cardiovascular healthcare,Artificial intelligence innovations in cardiac risk assessment and disease prediction,Breakthroughs in artificial intelligence-powered cardiac diagnosis and risk prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Marketou", + "middle_name": null, + "last_name": null, + "org_name": "University of Crete", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Potential use of wearable devices to facilitate safe discharge from the cardiac care unit", + "rest_events_session_count": 3, + "rest_events_session": "Artificial intelligence unleashed on digital biomarkers: a new era in personalised cardiovascular healthcare,Artificial intelligence innovations in cardiac risk assessment and disease prediction,Breakthroughs in artificial intelligence-powered cardiac diagnosis and risk prediction", + "events_topic": "Wearable Electronic Devices | Biomarkers ", + "rest_events_topic_count": 4, + "rest_events_topic": " Risk Assessment | Cardiovascular Diseases | Cardiac Care Facilities | Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Marketou ", + "kol_full_name": "Maria Marketou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thromboembolism | Acute Coronary Syndrome | Hypertension, Pulmonary", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455906", + "session_name": "Pulmonary hypertension: from diagnosis to personalised care,The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes,Fine-tuning prognostication after acute coronary syndromes,Chronic thromboembolic pulmonary hypertension: is it worth learning about?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Milica Aleksic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Medical Center Bezanijska Kosa", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary hypertension: from diagnosis to personalised care", + "rest_events_session_count": 3, + "rest_events_session": "The floor is yours: bring your questions on optimal management of very high-risk acute coronary syndromes,Fine-tuning prognostication after acute coronary syndromes,Chronic thromboembolic pulmonary hypertension: is it worth learning about?", + "events_topic": "Thromboembolism | Acute Coronary Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension, Pulmonary", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Milica Aleksic ", + "kol_full_name": "Milica Aleksic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Medical Device Legislation | Deep Learning | Biomarkers | Digital Health | Artificial Intelligence | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456167", + "session_name": "Artificial intelligence unleashed on digital biomarkers: a new era in personalised cardiovascular healthcare,Deep learning and artificial intelligence to transform cardiovascular health,The floor is yours: bring your questions on medical device regulation in digital health,ChatGPT, Copilot, and other large language models (LLMs): transforming cardiovascular education, care, and science", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nurgul Keser", + "middle_name": null, + "last_name": null, + "org_name": "Health Sciences University Faculty of Medicine Department of Cardiology", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence unleashed on digital biomarkers: a new era in personalised cardiovascular healthcare", + "rest_events_session_count": 7, + "rest_events_session": "Deep learning and artificial intelligence to transform cardiovascular health,The floor is yours: bring your questions on medical device regulation in digital health,ChatGPT, Copilot, and other large language models (LLMs): transforming cardiovascular education, care, and science", + "events_topic": "Medical Device Legislation | Deep Learning ", + "rest_events_topic_count": 4, + "rest_events_topic": " Biomarkers | Digital Health | Artificial Intelligence | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nurgul Keser ", + "kol_full_name": "Nurgul Keser " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Tobacco Products | Tomography, X-Ray Computed | Aortic Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456038", + "session_name": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus) - expert panel,Complex aortic disease cases,Aortic disease,Cardiac computed tomography in valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ozge Ozden Kayhan", + "middle_name": null, + "last_name": null, + "org_name": "Bahcelievler Memorial Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping", + "rest_events_session_count": 4, + "rest_events_session": " snus) - expert panel,Complex aortic disease cases,Aortic disease,Cardiac computed tomography in valvular heart disease", + "events_topic": "Heart Valve Diseases | Tobacco Products ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tomography, X-Ray Computed | Aortic Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ozge Ozden Kayhan ", + "kol_full_name": "Ozge Ozden Kayhan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Right Ventricular-Pulmonary Arterial Coupling | PCSK9 Inhibitors | Heart Failure | Sodium-Glucose Transporter 2 Inhibitors | Mitral Transcatheter Edge-to-Edge Repair | Plaque, Atherosclerotic | Natriuretic Peptide, Brain", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457827", + "session_name": "Changes in N-terminal pro b-type natriuretic peptide according to SGLT2 inhibitor utilization patterns in patients hospitalized for decompensated heart failure: a prospective cohort study,PCSK9 inhibitors and coronary atherosclerotic plaque modification: a meta-analysis,The role of sodium-glucose cotransporter 2 (SGLT2) inhibitors in epicardial adipose tissue modulation: a meta-analysis,Right ventricular-pulmonary artery coupling and clinical outcomes after mitral transcatheter edge-to-edge repair: A meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Panagiotis Theofilis", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in N-terminal pro b-type natriuretic peptide according to SGLT2 inhibitor utilization patterns in patients hospitalized for decompensated heart failure: a prospective cohort study", + "rest_events_session_count": 3, + "rest_events_session": "PCSK9 inhibitors and coronary atherosclerotic plaque modification: a meta-analysis,The role of sodium-glucose cotransporter 2 (SGLT2) inhibitors in epicardial adipose tissue modulation: a meta-analysis,Right ventricular-pulmonary artery coupling and clinical outcomes after mitral transcatheter edge-to-edge repair: A meta-analysis", + "events_topic": "Right Ventricular-Pulmonary Arterial Coupling | PCSK9 Inhibitors ", + "rest_events_topic_count": 5, + "rest_events_topic": " Heart Failure | Sodium-Glucose Transporter 2 Inhibitors | Mitral Transcatheter Edge-to-Edge Repair | Plaque, Atherosclerotic | Natriuretic Peptide, Brain", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Panagiotis Theofilis ", + "kol_full_name": "Panagiotis Theofilis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Stroke | Tachycardia, Supraventricular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456796", + "session_name": "The ABC of integrating stroke care,The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel,Supraventricular tachycardia,Novel diagnostic approaches and treatments for supraventricular tachycardias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Panteleimon Papakonstantinou", + "middle_name": null, + "last_name": null, + "org_name": "Evangelismos Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The ABC of integrating stroke care", + "rest_events_session_count": 3, + "rest_events_session": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel,Supraventricular tachycardia,Novel diagnostic approaches and treatments for supraventricular tachycardias", + "events_topic": "Cardiovascular Diseases | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tachycardia, Supraventricular", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Panteleimon Papakonstantinou ", + "kol_full_name": "Panteleimon Papakonstantinou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Deep Learning | Wearable Electronic Devices | Electrocardiography | Cardiovascular Diseases | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455977", + "session_name": "Artificial intelligence in cardiovascular medicine: from prediction to transformation of patient care,Revolutionising cardiac diagnosis: exploring deep learning in electrocardiography and beyond,Cardiovascular assessment and intervention: from computational modelling to wearable technology,Breakthroughs in artificial intelligence-powered cardiac diagnosis and risk prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rickey Carter", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence in cardiovascular medicine: from prediction to transformation of patient care", + "rest_events_session_count": 3, + "rest_events_session": "Revolutionising cardiac diagnosis: exploring deep learning in electrocardiography and beyond,Cardiovascular assessment and intervention: from computational modelling to wearable technology,Breakthroughs in artificial intelligence-powered cardiac diagnosis and risk prediction", + "events_topic": "Deep Learning | Wearable Electronic Devices ", + "rest_events_topic_count": 3, + "rest_events_topic": " Electrocardiography | Cardiovascular Diseases | Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rickey Carter ", + "kol_full_name": "Rickey Carter " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Cardiac Pacing, Artificial | Myocardial Infarction | Cardiac Imaging Techniques | Transcatheter Aortic Valve Replacement | Shock, Cardiogenic | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458314", + "session_name": "Long-term outcomes of cardiogenic shock survivors: a contemporary retrospective analysis from a tertiary center,Relative contribution of imaging techniques for the contemporary diagnosis of infective endocarditis: a single-center experience,Pacing dependency after TAVI, a lasting hazard in every case?,Lipoprotein(a) levels in acute myocardial infarction patients and their associations with prior events and coronary artery disease severity: a real-world cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rita Barbosa Sousa", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Santa Cruz", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcomes of cardiogenic shock survivors: a contemporary retrospective analysis from a tertiary center", + "rest_events_session_count": 4, + "rest_events_session": "Relative contribution of imaging techniques for the contemporary diagnosis of infective endocarditis: a single-center experience,Pacing dependency after TAVI, a lasting hazard in every case?,Lipoprotein(a) levels in acute myocardial infarction patients and their associations with prior events and coronary artery disease severity: a real-world cohort study", + "events_topic": "Endocarditis | Cardiac Pacing, Artificial ", + "rest_events_topic_count": 5, + "rest_events_topic": " Myocardial Infarction | Cardiac Imaging Techniques | Transcatheter Aortic Valve Replacement | Shock, Cardiogenic | Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rita Barbosa Sousa ", + "kol_full_name": "Rita Barbosa Sousa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure | Tafamidis | Aorto-atrial Fistula | Exercise Test", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458639", + "session_name": "Tafamidis for the treatment of transthyretin cardiac amyloidosis (ATTR-CM) - Real-world data from a tertiary center.,Exercise stress testing recovery kinetics: the forgotten phase.,O2 consumption overshoot in patients with heart failure: crossing the line.,Mapping the pathway: understanding an aorto-atrial fistula in a patient with heart failure.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rita Carvalho", + "middle_name": null, + "last_name": null, + "org_name": "Western Lisbon Hospital Centre, EPE", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tafamidis for the treatment of transthyretin cardiac amyloidosis (ATTR-CM) - Real-world data from a tertiary center.", + "rest_events_session_count": 3, + "rest_events_session": "Exercise stress testing recovery kinetics: the forgotten phase.,O2 consumption overshoot in patients with heart failure: crossing the line.,Mapping the pathway: understanding an aorto-atrial fistula in a patient with heart failure.", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tafamidis | Aorto-atrial Fistula | Exercise Test", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rita Carvalho ", + "kol_full_name": "Rita Carvalho " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Bypass Graft | Medical Device Legislation | Myocardial Infarction | Drug-Eluting Stents | Digital Health | Shock, Cardiogenic | Non-ST Elevated Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455956", + "session_name": "Case 1 - contemporary management of NSTEMI-ACS: the Ireland perspective,When stents fail (and CABG is not an option): drug-coated balloons or drug-eluting stents?,The floor is yours: bring your questions on medical device regulation in digital health - expert panel,Management and prognostication in acute myocardial infarction cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Robert Byrne", + "middle_name": null, + "last_name": null, + "org_name": "Mater Private Network", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1 - contemporary management of NSTEMI-ACS: the Ireland perspective", + "rest_events_session_count": 3, + "rest_events_session": "When stents fail (and CABG is not an option): drug-coated balloons or drug-eluting stents?,The floor is yours: bring your questions on medical device regulation in digital health - expert panel,Management and prognostication in acute myocardial infarction cardiogenic shock", + "events_topic": "Coronary Artery Bypass Graft | Medical Device Legislation ", + "rest_events_topic_count": 5, + "rest_events_topic": " Myocardial Infarction | Drug-Eluting Stents | Digital Health | Shock, Cardiogenic | Non-ST Elevated Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robert Byrne ", + "kol_full_name": "Robert Byrne " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Venous Thromboembolism | Pulsed-Field Ablation | Hemoglobins | WATCHMAN Device Implantation | Ablation Techniques | Acute Kidney Injury | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457435", + "session_name": "Ablation outcome in patients with atrial fibrillation undergoing ICE-guided pulsed-field ablation,Risk and management of acute kidney injury resulting from hemoglobinuria following pulsed-field ablation in atrial fibrillation,Prevention of thromboembolic events in atrial fibrillation patients with persistent leaks following the watchman implantation,Ablation outcome in elderly women with atrial fibrillation undergoing pulsed-field ablation for electrical isolation of pulmonary veins and left atrial posterior wall", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sanghamitra Mohanty", + "middle_name": null, + "last_name": null, + "org_name": "St. David's Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Austin", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ablation outcome in patients with atrial fibrillation undergoing ICE-guided pulsed-field ablation", + "rest_events_session_count": 3, + "rest_events_session": "Risk and management of acute kidney injury resulting from hemoglobinuria following pulsed-field ablation in atrial fibrillation,Prevention of thromboembolic events in atrial fibrillation patients with persistent leaks following the watchman implantation,Ablation outcome in elderly women with atrial fibrillation undergoing pulsed-field ablation for electrical isolation of pulmonary veins and left atrial posterior wall", + "events_topic": "Venous Thromboembolism | Pulsed-Field Ablation ", + "rest_events_topic_count": 5, + "rest_events_topic": " Hemoglobins | WATCHMAN Device Implantation | Ablation Techniques | Acute Kidney Injury | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sanghamitra Mohanty ", + "kol_full_name": "Sanghamitra Mohanty " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hep G2 Cells | Receptor, Epidermal Growth Factor | Cardiovascular Diseases | Interleukin-6 | Hyperlipidemias | PPAR Gamma | Gene Expression | Lipoprotein(a) | Atherosclerosis | Inflammatory Bowel Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457025", + "session_name": "Advanced biologic therapies are associated with fewer adverse cardiovascular events in patients with inflammatory bowel diseases,Intraindividual variability in lipoprotein(a): the value of a repeat measure for reclassifying individuals at intermediate-risk,Epidermal growth factor receptor (EGFR) signaling is associated with atherosclerotic cardiovascular disease (ASCVD) in individuals with hyperlipidemia,Peroxisome proliferator-activated receptor gamma regulates interleukin-6 induced lipoprotein(a) gene expression in human HepG2 cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tarek Harb", + "middle_name": null, + "last_name": null, + "org_name": "Johns Hopkins University School of Medicine", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advanced biologic therapies are associated with fewer adverse cardiovascular events in patients with inflammatory bowel diseases", + "rest_events_session_count": 3, + "rest_events_session": "Intraindividual variability in lipoprotein(a): the value of a repeat measure for reclassifying individuals at intermediate-risk,Epidermal growth factor receptor (EGFR) signaling is associated with atherosclerotic cardiovascular disease (ASCVD) in individuals with hyperlipidemia,Peroxisome proliferator-activated receptor gamma regulates interleukin-6 induced lipoprotein(a) gene expression in human HepG2 cells", + "events_topic": "Hep G2 Cells | Receptor, Epidermal Growth Factor ", + "rest_events_topic_count": 8, + "rest_events_topic": " Cardiovascular Diseases | Interleukin-6 | Hyperlipidemias | PPAR Gamma | Gene Expression | Lipoprotein(a) | Atherosclerosis | Inflammatory Bowel Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tarek Harb ", + "kol_full_name": "Tarek Harb " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Anticoagulation | Gastrointestinal Hemorrhage | Heart Failure | Intracranial Hemorrhages | Anticoagulants | Electrocardiography | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457216", + "session_name": "Impact of resumption of Oral AntiCoagulation therapy (OAC) after GastroIntestinal Bleeding (GIB) on clinical outcomes in patients with Non-Valvular Atrial Fibrillation (NVAF),Screening for Atrial Fibrillation (AF) by handheld single-lead ECG and risk of all-cause mortality stratified by non-AF cardiovascular disease,Resumption of anticoagulation therapy among Non-Valvular Atrial Fibrillation (NVAF) patients with prior intracranial haemorrhage,Atrial Fibrillation (AF) detected by repeat handheld ECG screening and the risk of heart failure hospitalization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wen Sun", + "middle_name": null, + "last_name": null, + "org_name": "The Chinese University of Hong Kong", + "Country": null, + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of resumption of Oral AntiCoagulation therapy (OAC) after GastroIntestinal Bleeding (GIB) on clinical outcomes in patients with Non-Valvular Atrial Fibrillation (NVAF)", + "rest_events_session_count": 3, + "rest_events_session": "Screening for Atrial Fibrillation (AF) by handheld single-lead ECG and risk of all-cause mortality stratified by non-AF cardiovascular disease,Resumption of anticoagulation therapy among Non-Valvular Atrial Fibrillation (NVAF) patients with prior intracranial haemorrhage,Atrial Fibrillation (AF) detected by repeat handheld ECG screening and the risk of heart failure hospitalization", + "events_topic": "Cardiovascular Diseases | Anticoagulation ", + "rest_events_topic_count": 6, + "rest_events_topic": " Gastrointestinal Hemorrhage | Heart Failure | Intracranial Hemorrhages | Anticoagulants | Electrocardiography | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wen Sun ", + "kol_full_name": "Wen Sun " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "MINOCA | Cardiomyopathies | Cardiac Computed Tomography | Diagnostic Imaging | Cardiovascular Diseases | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456464", + "session_name": "Update on advanced plaque imaging with cardiac computed tomography,Lipids as risk factors for cardiovascular disease,Myocardial infarction with non-obstructive coronary arteries (MINOCA): state-of-the-art imaging evaluation,Computed tomography assessment of myocardial disease revisited", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wing Sze Chan", + "middle_name": null, + "last_name": null, + "org_name": "Queen Mary Hospital", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Update on advanced plaque imaging with cardiac computed tomography", + "rest_events_session_count": 3, + "rest_events_session": "Lipids as risk factors for cardiovascular disease,Myocardial infarction with non-obstructive coronary arteries (MINOCA): state-of-the-art imaging evaluation,Computed tomography assessment of myocardial disease revisited", + "events_topic": "MINOCA | Cardiomyopathies ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiac Computed Tomography | Diagnostic Imaging | Cardiovascular Diseases | Tomography, X-Ray Computed", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wing Sze Chan ", + "kol_full_name": "Wing Sze Chan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Spironolactone | Osteoporosis | Cardiovascular Diseases | Postmenopausal | Receptors, Mineralocorticoid | Transplant Recipients | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457405", + "session_name": "Urinary proteomic signature of mineralocorticoid receptor antagonism by spironolactone: evidence from the HOMAGE trial,Blood pressure and renal function responses in workers exposed to lead for up to six years,OSTEO18, a novel urinary proteomic signature, associated with osteoporosis in heart transplant recipients,Blood pressure and cardiovascular risk in relation to birth weight and urinary sodium: an individual-participant meta-analysis of European family-based population studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuling Yu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Urinary proteomic signature of mineralocorticoid receptor antagonism by spironolactone: evidence from the HOMAGE trial", + "rest_events_session_count": 5, + "rest_events_session": "Blood pressure and renal function responses in workers exposed to lead for up to six years,OSTEO18, a novel urinary proteomic signature, associated with osteoporosis in heart transplant recipients,Blood pressure and cardiovascular risk in relation to birth weight and urinary sodium: an individual-participant meta-analysis of European family-based population studies", + "events_topic": "Spironolactone | Osteoporosis ", + "rest_events_topic_count": 5, + "rest_events_topic": " Cardiovascular Diseases | Postmenopausal | Receptors, Mineralocorticoid | Transplant Recipients | Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuling Yu ", + "kol_full_name": "Yuling Yu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "P2Y12 Inhibitors | Sick Sinus Syndrome | Heart Failure, Systolic | Tachycardia, Ventricular | Acute Coronary Syndrome | Myocardial Bridging | Coronary Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457784", + "session_name": "Arrhythmic Nightmare - Polymorphic ventricular tachycardia-related arrhythmic storm following de novo heart failure with reduced ejection fraction admission and severe multivessel coronary disease,Myocardial bridging presenting as exercise-induced sinus node dysfunction in a young patient,Prognostic implications of p2y12 inhibitor pre-treatment in non-st segment elevation acute coronary syndromes undergoing late invasive strategy - a national registry analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adriana Fonseca Vazao", + "middle_name": null, + "last_name": null, + "org_name": "Leiria Hospital Centre", + "Country": "Portugal", + "Region": "Leiria", + "City": "Leiria", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arrhythmic Nightmare - Polymorphic ventricular tachycardia-related arrhythmic storm following de novo heart failure with reduced ejection fraction admission and severe multivessel coronary disease", + "rest_events_session_count": 2, + "rest_events_session": "Myocardial bridging presenting as exercise-induced sinus node dysfunction in a young patient,Prognostic implications of p2y12 inhibitor pre-treatment in non-st segment elevation acute coronary syndromes undergoing late invasive strategy - a national registry analysis", + "events_topic": "P2Y12 Inhibitors | Sick Sinus Syndrome ", + "rest_events_topic_count": 5, + "rest_events_topic": " Heart Failure, Systolic | Tachycardia, Ventricular | Acute Coronary Syndrome | Myocardial Bridging | Coronary Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adriana Fonseca Vazao ", + "kol_full_name": "Adriana Fonseca Vazao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Microvascular Dysfunction | Biomarkers | Machine Learning | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460140", + "session_name": "Integrative machine learning model for predicting patient-oriented composite endpoints in acute myocardial infarction: a neuroendocrine biomarker approach,Exploring the impact of coronary microvascular dysfunction on cardiac remodeling after st-elevation myocardial infarction,Exploring trimethylamine n-oxide's role in coronary microvascular dysfunction and prognostic outcomes in ST-elevation myocardial infarction patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ali Aldujeli", + "middle_name": null, + "last_name": null, + "org_name": "Lithuanian University of Health Sciences", + "Country": "Lithuania", + "Region": "Kauno Apskritis", + "City": "Kaunas", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integrative machine learning model for predicting patient-oriented composite endpoints in acute myocardial infarction: a neuroendocrine biomarker approach", + "rest_events_session_count": 2, + "rest_events_session": "Exploring the impact of coronary microvascular dysfunction on cardiac remodeling after st-elevation myocardial infarction,Exploring trimethylamine n-oxide's role in coronary microvascular dysfunction and prognostic outcomes in ST-elevation myocardial infarction patients", + "events_topic": "Myocardial Infarction | Microvascular Dysfunction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Biomarkers | Machine Learning | ST Elevation Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ali Aldujeli ", + "kol_full_name": "Ali Aldujeli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Oximetry | Shock, Cardiogenic | Heart Failure | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458010", + "session_name": "Machine-learning based scoring system to predict cardiogenic shock in acute coronary syndrome,Tailoring heart failure therapy using novel non-invasive remote monitoring of cardiac filling pressures,Point-of-care screening for heart failure with reduced ejection fraction using simple pulse oximetry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Allan Bohm", + "middle_name": null, + "last_name": null, + "org_name": "Premedix & Seerlinq", + "Country": "Slovakia", + "Region": "Bratislavsky", + "City": "Bratislava", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine-learning based scoring system to predict cardiogenic shock in acute coronary syndrome", + "rest_events_session_count": 2, + "rest_events_session": "Tailoring heart failure therapy using novel non-invasive remote monitoring of cardiac filling pressures,Point-of-care screening for heart failure with reduced ejection fraction using simple pulse oximetry", + "events_topic": "Oximetry | Shock, Cardiogenic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Allan Bohm ", + "kol_full_name": "Allan Bohm " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Spectroscopy | Diagnostic Imaging | Cardiovascular Diseases | Cardiomyopathy, Dilated | Cardiomyopathy, Hypertrophic | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455940", + "session_name": "Hypertension phenotypes and cardiovascular risk,The power of cardiac magnetic resonance in dilated cardiomyopathies,New imaging insights into hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Maria G. Almeida", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine University of Lisbon", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension phenotypes and cardiovascular risk", + "rest_events_session_count": 2, + "rest_events_session": "The power of cardiac magnetic resonance in dilated cardiomyopathies,New imaging insights into hypertrophic cardiomyopathy", + "events_topic": "Magnetic Resonance Spectroscopy | Diagnostic Imaging ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiovascular Diseases | Cardiomyopathy, Dilated | Cardiomyopathy, Hypertrophic | Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Maria G. Almeida ", + "kol_full_name": "Ana Maria G. Almeida " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Heart Neoplasms | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456060", + "session_name": "Complex or complicated? challenges of percutaneous coronary interventions,Coronary clot management: evolving strategies and techniques,Medical and percutaneous treatment of coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrea Abizaid", + "middle_name": null, + "last_name": null, + "org_name": "Institute Dante Pazzanese of Cardiology", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complex or complicated? challenges of percutaneous coronary interventions", + "rest_events_session_count": 2, + "rest_events_session": "Coronary clot management: evolving strategies and techniques,Medical and percutaneous treatment of coronary artery disease", + "events_topic": "Coronary Artery Disease | Heart Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrea Abizaid ", + "kol_full_name": "Andrea Abizaid " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiotoxicity | Heart Left Ventricle Mass | Lipoprotein(a) | Tobacco Smoking | Insulin Resistance", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456279", + "session_name": "Incidental and progressive tobacco smoking from childhood through young adulthood with premature structural and functional cardiac damage in 1931 children: A 14-Year Longitudinal Study,Fat mass mediating effect on the association of worsening insulin resistance with increased left ventricular mass in 1595 adolescents: a 7-Year Longitudinal and Mediation Study,Lp(a): the new risk factor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrew O. Agbaje", + "middle_name": null, + "last_name": null, + "org_name": "University of Eastern Finland", + "Country": "Finland", + "Region": "Ita-Suomen Laani", + "City": "Kuopio", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidental and progressive tobacco smoking from childhood through young adulthood with premature structural and functional cardiac damage in 1931 children: A 14-Year Longitudinal Study", + "rest_events_session_count": 2, + "rest_events_session": "Fat mass mediating effect on the association of worsening insulin resistance with increased left ventricular mass in 1595 adolescents: a 7-Year Longitudinal and Mediation Study,Lp(a): the new risk factor", + "events_topic": "Cardiotoxicity | Heart Left Ventricle Mass ", + "rest_events_topic_count": 3, + "rest_events_topic": " Lipoprotein(a) | Tobacco Smoking | Insulin Resistance", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrew O. Agbaje ", + "kol_full_name": "Andrew O. Agbaje " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Inflammation | Pharmacodynamics | Ninerafaxstat | Angina, Unstable | Chronic Coronary Syndrome | Coronary Artery Disease | Coronary Computed Tomography Angiography | Placebos", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456504", + "session_name": "A randomized, double-blind, placebo-controlled, mechanistic trial on the safety, tolerability and pharmacodynamics of ninerafaxstat in patients with angina and chronic coronary syndrome,Inflammation and coronary artery disease: from diagnosis to management,Coronary computed tomography angiograms for diagnosis and risk stratification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antti Saraste", + "middle_name": null, + "last_name": null, + "org_name": "Turku University Hospital", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A randomized", + "rest_events_session_count": 6, + "rest_events_session": " double-blind, placebo-controlled, mechanistic trial on the safety, tolerability and pharmacodynamics of ninerafaxstat in patients with angina and chronic coronary syndrome,Inflammation and coronary artery disease: from diagnosis to management,Coronary computed tomography angiograms for diagnosis and risk stratification", + "events_topic": "Inflammation | Pharmacodynamics ", + "rest_events_topic_count": 6, + "rest_events_topic": " Ninerafaxstat | Angina, Unstable | Chronic Coronary Syndrome | Coronary Artery Disease | Coronary Computed Tomography Angiography | Placebos", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antti Saraste ", + "kol_full_name": "Antti Saraste " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Microvascular Angina | Transcatheter Aortic Valve Replacement | Cardiovascular Diseases | Coronary Artery Disease | Aortic Valve Insufficiency | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457019", + "session_name": "Invasive assessment of coronary microvascular dysfunction with MACEs: a meta-analysis,Baseline right ventricular-pulmonary artery uncoupling and mortality following transcatheter aortic valve replacement: a meta-analysis,Ankle brachial index,a non invasive tool predicts cardiovascular events after acute myocardial infarction:a 3 year follow -up study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Athanasios Sakalidis", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Invasive assessment of coronary microvascular dysfunction with MACEs: a meta-analysis", + "rest_events_session_count": 3, + "rest_events_session": "Baseline right ventricular-pulmonary artery uncoupling and mortality following transcatheter aortic valve replacement: a meta-analysis,Ankle brachial index,a non invasive tool predicts cardiovascular events after acute myocardial infarction:a 3 year follow -up study", + "events_topic": "Microvascular Angina | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cardiovascular Diseases | Coronary Artery Disease | Aortic Valve Insufficiency | Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Athanasios Sakalidis ", + "kol_full_name": "Athanasios Sakalidis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence | Digital Health | Clinical Practice | Channelopathies | Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456804", + "session_name": "Why is AI not implemented in clinical practice?,Living with channelopathies - patient perspective,Innovations in digital care and patient engagement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Axel Verstrael", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient forum", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Why is AI not implemented in clinical practice?", + "rest_events_session_count": 2, + "rest_events_session": "Living with channelopathies - patient perspective,Innovations in digital care and patient engagement", + "events_topic": "Artificial Intelligence | Digital Health ", + "rest_events_topic_count": 3, + "rest_events_topic": " Clinical Practice | Channelopathies | Patient Care", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Axel Verstrael ", + "kol_full_name": "Axel Verstrael " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Angina, Stable | Coronary Revascularization | Angina | Fractional Flow Reserve | Chronic Coronary Syndrome | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457578", + "session_name": "Prognostic impact of the presence and absence of angina on mortality and cardiovascular outcomes in the ISCHEMIA trial,Impact of fractional flow reserve measurement on angina frequency in the invasive arm of the ISCHEMIA trial,Persistent angina following revascularization for chronic coronary syndromes: a systematic review and meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ayesha Singh", + "middle_name": null, + "last_name": null, + "org_name": "Keck School of Medicine of USC", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of the presence and absence of angina on mortality and cardiovascular outcomes in the ISCHEMIA trial", + "rest_events_session_count": 2, + "rest_events_session": "Impact of fractional flow reserve measurement on angina frequency in the invasive arm of the ISCHEMIA trial,Persistent angina following revascularization for chronic coronary syndromes: a systematic review and meta-analysis of randomized controlled trials", + "events_topic": "Angina, Stable | Coronary Revascularization ", + "rest_events_topic_count": 4, + "rest_events_topic": " Angina | Fractional Flow Reserve | Chronic Coronary Syndrome | Ischemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ayesha Singh ", + "kol_full_name": "Ayesha Singh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure | Pulmonary Embolism | Tissue Plasminogen Activator | Right Ventricular Remodeling", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458864", + "session_name": "A simple and reliable computed tomographic measure for the evaluation of right ventricle remodelling in acute PE: right ventricle apical angle,Efficacy and safety of reduced-dose and slow-infusion intravenous alteplase regimen in patients with acute pulmonary embolism at intermediate-high-risk,Prognostic impact of the tricuspid annular plane systolic excursion/pulmonary arterial systolic pressure ratio in acute pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Barkin Kultursay", + "middle_name": null, + "last_name": null, + "org_name": "Kartal Kosuyolu Heart and Research Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A simple and reliable computed tomographic measure for the evaluation of right ventricle remodelling in acute PE: right ventricle apical angle", + "rest_events_session_count": 2, + "rest_events_session": "Efficacy and safety of reduced-dose and slow-infusion intravenous alteplase regimen in patients with acute pulmonary embolism at intermediate-high-risk,Prognostic impact of the tricuspid annular plane systolic excursion/pulmonary arterial systolic pressure ratio in acute pulmonary embolism", + "events_topic": "Blood Pressure | Pulmonary Embolism ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tissue Plasminogen Activator | Right Ventricular Remodeling", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Barkin Kultursay ", + "kol_full_name": "Barkin Kultursay " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dissection, Thoracic Aorta | Genome-Wide Association Study | Imaging, Three-Dimensional | Body Height | Heart Failure | Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458008", + "session_name": "Relationship of body height to thoracic aortic length: implications for sex differences and normative values,Genome wide association studies on three-dimensional aortic geometric indices measured with magnetic resonance imaging,Relationship between 3-dimensional aortic geometry and the risk of new-onset heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cameron Beeche", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship of body height to thoracic aortic length: implications for sex differences and normative values", + "rest_events_session_count": 2, + "rest_events_session": "Genome wide association studies on three-dimensional aortic geometric indices measured with magnetic resonance imaging,Relationship between 3-dimensional aortic geometry and the risk of new-onset heart failure", + "events_topic": "Dissection, Thoracic Aorta | Genome-Wide Association Study ", + "rest_events_topic_count": 4, + "rest_events_topic": " Imaging, Three-Dimensional | Body Height | Heart Failure | Magnetic Resonance Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cameron Beeche ", + "kol_full_name": "Cameron Beeche " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid Peroxidation | Myocardial Infarction | Obesity | Spermidine | Ventricular Dysfunction, Left | Cardiometabolic Risk Factors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457139", + "session_name": "A new natural product derived from cyclosorus terminans provides cardiometabolic protection against obese-induced cardiac dysfunction in rats via suppressing mitochondrial dysfunctions and apoptosis,Sodium-glucose cotransporter 2 inhibitor attenuates left ventricular dysfunction in post-myocardial infarction in rats via reducing cardiac mitochondrial impairment,Spermidine attenuates left ventricular dysfunction in estrogen deprived aging rats through mitigating lipid peroxidation and mitochondrial dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chayodom Maneechote", + "middle_name": null, + "last_name": null, + "org_name": "Chiang Mai University", + "Country": "Thailand", + "Region": "Chiang Mai", + "City": "Chiang Mai", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A new natural product derived from cyclosorus terminans provides cardiometabolic protection against obese-induced cardiac dysfunction in rats via suppressing mitochondrial dysfunctions and apoptosis", + "rest_events_session_count": 2, + "rest_events_session": "Sodium-glucose cotransporter 2 inhibitor attenuates left ventricular dysfunction in post-myocardial infarction in rats via reducing cardiac mitochondrial impairment,Spermidine attenuates left ventricular dysfunction in estrogen deprived aging rats through mitigating lipid peroxidation and mitochondrial dysfunction", + "events_topic": "Lipid Peroxidation | Myocardial Infarction ", + "rest_events_topic_count": 4, + "rest_events_topic": " Obesity | Spermidine | Ventricular Dysfunction, Left | Cardiometabolic Risk Factors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chayodom Maneechote ", + "kol_full_name": "Chayodom Maneechote " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Hypertension, Pulmonary", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457979", + "session_name": "Changing patterns in clinical, echocardiographic and haemodynamic characteristics , and management strategies that may be translated to improved survival in pulmonary hypertension,Clinical, echocardiographic and haemodynamic predictors of morbidity and mortality in pulmonary hypertension: a nation-wide registry,Improving morbidity and mortality in patients with pulmonary hypertension: insights from a nation-wide registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cihangir Kaymaz", + "middle_name": null, + "last_name": null, + "org_name": "Kartal Kosuyolu Heart and Research Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changing patterns in clinical", + "rest_events_session_count": 5, + "rest_events_session": " echocardiographic and haemodynamic characteristics , and management strategies that may be translated to improved survival in pulmonary hypertension,Clinical, echocardiographic and haemodynamic predictors of morbidity and mortality in pulmonary hypertension: a nation-wide registry,Improving morbidity and mortality in patients with pulmonary hypertension: insights from a nation-wide registry", + "events_topic": "Echocardiography | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cihangir Kaymaz ", + "kol_full_name": "Cihangir Kaymaz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Sinus Rhythm | Heart Failure | Reference Values | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458805", + "session_name": "Characteristics associated with prevalent atrial fibrillation and risk profile for future atrial fibrillation among those in sinus rhythm in an elderly population in the ELSA Brasil Study,Prevalence and outcomes of American Heart Association stages of heart failure in an adult brazilian population of the ELSA-Brasil study,Echocardiographic left and right ventricular strain reference values and their associated characteristics in a healthy adult population from the ELSA-Brasil Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eduardo Pianca", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Clínicas de Porto Alegre", + "Country": "Brazil", + "Region": "Rio Grande do Sul", + "City": "Porto Alegre", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characteristics associated with prevalent atrial fibrillation and risk profile for future atrial fibrillation among those in sinus rhythm in an elderly population in the ELSA Brasil Study", + "rest_events_session_count": 2, + "rest_events_session": "Prevalence and outcomes of American Heart Association stages of heart failure in an adult brazilian population of the ELSA-Brasil study,Echocardiographic left and right ventricular strain reference values and their associated characteristics in a healthy adult population from the ELSA-Brasil Study", + "events_topic": "Echocardiography | Sinus Rhythm ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Failure | Reference Values | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eduardo Pianca ", + "kol_full_name": "Eduardo Pianca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Liver Diseases | Cardiovascular Diseases | Amyloid Beta-Peptides | Amyloid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458455", + "session_name": "Circulating levels of amyloid-beta (1-40) peptide associate with cardiometabolic traits and risk for metabolic dysfunction-associated steatotic liver disease,Circulating Amyloid beta 1-40 is independently associated with statin treatment and LDL cholesterol reduction: a prospective cohort study,Amyloid beta, a marker of vascular aging and cardiovascular disease, is associated with accelerated progression of renal dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Evmorfia Aivalioti", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens Medical School", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating levels of amyloid-beta (1-40) peptide associate with cardiometabolic traits and risk for metabolic dysfunction-associated steatotic liver disease", + "rest_events_session_count": 4, + "rest_events_session": "Circulating Amyloid beta 1-40 is independently associated with statin treatment and LDL cholesterol reduction: a prospective cohort study,Amyloid beta, a marker of vascular aging and cardiovascular disease, is associated with accelerated progression of renal dysfunction", + "events_topic": "Liver Diseases | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Amyloid Beta-Peptides | Amyloid", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evmorfia Aivalioti ", + "kol_full_name": "Evmorfia Aivalioti " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcoidosis | Myocardium | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457568", + "session_name": "Assessment of a new index of myocardial strain for the diagnosis of cardiac sarcoidosis,Evaluation of myocardial work indexes in patients with cardiac sarcoidosis,Clinical and genetic profiles of patients with hereditary and wild type transthyretin amyloidosis: the transthyretin cardiac amyloidosis registry in the state of Sao Paulo, Brazil REACT-SP", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fabio Fernandes", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of a new index of myocardial strain for the diagnosis of cardiac sarcoidosis", + "rest_events_session_count": 3, + "rest_events_session": "Evaluation of myocardial work indexes in patients with cardiac sarcoidosis,Clinical and genetic profiles of patients with hereditary and wild type transthyretin amyloidosis: the transthyretin cardiac amyloidosis registry in the state of Sao Paulo, Brazil REACT-SP", + "events_topic": "Sarcoidosis | Myocardium ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amyloidosis, Hereditary, Transthyretin-Related", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fabio Fernandes ", + "kol_full_name": "Fabio Fernandes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Guideline-Directed Medical Therapy | Mortality | Heart Failure, Systolic | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457381", + "session_name": "The implementation of modern guideline-directed medical therapy among hospitalized patients with heart failure with reduced ejection fraction: real-world experience from two tertiary cardiac centers,The implementation of modern guideline-directed medical therapy among hospitalized patients with heart failure with reduced ejection fraction: real-world experience from two tertiary cardiac centers,The development and long-term maintenance of heart failure with improved ejection fraction after a heart failure hospitalization: how are mortality rates affected?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fanni Banfi-Bacsardi", + "middle_name": null, + "last_name": null, + "org_name": "Gottsegen National Cardiovascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The implementation of modern guideline-directed medical therapy among hospitalized patients with heart failure with reduced ejection fraction: real-world experience from two tertiary cardiac centers", + "rest_events_session_count": 2, + "rest_events_session": "The implementation of modern guideline-directed medical therapy among hospitalized patients with heart failure with reduced ejection fraction: real-world experience from two tertiary cardiac centers,The development and long-term maintenance of heart failure with improved ejection fraction after a heart failure hospitalization: how are mortality rates affected?", + "events_topic": "Guideline-Directed Medical Therapy | Mortality ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure, Systolic | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fanni Banfi-Bacsardi ", + "kol_full_name": "Fanni Banfi-Bacsardi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Cardiovascular Diseases | Epidemics | Coronary Artery Disease | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455933", + "session_name": "Identification and risk stratification of relevant coronary artery disease in clinical practice,Environmental impacts on heart health,The global obesity (globesity) epidemic and cardiovascular health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fausto Jose Pinto", + "middle_name": null, + "last_name": null, + "org_name": "Santa Maria Hospital - CHULN", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification and risk stratification of relevant coronary artery disease in clinical practice", + "rest_events_session_count": 2, + "rest_events_session": "Environmental impacts on heart health,The global obesity (globesity) epidemic and cardiovascular health", + "events_topic": "Obesity | Cardiovascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Epidemics | Coronary Artery Disease | Heart Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fausto Jose Pinto ", + "kol_full_name": "Fausto Jose Pinto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Atrial Fibrillation | Mitral Valve Insufficiency | Heart Valve Diseases | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456387", + "session_name": "Artificial intelligence-enabled electrocardiogram for left ventricular diastolic dysfunction and long-term risk of new-onset atrial fibrillation,Prognostic stratification of patients with mitral regurgitation using artificial intelligence-enhanced electrocardiogram for left ventricular diastolic function assessment,Valve cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gal Tsaban", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence-enabled electrocardiogram for left ventricular diastolic dysfunction and long-term risk of new-onset atrial fibrillation", + "rest_events_session_count": 2, + "rest_events_session": "Prognostic stratification of patients with mitral regurgitation using artificial intelligence-enhanced electrocardiogram for left ventricular diastolic function assessment,Valve cases", + "events_topic": "Electrocardiography | Atrial Fibrillation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Mitral Valve Insufficiency | Heart Valve Diseases | Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gal Tsaban ", + "kol_full_name": "Gal Tsaban " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Cardiovascular Diseases | Coronary Artery Disease | Intravascular Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456352", + "session_name": "A close look from the inside: the importance of an intravascular imaging-based approach to coronary interventions,Physiology matters: pushing the boundaries of invasive functional assessment applications,Modern approaches to interventional cardiology and coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Georgia Vogiatzi", + "middle_name": null, + "last_name": null, + "org_name": "Athens Chest Hospital Sotiria", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A close look from the inside: the importance of an intravascular imaging-based approach to coronary interventions", + "rest_events_session_count": 2, + "rest_events_session": "Physiology matters: pushing the boundaries of invasive functional assessment applications,Modern approaches to interventional cardiology and coronary artery disease", + "events_topic": "Percutaneous Coronary Intervention | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Intravascular Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Georgia Vogiatzi ", + "kol_full_name": "Georgia Vogiatzi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Circulation | Hemodynamics | Pulmonary Embolism | Stress, Psychological | Scleroderma, Systemic | Echocardiography, Doppler | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457822", + "session_name": "Exercise Doppler echocardiography to detect early changes in the right ventricular-pulmonary circulation unit after pulmonary embolism,Exercise Doppler echocardiography to detect early changes in the right ventricular-pulmonary circulation unit after pulmonary embolism,Assessment of circulating biomarkers and hemodynamic response during stress to detect early cardiopulmonary complications in systemic sclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gergely Agoston", + "middle_name": null, + "last_name": null, + "org_name": "University of Szeged", + "Country": "Hungary", + "Region": "Csongrad", + "City": "Szeged", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise Doppler echocardiography to detect early changes in the right ventricular-pulmonary circulation unit after pulmonary embolism", + "rest_events_session_count": 2, + "rest_events_session": "Exercise Doppler echocardiography to detect early changes in the right ventricular-pulmonary circulation unit after pulmonary embolism,Assessment of circulating biomarkers and hemodynamic response during stress to detect early cardiopulmonary complications in systemic sclerosis", + "events_topic": "Pulmonary Circulation | Hemodynamics ", + "rest_events_topic_count": 5, + "rest_events_topic": " Pulmonary Embolism | Stress, Psychological | Scleroderma, Systemic | Echocardiography, Doppler | Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gergely Agoston ", + "kol_full_name": "Gergely Agoston " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Atrial Fibrillation | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456941", + "session_name": "Can artificial intelligence reduce the burden of clinical data?,Patient care in atrial fibrillation: how to develop excellence,Updates on cardiac rehabilitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gerry Lee", + "middle_name": null, + "last_name": null, + "org_name": "University College Cork", + "Country": "Ireland", + "Region": "Cork", + "City": "Cork", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Can artificial intelligence reduce the burden of clinical data?", + "rest_events_session_count": 2, + "rest_events_session": "Patient care in atrial fibrillation: how to develop excellence,Updates on cardiac rehabilitation", + "events_topic": "Cardiac Rehabilitation | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gerry Lee ", + "kol_full_name": "Gerry Lee " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mental Health | Metabolic Syndrome | Cognitive Behavioral Therapy | Heart Rate | Heart Diseases | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456759", + "session_name": "Cognitive behavioral therapy for symptomatic paroxysmal atrial fibrillation: effects on physical activity, sleep and heart rate variability.,Sleep, mental health, and heart disease,Metabolic syndrome and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Helga Skuladottir", + "middle_name": null, + "last_name": null, + "org_name": "Landspitali University Hospital", + "Country": "Iceland", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cognitive behavioral therapy for symptomatic paroxysmal atrial fibrillation: effects on physical activity", + "rest_events_session_count": 5, + "rest_events_session": " sleep and heart rate variability.,Sleep, mental health, and heart disease,Metabolic syndrome and heart disease", + "events_topic": "Mental Health | Metabolic Syndrome ", + "rest_events_topic_count": 4, + "rest_events_topic": " Cognitive Behavioral Therapy | Heart Rate | Heart Diseases | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helga Skuladottir ", + "kol_full_name": "Helga Skuladottir " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cognition | Stroke | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456439", + "session_name": "The Dundee experience: really personalised acute stroke treatment,Cardiac disease and cognition: a cardiology perspective,Hot topics in stroke for cardiologists", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Iris Grunwald", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Dundee experience: really personalised acute stroke treatment", + "rest_events_session_count": 2, + "rest_events_session": "Cardiac disease and cognition: a cardiology perspective,Hot topics in stroke for cardiologists", + "events_topic": "Cognition | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Iris Grunwald ", + "kol_full_name": "Iris Grunwald " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Influenza Vaccines | Vaccination | Clinical Trial | Heart Failure, Systolic | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458974", + "session_name": "Effect of high-dose vs. standard-dose quadrivalent influenza vaccine on death and hospitalizations in older adults with cardiovascular disease: a prespecified analysis of the DANFLU-1 study,Relative effectiveness of high-dose vs. standard-dose quadrivalent influenza vaccine according to time of day of vaccination: a post-hoc analysis of the DANFLU-1 randomised clinical trial,Left ventricular late diastolic strain rate predicts cardiovascular mortality in patients with heart failure with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jacob Christensen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of high-dose vs. standard-dose quadrivalent influenza vaccine on death and hospitalizations in older adults with cardiovascular disease: a prespecified analysis of the DANFLU-1 study", + "rest_events_session_count": 2, + "rest_events_session": "Relative effectiveness of high-dose vs. standard-dose quadrivalent influenza vaccine according to time of day of vaccination: a post-hoc analysis of the DANFLU-1 randomised clinical trial,Left ventricular late diastolic strain rate predicts cardiovascular mortality in patients with heart failure with reduced ejection fraction", + "events_topic": "Influenza Vaccines | Vaccination ", + "rest_events_topic_count": 3, + "rest_events_topic": " Clinical Trial | Heart Failure, Systolic | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jacob Christensen ", + "kol_full_name": "Jacob Christensen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Embolism | Revascularization | Ischemia | Coronary Artery Disease | Microvascular Angina | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458210", + "session_name": "Factors influencing the decision to revascularise in chronic coronary syndromes: extent of ischaemia,How to diagnose and manage coronary artery embolism,How effective is revascularisation for angina? Lessons learnt from the ORBITA trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jacqueline Tamis-Holland", + "middle_name": null, + "last_name": null, + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors influencing the decision to revascularise in chronic coronary syndromes: extent of ischaemia", + "rest_events_session_count": 2, + "rest_events_session": "How to diagnose and manage coronary artery embolism,How effective is revascularisation for angina? Lessons learnt from the ORBITA trials", + "events_topic": "Embolism | Revascularization ", + "rest_events_topic_count": 4, + "rest_events_topic": " Ischemia | Coronary Artery Disease | Microvascular Angina | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jacqueline Tamis-Holland ", + "kol_full_name": "Jacqueline Tamis-Holland " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Failure | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456637", + "session_name": "Evaluating the right ventricle and tricuspid valve in heart failure,The end of ejection fraction: novel alternative imaging indices in heart failure,New insights into the role of heart failure biomarkers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jelena Celutkiene", + "middle_name": null, + "last_name": null, + "org_name": "Vilnius University", + "Country": "Lithuania", + "Region": "Vilniaus Apskritis", + "City": "Vilnius", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating the right ventricle and tricuspid valve in heart failure", + "rest_events_session_count": 2, + "rest_events_session": "The end of ejection fraction: novel alternative imaging indices in heart failure,New insights into the role of heart failure biomarkers", + "events_topic": "Diagnostic Imaging | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jelena Celutkiene ", + "kol_full_name": "Jelena Celutkiene " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation | Medication Errors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456696", + "session_name": "Left atrial strain parameters are able to predict presence of atrial fibrillation,Secretoneurin plasma levels are decreased after catheter ablation for atrial fibrillation, patients with AF produce lower SN levels than healthy individuals,Cases of medication-adverse effects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiri Plasek", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Ostrava", + "Country": "Czech Republic", + "Region": "Moravskoslezsky Kraj", + "City": "Ostrava", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial strain parameters are able to predict presence of atrial fibrillation", + "rest_events_session_count": 3, + "rest_events_session": "Secretoneurin plasma levels are decreased after catheter ablation for atrial fibrillation, patients with AF produce lower SN levels than healthy individuals,Cases of medication-adverse effects", + "events_topic": "Catheter Ablation | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Medication Errors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiri Plasek ", + "kol_full_name": "Jiri Plasek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Angiography | Angiography | Computed Tomography Angiography | Cardiovascular Diseases | Atherosclerosis | Tomography, X-Ray Computed | Computed Tomography | Inflammation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457764", + "session_name": "Number of inflamed coronary vessels in prediction of cardiac death and MACE among patients undergoing routine CCTA: the Oxford Risk Factors And Non-Invasive Imaging (ORFAN) Study,Coronary inflammation stratifies risk in patients undergoing coronary CT angiography: the Oxford Risk Factors and Non-Invasive Imaging (ORFAN) study,AI-enhanced detection of coronary inflammation predicts 10-year risk for cardiac mortality and MACE in individuals with no or minimal coronary atherosclerosis on routine CCTA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kenneth Chan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Number of inflamed coronary vessels in prediction of cardiac death and MACE among patients undergoing routine CCTA: the Oxford Risk Factors And Non-Invasive Imaging (ORFAN) Study", + "rest_events_session_count": 2, + "rest_events_session": "Coronary inflammation stratifies risk in patients undergoing coronary CT angiography: the Oxford Risk Factors and Non-Invasive Imaging (ORFAN) study,AI-enhanced detection of coronary inflammation predicts 10-year risk for cardiac mortality and MACE in individuals with no or minimal coronary atherosclerosis on routine CCTA", + "events_topic": "Coronary Angiography | Angiography ", + "rest_events_topic_count": 6, + "rest_events_topic": " Computed Tomography Angiography | Cardiovascular Diseases | Atherosclerosis | Tomography, X-Ray Computed | Computed Tomography | Inflammation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kenneth Chan ", + "kol_full_name": "Kenneth Chan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrospinning | Chronic Coronary Syndromes | Prasugrel Hydrochloride | Prosthesis Implantation | Non-ST Elevated Myocardial Infarction | Polymer Grafting | Aspirin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458285", + "session_name": "Thirty days clinical outcomes following stent implantation with aspirin-free prasugrel monotherapy in non-ST segment elevation myocardial infarction. Interim report from ASET-Japan pilot study,Preclinical assessment of transcatheter-delivered expandable endoluminal polymeric graft fabricated by electrospinning of microfiber,One-year clinical outcome of aspirin-free prasugrel monotherapy following stent implantation in patients with chronic coronary syndrome: insight from ASET-JAPAN study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kotaro Miyashita", + "middle_name": null, + "last_name": null, + "org_name": "University of Galway", + "Country": "Ireland", + "Region": "Galway", + "City": "Galway", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Thirty days clinical outcomes following stent implantation with aspirin-free prasugrel monotherapy in non-ST segment elevation myocardial infarction. Interim report from ASET-Japan pilot study", + "rest_events_session_count": 2, + "rest_events_session": "Preclinical assessment of transcatheter-delivered expandable endoluminal polymeric graft fabricated by electrospinning of microfiber,One-year clinical outcome of aspirin-free prasugrel monotherapy following stent implantation in patients with chronic coronary syndrome: insight from ASET-JAPAN study", + "events_topic": "Electrospinning | Chronic Coronary Syndromes ", + "rest_events_topic_count": 5, + "rest_events_topic": " Prasugrel Hydrochloride | Prosthesis Implantation | Non-ST Elevated Myocardial Infarction | Polymer Grafting | Aspirin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kotaro Miyashita ", + "kol_full_name": "Kotaro Miyashita " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prognosis | Primary Prevention | Positron-Emission Tomography | Multimodal Imaging | Cardiac Computed Tomography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456255", + "session_name": "Multimodality imaging,Positron emission tomography innovations in diagnosis and prognosis,Great Debate: cardiac computed tomography in primary prevention - too much or just enough?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Laura Murphy", + "middle_name": null, + "last_name": null, + "org_name": "Mater Misericordiae University Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multimodality imaging", + "rest_events_session_count": 2, + "rest_events_session": "Positron emission tomography innovations in diagnosis and prognosis,Great Debate: cardiac computed tomography in primary prevention - too much or just enough?", + "events_topic": "Prognosis | Primary Prevention ", + "rest_events_topic_count": 3, + "rest_events_topic": " Positron-Emission Tomography | Multimodal Imaging | Cardiac Computed Tomography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Murphy ", + "kol_full_name": "Laura Murphy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation | Echocardiography | Bioprosthesis | Thrombocytopenia | Extracorporeal Membrane Oxygenation | Venoarterial Extracorporeal Membrane Oxygenation | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457095", + "session_name": "Vascular complications in patients with peripheral veno-arterial extracorporeal membrane oxygenation: clinical-echocardiographic characteristics and predictors.,Prevalence and prognostic value of thrombocytopenia in aortic valve replacement surgery: bioprosthesis versus mechanical prosthesis.,Veno-arterial extracorporeal membrane oxygenation requirement for severe protamine reaction after heart transplant", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leonardo Seoane", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Cardiovascular De Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vascular complications in patients with peripheral veno-arterial extracorporeal membrane oxygenation: clinical-echocardiographic characteristics and predictors.", + "rest_events_session_count": 2, + "rest_events_session": "Prevalence and prognostic value of thrombocytopenia in aortic valve replacement surgery: bioprosthesis versus mechanical prosthesis.,Veno-arterial extracorporeal membrane oxygenation requirement for severe protamine reaction after heart transplant", + "events_topic": "Heart Transplantation | Echocardiography ", + "rest_events_topic_count": 5, + "rest_events_topic": " Bioprosthesis | Thrombocytopenia | Extracorporeal Membrane Oxygenation | Venoarterial Extracorporeal Membrane Oxygenation | Aortic Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leonardo Seoane ", + "kol_full_name": "Leonardo Seoane " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Computed Tomography Angiography | Chronic Coronary Syndromes | Coronary Artery Disease | Coronary Computed Tomography Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456503", + "session_name": "Coronary CT angiography should be the first-line imaging tool for diagnosis of coronary artery disease: pro,Factors influencing the decision to revascularise in chronic coronary syndromes,Coronary computed tomography angiograms for diagnosis and risk stratification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leslee Shaw", + "middle_name": null, + "last_name": null, + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary CT angiography should be the first-line imaging tool for diagnosis of coronary artery disease: pro", + "rest_events_session_count": 2, + "rest_events_session": "Factors influencing the decision to revascularise in chronic coronary syndromes,Coronary computed tomography angiograms for diagnosis and risk stratification", + "events_topic": "Computed Tomography Angiography | Chronic Coronary Syndromes ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Coronary Computed Tomography Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leslee Shaw ", + "kol_full_name": "Leslee Shaw " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Epicardial Adipose Tissue | Pulmonary Arterial Hypertension | Blood Pressure | Cardiac Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458044", + "session_name": "Novel CMR-assessed right ventricular-pulmonary artery coupling index independently associates with exercise capacity and clinical risk in pulmonary arterial hypertension,Deep learning for quantification of myocardial scar and microvascular obstruction in late gadolinium enhancement cardiovascular magnetic resonance images,Impact of systolic blood pressure on epicardial adipose tissue in patients with chronic coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Liang Zhong", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Centre Singapore and Duke-NUS Medical School", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel CMR-assessed right ventricular-pulmonary artery coupling index independently associates with exercise capacity and clinical risk in pulmonary arterial hypertension", + "rest_events_session_count": 2, + "rest_events_session": "Deep learning for quantification of myocardial scar and microvascular obstruction in late gadolinium enhancement cardiovascular magnetic resonance images,Impact of systolic blood pressure on epicardial adipose tissue in patients with chronic coronary artery disease", + "events_topic": "Coronary Artery Disease | Epicardial Adipose Tissue ", + "rest_events_topic_count": 3, + "rest_events_topic": " Pulmonary Arterial Hypertension | Blood Pressure | Cardiac Magnetic Resonance Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Liang Zhong ", + "kol_full_name": "Liang Zhong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Ischemic Stroke | Anticoagulation | Thrombolytic Therapy | Atrial Fibrillation | Chagas Cardiomyopathy | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458907", + "session_name": "ICARUS registry: findings from the first 1595 cases of acute decompensated heart failure in a single center in a latin american country.,Risk of embolic events in patients with Chagasic Cardiomyopathy and Atrial Fibrillation despite antithrombotic therapy: is anticoagulation enough?,Predictors of Ischemic Stroke in a cohort of patients with Chagas Cardiomyopathy: the CLOT-Chagas study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luis Eduardo Echeverria", + "middle_name": null, + "last_name": null, + "org_name": "Foundation Cardiovascular of Colombia", + "Country": "Colombia", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ICARUS registry: findings from the first 1595 cases of acute decompensated heart failure in a single center in a latin american country.", + "rest_events_session_count": 2, + "rest_events_session": "Risk of embolic events in patients with Chagasic Cardiomyopathy and Atrial Fibrillation despite antithrombotic therapy: is anticoagulation enough?,Predictors of Ischemic Stroke in a cohort of patients with Chagas Cardiomyopathy: the CLOT-Chagas study", + "events_topic": "Cardiomyopathies | Ischemic Stroke ", + "rest_events_topic_count": 5, + "rest_events_topic": " Anticoagulation | Thrombolytic Therapy | Atrial Fibrillation | Chagas Cardiomyopathy | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luis Eduardo Echeverria ", + "kol_full_name": "Luis Eduardo Echeverria " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Coronary Artery Disease | Ischemic Heart Disease | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456591", + "session_name": "Addressing ischaemic disease with a metabolic agent,Addressing ischaemic disease with a metabolic agent,Non-invasive methods for evaluating coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luis Henrique Wolff Gowdak", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Addressing ischaemic disease with a metabolic agent", + "rest_events_session_count": 2, + "rest_events_session": "Addressing ischaemic disease with a metabolic agent,Non-invasive methods for evaluating coronary artery disease", + "events_topic": "Metabolic Syndrome | Coronary Artery Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ischemic Heart Disease | Ischemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luis Henrique Wolff Gowdak ", + "kol_full_name": "Luis Henrique Wolff Gowdak " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Receptors, Mineralocorticoid | Autoantibodies | Delivery Of Health Care | Heart Failure | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455909", + "session_name": "Cost-effectiveness of mineralocorticoid receptor antagonists in heart failure with reduced ejection fraction: the brazilian case with bayesian networks and markov influence diagrams,Cardiovascular health: from autoantibodies to healthcare utilisation,Cardiovascular risk prediction, mortality disparities, and equity in cardiology research: global insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luiz Sergio Carvalho", + "middle_name": null, + "last_name": null, + "org_name": "Catholic University of Brasilia", + "Country": "Brazil", + "Region": "Distrito Federal", + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cost-effectiveness of mineralocorticoid receptor antagonists in heart failure with reduced ejection fraction: the brazilian case with bayesian networks and markov influence diagrams", + "rest_events_session_count": 4, + "rest_events_session": "Cardiovascular health: from autoantibodies to healthcare utilisation,Cardiovascular risk prediction, mortality disparities, and equity in cardiology research: global insights", + "events_topic": "Receptors, Mineralocorticoid | Autoantibodies ", + "rest_events_topic_count": 3, + "rest_events_topic": " Delivery Of Health Care | Heart Failure | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luiz Sergio Carvalho ", + "kol_full_name": "Luiz Sergio Carvalho " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sodium-Glucose Transporter 2 Inhibitors | Cardiac Imaging Techniques | Thrombosis | Atherosclerosis | Heart Failure | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455897", + "session_name": "Further Insights into SGLT2i treatment for heart failure,Acute coronary syndromes: atherosclerosis, thrombosis, and beyond,Cutting-edge cardiovascular imaging in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Magdy Abdelhamid", + "middle_name": null, + "last_name": null, + "org_name": "Kasr Al Ainy School of Medicine, Cairo University", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Further Insights into SGLT2i treatment for heart failure", + "rest_events_session_count": 4, + "rest_events_session": "Acute coronary syndromes: atherosclerosis, thrombosis, and beyond,Cutting-edge cardiovascular imaging in heart failure", + "events_topic": "Sodium-Glucose Transporter 2 Inhibitors | Cardiac Imaging Techniques ", + "rest_events_topic_count": 4, + "rest_events_topic": " Thrombosis | Atherosclerosis | Heart Failure | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Magdy Abdelhamid ", + "kol_full_name": "Magdy Abdelhamid " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Tetralogy Of Fallot | Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456892", + "session_name": "A symphony of shadows: a case of unique congenital heart disease,Decision crossroads in the management of a patient with Tetralogy of Fallot,Unravelling the pathophysiology of valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Drakopoulou", + "middle_name": null, + "last_name": null, + "org_name": "University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A symphony of shadows: a case of unique congenital heart disease", + "rest_events_session_count": 2, + "rest_events_session": "Decision crossroads in the management of a patient with Tetralogy of Fallot,Unravelling the pathophysiology of valvular heart disease", + "events_topic": "Heart Valve Diseases | Tetralogy Of Fallot ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Defects, Congenital", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Drakopoulou ", + "kol_full_name": "Maria Drakopoulou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mavacamten | Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Vascular Access Devices | Cardiomyopathy, Hypertrophic | Surgical Aortic Valve Replacement | Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457403", + "session_name": "LV reverse remodeling after SAVR in patients with severe symptomatic aortic stenosis: impact on the clinical outcome,Long-term clinical and imaging outcomes of patients undergoing percutaneous femoral intervention following TAVI-related vascular access complications,Mavacamten in a real-world hypertrophic cardiomyopathy population: how many may be eligible?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Rita Lima", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Santa Cruz", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LV reverse remodeling after SAVR in patients with severe symptomatic aortic stenosis: impact on the clinical outcome", + "rest_events_session_count": 2, + "rest_events_session": "Long-term clinical and imaging outcomes of patients undergoing percutaneous femoral intervention following TAVI-related vascular access complications,Mavacamten in a real-world hypertrophic cardiomyopathy population: how many may be eligible?", + "events_topic": "Mavacamten | Aortic Valve Stenosis ", + "rest_events_topic_count": 5, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Vascular Access Devices | Cardiomyopathy, Hypertrophic | Surgical Aortic Valve Replacement | Cardiac Imaging Techniques", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Rita Lima ", + "kol_full_name": "Maria Rita Lima " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Multimodal Imaging | Diagnostic Imaging | Transcatheter Aortic Valve Replacement | Heart Valve Diseases | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456418", + "session_name": "Navigating complexities in valvular heart disease: perspectives from Portugal and Tunisia,Synergies of multimodality imaging in TAVI,Imaging markers of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Sofia Cabral", + "middle_name": null, + "last_name": null, + "org_name": "Hospital University Center of Porto", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating complexities in valvular heart disease: perspectives from Portugal and Tunisia", + "rest_events_session_count": 2, + "rest_events_session": "Synergies of multimodality imaging in TAVI,Imaging markers of heart failure", + "events_topic": "Multimodal Imaging | Diagnostic Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Heart Valve Diseases | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Sofia Cabral ", + "kol_full_name": "Maria Sofia Cabral " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Chagas Cardiomyopathy | Myocarditis | Pericarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456055", + "session_name": "Reverse remodelling and clinical outcomes in patients with chagas cardiomyopathy with reduced ejection fraction,Myocarditis,All shapes and forms of pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Tereza Sampaio De Sousa Lira", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reverse remodelling and clinical outcomes in patients with chagas cardiomyopathy with reduced ejection fraction", + "rest_events_session_count": 2, + "rest_events_session": "Myocarditis,All shapes and forms of pericarditis", + "events_topic": "Chagas Cardiomyopathy | Myocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pericarditis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Tereza Sampaio De Sousa Lira ", + "kol_full_name": "Maria Tereza Sampaio De Sousa Lira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vascular Stiffness | Lithotripsy | Endocarditis | Heart Disease Risk Factors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458273", + "session_name": "Intravascular lithotripsy in the management of underexpanded stents,Association of telomeres length with cardiovascular risk factors and arterial stiffness,Epidemiological profile and mortality of infective endocarditis over the past decade: a systematic review and meta-analysis of 133 studies comprising 132,355 cases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marios Sagris", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intravascular lithotripsy in the management of underexpanded stents", + "rest_events_session_count": 3, + "rest_events_session": "Association of telomeres length with cardiovascular risk factors and arterial stiffness,Epidemiological profile and mortality of infective endocarditis over the past decade: a systematic review and meta-analysis of 133 studies comprising 132,355 cases", + "events_topic": "Vascular Stiffness | Lithotripsy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Endocarditis | Heart Disease Risk Factors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marios Sagris ", + "kol_full_name": "Marios Sagris " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertrophy | Exercise Therapy | Cardiomyopathies | Genetic Testing | Ventricular Remodeling", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455905", + "session_name": "Exploring the diagnostic yield of family screening and genetic testing in adolescent individuals with pre-clinical phenotypes,Hypertrophic and other cardiomyopathies: miscellaneous findings,Electrical and cardiac structural changes with exercise", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mark Abela", + "middle_name": null, + "last_name": null, + "org_name": "Mater Dei Hospital of Malta", + "Country": "Malta", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring the diagnostic yield of family screening and genetic testing in adolescent individuals with pre-clinical phenotypes", + "rest_events_session_count": 2, + "rest_events_session": "Hypertrophic and other cardiomyopathies: miscellaneous findings,Electrical and cardiac structural changes with exercise", + "events_topic": "Hypertrophy | Exercise Therapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiomyopathies | Genetic Testing | Ventricular Remodeling", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mark Abela ", + "kol_full_name": "Mark Abela " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Right | Rheumatic Heart Disease | Mitral Valve Stenosis | Coronary Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457209", + "session_name": "Prognostic value of left atrial strain in patients with moderate to severe mitral stenosis,Differentiation of severe from non-severe mitral stenosis with dimensionless index and its prognostic implications in patients with rheumatic mitral stenosis,Prognostic value of right ventricular-pulmonary arterial coupling indices in patients with moderate to severe mitral stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Meei Wah Chan", + "middle_name": null, + "last_name": null, + "org_name": "Serdang Heart Center", + "Country": "Malaysia", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of left atrial strain in patients with moderate to severe mitral stenosis", + "rest_events_session_count": 2, + "rest_events_session": "Differentiation of severe from non-severe mitral stenosis with dimensionless index and its prognostic implications in patients with rheumatic mitral stenosis,Prognostic value of right ventricular-pulmonary arterial coupling indices in patients with moderate to severe mitral stenosis", + "events_topic": "Ventricular Dysfunction, Right | Rheumatic Heart Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mitral Valve Stenosis | Coronary Stenosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Meei Wah Chan ", + "kol_full_name": "Meei Wah Chan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Heart Diseases | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456112", + "session_name": "Hot Lines from ESC Congress 2024: what is new in cardiology?,Drug therapy for heart failure: what is new?,Heartfelt genetics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mehriban Isgandar", + "middle_name": null, + "last_name": null, + "org_name": "Azerbaijan Medical University", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hot Lines from ESC Congress 2024: what is new in cardiology?", + "rest_events_session_count": 2, + "rest_events_session": "Drug therapy for heart failure: what is new?,Heartfelt genetics", + "events_topic": "Heart Failure | Heart Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mehriban Isgandar ", + "kol_full_name": "Mehriban Isgandar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis | Cardiomyopathy, Hypertrophic | Rilonacept | Biomarkers | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458192", + "session_name": "Real-life experience with rilonacept for the treatment of recurrent pericarditis,Effects of anakinra on patients with heart failure below and above 60 years of age,One-year outcomes of patients with hypertrophic cardiomyopathy according to levels of inflammatory biomarkers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michele Golino", + "middle_name": null, + "last_name": null, + "org_name": "VCU Health Pauley Heart Center", + "Country": "United States", + "Region": "Virginia", + "City": "Richmond", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-life experience with rilonacept for the treatment of recurrent pericarditis", + "rest_events_session_count": 2, + "rest_events_session": "Effects of anakinra on patients with heart failure below and above 60 years of age,One-year outcomes of patients with hypertrophic cardiomyopathy according to levels of inflammatory biomarkers", + "events_topic": "Pericarditis | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 3, + "rest_events_topic": " Rilonacept | Biomarkers | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michele Golino ", + "kol_full_name": "Michele Golino " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Biomarkers | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456638", + "session_name": "Epidemiology and prognosis of obstructive and non-obstructive hypertrophic cardiomyopathy in Finland: a nationwide cohort study,Characterizing disease burden and health care resource utilization in patients with hypertrophic cardiomyopathy: a nationwide real-world study in Finland,New insights into the role of heart failure biomarkers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mika Laine", + "middle_name": null, + "last_name": null, + "org_name": "Hospital District of Helsinki and Uusimaa", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epidemiology and prognosis of obstructive and non-obstructive hypertrophic cardiomyopathy in Finland: a nationwide cohort study", + "rest_events_session_count": 2, + "rest_events_session": "Characterizing disease burden and health care resource utilization in patients with hypertrophic cardiomyopathy: a nationwide real-world study in Finland,New insights into the role of heart failure biomarkers", + "events_topic": "Heart Failure | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Hypertrophic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mika Laine ", + "kol_full_name": "Mika Laine " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Heart Failure | Myocardial Infarction | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458924", + "session_name": "Atrial fibrillation ablation should be more widely used in heart failure: con,Should we give beta-blockers post-myocardial infarction?,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Milton Packer", + "middle_name": null, + "last_name": null, + "org_name": "Baylor University Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation ablation should be more widely used in heart failure: con", + "rest_events_session_count": 2, + "rest_events_session": "Should we give beta-blockers post-myocardial infarction?,The floor is yours: bring your questions on heart failure. 'Heart's failing secrets unveiled: thy burning queries expertly resolved' - expert panel", + "events_topic": "Ablation Techniques | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Infarction | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Milton Packer ", + "kol_full_name": "Milton Packer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dyslipidemias | Diagnostic Imaging | Metabolic Syndrome | Cardiovascular Diseases | Cardiovascular Surgical Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456977", + "session_name": "Daily Highlights by the Chilean Society of Cardiology and Cardiovascular Surgery - panel discussion,Treatment of dyslipidaemia in cardiometabolic syndrome: how far should you go?,Non-invasive diagnostics and imaging in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Monica Acevedo", + "middle_name": null, + "last_name": null, + "org_name": "Facultad de Medicina, Pontificia Universidad Catolica de Chile", + "Country": "Chile", + "Region": "Region Metropolitana", + "City": "Santiago", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Daily Highlights by the Chilean Society of Cardiology and Cardiovascular Surgery - panel discussion", + "rest_events_session_count": 2, + "rest_events_session": "Treatment of dyslipidaemia in cardiometabolic syndrome: how far should you go?,Non-invasive diagnostics and imaging in cardiovascular disease", + "events_topic": "Dyslipidemias | Diagnostic Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Metabolic Syndrome | Cardiovascular Diseases | Cardiovascular Surgical Procedures", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Monica Acevedo ", + "kol_full_name": "Monica Acevedo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prognosis | Cardiovascular Diseases | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456640", + "session_name": "Cardiovascular diseases: predictors of onset and prognosis,Epidemiology and risk factors in cardiovascular disease,Case-based implementation of the 2023 ESC Guidelines for the Management of Endocarditis: insights from Egypt and Georgia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nabil Mahmoud Farag", + "middle_name": null, + "last_name": null, + "org_name": "Ain Shams University Hospital", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular diseases: predictors of onset and prognosis", + "rest_events_session_count": 2, + "rest_events_session": "Epidemiology and risk factors in cardiovascular disease,Case-based implementation of the 2023 ESC Guidelines for the Management of Endocarditis: insights from Egypt and Georgia", + "events_topic": "Prognosis | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Endocarditis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nabil Mahmoud Farag ", + "kol_full_name": "Nabil Mahmoud Farag " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Artery Disease | Ischemia | Echocardiography, Stress | Heart Neoplasms | Bundle-Branch Block", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456618", + "session_name": "Negative long-term prognostic value of stress echocardiography in patients with incomplete revascularization after successful primary PCI,Long-term prognostic value of heart rate recovery in patients with left bundle branch block without inducible ischemia and without known coronary artery disease,Masses in the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nikola Boskovic", + "middle_name": null, + "last_name": null, + "org_name": "Medical Faculty, University of Belgrade", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Negative long-term prognostic value of stress echocardiography in patients with incomplete revascularization after successful primary PCI", + "rest_events_session_count": 2, + "rest_events_session": "Long-term prognostic value of heart rate recovery in patients with left bundle branch block without inducible ischemia and without known coronary artery disease,Masses in the heart", + "events_topic": "Percutaneous Coronary Intervention | Coronary Artery Disease ", + "rest_events_topic_count": 4, + "rest_events_topic": " Ischemia | Echocardiography, Stress | Heart Neoplasms | Bundle-Branch Block", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikola Boskovic ", + "kol_full_name": "Nikola Boskovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459206", + "session_name": "Long-term outcomes of aortic stenosis patients with different flow/gradient patterns undergoing transcatheter aortic valve implantation,Safety and efficacy of transcatheter aortic valve implantation (TAVI) for pure aortic regurgitation; a systematic review and meta-analysis,Safety and efficacy of transcatheter aortic valve implantation (TAVI) in patients with previous TAVI; a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nikolaos Ktenopoulos", + "middle_name": null, + "last_name": null, + "org_name": "Ippokrateio General Hospital of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcomes of aortic stenosis patients with different flow/gradient patterns undergoing transcatheter aortic valve implantation", + "rest_events_session_count": 2, + "rest_events_session": "Safety and efficacy of transcatheter aortic valve implantation (TAVI) for pure aortic regurgitation; a systematic review and meta-analysis,Safety and efficacy of transcatheter aortic valve implantation (TAVI) in patients with previous TAVI; a systematic review and meta-analysis", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikolaos Ktenopoulos ", + "kol_full_name": "Nikolaos Ktenopoulos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocarditis | Breast Neoplasms | Echocardiography | Trastuzumab | Biomarkers | Heart Failure | Cardiotoxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456456", + "session_name": "Heart rate variability-based prediction of early cardiotoxicity in breast-cancer patients treated with anthracyclines and trastuzumab,Studies of new biomarkers in heart failure,Infections, myocarditis, and heart failure: echocardiographic insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nilda Espinola-Zavaleta", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology Ignacio Chavez", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart rate variability-based prediction of early cardiotoxicity in breast-cancer patients treated with anthracyclines and trastuzumab", + "rest_events_session_count": 4, + "rest_events_session": "Studies of new biomarkers in heart failure,Infections, myocarditis, and heart failure: echocardiographic insights", + "events_topic": "Myocarditis | Breast Neoplasms ", + "rest_events_topic_count": 5, + "rest_events_topic": " Echocardiography | Trastuzumab | Biomarkers | Heart Failure | Cardiotoxicity", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nilda Espinola-Zavaleta ", + "kol_full_name": "Nilda Espinola-Zavaleta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Pregnancy | Venous Thromboembolism | Heart Valve Diseases | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456195", + "session_name": "Unraveling complexity: truncus arteriosus, heart failure, and pulmonary hypertension.,Hidden perils: heart failure and venous thromboembolism during pregnancy,Valvular heart disease: from risk stratification to intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Novi Yanti Sari", + "middle_name": null, + "last_name": null, + "org_name": "Mohammad Hoesin General Hospital", + "Country": "Indonesia", + "Region": "Sumatera Selatan", + "City": "Palembang", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unraveling complexity: truncus arteriosus", + "rest_events_session_count": 4, + "rest_events_session": " heart failure, and pulmonary hypertension.,Hidden perils: heart failure and venous thromboembolism during pregnancy,Valvular heart disease: from risk stratification to intervention", + "events_topic": "Hypertension, Pulmonary | Pregnancy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Venous Thromboembolism | Heart Valve Diseases | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Novi Yanti Sari ", + "kol_full_name": "Novi Yanti Sari " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Infections | Hemorrhage | Prosthetic Valve Thrombosis | Hypertension, Pulmonary", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455928", + "session_name": "Efficacy and safety of the ultraslow low-dose thrombolytic regimen for mechanical prosthetic valve thrombosis: a prospective cohort study,Insights into retroperitoneal hemorrhage management: result from a tertiary cardiovascular center prospective cohort,Current pharmacological treatments for pulmonary hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Parham Sadeghipour", + "middle_name": null, + "last_name": null, + "org_name": "Rajaie Cardiovascular Medical & Research Center", + "Country": "Iran", + "Region": "Tehran", + "City": "Tehran", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of the ultraslow low-dose thrombolytic regimen for mechanical prosthetic valve thrombosis: a prospective cohort study", + "rest_events_session_count": 2, + "rest_events_session": "Insights into retroperitoneal hemorrhage management: result from a tertiary cardiovascular center prospective cohort,Current pharmacological treatments for pulmonary hypertension", + "events_topic": "Cardiovascular Infections | Hemorrhage ", + "rest_events_topic_count": 2, + "rest_events_topic": " Prosthetic Valve Thrombosis | Hypertension, Pulmonary", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Parham Sadeghipour ", + "kol_full_name": "Parham Sadeghipour " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Angiography | Myocardial Blood Flow | Coronary Computed Tomography Angiography | Coronary Revascularization | Coronary Artery Bypass | Tomography, X-Ray Computed | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459139", + "session_name": "Coronary bypass surgery guided by multislice computed tomography angiography in a low surgical risk population,Quantitative myocardial blood flow distribution derived from CCTA and determination of myocardium at risk in the FAST TRACK CABG trial,Assessment of surgical revascularization completeness with quantitative myocardial blood flow distribution derived from CCTA in severe coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Patrick Washington Serruys", + "middle_name": null, + "last_name": null, + "org_name": "National University of Ireland", + "Country": "Ireland", + "Region": "Galway", + "City": "Galway", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary bypass surgery guided by multislice computed tomography angiography in a low surgical risk population", + "rest_events_session_count": 2, + "rest_events_session": "Quantitative myocardial blood flow distribution derived from CCTA and determination of myocardium at risk in the FAST TRACK CABG trial,Assessment of surgical revascularization completeness with quantitative myocardial blood flow distribution derived from CCTA in severe coronary artery disease", + "events_topic": "Coronary Angiography | Myocardial Blood Flow ", + "rest_events_topic_count": 5, + "rest_events_topic": " Coronary Computed Tomography Angiography | Coronary Revascularization | Coronary Artery Bypass | Tomography, X-Ray Computed | Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Patrick Washington Serruys ", + "kol_full_name": "Patrick Washington Serruys " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Stiffness | Magnetic Resonance Imaging | Antiretroviral Therapy | Cardiomyopathies | HIV | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458108", + "session_name": "Cardiac biomarkers can detect and track subclinical HIV-associated myocardial disease in newly diagnosed people living with HIV,Reduction of aortic stiffness in newly diagnosed persons with HIV-infection: modifiable vascular dysfunction after antiretroviral therapy?,HIV and the heart: detection of subclinical disease by cardiac MRI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pieter-Paul Strauss Robbertse", + "middle_name": null, + "last_name": null, + "org_name": "Stellenbosch University", + "Country": "South Africa", + "Region": "Western Cape", + "City": "Cape Town", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac biomarkers can detect and track subclinical HIV-associated myocardial disease in newly diagnosed people living with HIV", + "rest_events_session_count": 2, + "rest_events_session": "Reduction of aortic stiffness in newly diagnosed persons with HIV-infection: modifiable vascular dysfunction after antiretroviral therapy?,HIV and the heart: detection of subclinical disease by cardiac MRI", + "events_topic": "Aortic Stiffness | Magnetic Resonance Imaging ", + "rest_events_topic_count": 4, + "rest_events_topic": " Antiretroviral Therapy | Cardiomyopathies | HIV | Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pieter-Paul Strauss Robbertse ", + "kol_full_name": "Pieter-Paul Strauss Robbertse " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Immune System Diseases | Inflammation | Vascular Diseases | Heart Failure | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455932", + "session_name": "Immune ageing in cardiovascular diseases,Inflammation in heart failure,Vascular and immune control of organ function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pilar Alcaide", + "middle_name": null, + "last_name": null, + "org_name": "Tufts University School of Medicine", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Immune ageing in cardiovascular diseases", + "rest_events_session_count": 2, + "rest_events_session": "Inflammation in heart failure,Vascular and immune control of organ function", + "events_topic": "Immune System Diseases | Inflammation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Vascular Diseases | Heart Failure | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pilar Alcaide ", + "kol_full_name": "Pilar Alcaide " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | PPGI | Troponin I | Fractional Flow Reserve, Myocardial | Ultrasonics | Physiological Disorders | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457679", + "session_name": "Frequency of periprocedural myocardial injury and infarction stratified by cardiac troponin I and T,Segmental post-PCI physiological gradients using ultrasonic or optical flow ratio,Physiological disease pattern as assessed by PPGI in vessels with FFR and iFR discordance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pruthvi Chenniganahosahalli Revaiah", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Frequency of periprocedural myocardial injury and infarction stratified by cardiac troponin I and T", + "rest_events_session_count": 2, + "rest_events_session": "Segmental post-PCI physiological gradients using ultrasonic or optical flow ratio,Physiological disease pattern as assessed by PPGI in vessels with FFR and iFR discordance", + "events_topic": "Percutaneous Coronary Intervention | PPGI ", + "rest_events_topic_count": 5, + "rest_events_topic": " Troponin I | Fractional Flow Reserve, Myocardial | Ultrasonics | Physiological Disorders | Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pruthvi Chenniganahosahalli Revaiah ", + "kol_full_name": "Pruthvi Chenniganahosahalli Revaiah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Valsartan | Stroke | Enalapril | Sacubitril | Chagas Cardiomyopathy | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460945", + "session_name": "Sacubitril/valsartan versus enalapril in chronic chagas cardiomyopathy: baseline characteristics of the PARACHUTE-HF trial,Ask the Trialist - GUARD-AF,GUARD-AF - ReducinG stroke by screening for UndiAgnosed atRial fibrillation in elderly inDividuals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Renato Lopes", + "middle_name": null, + "last_name": null, + "org_name": "Duke University Medical Center", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sacubitril/valsartan versus enalapril in chronic chagas cardiomyopathy: baseline characteristics of the PARACHUTE-HF trial", + "rest_events_session_count": 2, + "rest_events_session": "Ask the Trialist - GUARD-AF,GUARD-AF - ReducinG stroke by screening for UndiAgnosed atRial fibrillation in elderly inDividuals", + "events_topic": "Valsartan | Stroke ", + "rest_events_topic_count": 4, + "rest_events_topic": " Enalapril | Sacubitril | Chagas Cardiomyopathy | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Renato Lopes ", + "kol_full_name": "Renato Lopes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clinical Protocols | Cardiovascular Diseases | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456906", + "session_name": "The Core Curriculum and clinical practice: what are the patient's needs?,Digitising heart failure - patient perspective,Patient and caregiver needs after an acute cardiac event", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Richard Mindham", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "France", + "Region": "Provence-Alpes-Cote d'Azur", + "City": "Sophia-Antipolis", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Core Curriculum and clinical practice: what are the patient's needs?", + "rest_events_session_count": 2, + "rest_events_session": "Digitising heart failure - patient perspective,Patient and caregiver needs after an acute cardiac event", + "events_topic": "Clinical Protocols | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Richard Mindham ", + "kol_full_name": "Richard Mindham " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Thrombolytic Therapy | Antiplatelet Therapy | Hemorrhage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455982", + "session_name": "Trial updates and other studies on percutaneous coronary intervention,How useful are risk scores in determining bleeding risk and antithrombotic therapy duration after primary PCI?,The guardians of clotting: exploring antiplatelet strategies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Roisin Colleran", + "middle_name": null, + "last_name": null, + "org_name": "Mater Private Network", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trial updates and other studies on percutaneous coronary intervention", + "rest_events_session_count": 2, + "rest_events_session": "How useful are risk scores in determining bleeding risk and antithrombotic therapy duration after primary PCI?,The guardians of clotting: exploring antiplatelet strategies", + "events_topic": "Percutaneous Coronary Intervention | Thrombolytic Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Antiplatelet Therapy | Hemorrhage", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roisin Colleran ", + "kol_full_name": "Roisin Colleran " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Telemonitoring | Heart Failure | Drug Therapy | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456287", + "session_name": "Case 2 - frontiers of infective endocarditis in Georgia,Heart failure: drug therapy and multidisciplinary care,Telemonitoring and multidisciplinary care in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rusudan Agladze", + "middle_name": null, + "last_name": null, + "org_name": "Bokhua memorial Cardiovascular Center", + "Country": "Georgia", + "Region": "T'bilisi", + "City": "Tbilisi", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2 - frontiers of infective endocarditis in Georgia", + "rest_events_session_count": 2, + "rest_events_session": "Heart failure: drug therapy and multidisciplinary care,Telemonitoring and multidisciplinary care in heart failure", + "events_topic": "Telemonitoring | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Drug Therapy | Endocarditis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rusudan Agladze ", + "kol_full_name": "Rusudan Agladze " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460907", + "session_name": "AF and its pulse wave: a new footprint,Hypertension and atrial fibrillation: dangerous bedfellows,Screening for atrial fibrillation (AF) and hypertension: time to act now", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "S Benedict Freedman", + "middle_name": null, + "last_name": null, + "org_name": "St George Hospital", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AF and its pulse wave: a new footprint", + "rest_events_session_count": 2, + "rest_events_session": "Hypertension and atrial fibrillation: dangerous bedfellows,Screening for atrial fibrillation (AF) and hypertension: time to act now", + "events_topic": "Hypertension | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
S Benedict Freedman ", + "kol_full_name": "S Benedict Freedman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | COVID-19", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455924", + "session_name": "How vaccination affects clinical outcomes of COVID-19 positive revascularized patients?,Acute coronary syndromes: diagnosis, outcomes, and predictors,Multivessel disease in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shafa Shahbazova", + "middle_name": null, + "last_name": null, + "org_name": "Central Clinic Hospital", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How vaccination affects clinical outcomes of COVID-19 positive revascularized patients?", + "rest_events_session_count": 4, + "rest_events_session": "Acute coronary syndromes: diagnosis, outcomes, and predictors,Multivessel disease in acute coronary syndromes", + "events_topic": "Acute Coronary Syndrome | COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shafa Shahbazova ", + "kol_full_name": "Shafa Shahbazova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Heart Failure | Diagnostic Imaging | Neoplasms | Risk Assessment | Cardiotoxicity | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456072", + "session_name": "Cardiovascular complications in cardio-oncology: risk assessment,Cardiotoxicity and development of heart failure,Cardiomyopathy in cancer patients: prevalence, risk assessment, imaging, and prevention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sibel Catirli Enar", + "middle_name": null, + "last_name": null, + "org_name": "Altinbas University", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular complications in cardio-oncology: risk assessment", + "rest_events_session_count": 5, + "rest_events_session": "Cardiotoxicity and development of heart failure,Cardiomyopathy in cancer patients: prevalence, risk assessment, imaging, and prevention", + "events_topic": "Cardiovascular Diseases | Heart Failure ", + "rest_events_topic_count": 5, + "rest_events_topic": " Diagnostic Imaging | Neoplasms | Risk Assessment | Cardiotoxicity | Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sibel Catirli Enar ", + "kol_full_name": "Sibel Catirli Enar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biomarkers | Demography | Kidney Diseases | Therapeutics | Acute Coronary Syndrome | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456222", + "session_name": "Demographic, clinical characteristics, managements strategies and in-hospital outcomes of patients enrolled in prospective nationwide SCAD registry,Integrating insights: from biomarkers to therapeutics in the management of acute coronary syndromes,Coronary artery disease in kidney patients: from genes to treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Svetlana Apostolovic", + "middle_name": null, + "last_name": null, + "org_name": "Clinical Center of Nis", + "Country": "Serbia", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Demographic", + "rest_events_session_count": 4, + "rest_events_session": " clinical characteristics, managements strategies and in-hospital outcomes of patients enrolled in prospective nationwide SCAD registry,Integrating insights: from biomarkers to therapeutics in the management of acute coronary syndromes,Coronary artery disease in kidney patients: from genes to treatment", + "events_topic": "Biomarkers | Demography ", + "rest_events_topic_count": 4, + "rest_events_topic": " Kidney Diseases | Therapeutics | Acute Coronary Syndrome | Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Svetlana Apostolovic ", + "kol_full_name": "Svetlana Apostolovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left | ST Elevation Myocardial Infarction | Diastolic Function | Microvascular Resistance | Vascular Resistance", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457125", + "session_name": "Advancing prognostic insights in STEMI patients through microvascular resistance reserve evaluation,Trimethylamine N-oxide as a Novel Biomarker for Left Ventricular Diastolic Dysfunction and Functional Remodeling in ST-Elevation Myocardial Infarction Patients.,Impact of microvascular resistance reserve on post-STEMI cardiac remodelling and diastolic function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tsungying Tsai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advancing prognostic insights in STEMI patients through microvascular resistance reserve evaluation", + "rest_events_session_count": 2, + "rest_events_session": "Trimethylamine N-oxide as a Novel Biomarker for Left Ventricular Diastolic Dysfunction and Functional Remodeling in ST-Elevation Myocardial Infarction Patients.,Impact of microvascular resistance reserve on post-STEMI cardiac remodelling and diastolic function", + "events_topic": "Ventricular Dysfunction, Left | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diastolic Function | Microvascular Resistance | Vascular Resistance", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tsungying Tsai ", + "kol_full_name": "Tsungying Tsai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ultrasonography | Mitral Valve Insufficiency | Cardiomyopathy, Dilated | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457440", + "session_name": "Prognostic implications of guideline-directed medical therapy in functional mitral regurgitation: a meta-analysis,Multiorgan congestion assessment by venous excess ultrasound score in acute heart failure,Prognostic implications of genotype findings in non-ischemic dilated cardiomyopathy: a network meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vasileios Anastasiou", + "middle_name": null, + "last_name": null, + "org_name": "AHEPA University General Hospital", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic implications of guideline-directed medical therapy in functional mitral regurgitation: a meta-analysis", + "rest_events_session_count": 2, + "rest_events_session": "Multiorgan congestion assessment by venous excess ultrasound score in acute heart failure,Prognostic implications of genotype findings in non-ischemic dilated cardiomyopathy: a network meta-analysis", + "events_topic": "Ultrasonography | Mitral Valve Insufficiency ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Dilated | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vasileios Anastasiou ", + "kol_full_name": "Vasileios Anastasiou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Rhythm Disorders | Amyloidosis, Hereditary, Transthyretin-Related | Artificial Intelligence | Amyloid | Deep Learning", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457399", + "session_name": "Artificial intelligence applied to electrocardiographic images for scalable screening of cardiac amyloidosis,A multilabel deep learning model for the detection of conduction and rhythm disorders from PDF outputs of a widely available portable ECG Device,Detection of ATTR cardiac amyloidosis using a novel artificial intelligence algorithm for wearable-adapted noisy single-lead electrocardiograms", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Veer Sangha", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence applied to electrocardiographic images for scalable screening of cardiac amyloidosis", + "rest_events_session_count": 2, + "rest_events_session": "A multilabel deep learning model for the detection of conduction and rhythm disorders from PDF outputs of a widely available portable ECG Device,Detection of ATTR cardiac amyloidosis using a novel artificial intelligence algorithm for wearable-adapted noisy single-lead electrocardiograms", + "events_topic": "Electrocardiography | Rhythm Disorders ", + "rest_events_topic_count": 4, + "rest_events_topic": " Amyloidosis, Hereditary, Transthyretin-Related | Artificial Intelligence | Amyloid | Deep Learning", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Veer Sangha ", + "kol_full_name": "Veer Sangha " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "HIV | Heart Transplantation | Cardiovascular Diseases | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456027", + "session_name": "Influence of donor and harvesting protocol on 30 day mortality after heart transplantation,Evaluation of serum levels of sCD40, sCD40L and s4-1BB in advanced heart failure and after heart transplant,HIV and cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Veronica Monteiro", + "middle_name": null, + "last_name": null, + "org_name": "Real Hospital Portugues", + "Country": "Brazil", + "Region": "Pernambuco", + "City": "Recife", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of donor and harvesting protocol on 30 day mortality after heart transplantation", + "rest_events_session_count": 3, + "rest_events_session": "Evaluation of serum levels of sCD40, sCD40L and s4-1BB in advanced heart failure and after heart transplant,HIV and cardiovascular disease", + "events_topic": "HIV | Heart Transplantation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Diseases | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Veronica Monteiro ", + "kol_full_name": "Veronica Monteiro " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Infections | Heart Valve Diseases | Echocardiography | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456292", + "session_name": "Stretching the myocardium: what’s new in strain echocardiography?,Valvular vegetations beyond infections,Endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vlatka Reskovic Luksic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Centre Zagreb", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stretching the myocardium: what’s new in strain echocardiography?", + "rest_events_session_count": 2, + "rest_events_session": "Valvular vegetations beyond infections,Endocarditis", + "events_topic": "Cardiovascular Infections | Heart Valve Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Echocardiography | Endocarditis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vlatka Reskovic Luksic ", + "kol_full_name": "Vlatka Reskovic Luksic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456129", + "session_name": "The many faces of stress echocardiography,Dazzling presentations of endocarditis,Stress echocardiography in the contemporary era", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yasmina Bououdina", + "middle_name": null, + "last_name": null, + "org_name": "Blida University Hospital", + "Country": "Algeria", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The many faces of stress echocardiography", + "rest_events_session_count": 2, + "rest_events_session": "Dazzling presentations of endocarditis,Stress echocardiography in the contemporary era", + "events_topic": "Echocardiography, Stress | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yasmina Bououdina ", + "kol_full_name": "Yasmina Bououdina " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Single Cell Sequencing | Cohort Studies | Ablation Techniques | Social Isolation | Atrial Remodeling | Arrhythmias, Cardiac | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458287", + "session_name": "Integrating single-cell sequencing and genetic lineage tracing reveals endothelial plasticity during atrial remodeling,Clonal haematopoiesis of indeterminate potential predicts recurrence of atrial arrhythmias after surgical ablation for atrial fibrillation,Association of loneliness and social isolation with incident atrial fibrillation: a population-based cohort study using the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zhiwei Zeng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integrating single-cell sequencing and genetic lineage tracing reveals endothelial plasticity during atrial remodeling", + "rest_events_session_count": 2, + "rest_events_session": "Clonal haematopoiesis of indeterminate potential predicts recurrence of atrial arrhythmias after surgical ablation for atrial fibrillation,Association of loneliness and social isolation with incident atrial fibrillation: a population-based cohort study using the UK Biobank", + "events_topic": "Single Cell Sequencing | Cohort Studies ", + "rest_events_topic_count": 5, + "rest_events_topic": " Ablation Techniques | Social Isolation | Atrial Remodeling | Arrhythmias, Cardiac | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zhiwei Zeng ", + "kol_full_name": "Zhiwei Zeng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dual Anti-Platelet Therapy | Hemorrhage | Antiplatelet Therapy | Myocardial Infarction | Patient Care | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456969", + "session_name": "Pretreatment with dual antiplatelet therapy in acute myocardial infarction,Management of complex patients in Lebanon and Czech Republic,Bleeding and antiplatelet strategies in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zuzana Motovska", + "middle_name": null, + "last_name": null, + "org_name": "Third Faculty of Medicine, Charles University and University Hospital Kralovske Vinohrady", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pretreatment with dual antiplatelet therapy in acute myocardial infarction", + "rest_events_session_count": 2, + "rest_events_session": "Management of complex patients in Lebanon and Czech Republic,Bleeding and antiplatelet strategies in acute coronary syndromes", + "events_topic": "Dual Anti-Platelet Therapy | Hemorrhage ", + "rest_events_topic_count": 4, + "rest_events_topic": " Antiplatelet Therapy | Myocardial Infarction | Patient Care | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zuzana Motovska ", + "kol_full_name": "Zuzana Motovska " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460229", + "session_name": "DELINEATE-Regurgitation: deep learning for automated assessment of aortic, mitral, and tricuspid regurgitation from echocardiography,DELINEATE-Regurgitation: deep learning for automated assessment of aortic, mitral, and tricuspid regurgitation from echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aaron Long", + "middle_name": null, + "last_name": null, + "org_name": "Columbia University Irving Medical Centre", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "DELINEATE-Regurgitation: deep learning for automated assessment of aortic", + "rest_events_session_count": 5, + "rest_events_session": " mitral, and tricuspid regurgitation from echocardiography,DELINEATE-Regurgitation: deep learning for automated assessment of aortic, mitral, and tricuspid regurgitation from echocardiography", + "events_topic": "Tricuspid Valve Insufficiency | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aaron Long ", + "kol_full_name": "Aaron Long " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Electrocardiography | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460037", + "session_name": "Prospective longitudinal evaluation of AI-ECG in newly diagnosed heart failure (PLANE-HF),Long-term clinical outcomes informed by artificial intelligence-enabled single-lead ECG detection of reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Abdullah Alrumayh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prospective longitudinal evaluation of AI-ECG in newly diagnosed heart failure (PLANE-HF)", + "rest_events_session_count": 1, + "rest_events_session": "Long-term clinical outcomes informed by artificial intelligence-enabled single-lead ECG detection of reduced ejection fraction", + "events_topic": "Heart Failure | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Abdullah Alrumayh ", + "kol_full_name": "Abdullah Alrumayh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endovascular Aneurysm Repair | Varicose Veins | Ablation Techniques | Aortic Aneurysm, Abdominal | Laser Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459055", + "session_name": "Short-term and long-term outcomes of advanced EVAR versus open surgery in management of complex abdominal aortic aneurysm: systematic review and meta-analysis,Acute to long-term outcomes of endovenous laser ablation with or without combination with ligation for varicose vein: systematic review and meta-analysis of clinical trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Achmad Ismail Putra", + "middle_name": null, + "last_name": null, + "org_name": "Prof. dr. Ngoerah General Hospital", + "Country": "Indonesia", + "Region": "Jakarta Raya (Djakarta Raya)", + "City": "Bali", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Short-term and long-term outcomes of advanced EVAR versus open surgery in management of complex abdominal aortic aneurysm: systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Acute to long-term outcomes of endovenous laser ablation with or without combination with ligation for varicose vein: systematic review and meta-analysis of clinical trials", + "events_topic": "Endovascular Aneurysm Repair | Varicose Veins ", + "rest_events_topic_count": 3, + "rest_events_topic": " Ablation Techniques | Aortic Aneurysm, Abdominal | Laser Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Achmad Ismail Putra ", + "kol_full_name": "Achmad Ismail Putra " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Deep Learning | Cardiovascular Diseases | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459181", + "session_name": "The added value of device measured physical activity to the prediction of incident cardiovascular disease.,The added value of deep learning to submaximal exercise electrocardiogram for the 10-year prediction of major adverse cardiovascular and cerebrovascular events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adam Sturge", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The added value of device measured physical activity to the prediction of incident cardiovascular disease.", + "rest_events_session_count": 1, + "rest_events_session": "The added value of deep learning to submaximal exercise electrocardiogram for the 10-year prediction of major adverse cardiovascular and cerebrovascular events", + "events_topic": "Deep Learning | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electrocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adam Sturge ", + "kol_full_name": "Adam Sturge " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Heart Function Tests", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460881", + "session_name": "Large sample size MRI measurements to assess the relation between cardiac function and structure and white matter hyperintensity volumes.,Large sample size MRI measurements to assess the relation between cardiac function and structure and white matter hyperintensity volumes.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adama Saccoh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Large sample size MRI measurements to assess the relation between cardiac function and structure and white matter hyperintensity volumes.", + "rest_events_session_count": 1, + "rest_events_session": "Large sample size MRI measurements to assess the relation between cardiac function and structure and white matter hyperintensity volumes.", + "events_topic": "Magnetic Resonance Imaging | Heart Function Tests", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adama Saccoh ", + "kol_full_name": "Adama Saccoh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Myocardial Infarction | Cardiac Output Assist Device", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460551", + "session_name": "Trends in intracardiac thrombus formation in myocardial infarction patients after PCI: a nationwide analysis,Nationwide analysis of in-hospital mortality and renal infarction trends following cardiac output assist device placement from 2017 to 2020", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adarsh Balaji", + "middle_name": null, + "last_name": null, + "org_name": "Brookdale University Hospital & Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Brooklyn", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trends in intracardiac thrombus formation in myocardial infarction patients after PCI: a nationwide analysis", + "rest_events_session_count": 1, + "rest_events_session": "Nationwide analysis of in-hospital mortality and renal infarction trends following cardiac output assist device placement from 2017 to 2020", + "events_topic": "Percutaneous Coronary Intervention | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Output Assist Device", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adarsh Balaji ", + "kol_full_name": "Adarsh Balaji " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Spirometry | Echocardiography | Acute Coronary Syndrome | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457282", + "session_name": "Comparison of the prognosis between complete and incomplete revascularization among moderate to severe chronic kidney disease patients with acute coronary syndrome,Association between echocardiographic parameters and abnormal spirometry among chronic heart failure patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aekapat Phoksiri", + "middle_name": null, + "last_name": null, + "org_name": "Maharaj Nakorn Chiang Mai", + "Country": "Thailand", + "Region": "Chiang Mai", + "City": "Chiang Mai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of the prognosis between complete and incomplete revascularization among moderate to severe chronic kidney disease patients with acute coronary syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Association between echocardiographic parameters and abnormal spirometry among chronic heart failure patients", + "events_topic": "Renal Insufficiency, Chronic | Spirometry ", + "rest_events_topic_count": 3, + "rest_events_topic": " Echocardiography | Acute Coronary Syndrome | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aekapat Phoksiri ", + "kol_full_name": "Aekapat Phoksiri " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Extracorporeal Membrane Oxygenation | Heart Failure | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458128", + "session_name": "Resting heart rate and outcomes in patients with heart failure: impact of AF from the Thai-Heat Failure Registry (THFR - HRAF study),ECMO bridging to an emergency heart transplant for a rare cardiomyopathy in a 15-year-old teenage girl: the worst of the worst", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aekarach Ariyachaipanich", + "middle_name": null, + "last_name": null, + "org_name": "Chulalongkorn University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Resting heart rate and outcomes in patients with heart failure: impact of AF from the Thai-Heat Failure Registry (THFR - HRAF study)", + "rest_events_session_count": 1, + "rest_events_session": "ECMO bridging to an emergency heart transplant for a rare cardiomyopathy in a 15-year-old teenage girl: the worst of the worst", + "events_topic": "Atrial Fibrillation | Extracorporeal Membrane Oxygenation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aekarach Ariyachaipanich ", + "kol_full_name": "Aekarach Ariyachaipanich " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ejection Fraction | Quality Of Life | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455998", + "session_name": "Exploring heart failure prevalence and overlooked dimensions: a comprehensive NT Pro-BNP study in high-risk primary care patients,Ejection fraction in heart failure: epidemiology, comorbidity, and quality of life", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmet Celik", + "middle_name": null, + "last_name": null, + "org_name": "Mersin University", + "Country": "Turkey", + "Region": "Icel", + "City": "Mersin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring heart failure prevalence and overlooked dimensions: a comprehensive NT Pro-BNP study in high-risk primary care patients", + "rest_events_session_count": 3, + "rest_events_session": "Ejection fraction in heart failure: epidemiology, comorbidity, and quality of life", + "events_topic": "Ejection Fraction | Quality Of Life ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmet Celik ", + "kol_full_name": "Ahmet Celik " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Intensive Care Units | Cardiohepatic Syndrome | Coronary Artery Dissection, Spontaneous | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459114", + "session_name": "Biomarkers of cardiohepatic syndrome in the cardiac intensive care unit,Spontaneous coronary artery dissection: a diagnostic dilemma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahsan Butt", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital-Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomarkers of cardiohepatic syndrome in the cardiac intensive care unit", + "rest_events_session_count": 1, + "rest_events_session": "Spontaneous coronary artery dissection: a diagnostic dilemma", + "events_topic": "Intensive Care Units | Cardiohepatic Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Dissection, Spontaneous | Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahsan Butt ", + "kol_full_name": "Ahsan Butt " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Restrictive | Heart Failure | Tetralogy Of Fallot", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457321", + "session_name": "A patchwork gone wrong-A rare complication after surgical repair of Tetralogy of Fallot,A rare case of restrictive cardiomyopathy in a young patient with advanced heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aikaterini Eleftheria Karanikola", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A patchwork gone wrong-A rare complication after surgical repair of Tetralogy of Fallot", + "rest_events_session_count": 1, + "rest_events_session": "A rare case of restrictive cardiomyopathy in a young patient with advanced heart failure", + "events_topic": "Cardiomyopathy, Restrictive | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tetralogy Of Fallot", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aikaterini Eleftheria Karanikola ", + "kol_full_name": "Aikaterini Eleftheria Karanikola " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Infections | Antiphospholipid Syndrome | Autoimmune Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456138", + "session_name": "Predictors of adverse cardiac events in a large cohort of patients with antiphospholipid syndrome,Cardiovascular consequences of infection, inflammation, and autoimmune disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aleksandra Djokovic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Medical Center Bezanijska Kosa", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of adverse cardiac events in a large cohort of patients with antiphospholipid syndrome", + "rest_events_session_count": 3, + "rest_events_session": "Cardiovascular consequences of infection, inflammation, and autoimmune disease", + "events_topic": "Cardiovascular Infections | Antiphospholipid Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Autoimmune Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aleksandra Djokovic ", + "kol_full_name": "Aleksandra Djokovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Techniques And Procedures | Fabry Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459677", + "session_name": "Panel discussion: can we shorten the diagnostic odyssey?,Diagnostic clues: when to think Fabry and what next", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ales Linhart", + "middle_name": null, + "last_name": null, + "org_name": "First Faculty of Medicine and General Teaching Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Panel discussion: can we shorten the diagnostic odyssey?", + "rest_events_session_count": 1, + "rest_events_session": "Diagnostic clues: when to think Fabry and what next", + "events_topic": "Diagnostic Techniques And Procedures | Fabry Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ales Linhart ", + "kol_full_name": "Ales Linhart " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient Care | Endocarditis | Congenital Disorders | Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458634", + "session_name": "The adult patient with cyanogenic congenital heart disease – a never ending story,To be or not to be endocarditis or the congenital disease patient's story", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandra Buta", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Institute of Cardiovascular Diseases Prof. Dr. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The adult patient with cyanogenic congenital heart disease – a never ending story", + "rest_events_session_count": 1, + "rest_events_session": "To be or not to be endocarditis or the congenital disease patient's story", + "events_topic": "Patient Care | Endocarditis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Congenital Disorders | Heart Defects, Congenital", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Buta ", + "kol_full_name": "Alexandra Buta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Coronary Artery Disease | Ventricular Premature Complexes | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458597", + "session_name": "Prediction of nonsustained ventricular tachycardia development by the analysis of premature ventricular complex-related intervals on 24-hour rhythm monitoring and testing a novel index,Is there a gender difference in the effects of cardiovascular risk factors on the anatomical localization and severity of obstruction on coronary arteries?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Almina Erdem", + "middle_name": null, + "last_name": null, + "org_name": "GATA Haydarpasa Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of nonsustained ventricular tachycardia development by the analysis of premature ventricular complex-related intervals on 24-hour rhythm monitoring and testing a novel index", + "rest_events_session_count": 1, + "rest_events_session": "Is there a gender difference in the effects of cardiovascular risk factors on the anatomical localization and severity of obstruction on coronary arteries?", + "events_topic": "Tachycardia, Ventricular | Coronary Artery Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ventricular Premature Complexes | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Almina Erdem ", + "kol_full_name": "Almina Erdem " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Angina", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459984", + "session_name": "Angina in patient with single coronary artery abnormality: a very rare case,Angina in patient with single coronary artery abnormality: a very rare case", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alvin Tonang", + "middle_name": null, + "last_name": null, + "org_name": "dr. Adhyatma MPH (Tugurejo) General Hospital", + "Country": "Indonesia", + "Region": "Jawa Tengah (Djawa Tengah)", + "City": "Semarang", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angina in patient with single coronary artery abnormality: a very rare case", + "rest_events_session_count": 1, + "rest_events_session": "Angina in patient with single coronary artery abnormality: a very rare case", + "events_topic": "Coronary Artery Disease | Angina", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alvin Tonang ", + "kol_full_name": "Alvin Tonang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "MINOCA | Critical Care | Myocardial Infarction | Intensive Care Units | Coronary Artery Disease | Acute Kidney Injury", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459143", + "session_name": "Acute kidney injury (AKI) in cardiac intensive care unit patients: a real challenge to overcome,One-year prognosis difference of MINOCA versus MI-CAD in developing countries: insights from the Moroccan experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amine BOUCHLARHEM", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine and Pharmacy, Mohammed Ist University, Oujda, Morocco", + "Country": "Morocco", + "Region": "Oujda", + "City": "Oujda", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute kidney injury (AKI) in cardiac intensive care unit patients: a real challenge to overcome", + "rest_events_session_count": 1, + "rest_events_session": "One-year prognosis difference of MINOCA versus MI-CAD in developing countries: insights from the Moroccan experience", + "events_topic": "MINOCA | Critical Care ", + "rest_events_topic_count": 4, + "rest_events_topic": " Myocardial Infarction | Intensive Care Units | Coronary Artery Disease | Acute Kidney Injury", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amine BOUCHLARHEM ", + "kol_full_name": "Amine BOUCHLARHEM " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Hormone Replacement Therapy | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456753", + "session_name": "Should all menopausal women be prescribed hormone replacement therapy to reduce risk?,How to protect the kidney in patients with diabetes and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Abreu", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Santa Maria Faculty of Medicine", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Should all menopausal women be prescribed hormone replacement therapy to reduce risk?", + "rest_events_session_count": 1, + "rest_events_session": "How to protect the kidney in patients with diabetes and heart disease", + "events_topic": "Diabetes Mellitus | Hormone Replacement Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Abreu ", + "kol_full_name": "Ana Abreu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Intensive Care Units | Percutaneous Ventricular Assist Devices | Heart-Assist Devices | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460929", + "session_name": "Percutaneous ventricular assist device (PVAD) support in cardiogenic shock: management on the intensive care unit (ICU),PVAD support in cardiogenic shock: management on the intensive care unit (ICU)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Arenas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous ventricular assist device (PVAD) support in cardiogenic shock: management on the intensive care unit (ICU)", + "rest_events_session_count": 1, + "rest_events_session": "PVAD support in cardiogenic shock: management on the intensive care unit (ICU)", + "events_topic": "Intensive Care Units | Percutaneous Ventricular Assist Devices ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart-Assist Devices | Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Arenas ", + "kol_full_name": "Ana Arenas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Heart Diseases | Mental Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456430", + "session_name": "Environmental impacts on heart health,Cognitive and mental health aspects of cardiovascular conditions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Filipa Gomes", + "middle_name": null, + "last_name": null, + "org_name": "Unidade Local de Saude - Regiao de Aveiro", + "Country": "Portugal", + "Region": "Aveiro", + "City": "Aveiro", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Environmental impacts on heart health", + "rest_events_session_count": 1, + "rest_events_session": "Cognitive and mental health aspects of cardiovascular conditions", + "events_topic": "Cardiovascular Diseases | Heart Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mental Health", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Filipa Gomes ", + "kol_full_name": "Ana Filipa Gomes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Complex Interventions", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455957", + "session_name": "Physiology to determine the severity and pattern of coronary artery disease,Complex interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Rita Pereira", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Garcia de Orta", + "Country": "Portugal", + "Region": "Setubal", + "City": "Almada", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Physiology to determine the severity and pattern of coronary artery disease", + "rest_events_session_count": 1, + "rest_events_session": "Complex interventions", + "events_topic": "Coronary Artery Disease | Complex Interventions", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Rita Pereira ", + "kol_full_name": "Ana Rita Pereira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Cardiomyopathies | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456957", + "session_name": "Determinants of right ventricular - pulmonary arterial uncoupling in hypertrophic cardiomyopathy,Imaging in cardiomyopathies: my most challenging case", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Teresa Timoteo", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Santa Marta", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Determinants of right ventricular - pulmonary arterial uncoupling in hypertrophic cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Imaging in cardiomyopathies: my most challenging case", + "events_topic": "Diagnostic Imaging | Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Hypertrophic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Teresa Timoteo ", + "kol_full_name": "Ana Teresa Timoteo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456590", + "session_name": "Anatomic and physiological considerations in coronary syndromes,Non-invasive methods for evaluating coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anastasia Kitsiou", + "middle_name": null, + "last_name": null, + "org_name": "Sismanogleio General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anatomic and physiological considerations in coronary syndromes", + "rest_events_session_count": 1, + "rest_events_session": "Non-invasive methods for evaluating coronary artery disease", + "events_topic": "Coronary Artery Disease | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anastasia Kitsiou ", + "kol_full_name": "Anastasia Kitsiou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Genetic Testing | Stents | Viabahn Stents | Vascular Diseases | Cardiomyopathy, Dilated", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458789", + "session_name": "Improving the yield of genetic testing in dilated cardiomyopathy using late gadolinium enhancement,TAVI-related vascular access complications: are Viabahn stents a good option?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andre Paulo Ferreira", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Santa Marta", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improving the yield of genetic testing in dilated cardiomyopathy using late gadolinium enhancement", + "rest_events_session_count": 1, + "rest_events_session": "TAVI-related vascular access complications: are Viabahn stents a good option?", + "events_topic": "Transcatheter Aortic Valve Replacement | Genetic Testing ", + "rest_events_topic_count": 4, + "rest_events_topic": " Stents | Viabahn Stents | Vascular Diseases | Cardiomyopathy, Dilated", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andre Paulo Ferreira ", + "kol_full_name": "Andre Paulo Ferreira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456131", + "session_name": "New considerations in acute coronary syndromes,Risk stratification in percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andreja Sinkovic", + "middle_name": null, + "last_name": null, + "org_name": "University Medical Centre Maribor", + "Country": "Slovenia", + "Region": "Maribor", + "City": "Maribor", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New considerations in acute coronary syndromes", + "rest_events_session_count": 1, + "rest_events_session": "Risk stratification in percutaneous coronary intervention", + "events_topic": "Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreja Sinkovic ", + "kol_full_name": "Andreja Sinkovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455885", + "session_name": "Cardiovascular disease in the elderly,The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Angela Koh", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Centre Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease in the elderly", + "rest_events_session_count": 1, + "rest_events_session": "The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angela Koh ", + "kol_full_name": "Angela Koh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vascular Disease | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456187", + "session_name": "The vessel unzips: now what?,Outcomes in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Angela McInerney", + "middle_name": null, + "last_name": null, + "org_name": "Galway University Hospital", + "Country": "Ireland", + "Region": "Galway", + "City": "Galway", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The vessel unzips: now what?", + "rest_events_session_count": 1, + "rest_events_session": "Outcomes in coronary artery disease", + "events_topic": "Vascular Disease | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angela McInerney ", + "kol_full_name": "Angela McInerney " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Cardiac Amyloidosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456078", + "session_name": "Cardiac amyloidosis: how to stage and score,The zebras of hypertrophic cardiomyopathy: rare and challenging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anna Chaloupka", + "middle_name": null, + "last_name": null, + "org_name": "St. Anne University Hospital Brno (FNUSA)", + "Country": "Czech Republic", + "Region": "Jihomoravsky Kraj", + "City": "Brno", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac amyloidosis: how to stage and score", + "rest_events_session_count": 1, + "rest_events_session": "The zebras of hypertrophic cardiomyopathy: rare and challenging", + "events_topic": "Cardiomyopathy, Hypertrophic | Cardiac Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna Chaloupka ", + "kol_full_name": "Anna Chaloupka " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cognitive Dysfunction | Glioblastoma | Dementia | Hypertension | Blood Pressure | Bevacizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457408", + "session_name": "Bevacizumab-induced hypertension in patients with glioblastoma: a systematic review and meta-analysis,Comparison of intensive treatment versus standard treatment in lowering blood pressure and its association with cognitive decline and dementia: a systematic review and meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anna Lydia Machado Silva", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bevacizumab-induced hypertension in patients with glioblastoma: a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Comparison of intensive treatment versus standard treatment in lowering blood pressure and its association with cognitive decline and dementia: a systematic review and meta-analysis.", + "events_topic": "Cognitive Dysfunction | Glioblastoma ", + "rest_events_topic_count": 4, + "rest_events_topic": " Dementia | Hypertension | Blood Pressure | Bevacizumab", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna Lydia Machado Silva ", + "kol_full_name": "Anna Lydia Machado Silva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Anterior Cerebral Artery", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456307", + "session_name": "Tackling the bifurcation challenge: how I keep it safe and swift,TAVI and beyond", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antoinette Neylon", + "middle_name": null, + "last_name": null, + "org_name": "Beaumont Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tackling the bifurcation challenge: how I keep it safe and swift", + "rest_events_session_count": 1, + "rest_events_session": "TAVI and beyond", + "events_topic": "Transcatheter Aortic Valve Replacement | Anterior Cerebral Artery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antoinette Neylon ", + "kol_full_name": "Antoinette Neylon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Patient Identification Systems | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460928", + "session_name": "Overcoming the \"DanGer\" of cardiogenic shock: treatment strategies with percutaneous mechanical circulatory support,Patient identification & case-based discussion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antonin Couillec", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Overcoming the \"DanGer\" of cardiogenic shock: treatment strategies with percutaneous mechanical circulatory support", + "rest_events_session_count": 1, + "rest_events_session": "Patient identification & case-based discussion", + "events_topic": "Mechanical Circulatory Support | Patient Identification Systems ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonin Couillec ", + "kol_full_name": "Antonin Couillec " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Revascularization | Prognosis | Multivessel Coronary Artery Disease | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458280", + "session_name": "Gender disparities in acute coronary syndromes: a comprehensive analysis of management, treatment, and prognosis,Revascularization strategies in elderly patients with acute coronary syndromes and multivessel disease: comparative analysis of culprit-only vs complete revascularization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antonio Rocha De Almeida", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Espirito Santo de Evora", + "Country": "Portugal", + "Region": "Evora", + "City": "Evora", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender disparities in acute coronary syndromes: a comprehensive analysis of management", + "rest_events_session_count": 3, + "rest_events_session": " treatment, and prognosis,Revascularization strategies in elderly patients with acute coronary syndromes and multivessel disease: comparative analysis of culprit-only vs complete revascularization", + "events_topic": "Revascularization | Prognosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Multivessel Coronary Artery Disease | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonio Rocha De Almeida ", + "kol_full_name": "Antonio Rocha De Almeida " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Multimorbidity | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455925", + "session_name": "Case 2 - multimorbid patient with heart failure: the Bulgarian experience,Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antoniya Kisheva", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital St. Marina", + "Country": "Bulgaria", + "Region": "Varna", + "City": "Varna", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2 - multimorbid patient with heart failure: the Bulgarian experience", + "rest_events_session_count": 1, + "rest_events_session": "Miscellaneous clinical studies in heart failure", + "events_topic": "Multimorbidity | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antoniya Kisheva ", + "kol_full_name": "Antoniya Kisheva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardium | Heart Failure | Heart Failure, Systolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458519", + "session_name": "Right ventricular myocardial work predicts heart failure hospitalizations irrespective of ejection fraction,Left ventricular myocardial work predicts clinical course in patients with heart failure with mildly reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aram Chilingaryan", + "middle_name": null, + "last_name": null, + "org_name": "Yerevan Medical Scientific Center", + "Country": "Armenia", + "Region": "Yerevan", + "City": "Yerevan", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right ventricular myocardial work predicts heart failure hospitalizations irrespective of ejection fraction", + "rest_events_session_count": 1, + "rest_events_session": "Left ventricular myocardial work predicts clinical course in patients with heart failure with mildly reduced ejection fraction", + "events_topic": "Myocardium | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Systolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aram Chilingaryan ", + "kol_full_name": "Aram Chilingaryan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation | Vascular Diseases | Pulmonary Wedge Pressure | Allografts", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458204", + "session_name": "Single center experience of internal jugular vein as alternative access for implantation of a wireless pulmonary artery pressure sensor,Establishing normal global longitudinal strain values in heart transplant patients: a novel approach to enhancing detection of rejection and cardiac allograft vasculopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Arif Albulushi", + "middle_name": null, + "last_name": null, + "org_name": "National Heart centre", + "Country": "Oman", + "Region": "Masqat", + "City": "Muscat", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Single center experience of internal jugular vein as alternative access for implantation of a wireless pulmonary artery pressure sensor", + "rest_events_session_count": 1, + "rest_events_session": "Establishing normal global longitudinal strain values in heart transplant patients: a novel approach to enhancing detection of rejection and cardiac allograft vasculopathy", + "events_topic": "Heart Transplantation | Vascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pulmonary Wedge Pressure | Allografts", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Arif Albulushi ", + "kol_full_name": "Arif Albulushi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient-Centered Care | Chronic Coronary Syndromes | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456657", + "session_name": "CCS: step I-IV approach or a patient centered one?,Chronic coronary syndrome (CCS): the journey so far and the road to the future", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Athanasios John Manolis", + "middle_name": null, + "last_name": null, + "org_name": "METROPOLIAN", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CCS: step I-IV approach or a patient centered one?", + "rest_events_session_count": 1, + "rest_events_session": "Chronic coronary syndrome (CCS): the journey so far and the road to the future", + "events_topic": "Patient-Centered Care | Chronic Coronary Syndromes ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Athanasios John Manolis ", + "kol_full_name": "Athanasios John Manolis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Inflammatory Diseases | Dapagliflozin | Heart Failure | Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460645", + "session_name": "Primary inflammatory disease in heart failure with preserved ejection fraction,Dapagliflozin enhances arterial and venous compliance during exercise in heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Atsushi Tada", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Primary inflammatory disease in heart failure with preserved ejection fraction", + "rest_events_session_count": 1, + "rest_events_session": "Dapagliflozin enhances arterial and venous compliance during exercise in heart failure with preserved ejection fraction", + "events_topic": "Inflammatory Diseases | Dapagliflozin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Heart Failure, Diastolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Atsushi Tada ", + "kol_full_name": "Atsushi Tada " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Tricuspid Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456783", + "session_name": "Understanding pathophysiology to planning treatment,Mechanisms and staging of tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aurora Bakalli", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Centre of Kosovo (UCC)", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Understanding pathophysiology to planning treatment", + "rest_events_session_count": 1, + "rest_events_session": "Mechanisms and staging of tricuspid regurgitation", + "events_topic": "Cardiovascular Diseases | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aurora Bakalli ", + "kol_full_name": "Aurora Bakalli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fluoroscopy | Tachycardia | Ablation Techniques | Pacemaker, Artificial | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458239", + "session_name": "Clinical evidence of pacemaker implantation during gestation: a case series,Clinical characteristic and zero-fluoroscopy ablation outcomes of tachyarrhythmias in pregnant: a single center study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ayan Abdrakhmanov", + "middle_name": null, + "last_name": null, + "org_name": "Hospital of the Presidents Affairs Administration and Astana Medical University", + "Country": "Kazakhstan", + "Region": "Astana", + "City": "Astana", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical evidence of pacemaker implantation during gestation: a case series", + "rest_events_session_count": 1, + "rest_events_session": "Clinical characteristic and zero-fluoroscopy ablation outcomes of tachyarrhythmias in pregnant: a single center study", + "events_topic": "Fluoroscopy | Tachycardia ", + "rest_events_topic_count": 3, + "rest_events_topic": " Ablation Techniques | Pacemaker, Artificial | Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ayan Abdrakhmanov ", + "kol_full_name": "Ayan Abdrakhmanov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456276", + "session_name": "Challenges in coronary artery disease,Optimisation of heart failure treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Azra Durak Nalbantic", + "middle_name": null, + "last_name": null, + "org_name": "Clinic for heart and vascular disease and rheumatology", + "Country": "Bosnia and Herzegovina", + "Region": "Federation of Bosnia and Herzegovina", + "City": "Sarajevo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in coronary artery disease", + "rest_events_session_count": 1, + "rest_events_session": "Optimisation of heart failure treatment", + "events_topic": "Heart Failure | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Azra Durak Nalbantic ", + "kol_full_name": "Azra Durak Nalbantic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Guideline-Directed Medical Therapy | Heart Failure, Systolic | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459132", + "session_name": "Rapid up-titration of the guideline directed medical therapy after a heart failure hospitalization in the daily clinical practice: a case series,The impact of comorbidities on therapy-optimization and their prognostics role among hospitalized patients with heart failure with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Balazs Muk", + "middle_name": null, + "last_name": null, + "org_name": "Gottsegen National Cardiovascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rapid up-titration of the guideline directed medical therapy after a heart failure hospitalization in the daily clinical practice: a case series", + "rest_events_session_count": 1, + "rest_events_session": "The impact of comorbidities on therapy-optimization and their prognostics role among hospitalized patients with heart failure with reduced ejection fraction", + "events_topic": "Guideline-Directed Medical Therapy | Heart Failure, Systolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Balazs Muk ", + "kol_full_name": "Balazs Muk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Percutaneous Coronary Intervention | Ischemic Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458680", + "session_name": "Clinical outcomes according to residual cholesterol and inflammatory risk in patients undergoing PCI,Predictors of acute ischemic strokes and subsequent mortality in patients hospitalized for percutaneous coronary interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Benjamin Bay", + "middle_name": null, + "last_name": null, + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes according to residual cholesterol and inflammatory risk in patients undergoing PCI", + "rest_events_session_count": 1, + "rest_events_session": "Predictors of acute ischemic strokes and subsequent mortality in patients hospitalized for percutaneous coronary interventions", + "events_topic": "Mortality | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemic Stroke", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benjamin Bay ", + "kol_full_name": "Benjamin Bay " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Defects, Congenital | Aortic Valve Insufficiency | Heart Failure | Dilatation | Bicuspid Aortic Valve Disease | Atrioventricular Block | Aortic Coarctation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459219", + "session_name": "On an rare congenital heart disease: a patient with congenitally corrected transposition of the great arteries with advanced atrioventricular block and heart failure.,Complex aortic coarctation with dilation of the aortic root in a patient with a bicuspid aortic valve", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Benjamin Quintero Garzon", + "middle_name": null, + "last_name": null, + "org_name": "Cardiology Hospital Siglo XXI National Medical Center, Mexico City", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "On an rare congenital heart disease: a patient with congenitally corrected transposition of the great arteries with advanced atrioventricular block and heart failure.", + "rest_events_session_count": 1, + "rest_events_session": "Complex aortic coarctation with dilation of the aortic root in a patient with a bicuspid aortic valve", + "events_topic": "Heart Defects, Congenital | Aortic Valve Insufficiency ", + "rest_events_topic_count": 5, + "rest_events_topic": " Heart Failure | Dilatation | Bicuspid Aortic Valve Disease | Atrioventricular Block | Aortic Coarctation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benjamin Quintero Garzon ", + "kol_full_name": "Benjamin Quintero Garzon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent | Atrial Appendage | Mitral Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456733", + "session_name": "Case: rheumatic mitral stenosis in a pregnant woman,Patent foramen ovale and left atrial appendage closure: what's new?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bhathiya Ranasinghe", + "middle_name": null, + "last_name": null, + "org_name": "National Hospital of Sri Lanka", + "Country": "Sri Lanka", + "Region": "Central", + "City": "Colombo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case: rheumatic mitral stenosis in a pregnant woman", + "rest_events_session_count": 1, + "rest_events_session": "Patent foramen ovale and left atrial appendage closure: what's new?", + "events_topic": "Foramen Ovale, Patent | Atrial Appendage ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mitral Valve Stenosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bhathiya Ranasinghe ", + "kol_full_name": "Bhathiya Ranasinghe " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peripartum Period | Catheter Ablation | Defibrillators, Implantable | Heart Failure | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458288", + "session_name": "Incidence of systolic heart failure and need for implantable cardiac defibrillators in patients with atrial fibrillation who had catheter ablation versus antiarrhythmic medical therapy,Temporal and age-related trends in risk factors for development of atrial fibrillation in peripartum patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bilal Ali", + "middle_name": null, + "last_name": null, + "org_name": "University Hospitals Cleveland Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of systolic heart failure and need for implantable cardiac defibrillators in patients with atrial fibrillation who had catheter ablation versus antiarrhythmic medical therapy", + "rest_events_session_count": 1, + "rest_events_session": "Temporal and age-related trends in risk factors for development of atrial fibrillation in peripartum patients", + "events_topic": "Peripartum Period | Catheter Ablation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Defibrillators, Implantable | Heart Failure | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bilal Ali ", + "kol_full_name": "Bilal Ali " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "HIV | Cardiomyopathies | Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456211", + "session_name": "Novel metrics to improve outcomes in congenital heart disease,The spectrum of cardiomyopathies: genetics to HIV", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Blanche Cupido", + "middle_name": null, + "last_name": null, + "org_name": "Groote Schuur Hospital", + "Country": "South Africa", + "Region": "Western Cape", + "City": "Cape Town", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel metrics to improve outcomes in congenital heart disease", + "rest_events_session_count": 1, + "rest_events_session": "The spectrum of cardiomyopathies: genetics to HIV", + "events_topic": "HIV | Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Defects, Congenital", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Blanche Cupido ", + "kol_full_name": "Blanche Cupido " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Tricuspid Valve Replacement | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456549", + "session_name": "Prosthetic heart valve dysfunction in echocardiography,Tricuspid valve intervention: ready for prime time?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bogdan Alexandru Popescu", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Institute for Cardiovascular Diseases Prof. Dr. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prosthetic heart valve dysfunction in echocardiography", + "rest_events_session_count": 1, + "rest_events_session": "Tricuspid valve intervention: ready for prime time?", + "events_topic": "Heart Valve Diseases | Tricuspid Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Echocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bogdan Alexandru Popescu ", + "kol_full_name": "Bogdan Alexandru Popescu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hyperlipidemias | Myocardial Infarction | Cardiovascular Medicine | Apolipoprotein A-I", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460904", + "session_name": "Apolipoprotein A-I infusions and cardiovascular outcomes in patients with acute myocardial infarction and hyperlipidemia,ESC TV Conversations: spirituality in cardiovascular medicine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "C Michael Gibson", + "middle_name": null, + "last_name": null, + "org_name": "Harvard Medical School", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Apolipoprotein A-I infusions and cardiovascular outcomes in patients with acute myocardial infarction and hyperlipidemia", + "rest_events_session_count": 1, + "rest_events_session": "ESC TV Conversations: spirituality in cardiovascular medicine", + "events_topic": "Hyperlipidemias | Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiovascular Medicine | Apolipoprotein A-I", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
C Michael Gibson ", + "kol_full_name": "C Michael Gibson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Candida Parapsilosis | Endocarditis | Ablation Techniques | Tricuspid Valve Obstruction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459461", + "session_name": "Immediate cardiac 'resynchronization' with accessory pathway ablation: real-time visualization using intracardiac echo,Candida parapsilosis infective endocarditis with tricuspid valve obstruction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Caleb Powell", + "middle_name": null, + "last_name": null, + "org_name": "Cork University Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Immediate cardiac 'resynchronization' with accessory pathway ablation: real-time visualization using intracardiac echo", + "rest_events_session_count": 1, + "rest_events_session": "Candida parapsilosis infective endocarditis with tricuspid valve obstruction", + "events_topic": "Echocardiography | Candida Parapsilosis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Endocarditis | Ablation Techniques | Tricuspid Valve Obstruction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Caleb Powell ", + "kol_full_name": "Caleb Powell " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Heart Valve Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456601", + "session_name": "Registries, observational, and other studies on TAVI,Clinical Case Management: the valvular heart team at work", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carla Romina Agatiello", + "middle_name": null, + "last_name": null, + "org_name": "Italian Hospital of Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 3, + "rest_events_session": " observational, and other studies on TAVI,Clinical Case Management: the valvular heart team at work", + "events_topic": "Transcatheter Aortic Valve Replacement | Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carla Romina Agatiello ", + "kol_full_name": "Carla Romina Agatiello " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thyroid Crisis | Peripheral Arterial Disease | Atrial Fibrillation | Mesenteric Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457875", + "session_name": "Impact of peripheral artery disease among patients hospitalized for acute mesenteric ischemia: a united states population-based cohort study,Outcomes among atrial fibrillation patients hospitalized for thyroid storm: a united states national cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carlo Gabriel Casipit", + "middle_name": null, + "last_name": null, + "org_name": "Albert Einstein Medical Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of peripheral artery disease among patients hospitalized for acute mesenteric ischemia: a united states population-based cohort study", + "rest_events_session_count": 1, + "rest_events_session": "Outcomes among atrial fibrillation patients hospitalized for thyroid storm: a united states national cohort study", + "events_topic": "Thyroid Crisis | Peripheral Arterial Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atrial Fibrillation | Mesenteric Ischemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlo Gabriel Casipit ", + "kol_full_name": "Carlo Gabriel Casipit " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Non-Obstructive Coronary Artery Disease | Myocardial Infarction | Pacemaker, Artificial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458548", + "session_name": "Cracking the code – a case report of a pacemaker malfunction,Look before you leap - unveiling a case of myocardial infarction with non-obstructive coronary arteries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carolina Miguel Goncalves", + "middle_name": null, + "last_name": null, + "org_name": "Leiria Hospital Centre", + "Country": "Portugal", + "Region": "Leiria", + "City": "Leiria", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cracking the code – a case report of a pacemaker malfunction", + "rest_events_session_count": 1, + "rest_events_session": "Look before you leap - unveiling a case of myocardial infarction with non-obstructive coronary arteries", + "events_topic": "Non-Obstructive Coronary Artery Disease | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pacemaker, Artificial", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carolina Miguel Goncalves ", + "kol_full_name": "Carolina Miguel Goncalves " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prognosis | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456529", + "session_name": "Prognosis after acute coronary syndromes,Sex differences and ethnic disparity in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Caroline Jane Magri", + "middle_name": null, + "last_name": null, + "org_name": "University of Malta", + "Country": "Malta", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognosis after acute coronary syndromes", + "rest_events_session_count": 1, + "rest_events_session": "Sex differences and ethnic disparity in acute coronary syndromes", + "events_topic": "Prognosis | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Caroline Jane Magri ", + "kol_full_name": "Caroline Jane Magri " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Non-ST Elevated Myocardial Infarction | Coronary Angiography | Acute Coronary Syndrome | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457126", + "session_name": "The sooner the better? What is the optimal timing for coronary angiography in high-risk non-ST-elevation acute coronary syndrome,Real-life impact of complete revascularization of non-ST elevation myocardial infarction during index hospitalization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Catarina Carvalho", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Center of Tras-os-Montes and Alto Douro", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The sooner the better? What is the optimal timing for coronary angiography in high-risk non-ST-elevation acute coronary syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Real-life impact of complete revascularization of non-ST elevation myocardial infarction during index hospitalization", + "events_topic": "Non-ST Elevated Myocardial Infarction | Coronary Angiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Coronary Syndrome | ST Elevation Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Catarina Carvalho ", + "kol_full_name": "Catarina Carvalho " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Erythrocytes | Biomarkers | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458072", + "session_name": "Cardiovascular emergency in indonesian primary health care (PUSKESMAS): a national multicentre service evaluation study based on ESC guidelines adherence,Red blood cell distribution width to albumin ratio as novel prognostic biomarker in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chaq El Chaq Zamzam Multazam", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular emergency in indonesian primary health care (PUSKESMAS): a national multicentre service evaluation study based on ESC guidelines adherence", + "rest_events_session_count": 1, + "rest_events_session": "Red blood cell distribution width to albumin ratio as novel prognostic biomarker in cardiovascular disease", + "events_topic": "Erythrocytes | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chaq El Chaq Zamzam Multazam ", + "kol_full_name": "Chaq El Chaq Zamzam Multazam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Hydrocortisone | Hypertrophy, Left Ventricular | Amyloid | Hyperaldosteronism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458653", + "session_name": "Disease-modifying treatments in transthyretin amyloid cardiomyopathy: a meta-analysis of randomized controlled trials,Autonomous cortisol secretion in patients with primary aldosteronism is associated with left ventricular hypertrophy and diastolic dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cheng-Hsuan Tsai", + "middle_name": null, + "last_name": null, + "org_name": "National Taiwan University Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Disease-modifying treatments in transthyretin amyloid cardiomyopathy: a meta-analysis of randomized controlled trials", + "rest_events_session_count": 1, + "rest_events_session": "Autonomous cortisol secretion in patients with primary aldosteronism is associated with left ventricular hypertrophy and diastolic dysfunction", + "events_topic": "Cardiomyopathies | Hydrocortisone ", + "rest_events_topic_count": 3, + "rest_events_topic": " Hypertrophy, Left Ventricular | Amyloid | Hyperaldosteronism", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cheng-Hsuan Tsai ", + "kol_full_name": "Cheng-Hsuan Tsai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Liver Diseases | Heart Diseases | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460653", + "session_name": "Heart disease and heart failure: trends and disparities in mortality rates in the United States from 2000 to 2020,Electrocardiographic abnormalities in patients with metabolic dysfunction associated steatotic liver disease: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christian Akem Dimala", + "middle_name": null, + "last_name": null, + "org_name": "University of Texas Medical Branch", + "Country": "United States", + "Region": "Texas", + "City": "Galveston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart disease and heart failure: trends and disparities in mortality rates in the United States from 2000 to 2020", + "rest_events_session_count": 1, + "rest_events_session": "Electrocardiographic abnormalities in patients with metabolic dysfunction associated steatotic liver disease: a systematic review and meta-analysis", + "events_topic": "Heart Failure | Liver Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Diseases | Electrocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian Akem Dimala ", + "kol_full_name": "Christian Akem Dimala " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tobacco Products | Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459743", + "session_name": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus) - expert panel,Case 2 - HFpEF: how to monitor and treat - Greek perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christina Chrysohoou", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping", + "rest_events_session_count": 2, + "rest_events_session": " snus) - expert panel,Case 2 - HFpEF: how to monitor and treat - Greek perspectives", + "events_topic": "Tobacco Products | Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christina Chrysohoou ", + "kol_full_name": "Christina Chrysohoou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Creatinine | Mortality | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457531", + "session_name": "Single spot albumin to creatinine ratio as an independent predictor of 12 years follow-up mortality in acute coronary syndromes without ST-segment elevation,Albumin creatinine index added to the grace score increases its discriminative capacity for mortality at 12 years of follow-up in patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Claudio Higa", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Aleman", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Single spot albumin to creatinine ratio as an independent predictor of 12 years follow-up mortality in acute coronary syndromes without ST-segment elevation", + "rest_events_session_count": 1, + "rest_events_session": "Albumin creatinine index added to the grace score increases its discriminative capacity for mortality at 12 years of follow-up in patients with acute coronary syndrome", + "events_topic": "ST Elevation Myocardial Infarction | Creatinine ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mortality | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Claudio Higa ", + "kol_full_name": "Claudio Higa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Semaglutide | Blood Pressure | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458080", + "session_name": "Semaglutide for the treatment of resistant hypertension,The expanding role of semaglutide in cardiovascular disease and its the effect on blood pressure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cormac Kennedy", + "middle_name": null, + "last_name": null, + "org_name": "Trinity College Dublin", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Semaglutide for the treatment of resistant hypertension", + "rest_events_session_count": 1, + "rest_events_session": "The expanding role of semaglutide in cardiovascular disease and its the effect on blood pressure", + "events_topic": "Cardiovascular Diseases | Semaglutide ", + "rest_events_topic_count": 2, + "rest_events_topic": " Blood Pressure | Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cormac Kennedy ", + "kol_full_name": "Cormac Kennedy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Hypertension | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456226", + "session_name": "Diabetes and heart disease,Secondary and resistant hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cristiana Banu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diabetes and heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Secondary and resistant hypertension", + "events_topic": "Diabetes Mellitus | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristiana Banu ", + "kol_full_name": "Cristiana Banu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Mental Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456633", + "session_name": "The global burden of heart failure,Environmental health concerns for cardiologists", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Daniel Jose Pineiro", + "middle_name": null, + "last_name": null, + "org_name": "University of Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The global burden of heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Environmental health concerns for cardiologists", + "events_topic": "Heart Failure | Mental Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel Jose Pineiro ", + "kol_full_name": "Daniel Jose Pineiro " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457380", + "session_name": "Utility of mobile phone app-assisted screening for heart failure and heart stress in primary care,Unveiling the clinical profiles of heart failure across diverse stages and phenotypes: insights from the national echocardiographic society registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Danijela Trifunovic Zamaklar", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Center of Serbia", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utility of mobile phone app-assisted screening for heart failure and heart stress in primary care", + "rest_events_session_count": 1, + "rest_events_session": "Unveiling the clinical profiles of heart failure across diverse stages and phenotypes: insights from the national echocardiographic society registry", + "events_topic": "Echocardiography | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Danijela Trifunovic Zamaklar ", + "kol_full_name": "Danijela Trifunovic Zamaklar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456365", + "session_name": "Personalised care in heart failure patients: insights from Belgium and Croatia,Modern views on worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Davor Milicic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Centre Zagreb", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised care in heart failure patients: insights from Belgium and Croatia", + "rest_events_session_count": 1, + "rest_events_session": "Modern views on worsening heart failure", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Davor Milicic ", + "kol_full_name": "Davor Milicic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Carvedilol | Heart Failure With Improved Ejection Fraction | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459248", + "session_name": "Carvedilol as single maintenance therapy for Heart Failure with Improved Ejection Fraction: an open-label randomized clinical trial CATHEDRAL-HF,Carvedilol as single therapy for heart failure with improved ejection fraction: an open-label randomized clinical trial (CATHEDRAL-HF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Deborah Belfort", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Carvedilol as single maintenance therapy for Heart Failure with Improved Ejection Fraction: an open-label randomized clinical trial CATHEDRAL-HF", + "rest_events_session_count": 1, + "rest_events_session": "Carvedilol as single therapy for heart failure with improved ejection fraction: an open-label randomized clinical trial (CATHEDRAL-HF)", + "events_topic": "Carvedilol | Heart Failure With Improved Ejection Fraction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Deborah Belfort ", + "kol_full_name": "Deborah Belfort " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fabry Disease | Diagnostic Techniques And Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459676", + "session_name": "Panel discussion: can we shorten the diagnostic odyssey?,Unveiling the silent threat: the cardiac burden of Fabry disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Denise Hughes", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Panel discussion: can we shorten the diagnostic odyssey?", + "rest_events_session_count": 1, + "rest_events_session": "Unveiling the silent threat: the cardiac burden of Fabry disease", + "events_topic": "Fabry Disease | Diagnostic Techniques And Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Denise Hughes ", + "kol_full_name": "Denise Hughes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertrophy, Left Ventricular | Myocarditis | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455973", + "session_name": "Myocarditis: good tools for predicting bad outcomes,Left ventricular hypertrophy and hypertrophic cardiomyopathy: new findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dimitra Antonakaki", + "middle_name": null, + "last_name": null, + "org_name": "Onassis Cardiac Surgery Center", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocarditis: good tools for predicting bad outcomes", + "rest_events_session_count": 1, + "rest_events_session": "Left ventricular hypertrophy and hypertrophic cardiomyopathy: new findings", + "events_topic": "Hypertrophy, Left Ventricular | Myocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Hypertrophic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitra Antonakaki ", + "kol_full_name": "Dimitra Antonakaki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Randomized Controlled Trial | Echocardiography | Cholesterol | Kidney Failure, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457362", + "session_name": "Effects of Chios Mastiha essential oil on cholesterol levels of healthy volunteers: a prospective, randomized, placebo-controlled study.,Effect of renal dialysis session on novel echocardiographic parameters of left and right ventricle in patients with end-stage renal disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dimitrios Afendoulis", + "middle_name": null, + "last_name": null, + "org_name": "General Hospital of Chios", + "Country": "Greece", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of Chios Mastiha essential oil on cholesterol levels of healthy volunteers: a prospective", + "rest_events_session_count": 3, + "rest_events_session": " randomized, placebo-controlled study.,Effect of renal dialysis session on novel echocardiographic parameters of left and right ventricle in patients with end-stage renal disease.", + "events_topic": "Randomized Controlled Trial | Echocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cholesterol | Kidney Failure, Chronic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitrios Afendoulis ", + "kol_full_name": "Dimitrios Afendoulis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Myocardium | Echocardiography | Coronary Artery Disease | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456091", + "session_name": "Imaging novelties in coronary artery disease,Echocardiographic characterisation of myocardial function in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dimitrios Klettas", + "middle_name": null, + "last_name": null, + "org_name": "University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging novelties in coronary artery disease", + "rest_events_session_count": 1, + "rest_events_session": "Echocardiographic characterisation of myocardial function in heart failure", + "events_topic": "Diagnostic Imaging | Myocardium ", + "rest_events_topic_count": 3, + "rest_events_topic": " Echocardiography | Coronary Artery Disease | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitrios Klettas ", + "kol_full_name": "Dimitrios Klettas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tobacco Products | Smoking", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458772", + "session_name": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping, snus) - expert panel,Is vaping better than smoking? Differences between the UK and European countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dimitris Richter", + "middle_name": null, + "last_name": null, + "org_name": "Euroclinic of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on the risks of other tobacco products (i.e. vaping", + "rest_events_session_count": 2, + "rest_events_session": " snus) - expert panel,Is vaping better than smoking? Differences between the UK and European countries", + "events_topic": "Tobacco Products | Smoking", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitris Richter ", + "kol_full_name": "Dimitris Richter " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Cardiac Valve Annuloplasty | Echocardiography, Three-Dimensional", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457207", + "session_name": "Predictive factors for recurrent tricuspid regurgitation after tricuspid annuloplasty: 3D echocardiography study,Prognostic preoperative factors for recurrence of tricuspid regurgitation following annuloplasty: examining the influence of 3d echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dovydas Verikas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictive factors for recurrent tricuspid regurgitation after tricuspid annuloplasty: 3D echocardiography study", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic preoperative factors for recurrence of tricuspid regurgitation following annuloplasty: examining the influence of 3d echocardiography", + "events_topic": "Tricuspid Valve Insufficiency | Cardiac Valve Annuloplasty ", + "rest_events_topic_count": 1, + "rest_events_topic": " Echocardiography, Three-Dimensional", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dovydas Verikas ", + "kol_full_name": "Dovydas Verikas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Atrial Appendage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456438", + "session_name": "Closing the atrial appendage: con,Hot topics in stroke for cardiologists", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Edip Gurol", + "middle_name": null, + "last_name": null, + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Closing the atrial appendage: con", + "rest_events_session_count": 1, + "rest_events_session": "Hot topics in stroke for cardiologists", + "events_topic": "Stroke | Atrial Appendage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Edip Gurol ", + "kol_full_name": "Edip Gurol " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Deep Learning | Algorithms | Coronary Artery Disease | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456344", + "session_name": "Lipidomics-based deep learning algorithms can enhance prediction of obstructive coronary artery disease,Cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Efstratios Karagiannidis", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital of Thessaloniki", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipidomics-based deep learning algorithms can enhance prediction of obstructive coronary artery disease", + "rest_events_session_count": 1, + "rest_events_session": "Cardiogenic shock", + "events_topic": "Deep Learning | Algorithms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Efstratios Karagiannidis ", + "kol_full_name": "Efstratios Karagiannidis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent | Migraine Disorders | Echocardiography, Transesophageal", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457665", + "session_name": "Relationship of inflammatory factors with migraine in patients with patent foramen ovale undergoing percutaneous closure,Intracardiac vs transesophageal echocardiography for percutaneous LAA occlusion: a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eirini Beneki", + "middle_name": null, + "last_name": null, + "org_name": "Ippokrateio General Hospital of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship of inflammatory factors with migraine in patients with patent foramen ovale undergoing percutaneous closure", + "rest_events_session_count": 1, + "rest_events_session": "Intracardiac vs transesophageal echocardiography for percutaneous LAA occlusion: a meta-analysis", + "events_topic": "Foramen Ovale, Patent | Migraine Disorders ", + "rest_events_topic_count": 1, + "rest_events_topic": " Echocardiography, Transesophageal", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eirini Beneki ", + "kol_full_name": "Eirini Beneki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455931", + "session_name": "Latest updates in heart failure care,Cardiac arrhythmias and associated cardiovascular conditions: approaches to care and patient involvement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ekaterini Lambrinou", + "middle_name": null, + "last_name": null, + "org_name": "Cyprus University of Technology", + "Country": "Cyprus", + "Region": "Limassol", + "City": "Limassol", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Latest updates in heart failure care", + "rest_events_session_count": 1, + "rest_events_session": "Cardiac arrhythmias and associated cardiovascular conditions: approaches to care and patient involvement", + "events_topic": "Heart Failure | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ekaterini Lambrinou ", + "kol_full_name": "Ekaterini Lambrinou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Left Ventricular Assist Device", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458091", + "session_name": "Associated factors and percentage of cardiac recovery among patients using LVAD: a meta-analysis of 31 studies,Effect of sodium-glucose cotransporter-2 inhibitor (SGLT2-i) in patients with LVAD: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elfatih A. Hasabo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associated factors and percentage of cardiac recovery among patients using LVAD: a meta-analysis of 31 studies", + "rest_events_session_count": 1, + "rest_events_session": "Effect of sodium-glucose cotransporter-2 inhibitor (SGLT2-i) in patients with LVAD: a systematic review and meta-analysis", + "events_topic": "Cardiac Rehabilitation | Left Ventricular Assist Device", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elfatih A. Hasabo ", + "kol_full_name": "Elfatih A. Hasabo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456800", + "session_name": "ESC TV Conversations: the heart of the female athlete,Advanced heart failure: new challenges, new opportunities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emer Joyce", + "middle_name": null, + "last_name": null, + "org_name": "Mater Misericordiae University Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV Conversations: the heart of the female athlete", + "rest_events_session_count": 2, + "rest_events_session": "Advanced heart failure: new challenges, new opportunities", + "events_topic": "Heart Diseases | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emer Joyce ", + "kol_full_name": "Emer Joyce " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pregnancy | Echocardiography | Electrocardiography | Infant, Newborn", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460015", + "session_name": "Electrocardiographic findings in newborns with inadequate intrauterine growth during pregnancy,Echocardiographic findings in newborns with inadequate intrauterine growth during pregnancy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emil Hoeygaard Noerskov", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Electrocardiographic findings in newborns with inadequate intrauterine growth during pregnancy", + "rest_events_session_count": 1, + "rest_events_session": "Echocardiographic findings in newborns with inadequate intrauterine growth during pregnancy", + "events_topic": "Pregnancy | Echocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Electrocardiography | Infant, Newborn", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emil Hoeygaard Noerskov ", + "kol_full_name": "Emil Hoeygaard Noerskov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Mammography | Breast Density", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459533", + "session_name": "The association between mammographic breast density, epicardial adipose tissue volume and coronary artery disease,Combined mammographic breast density and breast arterial calcification is incrementally predictive of coronary artery disease beyond traditional risk factors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emma Aldous", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between mammographic breast density", + "rest_events_session_count": 2, + "rest_events_session": " epicardial adipose tissue volume and coronary artery disease,Combined mammographic breast density and breast arterial calcification is incrementally predictive of coronary artery disease beyond traditional risk factors", + "events_topic": "Coronary Artery Disease | Mammography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Density", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emma Aldous ", + "kol_full_name": "Emma Aldous " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Morbidity | Mortality | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459957", + "session_name": "Temporal trends in treatment patterns, morbidity, and mortality in patients with new-onset heart failure compared to heart failure survivors: a nationwide 23-year perspective,Temporal trends in treatment patterns, morbidity, and mortality in patients with new-onset heart failure compared to heart failure survivors: a nationwide 23-year perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emma Kidholm Boysen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends in treatment patterns", + "rest_events_session_count": 5, + "rest_events_session": " morbidity, and mortality in patients with new-onset heart failure compared to heart failure survivors: a nationwide 23-year perspective,Temporal trends in treatment patterns, morbidity, and mortality in patients with new-onset heart failure compared to heart failure survivors: a nationwide 23-year perspective", + "events_topic": "Morbidity | Mortality ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emma Kidholm Boysen ", + "kol_full_name": "Emma Kidholm Boysen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fontan Procedure | Infrapopliteal Arterial Occlusive Disease | Exercise | Angioplasty", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459159", + "session_name": "Drug-eluting devices versus angioplasty in infrapopliteal artery disease:an updated systematic review and meta-analysis,The impact of exercise training in Fontan procedure patients: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eric Katsuyama", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine of ABC", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drug-eluting devices versus angioplasty in infrapopliteal artery disease:an updated systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "The impact of exercise training in Fontan procedure patients: a systematic review and meta-analysis", + "events_topic": "Fontan Procedure | Infrapopliteal Arterial Occlusive Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Exercise | Angioplasty", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eric Katsuyama ", + "kol_full_name": "Eric Katsuyama " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Physicians, Primary Care | Tomography, X-Ray Computed | Coronary Artery Disease | Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458448", + "session_name": "Real world data after the implementation of coronary computed tomography angiography in Swedish primary care to rule out coronary artery disease, a cross-sectional study based on pre-test probability,Variability of pre-test probability for obstructive coronary artery disease between referring primary care physicians and estimations from the referral letters", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Erik Stertman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real world data after the implementation of coronary computed tomography angiography in Swedish primary care to rule out coronary artery disease", + "rest_events_session_count": 2, + "rest_events_session": " a cross-sectional study based on pre-test probability,Variability of pre-test probability for obstructive coronary artery disease between referring primary care physicians and estimations from the referral letters", + "events_topic": "Physicians, Primary Care | Tomography, X-Ray Computed ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Erik Stertman ", + "kol_full_name": "Erik Stertman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456679", + "session_name": "Case 2 - analysis of mortality from acute coronary syndrome in the Kyrgyz Republic and measures aimed at reducing mortality,Prospects for implementation and effectiveness assessment of national protocols for acute coronary syndromes in Kazakhstan and Kyrgyzstan: challenges and opportunities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Erkin Mirrakhimov", + "middle_name": null, + "last_name": null, + "org_name": "Kyrgyz State Medical Academy 2. National Center of Cardiology and Internal Medicine", + "Country": "Kyrgyzstan", + "Region": "Bishkek", + "City": "Bishkek", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 2 - analysis of mortality from acute coronary syndrome in the Kyrgyz Republic and measures aimed at reducing mortality", + "rest_events_session_count": 1, + "rest_events_session": "Prospects for implementation and effectiveness assessment of national protocols for acute coronary syndromes in Kazakhstan and Kyrgyzstan: challenges and opportunities", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Erkin Mirrakhimov ", + "kol_full_name": "Erkin Mirrakhimov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure | Sarcoidosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456849", + "session_name": "Cardiac amyloidosis, sarcoidosis, and inflammation,Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Estevao Figueiredo", + "middle_name": null, + "last_name": null, + "org_name": "Orizonti Hospital", + "Country": "Brazil", + "Region": "Minas Gerais", + "City": "Belo Horizonte", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac amyloidosis", + "rest_events_session_count": 3, + "rest_events_session": " sarcoidosis, and inflammation,Miscellaneous clinical studies in heart failure", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Sarcoidosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Estevao Figueiredo ", + "kol_full_name": "Estevao Figueiredo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pharmaceutical Preparations | Myocardial Infarction | Telerehabilitation | Heart Disease Risk Factors | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457477", + "session_name": "Exploring the effects of a real-time cardiac telerehabilitation using wearable devices in people with coronary artery disease following a recent myocardial infarction: a randomised controlled trial,Potential cardiovascular risks of performance-enhancing drugs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Evangelia Kouidi", + "middle_name": null, + "last_name": null, + "org_name": "Aristotle University of Thessaloniki", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring the effects of a real-time cardiac telerehabilitation using wearable devices in people with coronary artery disease following a recent myocardial infarction: a randomised controlled trial", + "rest_events_session_count": 1, + "rest_events_session": "Potential cardiovascular risks of performance-enhancing drugs", + "events_topic": "Pharmaceutical Preparations | Myocardial Infarction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Telerehabilitation | Heart Disease Risk Factors | Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evangelia Kouidi ", + "kol_full_name": "Evangelia Kouidi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure | Cluster Analysis | Exercise Test", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457311", + "session_name": "Time-series clustering of raw recordings of 24-hour ambulatory blood presssure for risk stratification in general population,Multivariate time-series clustering of cardiopulmonary exercise test data for cardiovascular risk stratification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Evangelos Ntalianis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Time-series clustering of raw recordings of 24-hour ambulatory blood presssure for risk stratification in general population", + "rest_events_session_count": 1, + "rest_events_session": "Multivariate time-series clustering of cardiopulmonary exercise test data for cardiovascular risk stratification", + "events_topic": "Blood Pressure | Cluster Analysis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Exercise Test", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evangelos Ntalianis ", + "kol_full_name": "Evangelos Ntalianis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Mortality | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459474", + "session_name": "A novel 12-lead standard ECG derived scoring system for risk stratification in the emergency department,Association of preoperative NT-proBNP with 30-day and five-year mortality after cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fabian Theurl", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel 12-lead standard ECG derived scoring system for risk stratification in the emergency department", + "rest_events_session_count": 1, + "rest_events_session": "Association of preoperative NT-proBNP with 30-day and five-year mortality after cardiac surgery", + "events_topic": "Cardiac Surgical Procedures | Mortality ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electrocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fabian Theurl ", + "kol_full_name": "Fabian Theurl " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ezetimibe | Hypertension | Atherosclerosis | Cardiovascular Diseases | Denervation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458151", + "session_name": "Safety and Efficacy of Moderate-intensity statin plus ezetimibe versus high-intensity statin monotherapy in patients with atherosclerotic cardiovascular disease: a meta-analysis,Assessing the efficacy of renal denervation in patients with resistant arterial hypertension: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Francinny Alves Kelly", + "middle_name": null, + "last_name": null, + "org_name": "Institute Dante Pazzanese of Cardiology", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and Efficacy of Moderate-intensity statin plus ezetimibe versus high-intensity statin monotherapy in patients with atherosclerotic cardiovascular disease: a meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Assessing the efficacy of renal denervation in patients with resistant arterial hypertension: a systematic review and meta-analysis", + "events_topic": "Ezetimibe | Hypertension ", + "rest_events_topic_count": 3, + "rest_events_topic": " Atherosclerosis | Cardiovascular Diseases | Denervation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francinny Alves Kelly ", + "kol_full_name": "Francinny Alves Kelly " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "SARS-CoV-2 | Influenza, Human", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459681", + "session_name": "Influenza and SARS-CoV-2 pathogenesis in a nutshell: how these two viruses differ in their impact on the heart,Open discussion with experts on influenza: don’t let influenza break the hearts of your patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gabriel Guelsah", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influenza and SARS-CoV-2 pathogenesis in a nutshell: how these two viruses differ in their impact on the heart", + "rest_events_session_count": 1, + "rest_events_session": "Open discussion with experts on influenza: don’t let influenza break the hearts of your patients", + "events_topic": "SARS-CoV-2 | Influenza, Human", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gabriel Guelsah ", + "kol_full_name": "Gabriel Guelsah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Troponin | Troponin T | Myocardial Infarction | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457306", + "session_name": "Serial troponin sampling over 60-minutes allows early distinction between myocardial infarction and chronic myocardial injury in patients presenting to emergency departments.,Fastidious adherence to 0/1-hour high-sensitivity troponin T testing reduces emergency department length of stay in patients presenting with suspected acute coronary syndromes.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Georgina Vimalaratnam", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serial troponin sampling over 60-minutes allows early distinction between myocardial infarction and chronic myocardial injury in patients presenting to emergency departments.", + "rest_events_session_count": 1, + "rest_events_session": "Fastidious adherence to 0/1-hour high-sensitivity troponin T testing reduces emergency department length of stay in patients presenting with suspected acute coronary syndromes.", + "events_topic": "Troponin | Troponin T ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Infarction | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Georgina Vimalaratnam ", + "kol_full_name": "Georgina Vimalaratnam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Factor X | Heart Failure | Machine Learning | Coronary Artery Disease | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459846", + "session_name": "Elucidating the causal relationship between factor x and coronary artery disease: a mendelian randomization study,An ensemble machine learning approach for predicting heart failure risk in acute coronary syndrome patients: heartguardai", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gerardo Petretto", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elucidating the causal relationship between factor x and coronary artery disease: a mendelian randomization study", + "rest_events_session_count": 1, + "rest_events_session": "An ensemble machine learning approach for predicting heart failure risk in acute coronary syndrome patients: heartguardai", + "events_topic": "Factor X | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Machine Learning | Coronary Artery Disease | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gerardo Petretto ", + "kol_full_name": "Gerardo Petretto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombolytic Therapy | Coronary Artery Disease | Edoxaban | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461054", + "session_name": "Ask the Trialist - EPIC-CAD,EPIC-CAD - Edoxaban monotherapy vs. dual antithrombotic therapy for atrial fibrillation and stable coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gi-Byoung Nam", + "middle_name": null, + "last_name": null, + "org_name": "Asan Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - EPIC-CAD", + "rest_events_session_count": 1, + "rest_events_session": "EPIC-CAD - Edoxaban monotherapy vs. dual antithrombotic therapy for atrial fibrillation and stable coronary artery disease", + "events_topic": "Thrombolytic Therapy | Coronary Artery Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Edoxaban | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gi-Byoung Nam ", + "kol_full_name": "Gi-Byoung Nam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Myocarditis | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459266", + "session_name": "Predicting major adverse cardiovascular events in suspected myocarditis patients using cmr late gadolinium enhancement radiomics: a time-to-event prognostication modeling,Deep learning enables the fully automated quantification of high-resolution cardiac CT images: human in loop for model development", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Giovanni Baj", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting major adverse cardiovascular events in suspected myocarditis patients using cmr late gadolinium enhancement radiomics: a time-to-event prognostication modeling", + "rest_events_session_count": 1, + "rest_events_session": "Deep learning enables the fully automated quantification of high-resolution cardiac CT images: human in loop for model development", + "events_topic": "Magnetic Resonance Imaging | Myocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giovanni Baj ", + "kol_full_name": "Giovanni Baj " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "PRKAG2 Protein, Human | Tetanus | Takotsubo Cardiomyopathy | Cardiomyopathies | Airway Obstruction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457335", + "session_name": "The tale of a tough and jittery heart- a case of lately detected PRKAG2 cardiomyopathy associated with novel mutation,Spasms that choked the heart - an interesting case of tetanus presenting with stress cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Goutam KINTADA", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The tale of a tough and jittery heart- a case of lately detected PRKAG2 cardiomyopathy associated with novel mutation", + "rest_events_session_count": 1, + "rest_events_session": "Spasms that choked the heart - an interesting case of tetanus presenting with stress cardiomyopathy", + "events_topic": "PRKAG2 Protein, Human | Tetanus ", + "rest_events_topic_count": 3, + "rest_events_topic": " Takotsubo Cardiomyopathy | Cardiomyopathies | Airway Obstruction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Goutam KINTADA ", + "kol_full_name": "Goutam KINTADA " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "COVID-19 | Duodenoscopy | Endoscopy, Digestive System | Lansoprazole | Percutaneous Coronary Intervention | Cardiovascular Diseases | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457732", + "session_name": "Effects of deferment of clinic visit on cardiovascular outcomes during COVID-19 outbreak: a prospective cohort study,Clinical impact of performing esophagogastroduodenoscopy before percutaneous coronary intervention in patients with acute coronary syndrome patients and anaemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Guang Ming Tan", + "middle_name": null, + "last_name": null, + "org_name": "The Chinese University of Hong Kong", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of deferment of clinic visit on cardiovascular outcomes during COVID-19 outbreak: a prospective cohort study", + "rest_events_session_count": 1, + "rest_events_session": "Clinical impact of performing esophagogastroduodenoscopy before percutaneous coronary intervention in patients with acute coronary syndrome patients and anaemia", + "events_topic": "COVID-19 | Duodenoscopy ", + "rest_events_topic_count": 5, + "rest_events_topic": " Endoscopy, Digestive System | Lansoprazole | Percutaneous Coronary Intervention | Cardiovascular Diseases | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guang Ming Tan ", + "kol_full_name": "Guang Ming Tan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "MINOCA | Cardiac Magnetic Resonance Imaging | Diabetes Mellitus | Cardiomyopathy, Hypertrophic | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457542", + "session_name": "Impaired strain in diabetic patients with stable coronary artery disease assessed by cardiac magnetic resonance,MINOCA due to coronary spasm associated with apical hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gustavo A.B. Boros", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impaired strain in diabetic patients with stable coronary artery disease assessed by cardiac magnetic resonance", + "rest_events_session_count": 1, + "rest_events_session": "MINOCA due to coronary spasm associated with apical hypertrophic cardiomyopathy", + "events_topic": "MINOCA | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diabetes Mellitus | Cardiomyopathy, Hypertrophic | Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gustavo A.B. Boros ", + "kol_full_name": "Gustavo A.B. Boros " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Clopidogrel | Tirofiban | Thrombectomy | Ischemic Heart Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458323", + "session_name": "Comparison of 600 mg VS 300 mg clopidogrel loading dose for patients with ischemic heart disease: a meta-analysis of randomized controlled trials,Safety and efficacy of aspiration thrombectomy with intracoronary tirofiban VS aspiration thrombectomy alone in patients undergoing primary PCI: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gwen Marcellana", + "middle_name": null, + "last_name": null, + "org_name": "Saint Lukes Medical Center Global City", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of 600 mg VS 300 mg clopidogrel loading dose for patients with ischemic heart disease: a meta-analysis of randomized controlled trials", + "rest_events_session_count": 1, + "rest_events_session": "Safety and efficacy of aspiration thrombectomy with intracoronary tirofiban VS aspiration thrombectomy alone in patients undergoing primary PCI: a systematic review and meta-analysis", + "events_topic": "Percutaneous Coronary Intervention | Clopidogrel ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tirofiban | Thrombectomy | Ischemic Heart Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gwen Marcellana ", + "kol_full_name": "Gwen Marcellana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Colorectal Neoplasms | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456797", + "session_name": "Risk of Incident colorectal carcinoma in patients with type 2 diabetes on SGLT-2 inhibitor users: a population-based cohort study,Prognostic parameters after an acute cardiovascular event", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gwo-Ping Jong", + "middle_name": null, + "last_name": null, + "org_name": "Chung Shan Medical University Hospital", + "Country": "Taiwan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk of Incident colorectal carcinoma in patients with type 2 diabetes on SGLT-2 inhibitor users: a population-based cohort study", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic parameters after an acute cardiovascular event", + "events_topic": "Diabetes Mellitus, Type 2 | Colorectal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gwo-Ping Jong ", + "kol_full_name": "Gwo-Ping Jong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Obesity | Metabolic Syndrome | Liver Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458583", + "session_name": "Prognostic outcomes of masld and obesity in acute myocardial infarction,The prognostic value of metabolic dysfunction associated steatotic liver disease in acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gwyneth Kong", + "middle_name": null, + "last_name": null, + "org_name": "National University Health System", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic outcomes of masld and obesity in acute myocardial infarction", + "rest_events_session_count": 1, + "rest_events_session": "The prognostic value of metabolic dysfunction associated steatotic liver disease in acute myocardial infarction", + "events_topic": "Myocardial Infarction | Obesity ", + "rest_events_topic_count": 2, + "rest_events_topic": " Metabolic Syndrome | Liver Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gwyneth Kong ", + "kol_full_name": "Gwyneth Kong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Selexipag | Pulmonary Embolism | Pulmonary Arterial Hypertension | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457152", + "session_name": "Baseline characteristics, management patterns and outcome in patients with pulmonary embolism and malignancy: Insights from a single-centre study,Efficacy and tolerability of triple sequential combination therapies with selexipag in patients with pulmonary arterial hypertension : insights from a single-centre study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hacer Ceren Tokgoz", + "middle_name": null, + "last_name": null, + "org_name": "Kartal Kosuyolu Heart and Research Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Baseline characteristics", + "rest_events_session_count": 2, + "rest_events_session": " management patterns and outcome in patients with pulmonary embolism and malignancy: Insights from a single-centre study,Efficacy and tolerability of triple sequential combination therapies with selexipag in patients with pulmonary arterial hypertension : insights from a single-centre study", + "events_topic": "Selexipag | Pulmonary Embolism ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pulmonary Arterial Hypertension | Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hacer Ceren Tokgoz ", + "kol_full_name": "Hacer Ceren Tokgoz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Cardiomyopathies | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456041", + "session_name": "Non-sustained ventricular tachycardia in non-dilated left ventricular cardiomyopathy with left ventricular late enhancement,Arrhythmias in athletes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hajnalka Vago", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-sustained ventricular tachycardia in non-dilated left ventricular cardiomyopathy with left ventricular late enhancement", + "rest_events_session_count": 1, + "rest_events_session": "Arrhythmias in athletes", + "events_topic": "Tachycardia, Ventricular | Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hajnalka Vago ", + "kol_full_name": "Hajnalka Vago " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antiplatelet Therapy | Percutaneous Coronary Intervention | Anticoagulants", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456035", + "session_name": "Risk stratification in percutaneous coronary intervention,Data-driven decisions for anticoagulant and antiplatelet therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hamlet Hayrapetyan", + "middle_name": null, + "last_name": null, + "org_name": "Erebouni Medical Center", + "Country": "Armenia", + "Region": "Yerevan", + "City": "Yerevan", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification in percutaneous coronary intervention", + "rest_events_session_count": 1, + "rest_events_session": "Data-driven decisions for anticoagulant and antiplatelet therapy", + "events_topic": "Antiplatelet Therapy | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anticoagulants", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hamlet Hayrapetyan ", + "kol_full_name": "Hamlet Hayrapetyan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457379", + "session_name": "The association between left ventricular mass index and all-cause mortality,A U-shaped relationship between LVEF and the risk of heart failure hospitalization: a large hospital-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hao Chih Chang", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Veterans General Hospital, Taoyuan branch", + "Country": "Taiwan", + "Region": "T'ai-wan", + "City": "Taoyuan", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between left ventricular mass index and all-cause mortality", + "rest_events_session_count": 1, + "rest_events_session": "A U-shaped relationship between LVEF and the risk of heart failure hospitalization: a large hospital-based cohort study", + "events_topic": "Mortality | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hao Chih Chang ", + "kol_full_name": "Hao Chih Chang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endovascular Procedures | Peripheral Arterial Disease | Carotid Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455908", + "session_name": "Peripheral artery disease: endovascular and open treatments,Carotid plaque: epidemiology and evolution", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Harry Gibbs", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peripheral artery disease: endovascular and open treatments", + "rest_events_session_count": 1, + "rest_events_session": "Carotid plaque: epidemiology and evolution", + "events_topic": "Endovascular Procedures | Peripheral Arterial Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carotid Stenosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Harry Gibbs ", + "kol_full_name": "Harry Gibbs " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Myocardial Remodelling | Heart Block | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457966", + "session_name": "Myocardial remodelling in bicuspid aortic valve associated severe aortic stenosis and reverse remodelling after aortic valve replacement,Takotsubo syndrome as a rare cause of complete heart block, more significant than the benign broken-heart syndrome we once thought?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Henry Procter", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial remodelling in bicuspid aortic valve associated severe aortic stenosis and reverse remodelling after aortic valve replacement", + "rest_events_session_count": 2, + "rest_events_session": "Takotsubo syndrome as a rare cause of complete heart block, more significant than the benign broken-heart syndrome we once thought?", + "events_topic": "Takotsubo Cardiomyopathy | Myocardial Remodelling ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Block | Transcatheter Aortic Valve Replacement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Henry Procter ", + "kol_full_name": "Henry Procter " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460859", + "session_name": "Clinical outcome based on functional complete revascularization in patients with three-vessel coronary artery disease: The FAME 3 Trial,Clinical outcome based on functional complete revascularization in patients with three-vessel coronary artery disease: The FAME 3 Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hisao Otsuki", + "middle_name": null, + "last_name": null, + "org_name": "Stanford University", + "Country": "United States", + "Region": "Montana", + "City": "Stanford", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcome based on functional complete revascularization in patients with three-vessel coronary artery disease: The FAME 3 Trial", + "rest_events_session_count": 1, + "rest_events_session": "Clinical outcome based on functional complete revascularization in patients with three-vessel coronary artery disease: The FAME 3 Trial", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hisao Otsuki ", + "kol_full_name": "Hisao Otsuki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Septal Rupture | Dapagliflozin | Percutaneous Closure Procedure | Heart Failure, Systolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457536", + "session_name": "Outcomes of post-infarction ventricular septal rupture and contrasts between surgical repair versus percutaneous device closure; a single-center experience,Clinical outcomes of dapagliflozin in acute heart failure with reduced ejection fraction: a randomized controlled trial (CODA-HFrEF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hossameldin Hussein", + "middle_name": null, + "last_name": null, + "org_name": "Cairo university", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes of post-infarction ventricular septal rupture and contrasts between surgical repair versus percutaneous device closure; a single-center experience", + "rest_events_session_count": 1, + "rest_events_session": "Clinical outcomes of dapagliflozin in acute heart failure with reduced ejection fraction: a randomized controlled trial (CODA-HFrEF)", + "events_topic": "Ventricular Septal Rupture | Dapagliflozin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Percutaneous Closure Procedure | Heart Failure, Systolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hossameldin Hussein ", + "kol_full_name": "Hossameldin Hussein " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis | Prosthetic Heart Valves | Heart Valve Diseases | Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456719", + "session_name": "Unravelling the pathophysiology of valvular heart disease,Prosthetic heart valves: preventing thrombosis and stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hugo Silva", + "middle_name": null, + "last_name": null, + "org_name": "Hospital General de Agudos Dr. Cosme Argerich", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unravelling the pathophysiology of valvular heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Prosthetic heart valves: preventing thrombosis and stroke", + "events_topic": "Thrombosis | Prosthetic Heart Valves ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Valve Diseases | Stroke", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hugo Silva ", + "kol_full_name": "Hugo Silva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Acute Coronary Syndrome | Calcium Score | Coronary Computed Tomographic Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457738", + "session_name": "Coronary Computed Tomographic Angiography (CCTA) in non-ST elevation acute coronary syndromes,The paradox of CAC score and plaque vulnerability", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ian Chapman", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Cardiovascular De Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary Computed Tomographic Angiography (CCTA) in non-ST elevation acute coronary syndromes", + "rest_events_session_count": 1, + "rest_events_session": "The paradox of CAC score and plaque vulnerability", + "events_topic": "Plaque, Atherosclerotic | Acute Coronary Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Calcium Score | Coronary Computed Tomographic Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ian Chapman ", + "kol_full_name": "Ian Chapman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456075", + "session_name": "Inherited conditions with arrhythmic presentations,Traumatic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ieva Jonauskiene", + "middle_name": null, + "last_name": null, + "org_name": "Hospital of Lithuanian University of Health Sciences", + "Country": "Lithuania", + "Region": "Kauno Apskritis", + "City": "Kaunas", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inherited conditions with arrhythmic presentations", + "rest_events_session_count": 1, + "rest_events_session": "Traumatic heart disease", + "events_topic": "Heart Diseases | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ieva Jonauskiene ", + "kol_full_name": "Ieva Jonauskiene " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mammary Arteries | Heart Disease Risk Factors | Coronary Artery Bypass", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458510", + "session_name": "Long-term survival after coronary artery bypass grafting comparing bilateral versus single internal mammary artery in a women cohort,Gender differences in long-term survival after coronary artery bypass surgery is womens cardiovascular health at risk?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ines Sousa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term survival after coronary artery bypass grafting comparing bilateral versus single internal mammary artery in a women cohort", + "rest_events_session_count": 1, + "rest_events_session": "Gender differences in long-term survival after coronary artery bypass surgery is womens cardiovascular health at risk?", + "events_topic": "Mammary Arteries | Heart Disease Risk Factors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Bypass", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ines Sousa ", + "kol_full_name": "Ines Sousa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | PCSK9 Inhibitors | Breast Neoplasms | Hydroxymethylglutaryl-CoA Reductase Inhibitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458334", + "session_name": "High discontinuation rate of statins among PCSK9i users: a nationwide study from 2015-2023,Incidence of cardiovascular diseases among breast cancer patients: a nationwide registry study 2013-2020", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ingrid Engebretsen", + "middle_name": null, + "last_name": null, + "org_name": "Oslo Economics", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High discontinuation rate of statins among PCSK9i users: a nationwide study from 2015-2023", + "rest_events_session_count": 1, + "rest_events_session": "Incidence of cardiovascular diseases among breast cancer patients: a nationwide registry study 2013-2020", + "events_topic": "Cardiovascular Diseases | PCSK9 Inhibitors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Breast Neoplasms | Hydroxymethylglutaryl-CoA Reductase Inhibitors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ingrid Engebretsen ", + "kol_full_name": "Ingrid Engebretsen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mobile Applications | Exercise | Telerehabilitation | Heart Failure | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459800", + "session_name": "The potential effect of mobile application-based telerehabilitation on physical activity levels in heart failure patients: insights from the intelliot EU project,Smooth lesions mandating a smooth approach: acute coronary syndrome in a risk-factor-free 35-year-old woman", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioannis Anastasiou", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital of Heraklion", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The potential effect of mobile application-based telerehabilitation on physical activity levels in heart failure patients: insights from the intelliot EU project", + "rest_events_session_count": 1, + "rest_events_session": "Smooth lesions mandating a smooth approach: acute coronary syndrome in a risk-factor-free 35-year-old woman", + "events_topic": "Mobile Applications | Exercise ", + "rest_events_topic_count": 3, + "rest_events_topic": " Telerehabilitation | Heart Failure | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioannis Anastasiou ", + "kol_full_name": "Ioannis Anastasiou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "PCSK9 Inhibitors | Dyslipidemias | Lipoprotein(a)", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458312", + "session_name": "Lipoprotein (a) and lipidemic parameters in PCSK-9 inhibitor patients. Experience from a specialized centre in Greece.,Lipoprotein(a) and cardiovascular prognosis of familial dyslipidemias: data from a 10-year follow-up study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioannis Andrikou", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoprotein (a) and lipidemic parameters in PCSK-9 inhibitor patients. Experience from a specialized centre in Greece.", + "rest_events_session_count": 1, + "rest_events_session": "Lipoprotein(a) and cardiovascular prognosis of familial dyslipidemias: data from a 10-year follow-up study", + "events_topic": "PCSK9 Inhibitors | Dyslipidemias ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lipoprotein(a)", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioannis Andrikou ", + "kol_full_name": "Ioannis Andrikou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Liver Cirrhosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457823", + "session_name": "Impaired right ventricular strain is associated with worse prognosis in patients with liver cirrhosis,The effect of exercise on RV-PC coupling in asymptomatic patients with significant primary mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioannis Dimitroglou", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impaired right ventricular strain is associated with worse prognosis in patients with liver cirrhosis", + "rest_events_session_count": 1, + "rest_events_session": "The effect of exercise on RV-PC coupling in asymptomatic patients with significant primary mitral regurgitation", + "events_topic": "Mitral Valve Insufficiency | Liver Cirrhosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioannis Dimitroglou ", + "kol_full_name": "Ioannis Dimitroglou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Loop Recorder Implantation | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456690", + "session_name": "From cellular mechanisms to arrhythmias in non-cardiac diseases,Validation and clinical use of implantable loop recorders", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Irene Chung", + "middle_name": null, + "last_name": null, + "org_name": "Tan Tock Seng Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From cellular mechanisms to arrhythmias in non-cardiac diseases", + "rest_events_session_count": 1, + "rest_events_session": "Validation and clinical use of implantable loop recorders", + "events_topic": "Loop Recorder Implantation | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irene Chung ", + "kol_full_name": "Irene Chung " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Dysglycemia | Hemodynamics | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456363", + "session_name": "The intricate connection between macrovascular damage and intrarenal hemodynamics in arterial hypertension and dysglycemia,Rare causes of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Irina Cabac-Pogorevici", + "middle_name": null, + "last_name": null, + "org_name": "State University of Medicine and Pharmacy", + "Country": "Moldova", + "Region": "Chisinau", + "City": "Chisinau", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The intricate connection between macrovascular damage and intrarenal hemodynamics in arterial hypertension and dysglycemia", + "rest_events_session_count": 1, + "rest_events_session": "Rare causes of heart failure", + "events_topic": "Hypertension | Dysglycemia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hemodynamics | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irina Cabac-Pogorevici ", + "kol_full_name": "Irina Cabac-Pogorevici " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Heart Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456044", + "session_name": "Challenging cardiac masses,Takotsubo syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Irina Kotlar", + "middle_name": null, + "last_name": null, + "org_name": "University Clinic of Cardiology", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenging cardiac masses", + "rest_events_session_count": 1, + "rest_events_session": "Takotsubo syndrome", + "events_topic": "Takotsubo Cardiomyopathy | Heart Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irina Kotlar ", + "kol_full_name": "Irina Kotlar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiopulmonary Exercise Testing | Anticoagulation | Heart Failure | Venous Thromboembolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461087", + "session_name": "Navigating challenging clinical scenarios in venous thromboembolism patient management,Considerations for extended anticoagulation in patients with cancer-associated venous thromboembolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Isabelle Mahe", + "middle_name": null, + "last_name": null, + "org_name": "Paris Cite University", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating challenging clinical scenarios in venous thromboembolism patient management", + "rest_events_session_count": 1, + "rest_events_session": "Considerations for extended anticoagulation in patients with cancer-associated venous thromboembolism", + "events_topic": "Cardiopulmonary Exercise Testing | Anticoagulation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Venous Thromboembolism", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Isabelle Mahe ", + "kol_full_name": "Isabelle Mahe " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Stroke | Coronary Angiography | Cerebrovascular Disorders", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457731", + "session_name": "Predictive value of total atrial conduction time for developing cerebrovascular stroke in patients with sinus rhythm and normal left ventricular systolic function, a case-control study,Safety and efficacy of brachial approach for coronary angiography and percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Islam Ghanem Ahmed Ghanem", + "middle_name": null, + "last_name": null, + "org_name": "Zagazig University Hospitals", + "Country": "Egypt", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictive value of total atrial conduction time for developing cerebrovascular stroke in patients with sinus rhythm and normal left ventricular systolic function", + "rest_events_session_count": 2, + "rest_events_session": " a case-control study,Safety and efficacy of brachial approach for coronary angiography and percutaneous coronary intervention", + "events_topic": "Percutaneous Coronary Intervention | Stroke ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Angiography | Cerebrovascular Disorders", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Islam Ghanem Ahmed Ghanem ", + "kol_full_name": "Islam Ghanem Ahmed Ghanem " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Amyloidosis | Electrocardiography | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456663", + "session_name": "Artificial intelligence and electrocardiogram,Artificial intelligence creating a paradigm shift in early diagnosis of amyloid cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Itzhak Attia", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital - St. Mary's Campus", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence and electrocardiogram", + "rest_events_session_count": 1, + "rest_events_session": "Artificial intelligence creating a paradigm shift in early diagnosis of amyloid cardiomyopathy", + "events_topic": "Cardiac Amyloidosis | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Itzhak Attia ", + "kol_full_name": "Itzhak Attia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Exercise Therapy | Obesity | Ventricular Remodeling", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455904", + "session_name": "Obesity and its impact on functional capacity: understanding the interplay for health management,Electrical and cardiac structural changes with exercise", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ivana Nedeljkovic", + "middle_name": null, + "last_name": null, + "org_name": "School of Medicine, Belgrade University", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obesity and its impact on functional capacity: understanding the interplay for health management", + "rest_events_session_count": 1, + "rest_events_session": "Electrical and cardiac structural changes with exercise", + "events_topic": "Exercise Therapy | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ventricular Remodeling", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivana Nedeljkovic ", + "kol_full_name": "Ivana Nedeljkovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Heart Disease Risk Factors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456069", + "session_name": "Making progress in cardiovascular care for oncology patients in Latvia and Azerbaijan,Cardiovascular risk assessment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Iveta Mintale", + "middle_name": null, + "last_name": null, + "org_name": "Paul Stradins Clinical University Hospital", + "Country": "Latvia", + "Region": "Riga", + "City": "RIGA", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Making progress in cardiovascular care for oncology patients in Latvia and Azerbaijan", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular risk assessment", + "events_topic": "Cardiovascular Diseases | Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Iveta Mintale ", + "kol_full_name": "Iveta Mintale " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Heart Septal Defects", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456707", + "session_name": "All about septal defects,Pulmonary hypertension: from diagnosis to personalised care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Iveta Simkova", + "middle_name": null, + "last_name": null, + "org_name": "Slovak Medical University", + "Country": "Slovakia", + "Region": "Bratislavsky", + "City": "Bratislava", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "All about septal defects", + "rest_events_session_count": 1, + "rest_events_session": "Pulmonary hypertension: from diagnosis to personalised care", + "events_topic": "Hypertension, Pulmonary | Heart Septal Defects", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Iveta Simkova ", + "kol_full_name": "Iveta Simkova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Therapy | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456049", + "session_name": "Personalised approach to a patient with advanced heart failure: the Croatian perspective,Pharmacotherapy for worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ivo Planinc", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Centre Zagreb", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised approach to a patient with advanced heart failure: the Croatian perspective", + "rest_events_session_count": 1, + "rest_events_session": "Pharmacotherapy for worsening heart failure", + "events_topic": "Drug Therapy | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivo Planinc ", + "kol_full_name": "Ivo Planinc " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Treatment | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458751", + "session_name": "How to personalise drug treatment in hypertension management,Hot papers on risk factors and comorbidities in hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jana Brguljan", + "middle_name": null, + "last_name": null, + "org_name": "University Medical Centre of Ljubljana", + "Country": "Slovenia", + "Region": "Ljubljana", + "City": "Ljubljana", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to personalise drug treatment in hypertension management", + "rest_events_session_count": 1, + "rest_events_session": "Hot papers on risk factors and comorbidities in hypertension", + "events_topic": "Drug Treatment | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jana Brguljan ", + "kol_full_name": "Jana Brguljan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hyperlipoproteinemia Type II | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457707", + "session_name": "Metabolomic profiling of the entire UK Biobank enables interpretation of familial hypercholesterolemia mutations and prediction of severe cardiovascular outcomes,Associations of omega-3 fatty acid subclasses with cardiovascular diseases in 500,000 individuals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jeffrey Barrett", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metabolomic profiling of the entire UK Biobank enables interpretation of familial hypercholesterolemia mutations and prediction of severe cardiovascular outcomes", + "rest_events_session_count": 2, + "rest_events_session": "Associations of omega-3 fatty acid subclasses with cardiovascular diseases in 500,000 individuals", + "events_topic": "Hyperlipoproteinemia Type II | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jeffrey Barrett ", + "kol_full_name": "Jeffrey Barrett " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Function | Hypertension, Pulmonary | Hypertension | Guideline-Directed Medical Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457168", + "session_name": "Right atrial and ventricular function in risk stratification of patients with pulmonary artery hypertension,A novel nurse-led, multidisciplinary, and guideline-directed disease intensive management program improves long-term survival of pulmonary hypertension patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiajun Guo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right atrial and ventricular function in risk stratification of patients with pulmonary artery hypertension", + "rest_events_session_count": 3, + "rest_events_session": "A novel nurse-led, multidisciplinary, and guideline-directed disease intensive management program improves long-term survival of pulmonary hypertension patients", + "events_topic": "Ventricular Function | Hypertension, Pulmonary ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hypertension | Guideline-Directed Medical Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiajun Guo ", + "kol_full_name": "Jiajun Guo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Artery Disease | Clopidogrel", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458537", + "session_name": "ABO blood groups and platelet reactivity in patients with coronary artery disease undergoing percutaneous coronary intervention treated with clopidogrel,Remnant cholesterol is associated with platelet reactivity for patients with coronary artery disease underwent percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiawen Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ABO blood groups and platelet reactivity in patients with coronary artery disease undergoing percutaneous coronary intervention treated with clopidogrel", + "rest_events_session_count": 1, + "rest_events_session": "Remnant cholesterol is associated with platelet reactivity for patients with coronary artery disease underwent percutaneous coronary intervention", + "events_topic": "Percutaneous Coronary Intervention | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Clopidogrel", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiawen Li ", + "kol_full_name": "Jiawen Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456426", + "session_name": "Exploring cardiovascular health: lifestyle, economics, and disparities,Mapping cardiovascular health: risk factors, interventions, and geographic insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jinat Farjana", + "middle_name": null, + "last_name": null, + "org_name": "Combined Military Hospital (CMH)", + "Country": "Bangladesh", + "Region": "Dhaka", + "City": "Dhaka", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring cardiovascular health: lifestyle", + "rest_events_session_count": 5, + "rest_events_session": " economics, and disparities,Mapping cardiovascular health: risk factors, interventions, and geographic insights", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jinat Farjana ", + "kol_full_name": "Jinat Farjana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Discrimination, Psychological | Diabetes Mellitus | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457062", + "session_name": "Cardiovascular disease risk in people with diabetes in the era of universal diabetes screening,Discrimination and calibration are insensitive metrics for comparing the performance of cardiovascular risk prediction models", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jingyuan Liang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease risk in people with diabetes in the era of universal diabetes screening", + "rest_events_session_count": 1, + "rest_events_session": "Discrimination and calibration are insensitive metrics for comparing the performance of cardiovascular risk prediction models", + "events_topic": "Discrimination, Psychological | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jingyuan Liang ", + "kol_full_name": "Jingyuan Liang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Heart Disease Risk Factors | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458230", + "session_name": "2024 ESC Guidelines for the Management of Elevated Blood Pressure and Hypertension,Treat the cardiovascular risk, not the number: pro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "John William Mcevoy", + "middle_name": null, + "last_name": null, + "org_name": "National University of Ireland", + "Country": "Ireland", + "Region": "Galway", + "City": "Galway", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2024 ESC Guidelines for the Management of Elevated Blood Pressure and Hypertension", + "rest_events_session_count": 2, + "rest_events_session": "Treat the cardiovascular risk, not the number: pro", + "events_topic": "Hypertension | Heart Disease Risk Factors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
John William Mcevoy ", + "kol_full_name": "John William Mcevoy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myostatin | Heart Failure, Diastolic | Cardiac Rehabilitation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457502", + "session_name": "Achieving theorical cardiorespiratory fitness is associated with high-volumen training in a phase II cardiac rehabilitation program,Expression of myostatin and folistatin as a response to high-load strength training to counteract the loss of muscle mass in heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jorge Antonio Lara Vargas", + "middle_name": null, + "last_name": null, + "org_name": "ISSSTE Hospital (public institution)", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Achieving theorical cardiorespiratory fitness is associated with high-volumen training in a phase II cardiac rehabilitation program", + "rest_events_session_count": 1, + "rest_events_session": "Expression of myostatin and folistatin as a response to high-load strength training to counteract the loss of muscle mass in heart failure with preserved ejection fraction", + "events_topic": "Myostatin | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Rehabilitation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jorge Antonio Lara Vargas ", + "kol_full_name": "Jorge Antonio Lara Vargas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458646", + "session_name": "Divergent hemometabolic dynamics: understanding the differences between acute myocardial infarction and heart failure related cardiogenic shock.,International cooperation in cardiogenic shock is key to improving outcomes: Cardiogenic Shock Working Group impacts a single-center in a developing country.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jorge Ortega-Hernandez", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Nacional de Cardiologia Ignacio Chavez", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Divergent hemometabolic dynamics: understanding the differences between acute myocardial infarction and heart failure related cardiogenic shock.", + "rest_events_session_count": 1, + "rest_events_session": "International cooperation in cardiogenic shock is key to improving outcomes: Cardiogenic Shock Working Group impacts a single-center in a developing country.", + "events_topic": "Heart Failure | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jorge Ortega-Hernandez ", + "kol_full_name": "Jorge Ortega-Hernandez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Atherosclerosis | Machine Learning | Cluster Analysis | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457766", + "session_name": "Estimation of individual lifetime cardiovascular disease risk and treatment benefit in patients with established atherosclerotic cardiovascular disease: the updated SMART-REACH2 model,Identifying clinical phenotype clusters for coronary artery disease: a novel approach using clustering by unsupervised machine learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joris Holtrop", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Estimation of individual lifetime cardiovascular disease risk and treatment benefit in patients with established atherosclerotic cardiovascular disease: the updated SMART-REACH2 model", + "rest_events_session_count": 1, + "rest_events_session": "Identifying clinical phenotype clusters for coronary artery disease: a novel approach using clustering by unsupervised machine learning", + "events_topic": "Coronary Artery Disease | Atherosclerosis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Machine Learning | Cluster Analysis | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joris Holtrop ", + "kol_full_name": "Joris Holtrop " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hodgkin Disease | Percutaneous Coronary Intervention | Aortic Valve Stenosis | Coronary Disease | Renal Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457237", + "session_name": "Ghosts from the past: a story of hodgkin lymphoma, severe aortic stenosis, and calcified multivessel coronary disease,A coronary triple threat - left main bifurcation stenosis, heavy calcium, and renal failure: a personalized approach to high-risk PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Josip Andjelo Borovac", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Centre Split", + "Country": "Croatia", + "Region": "Splitsko-Dalmatinska", + "City": "Split", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ghosts from the past: a story of hodgkin lymphoma", + "rest_events_session_count": 5, + "rest_events_session": " severe aortic stenosis, and calcified multivessel coronary disease,A coronary triple threat - left main bifurcation stenosis, heavy calcium, and renal failure: a personalized approach to high-risk PCI", + "events_topic": "Hodgkin Disease | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 3, + "rest_events_topic": " Aortic Valve Stenosis | Coronary Disease | Renal Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Josip Andjelo Borovac ", + "kol_full_name": "Josip Andjelo Borovac " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis | Brain Neoplasms | Anticoagulation | Latent Tuberculosis | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457558", + "session_name": "In-hospital outcomes of anticoagulated patients with atrial fibrillation and brain tumors,Tuberculous pericarditis secondary to latent tuberculosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Andres Quintero-Martinez", + "middle_name": null, + "last_name": null, + "org_name": "University of Miami Jackson Memorial", + "Country": "United States", + "Region": "West Virginia", + "City": "Miami", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In-hospital outcomes of anticoagulated patients with atrial fibrillation and brain tumors", + "rest_events_session_count": 1, + "rest_events_session": "Tuberculous pericarditis secondary to latent tuberculosis", + "events_topic": "Pericarditis | Brain Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Anticoagulation | Latent Tuberculosis | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Andres Quintero-Martinez ", + "kol_full_name": "Juan Andres Quintero-Martinez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Shock, Cardiogenic | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457225", + "session_name": "Impact of household income on acute decompensated heart failure outcomes: national representative sample,Influence of hospital ownership on patient outcomes in STEMI-induced cardiogenic shock undergoing revascularization: a retrospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Sequeira Gross", + "middle_name": null, + "last_name": null, + "org_name": "Lee Memorial Health System", + "Country": "United States", + "Region": "Florida", + "City": "Fort Myers", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of household income on acute decompensated heart failure outcomes: national representative sample", + "rest_events_session_count": 1, + "rest_events_session": "Influence of hospital ownership on patient outcomes in STEMI-induced cardiogenic shock undergoing revascularization: a retrospective cohort study", + "events_topic": "ST Elevation Myocardial Infarction | Shock, Cardiogenic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Sequeira Gross ", + "kol_full_name": "Juan Sequeira Gross " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Quality Of Life | Sarcoidosis | Myocardium", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457297", + "session_name": "Health-related quality of life and prognosis in cardiac sarcoidosis,Health-related quality of life disparity in cardiac sarcoidosis versus other myocardial diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Julia Raak-Tarkiainen", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Central Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Health-related quality of life and prognosis in cardiac sarcoidosis", + "rest_events_session_count": 1, + "rest_events_session": "Health-related quality of life disparity in cardiac sarcoidosis versus other myocardial diseases", + "events_topic": "Cardiomyopathies | Quality Of Life ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sarcoidosis | Myocardium", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Raak-Tarkiainen ", + "kol_full_name": "Julia Raak-Tarkiainen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Heart Failure, Diastolic | Diabetic Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458569", + "session_name": "Association of long-term visit-to-visit glycemic variability with risk of adverse clinical outcomes in diabetic patients with heart failure with preserved ejection fraction,Association of epicardial adipose tissue with cardiac geometry alternation and diastolic dysfunction in the early stage of diabetic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jung-Chi Hsu", + "middle_name": null, + "last_name": null, + "org_name": "National Taiwan University Hospital Jinshan Branch", + "Country": "Taiwan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of long-term visit-to-visit glycemic variability with risk of adverse clinical outcomes in diabetic patients with heart failure with preserved ejection fraction", + "rest_events_session_count": 1, + "rest_events_session": "Association of epicardial adipose tissue with cardiac geometry alternation and diastolic dysfunction in the early stage of diabetic cardiomyopathy", + "events_topic": "Diabetes Mellitus | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diabetic Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jung-Chi Hsu ", + "kol_full_name": "Jung-Chi Hsu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Coronary Stents | Antiplatelet Therapy | Drug-Eluting Stents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460934", + "session_name": "ASSURE DES - Perioperative antiplatelet therapy in patients with coronary stents before non-cardiac surgery,Ask the Trialist - ASSURE DES", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jung-Min Ahn", + "middle_name": null, + "last_name": null, + "org_name": "Asan Medical Center", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ASSURE DES - Perioperative antiplatelet therapy in patients with coronary stents before non-cardiac surgery", + "rest_events_session_count": 1, + "rest_events_session": "Ask the Trialist - ASSURE DES", + "events_topic": "Cardiac Surgical Procedures | Coronary Stents ", + "rest_events_topic_count": 2, + "rest_events_topic": " Antiplatelet Therapy | Drug-Eluting Stents", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jung-Min Ahn ", + "kol_full_name": "Jung-Min Ahn " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Glucose Metabolism Disorders | Ischemia | Cholesterol", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459944", + "session_name": "Sex-specific associations between remnant cholesterol and cardiovascular risk in patients undergoing percutaneous coronary intervention: a 5-year large-sample study from the real world,Impact of glucose metabolism status on the relationship between remnant cholesterol and ischemic risk after percutaneous coronary intervention: a large-scale long-term cohort study from real-world", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kailun Yan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-specific associations between remnant cholesterol and cardiovascular risk in patients undergoing percutaneous coronary intervention: a 5-year large-sample study from the real world", + "rest_events_session_count": 1, + "rest_events_session": "Impact of glucose metabolism status on the relationship between remnant cholesterol and ischemic risk after percutaneous coronary intervention: a large-scale long-term cohort study from real-world", + "events_topic": "Percutaneous Coronary Intervention | Glucose Metabolism Disorders ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ischemia | Cholesterol", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kailun Yan ", + "kol_full_name": "Kailun Yan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Echocardiography | Kidney Diseases | Sick Sinus Syndrome | CHA2DS2-VASc Score | Allopurinol | Atrial Function, Left", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459757", + "session_name": "The use of allopurinol in prophylaxis against contrast-induced nephropathy in patients undergoing percutaneous coronary intervention,Association between CHA2DS2-VASc score and left atrial function by speckle tracking echocardiography in patients with sinus rhythm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kareem Mahmoud", + "middle_name": null, + "last_name": null, + "org_name": "Cairo university", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The use of allopurinol in prophylaxis against contrast-induced nephropathy in patients undergoing percutaneous coronary intervention", + "rest_events_session_count": 1, + "rest_events_session": "Association between CHA2DS2-VASc score and left atrial function by speckle tracking echocardiography in patients with sinus rhythm", + "events_topic": "Percutaneous Coronary Intervention | Echocardiography ", + "rest_events_topic_count": 5, + "rest_events_topic": " Kidney Diseases | Sick Sinus Syndrome | CHA2DS2-VASc Score | Allopurinol | Atrial Function, Left", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kareem Mahmoud ", + "kol_full_name": "Kareem Mahmoud " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Pulmonary Artery Remodeling | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458609", + "session_name": "Late presentation of Anomalous Origin of the Right Pulmonary Artery from the ascending aorta (AORPA),Diagnostic performance of the fragmented QRS complex on electrocardiogram for detecting myocardial scars assessed by 3.0 Tesla cardiac magnetic resonance imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kasin Viriyanukulvong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Late presentation of Anomalous Origin of the Right Pulmonary Artery from the ascending aorta (AORPA)", + "rest_events_session_count": 1, + "rest_events_session": "Diagnostic performance of the fragmented QRS complex on electrocardiogram for detecting myocardial scars assessed by 3.0 Tesla cardiac magnetic resonance imaging", + "events_topic": "Cardiac Magnetic Resonance Imaging | Pulmonary Artery Remodeling ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electrocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kasin Viriyanukulvong ", + "kol_full_name": "Kasin Viriyanukulvong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Ventricular Ejection Fraction | Diabetes Mellitus | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460387", + "session_name": "Sex differences in reporting of statin-associated diabetes mellitus to the US Food and Drug Administration,Latent class analysis reveals a novel phenotype of heart failure that spans the left ventricular ejection fraction range", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Katarina Leyba", + "middle_name": null, + "last_name": null, + "org_name": "University of Colorado School of Medicine", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in reporting of statin-associated diabetes mellitus to the US Food and Drug Administration", + "rest_events_session_count": 1, + "rest_events_session": "Latent class analysis reveals a novel phenotype of heart failure that spans the left ventricular ejection fraction range", + "events_topic": "Left Ventricular Ejection Fraction | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katarina Leyba ", + "kol_full_name": "Katarina Leyba " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stress Test | Heart Failure, Diastolic | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456607", + "session_name": "HFpEF: how to monitor and treat - Greek perspectives - discussion of guideline implementation,Added value of stress tests in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Katerina Naka", + "middle_name": null, + "last_name": null, + "org_name": "University of Ioannina", + "Country": "Greece", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HFpEF: how to monitor and treat - Greek perspectives - discussion of guideline implementation", + "rest_events_session_count": 1, + "rest_events_session": "Added value of stress tests in heart failure", + "events_topic": "Stress Test | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katerina Naka ", + "kol_full_name": "Katerina Naka " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Ischemic Attack, Transient | Ischemia | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458534", + "session_name": "High ABCD2-score after transient ischemic attack is associated with a two-fold higher stroke-rate during long-term follow-up,Is atrial fibrillation associated with increased risk of stroke after transient ischaemic attack?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Katia Al-Chaer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High ABCD2-score after transient ischemic attack is associated with a two-fold higher stroke-rate during long-term follow-up", + "rest_events_session_count": 1, + "rest_events_session": "Is atrial fibrillation associated with increased risk of stroke after transient ischaemic attack?", + "events_topic": "Stroke | Ischemic Attack, Transient ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ischemia | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katia Al-Chaer ", + "kol_full_name": "Katia Al-Chaer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Electrocardiography | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460944", + "session_name": "Ask the Trialist - STROKESTOP II,STROKESTOP II - Randomised systematic NT-proBNP and ECG screening for atrial fibrillation among 75 year-olds", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Katrin Kemp Gudmundsdottir", + "middle_name": null, + "last_name": null, + "org_name": "Karolinska Institutet Danderyd Hospital", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - STROKESTOP II", + "rest_events_session_count": 1, + "rest_events_session": "STROKESTOP II - Randomised systematic NT-proBNP and ECG screening for atrial fibrillation among 75 year-olds", + "events_topic": "Stroke | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katrin Kemp Gudmundsdottir ", + "kol_full_name": "Katrin Kemp Gudmundsdottir " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antiplatelet Therapy | Coronary Artery Disease | Venous Thromboembolism | Cardiac Rehabilitation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459774", + "session_name": "The influence of concomitant antiplatelet therapy in venous thromboembolism patients treated with anticoagulants in the DOAC era: insight from the COMMAND VTE Registry-2,Efficacy of online japanese intensive cardiac rehabilitation for secondary prevention for coronary artery disease: a comprehensive program including exercise, nutrition, mindfulness, and group support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kazuhisa Kaneda", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The influence of concomitant antiplatelet therapy in venous thromboembolism patients treated with anticoagulants in the DOAC era: insight from the COMMAND VTE Registry-2", + "rest_events_session_count": 4, + "rest_events_session": "Efficacy of online japanese intensive cardiac rehabilitation for secondary prevention for coronary artery disease: a comprehensive program including exercise, nutrition, mindfulness, and group support", + "events_topic": "Antiplatelet Therapy | Coronary Artery Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Venous Thromboembolism | Cardiac Rehabilitation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kazuhisa Kaneda ", + "kol_full_name": "Kazuhisa Kaneda " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455971", + "session_name": "Lp(a) and apoproteins as risk factors,Lipids as risk factors among different populations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Khatira Abdulalimova", + "middle_name": null, + "last_name": null, + "org_name": "Baku Medical Plaza", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lp(a) and apoproteins as risk factors", + "rest_events_session_count": 1, + "rest_events_session": "Lipids as risk factors among different populations", + "events_topic": "Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Khatira Abdulalimova ", + "kol_full_name": "Khatira Abdulalimova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vasodilation | Immunoglobulin Light-chain Amyloidosis | Amyloidosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458139", + "session_name": "Arterial-myocardial coupling in primary AL amyloidosis. A validation study of vascular involvement.,Sustained paradoxical vasodilation and blood pressure lowering in response to sympathetic stimulation as markers of disease severity and poor survival in primary AL amyloidosis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kimon Stamatelopoulos", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arterial-myocardial coupling in primary AL amyloidosis. A validation study of vascular involvement.", + "rest_events_session_count": 1, + "rest_events_session": "Sustained paradoxical vasodilation and blood pressure lowering in response to sympathetic stimulation as markers of disease severity and poor survival in primary AL amyloidosis.", + "events_topic": "Vasodilation | Immunoglobulin Light-chain Amyloidosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amyloidosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kimon Stamatelopoulos ", + "kol_full_name": "Kimon Stamatelopoulos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia | Atrial Fibrillation | Catheter Ablation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456421", + "session_name": "New observations from catheter ablation of atrial fibrillation and atrial tachycardia,Clinical implications of catheter ablation techniques", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kristine Jubele", + "middle_name": null, + "last_name": null, + "org_name": "Paul Stradins Clinical University Hospital", + "Country": "Latvia", + "Region": "Riga", + "City": "RIGA", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New observations from catheter ablation of atrial fibrillation and atrial tachycardia", + "rest_events_session_count": 1, + "rest_events_session": "Clinical implications of catheter ablation techniques", + "events_topic": "Tachycardia | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Catheter Ablation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kristine Jubele ", + "kol_full_name": "Kristine Jubele " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardium | Cardiac Magnetic Resonance Imaging | Cardiopulmonary Exercise Testing | Right Ventricular Systolic Dysfunction | Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457845", + "session_name": "Enhanced diagnostic accuracy of cardiovascular magnetic resonance in identifying heart failure with preserved ejection fraction through assessment of right ventricular systolic dysfunction,Right ventricular myocardial work in heart failure with preserved ejection fraction: insights from invasive cardiopulmonary exercise testing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kuan-Chih Huang", + "middle_name": null, + "last_name": null, + "org_name": "National Taiwan University Hospital Hsin-Chu Branch", + "Country": "Taiwan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhanced diagnostic accuracy of cardiovascular magnetic resonance in identifying heart failure with preserved ejection fraction through assessment of right ventricular systolic dysfunction", + "rest_events_session_count": 1, + "rest_events_session": "Right ventricular myocardial work in heart failure with preserved ejection fraction: insights from invasive cardiopulmonary exercise testing", + "events_topic": "Myocardium | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiopulmonary Exercise Testing | Right Ventricular Systolic Dysfunction | Heart Failure, Diastolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kuan-Chih Huang ", + "kol_full_name": "Kuan-Chih Huang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Pazopanib | Neuronal Injury | Cardiotoxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459874", + "session_name": "Pazopanib cardiotoxicity presenting as biventricular cystic masses,The impact of intravenous agitated saline contrast echocardiography on subclinical neuronal injury determined by neuron-specific enolase", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kubra Korkmaz", + "middle_name": null, + "last_name": null, + "org_name": "Ankara University", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pazopanib cardiotoxicity presenting as biventricular cystic masses", + "rest_events_session_count": 1, + "rest_events_session": "The impact of intravenous agitated saline contrast echocardiography on subclinical neuronal injury determined by neuron-specific enolase", + "events_topic": "Echocardiography | Pazopanib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neuronal Injury | Cardiotoxicity", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kubra Korkmaz ", + "kol_full_name": "Kubra Korkmaz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455903", + "session_name": "Mapping cardiovascular health: risk factors, interventions, and geographic insights,Insights into cardiovascular health: trends, well-being, and economic evaluations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kui-Hian Sim", + "middle_name": null, + "last_name": null, + "org_name": "Sarawak Heart Center", + "Country": "Malaysia", + "Region": "Sarawak", + "City": "Kuching", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mapping cardiovascular health: risk factors", + "rest_events_session_count": 5, + "rest_events_session": " interventions, and geographic insights,Insights into cardiovascular health: trends, well-being, and economic evaluations", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kui-Hian Sim ", + "kol_full_name": "Kui-Hian Sim " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Herbal Medicine | Atrial Flutter | Atrioventricular Block | Heart Failure | Ointments | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459808", + "session_name": "Comprehensive treatment of arrhythmia disorders in a patient with worsening heart failure due to atrial flutter with complete atrioventricular block,Repetitive Torsades de Pointes secondary to acute arsenic intoxication from herbal medicinal ointment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Le Uyen Phuong Tran", + "middle_name": null, + "last_name": null, + "org_name": "Cho Ray Hospital", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comprehensive treatment of arrhythmia disorders in a patient with worsening heart failure due to atrial flutter with complete atrioventricular block", + "rest_events_session_count": 1, + "rest_events_session": "Repetitive Torsades de Pointes secondary to acute arsenic intoxication from herbal medicinal ointment", + "events_topic": "Herbal Medicine | Atrial Flutter ", + "rest_events_topic_count": 4, + "rest_events_topic": " Atrioventricular Block | Heart Failure | Ointments | Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Le Uyen Phuong Tran ", + "kol_full_name": "Le Uyen Phuong Tran " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Disease | Coronary Artery Disease | Prasugrel Hydrochloride | Ticagrelor | Clopidogrel | Sleep Apnea Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460411", + "session_name": "Association of Sleep Apnea and cardiovascular mortality in CAD patients,Ticagrelor or prasugrel versus clopidogrel in patients with coronary heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leandro Menezes Alves Da Costa", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Alemao Oswaldo Cruz", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of Sleep Apnea and cardiovascular mortality in CAD patients", + "rest_events_session_count": 1, + "rest_events_session": "Ticagrelor or prasugrel versus clopidogrel in patients with coronary heart disease", + "events_topic": "Coronary Disease | Coronary Artery Disease ", + "rest_events_topic_count": 4, + "rest_events_topic": " Prasugrel Hydrochloride | Ticagrelor | Clopidogrel | Sleep Apnea Syndromes", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leandro Menezes Alves Da Costa ", + "kol_full_name": "Leandro Menezes Alves Da Costa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Rheumatic Heart Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459719", + "session_name": "A roadmap to eradicate rheumatic heart disease,Aortic stenosis management in a limited resource country: the Tunisian TAVI/AVR national program - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leila Abid", + "middle_name": null, + "last_name": null, + "org_name": "Hedi Chaker University Hospital", + "Country": "Tunisia", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A roadmap to eradicate rheumatic heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Aortic stenosis management in a limited resource country: the Tunisian TAVI/AVR national program - discussion of guideline implementation", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Rheumatic Heart Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leila Abid ", + "kol_full_name": "Leila Abid " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial | Vasculitis | Aortic Valve Insufficiency | Cardiac Computed Tomography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458340", + "session_name": "Cardiac CT-derived fat attenuation index to assess evolution of inflammation degree in coronary vasculitis,Coronary CTA and CT-FFR in trans-catheter aortic valve implantation candidates: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leonie Marlice Becker", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac CT-derived fat attenuation index to assess evolution of inflammation degree in coronary vasculitis", + "rest_events_session_count": 1, + "rest_events_session": "Coronary CTA and CT-FFR in trans-catheter aortic valve implantation candidates: a systematic review and meta-analysis", + "events_topic": "Fractional Flow Reserve, Myocardial | Vasculitis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Insufficiency | Cardiac Computed Tomography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leonie Marlice Becker ", + "kol_full_name": "Leonie Marlice Becker " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac | Mortality | Cardiomyopathy, Hypertrophic | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458214", + "session_name": "Validation of the HCM Risk-SCD model in patients with hypertrophic cardiomyopathy and future perspectives,The association between exercise-induced ventricular premature contractions and long-term mortality in patients without coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Levent Pay", + "middle_name": null, + "last_name": null, + "org_name": "HASEKI EDUCATION AND RESEARCH HOSPITAL", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of the HCM Risk-SCD model in patients with hypertrophic cardiomyopathy and future perspectives", + "rest_events_session_count": 1, + "rest_events_session": "The association between exercise-induced ventricular premature contractions and long-term mortality in patients without coronary artery disease", + "events_topic": "Death, Sudden, Cardiac | Mortality ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Hypertrophic | Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Levent Pay ", + "kol_full_name": "Levent Pay " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Multimodal Imaging | Myocardial Fibrosis | Death, Sudden | Cardiomyopathy, Hypertrophic | Syncope", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456868", + "session_name": "Sudden death risk assessment in hypertrophic cardiomyopathy should include myocardial fibrosis imaging,Guidelines in Practice: a patient with syncope and a hypertrophic heart - key role of multimodality imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lilia Sierra-Galan", + "middle_name": null, + "last_name": null, + "org_name": "American British Cowdray Medical Center", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sudden death risk assessment in hypertrophic cardiomyopathy should include myocardial fibrosis imaging", + "rest_events_session_count": 1, + "rest_events_session": "Guidelines in Practice: a patient with syncope and a hypertrophic heart - key role of multimodality imaging", + "events_topic": "Diagnostic Imaging | Multimodal Imaging ", + "rest_events_topic_count": 4, + "rest_events_topic": " Myocardial Fibrosis | Death, Sudden | Cardiomyopathy, Hypertrophic | Syncope", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lilia Sierra-Galan ", + "kol_full_name": "Lilia Sierra-Galan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vericiguat | Beta Blockers | Heart Failure | Aortic Aneurysm, Thoracic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458949", + "session_name": "Vericiguat in heart failure patients: analyzing safety, tolerability, and quality of life via meta-analysis of randomized controlled trials,Efficacy of beta blockers in patients with thoracic aortic aneurysm: meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lokman Hekim Tanriverdi", + "middle_name": null, + "last_name": null, + "org_name": "Inonu University", + "Country": "Turkey", + "Region": "Icel", + "City": "Mersin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vericiguat in heart failure patients: analyzing safety", + "rest_events_session_count": 3, + "rest_events_session": " tolerability, and quality of life via meta-analysis of randomized controlled trials,Efficacy of beta blockers in patients with thoracic aortic aneurysm: meta-analysis of randomized controlled trials", + "events_topic": "Vericiguat | Beta Blockers ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Aortic Aneurysm, Thoracic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lokman Hekim Tanriverdi ", + "kol_full_name": "Lokman Hekim Tanriverdi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pancreatitis | Semaglutide", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457357", + "session_name": "Anti-inflammatory effect of semaglutide: updated systematic review and meta-analysis.,Acute pancreatitis due to different semaglutide regimens: an updated meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lorenzo Martin Lobo", + "middle_name": null, + "last_name": null, + "org_name": "Campo de Mayo Military Hospital", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anti-inflammatory effect of semaglutide: updated systematic review and meta-analysis.", + "rest_events_session_count": 1, + "rest_events_session": "Acute pancreatitis due to different semaglutide regimens: an updated meta-analysis.", + "events_topic": "Pancreatitis | Semaglutide", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lorenzo Martin Lobo ", + "kol_full_name": "Lorenzo Martin Lobo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Radiotherapy | Tachycardia, Ventricular | Ablation Techniques | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458670", + "session_name": "Cardiac motion in patients with ventricular tachycardia: potential implications for the treatment of patients candidates to stereotactic arrhythmia radio-ablation (STAR),Preliminary results of the non-invasive cardiac radioablation for ventricular tachycardia study; an in silico dosimetric comparison of photon vs proton radiotherapy for ventricular arrhythmias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luca Vicini Scajola", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac motion in patients with ventricular tachycardia: potential implications for the treatment of patients candidates to stereotactic arrhythmia radio-ablation (STAR)", + "rest_events_session_count": 1, + "rest_events_session": "Preliminary results of the non-invasive cardiac radioablation for ventricular tachycardia study; an in silico dosimetric comparison of photon vs proton radiotherapy for ventricular arrhythmias", + "events_topic": "Radiotherapy | Tachycardia, Ventricular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ablation Techniques | Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luca Vicini Scajola ", + "kol_full_name": "Luca Vicini Scajola " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease | Carotid Stent", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456480", + "session_name": "Carotid stenting: con,Invasive treatment of peripheral arterial disease: these boots are made for walking", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maarit Venermo", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Central Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Carotid stenting: con", + "rest_events_session_count": 1, + "rest_events_session": "Invasive treatment of peripheral arterial disease: these boots are made for walking", + "events_topic": "Peripheral Arterial Disease | Carotid Stent", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maarit Venermo ", + "kol_full_name": "Maarit Venermo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Storage Disease | Myocardial Thickness | Cardiac Magnetic Resonance Imaging | Electrocardiography | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457515", + "session_name": "Using the familiar to diagnose the rare: from electrocardiogram to cardiac storage disease,Influence of peak exercise-induced blood pressure on basal to apical myocardial wall thickness in elite athletes: a sex-specific CMR study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maarten Van Diepen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Using the familiar to diagnose the rare: from electrocardiogram to cardiac storage disease", + "rest_events_session_count": 1, + "rest_events_session": "Influence of peak exercise-induced blood pressure on basal to apical myocardial wall thickness in elite athletes: a sex-specific CMR study", + "events_topic": "Cardiac Storage Disease | Myocardial Thickness ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiac Magnetic Resonance Imaging | Electrocardiography | Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maarten Van Diepen ", + "kol_full_name": "Maarten Van Diepen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Ventricular Dysfunction, Right | Cardiac Resynchronization Therapy | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460293", + "session_name": "Prognostic value of the right coronary venous anatomy in patients undergoing cardiac resynchronization therapy,Electrocardiographic markers of depolarization and repolarization in lead V1 predict right ventricular dysfunction in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Madalina Patricia Moldovan", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute Nicolae Stancioiu", + "Country": "Romania", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of the right coronary venous anatomy in patients undergoing cardiac resynchronization therapy", + "rest_events_session_count": 1, + "rest_events_session": "Electrocardiographic markers of depolarization and repolarization in lead V1 predict right ventricular dysfunction in patients with heart failure", + "events_topic": "Heart Failure | Ventricular Dysfunction, Right ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Resynchronization Therapy | Electrocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Madalina Patricia Moldovan ", + "kol_full_name": "Madalina Patricia Moldovan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hyponatremia | Oxygen Consumption | Diabetes Mellitus, Type 2 | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457566", + "session_name": "Determinants of changes in peak oxygen consumption in patients with new onset heart failure,Hyponatremia and risk of new-onset heart failure in patients with type 2 diabetes - a real-world study of 70,000 patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mads Jensen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Determinants of changes in peak oxygen consumption in patients with new onset heart failure", + "rest_events_session_count": 2, + "rest_events_session": "Hyponatremia and risk of new-onset heart failure in patients with type 2 diabetes - a real-world study of 70,000 patients", + "events_topic": "Hyponatremia | Oxygen Consumption ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diabetes Mellitus, Type 2 | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mads Jensen ", + "kol_full_name": "Mads Jensen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease | Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456104", + "session_name": "Personalising cardiovascular care in congenital heart disease,Structural intervention meets adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maiy Hamdy El Sayed", + "middle_name": null, + "last_name": null, + "org_name": "Ain Shams University Hospital", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalising cardiovascular care in congenital heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Structural intervention meets adult congenital heart disease", + "events_topic": "Adult Congenital Heart Disease | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maiy Hamdy El Sayed ", + "kol_full_name": "Maiy Hamdy El Sayed " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Smoking Cessation | Atherosclerosis | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457554", + "session_name": "Associations of smoking status with long-term cardiovascular events in different arterial territories: the EPIC Norfolk prospective population cohort,Heterogeneous associations of traditional atherosclerotic risk factors and long-term events in different arterial territories: the EPIC Norfolk prospective population cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Manon van den Bogaart", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations of smoking status with long-term cardiovascular events in different arterial territories: the EPIC Norfolk prospective population cohort", + "rest_events_session_count": 1, + "rest_events_session": "Heterogeneous associations of traditional atherosclerotic risk factors and long-term events in different arterial territories: the EPIC Norfolk prospective population cohort", + "events_topic": "Smoking Cessation | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manon van den Bogaart ", + "kol_full_name": "Manon van den Bogaart " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Surgical Procedures | Rosuvastatin Calcium | Simulation Training | Atherosclerotic Plaque Microcalcification", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458371", + "session_name": "Simulation training for invasive cardiovascular procedures: the Heart-SIMS-1 study,Rosuvastatin effect on atherosclerotic plaque microcalcification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Manuel Oliveira Santos", + "middle_name": null, + "last_name": null, + "org_name": "University Hospitals of Coimbra", + "Country": "Portugal", + "Region": "Coimbra", + "City": "Coimbra", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Simulation training for invasive cardiovascular procedures: the Heart-SIMS-1 study", + "rest_events_session_count": 1, + "rest_events_session": "Rosuvastatin effect on atherosclerotic plaque microcalcification", + "events_topic": "Cardiovascular Surgical Procedures | Rosuvastatin Calcium ", + "rest_events_topic_count": 2, + "rest_events_topic": " Simulation Training | Atherosclerotic Plaque Microcalcification", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manuel Oliveira Santos ", + "kol_full_name": "Manuel Oliveira Santos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Diagnostic Imaging | Neoplasms | Risk Assessment | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456071", + "session_name": "Cardiovascular complications in cardio-oncology: risk assessment,Cardiomyopathy in cancer patients: prevalence, risk assessment, imaging, and prevention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Manyoo Agarwal", + "middle_name": null, + "last_name": null, + "org_name": "Cleveland Clinic", + "Country": "United Arab Emirates", + "Region": "Abu Zaby", + "City": "Abu Dhabi", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular complications in cardio-oncology: risk assessment", + "rest_events_session_count": 4, + "rest_events_session": "Cardiomyopathy in cancer patients: prevalence, risk assessment, imaging, and prevention", + "events_topic": "Cardiovascular Diseases | Diagnostic Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Neoplasms | Risk Assessment | Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manyoo Agarwal ", + "kol_full_name": "Manyoo Agarwal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vascular Dysfunction | Obesity | Heart Failure | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458144", + "session_name": "Obesity plays a key role in inducing myocardial and vascular dysfunction in a translational model of heart failure with preserved ejection fraction in rats,Clinical and laboratorial profile of patients with ATTR cardiomyopathy: comparison between wild type and p.Val142Ile forms in the Brazilian population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marcus Simoes", + "middle_name": null, + "last_name": null, + "org_name": "Medical School of Ribeirao Preto", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obesity plays a key role in inducing myocardial and vascular dysfunction in a translational model of heart failure with preserved ejection fraction in rats", + "rest_events_session_count": 1, + "rest_events_session": "Clinical and laboratorial profile of patients with ATTR cardiomyopathy: comparison between wild type and p.Val142Ile forms in the Brazilian population", + "events_topic": "Vascular Dysfunction | Obesity ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Failure | Amyloidosis, Hereditary, Transthyretin-Related", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marcus Simoes ", + "kol_full_name": "Marcus Simoes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Telerehabilitation | Cardiac Rehabilitation | Heart Failure, Systolic, Systolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456271", + "session_name": "Tele-rehabilitation: alternative and/or adjunct to conventional cardiac rehabilitation?,Heart failure with reduced left ventricular ejection fraction / acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Alexandra Ciuca-Pana", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Carol Davila", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tele-rehabilitation: alternative and/or adjunct to conventional cardiac rehabilitation?", + "rest_events_session_count": 1, + "rest_events_session": "Heart failure with reduced left ventricular ejection fraction / acute heart failure", + "events_topic": "Telerehabilitation | Cardiac Rehabilitation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Systolic, Systolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Alexandra Ciuca-Pana ", + "kol_full_name": "Maria Alexandra Ciuca-Pana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Mental Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456429", + "session_name": "Innovative approaches to delivering cardiovascular care,Cognitive and mental health aspects of cardiovascular conditions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Hayes", + "middle_name": null, + "last_name": null, + "org_name": "Blackrock Clinic", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovative approaches to delivering cardiovascular care", + "rest_events_session_count": 1, + "rest_events_session": "Cognitive and mental health aspects of cardiovascular conditions", + "events_topic": "Cardiovascular Diseases | Mental Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Hayes ", + "kol_full_name": "Maria Hayes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Right | Trastuzumab | Anthracyclines | Cardiac Myxofibrosarcoma | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458329", + "session_name": "Cardiac myxofibrosarcoma: a diagnostic and therapeutic challenge,Assessment of right ventricular dysfunction in breast cancer patients undergoing anthracycline and trastuzumab treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Jose Santa Ana-Bayona", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac myxofibrosarcoma: a diagnostic and therapeutic challenge", + "rest_events_session_count": 1, + "rest_events_session": "Assessment of right ventricular dysfunction in breast cancer patients undergoing anthracycline and trastuzumab treatment", + "events_topic": "Ventricular Dysfunction, Right | Trastuzumab ", + "rest_events_topic_count": 3, + "rest_events_topic": " Anthracyclines | Cardiac Myxofibrosarcoma | Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Jose Santa Ana-Bayona ", + "kol_full_name": "Maria Jose Santa Ana-Bayona " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457070", + "session_name": "Nationwide analysis of all cardiovascular hospitalizations in Greece,Nationwide mortality trends of cardiovascular diseases from 2001 to 2020 in Greece", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Nikolaou", + "middle_name": null, + "last_name": null, + "org_name": "Amalia Fleming Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nationwide analysis of all cardiovascular hospitalizations in Greece", + "rest_events_session_count": 1, + "rest_events_session": "Nationwide mortality trends of cardiovascular diseases from 2001 to 2020 in Greece", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Nikolaou ", + "kol_full_name": "Maria Nikolaou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Femoropopliteal Lesions | Prediabetes | Paclitaxel-Coated Balloons | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458046", + "session_name": "Safety and efficacy of low-dose versus high-dose paclitaxel-coated balloons in patients with femoropopliteal lesions: an updated and meta-analysis.,Prediabetes compared to diabetes in acute coronary syndrome: a meta-analysis of 8,071,972 patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariam Desouki", + "middle_name": null, + "last_name": null, + "org_name": "Alexandria University hospital", + "Country": "Egypt", + "Region": "Suhaj", + "City": "Alexandria", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and efficacy of low-dose versus high-dose paclitaxel-coated balloons in patients with femoropopliteal lesions: an updated and meta-analysis.", + "rest_events_session_count": 3, + "rest_events_session": "Prediabetes compared to diabetes in acute coronary syndrome: a meta-analysis of 8,071,972 patients", + "events_topic": "Femoropopliteal Lesions | Prediabetes ", + "rest_events_topic_count": 2, + "rest_events_topic": " Paclitaxel-Coated Balloons | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariam Desouki ", + "kol_full_name": "Mariam Desouki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherectomy, Coronary | Tachycardia, Ventricular | Angioplasty | Chagas Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458780", + "session_name": "Radial versus femoral access for rotational atherectomy angioplasty,Chagas myocardiopathy: a case of ventricular tachycardia in a non-endemic setting.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariana Carvalho", + "middle_name": null, + "last_name": null, + "org_name": "Leiria Hospital Centre", + "Country": "Portugal", + "Region": "Leiria", + "City": "Leiria", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Radial versus femoral access for rotational atherectomy angioplasty", + "rest_events_session_count": 1, + "rest_events_session": "Chagas myocardiopathy: a case of ventricular tachycardia in a non-endemic setting.", + "events_topic": "Atherectomy, Coronary | Tachycardia, Ventricular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Angioplasty | Chagas Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariana Carvalho ", + "kol_full_name": "Mariana Carvalho " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Heart Valve Diseases | Anticoagulants Therapy | Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456282", + "session_name": "Oral anticoagulant therapy for atrial fibrillation in clinical practice,Advancing valvular heart disease evaluation: the role of imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariana Floria", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Gr. T. Popa", + "Country": "Romania", + "Region": "Iasi", + "City": "Iasi", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Oral anticoagulant therapy for atrial fibrillation in clinical practice", + "rest_events_session_count": 1, + "rest_events_session": "Advancing valvular heart disease evaluation: the role of imaging", + "events_topic": "Atrial Fibrillation | Heart Valve Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Anticoagulants Therapy | Diagnostic Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariana Floria ", + "kol_full_name": "Mariana Floria " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459353", + "session_name": "ClinicAl verSus algorIthmic predictioN of Obstructive Coronary Artery Disease - the CASINO study,Diastolic shock index: a novel prognostic parameter unveiling insights into vasodilatory cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariana Sousa Paiva", + "middle_name": null, + "last_name": null, + "org_name": "Western Lisbon Hospital Centre, EPE", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ClinicAl verSus algorIthmic predictioN of Obstructive Coronary Artery Disease - the CASINO study", + "rest_events_session_count": 1, + "rest_events_session": "Diastolic shock index: a novel prognostic parameter unveiling insights into vasodilatory cardiogenic shock", + "events_topic": "Shock, Cardiogenic | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariana Sousa Paiva ", + "kol_full_name": "Mariana Sousa Paiva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Occlusion | Percutaneous Coronary Intervention | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458020", + "session_name": "Gender disparities and infective endocarditis burden in the United States and European Union: a comparative analysis,Outcomes by race and ethnicity in patients undergoing percutaneous coronary intervention of chronic total occlusion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marija Petrovic", + "middle_name": null, + "last_name": null, + "org_name": "Mount Sinai St Luke's and Mount Sinai West Hospital", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender disparities and infective endocarditis burden in the United States and European Union: a comparative analysis", + "rest_events_session_count": 1, + "rest_events_session": "Outcomes by race and ethnicity in patients undergoing percutaneous coronary intervention of chronic total occlusion", + "events_topic": "Coronary Occlusion | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Endocarditis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marija Petrovic ", + "kol_full_name": "Marija Petrovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Hypertension, Pulmonary | Thromboembolism | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457049", + "session_name": "Validation of the PESI-Echo score: as a prognostic tool for mortality in acute pulmonary thromboembolism in Mexican population.,Echocardiographic predictors for the development of chronic thromboembolic disease and chronic thromboembolic pulmonary hypertension following acute pulmonary embolism.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mario Alberto Ornelas Casillas", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology Ignacio Chavez", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of the PESI-Echo score: as a prognostic tool for mortality in acute pulmonary thromboembolism in Mexican population.", + "rest_events_session_count": 1, + "rest_events_session": "Echocardiographic predictors for the development of chronic thromboembolic disease and chronic thromboembolic pulmonary hypertension following acute pulmonary embolism.", + "events_topic": "Pulmonary Embolism | Hypertension, Pulmonary ", + "rest_events_topic_count": 2, + "rest_events_topic": " Thromboembolism | Echocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mario Alberto Ornelas Casillas ", + "kol_full_name": "Mario Alberto Ornelas Casillas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Echocardiography | Cardiac Myosins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460925", + "session_name": "Navigating hypertrophic cardiomyopathy (HCM) echo imaging with cardiac myosin inhibitors,Navigating hypertrophic cardiomyopathy echo imaging with cardiac myosin inhibitors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Martin Altersberger", + "middle_name": null, + "last_name": null, + "org_name": "Pyhrn Eisenwurzen Clinic Steyr", + "Country": "Austria", + "Region": "Oberosterreich", + "City": "Steyr", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating hypertrophic cardiomyopathy (HCM) echo imaging with cardiac myosin inhibitors", + "rest_events_session_count": 1, + "rest_events_session": "Navigating hypertrophic cardiomyopathy echo imaging with cardiac myosin inhibitors", + "events_topic": "Cardiomyopathy, Hypertrophic | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Myosins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin Altersberger ", + "kol_full_name": "Martin Altersberger " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Heart Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456193", + "session_name": "Pulmonary hypertension,Cardio-oncology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marwa Hemmat Gaber", + "middle_name": null, + "last_name": null, + "org_name": "Medical Research Institute", + "Country": "Egypt", + "Region": "Suhaj", + "City": "Alexandria", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary hypertension", + "rest_events_session_count": 1, + "rest_events_session": "Cardio-oncology", + "events_topic": "Hypertension, Pulmonary | Heart Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marwa Hemmat Gaber ", + "kol_full_name": "Marwa Hemmat Gaber " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease | Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456136", + "session_name": "Optimising care in adult congenital heart disease,New tools for prognostication in congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maryanne Caruana", + "middle_name": null, + "last_name": null, + "org_name": "Mater Dei Hospital", + "Country": "Malta", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising care in adult congenital heart disease", + "rest_events_session_count": 1, + "rest_events_session": "New tools for prognostication in congenital heart disease", + "events_topic": "Adult Congenital Heart Disease | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maryanne Caruana ", + "kol_full_name": "Maryanne Caruana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Vaccination | Diabetes Mellitus | Glucagon-Like Peptide 1 | Influenza, Human", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458826", + "session_name": "Persistence and Adherence to GLP-1 RA treatment in Type 2 Diabetes Mellitus: a Nationwide registry study,Electronic nudge letters to increase influenza vaccination uptake in younger and middle-aged individuals with diabetes: a prespecified analysis of the NUDGE-FLU-CHRONIC trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mats Christian Hoejbjerg Lassen", + "middle_name": null, + "last_name": null, + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Persistence and Adherence to GLP-1 RA treatment in Type 2 Diabetes Mellitus: a Nationwide registry study", + "rest_events_session_count": 1, + "rest_events_session": "Electronic nudge letters to increase influenza vaccination uptake in younger and middle-aged individuals with diabetes: a prespecified analysis of the NUDGE-FLU-CHRONIC trial", + "events_topic": "Diabetes Mellitus, Type 2 | Vaccination ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diabetes Mellitus | Glucagon-Like Peptide 1 | Influenza, Human", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mats Christian Hoejbjerg Lassen ", + "kol_full_name": "Mats Christian Hoejbjerg Lassen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Telemedicine | Digital Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456280", + "session_name": "Innovations in telemedicine, robotics, and digital solutions,Innovations in digital health: from neural tracts to cardiovascular health and innovation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Matthew Barrett", + "middle_name": null, + "last_name": null, + "org_name": "St Vincent's University Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovations in telemedicine", + "rest_events_session_count": 3, + "rest_events_session": " robotics, and digital solutions,Innovations in digital health: from neural tracts to cardiovascular health and innovation", + "events_topic": "Cardiovascular Diseases | Telemedicine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Digital Health", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthew Barrett ", + "kol_full_name": "Matthew Barrett " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Arthritis, Rheumatoid | Diabetes Mellitus | Tirzepatide | Methotrexate | Semaglutide", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459096", + "session_name": "The potential effects of methotrexate on cardiovascular outcomes in rheumatoid arthritis patients: a multi-institutional analysis,Comparison of cardiovascular outcomes in patients with diabetes treated with tirzepatide versus semaglutide: a multi-institutional analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Matthew Cervantes", + "middle_name": null, + "last_name": null, + "org_name": "Baylor University Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The potential effects of methotrexate on cardiovascular outcomes in rheumatoid arthritis patients: a multi-institutional analysis", + "rest_events_session_count": 1, + "rest_events_session": "Comparison of cardiovascular outcomes in patients with diabetes treated with tirzepatide versus semaglutide: a multi-institutional analysis", + "events_topic": "Arthritis, Rheumatoid | Diabetes Mellitus ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tirzepatide | Methotrexate | Semaglutide", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthew Cervantes ", + "kol_full_name": "Matthew Cervantes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Obesity | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457353", + "session_name": "Outcomes of post-acute coronary syndrome patients enrolled in a phase 2 cardiac rehabilitation program,Is the obesity paradox leading to a less stringent secondary prevention strategy in post-acute coronary syndrome patients?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mauro Moreira", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Centre do Tamega e Sousa", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes of post-acute coronary syndrome patients enrolled in a phase 2 cardiac rehabilitation program", + "rest_events_session_count": 1, + "rest_events_session": "Is the obesity paradox leading to a less stringent secondary prevention strategy in post-acute coronary syndrome patients?", + "events_topic": "Cardiac Rehabilitation | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mauro Moreira ", + "kol_full_name": "Mauro Moreira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neprilysin | Heart Failure | Angiotensins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456729", + "session_name": "Angiotensin and angiotensin receptor neprilysin inhibitors in heart failure,Optimal framework for heart-failure care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mayanna Lund", + "middle_name": null, + "last_name": null, + "org_name": "Middlemore Hospital", + "Country": "New Zealand", + "Region": "Auckland", + "City": "Auckland", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angiotensin and angiotensin receptor neprilysin inhibitors in heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Optimal framework for heart-failure care", + "events_topic": "Neprilysin | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiotensins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mayanna Lund ", + "kol_full_name": "Mayanna Lund " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "TIMI Scores | Non-ST Elevated Myocardial Infarction | Cardiomyopathy, Restrictive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458553", + "session_name": "Comparison of GRACE and TIMI risk scores in the prediction of in hospital outcome among NSTEMI patients: a single centre study,An uncommon cause of restrictive cardiomyopathy in a 16 years old teenage girl", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Md Shamim CHOWDHURY", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Foundation Hospital and Research Institute", + "Country": "Bangladesh", + "Region": "Dhaka", + "City": "Dhaka", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of GRACE and TIMI risk scores in the prediction of in hospital outcome among NSTEMI patients: a single centre study", + "rest_events_session_count": 1, + "rest_events_session": "An uncommon cause of restrictive cardiomyopathy in a 16 years old teenage girl", + "events_topic": "TIMI Scores | Non-ST Elevated Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Restrictive", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Md Shamim CHOWDHURY ", + "kol_full_name": "Md Shamim CHOWDHURY " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460946", + "session_name": "Ask the Trialist - MIRACLE-AF,MIRACLE-AF - A Novel Model of IntegRAted Care of OLdEr Patients with Atrial Fibrillation in rural China", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Minglong Chen", + "middle_name": null, + "last_name": null, + "org_name": "The First Affiliated Hospital of Nanjing Medical University", + "Country": "China", + "Region": "Jiangsu", + "City": "Nanjing", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ask the Trialist - MIRACLE-AF", + "rest_events_session_count": 1, + "rest_events_session": "MIRACLE-AF - A Novel Model of IntegRAted Care of OLdEr Patients with Atrial Fibrillation in rural China", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Minglong Chen ", + "kol_full_name": "Minglong Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thromboprophylaxis | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458050", + "session_name": "Cluster-specific risk factors for suboptimal thromboprophylaxis in contemporary European cohort of patients with atrial fibrillation: the EHRA-PATHS Project,Cluster-specific predictors of early rhythm control in contemporary European cohort of patients with atrial fibrillation: The EHRA-PATHS Project", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Miroslav Mihajlovic", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Center of Serbia", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cluster-specific risk factors for suboptimal thromboprophylaxis in contemporary European cohort of patients with atrial fibrillation: the EHRA-PATHS Project", + "rest_events_session_count": 1, + "rest_events_session": "Cluster-specific predictors of early rhythm control in contemporary European cohort of patients with atrial fibrillation: The EHRA-PATHS Project", + "events_topic": "Thromboprophylaxis | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Miroslav Mihajlovic ", + "kol_full_name": "Miroslav Mihajlovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Therapeutics | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456509", + "session_name": "Hypertension: biomarkers, genetics, and molecular mechanisms,Novel and old treatments, evidence in large populations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mohamed Alami", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension: biomarkers", + "rest_events_session_count": 4, + "rest_events_session": " genetics, and molecular mechanisms,Novel and old treatments, evidence in large populations", + "events_topic": "Hypertension | Therapeutics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohamed Alami ", + "kol_full_name": "Mohamed Alami " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Heparin | Heart Failure | Percutaneous Coronary Intervention | Ablation Techniques | Bivalirudin | Atrial Fibrillation | Hemorrhage", + "npi_num": "1790426997", + "hcp_pin_alias": "FU_HCP_5458325", + "session_name": "The efficacy of catheter ablation compared to medical therapy in heart failure patients with concomitant atrial fibrillation: A meta-analysis of randomized controlled trials,Impact of bivalirudin versus heparin on major bleeding during Percutaneous Coronary Interventions (PCI): an updated meta-analysis of Randomized Controlled Trials (RCTs)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mohammad Ishrak Khan", + "middle_name": null, + "last_name": null, + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The efficacy of catheter ablation compared to medical therapy in heart failure patients with concomitant atrial fibrillation: A meta-analysis of randomized controlled trials", + "rest_events_session_count": 1, + "rest_events_session": "Impact of bivalirudin versus heparin on major bleeding during Percutaneous Coronary Interventions (PCI): an updated meta-analysis of Randomized Controlled Trials (RCTs)", + "events_topic": "Catheter Ablation | Heparin ", + "rest_events_topic_count": 6, + "rest_events_topic": " Heart Failure | Percutaneous Coronary Intervention | Ablation Techniques | Bivalirudin | Atrial Fibrillation | Hemorrhage", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohammad Ishrak Khan ", + "kol_full_name": "Mohammad Ishrak Khan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Pulmonary Arterial Coupling | Transcatheter Aortic Valve Replacement | Extracorporeal Membrane Oxygenation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459087", + "session_name": "Association between arterial oxygen tension with clinical outcomes in patients undergoing VA-ECMO support: a systematic review and dose-response meta-analysis,Echocardiographic evaluation of right ventricle to pulmonary artery coupling in patients undergoing transcatheter aortic valve implantation: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muammar Emir Ananta", + "middle_name": null, + "last_name": null, + "org_name": "Cempaka Putih Jakarta Islamic Hospital", + "Country": "Indonesia", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between arterial oxygen tension with clinical outcomes in patients undergoing VA-ECMO support: a systematic review and dose-response meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Echocardiographic evaluation of right ventricle to pulmonary artery coupling in patients undergoing transcatheter aortic valve implantation: a systematic review and meta-analysis", + "events_topic": "Echocardiography | Pulmonary Arterial Coupling ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Extracorporeal Membrane Oxygenation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muammar Emir Ananta ", + "kol_full_name": "Muammar Emir Ananta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Clinical Trial | Warfarin | Heparin, Low-Molecular-Weight | Anticoagulants", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457266", + "session_name": "Unfractionated heparin or low molecular weight heparin in patients with acute pulmonary embolism: a meta-analysis of randomized controlled trials,Direct oral anticoagulants or warfarin in patients with left ventricular thrombus: a meta-analysis of randomized clinical trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muhammad Haisum Maqsood", + "middle_name": null, + "last_name": null, + "org_name": "Houston Methodist DeBakey Heart & Vascular Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unfractionated heparin or low molecular weight heparin in patients with acute pulmonary embolism: a meta-analysis of randomized controlled trials", + "rest_events_session_count": 1, + "rest_events_session": "Direct oral anticoagulants or warfarin in patients with left ventricular thrombus: a meta-analysis of randomized clinical trials", + "events_topic": "Pulmonary Embolism | Clinical Trial ", + "rest_events_topic_count": 3, + "rest_events_topic": " Warfarin | Heparin, Low-Molecular-Weight | Anticoagulants", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muhammad Haisum Maqsood ", + "kol_full_name": "Muhammad Haisum Maqsood " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Cardiac Surgical Procedures | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457189", + "session_name": "Long-term risk of heart failure and postoperative atrial fibrillation following noncardiac surgery: not so different from non-surgical atrial fibrillation,Postoperative atrial fibrillation following noncardiac surgery is associated with long-term heart failure: insights from a nationwide cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Munise Nur Karacan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term risk of heart failure and postoperative atrial fibrillation following noncardiac surgery: not so different from non-surgical atrial fibrillation", + "rest_events_session_count": 1, + "rest_events_session": "Postoperative atrial fibrillation following noncardiac surgery is associated with long-term heart failure: insights from a nationwide cohort", + "events_topic": "Heart Failure | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Munise Nur Karacan ", + "kol_full_name": "Munise Nur Karacan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Calreticulin | Reperfusion Injury | Autophagy | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459985", + "session_name": "Pin ameliorates calcium overload and microvascular dysfunction in ischemic cardiac injury by inhibiting chaperone mediated autophagy of calreticulin,MsrB1 protects microvascular ischemia-reperfusion injury by alleviating endothelial ferroptosis via macrophage anti-inflammatory polarization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muyin Liu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pin ameliorates calcium overload and microvascular dysfunction in ischemic cardiac injury by inhibiting chaperone mediated autophagy of calreticulin", + "rest_events_session_count": 1, + "rest_events_session": "MsrB1 protects microvascular ischemia-reperfusion injury by alleviating endothelial ferroptosis via macrophage anti-inflammatory polarization", + "events_topic": "Calreticulin | Reperfusion Injury ", + "rest_events_topic_count": 2, + "rest_events_topic": " Autophagy | Ischemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muyin Liu ", + "kol_full_name": "Muyin Liu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Percutaneous Coronary Intervention | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456670", + "session_name": "The association of diabetes and renal disease with poor percutaneous coronary intervention outcomes,Coronary thrombus management in patients with acute coronary syndromes: insights from Turkish and Italian Cardiac Society perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muzaffer M. Degertekin", + "middle_name": null, + "last_name": null, + "org_name": "Yeditepe University Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association of diabetes and renal disease with poor percutaneous coronary intervention outcomes", + "rest_events_session_count": 1, + "rest_events_session": "Coronary thrombus management in patients with acute coronary syndromes: insights from Turkish and Italian Cardiac Society perspectives", + "events_topic": "Diabetes Mellitus | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muzaffer M. Degertekin ", + "kol_full_name": "Muzaffer M. Degertekin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left | Anthracyclines | Heart Injuries | Triple Negative Breast Neoplasms | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457621", + "session_name": "New onset of left ventricular dysfunction and diastolic dysfunction are uncommon in patients with her2+ breast cancer after completion of cancer therapy.,Comparison of two anthracycline regimens for treatment of breast cancer and the incidence of cardiac injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nichanan Osataphan", + "middle_name": null, + "last_name": null, + "org_name": "Chiang Mai University", + "Country": "Thailand", + "Region": "Chiang Mai", + "City": "Chiang Mai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New onset of left ventricular dysfunction and diastolic dysfunction are uncommon in patients with her2+ breast cancer after completion of cancer therapy.", + "rest_events_session_count": 1, + "rest_events_session": "Comparison of two anthracycline regimens for treatment of breast cancer and the incidence of cardiac injury", + "events_topic": "Ventricular Dysfunction, Left | Anthracyclines ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Injuries | Triple Negative Breast Neoplasms | Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nichanan Osataphan ", + "kol_full_name": "Nichanan Osataphan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "MicroRNAs | Aortic Valve Stenosis | Aortic Valve Insufficiency | Immunoglobulins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459361", + "session_name": "MicroRNA-21-5p has a close longitudinal co-regulation with differentially expressed genes in experimental calcific aortic valve stenosis,Experimental calcific aortic valve stenosis analysis highlights immunoglobulin-derived amyloid formation as emerging basic mechanism of the disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nikolaos Anousakis-Vlachochristou", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens Medical School", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "MicroRNA-21-5p has a close longitudinal co-regulation with differentially expressed genes in experimental calcific aortic valve stenosis", + "rest_events_session_count": 1, + "rest_events_session": "Experimental calcific aortic valve stenosis analysis highlights immunoglobulin-derived amyloid formation as emerging basic mechanism of the disease.", + "events_topic": "MicroRNAs | Aortic Valve Stenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Insufficiency | Immunoglobulins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikolaos Anousakis-Vlachochristou ", + "kol_full_name": "Nikolaos Anousakis-Vlachochristou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Malaria | Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456983", + "session_name": "Advances in HFrEF and HFpEF in Circulation,Malaria and the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ntobeko Ayanda Bubele Ntusi", + "middle_name": null, + "last_name": null, + "org_name": "University of Cape Town", + "Country": "South Africa", + "Region": "Western Cape", + "City": "Cape Town", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advances in HFrEF and HFpEF in Circulation", + "rest_events_session_count": 1, + "rest_events_session": "Malaria and the heart", + "events_topic": "Malaria | Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ntobeko Ayanda Bubele Ntusi ", + "kol_full_name": "Ntobeko Ayanda Bubele Ntusi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Systolic | Kidney Diseases | Stroke Volume | Renal Insufficiency, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458562", + "session_name": "Safety and efficacy of initiation SGLT in heart failure with a reduced left ventricular ejection fraction and chronic kidney disease on top of standard therapy with ARNI or ACE-i,The safety of in-hospital initiation of SGLT2 inhibitor with MRA therapy in patients hospitalized for heart failure with a reduced left ventricular ejection fraction and chronic kidney disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Oksana Obertynska", + "middle_name": null, + "last_name": null, + "org_name": "National Pirogov Memorial Medical University", + "Country": "Ukraine", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and efficacy of initiation SGLT in heart failure with a reduced left ventricular ejection fraction and chronic kidney disease on top of standard therapy with ARNI or ACE-i", + "rest_events_session_count": 1, + "rest_events_session": "The safety of in-hospital initiation of SGLT2 inhibitor with MRA therapy in patients hospitalized for heart failure with a reduced left ventricular ejection fraction and chronic kidney disease", + "events_topic": "Heart Failure, Systolic | Kidney Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke Volume | Renal Insufficiency, Chronic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oksana Obertynska ", + "kol_full_name": "Oksana Obertynska " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Amyloidosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456579", + "session_name": "Amyloidosis,Endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Olivier Clerc", + "middle_name": null, + "last_name": null, + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Amyloidosis", + "rest_events_session_count": 1, + "rest_events_session": "Endocarditis", + "events_topic": "Endocarditis | Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Olivier Clerc ", + "kol_full_name": "Olivier Clerc " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemodynamics | Telemedicine | Stroke | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459122", + "session_name": "The Hidden Culprit: When a Stroke Unveils the Presence of Arteria Lusoria,Beyond telehealth in heart failure, how a nurse-led mobile team unit improves management and reduces re-admission in elderly patients living in a rural area.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Oumama Soussi", + "middle_name": null, + "last_name": null, + "org_name": "Mohammed V University Souissi", + "Country": "Morocco", + "Region": "Rabat-Sale", + "City": "Rabat", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Hidden Culprit: When a Stroke Unveils the Presence of Arteria Lusoria", + "rest_events_session_count": 2, + "rest_events_session": "Beyond telehealth in heart failure, how a nurse-led mobile team unit improves management and reduces re-admission in elderly patients living in a rural area.", + "events_topic": "Hemodynamics | Telemedicine ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oumama Soussi ", + "kol_full_name": "Oumama Soussi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Cardiomyopathy, Hypertrophic | Mitral Valve Insufficiency | Pregnancy | Fabry Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457194", + "session_name": "Management of pregnancy in univentricular heart and pulmonary hypertension,Comparison of mitral valve apparatus anomalies between sarcomeric hypertrophic cardiomyopathy and Fabry disease cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paolo Fabio D'Andria", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of pregnancy in univentricular heart and pulmonary hypertension", + "rest_events_session_count": 1, + "rest_events_session": "Comparison of mitral valve apparatus anomalies between sarcomeric hypertrophic cardiomyopathy and Fabry disease cardiomyopathy", + "events_topic": "Hypertension, Pulmonary | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 3, + "rest_events_topic": " Mitral Valve Insufficiency | Pregnancy | Fabry Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paolo Fabio D'Andria ", + "kol_full_name": "Paolo Fabio D'Andria " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Empagliflozin | Heart Failure | Dapagliflozin | Tachycardia, Ventricular | Mortality", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458563", + "session_name": "Comparison of ventricular tachyarrhythmias in HF patients on dapagliflozin versus empagliflozin,Comparison of mortality and hospitalizations in HF patients on dapagliflozin versus empagliflozin", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Parker Wilson", + "middle_name": null, + "last_name": null, + "org_name": "Baylor University Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of ventricular tachyarrhythmias in HF patients on dapagliflozin versus empagliflozin", + "rest_events_session_count": 1, + "rest_events_session": "Comparison of mortality and hospitalizations in HF patients on dapagliflozin versus empagliflozin", + "events_topic": "Empagliflozin | Heart Failure ", + "rest_events_topic_count": 3, + "rest_events_topic": " Dapagliflozin | Tachycardia, Ventricular | Mortality", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Parker Wilson ", + "kol_full_name": "Parker Wilson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Wound Healing | Restenosis | Chitosan | Atherosclerosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458500", + "session_name": "A baculoviral gene and drug-eluting (GDES) stent to promote re-endothelialization and prevent restenosis caused by atherosclerosis.,Alginate-chitosan hydrogel formulations for VEGFA expressed baculovirus delivery promoting angiogenesis for wound healing and revascularization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paromita Islam", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A baculoviral gene and drug-eluting (GDES) stent to promote re-endothelialization and prevent restenosis caused by atherosclerosis.", + "rest_events_session_count": 1, + "rest_events_session": "Alginate-chitosan hydrogel formulations for VEGFA expressed baculovirus delivery promoting angiogenesis for wound healing and revascularization", + "events_topic": "Wound Healing | Restenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chitosan | Atherosclerosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paromita Islam ", + "kol_full_name": "Paromita Islam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Myocardial Infarction | Adrenergic Beta-Antagonists | Anticoagulants | Heart Failure, Systolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457274", + "session_name": "Mortality effects of beta-blockers on myocardial infarction in patients without reduced ejection fraction or heart failure in the contemporary reperfusion era : a systematic review and meta-analysis,Oral anticoagulants or antiplatelets for cryptogenic stroke: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pei-Lun Lee", + "middle_name": null, + "last_name": null, + "org_name": "NYC health and hospitals/Jacobi - Albert Eistein College of Medicine", + "Country": "United States", + "Region": "New York", + "City": "Bronx", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mortality effects of beta-blockers on myocardial infarction in patients without reduced ejection fraction or heart failure in the contemporary reperfusion era : a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Oral anticoagulants or antiplatelets for cryptogenic stroke: a systematic review and meta-analysis", + "events_topic": "Stroke | Myocardial Infarction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Adrenergic Beta-Antagonists | Anticoagulants | Heart Failure, Systolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pei-Lun Lee ", + "kol_full_name": "Pei-Lun Lee " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Proenkephalin | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457364", + "session_name": "Proenkephalin improves risk prediction in acute coronary syndromes: derivation and external validation of the KID-ACS risk score,External validation of the CA-AKI score in patients with acute coronary syndrome: A real-world cohort analysis from Asia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Peizhi Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proenkephalin improves risk prediction in acute coronary syndromes: derivation and external validation of the KID-ACS risk score", + "rest_events_session_count": 1, + "rest_events_session": "External validation of the CA-AKI score in patients with acute coronary syndrome: A real-world cohort analysis from Asia", + "events_topic": "Proenkephalin | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Peizhi Wang ", + "kol_full_name": "Peizhi Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Myocardial Infarction | Heart Septal Defects, Ventricular | Mechanical Circulatory Support | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459418", + "session_name": "Extracorporeal membrane oxygenation (ECMO) in cardiogenic shock: the Czech perspective,Direct comparison of mechanical circulatory support devices in porcine model of acute myocardial infarction complicated by ventricular septal defect and cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petr Ostadal", + "middle_name": null, + "last_name": null, + "org_name": "Motol University Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extracorporeal membrane oxygenation (ECMO) in cardiogenic shock: the Czech perspective", + "rest_events_session_count": 1, + "rest_events_session": "Direct comparison of mechanical circulatory support devices in porcine model of acute myocardial infarction complicated by ventricular septal defect and cardiogenic shock", + "events_topic": "Extracorporeal Membrane Oxygenation | Myocardial Infarction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Septal Defects, Ventricular | Mechanical Circulatory Support | Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petr Ostadal ", + "kol_full_name": "Petr Ostadal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Stroke | Carotid Stent", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460072", + "session_name": "Carotid stenting: pro,The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petr Widimsky", + "middle_name": null, + "last_name": null, + "org_name": "Charles University of Prague", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Carotid stenting: pro", + "rest_events_session_count": 1, + "rest_events_session": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel", + "events_topic": "Cardiovascular Diseases | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carotid Stent", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petr Widimsky ", + "kol_full_name": "Petr Widimsky " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456427", + "session_name": "Medical therapy in acute heart failure: vision from Cyprus - discussion of guideline implementation,Heart failure: bench to bedside", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petros Agathangelou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Medical therapy in acute heart failure: vision from Cyprus - discussion of guideline implementation", + "rest_events_session_count": 1, + "rest_events_session": "Heart failure: bench to bedside", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petros Agathangelou ", + "kol_full_name": "Petros Agathangelou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Finerenone | Fibroblast Growth Factor 2 | Diet, High-Fat | Obesity | Heart Failure | Canagliflozin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460570", + "session_name": "Highlights from FINEARTS-HF and FINE-HEART: the role of finerenone in heart failure,Activation of fibroblast growth factor 21 by Canagliflozin reduces high-fat diet associated obesity-related cardiac injury: a translational study from bench to bedside", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ping-Yen Liu", + "middle_name": null, + "last_name": null, + "org_name": "National Cheng Kung University Hospital", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Tainan", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Highlights from FINEARTS-HF and FINE-HEART: the role of finerenone in heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Activation of fibroblast growth factor 21 by Canagliflozin reduces high-fat diet associated obesity-related cardiac injury: a translational study from bench to bedside", + "events_topic": "Finerenone | Fibroblast Growth Factor 2 ", + "rest_events_topic_count": 4, + "rest_events_topic": " Diet, High-Fat | Obesity | Heart Failure | Canagliflozin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ping-Yen Liu ", + "kol_full_name": "Ping-Yen Liu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases | Ablation Techniques | Outflow Tract Ventricular Arrhythmia | Catheter Ablation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458673", + "session_name": "Safety and efficacy of ultra-long intermediate-power ablation for outflow tract ventricular arrhythmia arising from the left ventricular summit,Machine-learning models to predict the risk of recurrent VT following catheter ablation in patients with structural heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pragyat Futela", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and efficacy of ultra-long intermediate-power ablation for outflow tract ventricular arrhythmia arising from the left ventricular summit", + "rest_events_session_count": 1, + "rest_events_session": "Machine-learning models to predict the risk of recurrent VT following catheter ablation in patients with structural heart disease", + "events_topic": "Heart Diseases | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Outflow Tract Ventricular Arrhythmia | Catheter Ablation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pragyat Futela ", + "kol_full_name": "Pragyat Futela " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy | Child Health | Angina Pectoris", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460893", + "session_name": "Are we addressing patients' needs? PACT Angina survey results,Are we addressing patients' needs? PACT Angina survey results", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rajeev Agarwala", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Are we addressing patients' needs? PACT Angina survey results", + "rest_events_session_count": 1, + "rest_events_session": "Are we addressing patients' needs? PACT Angina survey results", + "events_topic": "Cardiac Resynchronization Therapy | Child Health ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angina Pectoris", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rajeev Agarwala ", + "kol_full_name": "Rajeev Agarwala " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Echocardiography | Cardiac Myosins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460926", + "session_name": "Navigating hypertrophic cardiomyopathy (HCM) echo imaging with cardiac myosin inhibitors,Navigating hypertrophic cardiomyopathy echo imaging with cardiac myosin inhibitors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Raluca Elena Dulgheru", + "middle_name": null, + "last_name": null, + "org_name": "University of Liege", + "Country": "Belgium", + "Region": "Liege", + "City": "Liege", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating hypertrophic cardiomyopathy (HCM) echo imaging with cardiac myosin inhibitors", + "rest_events_session_count": 1, + "rest_events_session": "Navigating hypertrophic cardiomyopathy echo imaging with cardiac myosin inhibitors", + "events_topic": "Cardiomyopathy, Hypertrophic | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Myosins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raluca Elena Dulgheru ", + "kol_full_name": "Raluca Elena Dulgheru " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456512", + "session_name": "Hypertension: lifestyle and environment,Challenges in hypertension management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Renata Cifkova", + "middle_name": null, + "last_name": null, + "org_name": "First Faculty of Medicine and Thomyer University Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension: lifestyle and environment", + "rest_events_session_count": 1, + "rest_events_session": "Challenges in hypertension management", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Renata Cifkova ", + "kol_full_name": "Renata Cifkova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Disease Management | Obesity | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459046", + "session_name": "Patient perspective on treatment of obesity,Cardiovascular disease management in patients with cancer - patient perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Richard Stephens", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient perspective on treatment of obesity", + "rest_events_session_count": 1, + "rest_events_session": "Cardiovascular disease management in patients with cancer - patient perspective", + "events_topic": "Disease Management | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Richard Stephens ", + "kol_full_name": "Richard Stephens " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458255", + "session_name": "What is the true normal: comparison of different equations for estimating peak oxygen uptake for outcome prediction in heart failure,Revisiting risk stratification in hypertrophic cardiomyopathy after the recent guidelines - LGE remains tough to beat", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rita Amador", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Santa Cruz", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What is the true normal: comparison of different equations for estimating peak oxygen uptake for outcome prediction in heart failure", + "rest_events_session_count": 1, + "rest_events_session": "Revisiting risk stratification in hypertrophic cardiomyopathy after the recent guidelines - LGE remains tough to beat", + "events_topic": "Heart Failure | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rita Amador ", + "kol_full_name": "Rita Amador " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Monitors | Cardiac Pacing, Artificial | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456314", + "session_name": "Optimising AF management with insertable cardiac monitors and AI,Restore or preserve ventricular synchrony: when and why to use conduction system pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Robert Hatala", + "middle_name": null, + "last_name": null, + "org_name": "The National Institute of Cardiovascular Diseases", + "Country": "Slovakia", + "Region": "Bratislavsky", + "City": "Bratislava", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising AF management with insertable cardiac monitors and AI", + "rest_events_session_count": 1, + "rest_events_session": "Restore or preserve ventricular synchrony: when and why to use conduction system pacing", + "events_topic": "Cardiac Monitors | Cardiac Pacing, Artificial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robert Hatala ", + "kol_full_name": "Robert Hatala " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Ischemia | Perfusion Imaging | Saphenous Vein Grafts | Hydrostatic Pressure | Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457678", + "session_name": "The impact of hydrostatic pressure on fractional flow reserve in saphenous vein grafts,Fractional flow reserve in saphenous vein grafts for the detection of myocardial ischemia determined by perfusion imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Roel Hoek", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of hydrostatic pressure on fractional flow reserve in saphenous vein grafts", + "rest_events_session_count": 1, + "rest_events_session": "Fractional flow reserve in saphenous vein grafts for the detection of myocardial ischemia determined by perfusion imaging", + "events_topic": "Myocardial Ischemia | Perfusion Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Saphenous Vein Grafts | Hydrostatic Pressure | Diagnostic Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roel Hoek ", + "kol_full_name": "Roel Hoek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456505", + "session_name": "Sex differences and ethnic disparity in acute coronary syndromes,Risk factors, risk scores, and outcomes after acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rokas Serpytis", + "middle_name": null, + "last_name": null, + "org_name": "Vilnius University Hospital Santaros Clinics", + "Country": "Lithuania", + "Region": "Vilniaus Apskritis", + "City": "Vilnius", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences and ethnic disparity in acute coronary syndromes", + "rest_events_session_count": 3, + "rest_events_session": "Risk factors, risk scores, and outcomes after acute coronary syndromes", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rokas Serpytis ", + "kol_full_name": "Rokas Serpytis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Photoplethysmography | Skin Pigmentation | Plethysmography | Heart Arrest", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457119", + "session_name": "Automated cardiac arrest detection using a photoplethysmography wristband: algorithm performance in relation to sex, skin color type and arm hair density,Automated cardiac arrest DETECTion incorporated into a wristband: validation of a photoplethysmography algorithm in patients with spontaneous and induced cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Roos Edgar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Automated cardiac arrest detection using a photoplethysmography wristband: algorithm performance in relation to sex", + "rest_events_session_count": 2, + "rest_events_session": " skin color type and arm hair density,Automated cardiac arrest DETECTion incorporated into a wristband: validation of a photoplethysmography algorithm in patients with spontaneous and induced cardiac arrest", + "events_topic": "Photoplethysmography | Skin Pigmentation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Plethysmography | Heart Arrest", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roos Edgar ", + "kol_full_name": "Roos Edgar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Risk Assessment | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456240", + "session_name": "ESC TV Today Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology,Artificial intelligence-powered cardiovascular risk assessment: machine learning for disease detection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ruben Casado Arroyo", + "middle_name": null, + "last_name": null, + "org_name": "ULB", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV Today Roundtable on Cardiology Today and Tomorrow: how will artificial intelligence change the practice of cardiology", + "rest_events_session_count": 1, + "rest_events_session": "Artificial intelligence-powered cardiovascular risk assessment: machine learning for disease detection", + "events_topic": "Machine Learning | Risk Assessment ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruben Casado Arroyo ", + "kol_full_name": "Ruben Casado Arroyo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Heart Failure | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456494", + "session_name": "2023 ESC Guidelines for the Management of Cardiovascular Disease in Patients with Diabetes: what do the guidelines say and how to implement the guidelines?,Comorbidities in heart failure: latest findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ruxandra Maria Christodorescu", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Victor Babes", + "Country": "Romania", + "Region": "Timis", + "City": "Timisoara", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2023 ESC Guidelines for the Management of Cardiovascular Disease in Patients with Diabetes: what do the guidelines say and how to implement the guidelines?", + "rest_events_session_count": 1, + "rest_events_session": "Comorbidities in heart failure: latest findings", + "events_topic": "Diabetes Mellitus | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruxandra Maria Christodorescu ", + "kol_full_name": "Ruxandra Maria Christodorescu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456589", + "session_name": "Prospects for implementation and effectiveness assessment of national protocols for acute coronary syndromes in Kazakhstan and Kyrgyzstan: challenges and opportunities,Risk score for risk prediction in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Salim Berkinbayev", + "middle_name": null, + "last_name": null, + "org_name": "Kazakh National Medical University", + "Country": "Kazakhstan", + "Region": "Almaty", + "City": "Almaty", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prospects for implementation and effectiveness assessment of national protocols for acute coronary syndromes in Kazakhstan and Kyrgyzstan: challenges and opportunities", + "rest_events_session_count": 1, + "rest_events_session": "Risk score for risk prediction in cardiovascular disease", + "events_topic": "Cardiovascular Diseases | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Salim Berkinbayev ", + "kol_full_name": "Salim Berkinbayev " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemodynamics | Tricuspid Valve Insufficiency | Muscular Diseases | Heart Failure, Diastolic | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457846", + "session_name": "Prevalence of transthyretin amyloid cardiomyopathy in patients hospitalised for heart failure with preserved ejection fraction in an LATAM center.,Prognostic value of hemodynamically significant secondary tricuspid regurgitation in patients hospitalised for heart failure with preserved ejection fraction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Santiago Decotto", + "middle_name": null, + "last_name": null, + "org_name": "Italian Hospital of Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of transthyretin amyloid cardiomyopathy in patients hospitalised for heart failure with preserved ejection fraction in an LATAM center.", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic value of hemodynamically significant secondary tricuspid regurgitation in patients hospitalised for heart failure with preserved ejection fraction.", + "events_topic": "Hemodynamics | Tricuspid Valve Insufficiency ", + "rest_events_topic_count": 3, + "rest_events_topic": " Muscular Diseases | Heart Failure, Diastolic | Amyloidosis, Hereditary, Transthyretin-Related", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Santiago Decotto ", + "kol_full_name": "Santiago Decotto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Artificial Intelligence | Coronary Artery Disease | Hemorrhage | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457733", + "session_name": "Artificial intelligence-based automated plaque quantification from CCTA to predict acute coronary syndrome on top of obstructive or ischemic coronary artery disease,The impact of targeted bleeding source treatment on the risk of recurrent bleeding after percutaneous coronary intervention among patients with a history of prior bleeding", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sarah Bar", + "middle_name": null, + "last_name": null, + "org_name": "Turku University Hospital", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence-based automated plaque quantification from CCTA to predict acute coronary syndrome on top of obstructive or ischemic coronary artery disease", + "rest_events_session_count": 1, + "rest_events_session": "The impact of targeted bleeding source treatment on the risk of recurrent bleeding after percutaneous coronary intervention among patients with a history of prior bleeding", + "events_topic": "Percutaneous Coronary Intervention | Artificial Intelligence ", + "rest_events_topic_count": 3, + "rest_events_topic": " Coronary Artery Disease | Hemorrhage | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarah Bar ", + "kol_full_name": "Sarah Bar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Recurrence | Wearable Electronic Devices | Mental Health | Digital Health | Coronary Artery Disease | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456862", + "session_name": "Fear of recurrence and its association with mental health outcomes after spontaneous coronary artery dissection (SCAD),Digital health: value of data from wearable devices before and after acute cardiac presentations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sarah Tomoyo Clarke", + "middle_name": null, + "last_name": null, + "org_name": "Royal Papworth Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fear of recurrence and its association with mental health outcomes after spontaneous coronary artery dissection (SCAD)", + "rest_events_session_count": 1, + "rest_events_session": "Digital health: value of data from wearable devices before and after acute cardiac presentations", + "events_topic": "Recurrence | Wearable Electronic Devices ", + "rest_events_topic_count": 4, + "rest_events_topic": " Mental Health | Digital Health | Coronary Artery Disease | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarah Tomoyo Clarke ", + "kol_full_name": "Sarah Tomoyo Clarke " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis | Behcet Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459855", + "session_name": "Vascular thrombosis and relapse-associated factors in Behcet's syndrome: a comprehensive analysis of 136 patients,Pulmonary artery thrombosis in Behcet's syndrome: a case series", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sarra Chadli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vascular thrombosis and relapse-associated factors in Behcet's syndrome: a comprehensive analysis of 136 patients", + "rest_events_session_count": 1, + "rest_events_session": "Pulmonary artery thrombosis in Behcet's syndrome: a case series", + "events_topic": "Thrombosis | Behcet Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarra Chadli ", + "kol_full_name": "Sarra Chadli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Heart Diseases | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456039", + "session_name": "Gender differences in heart disease,Biomarkers to assess cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sayuri Inuzuka", + "middle_name": null, + "last_name": null, + "org_name": "Federal University of Goias", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender differences in heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Biomarkers to assess cardiovascular risk", + "events_topic": "Heart Disease Risk Factors | Heart Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sayuri Inuzuka ", + "kol_full_name": "Sayuri Inuzuka " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Exome Sequencing | Aortic Valve Stenosis | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457024", + "session_name": "Pathogenic cardiomyopathy gene variants inform prognosis in atrial fibrillation: results from exome sequencing in over 17,000 patients in TIMI trials,Rare genetic variants in LDLR, APOB, and PCSK9 are associated with aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sean Joseph Jurgens", + "middle_name": null, + "last_name": null, + "org_name": "Broad Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Cambridge", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pathogenic cardiomyopathy gene variants inform prognosis in atrial fibrillation: results from exome sequencing in over 17", + "rest_events_session_count": 4, + "rest_events_session": "000 patients in TIMI trials,Rare genetic variants in LDLR, APOB, and PCSK9 are associated with aortic stenosis", + "events_topic": "Cardiomyopathies | Exome Sequencing ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Stenosis | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sean Joseph Jurgens ", + "kol_full_name": "Sean Joseph Jurgens " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis | Amyloidosis, Hereditary, Transthyretin-Related | Cardiopulmonary Exercise Testing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458985", + "session_name": "The prognostic significance of Weber and ventilatory CPET classifications in amyloidosis patients,Cardiopulmonary exercise test findings are not the same in distinct types of cardiac amyloidosis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sebastian Santos Patarroyo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic significance of Weber and ventilatory CPET classifications in amyloidosis patients", + "rest_events_session_count": 1, + "rest_events_session": "Cardiopulmonary exercise test findings are not the same in distinct types of cardiac amyloidosis.", + "events_topic": "Amyloidosis | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiopulmonary Exercise Testing", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sebastian Santos Patarroyo ", + "kol_full_name": "Sebastian Santos Patarroyo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypercholesterolemia | Cardiovascular Diseases | Healthcare Disparities | Cholesterol | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459609", + "session_name": "Burden and sociodemographic disparities in cardiovascular mortality rates associated with hypercholesterolemia in united states: a nationwide county-level analysis from 2010 to 2019,Assessment of poor cardiovascular health metrics and related disparities among cancer patients in the United States: a nationwide analysis of over 1.5 million individuals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shady Abohashem", + "middle_name": null, + "last_name": null, + "org_name": "Massachusetts General Hospital - Harvard Medical School", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Burden and sociodemographic disparities in cardiovascular mortality rates associated with hypercholesterolemia in united states: a nationwide county-level analysis from 2010 to 2019", + "rest_events_session_count": 1, + "rest_events_session": "Assessment of poor cardiovascular health metrics and related disparities among cancer patients in the United States: a nationwide analysis of over 1.5 million individuals", + "events_topic": "Hypercholesterolemia | Cardiovascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Healthcare Disparities | Cholesterol | Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shady Abohashem ", + "kol_full_name": "Shady Abohashem " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Heart-Assist Devices | Bariatric Surgery | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458566", + "session_name": "In-hospital bowel ischemia and mortality trends of left ventricular assist device placement in the USA from 2017 to 2020,In-hospital economic impact and mortality of bariatric surgery on congestive heart failure in the USA: a nationwide analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sherlon Sinclair", + "middle_name": null, + "last_name": null, + "org_name": "Avera Health", + "Country": "United States", + "Region": "South Dakota", + "City": "Yankton", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In-hospital bowel ischemia and mortality trends of left ventricular assist device placement in the USA from 2017 to 2020", + "rest_events_session_count": 1, + "rest_events_session": "In-hospital economic impact and mortality of bariatric surgery on congestive heart failure in the USA: a nationwide analysis", + "events_topic": "Heart Failure | Heart-Assist Devices ", + "rest_events_topic_count": 2, + "rest_events_topic": " Bariatric Surgery | Ischemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sherlon Sinclair ", + "kol_full_name": "Sherlon Sinclair " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Coronary Artery Disease | Exome Sequencing | Electrocardiography | Cardiomyopathies | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457221", + "session_name": "Electrocardiogram-based artificial intelligence to identify prevalent coronary artery disease,Exome sequencing in over 63,000 patients in TIMI trials uncovers pathogenic cardiomyopathy variant carriers with high risk for heart failure and cardiovascular death", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shinwan Kany", + "middle_name": null, + "last_name": null, + "org_name": "Broad Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Cambridge", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Electrocardiogram-based artificial intelligence to identify prevalent coronary artery disease", + "rest_events_session_count": 2, + "rest_events_session": "Exome sequencing in over 63,000 patients in TIMI trials uncovers pathogenic cardiomyopathy variant carriers with high risk for heart failure and cardiovascular death", + "events_topic": "Heart Failure | Coronary Artery Disease ", + "rest_events_topic_count": 4, + "rest_events_topic": " Exome Sequencing | Electrocardiography | Cardiomyopathies | Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shinwan Kany ", + "kol_full_name": "Shinwan Kany " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Myocardial Infarction | Mechanical Circulatory Support | Shock, Cardiogenic", + "npi_num": "1811690910", + "hcp_pin_alias": "FU_HCP_5457016", + "session_name": "Percutaneous mechanical circulatory support versus intraaortic balloon counterpulsation in patients with acute myocardial infarction complicated by cardiogenic shock,Utility of venoarterial extracorporeal membrane oxygenation in patients with acute myocardial infarction complicated by cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shivani Gupta", + "middle_name": null, + "last_name": null, + "org_name": "Stony Brook University Hospital", + "Country": "United States", + "Region": "New York", + "City": "Stony Brook", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous mechanical circulatory support versus intraaortic balloon counterpulsation in patients with acute myocardial infarction complicated by cardiogenic shock", + "rest_events_session_count": 1, + "rest_events_session": "Utility of venoarterial extracorporeal membrane oxygenation in patients with acute myocardial infarction complicated by cardiogenic shock", + "events_topic": "Extracorporeal Membrane Oxygenation | Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mechanical Circulatory Support | Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shivani Gupta ", + "kol_full_name": "Shivani Gupta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Computed Tomography | Tomography, X-Ray Computed | Aortic Valve Insufficiency | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457499", + "session_name": "Extra-cellular volume fraction analysis on cardiac CT is useful for predicting the prognosis of hypertrophic cardiomyopathy,Significant impact of a novel whole heart motion correction algorithm on cardiac computed tomography and aortic valve calcium scores", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shuhei Aoki", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extra-cellular volume fraction analysis on cardiac CT is useful for predicting the prognosis of hypertrophic cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Significant impact of a novel whole heart motion correction algorithm on cardiac computed tomography and aortic valve calcium scores", + "events_topic": "Cardiac Computed Tomography | Tomography, X-Ray Computed ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Insufficiency | Cardiomyopathy, Hypertrophic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shuhei Aoki ", + "kol_full_name": "Shuhei Aoki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation | Biomarkers | Machine Learning | Ablation Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456179", + "session_name": "Predictors of outcome after catheter ablation for atrial fibrillation,Predicting outcomes after catheter ablation for atrial fibrillation: ablation technique, biomarkers, and machine learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Silvia Helena Boghossian", + "middle_name": null, + "last_name": null, + "org_name": "State University of Rio de Janeiro (UERJ)", + "Country": "Brazil", + "Region": "Rio de Janeiro", + "City": "Rio de Janeiro", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of outcome after catheter ablation for atrial fibrillation", + "rest_events_session_count": 3, + "rest_events_session": "Predicting outcomes after catheter ablation for atrial fibrillation: ablation technique, biomarkers, and machine learning", + "events_topic": "Catheter Ablation | Atrial Fibrillation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Biomarkers | Machine Learning | Ablation Techniques", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Silvia Helena Boghossian ", + "kol_full_name": "Silvia Helena Boghossian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Wearable Electronic Devices | Neuromuscular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459861", + "session_name": "Incidental non-infectious masses on cardiac implantable electronic device leads,Holter monitoring in neuromuscular disorders: frequency and importance in clinical management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sofia Fernandes", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Braga", + "Country": "Portugal", + "Region": "Braga", + "City": "Braga", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidental non-infectious masses on cardiac implantable electronic device leads", + "rest_events_session_count": 1, + "rest_events_session": "Holter monitoring in neuromuscular disorders: frequency and importance in clinical management", + "events_topic": "Defibrillators, Implantable | Wearable Electronic Devices ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neuromuscular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sofia Fernandes ", + "kol_full_name": "Sofia Fernandes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458398", + "session_name": "Incidence and factors associated with mitral valve reoperation in patients undergoing intervention for mitral regurgitation: a nationwide cohort study,Mitral valve reoperation versus first-time surgery for mitral regurgitation: comparison of patient characteristics, type of surgery and mortality in a nationwide cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sofie Truong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence and factors associated with mitral valve reoperation in patients undergoing intervention for mitral regurgitation: a nationwide cohort study", + "rest_events_session_count": 2, + "rest_events_session": "Mitral valve reoperation versus first-time surgery for mitral regurgitation: comparison of patient characteristics, type of surgery and mortality in a nationwide cohort", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sofie Truong ", + "kol_full_name": "Sofie Truong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Cardiomyopathies | Atrial Fibrillation | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458915", + "session_name": "Comparing outcomes in cardiogenic shock patients with ischemic versus nonischemic cardiomyopathy: A nationwide retrospective observational study,Nationwide analysis of the risk of myocardial infarction in atrial fibrillation patients without standard modifiable risk factors: A retrospective observational study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Soumya Gupta", + "middle_name": null, + "last_name": null, + "org_name": "Icahn School of Medicine Mount Sinai Morningside West", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing outcomes in cardiogenic shock patients with ischemic versus nonischemic cardiomyopathy: A nationwide retrospective observational study", + "rest_events_session_count": 1, + "rest_events_session": "Nationwide analysis of the risk of myocardial infarction in atrial fibrillation patients without standard modifiable risk factors: A retrospective observational study.", + "events_topic": "Myocardial Infarction | Cardiomyopathies ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atrial Fibrillation | Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Soumya Gupta ", + "kol_full_name": "Soumya Gupta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electric Countershock | Catheter Ablation | Hypertension, Pulmonary | Tachycardia | Heart Arrest | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458390", + "session_name": "Long-term follow-up after catheter ablation of atrial fibrillation and atrial tachycardia in patients with pulmonary hypertension,The clinical outcome reflects the heart rhythm profile after defibrillation for shockable rhythm in refractory out-of-hospital cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stepan Havranek", + "middle_name": null, + "last_name": null, + "org_name": "Charles University of Prague", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term follow-up after catheter ablation of atrial fibrillation and atrial tachycardia in patients with pulmonary hypertension", + "rest_events_session_count": 1, + "rest_events_session": "The clinical outcome reflects the heart rhythm profile after defibrillation for shockable rhythm in refractory out-of-hospital cardiac arrest", + "events_topic": "Electric Countershock | Catheter Ablation ", + "rest_events_topic_count": 4, + "rest_events_topic": " Hypertension, Pulmonary | Tachycardia | Heart Arrest | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stepan Havranek ", + "kol_full_name": "Stepan Havranek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459807", + "session_name": "Highlights from family screening and treatment with Vutrisiran for heriditary transthyretin cardiac amyloidosis,Evaluation of the 2021 ESC recommendations for family screening in hereditary transthyretin cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Steven Anton Muller", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Highlights from family screening and treatment with Vutrisiran for heriditary transthyretin cardiac amyloidosis", + "rest_events_session_count": 1, + "rest_events_session": "Evaluation of the 2021 ESC recommendations for family screening in hereditary transthyretin cardiac amyloidosis", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Steven Anton Muller ", + "kol_full_name": "Steven Anton Muller " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Therapy | Antiplatelet Therapy | Coronary Artery Disease | Anticoagulants", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456036", + "session_name": "Pharmacotherapy in coronary artery disease: from bench to bedside,Data-driven decisions for anticoagulant and antiplatelet therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stuart Spencer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pharmacotherapy in coronary artery disease: from bench to bedside", + "rest_events_session_count": 1, + "rest_events_session": "Data-driven decisions for anticoagulant and antiplatelet therapy", + "events_topic": "Drug Therapy | Antiplatelet Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Anticoagulants", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stuart Spencer ", + "kol_full_name": "Stuart Spencer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sodium Chloride, Dietary | Cardiovascular Diseases | Atherosclerosis | Glucose Intolerance | Aspirin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458047", + "session_name": "The association between the dietary salt intake and glucose intolerance in healthy populations: from the Korean National Health and Nutritional Examination Survey (KNHANES),Long-term validation of AtherosSlerosis CardioVascular Disease (ASCVD) risk score and the role of aspirin for primary Cardiovascular prevention in Korean patients with over ASCVD 20% risk score", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sujin Hyun", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between the dietary salt intake and glucose intolerance in healthy populations: from the Korean National Health and Nutritional Examination Survey (KNHANES)", + "rest_events_session_count": 1, + "rest_events_session": "Long-term validation of AtherosSlerosis CardioVascular Disease (ASCVD) risk score and the role of aspirin for primary Cardiovascular prevention in Korean patients with over ASCVD 20% risk score", + "events_topic": "Sodium Chloride, Dietary | Cardiovascular Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Atherosclerosis | Glucose Intolerance | Aspirin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sujin Hyun ", + "kol_full_name": "Sujin Hyun " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ischemic Stroke | Pregnant Women | Thrombectomy | Antiphospholipid Syndrome | Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459856", + "session_name": "Cardiovascular outcomes in pregnant women with congenital heart disease,Utilization of endovascular thrombectomy in patients with antiphospholipid syndrome and acute ischemic stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Suveenkrishna Pothuru", + "middle_name": null, + "last_name": null, + "org_name": "Creighton University Medical Centre", + "Country": "United States", + "Region": "Nebraska", + "City": "Omaha", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular outcomes in pregnant women with congenital heart disease", + "rest_events_session_count": 1, + "rest_events_session": "Utilization of endovascular thrombectomy in patients with antiphospholipid syndrome and acute ischemic stroke", + "events_topic": "Ischemic Stroke | Pregnant Women ", + "rest_events_topic_count": 3, + "rest_events_topic": " Thrombectomy | Antiphospholipid Syndrome | Heart Defects, Congenital", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suveenkrishna Pothuru ", + "kol_full_name": "Suveenkrishna Pothuru " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Amyloidosis, Hereditary, Transthyretin-Related | Aortic Valve Stenosis | Amyloidosis | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460343", + "session_name": "Association of cardiac amyloidosis with periprocedural complications in patients with severe aortic stenosis undergoing transcatheter aortic valve replacement: a systematic review and meta-analysis,Association of cardiac amyloidosis with cardiovascular outcomes after aortic valve replacement in patients with severe aortic stenosis: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tekene Figueira", + "middle_name": null, + "last_name": null, + "org_name": "Stony Brook University Hospital", + "Country": "United States", + "Region": "New York", + "City": "Stony Brook", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of cardiac amyloidosis with periprocedural complications in patients with severe aortic stenosis undergoing transcatheter aortic valve replacement: a systematic review and meta-analysis", + "rest_events_session_count": 1, + "rest_events_session": "Association of cardiac amyloidosis with cardiovascular outcomes after aortic valve replacement in patients with severe aortic stenosis: a systematic review and meta-analysis", + "events_topic": "Transcatheter Aortic Valve Replacement | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 3, + "rest_events_topic": " Aortic Valve Stenosis | Amyloidosis | Aortic Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tekene Figueira ", + "kol_full_name": "Tekene Figueira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Sodium-Glucose Transporter 2 Inhibitors | Ischemic Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458411", + "session_name": "A rare case of ischemic stroke and pulmonary embolism in a young patient,Sodium-glucose co-transporter-2 inhibitors : a potential cardioprotective agent?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Theodora Georgopoulou", + "middle_name": null, + "last_name": null, + "org_name": "Venizelio General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A rare case of ischemic stroke and pulmonary embolism in a young patient", + "rest_events_session_count": 1, + "rest_events_session": "Sodium-glucose co-transporter-2 inhibitors : a potential cardioprotective agent?", + "events_topic": "Pulmonary Embolism | Sodium-Glucose Transporter 2 Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemic Stroke", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Theodora Georgopoulou ", + "kol_full_name": "Theodora Georgopoulou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Arrhythmogenic Cardiomyopathy | Chronotropic Incompetence | Cardiac Electrophysiology", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459002", + "session_name": "Arrhythmogenic effects of DEHP exposure: insights into cardiac electrophysiology and myocardial cells,Chronotropic incompetence as a critical predictor for cardiovascular outcomes in heart failure with preserved ejection function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ting Tse Lin", + "middle_name": null, + "last_name": null, + "org_name": "National Taiwan University Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arrhythmogenic effects of DEHP exposure: insights into cardiac electrophysiology and myocardial cells", + "rest_events_session_count": 1, + "rest_events_session": "Chronotropic incompetence as a critical predictor for cardiovascular outcomes in heart failure with preserved ejection function", + "events_topic": "Heart Failure | Arrhythmogenic Cardiomyopathy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chronotropic Incompetence | Cardiac Electrophysiology", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ting Tse Lin ", + "kol_full_name": "Ting Tse Lin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Renal Denervation | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458431", + "session_name": "Highlights on 2024 ESC Guidelines for the Management of Elevated Blood Pressure and Hypertension and from BedMed/BedMed-Frail,The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tzung-Dau Wang", + "middle_name": null, + "last_name": null, + "org_name": "National Taiwan University Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Highlights on 2024 ESC Guidelines for the Management of Elevated Blood Pressure and Hypertension and from BedMed/BedMed-Frail", + "rest_events_session_count": 1, + "rest_events_session": "The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "events_topic": "Hypertension | Renal Denervation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tzung-Dau Wang ", + "kol_full_name": "Tzung-Dau Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Angioplasty, Balloon | Renal Insufficiency, Chronic | Tertiary Care Centers | Cardio-Renal Syndrome | Heart Failure | Drug-Coated Balloons | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458593", + "session_name": "The prognostic interplay of heart failure and chronic kidney disease in atrial fibrillation, focus on cardiorenal outcomes,Usage patterns and outcomes of drug coated ballons at a tertiary care center - a cohort analysis in 462 patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ulrike Baumer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic interplay of heart failure and chronic kidney disease in atrial fibrillation", + "rest_events_session_count": 2, + "rest_events_session": " focus on cardiorenal outcomes,Usage patterns and outcomes of drug coated ballons at a tertiary care center - a cohort analysis in 462 patients", + "events_topic": "Angioplasty, Balloon | Renal Insufficiency, Chronic ", + "rest_events_topic_count": 5, + "rest_events_topic": " Tertiary Care Centers | Cardio-Renal Syndrome | Heart Failure | Drug-Coated Balloons | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ulrike Baumer ", + "kol_full_name": "Ulrike Baumer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Cardiovascular Diseases | ST Elevation Myocardial Infarction | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457726", + "session_name": "Prognosticating short-term outcomes in STE-ACS patients with intra-procedure slow flow/no-reflow: an analysis of predictive factors in primary percutaneous coronary revascularization,Examining prognostic scores for short-term major adverse cardiovascular events prediction following primary PCI: a comparative analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Uroosa Safdar", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiovascular Diseases (NICVD)", + "Country": "Pakistan", + "Region": "Sindh", + "City": "Karachi", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognosticating short-term outcomes in STE-ACS patients with intra-procedure slow flow/no-reflow: an analysis of predictive factors in primary percutaneous coronary revascularization", + "rest_events_session_count": 1, + "rest_events_session": "Examining prognostic scores for short-term major adverse cardiovascular events prediction following primary PCI: a comparative analysis", + "events_topic": "Acute Coronary Syndrome | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " ST Elevation Myocardial Infarction | Percutaneous Coronary Intervention", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Uroosa Safdar ", + "kol_full_name": "Uroosa Safdar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Hemorrhage | Endarterectomy, Carotid | Plaque, Atherosclerotic", + "npi_num": "1427649540", + "hcp_pin_alias": "FU_HCP_235161", + "session_name": "Intraplaque hemorrhage in carotid atherosclerotic plaques is associated with a local increase in inflammatory cytokines,Plasma cytokines are associated with major adverse cardiovascular events in follow-up of patients undergoing carotid endarterectomy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Valentina Nardi", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intraplaque hemorrhage in carotid atherosclerotic plaques is associated with a local increase in inflammatory cytokines", + "rest_events_session_count": 1, + "rest_events_session": "Plasma cytokines are associated with major adverse cardiovascular events in follow-up of patients undergoing carotid endarterectomy", + "events_topic": "Cardiovascular Diseases | Hemorrhage ", + "rest_events_topic_count": 2, + "rest_events_topic": " Endarterectomy, Carotid | Plaque, Atherosclerotic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Valentina Nardi ", + "kol_full_name": "Valentina Nardi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Heart Transplantation | Hemodynamics | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459744", + "session_name": "Outcomes of intra-aortic balloon pump in patients with advanced heart failure and cardiogenic shock undergoing heart transplantation,Hemodynamic effects of intra-aortic balloon pump in patients with advanced heart failure and cardiogenic shock waiting heart transplant", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vanessa Bellini", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes of intra-aortic balloon pump in patients with advanced heart failure and cardiogenic shock undergoing heart transplantation", + "rest_events_session_count": 1, + "rest_events_session": "Hemodynamic effects of intra-aortic balloon pump in patients with advanced heart failure and cardiogenic shock waiting heart transplant", + "events_topic": "Heart Failure | Heart Transplantation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hemodynamics | Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vanessa Bellini ", + "kol_full_name": "Vanessa Bellini " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Function Tests | Cardiac Imaging Techniques | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456621", + "session_name": "Imaging the heart rhythm,Cutting-edge echocardiography for assessment of cardiac function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vasileios Kamperidis", + "middle_name": null, + "last_name": null, + "org_name": "Medical School, Aristotle University of Thessaloniki", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging the heart rhythm", + "rest_events_session_count": 1, + "rest_events_session": "Cutting-edge echocardiography for assessment of cardiac function", + "events_topic": "Heart Function Tests | Cardiac Imaging Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Echocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vasileios Kamperidis ", + "kol_full_name": "Vasileios Kamperidis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Acute Coronary Syndrome | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459463", + "session_name": "Insights into the reporting of major adverse cardiovascular events in coronary artery disease trials,Unique regional risk profiles and cardiovascular outcomes of patients with acute coronary syndrome in the absence of standard modifiable risk factors: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vickram Vijay Anand", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Insights into the reporting of major adverse cardiovascular events in coronary artery disease trials", + "rest_events_session_count": 1, + "rest_events_session": "Unique regional risk profiles and cardiovascular outcomes of patients with acute coronary syndrome in the absence of standard modifiable risk factors: a systematic review and meta-analysis", + "events_topic": "Cardiovascular Diseases | Acute Coronary Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vickram Vijay Anand ", + "kol_full_name": "Vickram Vijay Anand " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Flutter | Ablation Techniques | Pacemaker, Artificial | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457082", + "session_name": "Organization of atrial flutter during pulse field ablation for atrial fibrillation,Safety and efficacy of leadless pacemaker extraction using a novel retrieval tool: a multicenter analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vincenzo Mirco La Fazia", + "middle_name": null, + "last_name": null, + "org_name": "Texas cardiac Arrhythmia", + "Country": "United States", + "Region": "Texas", + "City": "Austin", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Organization of atrial flutter during pulse field ablation for atrial fibrillation", + "rest_events_session_count": 1, + "rest_events_session": "Safety and efficacy of leadless pacemaker extraction using a novel retrieval tool: a multicenter analysis", + "events_topic": "Atrial Flutter | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pacemaker, Artificial | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vincenzo Mirco La Fazia ", + "kol_full_name": "Vincenzo Mirco La Fazia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation | Electrical Therapy | Left Ventricular Assist Device | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456137", + "session_name": "Heart transplantation, LVADs and inotropic support in heart failure: challenges and expectations,Electrical therapy in heart failure: what's new?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Walid Bsata", + "middle_name": null, + "last_name": null, + "org_name": "Aleppo University", + "Country": "Syria", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart transplantation", + "rest_events_session_count": 2, + "rest_events_session": " LVADs and inotropic support in heart failure: challenges and expectations,Electrical therapy in heart failure: what's new?", + "events_topic": "Heart Transplantation | Electrical Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Left Ventricular Assist Device | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Walid Bsata ", + "kol_full_name": "Walid Bsata " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Genetic Variation | Aortic Valve Stenosis | Coronary Artery Disease | Parathyroid Hormone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459887", + "session_name": "Causal association of serum calcium, phosphate, vitamin D, parathyroid hormone, and FGF23 with the risk of aortic stenosis,Genetic variations in PEAR1 are associated with progression of coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wenchang Nie", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Causal association of serum calcium", + "rest_events_session_count": 5, + "rest_events_session": " phosphate, vitamin D, parathyroid hormone, and FGF23 with the risk of aortic stenosis,Genetic variations in PEAR1 are associated with progression of coronary artery disease", + "events_topic": "Genetic Variation | Aortic Valve Stenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Parathyroid Hormone", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wenchang Nie ", + "kol_full_name": "Wenchang Nie " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tetralogy Of Fallot | Mucocutaneous Lymph Node Syndrome | Atrial Function, Right", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457860", + "session_name": "Use of chatgpt-4 to explain kawasaki disease to parents and paediatric trainees,Interaction between right atrial function reserve and liver stiffness after complete repair of tetralogy of fallot: a pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wing Ki Bosco Chik", + "middle_name": null, + "last_name": null, + "org_name": "The University of Hong Kong", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of chatgpt-4 to explain kawasaki disease to parents and paediatric trainees", + "rest_events_session_count": 1, + "rest_events_session": "Interaction between right atrial function reserve and liver stiffness after complete repair of tetralogy of fallot: a pilot study", + "events_topic": "Tetralogy Of Fallot | Mucocutaneous Lymph Node Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Function, Right", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wing Ki Bosco Chik ", + "kol_full_name": "Wing Ki Bosco Chik " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Thrombectomy | Extracorporeal Membrane Oxygenation | Catheters | Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458014", + "session_name": "Identifying missing tools in aortic systolic upstroke parameter for valvular aortic stenosis diagnosis,The timely implementation of catheter-based thrombectomy and VA-ECMO in high-risk pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wittawin Wangpermpoon", + "middle_name": null, + "last_name": null, + "org_name": "Ramathibodi Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identifying missing tools in aortic systolic upstroke parameter for valvular aortic stenosis diagnosis", + "rest_events_session_count": 1, + "rest_events_session": "The timely implementation of catheter-based thrombectomy and VA-ECMO in high-risk pulmonary embolism", + "events_topic": "Pulmonary Embolism | Thrombectomy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Extracorporeal Membrane Oxygenation | Catheters | Aortic Valve Stenosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wittawin Wangpermpoon ", + "kol_full_name": "Wittawin Wangpermpoon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Nomograms | Acute Coronary Syndrome | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457022", + "session_name": "A practical nomogram and risk stratification system for predicting in-hospital mortality of patients with non-acute myocardial infarction related cardiogenic shock,The relationship between daily blood glucose fluctuation and readmission in patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiaoke Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A practical nomogram and risk stratification system for predicting in-hospital mortality of patients with non-acute myocardial infarction related cardiogenic shock", + "rest_events_session_count": 1, + "rest_events_session": "The relationship between daily blood glucose fluctuation and readmission in patients with acute coronary syndrome", + "events_topic": "Myocardial Infarction | Nomograms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Coronary Syndrome | Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiaoke Wang ", + "kol_full_name": "Xiaoke Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ultrasonography, Interventional | Fractional Flow Reserve | Hypertension | Renal Artery Obstruction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457458", + "session_name": "Intervention of resistant hypertension due to renal artery stenosis with solitary kidney guided by intravascular ultrasound and fractional flow reserve with very little contrast agent,Combining fractional flow reserve and the index of microcirculatory resistance for prognosis prediction in renal artery stenosis interventions: a feasibility sub-study of FAIR-pilot trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xu Liu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intervention of resistant hypertension due to renal artery stenosis with solitary kidney guided by intravascular ultrasound and fractional flow reserve with very little contrast agent", + "rest_events_session_count": 1, + "rest_events_session": "Combining fractional flow reserve and the index of microcirculatory resistance for prognosis prediction in renal artery stenosis interventions: a feasibility sub-study of FAIR-pilot trial", + "events_topic": "Ultrasonography, Interventional | Fractional Flow Reserve ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hypertension | Renal Artery Obstruction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xu Liu ", + "kol_full_name": "Xu Liu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac | Ischemia | Cardiomyopathy, Dilated | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457752", + "session_name": "Influence of non-sustained ventricular arrythmia on myocardial fibrosis and clinical outcomes in non-ischemic dilated cardiomyopathy,Quantifying late gadolinium enhancement improved sudden cardiac death risk prediction in non-ischemic dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yangjie Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of non-sustained ventricular arrythmia on myocardial fibrosis and clinical outcomes in non-ischemic dilated cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Quantifying late gadolinium enhancement improved sudden cardiac death risk prediction in non-ischemic dilated cardiomyopathy", + "events_topic": "Death, Sudden, Cardiac | Ischemia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathy, Dilated | Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yangjie Li ", + "kol_full_name": "Yangjie Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Diagnostic Techniques And Procedures | Angina, Stable | Magnetic Resonance Imaging | Trimetazidine | Natriuretic Peptides", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456581", + "session_name": "The effect of Trimetazidine on the left ventricular global longitudinal strain assessed by cardiac magnetic resonance in stable angina patients with previous myocardial infarction and left ventricular,Diagnostic accuracy of natriuretic peptides", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yasmin Rustamova", + "middle_name": null, + "last_name": null, + "org_name": "Azerbaijan Medical University", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of Trimetazidine on the left ventricular global longitudinal strain assessed by cardiac magnetic resonance in stable angina patients with previous myocardial infarction and left ventricular", + "rest_events_session_count": 1, + "rest_events_session": "Diagnostic accuracy of natriuretic peptides", + "events_topic": "Myocardial Infarction | Diagnostic Techniques And Procedures ", + "rest_events_topic_count": 4, + "rest_events_topic": " Angina, Stable | Magnetic Resonance Imaging | Trimetazidine | Natriuretic Peptides", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yasmin Rustamova ", + "kol_full_name": "Yasmin Rustamova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Inflammation | Glucose Metabolism Disorders | Lung Neoplasms | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457657", + "session_name": "Association of neutrophil-percentage-to-albumin ratio with mortality in cardiovascular disease patients complicating abnormal glucose metabolism,The prognostic value of advanced lung cancer inflammation index in cancer survivors complicated with cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yeshen Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of neutrophil-percentage-to-albumin ratio with mortality in cardiovascular disease patients complicating abnormal glucose metabolism", + "rest_events_session_count": 1, + "rest_events_session": "The prognostic value of advanced lung cancer inflammation index in cancer survivors complicated with cardiovascular disease", + "events_topic": "Inflammation | Glucose Metabolism Disorders ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lung Neoplasms | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yeshen Zhang ", + "kol_full_name": "Yeshen Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Arterial Hypertension | Myocytes, Smooth Muscle | Heart Defects, Congenital | Familial Primary Pulmonary Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459071", + "session_name": "Suppression of Fibulin 5 Attenuated Pulmonary Arterial Hypertension Associated with Congenital Heart Disease via Mitigating Pulmonary Arterial Smooth Muscle Cell Dysfunction,Improved prognosis prediction of idiopathic pulmonary arterial hypertension using targeted plasma proteomics in disease management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yicheng Yang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Suppression of Fibulin 5 Attenuated Pulmonary Arterial Hypertension Associated with Congenital Heart Disease via Mitigating Pulmonary Arterial Smooth Muscle Cell Dysfunction", + "rest_events_session_count": 1, + "rest_events_session": "Improved prognosis prediction of idiopathic pulmonary arterial hypertension using targeted plasma proteomics in disease management", + "events_topic": "Pulmonary Arterial Hypertension | Myocytes, Smooth Muscle ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Defects, Congenital | Familial Primary Pulmonary Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yicheng Yang ", + "kol_full_name": "Yicheng Yang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Percutaneous Coronary Intervention | Angiography | Non-ST Elevated Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457122", + "session_name": "Prognostic implication of computational angiography-derived fractional flow reserve in patients with non-obstructive coronary artery disease,Complete revascularisation versus culprit lesion only PCI in patients with non-ST-elevation myocardial infarction and multivessel disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yik Ming Hung", + "middle_name": null, + "last_name": null, + "org_name": "Queen Mary Hospital", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic implication of computational angiography-derived fractional flow reserve in patients with non-obstructive coronary artery disease", + "rest_events_session_count": 1, + "rest_events_session": "Complete revascularisation versus culprit lesion only PCI in patients with non-ST-elevation myocardial infarction and multivessel disease.", + "events_topic": "Coronary Artery Disease | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 2, + "rest_events_topic": " Angiography | Non-ST Elevated Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yik Ming Hung ", + "kol_full_name": "Yik Ming Hung " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "RNA, Long Noncoding | Osteoblasts | Aortic Valve Insufficiency | Coronary Artery Bypass", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458796", + "session_name": "LncRNA MEG3 promotes aortic valve calcification by inducing osteoblast differentiation via Wnt catenin signaling pathway,Impact of pre-operative left ventricular ejection fraction on long-term clinical outcome in patients undergoing coronary artery bypass grafting: a retrospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuejiao Yang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LncRNA MEG3 promotes aortic valve calcification by inducing osteoblast differentiation via Wnt catenin signaling pathway", + "rest_events_session_count": 1, + "rest_events_session": "Impact of pre-operative left ventricular ejection fraction on long-term clinical outcome in patients undergoing coronary artery bypass grafting: a retrospective cohort study", + "events_topic": "RNA, Long Noncoding | Osteoblasts ", + "rest_events_topic_count": 2, + "rest_events_topic": " Aortic Valve Insufficiency | Coronary Artery Bypass", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuejiao Yang ", + "kol_full_name": "Yuejiao Yang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Depression | Diabetes Mellitus | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457874", + "session_name": "Association of long-term exposure to ozone with cardiovascular mortality and its metabolic mediators: evidence from a nationwide, population-based, prospective cohort study,Association between depressive symptoms and incident cardiovascular diseases in Chinese individuals with prediabetes or diabetes: results from a national survey", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zenglei Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of long-term exposure to ozone with cardiovascular mortality and its metabolic mediators: evidence from a nationwide", + "rest_events_session_count": 3, + "rest_events_session": " population-based, prospective cohort study,Association between depressive symptoms and incident cardiovascular diseases in Chinese individuals with prediabetes or diabetes: results from a national survey", + "events_topic": "Depression | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zenglei Zhang ", + "kol_full_name": "Zenglei Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vitamin K Deficiency | Thrombosis | Heart Arrest | Anticoagulants", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458392", + "session_name": "Comparative analysis of vitamin K antagonists and direct oral anticoagulants for left ventricular thrombus management: a retrospective study utilising TriNetX,Comparison of direct and indirect admission to a cardiac arrest centre for intubated out-of-hospital cardiac arrest patients in the Northwest England: an audit", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zhihong Yao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative analysis of vitamin K antagonists and direct oral anticoagulants for left ventricular thrombus management: a retrospective study utilising TriNetX", + "rest_events_session_count": 1, + "rest_events_session": "Comparison of direct and indirect admission to a cardiac arrest centre for intubated out-of-hospital cardiac arrest patients in the Northwest England: an audit", + "events_topic": "Vitamin K Deficiency | Thrombosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Arrest | Anticoagulants", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zhihong Yao ", + "kol_full_name": "Zhihong Yao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Comorbidity | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457721", + "session_name": "Comorbidities and risk of death in atrial fibrillation: a nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aapo Aro", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comorbidities and risk of death in atrial fibrillation: a nationwide cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Comorbidity | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aapo Aro ", + "kol_full_name": "Aapo Aro " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458365", + "session_name": "Single centre experience using vessel Fractional Flow Reserve (vFFR) and diagnostic performance compared with invasive Fractional Flow Reserve (FFR)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aaron Duncan", + "middle_name": null, + "last_name": null, + "org_name": "Mater hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Single centre experience using vessel Fractional Flow Reserve (vFFR) and diagnostic performance compared with invasive Fractional Flow Reserve (FFR)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fractional Flow Reserve, Myocardial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aaron Duncan ", + "kol_full_name": "Aaron Duncan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fibroblasts | Filamins | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457448", + "session_name": "Dysfunctional atrial fibroblast processing of filamin A in atrial fibrillation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aaron Johnston", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dysfunctional atrial fibroblast processing of filamin A in atrial fibrillation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibroblasts | Filamins ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aaron Johnston ", + "kol_full_name": "Aaron Johnston " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antibodies, Monoclonal | Factor XI", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459344", + "session_name": "Preclinical characterisation and first-in-human results on the tolerability and pharmacodynamic effect of REGN9933, a monoclonal antibody targeting the factor XI/activated factor XI apple 2 domain", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aaron Kithcart", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Preclinical characterisation and first-in-human results on the tolerability and pharmacodynamic effect of REGN9933", + "rest_events_session_count": 1, + "rest_events_session": " a monoclonal antibody targeting the factor XI/activated factor XI apple 2 domain", + "events_topic": "Antibodies, Monoclonal | Factor XI", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aaron Kithcart ", + "kol_full_name": "Aaron Kithcart " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Systolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459949", + "session_name": "The impact of a dedicated heart failure clinic on patients with heart failure with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Abdallah Almaghraby", + "middle_name": null, + "last_name": null, + "org_name": "Ibrahim bin Hamad Obaidallah Hospital", + "Country": "United Arab Emirates", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of a dedicated heart failure clinic on patients with heart failure with reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Abdallah Almaghraby ", + "kol_full_name": "Abdallah Almaghraby " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug-Eluting Stents | Angioplasty, Balloon | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458487", + "session_name": "Provisional stenting : drug-coated versus uncoated balloon for side branch in coronary bifurcation lesions: randomized study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Abdelouahad Meftah", + "middle_name": null, + "last_name": null, + "org_name": "Central Hospital of the Army", + "Country": "Algeria", + "Region": "Alger", + "City": "Algiers", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Provisional stenting : drug-coated versus uncoated balloon for side branch in coronary bifurcation lesions: randomized study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-Eluting Stents | Angioplasty, Balloon ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Abdelouahad Meftah ", + "kol_full_name": "Abdelouahad Meftah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prognosis | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456850", + "session_name": "Prognosis after acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Abdulla Shehab", + "middle_name": null, + "last_name": null, + "org_name": "United Arab Emirates University", + "Country": "United Arab Emirates", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognosis after acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Abdulla Shehab ", + "kol_full_name": "Abdulla Shehab " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Malnutrition | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457279", + "session_name": "The role of malnutrition and dependence on outside help in hospitalized elderly patients with decompensated heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Abdullah Hasan Mohammed Al-Autairi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of malnutrition and dependence on outside help in hospitalized elderly patients with decompensated heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Malnutrition | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Abdullah Hasan Mohammed Al-Autairi ", + "kol_full_name": "Abdullah Hasan Mohammed Al-Autairi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Iron Deficiencies | Left Ventricular Ejection Fraction | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458031", + "session_name": "Impact of various iron deficiency definitions on mortality risk in chronic heart failure across the spectrum of left ventricular ejection fraction spectrum.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Abdullahi Ahmed Mohamed", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of various iron deficiency definitions on mortality risk in chronic heart failure across the spectrum of left ventricular ejection fraction spectrum.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Iron Deficiencies | Left Ventricular Ejection Fraction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Abdullahi Ahmed Mohamed ", + "kol_full_name": "Abdullahi Ahmed Mohamed " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Inhibition, Psychological | Angiotensinogen", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458082", + "session_name": "Injectable angiotensinogen inhibition therapy for hypertension: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Abhishek Yadav", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Injectable angiotensinogen inhibition therapy for hypertension: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Inhibition, Psychological ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiotensinogen", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Abhishek Yadav ", + "kol_full_name": "Abhishek Yadav " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456928", + "session_name": "Machine learning in preventive cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ada Paredes", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning in preventive cardiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ada Paredes ", + "kol_full_name": "Ada Paredes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Deep Learning", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460566", + "session_name": "The importance of heart rate on left ventricular global longitudinal strain in echocardiography: novel insights facilitated by automated deep learning methods", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ada Woelfert", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The importance of heart rate on left ventricular global longitudinal strain in echocardiography: novel insights facilitated by automated deep learning methods", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Deep Learning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ada Woelfert ", + "kol_full_name": "Ada Woelfert " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458642", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adam Kazay", + "middle_name": null, + "last_name": null, + "org_name": "Gottsegen National Cardiovascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adam Kazay ", + "kol_full_name": "Adam Kazay " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Brugada Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460679", + "session_name": "Epicardial ablation in patients with Brugada syndrome: a single centre experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adam Rafaj", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Clinical and Experimental Medicine (IKEM)", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epicardial ablation in patients with Brugada syndrome: a single centre experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Brugada Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adam Rafaj ", + "kol_full_name": "Adam Rafaj " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Pulmonary Veins | Ablation Techniques | Cryosurgery", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459284", + "session_name": "Impact of altered pulmonary vein anatomy on long-term outcomes after cryoablation of paroxysmal atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adil Baimbetov", + "middle_name": null, + "last_name": null, + "org_name": "Syzganovs National Scientific Center of Surgery", + "Country": "Kazakhstan", + "Region": "Almaty", + "City": "Almaty", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of altered pulmonary vein anatomy on long-term outcomes after cryoablation of paroxysmal atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Pulmonary Veins ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ablation Techniques | Cryosurgery", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adil Baimbetov ", + "kol_full_name": "Adil Baimbetov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitochondrial Dynamics | Doxorubicin | Ivabradine | Cardiotoxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459171", + "session_name": "Ivabradine prevents doxorubicin-induced cardiotoxicity via attenuating mitochondrial dysfunction and mitochondrial dynamic imbalance in H9C2 cells and rats", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adivitch Sripusanapan", + "middle_name": null, + "last_name": null, + "org_name": "Chiang Mai University", + "Country": "Thailand", + "Region": "Chiang Mai", + "City": "Chiang Mai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ivabradine prevents doxorubicin-induced cardiotoxicity via attenuating mitochondrial dysfunction and mitochondrial dynamic imbalance in H9C2 cells and rats", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitochondrial Dynamics | Doxorubicin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ivabradine | Cardiotoxicity", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adivitch Sripusanapan ", + "kol_full_name": "Adivitch Sripusanapan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Music Therapy | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458454", + "session_name": "Could piano music therapy alleviate high sinus rhythm in subjects with controlled hypertension?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adrian Tase", + "middle_name": null, + "last_name": null, + "org_name": "Emergency County Hospital Pitesti Arges", + "Country": "Romania", + "Region": "Arges", + "City": "Pitesti", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Could piano music therapy alleviate high sinus rhythm in subjects with controlled hypertension?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Music Therapy | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adrian Tase ", + "kol_full_name": "Adrian Tase " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Postpartum Period | Premature Birth | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458641", + "session_name": "Seeing behind the diagnosis of acute myocardial infarction in a postpartum woman with premature birth", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Adrian-Laurentiu Breazu", + "middle_name": null, + "last_name": null, + "org_name": "University Emergency Hospital of Bucharest", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Seeing behind the diagnosis of acute myocardial infarction in a postpartum woman with premature birth", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Postpartum Period | Premature Birth ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adrian-Laurentiu Breazu ", + "kol_full_name": "Adrian-Laurentiu Breazu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Self Care | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460875", + "session_name": "Association between self-care behaviour and multiple frailty domains in older patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aeri Matsui", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between self-care behaviour and multiple frailty domains in older patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Self Care | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aeri Matsui ", + "kol_full_name": "Aeri Matsui " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Colchicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461075", + "session_name": "Colchicine for secondary prevention of stroke and other cardiovascular events: a meta-analysis of randomised trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aernoud Fiolet", + "middle_name": null, + "last_name": null, + "org_name": "University Medical Center Utrecht", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Utrecht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Colchicine for secondary prevention of stroke and other cardiovascular events: a meta-analysis of randomised trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Colchicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aernoud Fiolet ", + "kol_full_name": "Aernoud Fiolet " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460390", + "session_name": "Machine-learning based calculator for personalized risk following ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Afek Kodesh", + "middle_name": null, + "last_name": null, + "org_name": "Montefiore Medical Center,", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine-learning based calculator for personalized risk following ST-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Afek Kodesh ", + "kol_full_name": "Afek Kodesh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ischemic Stroke | Heart Neoplasms | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460397", + "session_name": "Diagnosis of a cardiac tumour in a young female patient who had a history of breast cancer and presented with multiple ischemic strokes and motor weakness", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmad Abulshamat", + "middle_name": null, + "last_name": null, + "org_name": "University of Jordan", + "Country": "Jordan", + "Region": "'Amman", + "City": "Amman", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosis of a cardiac tumour in a young female patient who had a history of breast cancer and presented with multiple ischemic strokes and motor weakness", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemic Stroke | Heart Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmad Abulshamat ", + "kol_full_name": "Ahmad Abulshamat " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "CardioMEMS Device | Kidney Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457705", + "session_name": "Impact of advanced kidney disease on in-hospital outcomes of cardiomems device insertion - insights from a nationally representative cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmad Harb", + "middle_name": null, + "last_name": null, + "org_name": "Northwestern Medicine McHenry Hospital", + "Country": "United States", + "Region": "Illinois", + "City": "McHenry", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of advanced kidney disease on in-hospital outcomes of cardiomems device insertion - insights from a nationally representative cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "CardioMEMS Device | Kidney Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmad Harb ", + "kol_full_name": "Ahmad Harb " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Dapagliflozin | Electrocardiography | Ventricular Arrhythmia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458564", + "session_name": "Impact of dapagliflozin on supraventricular and ventricular arrhythmias, assessed by Holter ECG, in patients with heart failure with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmed Abdellah", + "middle_name": null, + "last_name": null, + "org_name": "Suez Canal University", + "Country": "Egypt", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of dapagliflozin on supraventricular and ventricular arrhythmias", + "rest_events_session_count": 2, + "rest_events_session": " assessed by Holter ECG, in patients with heart failure with reduced ejection fraction", + "events_topic": "Heart Failure | Dapagliflozin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Electrocardiography | Ventricular Arrhythmia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmed Abdellah ", + "kol_full_name": "Ahmed Abdellah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Arrest | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457723", + "session_name": "A 3-year retrospective exploration of predictors for cardiac arrest in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmed Brgdar", + "middle_name": null, + "last_name": null, + "org_name": "Howard University Hospital", + "Country": "United States", + "Region": "West Virginia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A 3-year retrospective exploration of predictors for cardiac arrest in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Arrest | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmed Brgdar ", + "kol_full_name": "Ahmed Brgdar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Randomized Controlled Trials As Topic | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457402", + "session_name": "A comprehensive evaluation of available evidence of mavacamten in obstructive HCM: a meta-analysis of randomised controlled trials.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmed Elmorsy", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A comprehensive evaluation of available evidence of mavacamten in obstructive HCM: a meta-analysis of randomised controlled trials.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Randomized Controlled Trials As Topic | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmed Elmorsy ", + "kol_full_name": "Ahmed Elmorsy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460939", + "session_name": "ESC TV ‘Kart’iology Tournament", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmed Elsanhoury", + "middle_name": null, + "last_name": null, + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV ‘Kart’iology Tournament", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmed Elsanhoury ", + "kol_full_name": "Ahmed Elsanhoury " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Heart Failure | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457098", + "session_name": "Effect of catheter ablation in atrial fibrillation patients irrespective of their baseline heart failure: An updated meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmed Helmi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of catheter ablation in atrial fibrillation patients irrespective of their baseline heart failure: An updated meta-analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmed Helmi ", + "kol_full_name": "Ahmed Helmi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hematoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459606", + "session_name": "Spontaneous left atrial haematoma presented as left atrial mass.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmed Magdy", + "middle_name": null, + "last_name": null, + "org_name": "Kobry Al Koba Hospital", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Spontaneous left atrial haematoma presented as left atrial mass.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmed Magdy ", + "kol_full_name": "Ahmed Magdy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Dilatation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458872", + "session_name": "Development of machine learning models for prediction of left ventricular systolic dysfunction in patients with isolated left ventricular dilation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmed Saleh", + "middle_name": null, + "last_name": null, + "org_name": "University of Alabama", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development of machine learning models for prediction of left ventricular systolic dysfunction in patients with isolated left ventricular dilation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Dilatation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmed Saleh ", + "kol_full_name": "Ahmed Saleh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459281", + "session_name": "ORACL score: a simple scoring system for the late atrial tachyarrhythmia recurrence prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmet Serdar Yilmaz", + "middle_name": null, + "last_name": null, + "org_name": "Kahta State Hospital", + "Country": "Turkey", + "Region": "Aydin", + "City": "Aydin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ORACL score: a simple scoring system for the late atrial tachyarrhythmia recurrence prediction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmet Serdar Yilmaz ", + "kol_full_name": "Ahmet Serdar Yilmaz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endothelial PAS Domain-containing Protein 1 | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459074", + "session_name": "EPAS-1 as a potential D-dimer alternative in pulmonary embolism evaluation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmet Taha Sahin", + "middle_name": null, + "last_name": null, + "org_name": "Beyhekim State Hospital", + "Country": "Turkey", + "Region": "Nigde", + "City": "Konya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "EPAS-1 as a potential D-dimer alternative in pulmonary embolism evaluation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endothelial PAS Domain-containing Protein 1 | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmet Taha Sahin ", + "kol_full_name": "Ahmet Taha Sahin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Flow Reserve | Microvascular Resistance", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460148", + "session_name": "The interplay between coronary microvascular resistance, arterial reservoir function and coronary flow reserve: unravelling the significance of high microvascular resistance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ahmet Tas", + "middle_name": null, + "last_name": null, + "org_name": "Istanbul University (1453)", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The interplay between coronary microvascular resistance", + "rest_events_session_count": 1, + "rest_events_session": " arterial reservoir function and coronary flow reserve: unravelling the significance of high microvascular resistance", + "events_topic": "Coronary Flow Reserve | Microvascular Resistance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmet Tas ", + "kol_full_name": "Ahmet Tas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457117", + "session_name": "Implementation of digital patient decision support tools for Atrial Fibrillation treatment: systematic review", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aileen Zeng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implementation of digital patient decision support tools for Atrial Fibrillation treatment: systematic review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aileen Zeng ", + "kol_full_name": "Aileen Zeng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459588", + "session_name": "Cardiovascular mortality rate between 2018 and 2022 in Kyrgyz Republic", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aisanam Abdurasulova", + "middle_name": null, + "last_name": null, + "org_name": "Ala-Too International University", + "Country": "Kyrgyzstan", + "Region": "Bishkek", + "City": "Bishkek", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular mortality rate between 2018 and 2022 in Kyrgyz Republic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aisanam Abdurasulova ", + "kol_full_name": "Aisanam Abdurasulova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardioprotection | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457262", + "session_name": "ND-13 preserves mitochondrial integrity via the RhoA/ROCK1/Drp1-S616 pathway providing acute cardioprotection in myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aishwarya Prakash", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ND-13 preserves mitochondrial integrity via the RhoA/ROCK1/Drp1-S616 pathway providing acute cardioprotection in myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardioprotection | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aishwarya Prakash ", + "kol_full_name": "Aishwarya Prakash " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug-coated Balloon | Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459935", + "session_name": "Changes of angiography-derived coronary microcirculatory resistance before and after drug-coated balloon treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Akihiro Tobe", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes of angiography-derived coronary microcirculatory resistance before and after drug-coated balloon treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-coated Balloon | Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Akihiro Tobe ", + "kol_full_name": "Akihiro Tobe " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ultrasonography, Interventional | Tomography, Optical Coherence | Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456833", + "session_name": "Beyond angiography: coronary applications of intravascular ultrasound and optical coherence tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Akiko Maehara", + "middle_name": null, + "last_name": null, + "org_name": "Columbia University Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond angiography: coronary applications of intravascular ultrasound and optical coherence tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography, Interventional | Tomography, Optical Coherence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Akiko Maehara ", + "kol_full_name": "Akiko Maehara " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459203", + "session_name": "Remote monitoring of patients with chronic heart failure class II-III (NYHA) using the mobile application 'M-cardio' in residents of Kyrgyzstan", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Akmaral Rustambekova", + "middle_name": null, + "last_name": null, + "org_name": "National Center of Cardiology and Internal Medicine named after acad. M.Mirrakhimov", + "Country": "Kyrgyzstan", + "Region": "Bishkek", + "City": "Bishkek", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remote monitoring of patients with chronic heart failure class II-III (NYHA) using the mobile application 'M-cardio' in residents of Kyrgyzstan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Akmaral Rustambekova ", + "kol_full_name": "Akmaral Rustambekova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458228", + "session_name": "Would cardiac computed tomography make me more likely to take a statin? - patient perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Akos Gabor Gesztes", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Would cardiac computed tomography make me more likely to take a statin? - patient perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Akos Gabor Gesztes ", + "kol_full_name": "Akos Gabor Gesztes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Ventricular Assist Device | Defibrillators, Implantable", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457871", + "session_name": "Outcomes of implantable cardioverter-defibrillators in patients with a left ventricular assist device: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alaa Rahhal", + "middle_name": null, + "last_name": null, + "org_name": "HMC Heart Hospital", + "Country": "Qatar", + "Region": "Ad Dawhah", + "City": "Doha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes of implantable cardioverter-defibrillators in patients with a left ventricular assist device: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Assist Device | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alaa Rahhal ", + "kol_full_name": "Alaa Rahhal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac | Atrial Fibrillation | Heart Arrest | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456432", + "session_name": "Arrhythmias and acute coronary syndromes: focus on atrial fibrillation and cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alan Fong", + "middle_name": null, + "last_name": null, + "org_name": "Sarawak Heart Center", + "Country": "Malaysia", + "Region": "Sarawak", + "City": "Kuching", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arrhythmias and acute coronary syndromes: focus on atrial fibrillation and cardiac arrest", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmias, Cardiac | Atrial Fibrillation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Arrest | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alan Fong ", + "kol_full_name": "Alan Fong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460153", + "session_name": "A novel cardiovascular diseases risk prediction model using fundus and health data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alauddin Bhuiyan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel cardiovascular diseases risk prediction model using fundus and health data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alauddin Bhuiyan ", + "kol_full_name": "Alauddin Bhuiyan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Liver Diseases | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456782", + "session_name": "Liver metabolism and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alberto Juan Lorenzatti", + "middle_name": null, + "last_name": null, + "org_name": "DAMIC Medical Institute", + "Country": "Argentina", + "Region": "Cordoba", + "City": "Cordoba", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Liver metabolism and heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liver Diseases | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alberto Juan Lorenzatti ", + "kol_full_name": "Alberto Juan Lorenzatti " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Triglycerides", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461032", + "session_name": "Understanding the role of triglycerides in the assessment of residual risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alberto Zambon", + "middle_name": null, + "last_name": null, + "org_name": "Padova University Hospital", + "Country": "Italy", + "Region": "Veneto", + "City": "Padova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Understanding the role of triglycerides in the assessment of residual risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triglycerides", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alberto Zambon ", + "kol_full_name": "Alberto Zambon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Smoking | Mental Health | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456528", + "session_name": "Smoking, mental health, and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alden Begic", + "middle_name": null, + "last_name": null, + "org_name": "Clinic for Heart, Blood Vessel and Rheumatic Diseases", + "Country": "Bosnia and Herzegovina", + "Region": "Federation of Bosnia and Herzegovina", + "City": "Sarajevo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smoking", + "rest_events_session_count": 2, + "rest_events_session": " mental health, and heart disease", + "events_topic": "Smoking | Mental Health ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alden Begic ", + "kol_full_name": "Alden Begic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459760", + "session_name": "Left atrial strain is associated with cardiovascular outcomes in children with congenitally corrected transposition of the great arteries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alejandra Iturralde Chavez", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology Ignacio Chavez", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial strain is associated with cardiovascular outcomes in children with congenitally corrected transposition of the great arteries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alejandra Iturralde Chavez ", + "kol_full_name": "Alejandra Iturralde Chavez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Smoking | Epitranscriptomics | Coronary Artery Calcification", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457343", + "session_name": "Smoking increases frequency of the recoding A-to-I epitranscriptomic editing events in whole blood RNA of subjects with severe coronary artery calcification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alejandro La Greca", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smoking increases frequency of the recoding A-to-I epitranscriptomic editing events in whole blood RNA of subjects with severe coronary artery calcification", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Smoking | Epitranscriptomics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Calcification", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alejandro La Greca ", + "kol_full_name": "Alejandro La Greca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461068", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aleksander Jakub Misiewicz", + "middle_name": null, + "last_name": null, + "org_name": "Central Clinic Hospital in Lodz", + "Country": "Poland", + "Region": "Lodzkie", + "City": "Lodz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aleksander Jakub Misiewicz ", + "kol_full_name": "Aleksander Jakub Misiewicz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipoproteins | Coronary Artery Bypass", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459885", + "session_name": "Association of the lipoprotein(a) gene (LPA) p.Ile4399Met variant with lipoprotein(a) level and cardiovascular events in patients following coronary artery bypass grafting under 65 years of age", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aleksandra Golab", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of the lipoprotein(a) gene (LPA) p.Ile4399Met variant with lipoprotein(a) level and cardiovascular events in patients following coronary artery bypass grafting under 65 years of age", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipoproteins | Coronary Artery Bypass", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aleksandra Golab ", + "kol_full_name": "Aleksandra Golab " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Incidental Findings | Acute Coronary Syndrome | Brugada Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459914", + "session_name": "Brugada like-pattern in patient with ACS and aritmic storm: incidental finding or Brugada syndrome?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alessandro Guareschi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Brugada like-pattern in patient with ACS and aritmic storm: incidental finding or Brugada syndrome?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Incidental Findings | Acute Coronary Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Brugada Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alessandro Guareschi ", + "kol_full_name": "Alessandro Guareschi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Healthcare-Acquired Infections | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457900", + "session_name": "Increased frailty is associated with risk of hospital-acquired infections and death during heart failure hospital admissions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alessandro Maggi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased frailty is associated with risk of hospital-acquired infections and death during heart failure hospital admissions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Healthcare-Acquired Infections | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alessandro Maggi ", + "kol_full_name": "Alessandro Maggi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "RNA, Long Noncoding", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457340", + "session_name": "Long non-coding RNA PANDA promotes endothelial senescence and oxidative damage through the interaction with NRF2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alessia Mongelli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long non-coding RNA PANDA promotes endothelial senescence and oxidative damage through the interaction with NRF2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "RNA, Long Noncoding", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alessia Mongelli ", + "kol_full_name": "Alessia Mongelli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459725", + "session_name": "ST-Elevation Myocardial Infarction (STEMI) in patients with high thrombus burden: Turkey high volume centre perspective - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alev Kilicgedik", + "middle_name": null, + "last_name": null, + "org_name": "Kartal Kosuyolu Heart and Research Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ST-Elevation Myocardial Infarction (STEMI) in patients with high thrombus burden: Turkey high volume centre perspective - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alev Kilicgedik ", + "kol_full_name": "Alev Kilicgedik " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459610", + "session_name": "A study to assess the ability of the HFA-ICOS risk stratification tool to predict cancer therapy-related cardiac dysfunction for patients receiving anthracycline chemotherapy.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alex Byrne", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A study to assess the ability of the HFA-ICOS risk stratification tool to predict cancer therapy-related cardiac dysfunction for patients receiving anthracycline chemotherapy.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alex Byrne ", + "kol_full_name": "Alex Byrne " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Echocardiography | Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460560", + "session_name": "Speeding up echocardiographic examination by automated generation of 2D imaging views from 3D volumetric data using machine learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alex Pui-Wai Lee", + "middle_name": null, + "last_name": null, + "org_name": "The Chinese University Of Hong Kong", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Speeding up echocardiographic examination by automated generation of 2D imaging views from 3D volumetric data using machine learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diagnostic Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alex Pui-Wai Lee ", + "kol_full_name": "Alex Pui-Wai Lee " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457167", + "session_name": "Evolving atrial fibrillation (AF) care in New Zealand (NZ): a nurse specialist-led clinic aiming to improve standardisation, equity, cost-effectiveness, and lifestyle modification in AF management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexander Hosking", + "middle_name": null, + "last_name": null, + "org_name": "Waikato District Hospital", + "Country": "New Zealand", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evolving atrial fibrillation (AF) care in New Zealand (NZ): a nurse specialist-led clinic aiming to improve standardisation", + "rest_events_session_count": 3, + "rest_events_session": " equity, cost-effectiveness, and lifestyle modification in AF management", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexander Hosking ", + "kol_full_name": "Alexander Hosking " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Body Surface Potential Mapping", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456981", + "session_name": "Virtual body surface mapping - the next step in guidance for physiological pacing?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexander Langanke", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Virtual body surface mapping - the next step in guidance for physiological pacing?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Body Surface Potential Mapping", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexander Langanke ", + "kol_full_name": "Alexander Langanke " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456453", + "session_name": "Lifestyle management and patient support after acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexander Parkhomenko", + "middle_name": null, + "last_name": null, + "org_name": "Institute of Cardiology, Clinical and Regenerative Medicine", + "Country": "Ukraine", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lifestyle management and patient support after acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexander Parkhomenko ", + "kol_full_name": "Alexander Parkhomenko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Rare Diseases | Aortic Dissection", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459111", + "session_name": "Acute aortic dissection in a young woman caused by a rare disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandra Apostu", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Institute of Cardiovascular Diseases Prof. Dr. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute aortic dissection in a young woman caused by a rare disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rare Diseases | Aortic Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Apostu ", + "kol_full_name": "Alexandra Apostu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Cardiac Resynchronization Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457550", + "session_name": "Mechanical dyssynchrony and response to cardiac resynchronization therapy in heart failure patients with right ventricular pacing: a pre-specified subgroup analysis of the BUDAPEST CRT Upgrade trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandra Fabian", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanical dyssynchrony and response to cardiac resynchronization therapy in heart failure patients with right ventricular pacing: a pre-specified subgroup analysis of the BUDAPEST CRT Upgrade trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Fabian ", + "kol_full_name": "Alexandra Fabian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Telemonitoring | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456286", + "session_name": "Telemonitoring and multidisciplinary care in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandra Sousa", + "middle_name": null, + "last_name": null, + "org_name": "Entre Douro e Vouga Hospital Centre", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Telemonitoring and multidisciplinary care in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Telemonitoring | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Sousa ", + "kol_full_name": "Alexandra Sousa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457793", + "session_name": "Indication for revascularisation in patients undergoing aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandre Abizaid", + "middle_name": null, + "last_name": null, + "org_name": "Instituto do Coracao FMUSP", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Indication for revascularisation in patients undergoing aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandre Abizaid ", + "kol_full_name": "Alexandre Abizaid " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Syncope | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459749", + "session_name": "Diagnostic yield of actionable arrhythmias in patients referred with syncope and collapse using ePatch extended holter", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandria Dunn", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic yield of actionable arrhythmias in patients referred with syncope and collapse using ePatch extended holter", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandria Dunn ", + "kol_full_name": "Alexandria Dunn " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Atrial Appendage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459961", + "session_name": "Outcomes, trends and predictors of 30-day readmission following left atrial appendage occlusion in cancer patients: insights from national readmission database", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandros Briasoulis", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens Medical School", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes", + "rest_events_session_count": 1, + "rest_events_session": " trends and predictors of 30-day readmission following left atrial appendage occlusion in cancer patients: insights from national readmission database", + "events_topic": "Neoplasms | Atrial Appendage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandros Briasoulis ", + "kol_full_name": "Alexandros Briasoulis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Renal Denervation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458433", + "session_name": "The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandros Kasiakogias", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration University Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on renal denervation in hypertension management - when? how? and who? - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Renal Denervation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandros Kasiakogias ", + "kol_full_name": "Alexandros Kasiakogias " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Cardiac Resynchronization Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457690", + "session_name": "The implementation of speckle tracking echocardiography for cardiac resynchronization therapy optimization. A rotational myocardial mechanics interpretation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandros Stefanidis", + "middle_name": null, + "last_name": null, + "org_name": "Nikea General Hospital", + "Country": "Greece", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The implementation of speckle tracking echocardiography for cardiac resynchronization therapy optimization. A rotational myocardial mechanics interpretation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandros Stefanidis ", + "kol_full_name": "Alexandros Stefanidis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Non ST-elevation Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460026", + "session_name": "Comparative characteristics and invasive management in patients with non-ST elevation acute coronary syndromes in two high-volume hospitals from Romania and Germany", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexandru George Cotoban", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Carol Davila", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative characteristics and invasive management in patients with non-ST elevation acute coronary syndromes in two high-volume hospitals from Romania and Germany", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non ST-elevation Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandru George Cotoban ", + "kol_full_name": "Alexandru George Cotoban " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Cardiomyopathy, Dilated", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459832", + "session_name": "Relationship between obesity and hypertrophic or dilated cardiomyopathy: the role of sex", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexios Antonopoulos", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between obesity and hypertrophic or dilated cardiomyopathy: the role of sex", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexios Antonopoulos ", + "kol_full_name": "Alexios Antonopoulos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pharmaceutical Preparations | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458630", + "session_name": "It takes a village – importance of endocarditis teams in patients who inject drugs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alexis Coulis", + "middle_name": null, + "last_name": null, + "org_name": "Temple University Hospital", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "It takes a village – importance of endocarditis teams in patients who inject drugs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pharmaceutical Preparations | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexis Coulis ", + "kol_full_name": "Alexis Coulis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456891", + "session_name": "Tips, tricks, techniques, and technologies in radial angiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alfaro Marchena Noriega", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tips", + "rest_events_session_count": 3, + "rest_events_session": " tricks, techniques, and technologies in radial angiography", + "events_topic": "Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alfaro Marchena Noriega ", + "kol_full_name": "Alfaro Marchena Noriega " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457069", + "session_name": "Equity and representation in cardiology research: a comprehensive analysis of authorship from low and low-middle income countries in leading cardiology journals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alfonso Martinez De Majo", + "middle_name": null, + "last_name": null, + "org_name": "Central University of Venezuela (UCV)", + "Country": "Venezuela", + "Region": "Distrito Federal", + "City": "Caracas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Equity and representation in cardiology research: a comprehensive analysis of authorship from low and low-middle income countries in leading cardiology journals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alfonso Martinez De Majo ", + "kol_full_name": "Alfonso Martinez De Majo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456678", + "session_name": "Management of complex patients in Lebanon and Czech Republic", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ali El sayed", + "middle_name": null, + "last_name": null, + "org_name": "AlZahraa hospital University Medical Center", + "Country": "Lebanon", + "Region": "Beyrouth", + "City": "Beirut", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of complex patients in Lebanon and Czech Republic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ali El sayed ", + "kol_full_name": "Ali El sayed " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456521", + "session_name": "Peripheral artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ali Nazmi Calik", + "middle_name": null, + "last_name": null, + "org_name": "Dr. Siyami Ersek Thoracic and Cardiovascular Surgery Center", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peripheral artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripheral Arterial Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ali Nazmi Calik ", + "kol_full_name": "Ali Nazmi Calik " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Pregnancy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460897", + "session_name": "Registries, observational, and other studies on cardiovascular problems in pregnancy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alice M. Jackson", + "middle_name": null, + "last_name": null, + "org_name": "University of Glasgow", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Glasgow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 2, + "rest_events_session": " observational, and other studies on cardiovascular problems in pregnancy", + "events_topic": "Cardiovascular Diseases | Pregnancy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alice M. Jackson ", + "kol_full_name": "Alice M. Jackson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sleep Apnea, Obstructive | Ventricular Outflow Obstruction, Right | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457816", + "session_name": "Right ventricular outflow tract arrhythmias in patients with obstructive sleep apnea- electrophysiological insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alina Gabriela Negru", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Victor Babes", + "Country": "Romania", + "Region": "Timis", + "City": "Timisoara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right ventricular outflow tract arrhythmias in patients with obstructive sleep apnea- electrophysiological insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sleep Apnea, Obstructive | Ventricular Outflow Obstruction, Right ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alina Gabriela Negru ", + "kol_full_name": "Alina Gabriela Negru " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460095", + "session_name": "Thrombotic odyssey: navigating the challenges in a complex medical case", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alina-Petruta Stoica", + "middle_name": null, + "last_name": null, + "org_name": "University Emergency Hospital of Bucharest", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Thrombotic odyssey: navigating the challenges in a complex medical case", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alina-Petruta Stoica ", + "kol_full_name": "Alina-Petruta Stoica " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "COVID-19", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459381", + "session_name": "Epidemiological, clinical, paraclinical, evolutionary, and therapeutic aspects of hypertensive patients infected by COVID-19: about 702 patients in our city", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aliou Alassane Ngaide", + "middle_name": null, + "last_name": null, + "org_name": "University Cheikh Anta DIOP of Dakar", + "Country": "Senegal", + "Region": "Kaolack", + "City": "Dakar", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epidemiological", + "rest_events_session_count": 4, + "rest_events_session": " clinical, paraclinical, evolutionary, and therapeutic aspects of hypertensive patients infected by COVID-19: about 702 patients in our city", + "events_topic": "COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aliou Alassane Ngaide ", + "kol_full_name": "Aliou Alassane Ngaide " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Endocarditis | Kidney Failure, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458276", + "session_name": "In-hospital mortality and major adverse cardiovascular events of endocarditis among 46,185 patients with end stage renal disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Allen McNamara", + "middle_name": null, + "last_name": null, + "org_name": "Brookdale University Hospital & Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Brooklyn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In-hospital mortality and major adverse cardiovascular events of endocarditis among 46", + "rest_events_session_count": 1, + "rest_events_session": "185 patients with end stage renal disease", + "events_topic": "Cardiovascular Diseases | Endocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Kidney Failure, Chronic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Allen McNamara ", + "kol_full_name": "Allen McNamara " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460660", + "session_name": "Prognostic impact of lean diabetes mellitus on aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aloysius Leow", + "middle_name": null, + "last_name": null, + "org_name": "National University Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of lean diabetes mellitus on aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aloysius Leow ", + "kol_full_name": "Aloysius Leow " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Univentricular Heart", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459478", + "session_name": "A case of partially palliated univentricular heart in a young adult: Is it too late to fix a broken heart?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Alyssa Maxine Santos", + "middle_name": null, + "last_name": null, + "org_name": "St Lukes Medical Center Quezon City", + "Country": "Philippines", + "Region": "Manila", + "City": "Quezon City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A case of partially palliated univentricular heart in a young adult: Is it too late to fix a broken heart?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy | Univentricular Heart", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alyssa Maxine Santos ", + "kol_full_name": "Alyssa Maxine Santos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prognosis | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456748", + "session_name": "Frontiers in acute coronary syndromes: diagnosis, prognosis, and intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amada Alvarez-Sangabriel", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Frontiers in acute coronary syndromes: diagnosis", + "rest_events_session_count": 2, + "rest_events_session": " prognosis, and intervention", + "events_topic": "Prognosis | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amada Alvarez-Sangabriel ", + "kol_full_name": "Amada Alvarez-Sangabriel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456068", + "session_name": "Comorbidities in heart failure: new insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amam Chinyere Mbakwem", + "middle_name": null, + "last_name": null, + "org_name": "College of Medicine University of Lagos", + "Country": "Nigeria", + "Region": "Lagos", + "City": "Lagos", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comorbidities in heart failure: new insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amam Chinyere Mbakwem ", + "kol_full_name": "Amam Chinyere Mbakwem " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460788", + "session_name": "Type 2 diabetes individuals have a shorter QRS duration, prolonged QTc interval, flatter T wave, and reduced left ventricular cycle volumes compared to matched controls in the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ambre Bertrand", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Type 2 diabetes individuals have a shorter QRS duration", + "rest_events_session_count": 3, + "rest_events_session": " prolonged QTc interval, flatter T wave, and reduced left ventricular cycle volumes compared to matched controls in the UK Biobank", + "events_topic": "Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ambre Bertrand ", + "kol_full_name": "Ambre Bertrand " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457389", + "session_name": "Trends in cardiovascular-related hospitalizations, costs, and procedures from the national inpatient sample, 2016-2020", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amier Haidar", + "middle_name": null, + "last_name": null, + "org_name": "UCLA Medical Centre Cardiology", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trends in cardiovascular-related hospitalizations", + "rest_events_session_count": 3, + "rest_events_session": " costs, and procedures from the national inpatient sample, 2016-2020", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amier Haidar ", + "kol_full_name": "Amier Haidar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458599", + "session_name": "Sex- and race-related differences in the trajectories of non-HDL-C throughout young adulthood and risk of subclinical atherosclerosis in midlife", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amir Abdi", + "middle_name": null, + "last_name": null, + "org_name": "Research Institute for Endocrine Sciences (RIES)", + "Country": "Iran", + "Region": "Tehran", + "City": "Tehran", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex- and race-related differences in the trajectories of non-HDL-C throughout young adulthood and risk of subclinical atherosclerosis in midlife", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amir Abdi ", + "kol_full_name": "Amir Abdi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diuretics | Heart Failure | Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458349", + "session_name": "Efficacy and safety of ambulatory, weekly, high-intensity intravenous diuretic strategy for congestion-refractory heart failure patients: insights from the DEA-HF prospective randomized clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amit Gruber", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of ambulatory", + "rest_events_session_count": 2, + "rest_events_session": " weekly, high-intensity intravenous diuretic strategy for congestion-refractory heart failure patients: insights from the DEA-HF prospective randomized clinical trial", + "events_topic": "Diuretics | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Clinical Trial", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amit Gruber ", + "kol_full_name": "Amit Gruber " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Iatrogenic Disease | Angio-Seal Device", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457234", + "session_name": "Successful percutaneous closure of an iatrogenic right ventricular perforation utilizing an angio-seal device.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amr Ashour", + "middle_name": null, + "last_name": null, + "org_name": "HMC Heart Hospital", + "Country": "Qatar", + "Region": "Ad Dawhah", + "City": "Doha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Successful percutaneous closure of an iatrogenic right ventricular perforation utilizing an angio-seal device.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Iatrogenic Disease | Angio-Seal Device", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amr Ashour ", + "kol_full_name": "Amr Ashour " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anemia, Iron-Deficiency | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458895", + "session_name": "The efficacy of IV iron in anemic heart failure patients: a systemic review and meta-analysis of randomised controlled trials.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amro Al Qurm", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The efficacy of IV iron in anemic heart failure patients: a systemic review and meta-analysis of randomised controlled trials.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anemia, Iron-Deficiency | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amro Al Qurm ", + "kol_full_name": "Amro Al Qurm " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457246", + "session_name": "Stem cell seeding of decellularised porcine right ventricular outflow tracts to advance repair of congenital heart defects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amy Harris", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stem cell seeding of decellularised porcine right ventricular outflow tracts to advance repair of congenital heart defects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amy Harris ", + "kol_full_name": "Amy Harris " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Arrhythmogenic Right Ventricular Dysplasia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457041", + "session_name": "Clinical overlap between healthy athletes and athletes with arrhythmogenic right ventricular cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Amy Mitchell", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical overlap between healthy athletes and athletes with arrhythmogenic right ventricular cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Arrhythmogenic Right Ventricular Dysplasia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amy Mitchell ", + "kol_full_name": "Amy Mitchell " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Renal Insufficiency, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458581", + "session_name": "An examination of co-existence of metabolic dysfunction-associated liver disease and chronic kidney disease and its effect on long-term mortality in patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "An Yi Zhang", + "middle_name": null, + "last_name": null, + "org_name": "National University Health System", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An examination of co-existence of metabolic dysfunction-associated liver disease and chronic kidney disease and its effect on long-term mortality in patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
An Yi Zhang ", + "kol_full_name": "An Yi Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Tafamidis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458889", + "session_name": "Serial changes of 99mTc- pyrophosphate uptake in patients with hereditary transthyretin amyloid cardiomyopathy treated with tafamidis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "An-Li Yu", + "middle_name": null, + "last_name": null, + "org_name": "National Taiwan University Hospital Hsinchu Branch", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serial changes of 99mTc- pyrophosphate uptake in patients with hereditary transthyretin amyloid cardiomyopathy treated with tafamidis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Tafamidis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
An-Li Yu ", + "kol_full_name": "An-Li Yu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458456", + "session_name": "Same-day discharge after atrial fibrillation ablation: is it equally safe?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Abrantes", + "middle_name": null, + "last_name": null, + "org_name": "Santa Maria University Hospital CHLN Lisbon Academic Medical Centre", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Same-day discharge after atrial fibrillation ablation: is it equally safe?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Abrantes ", + "kol_full_name": "Ana Abrantes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Proteomics | Genetic Profile | Rheumatic Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460584", + "session_name": "new insights into the pathophysiology of rheumatic valve disease based on different genetic and proteomics profiles.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Cecilia Almeida Valadares", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "new insights into the pathophysiology of rheumatic valve disease based on different genetic and proteomics profiles.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proteomics | Genetic Profile ", + "rest_events_topic_count": 1, + "rest_events_topic": " Rheumatic Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Cecilia Almeida Valadares ", + "kol_full_name": "Ana Cecilia Almeida Valadares " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Function, Left | Excitation Contraction Coupling | Scleroderma, Systemic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458628", + "session_name": "Left atrial volumetric-mechanical coupling index as a marker of subclinical primary heart involvement in systemic sclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Ciobanu", + "middle_name": null, + "last_name": null, + "org_name": "Prof. dr. Theodor Burghele Clinical Hospital", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial volumetric-mechanical coupling index as a marker of subclinical primary heart involvement in systemic sclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Function, Left | Excitation Contraction Coupling ", + "rest_events_topic_count": 1, + "rest_events_topic": " Scleroderma, Systemic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Ciobanu ", + "kol_full_name": "Ana Ciobanu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "HIV | Heart Disease Risk Factors | Cholesterol", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457467", + "session_name": "HIV and cardiovascular risk: should we use other targets for cholesterol control? Brazilian data compared to major studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Cristina De Souza Murta", + "middle_name": null, + "last_name": null, + "org_name": "Institute Dante Pazzanese of Cardiology", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HIV and cardiovascular risk: should we use other targets for cholesterol control? Brazilian data compared to major studies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "HIV | Heart Disease Risk Factors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cholesterol", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Cristina De Souza Murta ", + "kol_full_name": "Ana Cristina De Souza Murta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Ischemic Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460761", + "session_name": "Concurrent myocardial infarction and ischemic stroke: an unexpected source of embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Maria Mihail", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Clinical Hospital Floreasca", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Concurrent myocardial infarction and ischemic stroke: an unexpected source of embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Ischemic Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Maria Mihail ", + "kol_full_name": "Ana Maria Mihail " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455978", + "session_name": "Tumours in the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana Neto", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Centre do Tamega e Sousa", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tumours in the heart", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Neto ", + "kol_full_name": "Ana Neto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antihypertensives Therapy | Perindopril", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458079", + "session_name": "Adherence to anti-hypertensive therapy with perindopril-based single-pill versus free-pill combinations: a 10-year real-world analysis in Italy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ana-Maria Vintila", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Carol Davila", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adherence to anti-hypertensive therapy with perindopril-based single-pill versus free-pill combinations: a 10-year real-world analysis in Italy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antihypertensives Therapy | Perindopril", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana-Maria Vintila ", + "kol_full_name": "Ana-Maria Vintila " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lithotripsy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457233", + "session_name": "Intravascular lithotripsy in severely calcified left anterior descending artery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anand Raj Silveraju", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Serdang", + "Country": "Malaysia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intravascular lithotripsy in severely calcified left anterior descending artery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lithotripsy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anand Raj Silveraju ", + "kol_full_name": "Anand Raj Silveraju " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertensive Crisis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460789", + "session_name": "Rationale and design of the SNAPSHOT study, a multinational cross-sectional epidemiological study to evaluate the management of hypertensive patients and reported outcomes in West and Central Africa", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anastase Innocent Dzudie Tamdja", + "middle_name": null, + "last_name": null, + "org_name": "Douala General Hospital", + "Country": "Cameroon", + "Region": "Littoral", + "City": "Douala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rationale and design of the SNAPSHOT study", + "rest_events_session_count": 1, + "rest_events_session": " a multinational cross-sectional epidemiological study to evaluate the management of hypertensive patients and reported outcomes in West and Central Africa", + "events_topic": "Hypertensive Crisis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anastase Innocent Dzudie Tamdja ", + "kol_full_name": "Anastase Innocent Dzudie Tamdja " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456826", + "session_name": "Imaging in mitral regurgitation: what tools do we need?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anastazija Stojsic-Milosavljevic", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Cardiovascular Diseases of Vojvodina", + "Country": "Serbia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging in mitral regurgitation: what tools do we need?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anastazija Stojsic-Milosavljevic ", + "kol_full_name": "Anastazija Stojsic-Milosavljevic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Myocardial Infarction | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460683", + "session_name": "ST-segment elevation myocardial infarction due to spontaneous coronary artery dissection in a young female - diagnostic and therapeutic challenges", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anca-Raluca Luca", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Institute of Cardiovascular Diseases Prof. Dr. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ST-segment elevation myocardial infarction due to spontaneous coronary artery dissection in a young female - diagnostic and therapeutic challenges", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " ST Elevation Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anca-Raluca Luca ", + "kol_full_name": "Anca-Raluca Luca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hydrostatic Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460086", + "session_name": "Initial results of the READY registry: comparison of visual and physiological lesion characterization and the effect of hydrostatic pressure correction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andras Agoston", + "middle_name": null, + "last_name": null, + "org_name": "Andras Josa General Hospital", + "Country": "Hungary", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Initial results of the READY registry: comparison of visual and physiological lesion characterization and the effect of hydrostatic pressure correction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hydrostatic Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andras Agoston ", + "kol_full_name": "Andras Agoston " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458277", + "session_name": "Epidemiology and temporal trends of infective endocarditis between 2006 and 2018 at a tertiary referral center", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andras Bence", + "middle_name": null, + "last_name": null, + "org_name": "Gottsegen National Cardiovascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epidemiology and temporal trends of infective endocarditis between 2006 and 2018 at a tertiary referral center", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andras Bence ", + "kol_full_name": "Andras Bence " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ultrasonography | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457597", + "session_name": "Impact of a cardiothoracic ultrasound protocol in patients with ST-elevation myocardial infarction: the Focused Assessment in STEMI (FASTEMI) protocol", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andre Amon", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Clínicas de Porto Alegre", + "Country": "Brazil", + "Region": "Rio Grande do Sul", + "City": "Porto Alegre", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of a cardiothoracic ultrasound protocol in patients with ST-elevation myocardial infarction: the Focused Assessment in STEMI (FASTEMI) protocol", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andre Amon ", + "kol_full_name": "Andre Amon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Ventricular Thrombus | Coronary Revascularization | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458684", + "session_name": "Impact of coronary revascularization on clinical outcomes of post-acute myocardial infarction patients with left ventricular thrombus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andre Seah", + "middle_name": null, + "last_name": null, + "org_name": "National University Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of coronary revascularization on clinical outcomes of post-acute myocardial infarction patients with left ventricular thrombus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Thrombus | Coronary Revascularization ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andre Seah ", + "kol_full_name": "Andre Seah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456206", + "session_name": "Hypertension management: drugs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrea Brandao", + "middle_name": null, + "last_name": null, + "org_name": "State University of Rio de Janeiro (UERJ)", + "Country": "Brazil", + "Region": "Rio de Janeiro", + "City": "Rio de Janeiro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension management: drugs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrea Brandao ", + "kol_full_name": "Andrea Brandao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Hyperlipidemias | Pandemics | Dyslipidemias", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457291", + "session_name": "Patient reported outcomes, control of hypertension and dyslipidemia: results of two epidemiological studies in Romania, conducted during pandemia (Snapshot-1) and post-pandemic (Snapshot-2)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrea Ciobanu", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Carol Davila", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient reported outcomes", + "rest_events_session_count": 2, + "rest_events_session": " control of hypertension and dyslipidemia: results of two epidemiological studies in Romania, conducted during pandemia (Snapshot-1) and post-pandemic (Snapshot-2)", + "events_topic": "Hypertension | Hyperlipidemias ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pandemics | Dyslipidemias", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrea Ciobanu ", + "kol_full_name": "Andrea Ciobanu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457559", + "session_name": "An unusual case of purulent pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrea Pandolfi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An unusual case of purulent pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrea Pandolfi ", + "kol_full_name": "Andrea Pandolfi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461069", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrea Virginia Monastyrski", + "middle_name": null, + "last_name": null, + "org_name": "Vall d'Hebron Research Institute VHIR)", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrea Virginia Monastyrski ", + "kol_full_name": "Andrea Virginia Monastyrski " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460931", + "session_name": "Overcoming the \"DanGer\" of cardiogenic shock: treatment strategies with percutaneous mechanical circulatory support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andreas Goetzenich", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Aachen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Overcoming the \"DanGer\" of cardiogenic shock: treatment strategies with percutaneous mechanical circulatory support", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Circulatory Support | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreas Goetzenich ", + "kol_full_name": "Andreas Goetzenich " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Function, Left | Prediabetic State | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458097", + "session_name": "The underestimated risk of prediabetes on cardiovascular outcomes in heart failure with reduced left ventricular function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andreas Hammer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The underestimated risk of prediabetes on cardiovascular outcomes in heart failure with reduced left ventricular function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Function, Left | Prediabetic State ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreas Hammer ", + "kol_full_name": "Andreas Hammer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Death, Sudden | Myocardial Fibrosis | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458492", + "session_name": "Sudden death risk assessment in hypertrophic cardiomyopathy should include myocardial fibrosis imaging: con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andreas Kammerlander", + "middle_name": null, + "last_name": null, + "org_name": "Massachusetts General Hospital - Harvard Medical School", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sudden death risk assessment in hypertrophic cardiomyopathy should include myocardial fibrosis imaging: con", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Death, Sudden ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Fibrosis | Cardiomyopathy, Hypertrophic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreas Kammerlander ", + "kol_full_name": "Andreas Kammerlander " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461066", + "session_name": "Screening for atrial fibrillation (AF) and hypertension: time to act now", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andreas Schnabel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Screening for atrial fibrillation (AF) and hypertension: time to act now", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreas Schnabel ", + "kol_full_name": "Andreas Schnabel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biomarkers | Troponin | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456950", + "session_name": "Troponin and other biomarkers for diagnosis of acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andreea Catarina Popescu", + "middle_name": null, + "last_name": null, + "org_name": "Elias Emergency Universitary Hospital", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Troponin and other biomarkers for diagnosis of acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Troponin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreea Catarina Popescu ", + "kol_full_name": "Andreea Catarina Popescu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mediastinal Tumors | Bradycardia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457322", + "session_name": "What do bradycardias hide? A rare mediastinal tumor invading the adjacent structures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andreea Teodorescu", + "middle_name": null, + "last_name": null, + "org_name": "Institute of Cardiovascular Diseases Prof. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What do bradycardias hide? A rare mediastinal tumor invading the adjacent structures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mediastinal Tumors | Bradycardia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreea Teodorescu ", + "kol_full_name": "Andreea Teodorescu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Rate, Fetal", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458402", + "session_name": "Low fetal heart rate, a potentially ominous finding", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andreea-Sorina Afana", + "middle_name": null, + "last_name": null, + "org_name": "Clinical Emergency County Hospital Craiova", + "Country": "Romania", + "Region": "Dolj", + "City": "Craiova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Low fetal heart rate", + "rest_events_session_count": 1, + "rest_events_session": " a potentially ominous finding", + "events_topic": "Heart Rate, Fetal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreea-Sorina Afana ", + "kol_full_name": "Andreea-Sorina Afana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459595", + "session_name": "When to go beyond guidelines for VT management ? – A STAR is born", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrei-Alexandru Mircea", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Carol Davila", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When to go beyond guidelines for VT management ? – A STAR is born", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrei-Alexandru Mircea ", + "kol_full_name": "Andrei-Alexandru Mircea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endothelial Dysfunction | HIV", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459646", + "session_name": "Influence of disturbed blood flow on endothelial function in people living with HIV", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrej Preveden", + "middle_name": null, + "last_name": null, + "org_name": "Institute of Cardiovascular Diseases of Vojvodina", + "Country": "Serbia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Influence of disturbed blood flow on endothelial function in people living with HIV", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endothelial Dysfunction | HIV", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrej Preveden ", + "kol_full_name": "Andrej Preveden " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Cardiac Surgical Procedures | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458738", + "session_name": "An artificial intelligence-enabled electrocardiogram model outperforms the revised cardiac risk index score for predicting major adverse cardiovascular events in patients undergoing noncardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andres Estrada-Magana", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An artificial intelligence-enabled electrocardiogram model outperforms the revised cardiac risk index score for predicting major adverse cardiovascular events in patients undergoing noncardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andres Estrada-Magana ", + "kol_full_name": "Andres Estrada-Magana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Proteomics | Cardiorespiratory Fitness", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460831", + "session_name": "Proteomic analysis of cardiorespiratory fitness for prediction of mortality and multi-system disease risks", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrew Perry", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteomic analysis of cardiorespiratory fitness for prediction of mortality and multi-system disease risks", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proteomics | Cardiorespiratory Fitness", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrew Perry ", + "kol_full_name": "Andrew Perry " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458013", + "session_name": "Blood urea monitoring in heart failure patients - an important predictor of mortality.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrew Scott Oswald", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood urea monitoring in heart failure patients - an important predictor of mortality.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrew Scott Oswald ", + "kol_full_name": "Andrew Scott Oswald " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460938", + "session_name": "ESC TV ‘Kart’iology Tournament", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andries Dippenaar", + "middle_name": null, + "last_name": null, + "org_name": "Royal Infirmary of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV ‘Kart’iology Tournament", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andries Dippenaar ", + "kol_full_name": "Andries Dippenaar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Surgical Procedures, Operative | Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457829", + "session_name": "Sex-associated disparities in surgical and percutaneous management of symptomatic severe aortic stenosis: a retrospective analysis from the National Readmission Database", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Andrija Matetic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Centre Split", + "Country": "Croatia", + "Region": "Splitsko-Dalmatinska", + "City": "Split", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-associated disparities in surgical and percutaneous management of symptomatic severe aortic stenosis: a retrospective analysis from the National Readmission Database", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Procedures, Operative | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrija Matetic ", + "kol_full_name": "Andrija Matetic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460615", + "session_name": "Living with congenital heart disease - patient perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anezka Gombosova", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Living with congenital heart disease - patient perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anezka Gombosova ", + "kol_full_name": "Anezka Gombosova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Interactions", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460355", + "session_name": "Adverse cardiovascular outcomes due to potential drug-drug interactions in statin therapy: a population-based study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Angel Lai", + "middle_name": null, + "last_name": null, + "org_name": "The Chinese University of Hong Kong", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adverse cardiovascular outcomes due to potential drug-drug interactions in statin therapy: a population-based study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Interactions", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angel Lai ", + "kol_full_name": "Angel Lai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation | Left Ventricular Assist Device | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456377", + "session_name": "Heart transplantation, LVADs and inotropic support in heart failure: challenges and expectations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Angeliki Mouzarou", + "middle_name": null, + "last_name": null, + "org_name": "Paphos General Hospital", + "Country": "Cyprus", + "Region": "Paphos", + "City": "Paphos", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart transplantation", + "rest_events_session_count": 1, + "rest_events_session": " LVADs and inotropic support in heart failure: challenges and expectations", + "events_topic": "Heart Transplantation | Left Ventricular Assist Device ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angeliki Mouzarou ", + "kol_full_name": "Angeliki Mouzarou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Postmenopause | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459755", + "session_name": "Atrial cardiomyopathy in postmenopausal female healthcare professionals- a single-center study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Angelina Borizanova-Petkova", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Tsaritsa Yoanna", + "Country": "Bulgaria", + "Region": "Sofiya", + "City": "Sofia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial cardiomyopathy in postmenopausal female healthcare professionals- a single-center study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Postmenopause | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angelina Borizanova-Petkova ", + "kol_full_name": "Angelina Borizanova-Petkova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Primary Prevention | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457611", + "session_name": "Major adverse cardiovascular event definitions and reporting in primary prevention of cardiovascular disease: a systematic review", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Angeline Rui Xi Lai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Major adverse cardiovascular event definitions and reporting in primary prevention of cardiovascular disease: a systematic review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Prevention | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angeline Rui Xi Lai ", + "kol_full_name": "Angeline Rui Xi Lai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460720", + "session_name": "Patient profiles of filipino women associated with poorer outcomes during ST-segment elevation myocardial infarction: a single-center retrospective study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Angeline Uy Lim", + "middle_name": null, + "last_name": null, + "org_name": "Saint Lukes Medical Center Global City", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient profiles of filipino women associated with poorer outcomes during ST-segment elevation myocardial infarction: a single-center retrospective study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angeline Uy Lim ", + "kol_full_name": "Angeline Uy Lim " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456308", + "session_name": "TAVI and beyond", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Angelos Rigopoulos", + "middle_name": null, + "last_name": null, + "org_name": "Mitera Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI and beyond", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Angelos Rigopoulos ", + "kol_full_name": "Angelos Rigopoulos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460436", + "session_name": "The diagnostic accuracy of aortic valve calcium score in patients with low gradient and high gradient aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aniko Iiona Nagy", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The diagnostic accuracy of aortic valve calcium score in patients with low gradient and high gradient aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aniko Iiona Nagy ", + "kol_full_name": "Aniko Iiona Nagy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peripartum Period | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458407", + "session_name": "Overcoming the odds: successful management of peripartum EGPA-induced cardiomyopathy through multidisciplinary care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anita Li", + "middle_name": null, + "last_name": null, + "org_name": "Ascension St. Vincent Hospital Indianapolis", + "Country": "United States", + "Region": "Indiana", + "City": "Indianapolis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Overcoming the odds: successful management of peripartum EGPA-induced cardiomyopathy through multidisciplinary care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripartum Period | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anita Li ", + "kol_full_name": "Anita Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457132", + "session_name": "AB-HFPEF score: A new and improved HFpEF prediction tool for the Indian patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anmol Jindal", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AB-HFPEF score: A new and improved HFpEF prediction tool for the Indian patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anmol Jindal ", + "kol_full_name": "Anmol Jindal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Proteomics | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459216", + "session_name": "Comparing de novo heart failure and acute decompensated heart failure using a proteomic approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anna Dieden", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing de novo heart failure and acute decompensated heart failure using a proteomic approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proteomics | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna Dieden ", + "kol_full_name": "Anna Dieden " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460546", + "session_name": "Predicting progression from coronary artery disease to heart failure in community cohorts", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anna Pilbrow", + "middle_name": null, + "last_name": null, + "org_name": "University of Otago Christchurch", + "Country": "New Zealand", + "Region": "Canterbury", + "City": "Christchurch", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting progression from coronary artery disease to heart failure in community cohorts", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna Pilbrow ", + "kol_full_name": "Anna Pilbrow " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Extracellular Vesicles | Myocardial Infarction | Toll-Like Receptor 4 | Arginine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460693", + "session_name": "Malondialdehyde-specific natural IgM inhibit toll-like receptor 4 and peptidyl-arginine deiminase 4-dependent NETosis triggered by coronary extracellular vesicles of myocardial infarction patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anna S. Ondracek", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Malondialdehyde-specific natural IgM inhibit toll-like receptor 4 and peptidyl-arginine deiminase 4-dependent NETosis triggered by coronary extracellular vesicles of myocardial infarction patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Extracellular Vesicles | Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Toll-Like Receptor 4 | Arginine", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna S. Ondracek ", + "kol_full_name": "Anna S. Ondracek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460705", + "session_name": "Symptoms and ASCVD score fail to identify majority of the patients at risk of first myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anna Sophie Mueller", + "middle_name": null, + "last_name": null, + "org_name": "Mount Sinai Morningside", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Symptoms and ASCVD score fail to identify majority of the patients at risk of first myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna Sophie Mueller ", + "kol_full_name": "Anna Sophie Mueller " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456232", + "session_name": "Management of comorbidities and outcomes in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anna Vachulova", + "middle_name": null, + "last_name": null, + "org_name": "Slovak National Institute of Cardiovascular Diseases", + "Country": "Slovakia", + "Region": "Bratislavsky", + "City": "Bratislava", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of comorbidities and outcomes in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna Vachulova ", + "kol_full_name": "Anna Vachulova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fistula", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459211", + "session_name": "Surgical reduction of a high-flow dialysis fistula has long-term positive effects of the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anna Valerianova", + "middle_name": null, + "last_name": null, + "org_name": "First Faculty of Medicine and General University Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Surgical reduction of a high-flow dialysis fistula has long-term positive effects of the heart", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fistula", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna Valerianova ", + "kol_full_name": "Anna Valerianova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrioventricular Block | Coronary Artery Bypass", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460059", + "session_name": "Histopathology and prognosis of new-onset atrio-ventricular block after coronary artery bypass graft surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anna-Reetta Toiviainen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Histopathology and prognosis of new-onset atrio-ventricular block after coronary artery bypass graft surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrioventricular Block | Coronary Artery Bypass", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anna-Reetta Toiviainen ", + "kol_full_name": "Anna-Reetta Toiviainen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460930", + "session_name": "Optimising access & closure for percutaneous mechanical circulatory support: hands-on", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anne Dieuwertje Grosheide", + "middle_name": null, + "last_name": null, + "org_name": "Haaglanden Westeinde Medical Centre", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "The Hague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising access & closure for percutaneous mechanical circulatory support: hands-on", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Circulatory Support", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anne Dieuwertje Grosheide ", + "kol_full_name": "Anne Dieuwertje Grosheide " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pregnancy | Risk Management | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458596", + "session_name": "Cardiovascular risk management for the prevention of cardiovascular disease in women after pregnancy - The Heart for Women feasibility study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Annelieke Hermina Josephina Petrus", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk management for the prevention of cardiovascular disease in women after pregnancy - The Heart for Women feasibility study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Risk Management ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Annelieke Hermina Josephina Petrus ", + "kol_full_name": "Annelieke Hermina Josephina Petrus " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pregnancy | Anticoagulation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460974", + "session_name": "Pregnancy in women with prosthetic heart valves: focus on anticoagulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anneroos van der Zande", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy in women with prosthetic heart valves: focus on anticoagulation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Anticoagulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anneroos van der Zande ", + "kol_full_name": "Anneroos van der Zande " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clinical Protocols", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457962", + "session_name": "Incorporating innovations into clinical practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anthony De-Maria", + "middle_name": null, + "last_name": null, + "org_name": "University of California San Diego", + "Country": "United States", + "Region": "California", + "City": "San Diego", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incorporating innovations into clinical practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Protocols", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anthony De-Maria ", + "kol_full_name": "Anthony De-Maria " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Plaque, Atherosclerotic | Body Mass Index", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457290", + "session_name": "Body mass index as a contributor to the accumulation of lipidic plaque materials in statin-treated type 2 diabetic patients with coronary artery disease: sub-analysis from the OPTIMAL randomized study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anthony Salib", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Body mass index as a contributor to the accumulation of lipidic plaque materials in statin-treated type 2 diabetic patients with coronary artery disease: sub-analysis from the OPTIMAL randomized study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Plaque, Atherosclerotic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Body Mass Index", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anthony Salib ", + "kol_full_name": "Anthony Salib " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Atrial Flutter | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460518", + "session_name": "Left atrial parameters predict incident atrial fibrillation and flutter in patients with heart failure with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anton Stanchev", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial parameters predict incident atrial fibrillation and flutter in patients with heart failure with reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Atrial Flutter ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anton Stanchev ", + "kol_full_name": "Anton Stanchev " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460666", + "session_name": "Which echocardiographic measure of longitudinal function is most informative?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antonio Guilherme Cunha De Almeida", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Which echocardiographic measure of longitudinal function is most informative?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonio Guilherme Cunha De Almeida ", + "kol_full_name": "Antonio Guilherme Cunha De Almeida " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Electrocardiography | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457792", + "session_name": "Use of artificial intelligence for diagnosis of heart failure: ECG", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antonio Jordan", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of artificial intelligence for diagnosis of heart failure: ECG", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonio Jordan ", + "kol_full_name": "Antonio Jordan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Systolic Dysfunction | Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458812", + "session_name": "Prognostic impact of echocardiographic predictors of subclinical systolic dysfunction in patients with moderate aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antonio Miguel De Oliveira Carvalho dos Santos", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of echocardiographic predictors of subclinical systolic dysfunction in patients with moderate aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Systolic Dysfunction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Stenosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antonio Miguel De Oliveira Carvalho dos Santos ", + "kol_full_name": "Antonio Miguel De Oliveira Carvalho dos Santos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455900", + "session_name": "Takotsubo cardiomyopathy and acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Antoniu Octavian Petris", + "middle_name": null, + "last_name": null, + "org_name": "Grigore T. Popa University of Medicine and Pharmacy", + "Country": "Romania", + "Region": "Iasi", + "City": "Iasi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Takotsubo cardiomyopathy and acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Antoniu Octavian Petris ", + "kol_full_name": "Antoniu Octavian Petris " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Aneurysm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457811", + "session_name": "Imaging of giant patent ductus arteriosus aneurysm and its complications.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anum Yousaf", + "middle_name": null, + "last_name": null, + "org_name": "Rawalpindi Institute of Cardiology", + "Country": "Pakistan", + "Region": "Punjab", + "City": "Rawalpindi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging of giant patent ductus arteriosus aneurysm and its complications.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anum Yousaf ", + "kol_full_name": "Anum Yousaf " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Menopause", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460717", + "session_name": "Beyond the change: exploring age of menopause, lifestyle, and cardiovascular risk in women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anushriya Pant", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond the change: exploring age of menopause", + "rest_events_session_count": 2, + "rest_events_session": " lifestyle, and cardiovascular risk in women", + "events_topic": "Cardiovascular Diseases | Menopause", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anushriya Pant ", + "kol_full_name": "Anushriya Pant " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ischemia | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460025", + "session_name": "Incremental role of Cardio-Ankle Vascular Index in predicting ischemic threshold in patients with suspected coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Anusith Tunhasiriwet", + "middle_name": null, + "last_name": null, + "org_name": "Bangkok Hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incremental role of Cardio-Ankle Vascular Index in predicting ischemic threshold in patients with suspected coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemia | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anusith Tunhasiriwet ", + "kol_full_name": "Anusith Tunhasiriwet " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "DiamondTemp Ablation System", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458840", + "session_name": "Evaluating lesion integrity with diamond temp system", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aqeel Khanani", + "middle_name": null, + "last_name": null, + "org_name": "Lakeland Regional Health System", + "Country": "United States", + "Region": "Florida", + "City": "Lakeland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating lesion integrity with diamond temp system", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "DiamondTemp Ablation System", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aqeel Khanani ", + "kol_full_name": "Aqeel Khanani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Pulmonary Embolism | Heart Septal Defects, Ventricular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459620", + "session_name": "Infective endocarditis with septic pulmonary embolies in ventricular septal defect - small but lethal.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Archan Jaspattananon", + "middle_name": null, + "last_name": null, + "org_name": "Vachira Phuket Hospital", + "Country": "Thailand", + "Region": "Phuket", + "City": "Phuket", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Infective endocarditis with septic pulmonary embolies in ventricular septal defect - small but lethal.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Pulmonary Embolism ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Septal Defects, Ventricular", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Archan Jaspattananon ", + "kol_full_name": "Archan Jaspattananon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456641", + "session_name": "Case-based implementation of the 2023 ESC Guidelines for the Management of Endocarditis: insights from Egypt and Georgia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Archil Chukhrukidze", + "middle_name": null, + "last_name": null, + "org_name": "Tbilisi Heart Center", + "Country": "Georgia", + "Region": "T'bilisi", + "City": "Tbilisi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case-based implementation of the 2023 ESC Guidelines for the Management of Endocarditis: insights from Egypt and Georgia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Archil Chukhrukidze ", + "kol_full_name": "Archil Chukhrukidze " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457834", + "session_name": "Prognostic value of combined myocardial performance index in patients with acute ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Argishti Kristosturyan", + "middle_name": null, + "last_name": null, + "org_name": "Erebouni Medical Center", + "Country": "Armenia", + "Region": "Yerevan", + "City": "Yerevan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of combined myocardial performance index in patients with acute ST-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Argishti Kristosturyan ", + "kol_full_name": "Argishti Kristosturyan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458041", + "session_name": "Clinical experience of transapical off-pump mitral valve repair with NeoChord implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Argyro Kalompatsou", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical experience of transapical off-pump mitral valve repair with NeoChord implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Argyro Kalompatsou ", + "kol_full_name": "Argyro Kalompatsou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460998", + "session_name": "Intensive therapeutic education strategy by specialised nurses for patients with acute Heart Failure: results from the multicentre randomized controlled EDUSTRA-HF trial.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ariel Cohen", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Saint Antoine", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intensive therapeutic education strategy by specialised nurses for patients with acute Heart Failure: results from the multicentre randomized controlled EDUSTRA-HF trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ariel Cohen ", + "kol_full_name": "Ariel Cohen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Tafamidis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460713", + "session_name": "Relationship between changes in renal function after acute phase of tafamidis administration and left ventricular diastolic function at mid-term follow-up in transthyretin cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Arisa Senda", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between changes in renal function after acute phase of tafamidis administration and left ventricular diastolic function at mid-term follow-up in transthyretin cardiac amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Tafamidis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Arisa Senda ", + "kol_full_name": "Arisa Senda " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dementia | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460269", + "session_name": "Genetic and lifestyle risks for coronary artery disease and risk of incident dementia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Arisa Sittichokkananon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic and lifestyle risks for coronary artery disease and risk of incident dementia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dementia | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Arisa Sittichokkananon ", + "kol_full_name": "Arisa Sittichokkananon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Pericardial Effusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458632", + "session_name": "Pericardial effusion as an unusual manifestation of infective endocarditis. What do we know about cardiac complications?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Arturo Yimaraes Hernandez Fonseca", + "middle_name": null, + "last_name": null, + "org_name": "Mexican Institute of Social Security (IMSS)", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pericardial effusion as an unusual manifestation of infective endocarditis. What do we know about cardiac complications?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Pericardial Effusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Arturo Yimaraes Hernandez Fonseca ", + "kol_full_name": "Arturo Yimaraes Hernandez Fonseca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Kidney Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457368", + "session_name": "Cardiovascular risk factors and kidney transplantation: a retrospective analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Arya Ardehali", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk factors and kidney transplantation: a retrospective analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Kidney Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Arya Ardehali ", + "kol_full_name": "Arya Ardehali " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "1407506967", + "hcp_pin_alias": "FU_HCP_5459273", + "session_name": "A novel risk-stratification model that predicts long-term clinical outcomes in patients with recurrent pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ashwin Kumar", + "middle_name": null, + "last_name": null, + "org_name": "Georgetown University", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel risk-stratification model that predicts long-term clinical outcomes in patients with recurrent pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ashwin Kumar ", + "kol_full_name": "Ashwin Kumar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Pregnancy", + "npi_num": "1437848074", + "hcp_pin_alias": "FU_HCP_5459016", + "session_name": "Pregnancy-Associated Ventricular Tachycardia: Unraveling the Rarity of Right Ventricular Outflow Tract (RVOT) VT as a Recognizable Culprit", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ashwin Shive Gowda", + "middle_name": null, + "last_name": null, + "org_name": "Catholic Health System", + "Country": "United States", + "Region": "New York", + "City": "Buffalo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy-Associated Ventricular Tachycardia: Unraveling the Rarity of Right Ventricular Outflow Tract (RVOT) VT as a Recognizable Culprit", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Pregnancy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ashwin Shive Gowda ", + "kol_full_name": "Ashwin Shive Gowda " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460379", + "session_name": "Remnant cholesterol lowering in cardiovascular disease risk reduction in statin trials: meta-regression analyses", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ask Tybjaerg Nordestgaard", + "middle_name": null, + "last_name": null, + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remnant cholesterol lowering in cardiovascular disease risk reduction in statin trials: meta-regression analyses", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ask Tybjaerg Nordestgaard ", + "kol_full_name": "Ask Tybjaerg Nordestgaard " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459790", + "session_name": "Multidomain cognitive improvement in patients with severe aortic valve stenosis undergoing transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Astrid Van Nieuwkerk", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multidomain cognitive improvement in patients with severe aortic valve stenosis undergoing transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Astrid Van Nieuwkerk ", + "kol_full_name": "Astrid Van Nieuwkerk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diet, Mediterranean | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458894", + "session_name": "Mediterranean diet overcomes the endogenous testosterone and assists central pulse load, peripheral rheology and erectile physiology in males with chronic heart failure and reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Athanasios Angelis", + "middle_name": null, + "last_name": null, + "org_name": "Ippokrateio General Hospital of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mediterranean diet overcomes the endogenous testosterone and assists central pulse load", + "rest_events_session_count": 1, + "rest_events_session": " peripheral rheology and erectile physiology in males with chronic heart failure and reduced ejection fraction", + "events_topic": "Diet, Mediterranean | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Athanasios Angelis ", + "kol_full_name": "Athanasios Angelis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Cardiac Surgical Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456926", + "session_name": "Complications of cardiac surgery, interventions, and mechanical circulatory support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Athanasios Kolyviras", + "middle_name": null, + "last_name": null, + "org_name": "Metropolitan General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complications of cardiac surgery", + "rest_events_session_count": 2, + "rest_events_session": " interventions, and mechanical circulatory support", + "events_topic": "Mechanical Circulatory Support | Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Athanasios Kolyviras ", + "kol_full_name": "Athanasios Kolyviras " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Deoxyglucose | Marfan Syndrome | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460475", + "session_name": "Evaluation of aortic inflammation in marfan syndrome patients with 18-fluorodeoxyglucose positron emission and computed tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Athina Goliopoulou", + "middle_name": null, + "last_name": null, + "org_name": "Sotiria Chest Disease Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of aortic inflammation in marfan syndrome patients with 18-fluorodeoxyglucose positron emission and computed tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Deoxyglucose | Marfan Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Athina Goliopoulou ", + "kol_full_name": "Athina Goliopoulou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Neprilysin | Angiotensins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460997", + "session_name": "Early in-hospital initiation of angiotensin-neprilysin inhibition in Japanese patients with acute heart failure: the investigator-initiated multicenter randomized PREMIER study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Atsushi Tanaka", + "middle_name": null, + "last_name": null, + "org_name": "Saga University", + "Country": "Japan", + "Region": "Fukuoka", + "City": "Kitakyushu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early in-hospital initiation of angiotensin-neprilysin inhibition in Japanese patients with acute heart failure: the investigator-initiated multicenter randomized PREMIER study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Neprilysin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiotensins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Atsushi Tanaka ", + "kol_full_name": "Atsushi Tanaka " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456756", + "session_name": "Machine-learning approaches for the diagnosis of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Attila Frigy", + "middle_name": null, + "last_name": null, + "org_name": "George Emil Palade University of Medicine and Pharmacy", + "Country": "Romania", + "Region": "Mures", + "City": "Tirgu Mures", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine-learning approaches for the diagnosis of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Attila Frigy ", + "kol_full_name": "Attila Frigy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Saccular Aneurysm | Takayasu's Arteritis | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459338", + "session_name": "Giant saccular aneurysm of the left main coronary artery, an unusual finding in a hispanic woman patient with acute coronary syndrome associated with Takayasu's arteritis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Augusto Pupiales Davila", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology Ignacio Chavez", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Giant saccular aneurysm of the left main coronary artery", + "rest_events_session_count": 1, + "rest_events_session": " an unusual finding in a hispanic woman patient with acute coronary syndrome associated with Takayasu's arteritis.", + "events_topic": "Saccular Aneurysm | Takayasu's Arteritis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Augusto Pupiales Davila ", + "kol_full_name": "Augusto Pupiales Davila " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458405", + "session_name": "Joining forces : a complex cardio-obstetric case", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Avinash Radhakrishna", + "middle_name": null, + "last_name": null, + "org_name": "Cork University Hospital", + "Country": "Ireland", + "Region": "Cork", + "City": "Cork", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Joining forces : a complex cardio-obstetric case", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Avinash Radhakrishna ", + "kol_full_name": "Avinash Radhakrishna " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Mutation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458868", + "session_name": "The influence of genetic mutations on multilayer global longitudinal strain values in patients with hypertrophic cardiomyopaty", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aybuke Geylan", + "middle_name": null, + "last_name": null, + "org_name": "Istanbul University-Cerrahpasa Institute of Cardiology", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The influence of genetic mutations on multilayer global longitudinal strain values in patients with hypertrophic cardiomyopaty", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Mutation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aybuke Geylan ", + "kol_full_name": "Aybuke Geylan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456198", + "session_name": "Rhythm control in atrial fibrillation: prognostic and therapeutic implications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Aytan Hajili", + "middle_name": null, + "last_name": null, + "org_name": "Baku Health Center", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rhythm control in atrial fibrillation: prognostic and therapeutic implications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aytan Hajili ", + "kol_full_name": "Aytan Hajili " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL | Inclisiran | Plaque, Atherosclerotic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459762", + "session_name": "Inclisiran-containing low-density lipoprotein cholesterol reduction effectively stabilizes atherosclerotic plaques", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Baiba Kokina", + "middle_name": null, + "last_name": null, + "org_name": "Riga Stradins University", + "Country": "Latvia", + "Region": "Riga", + "City": "RIGA", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inclisiran-containing low-density lipoprotein cholesterol reduction effectively stabilizes atherosclerotic plaques", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL | Inclisiran ", + "rest_events_topic_count": 1, + "rest_events_topic": " Plaque, Atherosclerotic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Baiba Kokina ", + "kol_full_name": "Baiba Kokina " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vascular Stiffness | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460155", + "session_name": "Arterial stiffness for predicting major adverse cardiovascular events in post-infarcted patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Balazs Gaszner", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute, Medical School, University of Pecs", + "Country": "Hungary", + "Region": "Baranya", + "City": "Pecs", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arterial stiffness for predicting major adverse cardiovascular events in post-infarcted patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Stiffness | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Balazs Gaszner ", + "kol_full_name": "Balazs Gaszner " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456238", + "session_name": "Before and after heart transplantation: new insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Balazs Sax", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Before and after heart transplantation: new insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Balazs Sax ", + "kol_full_name": "Balazs Sax " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Echocardiography, Three-Dimensional", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459313", + "session_name": "Different right ventricular mechanics in atrial and ventricular secondary tricuspid regurgitation and their prognostic role. A multicentric three-dimensional echocardiography study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Balint Karoly Lakatos", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Different right ventricular mechanics in atrial and ventricular secondary tricuspid regurgitation and their prognostic role. A multicentric three-dimensional echocardiography study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency | Echocardiography, Three-Dimensional", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Balint Karoly Lakatos ", + "kol_full_name": "Balint Karoly Lakatos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456877", + "session_name": "From obesity to prediction of outcomes in acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bambang Widyantoro", + "middle_name": null, + "last_name": null, + "org_name": "National Cardiovascular Center Harapan Kita", + "Country": "Indonesia", + "Region": "Jakarta Raya (Djakarta Raya)", + "City": "Jakarta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From obesity to prediction of outcomes in acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bambang Widyantoro ", + "kol_full_name": "Bambang Widyantoro " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Remodeling", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458464", + "session_name": "Percutaneous revascularization in late-presenting STEMI with absence of viability: effects on left ventricular remodeling and scar", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Barbara Porto Valente", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Dante Pazzanese De Cardiologia", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous revascularization in late-presenting STEMI with absence of viability: effects on left ventricular remodeling and scar", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Remodeling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Barbara Porto Valente ", + "kol_full_name": "Barbara Porto Valente " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456740", + "session_name": "Chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Barbara Vitola", + "middle_name": null, + "last_name": null, + "org_name": "Paul Stradins Clinical University Hospital", + "Country": "Latvia", + "Region": "Riga", + "City": "RIGA", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Barbara Vitola ", + "kol_full_name": "Barbara Vitola " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biomarkers | Radiofrequency Ablation | Catheter Ablation | Pulsed-Field Ablation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457986", + "session_name": "Biomarkers in early and late period after radiofrequency and pulsed field catheter ablation of atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Barbora Stekla", + "middle_name": null, + "last_name": null, + "org_name": "General University Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomarkers in early and late period after radiofrequency and pulsed field catheter ablation of atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Radiofrequency Ablation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Catheter Ablation | Pulsed-Field Ablation | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Barbora Stekla ", + "kol_full_name": "Barbora Stekla " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460983", + "session_name": "Discussant review - RAPIDxAI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Barbra Backus", + "middle_name": null, + "last_name": null, + "org_name": "Franciscus Gasthuis Hospital", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - RAPIDxAI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Barbra Backus ", + "kol_full_name": "Barbra Backus " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459536", + "session_name": "Sex differences in proteomics of cardiovascular disease: results from the Yale-CMD registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Basmah Safdar", + "middle_name": null, + "last_name": null, + "org_name": "Yale School of Medicine", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in proteomics of cardiovascular disease: results from the Yale-CMD registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Basmah Safdar ", + "kol_full_name": "Basmah Safdar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cryptogenic Stroke | Foramen Ovale, Patent", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457667", + "session_name": "Neurologic recurrence after transcatheter PFO closure in patients with cryptogenic stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bea Goessinger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Neurologic recurrence after transcatheter PFO closure in patients with cryptogenic stroke", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cryptogenic Stroke | Foramen Ovale, Patent", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bea Goessinger ", + "kol_full_name": "Bea Goessinger " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456675", + "session_name": "From valvular heart disease to heart failure: bringing guidelines into personalised patient care - Israeli and Swiss perspectives", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Beatrice Veragut Davies", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From valvular heart disease to heart failure: bringing guidelines into personalised patient care - Israeli and Swiss perspectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Beatrice Veragut Davies ", + "kol_full_name": "Beatrice Veragut Davies " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456551", + "session_name": "Tricky treatments for endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Begum Uygur", + "middle_name": null, + "last_name": null, + "org_name": "Mehmet Akif Ersoy Thoracic and Cardiovascular Surgery Training and Research Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tricky treatments for endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Begum Uygur ", + "kol_full_name": "Begum Uygur " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458071", + "session_name": "Epicardial adipose tissue and subclinical alterations in cardiac structure and function in early adulthood", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Behnoush Gustafsson", + "middle_name": null, + "last_name": null, + "org_name": "The Research Centre of Applied and Preventive Cardiovascular Medicine", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epicardial adipose tissue and subclinical alterations in cardiac structure and function in early adulthood", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Behnoush Gustafsson ", + "kol_full_name": "Behnoush Gustafsson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Metoprolol | Cytochrome P-450 CYP2D6", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460817", + "session_name": "Evaluating CYP2D6 genotype-based impact on the clinical response to metoprolol", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Belgin Susleyici", + "middle_name": null, + "last_name": null, + "org_name": "Marmara University", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating CYP2D6 genotype-based impact on the clinical response to metoprolol", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metoprolol | Cytochrome P-450 CYP2D6", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Belgin Susleyici ", + "kol_full_name": "Belgin Susleyici " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457391", + "session_name": "Association between autonomic dysfunction, 12-year mortality and 10-year incident cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Belinda Hernandez", + "middle_name": null, + "last_name": null, + "org_name": "Trinity College Dublin", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between autonomic dysfunction", + "rest_events_session_count": 1, + "rest_events_session": " 12-year mortality and 10-year incident cardiovascular disease", + "events_topic": "Mortality | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Belinda Hernandez ", + "kol_full_name": "Belinda Hernandez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456234", + "session_name": "Lipid-lowering drugs: new insights", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Belma Pojskic", + "middle_name": null, + "last_name": null, + "org_name": "Cantonal Hospital Zenica", + "Country": "Bosnia and Herzegovina", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid-lowering drugs: new insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Belma Pojskic ", + "kol_full_name": "Belma Pojskic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antifibrotic Agents | Heart Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459442", + "session_name": "Lymphatic-macrophage crosstalk during neonatal mouse heart regeneration and transition to fibrotic repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Benjamin Chapman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lymphatic-macrophage crosstalk during neonatal mouse heart regeneration and transition to fibrotic repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antifibrotic Agents | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benjamin Chapman ", + "kol_full_name": "Benjamin Chapman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | ST Elevation Myocardial Infarction | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460573", + "session_name": "Thrombolysis versus primary percutaneous coronary intervention in patients with suspected ST-elevation myocardial infarction - a SWEDEHEART observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Benjamin Isma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Thrombolysis versus primary percutaneous coronary intervention in patients with suspected ST-elevation myocardial infarction - a SWEDEHEART observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benjamin Isma ", + "kol_full_name": "Benjamin Isma " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461034", + "session_name": "TIGHT-K - Potassium supplementation and the prevention of atrial fibrillation after cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Benjamin O'Brien", + "middle_name": null, + "last_name": null, + "org_name": "Deutsches Herzzentrum der Charité", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TIGHT-K - Potassium supplementation and the prevention of atrial fibrillation after cardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benjamin O'Brien ", + "kol_full_name": "Benjamin O'Brien " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Acute Kidney Injury", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460228", + "session_name": "Association of a history of acute kidney injury with major adverse cardiovascular events in chronic kidney disease patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Benoit Tyl", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of a history of acute kidney injury with major adverse cardiovascular events in chronic kidney disease patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Acute Kidney Injury", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benoit Tyl ", + "kol_full_name": "Benoit Tyl " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortopulmonary Septal Defect | Embolization, Therapeutic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460300", + "session_name": "A case of an 18 year old female diagnosed with pentalogy of fallot who underwent surgical repair and embolization of major aortopulmonary collaterals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bernadett Songco", + "middle_name": null, + "last_name": null, + "org_name": "Philippine Heart Center", + "Country": "Philippines", + "Region": "Manila", + "City": "Quezon City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A case of an 18 year old female diagnosed with pentalogy of fallot who underwent surgical repair and embolization of major aortopulmonary collaterals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortopulmonary Septal Defect | Embolization, Therapeutic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bernadett Songco ", + "kol_full_name": "Bernadett Songco " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Defibrillators", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459737", + "session_name": "The Lebanese experience in subcutaneous defibrillators", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bernard Harbieh", + "middle_name": null, + "last_name": null, + "org_name": "Lebanese Hospital Geitaoui", + "Country": "Lebanon", + "Region": "Beyrouth", + "City": "Beirut", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Lebanese experience in subcutaneous defibrillators", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bernard Harbieh ", + "kol_full_name": "Bernard Harbieh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456757", + "session_name": "Machine-learning approaches for the diagnosis of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bernard Samia Mugodo", + "middle_name": null, + "last_name": null, + "org_name": "M P Shah Hospital", + "Country": "Kenya", + "Region": "Nairobi Area", + "City": "Nairobi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine-learning approaches for the diagnosis of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bernard Samia Mugodo ", + "kol_full_name": "Bernard Samia Mugodo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Carotid Artery Stenting", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457147", + "session_name": "Impact of comorbid coronary artery disease on short and medium-term outcomes after carotid artery stenting.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bernardo Lisboa Resende", + "middle_name": null, + "last_name": null, + "org_name": "Coimbra Hospital and University Center", + "Country": "Portugal", + "Region": "Coimbra", + "City": "Coimbra", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of comorbid coronary artery disease on short and medium-term outcomes after carotid artery stenting.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Carotid Artery Stenting", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bernardo Lisboa Resende ", + "kol_full_name": "Bernardo Lisboa Resende " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fractional Flow Reserve | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458364", + "session_name": "Comparative analysis of post-PCI fractional flow reserve and quantitative flow ratio in predicting long-term Target Vessel Failure and hard endpoints", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bettina Csanadi", + "middle_name": null, + "last_name": null, + "org_name": "Gottsegen National Cardiovascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative analysis of post-PCI fractional flow reserve and quantitative flow ratio in predicting long-term Target Vessel Failure and hard endpoints", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fractional Flow Reserve | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bettina Csanadi ", + "kol_full_name": "Bettina Csanadi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Point-of-Care Systems | Troponin I | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461083", + "session_name": "Machine learning algorithm using point-of-care high-sensitivity cardiac troponin I for rapid rule-out of myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Betuel Toprak", + "middle_name": null, + "last_name": null, + "org_name": "University Heart and Vascular Centre Hamburg UHZ)", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning algorithm using point-of-care high-sensitivity cardiac troponin I for rapid rule-out of myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Point-of-Care Systems | Troponin I ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Betuel Toprak ", + "kol_full_name": "Betuel Toprak " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Long QT Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459792", + "session_name": "The usefulness of QT interval measurement as a screening tool for cascade testing in asymptomatic patients at risk of long QT syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bhavesh Lakhwani", + "middle_name": null, + "last_name": null, + "org_name": "Beaumont Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The usefulness of QT interval measurement as a screening tool for cascade testing in asymptomatic patients at risk of long QT syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Long QT Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bhavesh Lakhwani ", + "kol_full_name": "Bhavesh Lakhwani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458003", + "session_name": "Challenging diagnosis of an incidental echocardiographic finding in an asymptomatic patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bianca Adriana Nita", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Institute of Cardiovascular Diseases Prof. Dr. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenging diagnosis of an incidental echocardiographic finding in an asymptomatic patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bianca Adriana Nita ", + "kol_full_name": "Bianca Adriana Nita " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Radial Artery Occlusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460582", + "session_name": "Incidence and predictors of radial artery occlusion following transradial coronary procedures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bilal Ammari", + "middle_name": null, + "last_name": null, + "org_name": "Central Hospital of the Army", + "Country": "Algeria", + "Region": "Alger", + "City": "Algiers", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence and predictors of radial artery occlusion following transradial coronary procedures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Radial Artery Occlusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bilal Ammari ", + "kol_full_name": "Bilal Ammari " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458640", + "session_name": "A case of infiltrative cardiomyopathy: Loeffler Endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bilal Mete Ulker", + "middle_name": null, + "last_name": null, + "org_name": "Yuksek Ihtisas Hospital of Bursa", + "Country": "Turkey", + "Region": "Bursa", + "City": "Bursa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A case of infiltrative cardiomyopathy: Loeffler Endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bilal Mete Ulker ", + "kol_full_name": "Bilal Mete Ulker " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Mechanical Circulatory Support | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459421", + "session_name": "A systematic review and meta-analysis of the efficacy and safety of combined mechanical circulatory support in cardiogenic shock complicating acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bing Wei Thaddeus Soh", + "middle_name": null, + "last_name": null, + "org_name": "Waterford Regional Hospital (University Hospital waterford)", + "Country": "Ireland", + "Region": "Waterford", + "City": "Waterford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A systematic review and meta-analysis of the efficacy and safety of combined mechanical circulatory support in cardiogenic shock complicating acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Mechanical Circulatory Support ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bing Wei Thaddeus Soh ", + "kol_full_name": "Bing Wei Thaddeus Soh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Polymicrobial Sepsis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460280", + "session_name": "Skeletal myocyte-specific knockout of Ptpn1 and Ptpn2 enhances inflammatory response in muscle and increases mortality in polymicrobial sepsis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bjoern Brinschwitz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Skeletal myocyte-specific knockout of Ptpn1 and Ptpn2 enhances inflammatory response in muscle and increases mortality in polymicrobial sepsis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polymicrobial Sepsis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bjoern Brinschwitz ", + "kol_full_name": "Bjoern Brinschwitz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Frailty | Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460781", + "session_name": "Frailty, cognition and patient-reported outcomes in middle-aged and older adults with congenital heart disease: insights from an international multicentric study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bo Daelman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Frailty", + "rest_events_session_count": 1, + "rest_events_session": " cognition and patient-reported outcomes in middle-aged and older adults with congenital heart disease: insights from an international multicentric study", + "events_topic": "Frailty | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bo Daelman ", + "kol_full_name": "Bo Daelman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Right | Troponin | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460533", + "session_name": "Cardiovascular comorbidities and risk stratification in normotensive acute pulmonary embolism patients with right ventricular dysfunction and normal cardiac troponin: insights from a regional registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Boris Dzudovic", + "middle_name": null, + "last_name": null, + "org_name": "Military Medical Academy of Belgrade", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular comorbidities and risk stratification in normotensive acute pulmonary embolism patients with right ventricular dysfunction and normal cardiac troponin: insights from a regional registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Right | Troponin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Boris Dzudovic ", + "kol_full_name": "Boris Dzudovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Lipid-Lowering Therapies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456856", + "session_name": "Lipid-lowering therapies: new findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Borut Jug", + "middle_name": null, + "last_name": null, + "org_name": "University Medical Centre of Ljubljana", + "Country": "Slovenia", + "Region": "Ljubljana", + "City": "Ljubljana", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid-lowering therapies: new findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hydroxymethylglutaryl-CoA Reductase Inhibitors | Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Borut Jug ", + "kol_full_name": "Borut Jug " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "FAI-score | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459626", + "session_name": "Redefining cardiovascular risk evaluation: employing the CaRi-Heart validated FAI-score in patients screened with SCORE2 and CAD-RADS 2.0 techniques", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Botond Matyas", + "middle_name": null, + "last_name": null, + "org_name": "Emergency County Hospital of Targu Mures", + "Country": "Romania", + "Region": "Mures", + "City": "Tirgu Mures", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Redefining cardiovascular risk evaluation: employing the CaRi-Heart validated FAI-score in patients screened with SCORE2 and CAD-RADS 2.0 techniques", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "FAI-score | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Botond Matyas ", + "kol_full_name": "Botond Matyas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456779", + "session_name": "Drug therapy for heart failure: what is new?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Brahim Kichou", + "middle_name": null, + "last_name": null, + "org_name": "Teaching Hospital of Tizi-ouzou - Tizi", + "Country": "Algeria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drug therapy for heart failure: what is new?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Brahim Kichou ", + "kol_full_name": "Brahim Kichou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Implantable Electronic Device | Anticoagulation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458664", + "session_name": "Comparison of interrupted and uninterrupted anticoagulation strategies for cardiac implantable electronic device insertion: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Brett Chen", + "middle_name": null, + "last_name": null, + "org_name": "Montefiore Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Bronx", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of interrupted and uninterrupted anticoagulation strategies for cardiac implantable electronic device insertion: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Implantable Electronic Device | Anticoagulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Brett Chen ", + "kol_full_name": "Brett Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation | Rosuvastatin Calcium", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458186", + "session_name": "Efficacy and severity of side-effects of rosuvastatin compared to other statins post-heart-transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Britt Van Dijk", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and severity of side-effects of rosuvastatin compared to other statins post-heart-transplantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation | Rosuvastatin Calcium", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Britt Van Dijk ", + "kol_full_name": "Britt Van Dijk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Coronary Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460630", + "session_name": "Impact of ultra-high-resolution on cardiac CT assessment of coronary artery stenoses, plaque burden/composition, and pericoronary adipose tissue attenuation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bruna Romanelli Scarpa Matuck", + "middle_name": null, + "last_name": null, + "org_name": "Johns Hopkins", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of ultra-high-resolution on cardiac CT assessment of coronary artery stenoses", + "rest_events_session_count": 2, + "rest_events_session": " plaque burden/composition, and pericoronary adipose tissue attenuation", + "events_topic": "Tomography, X-Ray Computed | Coronary Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bruna Romanelli Scarpa Matuck ", + "kol_full_name": "Bruna Romanelli Scarpa Matuck " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Right | Biomarkers | Valsartan | Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459160", + "session_name": "A meta-analysis of the effects of sacubitril-valsartan on surrogate markers of systemic right ventricular dysfunction in congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bruno Braganca", + "middle_name": null, + "last_name": null, + "org_name": "CH Tamega e Sousa - Penafiel", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A meta-analysis of the effects of sacubitril-valsartan on surrogate markers of systemic right ventricular dysfunction in congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Right | Biomarkers ", + "rest_events_topic_count": 2, + "rest_events_topic": " Valsartan | Heart Defects, Congenital", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bruno Braganca ", + "kol_full_name": "Bruno Braganca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456351", + "session_name": "New considerations in acute coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bruno Ferraz De Oliveira Gomes", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Barra D'or", + "Country": "Brazil", + "Region": "Rio de Janeiro", + "City": "Rio de Janeiro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New considerations in acute coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bruno Ferraz De Oliveira Gomes ", + "kol_full_name": "Bruno Ferraz De Oliveira Gomes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Glutaraldehyde | Polyphenols", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459364", + "session_name": "Polyphenol-treatment without preceding glutaraldehyde fixation: a potential paradigm change for bioprosthetic heart valves", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bruno Melica", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Center of Vila Nova de Gaia/Espinho", + "Country": "Portugal", + "Region": "Porto", + "City": "Vila Nova de Gaia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Polyphenol-treatment without preceding glutaraldehyde fixation: a potential paradigm change for bioprosthetic heart valves", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glutaraldehyde | Polyphenols", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bruno Melica ", + "kol_full_name": "Bruno Melica " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456896", + "session_name": "Diversity in cardiovascular care: effective, equitable, and empowering practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bruno Miguel Delgado", + "middle_name": null, + "last_name": null, + "org_name": "Porto University Hospital", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diversity in cardiovascular care: effective", + "rest_events_session_count": 2, + "rest_events_session": " equitable, and empowering practice", + "events_topic": "Cardiovascular Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bruno Miguel Delgado ", + "kol_full_name": "Bruno Miguel Delgado " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457557", + "session_name": "The projected global burden of modifiable risk factors on cardiovascular disease from 2025 to 2100", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bryan Chong", + "middle_name": null, + "last_name": null, + "org_name": "Ng Teng Fong General Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The projected global burden of modifiable risk factors on cardiovascular disease from 2025 to 2100", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bryan Chong ", + "kol_full_name": "Bryan Chong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456329", + "session_name": "Complexities in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bryan Rene Toledano", + "middle_name": null, + "last_name": null, + "org_name": "The Medical City", + "Country": "Philippines", + "Region": "Manila", + "City": "Manila", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complexities in coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bryan Rene Toledano ", + "kol_full_name": "Bryan Rene Toledano " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Overweight", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458154", + "session_name": "Cardiometabolic outcomes in patients with overweight and obesity undergoing weight loss trials : a network meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bryan Tan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiometabolic outcomes in patients with overweight and obesity undergoing weight loss trials : a network meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Overweight", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bryan Tan ", + "kol_full_name": "Bryan Tan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dapagliflozin | Heart Failure, Diastolic | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458163", + "session_name": "Exploring the long-term effects of dapagliflozin in patients with stable acute myocardial infarction and preserved ejection fraction through a propensity score matching study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Bu Yuan Hsiao", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Medical University Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring the long-term effects of dapagliflozin in patients with stable acute myocardial infarction and preserved ejection fraction through a propensity score matching study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dapagliflozin | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bu Yuan Hsiao ", + "kol_full_name": "Bu Yuan Hsiao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456720", + "session_name": "Arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Buket Akinci", + "middle_name": null, + "last_name": null, + "org_name": "Biruni University Faculty of Health Sciences", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arterial hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Buket Akinci ", + "kol_full_name": "Buket Akinci " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Carotid Stenosis | Evolocumab | Plaque, Atherosclerotic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460919", + "session_name": "Primary Results of SLICE-CEA CardioLink-8: A Randomized Trial of Evolocumab on Carotid Artery Atherosclerotic Plaque Characteristics in People with Asymptomatic High-Risk Carotid Stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "C David Mazer", + "middle_name": null, + "last_name": null, + "org_name": "St. Michaels Hospital University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Primary Results of SLICE-CEA CardioLink-8: A Randomized Trial of Evolocumab on Carotid Artery Atherosclerotic Plaque Characteristics in People with Asymptomatic High-Risk Carotid Stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carotid Stenosis | Evolocumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Plaque, Atherosclerotic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
C David Mazer ", + "kol_full_name": "C David Mazer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Scleroderma, Systemic | Endothelial Dysfunction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458627", + "session_name": "Lower modified rodnan skin score values and complement 4 levels are associated with arterial endothelial dysfunction in patients with systemic sclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Caglar Emre Caglayan", + "middle_name": null, + "last_name": null, + "org_name": "Cukurova University", + "Country": "Turkey", + "Region": "Adana", + "City": "Adana", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lower modified rodnan skin score values and complement 4 levels are associated with arterial endothelial dysfunction in patients with systemic sclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Scleroderma, Systemic | Endothelial Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Caglar Emre Caglayan ", + "kol_full_name": "Caglar Emre Caglayan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Elasticity Imaging Techniques | Fabry Disease | Anisotropy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457113", + "session_name": "Shear wave speed, dispersion slope and anisotropy evaluation using cardiac shear wave elastography in patients with Fabry disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Caio Cafezeiro", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Shear wave speed", + "rest_events_session_count": 1, + "rest_events_session": " dispersion slope and anisotropy evaluation using cardiac shear wave elastography in patients with Fabry disease", + "events_topic": "Elasticity Imaging Techniques | Fabry Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anisotropy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Caio Cafezeiro ", + "kol_full_name": "Caio Cafezeiro " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460062", + "session_name": "Outcomes in patients with light chain cardiac amyloidosis undergoing heart transplantation: a single centre UK study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Caitlin Thornton", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes in patients with light chain cardiac amyloidosis undergoing heart transplantation: a single centre UK study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Caitlin Thornton ", + "kol_full_name": "Caitlin Thornton " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Digital Health | Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459305", + "session_name": "Patient's perspective on digital tools: what's in it for me?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Caius Ovidiu Mersa", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient's perspective on digital tools: what's in it for me?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Health | Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Caius Ovidiu Mersa ", + "kol_full_name": "Caius Ovidiu Mersa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardium | Valsartan | Sacubitril | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460941", + "session_name": "Sacubitril/valsartan compared to valsartan in regressing myocardial fibrosis in stage B heart failure: the REVERSE-LVH Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Calvin Chin", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Centre Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sacubitril/valsartan compared to valsartan in regressing myocardial fibrosis in stage B heart failure: the REVERSE-LVH Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardium | Valsartan ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sacubitril | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Calvin Chin ", + "kol_full_name": "Calvin Chin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459184", + "session_name": "Temporal and geogrpahic trends in female representation within European cardiovascular imaging among 13,436 individuals associated with EACVI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Camilla Santos", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal and geogrpahic trends in female representation within European cardiovascular imaging among 13", + "rest_events_session_count": 1, + "rest_events_session": "436 individuals associated with EACVI", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Camilla Santos ", + "kol_full_name": "Camilla Santos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Rupture | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459801", + "session_name": "Left ventricular free wall rupture after myocardial infarction: transcatheter closure as a valuable option, about two cases.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Camille Belafia", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular free wall rupture after myocardial infarction: transcatheter closure as a valuable option", + "rest_events_session_count": 1, + "rest_events_session": " about two cases.", + "events_topic": "Heart Rupture | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Camille Belafia ", + "kol_full_name": "Camille Belafia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases | Ablation Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458843", + "session_name": "Valvular leaflets and epicardial fat have a significant effect on lesion size in RF ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Camille Colling", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Valvular leaflets and epicardial fat have a significant effect on lesion size in RF ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases | Ablation Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Camille Colling ", + "kol_full_name": "Camille Colling " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Arrhythmogenic Cardiomyopathy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460625", + "session_name": "Impact of high intensity and long duration exercise in genetic arrhythmogenic left ventricular cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Camille Jean", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of high intensity and long duration exercise in genetic arrhythmogenic left ventricular cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmogenic Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Camille Jean ", + "kol_full_name": "Camille Jean " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Phenotyping | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456545", + "session_name": "Diagnosis of heart failure: towards better phenotyping", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Candida Fonseca", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Sao Francisco Xavier", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosis of heart failure: towards better phenotyping", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Phenotyping | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Candida Fonseca ", + "kol_full_name": "Candida Fonseca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460896", + "session_name": "ESC TV Conversations: recent developments in heart failure management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carlos Aguiar", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Santa Cruz", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC TV Conversations: recent developments in heart failure management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Aguiar ", + "kol_full_name": "Carlos Aguiar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fluoroscopy | Tachycardia | Ablation Techniques | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458238", + "session_name": "Ablation of tachyarrhythmias with zero fluoroscopy technique in patients under 18 years of age. 4-year follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carlos Alejandro Chavez Gutierrez", + "middle_name": null, + "last_name": null, + "org_name": "Mexican Institute of Social Security (IMSS)", + "Country": "Mexico", + "Region": "Jalisco", + "City": "Guadalajara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ablation of tachyarrhythmias with zero fluoroscopy technique in patients under 18 years of age. 4-year follow-up", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fluoroscopy | Tachycardia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ablation Techniques | Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Alejandro Chavez Gutierrez ", + "kol_full_name": "Carlos Alejandro Chavez Gutierrez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458903", + "session_name": "Importance of cardiac rehabilitation on cardiorrespiratory fitness in patients undergoing percutaneous aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carlos Arturo Palomeque Ramos", + "middle_name": null, + "last_name": null, + "org_name": "CMN 20 DE NOVIEMBRE ISSSTE", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Importance of cardiac rehabilitation on cardiorrespiratory fitness in patients undergoing percutaneous aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Arturo Palomeque Ramos ", + "kol_full_name": "Carlos Arturo Palomeque Ramos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Amyloidosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457338", + "session_name": "Rare presentation of fulminant Al cardiac Amyloidosis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carlos Aurelio Santos Aragao", + "middle_name": null, + "last_name": null, + "org_name": "Charitable Foundation Hospital of Surgery", + "Country": "Brazil", + "Region": "Sergipe", + "City": "Aracaju", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rare presentation of fulminant Al cardiac Amyloidosis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Aurelio Santos Aragao ", + "kol_full_name": "Carlos Aurelio Santos Aragao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458816", + "session_name": "Gender-related differences in the timing of intervention for aortic stenosis: focus on cardiac damage", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carlos Eduardo Gil Huayanay", + "middle_name": null, + "last_name": null, + "org_name": "San Martin de Porres university", + "Country": "Peru", + "Region": "Lima", + "City": "Lima", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender-related differences in the timing of intervention for aortic stenosis: focus on cardiac damage", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Eduardo Gil Huayanay ", + "kol_full_name": "Carlos Eduardo Gil Huayanay " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Takayasu Arteritis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459110", + "session_name": "Severe coronary artery disease in a patient mwith Takayasu arteritis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carlos Ernesto Rivera Avalos", + "middle_name": null, + "last_name": null, + "org_name": "Hospital of Cardiology at the Siglo XXI National Medical Center", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Severe coronary artery disease in a patient mwith Takayasu arteritis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Takayasu Arteritis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Ernesto Rivera Avalos ", + "kol_full_name": "Carlos Ernesto Rivera Avalos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457761", + "session_name": "Interplay between family History and polygenic risk for coronary heart disease: a cohort study among over 60 thousand individuals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carlos Iribarren", + "middle_name": null, + "last_name": null, + "org_name": "Kaiser Permanente of Northern California", + "Country": "United States", + "Region": "California", + "City": "Oakland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interplay between family History and polygenic risk for coronary heart disease: a cohort study among over 60 thousand individuals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos Iribarren ", + "kol_full_name": "Carlos Iribarren " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "MINOCA", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456343", + "session_name": "MINOCA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carmen Elena Plesoianu", + "middle_name": null, + "last_name": null, + "org_name": "Grigore T. Popa University of Medicine and Pharmacy", + "Country": "Romania", + "Region": "Iasi", + "City": "Iasi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "MINOCA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MINOCA", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carmen Elena Plesoianu ", + "kol_full_name": "Carmen Elena Plesoianu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulants | Cardiac Surgical Procedures | Rheumatic Heart Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459891", + "session_name": "Anticoagulation control challenges in patients with rheumatic heart disease and mechanical heart valves operated at a cardiac surgery center in a low-income country", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carol Nhavoto", + "middle_name": null, + "last_name": null, + "org_name": "Maputo Heart Institute", + "Country": "Mozambique", + "Region": "Maputo", + "City": "Maputo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulation control challenges in patients with rheumatic heart disease and mechanical heart valves operated at a cardiac surgery center in a low-income country", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulants | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Rheumatic Heart Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carol Nhavoto ", + "kol_full_name": "Carol Nhavoto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Multimorbidity | Cardiometabolic Risk Factors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460198", + "session_name": "Risk factors for cardiometabolic multimorbidity: an analysis of 4 million participants from May Measurement Month 2017-2019", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carolina Janssen Telders", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors for cardiometabolic multimorbidity: an analysis of 4 million participants from May Measurement Month 2017-2019", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimorbidity | Cardiometabolic Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carolina Janssen Telders ", + "kol_full_name": "Carolina Janssen Telders " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Triglycerides | Cholesterol, HDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458849", + "session_name": "Utility of the triglycerides/HDL cholesterol ratio in older adult patients in colombia.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carolina Murgueitio Guzman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utility of the triglycerides/HDL cholesterol ratio in older adult patients in colombia.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triglycerides | Cholesterol, HDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carolina Murgueitio Guzman ", + "kol_full_name": "Carolina Murgueitio Guzman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Liraglutide | Microbiota | Doxorubicin | Cardiotoxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459612", + "session_name": "Role of liraglutide on cardiotoxicity and gut microbiota changes induced by doxorubicin in rats", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carolina Rodrigues Tonon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of liraglutide on cardiotoxicity and gut microbiota changes induced by doxorubicin in rats", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liraglutide | Microbiota ", + "rest_events_topic_count": 2, + "rest_events_topic": " Doxorubicin | Cardiotoxicity", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carolina Rodrigues Tonon ", + "kol_full_name": "Carolina Rodrigues Tonon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461091", + "session_name": "Optimal programming - how to get the best out of the cardiac resynchronisation therapy for your patients?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Carsten W. Israel", + "middle_name": null, + "last_name": null, + "org_name": "Bethel Clinic", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bielefeld", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimal programming - how to get the best out of the cardiac resynchronisation therapy for your patients?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carsten W. Israel ", + "kol_full_name": "Carsten W. Israel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypercholesterolaemia | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458848", + "session_name": "LDL-C target attainment and statin use in patients with ASCVD, familial hypercholesterolaemia, and those otherwise at moderate/high-risk of ASCVD in australian general practice (SCOPE-GP)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Catherine Sciascia", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LDL-C target attainment and statin use in patients with ASCVD", + "rest_events_session_count": 2, + "rest_events_session": " familial hypercholesterolaemia, and those otherwise at moderate/high-risk of ASCVD in australian general practice (SCOPE-GP)", + "events_topic": "Hypercholesterolaemia | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Catherine Sciascia ", + "kol_full_name": "Catherine Sciascia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456402", + "session_name": "Fixing the obesity crisis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cathleen Biga", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fixing the obesity crisis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cathleen Biga ", + "kol_full_name": "Cathleen Biga " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Carbon Footprint | Brugada Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457036", + "session_name": "Environmental impact analysis of ajmaline challenge protocols: a comparative assessment of carbon footprint reduction in Brugada Syndrome diagnosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Catia Oliveira", + "middle_name": null, + "last_name": null, + "org_name": "Sao Joao Hospital", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Environmental impact analysis of ajmaline challenge protocols: a comparative assessment of carbon footprint reduction in Brugada Syndrome diagnosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carbon Footprint | Brugada Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Catia Oliveira ", + "kol_full_name": "Catia Oliveira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Frailty | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456989", + "session_name": "The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Catriona Reddin", + "middle_name": null, + "last_name": null, + "org_name": "University of", + "Country": "Ireland", + "Region": "Galway", + "City": "Galway", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Frailty | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Catriona Reddin ", + "kol_full_name": "Catriona Reddin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Empagliflozin | Diabetes Mellitus, Type 2 | Heart Failure, Systolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458570", + "session_name": "Effect of empagliflozin on epicardial adipose tissue volume in patients with type 2 diabetes, or prediabetes, and heart failure with reduced ejection fraction (SUGAR-DM-HF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ceren Turgut", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of empagliflozin on epicardial adipose tissue volume in patients with type 2 diabetes", + "rest_events_session_count": 2, + "rest_events_session": " or prediabetes, and heart failure with reduced ejection fraction (SUGAR-DM-HF)", + "events_topic": "Empagliflozin | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Systolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ceren Turgut ", + "kol_full_name": "Ceren Turgut " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Echocardiography | Diabetes Mellitus, Type 2 | C-Peptide", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459472", + "session_name": "Screening for stage B heart failure in Type 2 diabetes: natriuretic peptide screening alone misses echocardiographic abnormalities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chanchal Chandramouli", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Centre Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Screening for stage B heart failure in Type 2 diabetes: natriuretic peptide screening alone misses echocardiographic abnormalities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Echocardiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diabetes Mellitus, Type 2 | C-Peptide", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chanchal Chandramouli ", + "kol_full_name": "Chanchal Chandramouli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458850", + "session_name": "Modifiable risk factors and incident cardiovascular events in gout patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Changying Zhao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modifiable risk factors and incident cardiovascular events in gout patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Changying Zhao ", + "kol_full_name": "Changying Zhao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Metabolome | Triple Negative Breast Neoplasms | Doxorubicin | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457802", + "session_name": "Changes in blood metabolomes as potential biomarkers for severity and prognosis in doxorubicin-induced heart failure: a study in HER2-positive and HER2-negative breast cancer patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chanisa Thonusin", + "middle_name": null, + "last_name": null, + "org_name": "Chiang Mai University", + "Country": "Thailand", + "Region": "Chiang Mai", + "City": "Chiang Mai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changes in blood metabolomes as potential biomarkers for severity and prognosis in doxorubicin-induced heart failure: a study in HER2-positive and HER2-negative breast cancer patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolome | Triple Negative Breast Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Doxorubicin | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chanisa Thonusin ", + "kol_full_name": "Chanisa Thonusin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Placebos | Angiopoietin-Like Protein 3 | Antibodies, Monoclonal", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458121", + "session_name": "SHR-1918, a monoclonal antibody against angiopoietin-like 3, in healthy subjects: a randomized, double-blind, placebo-controlled, phase 1 study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chao Lv", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SHR-1918", + "rest_events_session_count": 5, + "rest_events_session": " a monoclonal antibody against angiopoietin-like 3, in healthy subjects: a randomized, double-blind, placebo-controlled, phase 1 study", + "events_topic": "Placebos | Angiopoietin-Like Protein 3 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antibodies, Monoclonal", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chao Lv ", + "kol_full_name": "Chao Lv " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Anti-Inflammatory Agents | Exercise Therapy | Thrombotic Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459602", + "session_name": "Exercise-induced inflammatory and thrombotic acute phase response in hypertensive patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Charalampos Liakos", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise-induced inflammatory and thrombotic acute phase response in hypertensive patients.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Anti-Inflammatory Agents ", + "rest_events_topic_count": 2, + "rest_events_topic": " Exercise Therapy | Thrombotic Stroke", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Charalampos Liakos ", + "kol_full_name": "Charalampos Liakos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Critical Illness", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457997", + "session_name": "Safety, acceptability, and feasibility of acquiring endothelial cells from guidewires in patients having major surgery or with acute critical illness", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Charlie Piercy", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety", + "rest_events_session_count": 2, + "rest_events_session": " acceptability, and feasibility of acquiring endothelial cells from guidewires in patients having major surgery or with acute critical illness", + "events_topic": "Critical Illness", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Charlie Piercy ", + "kol_full_name": "Charlie Piercy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Echocardiography | Ventricular Function, Right", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457208", + "session_name": "Current echocardiographic indices for right ventricular function are inadequate to predict patient outcomes in chronic tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Charlotte Lee Frost", + "middle_name": null, + "last_name": null, + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Current echocardiographic indices for right ventricular function are inadequate to predict patient outcomes in chronic tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ventricular Function, Right", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Charlotte Lee Frost ", + "kol_full_name": "Charlotte Lee Frost " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459222", + "session_name": "Twisting the fate of ACHD case: from hopeless to curable disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chatpetch Maneesopit", + "middle_name": null, + "last_name": null, + "org_name": "Ramathibodi Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Twisting the fate of ACHD case: from hopeless to curable disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chatpetch Maneesopit ", + "kol_full_name": "Chatpetch Maneesopit " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457743", + "session_name": "Unraveling a rare case of bundle branch reentry ventricular tachycardia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chaval Srisakvarakul", + "middle_name": null, + "last_name": null, + "org_name": "Chularat 3 International Hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unraveling a rare case of bundle branch reentry ventricular tachycardia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chaval Srisakvarakul ", + "kol_full_name": "Chaval Srisakvarakul " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fibroblast | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458176", + "session_name": "Urea cycle derived fumaric acid alleviates fibrosis via regulating mitochondrial ATP in fibroblast post myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cheng Ni", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Urea cycle derived fumaric acid alleviates fibrosis via regulating mitochondrial ATP in fibroblast post myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibroblast | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cheng Ni ", + "kol_full_name": "Cheng Ni " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Inflammation | Tomography, X-Ray Computed | Coronary Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457625", + "session_name": "Multi-centre post-mortem study on the use of coronary inflammation in CCTA to improve the diagnosis of the coronary related cause of death with histopathology validation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cheng Xie", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multi-centre post-mortem study on the use of coronary inflammation in CCTA to improve the diagnosis of the coronary related cause of death with histopathology validation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Tomography, X-Ray Computed ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cheng Xie ", + "kol_full_name": "Cheng Xie " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458809", + "session_name": "Aortic integral distensibility based on the auto-segmented dynamic motion of the aortic wall", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cheong Ah Lee", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic integral distensibility based on the auto-segmented dynamic motion of the aortic wall", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cheong Ah Lee ", + "kol_full_name": "Cheong Ah Lee " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Heart Septal Defects, Atrial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460425", + "session_name": "Long-term heart failure risk after atrial septal defect closure in elderly", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cheuk Bong Ho", + "middle_name": null, + "last_name": null, + "org_name": "Queen Elizabeth Hospital", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term heart failure risk after atrial septal defect closure in elderly", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cheuk Bong Ho ", + "kol_full_name": "Cheuk Bong Ho " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Orphan Nuclear Receptors | NR4A1 Protein, Human | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458114", + "session_name": "Investigating the role of an orphan nuclear receptor NR4A1 in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chi Him Kendrick Yiu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Investigating the role of an orphan nuclear receptor NR4A1 in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Orphan Nuclear Receptors | NR4A1 Protein, Human ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chi Him Kendrick Yiu ", + "kol_full_name": "Chi Him Kendrick Yiu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Ventricular Function, Left", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460277", + "session_name": "The prognostic role of left atrial mechanics but not left ventricular function in functional mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chi-Ting Lu", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Veterans General Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic role of left atrial mechanics but not left ventricular function in functional mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Ventricular Function, Left", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chi-Ting Lu ", + "kol_full_name": "Chi-Ting Lu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457794", + "session_name": "Physiology-guided revascularisation in patients undergoing TAVI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chiara De Biase", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Physiology-guided revascularisation in patients undergoing TAVI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chiara De Biase ", + "kol_full_name": "Chiara De Biase " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459979", + "session_name": "Aortic valve calcium score to mean gradient ratio: a new frontier in aortic stenosis prognostication", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chieh-Mei Tsai", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic valve calcium score to mean gradient ratio: a new frontier in aortic stenosis prognostication", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chieh-Mei Tsai ", + "kol_full_name": "Chieh-Mei Tsai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456016", + "session_name": "Models to predict unfavourable outcomes in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chien-Yi Hsu", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Medical University Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Models to predict unfavourable outcomes in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chien-Yi Hsu ", + "kol_full_name": "Chien-Yi Hsu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Ablation Techniques | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459837", + "session_name": "Outcomes and clinical characteristics of atrial fibrillation ablation in heart failure patients with reduced and preserved left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chikodili Nebuwa", + "middle_name": null, + "last_name": null, + "org_name": "Vassar Brothers Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Poughkeepsie", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes and clinical characteristics of atrial fibrillation ablation in heart failure patients with reduced and preserved left ventricular ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chikodili Nebuwa ", + "kol_full_name": "Chikodili Nebuwa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clinical Trial | Electrocardiography | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460832", + "session_name": "Artificial intelligence-enabled electrocardiography alert intervention and all-cause mortality: a pragmatic randomised clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chin Lin", + "middle_name": null, + "last_name": null, + "org_name": "National Defense Medical Center", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence-enabled electrocardiography alert intervention and all-cause mortality: a pragmatic randomised clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chin Lin ", + "kol_full_name": "Chin Lin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458135", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chin Wai Lai", + "middle_name": null, + "last_name": null, + "org_name": "United Christian Hospital", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chin Wai Lai ", + "kol_full_name": "Chin Wai Lai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Kidney Failure, Chronic | Hypertension | Inhibition, Psychological | Angiotensins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460093", + "session_name": "Angiotensin receptor-neprilysin inhibition in patients with end-stage kidney disease and refractory hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chin-Chou Huang", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Veterans General Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angiotensin receptor-neprilysin inhibition in patients with end-stage kidney disease and refractory hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kidney Failure, Chronic | Hypertension ", + "rest_events_topic_count": 2, + "rest_events_topic": " Inhibition, Psychological | Angiotensins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chin-Chou Huang ", + "kol_full_name": "Chin-Chou Huang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Gastrointestinal Microbiome | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459469", + "session_name": "Alterations of gut microbiome profiles as potential markers in patients developing acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chotrawee Piriyakunthorn", + "middle_name": null, + "last_name": null, + "org_name": "Chiang Mai University", + "Country": "Thailand", + "Region": "Chiang Mai", + "City": "Chiang Mai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Alterations of gut microbiome profiles as potential markers in patients developing acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Microbiome | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chotrawee Piriyakunthorn ", + "kol_full_name": "Chotrawee Piriyakunthorn " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cryoballoon Ablation | Pulsed Field Ablation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460744", + "session_name": "LA strain analysis in patients undergoing atrial fibrillation ablation using cryoballoon or pulsed-field-ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christian Eitel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LA strain analysis in patients undergoing atrial fibrillation ablation using cryoballoon or pulsed-field-ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cryoballoon Ablation | Pulsed Field Ablation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian Eitel ", + "kol_full_name": "Christian Eitel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Point-of-Care Testing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460985", + "session_name": "Discussant review - WESTCOR-POC", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christian Eugen Mueller", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Basel", + "Country": "Switzerland", + "Region": "Basel-Stadt", + "City": "Basel", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - WESTCOR-POC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Point-of-Care Testing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian Eugen Mueller ", + "kol_full_name": "Christian Eugen Mueller " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Ehlers-Danlos Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459485", + "session_name": "Spontaneous coronary artery dissection in a patient with vascular Ehler-Danlos syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christian Leung", + "middle_name": null, + "last_name": null, + "org_name": "Northwell Health", + "Country": "United States", + "Region": "New York", + "City": "Manhasset", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Spontaneous coronary artery dissection in a patient with vascular Ehler-Danlos syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Ehlers-Danlos Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian Leung ", + "kol_full_name": "Christian Leung " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hematoma | Takayasu Arteritis | Vasculitis | Aortic Dissection", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457809", + "session_name": "A rare case of intramural hematoma with aortic dissection in a young female with a large cell vasculitis (Takayasu arteritis)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christian Masaga", + "middle_name": null, + "last_name": null, + "org_name": "Cardinal Santos Medical Center", + "Country": "Philippines", + "Region": "Sorsogon", + "City": "San Juan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A rare case of intramural hematoma with aortic dissection in a young female with a large cell vasculitis (Takayasu arteritis)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematoma | Takayasu Arteritis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Vasculitis | Aortic Dissection", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian Masaga ", + "kol_full_name": "Christian Masaga " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Masked Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457588", + "session_name": "Risk factors of masked hypertension among type 2 diabetic patients in our city", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christian Ngongang Ouankou", + "middle_name": null, + "last_name": null, + "org_name": "University Teaching Hospital of Yaounde", + "Country": "Cameroon", + "Region": "Centre", + "City": "Yaounde", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors of masked hypertension among type 2 diabetic patients in our city", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Masked Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian Ngongang Ouankou ", + "kol_full_name": "Christian Ngongang Ouankou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461061", + "session_name": "Difficult decisions – who and how to anticoagulate? Case-based discussion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christian Ukena", + "middle_name": null, + "last_name": null, + "org_name": "University hospital of Saarland UKS)", + "Country": "Germany", + "Region": "Saarland", + "City": "Homburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Difficult decisions – who and how to anticoagulate? Case-based discussion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian Ukena ", + "kol_full_name": "Christian Ukena " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diet, Mediterranean | Metabolic Syndrome | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460197", + "session_name": "Effect of DASH vs. Mediterranean diet on metabolic syndrome and cardiometabolic profile in adults with high normal blood pressure or grade 1 hypertension: the DASH-MedDiet randomized controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christina Filippou", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of DASH vs. Mediterranean diet on metabolic syndrome and cardiometabolic profile in adults with high normal blood pressure or grade 1 hypertension: the DASH-MedDiet randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diet, Mediterranean | Metabolic Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christina Filippou ", + "kol_full_name": "Christina Filippou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Sodium-Glucose Transporter 2 Inhibitors | Amyloid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460347", + "session_name": "Prognostic impact of SGLT2-inhibitor therapy on survival in patients with transthyretin amyloid cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christina Maria Toferer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic impact of SGLT2-inhibitor therapy on survival in patients with transthyretin amyloid cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Sodium-Glucose Transporter 2 Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amyloid", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christina Maria Toferer ", + "kol_full_name": "Christina Maria Toferer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460480", + "session_name": "Introduction to the GCRFF Women’s Cardiovascular Health Research Initiative", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christine Faubert", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Introduction to the GCRFF Women’s Cardiovascular Health Research Initiative", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christine Faubert ", + "kol_full_name": "Christine Faubert " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458575", + "session_name": "Postoperative heart valve infection, when and which bacteria: a nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christine Kjaersgaard Holgersson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Postoperative heart valve infection", + "rest_events_session_count": 1, + "rest_events_session": " when and which bacteria: a nationwide cohort study", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christine Kjaersgaard Holgersson ", + "kol_full_name": "Christine Kjaersgaard Holgersson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "COVID-19", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459709", + "session_name": "Addressing the challenges of COVID-19: real-world experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christoph Spinner", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Addressing the challenges of COVID-19: real-world experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christoph Spinner ", + "kol_full_name": "Christoph Spinner " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Influenza, Human", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459707", + "session_name": "Open discussion with experts: all you want to know about influenza and other respiratory viruses and new approaches for their prevention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christophe GREGOIRE", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Open discussion with experts: all you want to know about influenza and other respiratory viruses and new approaches for their prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Influenza, Human", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christophe GREGOIRE ", + "kol_full_name": "Christophe GREGOIRE " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459680", + "session_name": "Extravascular implantable cardioverter-defibrillator (EV-ICD): implant procedure, programming & follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christopher Shepley", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extravascular implantable cardioverter-defibrillator (EV-ICD): implant procedure", + "rest_events_session_count": 1, + "rest_events_session": " programming & follow-up", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christopher Shepley ", + "kol_full_name": "Christopher Shepley " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Anticoagulants", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457267", + "session_name": "Direct Oral Anticoagulants versus Vitamin K Antagonists for the management of left ventricular thrombus after myocardial infarction: A meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christos Gogos", + "middle_name": null, + "last_name": null, + "org_name": "Ahepa General Hospital of Aristotle University", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Direct Oral Anticoagulants versus Vitamin K Antagonists for the management of left ventricular thrombus after myocardial infarction: A meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Anticoagulants", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christos Gogos ", + "kol_full_name": "Christos Gogos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460961", + "session_name": "From risk factor management to treatment optimisation in LDL-C", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Christos Rammos", + "middle_name": null, + "last_name": null, + "org_name": "University of Duisburg", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Essen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From risk factor management to treatment optimisation in LDL-C", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christos Rammos ", + "kol_full_name": "Christos Rammos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Edema | Coronary Aneurysm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460398", + "session_name": "Giant throracic aorta aneurysm as a rare cause of acute pulmonary oedema", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chrysi Theodosopoulou", + "middle_name": null, + "last_name": null, + "org_name": "Red Cross Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Giant throracic aorta aneurysm as a rare cause of acute pulmonary oedema", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Edema | Coronary Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chrysi Theodosopoulou ", + "kol_full_name": "Chrysi Theodosopoulou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456730", + "session_name": "Optimal framework for heart-failure care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chrysoula-Anthoula Panagiotou", + "middle_name": null, + "last_name": null, + "org_name": "Onassis Cardiac Surgery Center", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimal framework for heart-failure care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chrysoula-Anthoula Panagiotou ", + "kol_full_name": "Chrysoula-Anthoula Panagiotou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Urinary Potassium Excretion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457556", + "session_name": "Independent and joint associations of urinary potassium excretion with cardiovascular death: a national population-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Chunying Lin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Independent and joint associations of urinary potassium excretion with cardiovascular death: a national population-based cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Urinary Potassium Excretion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chunying Lin ", + "kol_full_name": "Chunying Lin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulation | Atrial Fibrillation | Hemorrhage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460922", + "session_name": "Balancing bleeding risk in AF treatment: optimal anticoagulation selection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cihan Ay", + "middle_name": null, + "last_name": null, + "org_name": "Medical University of Vienna", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Balancing bleeding risk in AF treatment: optimal anticoagulation selection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hemorrhage", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cihan Ay ", + "kol_full_name": "Cihan Ay " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Heart Arrest", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460575", + "session_name": "Post-ROsc ecG pREdictS Survival after out-of hospital cardiac arrest: validation of the PROGRESS score", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Clara Lopiano", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Post-ROsc ecG pREdictS Survival after out-of hospital cardiac arrest: validation of the PROGRESS score", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Clara Lopiano ", + "kol_full_name": "Clara Lopiano " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antifibrotic Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457447", + "session_name": "Anti-fibrotic effects of the sirt6-activator mdl-800 in cardiac stromal cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Claudia Cozzolino", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anti-fibrotic effects of the sirt6-activator mdl-800 in cardiac stromal cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antifibrotic Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Claudia Cozzolino ", + "kol_full_name": "Claudia Cozzolino " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459720", + "session_name": "Pursuing optimal patient care in secondary mitral regurgitation: insights from the Portuguese context - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Claudia Moreira Jorge", + "middle_name": null, + "last_name": null, + "org_name": "Santa Maria University Hospital CHLN Lisbon Academic Medical Centre", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pursuing optimal patient care in secondary mitral regurgitation: insights from the Portuguese context - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Claudia Moreira Jorge ", + "kol_full_name": "Claudia Moreira Jorge " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Circadian Rhythm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457008", + "session_name": "Clinical Case Management: athletes with rhythm problems - what to consider when recommending exercise", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Clea Colombo", + "middle_name": null, + "last_name": null, + "org_name": "Sao Leopoldo Mandic Medical School", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: athletes with rhythm problems - what to consider when recommending exercise", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circadian Rhythm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Clea Colombo ", + "kol_full_name": "Clea Colombo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Hypertrophy, Left Ventricular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460373", + "session_name": "Cardiac magnetic resonance (CMR) height-based allometric scaling in Southeast Asians; implications in the diagnosis and prognosis of left ventricular hypertrophy (LVH): the REMODEL study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Clement Lee", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac magnetic resonance (CMR) height-based allometric scaling in Southeast Asians; implications in the diagnosis and prognosis of left ventricular hypertrophy (LVH): the REMODEL study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Hypertrophy, Left Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Clement Lee ", + "kol_full_name": "Clement Lee " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thoracic Surgery", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456722", + "session_name": "Challenges in heart surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cornelia Margineanu", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Institute of Cardiovascular Diseases Prof. Dr. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in heart surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thoracic Surgery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cornelia Margineanu ", + "kol_full_name": "Cornelia Margineanu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457523", + "session_name": "Comparative analysis of a novel preoperative stratification method versus traditional scores in patients with severe aortic stenosis undergoing aortic valve surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cristhian Vicente Espinoza Romero", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative analysis of a novel preoperative stratification method versus traditional scores in patients with severe aortic stenosis undergoing aortic valve surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristhian Vicente Espinoza Romero ", + "kol_full_name": "Cristhian Vicente Espinoza Romero " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ribonuclease, Pancreatic | Aortic Aneurysm, Thoracic | Extracellular Traps", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458478", + "session_name": "Neutrophil extracellular traps, deoxyribonuclease and fibrosis in thoracic aortic aneurysm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cristian Gafitanu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Neutrophil extracellular traps", + "rest_events_session_count": 1, + "rest_events_session": " deoxyribonuclease and fibrosis in thoracic aortic aneurysm", + "events_topic": "Ribonuclease, Pancreatic | Aortic Aneurysm, Thoracic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Extracellular Traps", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristian Gafitanu ", + "kol_full_name": "Cristian Gafitanu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Mitral Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460217", + "session_name": "A successful case of quirurgic mitral valve replacement with ultra-low aortic clamping in a patient with severe mitral regurgitation and high surgical risk due to porcelain aorta", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cristian Porras Bueno", + "middle_name": null, + "last_name": null, + "org_name": "Pontifical Xaverian University", + "Country": "Colombia", + "Region": "Distrito Capital", + "City": "Bogota", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A successful case of quirurgic mitral valve replacement with ultra-low aortic clamping in a patient with severe mitral regurgitation and high surgical risk due to porcelain aorta", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Mitral Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristian Porras Bueno ", + "kol_full_name": "Cristian Porras Bueno " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Repolarization Heterogeneity | Empagliflozin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457140", + "session_name": "Empagliflozin's role in reducing ventricular repolarization heterogeneity: insights into cardiovascular mortality decline from the EMPATHY-HEART trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cristiane Lauretti", + "middle_name": null, + "last_name": null, + "org_name": "University of Sao Paulo", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Empagliflozin's role in reducing ventricular repolarization heterogeneity: insights into cardiovascular mortality decline from the EMPATHY-HEART trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Repolarization Heterogeneity | Empagliflozin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristiane Lauretti ", + "kol_full_name": "Cristiane Lauretti " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Valve Deterioration | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461084", + "session_name": "Long-term structural valve deterioration after TAVI: insights from the European Valve Durability TAVI registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Cristina Giannini", + "middle_name": null, + "last_name": null, + "org_name": "Cisanello Hospital", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term structural valve deterioration after TAVI: insights from the European Valve Durability TAVI registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Valve Deterioration | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cristina Giannini ", + "kol_full_name": "Cristina Giannini " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Care Units | Cardiovascular Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460133", + "session_name": "Baseline characteristics and outcomes of patients admitted to intensive cardiovascular care unit", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dafsah Arifa Juzar", + "middle_name": null, + "last_name": null, + "org_name": "National Cardiovascular Center Harapan Kita", + "Country": "Indonesia", + "Region": "Jakarta Raya (Djakarta Raya)", + "City": "Jakarta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Baseline characteristics and outcomes of patients admitted to intensive cardiovascular care unit", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Care Units | Cardiovascular Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dafsah Arifa Juzar ", + "kol_full_name": "Dafsah Arifa Juzar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458022", + "session_name": "Relationship between coronary artery calcium score and plaque vulnerability in patients with established coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Daichi Fujimoto", + "middle_name": null, + "last_name": null, + "org_name": "Mass General Hopital (MGH)", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between coronary artery calcium score and plaque vulnerability in patients with established coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daichi Fujimoto ", + "kol_full_name": "Daichi Fujimoto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Plaque, Atherosclerotic | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460628", + "session_name": "Relationship between plaque burden and plaque vulnerability in patients with acute coronary syndromes versus chronic coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Daisuke Kinoshita", + "middle_name": null, + "last_name": null, + "org_name": "Massachusetts General Hospital - Harvard Medical School", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between plaque burden and plaque vulnerability in patients with acute coronary syndromes versus chronic coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Atherosclerotic | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daisuke Kinoshita ", + "kol_full_name": "Daisuke Kinoshita " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459509", + "session_name": "What is new in artificial intelligence applied to cardiac computed tomography?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Damini Dey", + "middle_name": null, + "last_name": null, + "org_name": "Cedars-Sinai Medical Centre", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What is new in artificial intelligence applied to cardiac computed tomography?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Damini Dey ", + "kol_full_name": "Damini Dey " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial | Cardiac Conduction System Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456822", + "session_name": "Conduction system and leadless pacing: new kids in town", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dan Dobreanu", + "middle_name": null, + "last_name": null, + "org_name": "George Emil Palade University of Medicine and Pharmacy", + "Country": "Romania", + "Region": "Mures", + "City": "Tirgu Mures", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Conduction system and leadless pacing: new kids in town", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial | Cardiac Conduction System Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dan Dobreanu ", + "kol_full_name": "Dan Dobreanu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455951", + "session_name": "The interplay between atrial fibrillation and heart failure: implications for clinicians", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dan Gaita", + "middle_name": null, + "last_name": null, + "org_name": "Institutul de Boli Cardiovasculare", + "Country": "Romania", + "Region": "Timis", + "City": "Timisoara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The interplay between atrial fibrillation and heart failure: implications for clinicians", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dan Gaita ", + "kol_full_name": "Dan Gaita " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Denervation | Atrial Remodeling", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458242", + "session_name": "Effect of selective renal denervation guided by renal nerve stimulation on atrial remodeling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dan Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of selective renal denervation guided by renal nerve stimulation on atrial remodeling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Denervation | Atrial Remodeling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dan Li ", + "kol_full_name": "Dan Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Arterial Remodeling | Chondroitin Sulfate Synthase 1", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458937", + "session_name": "Inhibiting chondroitin sulfate synthase 1 ameliorates hyperplastic arterial remodelling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dan Liao", + "middle_name": null, + "last_name": null, + "org_name": "National University of Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inhibiting chondroitin sulfate synthase 1 ameliorates hyperplastic arterial remodelling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arterial Remodeling | Chondroitin Sulfate Synthase 1", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dan Liao ", + "kol_full_name": "Dan Liao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Bradycardia | Denervation | Ablation Techniques | Atrioventricular Node", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459750", + "session_name": "Importance of the left superior ganglionated plexus ablation for the denervation of atrioventricular node: the impact of patient gender and bradycardia phenotype", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dan Wichterle", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Clinical and Experimental Medicine (IKEM)", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Importance of the left superior ganglionated plexus ablation for the denervation of atrioventricular node: the impact of patient gender and bradycardia phenotype", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bradycardia | Denervation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ablation Techniques | Atrioventricular Node", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dan Wichterle ", + "kol_full_name": "Dan Wichterle " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Natriuretic Peptides", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459907", + "session_name": "Machine learning to improve the performance of natriuretic peptides across age groups for the diagnosis of acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Daniel Perez Vicencio", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning to improve the performance of natriuretic peptides across age groups for the diagnosis of acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Natriuretic Peptides", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel Perez Vicencio ", + "kol_full_name": "Daniel Perez Vicencio " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460223", + "session_name": "How many shunts are too many- a case of complex adult congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Daniel Perpelea", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Institute of Cardiovascular Diseases Prof. Dr. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How many shunts are too many- a case of complex adult congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel Perpelea ", + "kol_full_name": "Daniel Perpelea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457184", + "session_name": "Federated data analysis: an arm’s length approach to the analysis of individual patient data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Daniel Prieto-Alhambra", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Federated data analysis: an arm’s length approach to the analysis of individual patient data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel Prieto-Alhambra ", + "kol_full_name": "Daniel Prieto-Alhambra " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Circadian Rhythm | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458416", + "session_name": "Circadian rhythm in atrial fibrillation detected by implantable loop recorder: a post-hoc analysis of a randomized clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Daniel Spona", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circadian rhythm in atrial fibrillation detected by implantable loop recorder: a post-hoc analysis of a randomized clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circadian Rhythm | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel Spona ", + "kol_full_name": "Daniel Spona " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456931", + "session_name": "Cardio-oncology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Daniella Costa-Dan", + "middle_name": null, + "last_name": null, + "org_name": "Heart Hospital - Incor - FMUSP", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardio-oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniella Costa-Dan ", + "kol_full_name": "Daniella Costa-Dan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transplant Recipients | Chagas Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457093", + "session_name": "Central nervous system involvement in chagas disease reactivation: a case report in cardiac transplant recipients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Danielle Guazzelli", + "middle_name": null, + "last_name": null, + "org_name": "Heart Hospital - Incor - FMUSP", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Central nervous system involvement in chagas disease reactivation: a case report in cardiac transplant recipients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transplant Recipients | Chagas Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Danielle Guazzelli ", + "kol_full_name": "Danielle Guazzelli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Empagliflozin | Cardiotoxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459925", + "session_name": "SGLT2 inhibitor empagliflozin prevents anthracycline-induced cardiotoxicity in a large-animal model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Danielle Medina-Hernandez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SGLT2 inhibitor empagliflozin prevents anthracycline-induced cardiotoxicity in a large-animal model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Empagliflozin | Cardiotoxicity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Danielle Medina-Hernandez ", + "kol_full_name": "Danielle Medina-Hernandez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Digital Technology | Cardio-Renal Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459697", + "session_name": "Developing and implementing an innovative digital referral system between specialties – streamlining cardio-renal care and improving patient outcomes in Salford", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Darren Green", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Developing and implementing an innovative digital referral system between specialties – streamlining cardio-renal care and improving patient outcomes in Salford", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Technology | Cardio-Renal Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Darren Green ", + "kol_full_name": "Darren Green " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Cardiomyopathy, Restrictive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458393", + "session_name": "The case of the rarest restrictive cardiomyopathy ever – Loeffler Endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Daryna Beliaieva", + "middle_name": null, + "last_name": null, + "org_name": "Institut of Cardiology", + "Country": "Ukraine", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The case of the rarest restrictive cardiomyopathy ever – Loeffler Endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Cardiomyopathy, Restrictive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daryna Beliaieva ", + "kol_full_name": "Daryna Beliaieva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "WEAR-TECH Study | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460652", + "session_name": "Comprehensive cardiac interval analysis in the WEAR-TECH study cohort by comparing the Apple Watch Series 6 against a simultaneous 12-lead ECG.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "David Christopher Schramm", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comprehensive cardiac interval analysis in the WEAR-TECH study cohort by comparing the Apple Watch Series 6 against a simultaneous 12-lead ECG.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "WEAR-TECH Study | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Christopher Schramm ", + "kol_full_name": "David Christopher Schramm " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Outflow Obstruction, Left | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457111", + "session_name": "Residual mitral leaflet length independently indicates left ventricular outflow tract obstruction in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "David Kajetan Zach", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Residual mitral leaflet length independently indicates left ventricular outflow tract obstruction in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Outflow Obstruction, Left | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Kajetan Zach ", + "kol_full_name": "David Kajetan Zach " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neprilysin | Renin-Angiotensin System | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458299", + "session_name": "Comparative analysis of renin-angiotensin system inhibitors/angiotensin receptor neprilysin inhibitor and mineralocorticoid receptor antagonists in heart failure with mildly reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "David Kuan", + "middle_name": null, + "last_name": null, + "org_name": "National Taiwan University", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative analysis of renin-angiotensin system inhibitors/angiotensin receptor neprilysin inhibitor and mineralocorticoid receptor antagonists in heart failure with mildly reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neprilysin | Renin-Angiotensin System ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Kuan ", + "kol_full_name": "David Kuan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Heart Transplantation | Inhibition, Psychological | Valsartan | Angiotensins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458694", + "session_name": "Comparing the anti-remodeling effect of sacubitril/valsartan and angiotensin-converting enzyme inhibition on myocardial samples of advanced heart failure patients undergoing heart transplantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "David Nagy", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing the anti-remodeling effect of sacubitril/valsartan and angiotensin-converting enzyme inhibition on myocardial samples of advanced heart failure patients undergoing heart transplantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Heart Transplantation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Inhibition, Psychological | Valsartan | Angiotensins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Nagy ", + "kol_full_name": "David Nagy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Digital Health | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458347", + "session_name": "Empowering patients with heart failure: a digital health solution improved self-care and metabolic outcomes in a randomized controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "David O. Arnar", + "middle_name": null, + "last_name": null, + "org_name": "Landspitali University Hospital", + "Country": "Iceland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Empowering patients with heart failure: a digital health solution improved self-care and metabolic outcomes in a randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Health | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David O. Arnar ", + "kol_full_name": "David O. Arnar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460481", + "session_name": "What can the research community expect of the GCRFF moving forward?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "David Tancredi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What can the research community expect of the GCRFF moving forward?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Tancredi ", + "kol_full_name": "David Tancredi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457427", + "session_name": "PCI in TAVI: before, during, and after", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "David Wood", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PCI in TAVI: before", + "rest_events_session_count": 2, + "rest_events_session": " during, and after", + "events_topic": "Transcatheter Aortic Valve Replacement | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Wood ", + "kol_full_name": "David Wood " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458824", + "session_name": "Gap between estimated cardiovascular risk and individual risk perception: a survey from a cardiovascular prevention center.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Davide Coppa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gap between estimated cardiovascular risk and individual risk perception: a survey from a cardiovascular prevention center.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Davide Coppa ", + "kol_full_name": "Davide Coppa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Outflow Obstruction, Left | Takotsubo Cardiomyopathy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457011", + "session_name": "Clinical characteristics and outcomes of patients with takotsubo syndrome and dynamic left ventricular outflow tract obstruction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Davide Di Vece", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical characteristics and outcomes of patients with takotsubo syndrome and dynamic left ventricular outflow tract obstruction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Outflow Obstruction, Left | Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Davide Di Vece ", + "kol_full_name": "Davide Di Vece " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456925", + "session_name": "The heart in crisis after an acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dejan Milasinovic", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Center of Serbia", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The heart in crisis after an acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dejan Milasinovic ", + "kol_full_name": "Dejan Milasinovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Oxygen Consumption | Ventilators, Mechanical | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458983", + "session_name": "The ventilatory efficiency parameters outperform peak oxygen consumption in monitoring the therapy effects on the right ventricular load in patients with hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dejana Popovic", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Center of Serbia", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The ventilatory efficiency parameters outperform peak oxygen consumption in monitoring the therapy effects on the right ventricular load in patients with hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oxygen Consumption | Ventilators, Mechanical ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathy, Hypertrophic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dejana Popovic ", + "kol_full_name": "Dejana Popovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Rare Diseases | Paraganglioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460402", + "session_name": "Carotid glomus paraganglioma: rare disease or reflection of complex diseases?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Delia Mercea", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Carotid glomus paraganglioma: rare disease or reflection of complex diseases?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rare Diseases | Paraganglioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Delia Mercea ", + "kol_full_name": "Delia Mercea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Atherosclerosis | Dementia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460151", + "session_name": "A novel electrocardiogram-based model for prediction of dementia: the Atherosclerosis Risk in Communities (ARIC) study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Deling Chen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel electrocardiogram-based model for prediction of dementia: the Atherosclerosis Risk in Communities (ARIC) study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Dementia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Deling Chen ", + "kol_full_name": "Deling Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericardial Effusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460757", + "session_name": "State-of-the-art management of pericardial effusion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Delisa Fairweather", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "State-of-the-art management of pericardial effusion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericardial Effusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Delisa Fairweather ", + "kol_full_name": "Delisa Fairweather " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Still's Disease, Adult-Onset", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460890", + "session_name": "Successful treatment of a life-threatening cardiac involvement in adult-onset Still's disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Denes Zsolt Kiss", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Successful treatment of a life-threatening cardiac involvement in adult-onset Still's disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Still's Disease, Adult-Onset", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Denes Zsolt Kiss ", + "kol_full_name": "Denes Zsolt Kiss " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Annuloplasty | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460517", + "session_name": "Significance of mitral annulus apparatus morphometry in patients with persistent atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Despina Toader", + "middle_name": null, + "last_name": null, + "org_name": "Craiova Cardiology Centre", + "Country": "Romania", + "Region": "Dolj", + "City": "Craiova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Significance of mitral annulus apparatus morphometry in patients with persistent atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Annuloplasty | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Despina Toader ", + "kol_full_name": "Despina Toader " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Thrombectomy | Blood Transfusion | Mortality", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459022", + "session_name": "Impact of a blood return system on mechanical thrombectomy in treatment of acute pulmonary embolism: a retrospective cohort study comparing 30-day mortality and need for blood transfusion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dev Patel", + "middle_name": null, + "last_name": null, + "org_name": "University Hospitals Cleveland Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of a blood return system on mechanical thrombectomy in treatment of acute pulmonary embolism: a retrospective cohort study comparing 30-day mortality and need for blood transfusion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism | Thrombectomy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Blood Transfusion | Mortality", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dev Patel ", + "kol_full_name": "Dev Patel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging, Cine | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457313", + "session_name": "Scan-rescan variability of AI-enabled cardiac functional assessment from cine CMR", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dewmini Hasara Wickremasinghe", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Scan-rescan variability of AI-enabled cardiac functional assessment from cine CMR", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging, Cine | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dewmini Hasara Wickremasinghe ", + "kol_full_name": "Dewmini Hasara Wickremasinghe " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459356", + "session_name": "Association between cardiogenic shock phenotype, vasopressor requirements and mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dhruv Sarma", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between cardiogenic shock phenotype", + "rest_events_session_count": 1, + "rest_events_session": " vasopressor requirements and mortality", + "events_topic": "Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dhruv Sarma ", + "kol_full_name": "Dhruv Sarma " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460909", + "session_name": "Registries, observational, and other studies on artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diana Bondermann", + "middle_name": null, + "last_name": null, + "org_name": "Favoriten Clinic", + "Country": "Austria", + "Region": "Wien", + "City": "Vienna", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 2, + "rest_events_session": " observational, and other studies on artificial intelligence", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diana Bondermann ", + "kol_full_name": "Diana Bondermann " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Apolipoproteins E | Muscle, Smooth, Vascular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457928", + "session_name": "RGS5 balances macrophage vs vascular smooth muscle cell origin of foam cells in apoE-deficient plaques", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diana Faist", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RGS5 balances macrophage vs vascular smooth muscle cell origin of foam cells in apoE-deficient plaques", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Apolipoproteins E | Muscle, Smooth, Vascular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diana Faist ", + "kol_full_name": "Diana Faist " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biomarkers | Lymphoma, Non-Hodgkin | Echocardiography, Three-Dimensional", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457697", + "session_name": "3D echocardiography and biomarkers for early diagnosis and prediction of chemotherapy induced right ventricular dysfunction in non-Hodgkin lymphoma patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diana Mihalcea", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Carol Davila", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "3D echocardiography and biomarkers for early diagnosis and prediction of chemotherapy induced right ventricular dysfunction in non-Hodgkin lymphoma patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Lymphoma, Non-Hodgkin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Echocardiography, Three-Dimensional", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diana Mihalcea ", + "kol_full_name": "Diana Mihalcea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Myocardium", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459085", + "session_name": "Differences in myocardial work across functional class strata in a severe aortic stenosis AHA D1 population. A cross-sectional study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diana Romero Zertuche", + "middle_name": null, + "last_name": null, + "org_name": "Cardiology Hospital Siglo XXI National Medical Center, Mexico City", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in myocardial work across functional class strata in a severe aortic stenosis AHA D1 population. A cross-sectional study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Myocardium", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diana Romero Zertuche ", + "kol_full_name": "Diana Romero Zertuche " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Cardiomyopathy, Dilated", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460351", + "session_name": "The added value of advanced echocardiography in dilated cardiomyopathy: looking at the right heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diana Ruxandra Hadareanu", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy of Craiova", + "Country": "Romania", + "Region": "Dolj", + "City": "Craiova", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The added value of advanced echocardiography in dilated cardiomyopathy: looking at the right heart", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diana Ruxandra Hadareanu ", + "kol_full_name": "Diana Ruxandra Hadareanu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Myocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458697", + "session_name": "Gradual hypertensive response in aortic alterations and myocardial inflammatory activation in progressing HFpEF in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diana Torma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gradual hypertensive response in aortic alterations and myocardial inflammatory activation in progressing HFpEF in mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diana Torma ", + "kol_full_name": "Diana Torma " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456884", + "session_name": "Drugs, devices, and multidisciplinary care in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diana Zaliaduonyte", + "middle_name": null, + "last_name": null, + "org_name": "Lithuanian University of Health Sciences", + "Country": "Lithuania", + "Region": "Kauno Apskritis", + "City": "Kaunas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drugs", + "rest_events_session_count": 2, + "rest_events_session": " devices, and multidisciplinary care in heart failure", + "events_topic": "Heart Failure | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diana Zaliaduonyte ", + "kol_full_name": "Diana Zaliaduonyte " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Cardiomyopathy, Hypertrophic | Familial Primary Pulmonary Hypertension | Atrial Flutter", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459229", + "session_name": "Unraveling complexity: recurrent pericarditis in a patient with post-cardiac injury syndrome, primary pulmonary hypertension, and the confluence of hypertrophic cardiomyopathy and atrial flutter", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diana-Maria Dodita", + "middle_name": null, + "last_name": null, + "org_name": "University Emergency Hospital of Bucharest", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unraveling complexity: recurrent pericarditis in a patient with post-cardiac injury syndrome", + "rest_events_session_count": 2, + "rest_events_session": " primary pulmonary hypertension, and the confluence of hypertrophic cardiomyopathy and atrial flutter", + "events_topic": "Hypertension | Cardiomyopathy, Hypertrophic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Familial Primary Pulmonary Hypertension | Atrial Flutter", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diana-Maria Dodita ", + "kol_full_name": "Diana-Maria Dodita " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Abortion, Induced | Long QT Syndrome | Death, Sudden, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457746", + "session_name": "Sudden cardiac death abortion as a clinical presentation of long QT syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diego Cardoso", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Universitario, Universidad Autonoma de Nuevo Leon", + "Country": "Mexico", + "Region": "Nuevo Leon", + "City": "Monterrey", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sudden cardiac death abortion as a clinical presentation of long QT syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Abortion, Induced | Long QT Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Death, Sudden, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diego Cardoso ", + "kol_full_name": "Diego Cardoso " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460995", + "session_name": "VERONICA-Nigeria - deliVERy of Optimal blood pressure coNtrol in afrICA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dike Bevis Ojji", + "middle_name": null, + "last_name": null, + "org_name": "University of Abuja", + "Country": "Nigeria", + "Region": "Abuja Capital Territory", + "City": "Abuja", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "VERONICA-Nigeria - deliVERy of Optimal blood pressure coNtrol in afrICA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dike Bevis Ojji ", + "kol_full_name": "Dike Bevis Ojji " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Primary Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458786", + "session_name": "Risk stratification for a primary prevention ICD: Performance of the MADIT-ICD Benefit Score in contemporary real world patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dillon J. Dzikowicz", + "middle_name": null, + "last_name": null, + "org_name": "University of Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification for a primary prevention ICD: Performance of the MADIT-ICD Benefit Score in contemporary real world patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Primary Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dillon J. Dzikowicz ", + "kol_full_name": "Dillon J. Dzikowicz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Antiplatelet Therapy | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456776", + "session_name": "Antiplatelet therapy: novel approaches for acute coronary syndrome and percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dimitrios Alexopoulos", + "middle_name": null, + "last_name": null, + "org_name": "Hygeia Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antiplatelet therapy: novel approaches for acute coronary syndrome and percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Antiplatelet Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitrios Alexopoulos ", + "kol_full_name": "Dimitrios Alexopoulos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiotoxicity | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460069", + "session_name": "CARDIOCARE: an interdisciplinary approach for the management of the elderly multimorbid patient with breast cancer therapy-induced cardiac toxicity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dimitrios Fotiadis", + "middle_name": null, + "last_name": null, + "org_name": "University of Ioannina", + "Country": "Greece", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CARDIOCARE: an interdisciplinary approach for the management of the elderly multimorbid patient with breast cancer therapy-induced cardiac toxicity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiotoxicity | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitrios Fotiadis ", + "kol_full_name": "Dimitrios Fotiadis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Hydrocortisone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458465", + "session_name": "Chronic stress is gradually accumulated and peaks prior the occurrence of Takotsubo Syndrome: preliminary results based on hair cortisol concentration", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dimitrios Iordanidis", + "middle_name": null, + "last_name": null, + "org_name": "Attikon University Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Chronic stress is gradually accumulated and peaks prior the occurrence of Takotsubo Syndrome: preliminary results based on hair cortisol concentration", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy | Hydrocortisone", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitrios Iordanidis ", + "kol_full_name": "Dimitrios Iordanidis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456938", + "session_name": "Stroke and hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dimitrios Terentes-Printzios", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stroke and hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitrios Terentes-Printzios ", + "kol_full_name": "Dimitrios Terentes-Printzios " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Hypertrophy, Left Ventricular | Amyloid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457299", + "session_name": "Prevalence of transthyretin amyloid cardiomyopathy in patients with left ventricular hypertrophy: the RETTRACE Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dimitrios Tsilakis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of transthyretin amyloid cardiomyopathy in patients with left ventricular hypertrophy: the RETTRACE Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Hypertrophy, Left Ventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amyloid", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dimitrios Tsilakis ", + "kol_full_name": "Dimitrios Tsilakis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Atrial Strain | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457821", + "session_name": "Association of left atrial strain and exercise capacity among patients with hypertension: a single center study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dina Carissa Luna", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of left atrial strain and exercise capacity among patients with hypertension: a single center study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Atrial Strain | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dina Carissa Luna ", + "kol_full_name": "Dina Carissa Luna " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456947", + "session_name": "Novel insights in catheter ablation for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Diogo Cavaco", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Santa Cruz", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel insights in catheter ablation for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diogo Cavaco ", + "kol_full_name": "Diogo Cavaco " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Anticoagulation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461037", + "session_name": "POPular PAUSE TAVI - Continuation or interruption of oral anticoagulation during TAVI?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dirk Jan van Ginkel", + "middle_name": null, + "last_name": null, + "org_name": "St Antonius Hospital", + "Country": "Netherlands", + "Region": "Utrecht", + "City": "Nieuwegein", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "POPular PAUSE TAVI - Continuation or interruption of oral anticoagulation during TAVI?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Anticoagulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dirk Jan van Ginkel ", + "kol_full_name": "Dirk Jan van Ginkel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Diabetes Mellitus | Anticoagulation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460923", + "session_name": "Essential insights on anticoagulation for AF patients with diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dirk Mueller-Wieland", + "middle_name": null, + "last_name": null, + "org_name": "RWTH University Hospital Aachen", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Aachen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Essential insights on anticoagulation for AF patients with diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anticoagulation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dirk Mueller-Wieland ", + "kol_full_name": "Dirk Mueller-Wieland " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pregnancy | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456295", + "session_name": "Cases of cardiovascular disease in pregnancy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dolina Gencheva", + "middle_name": null, + "last_name": null, + "org_name": "Medical University Plovdiv", + "Country": "Bulgaria", + "Region": "Plovdiv", + "City": "Plovdiv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cases of cardiovascular disease in pregnancy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dolina Gencheva ", + "kol_full_name": "Dolina Gencheva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ultrasonography | Mechanical Thrombolysis | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461047", + "session_name": "The individual fibrinolytic potential predicts efficacy of ultrasound-assisted catheter-directed thrombolysis in patients with acute pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dominik Draxler", + "middle_name": null, + "last_name": null, + "org_name": "Inselspital University of Bern", + "Country": "Switzerland", + "Region": "Bern", + "City": "Bern", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The individual fibrinolytic potential predicts efficacy of ultrasound-assisted catheter-directed thrombolysis in patients with acute pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ultrasonography | Mechanical Thrombolysis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dominik Draxler ", + "kol_full_name": "Dominik Draxler " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Iron Deficiencies | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458584", + "session_name": "Iron deficiency and all-cause mortality after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dominik Jenca", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Clinical and Experimental Medicine (IKEM)", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Iron deficiency and all-cause mortality after myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Iron Deficiencies | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dominik Jenca ", + "kol_full_name": "Dominik Jenca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458350", + "session_name": "Delivering remote monitoring, through primary care, to patients with chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Donal Bailey", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Delivering remote monitoring", + "rest_events_session_count": 2, + "rest_events_session": " through primary care, to patients with chronic heart failure", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Donal Bailey ", + "kol_full_name": "Donal Bailey " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Anticoagulants", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460430", + "session_name": "Gender and racial differences in outcomes among patients with NVAF treated with oral anticoagulants: a real-world evaluation of Medicare beneficiaries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dong Cheng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender and racial differences in outcomes among patients with NVAF treated with oral anticoagulants: a real-world evaluation of Medicare beneficiaries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Anticoagulants", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dong Cheng ", + "kol_full_name": "Dong Cheng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Angiogenesis | GTPBP3 Protein, Human", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457999", + "session_name": "The role and mechanism of GTPBP3 in angiogenesis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Donglu Qin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role and mechanism of GTPBP3 in angiogenesis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angiogenesis | GTPBP3 Protein, Human", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Donglu Qin ", + "kol_full_name": "Donglu Qin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Atrial Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460183", + "session_name": "Association of pulsatile venous waveform pattern in the venous studies of lower extremities to 2d-echocardiographic parameters for right heart function and right atrial pressure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Donna Maderazo", + "middle_name": null, + "last_name": null, + "org_name": "St. Luke's Medical Center Quezon City", + "Country": "Philippines", + "Region": "Manila", + "City": "Quezon City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of pulsatile venous waveform pattern in the venous studies of lower extremities to 2d-echocardiographic parameters for right heart function and right atrial pressure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Atrial Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Donna Maderazo ", + "kol_full_name": "Donna Maderazo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myotropic Drugs", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460017", + "session_name": "Myotropic drugs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Doreen Tan", + "middle_name": null, + "last_name": null, + "org_name": "National University of Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myotropic drugs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myotropic Drugs", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Doreen Tan ", + "kol_full_name": "Doreen Tan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458348", + "session_name": "The effects of a dyadic empowerment-based heart failure management (De-HF) programme on self-care and HRQL : a randomized controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Doris Sau-Fung Yu", + "middle_name": null, + "last_name": null, + "org_name": "The University of Hong Kong", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effects of a dyadic empowerment-based heart failure management (De-HF) programme on self-care and HRQL : a randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Doris Sau-Fung Yu ", + "kol_full_name": "Doris Sau-Fung Yu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457045", + "session_name": "Cardiac magnetic resonance characteristics of the athlete's heart: deeper insights into cardiac remodelling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dorottya Balla", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac magnetic resonance characteristics of the athlete's heart: deeper insights into cardiac remodelling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dorottya Balla ", + "kol_full_name": "Dorottya Balla " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pregnancy | Heart Septal Defects, Atrial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460422", + "session_name": "Outcome of pregnancy in women with unrepaired atrial septal defect - study of a single tertiary centre", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dorottya Kecskemeti", + "middle_name": null, + "last_name": null, + "org_name": "Gottsegen National Cardiovascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcome of pregnancy in women with unrepaired atrial septal defect - study of a single tertiary centre", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dorottya Kecskemeti ", + "kol_full_name": "Dorottya Kecskemeti " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Masked Hypertension | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457586", + "session_name": "Masked hypertension is highly prevalent among patients with high-normal office blood pressure - based on the results of the Hungarian ABPM Registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dorottya Pasztor", + "middle_name": null, + "last_name": null, + "org_name": "St Imre Hospital", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Masked hypertension is highly prevalent among patients with high-normal office blood pressure - based on the results of the Hungarian ABPM Registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Masked Hypertension | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dorottya Pasztor ", + "kol_full_name": "Dorottya Pasztor " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457370", + "session_name": "Genotype-phenotype relationship in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dovile Zebrauskiene", + "middle_name": null, + "last_name": null, + "org_name": "Vilnius University", + "Country": "Lithuania", + "Region": "Vilniaus Apskritis", + "City": "Vilnius", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genotype-phenotype relationship in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dovile Zebrauskiene ", + "kol_full_name": "Dovile Zebrauskiene " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombolytic Therapy | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460532", + "session_name": "The role of comorbidities for hospital outcome of patients with severe acute pulmonary embolism treated with thrombolytic therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Dusan Ruzicic", + "middle_name": null, + "last_name": null, + "org_name": "General Hospital Valjevo", + "Country": "Serbia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of comorbidities for hospital outcome of patients with severe acute pulmonary embolism treated with thrombolytic therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombolytic Therapy | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dusan Ruzicic ", + "kol_full_name": "Dusan Ruzicic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases | Genetic Predisposition To Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456825", + "session_name": "Genetic predisposition and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "E Magnus Ohman", + "middle_name": null, + "last_name": null, + "org_name": "Duke University Medical Center", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic predisposition and heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Genetic Predisposition To Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
E Magnus Ohman ", + "kol_full_name": "E Magnus Ohman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 1 | Dapagliflozin | Sodium-Glucose Transporter 2 Inhibitors | Myocardium", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458090", + "session_name": "Impact of SGLT2 inhibitor dapagliflozin on myocardial protein profile in rats with long-standing Type 1 diabetes mellitus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eder Anderson Rodrigues", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of SGLT2 inhibitor dapagliflozin on myocardial protein profile in rats with long-standing Type 1 diabetes mellitus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 1 | Dapagliflozin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sodium-Glucose Transporter 2 Inhibitors | Myocardium", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eder Anderson Rodrigues ", + "kol_full_name": "Eder Anderson Rodrigues " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461071", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eduard Rodenas Alesina", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eduard Rodenas Alesina ", + "kol_full_name": "Eduard Rodenas Alesina " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lymphoma | Heart Failure | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459168", + "session_name": "Is there an association of anthracyclines with HFrEF and/or HFpEF in patients treated for breast cancer or lymphoma after 30 years of follow-up? Insights from the Rochester epidemiology project", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eduardo Tellez Garcia", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is there an association of anthracyclines with HFrEF and/or HFpEF in patients treated for breast cancer or lymphoma after 30 years of follow-up? Insights from the Rochester epidemiology project", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eduardo Tellez Garcia ", + "kol_full_name": "Eduardo Tellez Garcia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Microvascular Decompression Surgery | Albuminuria", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458150", + "session_name": "Impaired systemic microvascular function in patients with resistant arterial hypertension and microalbuminuria: an observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eduardo Tibirica", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology", + "Country": "Brazil", + "Region": "Rio de Janeiro", + "City": "Rio de Janeiro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impaired systemic microvascular function in patients with resistant arterial hypertension and microalbuminuria: an observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Microvascular Decompression Surgery ", + "rest_events_topic_count": 1, + "rest_events_topic": " Albuminuria", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eduardo Tibirica ", + "kol_full_name": "Eduardo Tibirica " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459454", + "session_name": "The prognostic value of contrast stress echocardiography in a real-world population of symptomatic patients without known coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Effrosyni Giakoumoglou", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Papageorgiou", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic value of contrast stress echocardiography in a real-world population of symptomatic patients without known coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Effrosyni Giakoumoglou ", + "kol_full_name": "Effrosyni Giakoumoglou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460185", + "session_name": "Left atrial morpho-functional parameters and their correlation with other phenotypic and functional characteristics of hypertrophic cardiomyopathy.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Efstathios Pagourelias", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital of Thessaloniki", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial morpho-functional parameters and their correlation with other phenotypic and functional characteristics of hypertrophic cardiomyopathy.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Efstathios Pagourelias ", + "kol_full_name": "Efstathios Pagourelias " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456005", + "session_name": "Applying digital health to valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Egle Ereminiene", + "middle_name": null, + "last_name": null, + "org_name": "Hospital of Lithuanian University of Health Sciences", + "Country": "Lithuania", + "Region": "Kauno Apskritis", + "City": "Kaunas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Applying digital health to valvular heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Egle Ereminiene ", + "kol_full_name": "Egle Ereminiene " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Plaque, Atherosclerotic | Tomography, Optical Coherence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460081", + "session_name": "Arterial stiffness characterization of patients with different ACS-causing plaque morphologies quantified by optical coherence tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elaaha Anwari", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arterial stiffness characterization of patients with different ACS-causing plaque morphologies quantified by optical coherence tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome | Plaque, Atherosclerotic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, Optical Coherence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elaaha Anwari ", + "kol_full_name": "Elaaha Anwari " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Tricuspid Valve Repair | Echocardiography, Transesophageal", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461080", + "session_name": "Live transoesophageal echocardiography: how to best guide transcatheter tricuspid valve repair and replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elena Romero Dorta", + "middle_name": null, + "last_name": null, + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Live transoesophageal echocardiography: how to best guide transcatheter tricuspid valve repair and replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Tricuspid Valve Repair | Echocardiography, Transesophageal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elena Romero Dorta ", + "kol_full_name": "Elena Romero Dorta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiometabolic Risk Factors | Obesity | Glucagon-Like Peptide-1 Receptor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458704", + "session_name": "Survodutide, a glucagon receptor/GLP-1 receptor (GCGR/GLP-1R) dual agonist, improves cardiometabolic parameters in adults with obesity: analysis of a placebo-controlled, randomised phase 2 trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elena Startseva", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Survodutide", + "rest_events_session_count": 3, + "rest_events_session": " a glucagon receptor/GLP-1 receptor (GCGR/GLP-1R) dual agonist, improves cardiometabolic parameters in adults with obesity: analysis of a placebo-controlled, randomised phase 2 trial", + "events_topic": "Cardiometabolic Risk Factors | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glucagon-Like Peptide-1 Receptor", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elena Startseva ", + "kol_full_name": "Elena Startseva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456526", + "session_name": "Complex complications in pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elena-Laura Antohi", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Cardiovascular Diseases Prof. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complex complications in pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elena-Laura Antohi ", + "kol_full_name": "Elena-Laura Antohi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Streptococcal Infections | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459460", + "session_name": "Destructive streptococcial left-sided, native valve, infective endocarditis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eleni Karapedi", + "middle_name": null, + "last_name": null, + "org_name": "Asklepieion Voulas General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Destructive streptococcial left-sided", + "rest_events_session_count": 2, + "rest_events_session": " native valve, infective endocarditis.", + "events_topic": "Streptococcal Infections | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eleni Karapedi ", + "kol_full_name": "Eleni Karapedi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Ischemia | Magnetic Resonance Imaging | Reperfusion Injury", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458614", + "session_name": "Characterization of myocardial ischemia-reperfusion injury in a pig model with novel CW T1r and RAFF2 MRI methods in 1.5T", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elias Yla-Herttuala", + "middle_name": null, + "last_name": null, + "org_name": "A.I. Virtanen Institute for Molecular Sciences", + "Country": "Finland", + "Region": "Ita-Suomen Laani", + "City": "Kuopio", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characterization of myocardial ischemia-reperfusion injury in a pig model with novel CW T1r and RAFF2 MRI methods in 1.5T", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Ischemia | Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Reperfusion Injury", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elias Yla-Herttuala ", + "kol_full_name": "Elias Yla-Herttuala " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Heart Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457096", + "session_name": "Case report of mechanical circulatory support in patient after heart transplantation, complicated by primary biventricular graft dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elina Novikova", + "middle_name": null, + "last_name": null, + "org_name": "Amosov Institute of Cardiovascular Surgery", + "Country": "Ukraine", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case report of mechanical circulatory support in patient after heart transplantation", + "rest_events_session_count": 1, + "rest_events_session": " complicated by primary biventricular graft dysfunction", + "events_topic": "Mechanical Circulatory Support | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elina Novikova ", + "kol_full_name": "Elina Novikova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Guideline-Directed Medical Therapy | Heart Failure, Systolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458297", + "session_name": "Survival benefit of guideline-directed medical therapy in elderly patients with heart failure with reduced ejection fraction: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elinor Tan", + "middle_name": null, + "last_name": null, + "org_name": "National University Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Survival benefit of guideline-directed medical therapy in elderly patients with heart failure with reduced ejection fraction: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Guideline-Directed Medical Therapy | Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elinor Tan ", + "kol_full_name": "Elinor Tan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456798", + "session_name": "Risk factors and lifestyle modification in hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elisabeta Badila", + "middle_name": null, + "last_name": null, + "org_name": "Colentina Clinical Hospital Carol Davila University of Medicine and Pharmacy", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors and lifestyle modification in hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elisabeta Badila ", + "kol_full_name": "Elisabeta Badila " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458106", + "session_name": "New clinical staging proposal applied to a Fabry cardiomyopathy cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elisabete Martins", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine University of Porto", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New clinical staging proposal applied to a Fabry cardiomyopathy cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elisabete Martins ", + "kol_full_name": "Elisabete Martins " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Clusterin | Cluster Analysis | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457630", + "session_name": "Clustering of artificial intelligence derived plaque features for risk stratification for future atrial fibrillation development", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elizabeth Epstein", + "middle_name": null, + "last_name": null, + "org_name": "Scripps Clinic Medical Group, Inc.", + "Country": "United States", + "Region": "California", + "City": "La Jolla", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clustering of artificial intelligence derived plaque features for risk stratification for future atrial fibrillation development", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Clusterin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cluster Analysis | Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elizabeth Epstein ", + "kol_full_name": "Elizabeth Epstein " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Percutaneous Coronary Intervention | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457228", + "session_name": "Patient characteristics and clinical outcome in acute myocardial infarction related cardiogenic shock according to vascular access site for PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elma Peters", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient characteristics and clinical outcome in acute myocardial infarction related cardiogenic shock according to vascular access site for PCI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elma Peters ", + "kol_full_name": "Elma Peters " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography, Ambulatory | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459794", + "session_name": "Accuracy of the Apple Watch in detecting atrial fibrillation among patients undergoing 24-hour Holter monitoring", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Elrey Inocian", + "middle_name": null, + "last_name": null, + "org_name": "Perpetual Succour Hospital", + "Country": "Philippines", + "Region": "Cebu City", + "City": "Cebu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Accuracy of the Apple Watch in detecting atrial fibrillation among patients undergoing 24-hour Holter monitoring", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography, Ambulatory | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elrey Inocian ", + "kol_full_name": "Elrey Inocian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Troponin T | Chest Pain", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460822", + "session_name": "Comparison of rapid test for high-sensitivity troponin I with laboratory high-sensitivity troponin T in patients with acute chest pain - a prospective monocentric study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emilie Han", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of rapid test for high-sensitivity troponin I with laboratory high-sensitivity troponin T in patients with acute chest pain - a prospective monocentric study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin T | Chest Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emilie Han ", + "kol_full_name": "Emilie Han " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Retrospective Studies | Troponin | Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459859", + "session_name": "Clinical outcomes of patients with acute stroke and elevated cardiac troponins: a single-center analytical retrospective study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emilio Jose Gravador", + "middle_name": null, + "last_name": null, + "org_name": "Saint Lukes Medical Center Global City", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes of patients with acute stroke and elevated cardiac troponins: a single-center analytical retrospective study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Retrospective Studies | Troponin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Stroke", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emilio Jose Gravador ", + "kol_full_name": "Emilio Jose Gravador " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Inhibition, Psychological | Obesity | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458573", + "session_name": "Protease-activated receptor 2 (PAR2) inhibition reduces complement-associated cardiac remodelling in obesity-related heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emily Ghanbari", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Protease-activated receptor 2 (PAR2) inhibition reduces complement-associated cardiac remodelling in obesity-related heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inhibition, Psychological | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emily Ghanbari ", + "kol_full_name": "Emily Ghanbari " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Fibrosis | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458193", + "session_name": "The relationship between serum lumican levels and myocardial fibrosis in patients with hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emirhan Hancioglu", + "middle_name": null, + "last_name": null, + "org_name": "Samandag State Hospital", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The relationship between serum lumican levels and myocardial fibrosis in patients with hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Fibrosis | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emirhan Hancioglu ", + "kol_full_name": "Emirhan Hancioglu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Remodelling", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459601", + "session_name": "The role of IL15 in angiotensin II-mediated cardiac remodelling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emma Booth", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of IL15 in angiotensin II-mediated cardiac remodelling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Remodelling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emma Booth ", + "kol_full_name": "Emma Booth " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Natriuresis | Diuretics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460444", + "session_name": "Basal natriuresis as a predictor of diuretic resistance and clinical evolution in acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Emmanuel Scatularo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Basal natriuresis as a predictor of diuretic resistance and clinical evolution in acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Natriuresis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diuretics", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emmanuel Scatularo ", + "kol_full_name": "Emmanuel Scatularo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulse Wave Analysis | Aortic Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460471", + "session_name": "Utility of pulse wave velocity and flexion coefficient to difference etiology of aortic disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Enrique Alexander Berrios Barcenas", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Nacional de Cardiologia Ignacio Chavez", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utility of pulse wave velocity and flexion coefficient to difference etiology of aortic disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulse Wave Analysis | Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Enrique Alexander Berrios Barcenas ", + "kol_full_name": "Enrique Alexander Berrios Barcenas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Trastuzumab | Heart Failure | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457620", + "session_name": "Validation of the HFA-ICOS risk assessment tool with real-world data from a prospective cohort of breast cancer patients in treatment with anthracyclines and trastuzumab", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Enrique Canedo Guerra", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of the HFA-ICOS risk assessment tool with real-world data from a prospective cohort of breast cancer patients in treatment with anthracyclines and trastuzumab", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Trastuzumab | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Enrique Canedo Guerra ", + "kol_full_name": "Enrique Canedo Guerra " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diastolic Dysfunction | Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461043", + "session_name": "Distinct cellular and molecular trajectories leading to subclinical diastolic dysfunction and the progression to HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Enrique Lara-Pezzi", + "middle_name": null, + "last_name": null, + "org_name": "National Centre for Cardiovascular Research CNIC)", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Distinct cellular and molecular trajectories leading to subclinical diastolic dysfunction and the progression to HFpEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diastolic Dysfunction | Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Enrique Lara-Pezzi ", + "kol_full_name": "Enrique Lara-Pezzi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies | Dyslipidemias", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458311", + "session_name": "Effects of lipid-lowering therapies on lipoprotein(a) levels in patients with dyslipidemia: a systematic review and network meta-analysis of 64 randomised controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Enver De Wei Loh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of lipid-lowering therapies on lipoprotein(a) levels in patients with dyslipidemia: a systematic review and network meta-analysis of 64 randomised controlled trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid-Lowering Therapies | Dyslipidemias", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Enver De Wei Loh ", + "kol_full_name": "Enver De Wei Loh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcoidosis | Multimodal Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460322", + "session_name": "Clinical suspicion and multimodal imaging in a subtle cardiac sarcoidosis case report", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Erdem Bal", + "middle_name": null, + "last_name": null, + "org_name": "Istanbul University-Cerrahpasa Institute of Cardiology", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical suspicion and multimodal imaging in a subtle cardiac sarcoidosis case report", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoidosis | Multimodal Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Erdem Bal ", + "kol_full_name": "Erdem Bal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456760", + "session_name": "Metabolic syndrome and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eric Quinton Klug", + "middle_name": null, + "last_name": null, + "org_name": "Sunninghill Hospital", + "Country": "South Africa", + "Region": "Gauteng", + "City": "Sandton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metabolic syndrome and heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolic Syndrome | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eric Quinton Klug ", + "kol_full_name": "Eric Quinton Klug " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Imaging Techniques | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456811", + "session_name": "Clinical applications of artificial intelligence in cardiovascular imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Erick Alexanderson Rosas", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology Ignacio Chavez", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical applications of artificial intelligence in cardiovascular imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Erick Alexanderson Rosas ", + "kol_full_name": "Erick Alexanderson Rosas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Athletes | Defibrillators, Implantable", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457203", + "session_name": "Athletes with an ICD should be allowed to compete: con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Erik Ekker Solberg", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Athletes with an ICD should be allowed to compete: con", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Athletes | Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Erik Ekker Solberg ", + "kol_full_name": "Erik Ekker Solberg " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456392", + "session_name": "Novel therapies for hypertrophic cardiomyopathy: recent developments and future prospects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Erika Hutt", + "middle_name": null, + "last_name": null, + "org_name": "St. Luke's Mid America Heart Institute", + "Country": "United States", + "Region": "Missouri", + "City": "Kansas City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel therapies for hypertrophic cardiomyopathy: recent developments and future prospects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Erika Hutt ", + "kol_full_name": "Erika Hutt " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Pregnant Women", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460298", + "session_name": "Unlocking equity: assessing for gaps in cardiovascular guidelines for pregnant women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eson Ekpo", + "middle_name": null, + "last_name": null, + "org_name": "Scripps Clinic", + "Country": "United States", + "Region": "California", + "City": "San Diego", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unlocking equity: assessing for gaps in cardiovascular guidelines for pregnant women", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Pregnant Women", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eson Ekpo ", + "kol_full_name": "Eson Ekpo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pacemaker, Artificial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460987", + "session_name": "How to get most out of a pacemaker? Interactive workshop for your clinical practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Estela Silvan Blanco", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to get most out of a pacemaker? Interactive workshop for your clinical practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Estela Silvan Blanco ", + "kol_full_name": "Estela Silvan Blanco " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Cardiac Dysfunction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458333", + "session_name": "Can haemodynamic force analysis be used to identify cancer treatment-related cardiac dysfunction? A comparison with strain and ejection fraction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eswararaj Sivaraj", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Can haemodynamic force analysis be used to identify cancer treatment-related cardiac dysfunction? A comparison with strain and ejection fraction.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cardiac Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eswararaj Sivaraj ", + "kol_full_name": "Eswararaj Sivaraj " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456364", + "session_name": "Modern views on worsening heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eva Goncalvesova", + "middle_name": null, + "last_name": null, + "org_name": "National cardiovascular institute", + "Country": "Slovakia", + "Region": "Bratislavsky", + "City": "Bratislava", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modern views on worsening heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva Goncalvesova ", + "kol_full_name": "Eva Goncalvesova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Intracardiac Shunt | Pulmonary Arterial Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458251", + "session_name": "Pulmonary arterial hypertension associated with double intracardiac shunt", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Eva Palacios", + "middle_name": null, + "last_name": null, + "org_name": "Unidad Medica de Alta Especialidad Hospital de Cardiologia No. 34 IMSS", + "Country": "Mexico", + "Region": "Nuevo Leon", + "City": "Monterrey", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary arterial hypertension associated with double intracardiac shunt", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Intracardiac Shunt | Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eva Palacios ", + "kol_full_name": "Eva Palacios " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456574", + "session_name": "Myocarditis: good tools for predicting bad outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Evangelia Karvouni", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocarditis: good tools for predicting bad outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evangelia Karvouni ", + "kol_full_name": "Evangelia Karvouni " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459995", + "session_name": "Predicting 1-year atrial fibrillation risk from a patch-based ambulatory ECG monitoring without atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Evangelos Hytopoulos", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting 1-year atrial fibrillation risk from a patch-based ambulatory ECG monitoring without atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evangelos Hytopoulos ", + "kol_full_name": "Evangelos Hytopoulos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol | Hypercholesterolemia | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459255", + "session_name": "Exploring the association between hypertension and atherosclerotic cardiovascular disease in adults with familial hypercholesterolemia: insights from the HELLAS-FH registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Evangelos Liberopoulos", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring the association between hypertension and atherosclerotic cardiovascular disease in adults with familial hypercholesterolemia: insights from the HELLAS-FH registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol | Hypercholesterolemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evangelos Liberopoulos ", + "kol_full_name": "Evangelos Liberopoulos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Arterial Stiffness | Antidiabetic Treatment | Weight Loss", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459163", + "session_name": "Parallel improvement of arterial stiffness with weight loss following intensification of antidiabetic treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Evanthia Bletsa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Parallel improvement of arterial stiffness with weight loss following intensification of antidiabetic treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arterial Stiffness | Antidiabetic Treatment ", + "rest_events_topic_count": 1, + "rest_events_topic": " Weight Loss", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Evanthia Bletsa ", + "kol_full_name": "Evanthia Bletsa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Apabetalone | Cardiac Fibroblasts", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458656", + "session_name": "Epigenetic BET inhibitor apabetalone counters inflammatory and fibrotic processes in activated cardiac fibroblasts providing insight into reduced hospitalizations for heart failure in BETonMACE trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ewelina Kulikowski", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epigenetic BET inhibitor apabetalone counters inflammatory and fibrotic processes in activated cardiac fibroblasts providing insight into reduced hospitalizations for heart failure in BETonMACE trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Apabetalone ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Fibroblasts", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ewelina Kulikowski ", + "kol_full_name": "Ewelina Kulikowski " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Bypass Graft | Empagliflozin | Diabetes Mellitus, Type 2 | Acute Kidney Injury", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460955", + "session_name": "Empagliflozin for prevention of acute kidney injury in patients with type 2 diabetes mellitus undergoing extracorporeal on-pump CABG: The POST-CABGDM trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fabio Grunspun Pitta", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Empagliflozin for prevention of acute kidney injury in patients with type 2 diabetes mellitus undergoing extracorporeal on-pump CABG: The POST-CABGDM trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass Graft | Empagliflozin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diabetes Mellitus, Type 2 | Acute Kidney Injury", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fabio Grunspun Pitta ", + "kol_full_name": "Fabio Grunspun Pitta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Digital Health | Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455923", + "session_name": "Patient-centred care: digital health interventions and treatment preferences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fadi JAMAL", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient-centred care: digital health interventions and treatment preferences", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Health | Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fadi JAMAL ", + "kol_full_name": "Fadi JAMAL " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tricuspid Valve Insufficiency | Tricuspid Transcatheter Edge-to-edge Repair", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459198", + "session_name": "When transcatheter edge-to-edge repair (TEER) is not a good treatment option for tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fahad Alqahtani", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When transcatheter edge-to-edge repair (TEER) is not a good treatment option for tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tricuspid Valve Insufficiency | Tricuspid Transcatheter Edge-to-edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fahad Alqahtani ", + "kol_full_name": "Fahad Alqahtani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Empagliflozin | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459251", + "session_name": "Empagliflozin: unlocking new potentials in heart failure decongestion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fahad Khan", + "middle_name": null, + "last_name": null, + "org_name": "Lady Reading Hospital MTI Peshawar", + "Country": "Pakistan", + "Region": "North-West Frontier", + "City": "Peshawar", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Empagliflozin: unlocking new potentials in heart failure decongestion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Empagliflozin | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fahad Khan ", + "kol_full_name": "Fahad Khan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transvalvular Aortic Pressure Gradients | Hemodynamics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459362", + "session_name": "Assessing boundary conditions in CFD for transvalvular pressure gradient calculation in cardiac hemodynamics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fan Wu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing boundary conditions in CFD for transvalvular pressure gradient calculation in cardiac hemodynamics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transvalvular Aortic Pressure Gradients | Hemodynamics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fan Wu ", + "kol_full_name": "Fan Wu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Muscular Diseases | Heart Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457772", + "session_name": "Successful heart transplantation in a young patient diagnosed with polyglucosan body myopathy type 1", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Farah Naghashzadeh", + "middle_name": null, + "last_name": null, + "org_name": "Shahid Beheshti University of Medical Sciences", + "Country": "Iran", + "Region": "Tehran", + "City": "Tehran", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Successful heart transplantation in a young patient diagnosed with polyglucosan body myopathy type 1", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Muscular Diseases | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Farah Naghashzadeh ", + "kol_full_name": "Farah Naghashzadeh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cath Lab | Spatial Analysis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458877", + "session_name": "How to place new cath lab effectively and efficiently? A geospatial analysis of cath lab procurement in Indonesia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Farizal Rizky Muharram", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to place new cath lab effectively and efficiently? A geospatial analysis of cath lab procurement in Indonesia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cath Lab | Spatial Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Farizal Rizky Muharram ", + "kol_full_name": "Farizal Rizky Muharram " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Stroke Volume", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457691", + "session_name": "Revisiting echocardiographic ranges of left ventricular end-diastolic volume index: an analysis of the discrepancies between the 2006 and the 2015 recommendation for chamber quantification guidelines", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Farnoosh Larti", + "middle_name": null, + "last_name": null, + "org_name": "Tehran University of Medical Sciences", + "Country": "Iran", + "Region": "Tehran", + "City": "Tehran", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Revisiting echocardiographic ranges of left ventricular end-diastolic volume index: an analysis of the discrepancies between the 2006 and the 2015 recommendation for chamber quantification guidelines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Stroke Volume", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Farnoosh Larti ", + "kol_full_name": "Farnoosh Larti " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457292", + "session_name": "Trajectories of lipid profile during adolescence and risk of subclinical atherosclerosis in early adulthood: a two-decade population-based study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Farzad Esmaeili", + "middle_name": null, + "last_name": null, + "org_name": "Shahid Beheshti University of Medical Sciences", + "Country": "Iran", + "Region": "Tehran", + "City": "Tehran", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trajectories of lipid profile during adolescence and risk of subclinical atherosclerosis in early adulthood: a two-decade population-based study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Farzad Esmaeili ", + "kol_full_name": "Farzad Esmaeili " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clinical Protocols | Pacemaker, Artificial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457252", + "session_name": "Safety profile, electrical performances and clinical outcomes of a novel leadless pacemaker; first results from real-world clinical practice in Saudi Arabia.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fayez Bokhari", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety profile", + "rest_events_session_count": 1, + "rest_events_session": " electrical performances and clinical outcomes of a novel leadless pacemaker; first results from real-world clinical practice in Saudi Arabia.", + "events_topic": "Clinical Protocols | Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fayez Bokhari ", + "kol_full_name": "Fayez Bokhari " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460301", + "session_name": "Anomalous Aortic Origin of the Left Coronary Artery in a Patient with Inferior ST-Segment Elevation Myocardial Infarction (STEMI)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Federico Jorge Gandolfo", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Cardiovascular De Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anomalous Aortic Origin of the Left Coronary Artery in a Patient with Inferior ST-Segment Elevation Myocardial Infarction (STEMI)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Federico Jorge Gandolfo ", + "kol_full_name": "Federico Jorge Gandolfo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Random Allocation | Stroke | Bicuspid Aortic Valve Disease | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460539", + "session_name": "Elevated risk for stroke in genetically predisposed bicuspid aortic valve disease: evidences from a mendelian randomization study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Feiwei Lu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elevated risk for stroke in genetically predisposed bicuspid aortic valve disease: evidences from a mendelian randomization study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Random Allocation | Stroke ", + "rest_events_topic_count": 2, + "rest_events_topic": " Bicuspid Aortic Valve Disease | Aortic Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Feiwei Lu ", + "kol_full_name": "Feiwei Lu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459089", + "session_name": "Diagnostic performance of semi-quantitative echocardiographic evaluation in patients with aortic regurgitation: implications for clinical practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Felix Gauthier", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic performance of semi-quantitative echocardiographic evaluation in patients with aortic regurgitation: implications for clinical practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Felix Gauthier ", + "kol_full_name": "Felix Gauthier " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Non-alcoholic Fatty Liver Disease | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460248", + "session_name": "Nonalcoholic fatty liver disease worsens cardiac repair after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Feriel Hamidou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nonalcoholic fatty liver disease worsens cardiac repair after myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non-alcoholic Fatty Liver Disease | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Feriel Hamidou ", + "kol_full_name": "Feriel Hamidou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neck Pain", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459212", + "session_name": "Young man with inflammatory vascular neck pain", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fernando Belcastro", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Cardiovascular De Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Young man with inflammatory vascular neck pain", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neck Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fernando Belcastro ", + "kol_full_name": "Fernando Belcastro " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fontan Procedure | Fibrosis | Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457863", + "session_name": "Early detection of liver fibrosis in patients with Fontan circulation using multiparametric magnetic resonance imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Filip Klauco", + "middle_name": null, + "last_name": null, + "org_name": "The National Institute of Cardiovascular Diseases", + "Country": "Slovakia", + "Region": "Bratislavsky", + "City": "Bratislava", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early detection of liver fibrosis in patients with Fontan circulation using multiparametric magnetic resonance imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fontan Procedure | Fibrosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Magnetic Resonance Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Filip Klauco ", + "kol_full_name": "Filip Klauco " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prasugrel Hydrochloride", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458881", + "session_name": "Analyzing the economic ramifications of the broad implementation of generic prasugrel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Filipa Gerardo", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Professor Doutor Fernando Fonseca", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Amadora", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Analyzing the economic ramifications of the broad implementation of generic prasugrel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prasugrel Hydrochloride", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Filipa Gerardo ", + "kol_full_name": "Filipa Gerardo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ambrisentan | Hypoxia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459072", + "session_name": "Ambrisentan reverses the prosenescent and anti-autophagic effect of high glucose on human pulmonary artery endothelial cells exposed to hypoxia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Filippo Biondi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ambrisentan reverses the prosenescent and anti-autophagic effect of high glucose on human pulmonary artery endothelial cells exposed to hypoxia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ambrisentan | Hypoxia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Filippo Biondi ", + "kol_full_name": "Filippo Biondi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459873", + "session_name": "Left ventricular pressure-strain loops for the assessment of myocardial work in a low-risk community-based cohort: associations with long-term prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fjolla Zhubi Bakija", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular pressure-strain loops for the assessment of myocardial work in a low-risk community-based cohort: associations with long-term prognosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fjolla Zhubi Bakija ", + "kol_full_name": "Fjolla Zhubi Bakija " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Care Facilities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456245", + "session_name": "The Lancet Cardiology Commissions: advancing cardiac care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Flavia Geraldes", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Lancet Cardiology Commissions: advancing cardiac care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Care Facilities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Flavia Geraldes ", + "kol_full_name": "Flavia Geraldes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | C-Reactive Protein", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461006", + "session_name": "High-sensitivity C-reactive protein: how can it guide cardiovascular risk assessment?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Florian Kahles", + "middle_name": null, + "last_name": null, + "org_name": "RWTH University Hospital Aachen", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Aachen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High-sensitivity C-reactive protein: how can it guide cardiovascular risk assessment?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | C-Reactive Protein", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Florian Kahles ", + "kol_full_name": "Florian Kahles " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457969", + "session_name": "Sutures or not, it can be fixed... Greece's first-ever valve in valve TAVI of a supra-annular transcatheter valve replacing a sutureless, bioprosthetic surgical one in aortic position", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fotios Toulgaridis", + "middle_name": null, + "last_name": null, + "org_name": "Sismanogleio General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sutures or not", + "rest_events_session_count": 2, + "rest_events_session": " it can be fixed... Greece's first-ever valve in valve TAVI of a supra-annular transcatheter valve replacing a sutureless, bioprosthetic surgical one in aortic position", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fotios Toulgaridis ", + "kol_full_name": "Fotios Toulgaridis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460290", + "session_name": "Ventricular tachycardia burden in heart failure with reduced ejection fraction - can we rely on optimized medical therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fran Rode", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Dubrava", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular tachycardia burden in heart failure with reduced ejection fraction - can we rely on optimized medical therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fran Rode ", + "kol_full_name": "Fran Rode " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Periodontitis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460918", + "session_name": "Treatment of periodontitis and progression of subclinical atherosclerosis: a randomized controlled clinical trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Francesco D'Aiuto", + "middle_name": null, + "last_name": null, + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of periodontitis and progression of subclinical atherosclerosis: a randomized controlled clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Periodontitis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francesco D'Aiuto ", + "kol_full_name": "Francesco D'Aiuto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Edoxaban | Factor Xa | Thrombosis | Aspirin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457271", + "session_name": "Prevention of mechanical valve thrombosis with a combination of the factor Xa inhibitor edoxaban plus aspirin in swine: intermediate results from the EdoValves project", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Francesco Maria Castelli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevention of mechanical valve thrombosis with a combination of the factor Xa inhibitor edoxaban plus aspirin in swine: intermediate results from the EdoValves project", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Edoxaban | Factor Xa ", + "rest_events_topic_count": 2, + "rest_events_topic": " Thrombosis | Aspirin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francesco Maria Castelli ", + "kol_full_name": "Francesco Maria Castelli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electric Countershock | Defibrillators, Implantable | Antitachycardia Pacing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460950", + "session_name": "Consistent ATP, defibrillation, and safety performance of the extravascular ICD: final results from the global EV-ICD Pivotal Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Francis D. Murgatroyd", + "middle_name": null, + "last_name": null, + "org_name": "King's College Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Consistent ATP", + "rest_events_session_count": 2, + "rest_events_session": " defibrillation, and safety performance of the extravascular ICD: final results from the global EV-ICD Pivotal Study", + "events_topic": "Electric Countershock | Defibrillators, Implantable ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antitachycardia Pacing", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francis D. Murgatroyd ", + "kol_full_name": "Francis D. Murgatroyd " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "MicroRNAs | Heart Arrest", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458528", + "session_name": "Increased miRNA-related inflammation markers and pro-inflammatory circulating cell profile in patients with poor neurological outcome after out-of-hospital cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Francisco Rafael Jimenez Trinidad", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased miRNA-related inflammation markers and pro-inflammatory circulating cell profile in patients with poor neurological outcome after out-of-hospital cardiac arrest", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MicroRNAs | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francisco Rafael Jimenez Trinidad ", + "kol_full_name": "Francisco Rafael Jimenez Trinidad " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460826", + "session_name": "2023 ESC Guidelines for the Management of Cardiovascular Disease in Patients with Diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Francois Dievart", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "2023 ESC Guidelines for the Management of Cardiovascular Disease in Patients with Diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francois Dievart ", + "kol_full_name": "Francois Dievart " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid Lowering Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460933", + "session_name": "Optimising oral lipid-lowering therapy regimens in high and very high-risk statin intolerant patients with dyslipidaemia: A French real-world simulation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Francois Schiele", + "middle_name": null, + "last_name": null, + "org_name": "Regional University Hospital Jean Minjoz", + "Country": "France", + "Region": "Franche-Comte", + "City": "Besancon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising oral lipid-lowering therapy regimens in high and very high-risk statin intolerant patients with dyslipidaemia: A French real-world simulation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid Lowering Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francois Schiele ", + "kol_full_name": "Francois Schiele " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Electric Impedance | Cardiography, Impedance | Cardiac Rehabilitation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458904", + "session_name": "Signal-morphology impedance cardiography is a non-invasive tool to predict responses to exercise based cardiac rehabilitation in chronic heart failure patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Frank Bour", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Signal-morphology impedance cardiography is a non-invasive tool to predict responses to exercise based cardiac rehabilitation in chronic heart failure patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Electric Impedance ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiography, Impedance | Cardiac Rehabilitation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Frank Bour ", + "kol_full_name": "Frank Bour " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL | Coronary Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460917", + "session_name": "Functional Improvement of non-infarcT relaTed coronary artery stenosis by Extensive LDL-C Reduction with a PCSK9 Antibody", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Frans Berend Mensink", + "middle_name": null, + "last_name": null, + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Functional Improvement of non-infarcT relaTed coronary artery stenosis by Extensive LDL-C Reduction with a PCSK9 Antibody", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL | Coronary Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Frans Berend Mensink ", + "kol_full_name": "Frans Berend Mensink " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460210", + "session_name": "KardioNet Digital - a structured care model involving digital tools for intersectoral communication and a patient-focused strategy for treatment of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Franz Goss", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "KardioNet Digital - a structured care model involving digital tools for intersectoral communication and a patient-focused strategy for treatment of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Franz Goss ", + "kol_full_name": "Franz Goss " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457786", + "session_name": "An epigenetic editor targeting human PCSK9 efficiently and durably lowers Low Density Lipoprotein Cholesterol (LDL-C) in non-human primates", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Frederic Tremblay", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An epigenetic editor targeting human PCSK9 efficiently and durably lowers Low Density Lipoprotein Cholesterol (LDL-C) in non-human primates", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Frederic Tremblay ", + "kol_full_name": "Frederic Tremblay " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electron Transport Chain Complex Proteins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458306", + "session_name": "ND15, subunit of the electron transport chain protein-complex I, age-dependently worsens cardiac performance in Drosophila melanogaster", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Friedrich Gaub", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ND15", + "rest_events_session_count": 2, + "rest_events_session": " subunit of the electron transport chain protein-complex I, age-dependently worsens cardiac performance in Drosophila melanogaster", + "events_topic": "Electron Transport Chain Complex Proteins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Friedrich Gaub ", + "kol_full_name": "Friedrich Gaub " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Artery Pressure Monitoring", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459051", + "session_name": "Measurement inaccuracy reported via the Manufacturer and User Facility Device Experience database for an implantable pulmonary artery pressure sensor: recalibration direction and magnitude results", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Friedrich Wetterling", + "middle_name": null, + "last_name": null, + "org_name": "University of Dublin Trinity College", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Measurement inaccuracy reported via the Manufacturer and User Facility Device Experience database for an implantable pulmonary artery pressure sensor: recalibration direction and magnitude results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Artery Pressure Monitoring", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Friedrich Wetterling ", + "kol_full_name": "Friedrich Wetterling " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biventricular Modelling | Ventricular Arrhythmia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460773", + "session_name": "Biventricular modelling for investigating ventricular arrhythmias in silico", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Fuyu Cheng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biventricular modelling for investigating ventricular arrhythmias in silico", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biventricular Modelling | Ventricular Arrhythmia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fuyu Cheng ", + "kol_full_name": "Fuyu Cheng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459965", + "session_name": "Anatomical classification of patent foramen ovale before percutaneous closure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gabriel Chevrot", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anatomical classification of patent foramen ovale before percutaneous closure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Foramen Ovale, Patent", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gabriel Chevrot ", + "kol_full_name": "Gabriel Chevrot " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transthoracic Echocardiography | Atrial Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460733", + "session_name": "Accuracy of right atrial pressure estimation by transthoracic echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gabrielle Pancio", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Accuracy of right atrial pressure estimation by transthoracic echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transthoracic Echocardiography | Atrial Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gabrielle Pancio ", + "kol_full_name": "Gabrielle Pancio " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Prednisone | C-Reactive Protein", + "npi_num": "1699859504", + "hcp_pin_alias": "FU_HCP_434041", + "session_name": "Effect of short-term prednisone therapy on C-reactive protein change in emergency department patients with acute heart failure and elevated inflammatory markers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gad cotter", + "middle_name": null, + "last_name": null, + "org_name": "Momentum Research Inc", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of short-term prednisone therapy on C-reactive protein change in emergency department patients with acute heart failure and elevated inflammatory markers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Prednisone ", + "rest_events_topic_count": 1, + "rest_events_topic": " C-Reactive Protein", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gad cotter ", + "kol_full_name": "Gad cotter " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458129", + "session_name": "Gender disparity in heart failure: does it matter?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gagan Kaur", + "middle_name": null, + "last_name": null, + "org_name": "Hemet Global Medical Center", + "Country": "United States", + "Region": "California", + "City": "Hemet", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender disparity in heart failure: does it matter?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gagan Kaur ", + "kol_full_name": "Gagan Kaur " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mechanical Valve Thrombosis | Thrombolytic Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460957", + "session_name": "Urgent surgery compared to fibrinolytic therapy for the treatment of left-sided mechanical valve thrombosis (SAFE-PVT): a randomized controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ganesan Karthikeyan", + "middle_name": null, + "last_name": null, + "org_name": "All India Institute of Medical Sciences AIIMS)", + "Country": "India", + "Region": "Delhi", + "City": "New Delhi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Urgent surgery compared to fibrinolytic therapy for the treatment of left-sided mechanical valve thrombosis (SAFE-PVT): a randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Valve Thrombosis | Thrombolytic Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ganesan Karthikeyan ", + "kol_full_name": "Ganesan Karthikeyan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Therapy | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456555", + "session_name": "Pharmacotherapy in coronary artery disease: from bench to bedside", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gani Bajraktari", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Centre of Kosovo (UCC)", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pharmacotherapy in coronary artery disease: from bench to bedside", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gani Bajraktari ", + "kol_full_name": "Gani Bajraktari " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Monitors | Antiarrhythmics | Defibrillators, Implantable", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460610", + "session_name": "Dynamic QTc interval changes observed in real-world patients with implanted insertable cardiac monitors taking class III antiarrhythmic drugs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gautham Rajagopal", + "middle_name": null, + "last_name": null, + "org_name": "Medtronic", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dynamic QTc interval changes observed in real-world patients with implanted insertable cardiac monitors taking class III antiarrhythmic drugs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Monitors | Antiarrhythmics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Defibrillators, Implantable", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gautham Rajagopal ", + "kol_full_name": "Gautham Rajagopal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Septal Defects, Atrial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456766", + "session_name": "Personalised care for atrial septal defect", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Geetha Kandavello", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Institute", + "Country": "Malaysia", + "Region": "Wilayah Persekutuan", + "City": "Kuala Lumpur", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised care for atrial septal defect", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Geetha Kandavello ", + "kol_full_name": "Geetha Kandavello " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Heart Failure | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461081", + "session_name": "Heart Failure detection using Artificial Intelligence for diagnostic decision support applied to echocardiography - HFDetect-AI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Geoffrey Strange", + "middle_name": null, + "last_name": null, + "org_name": "The University of Notre Dame", + "Country": "Australia", + "Region": "New South Wales", + "City": "Sydney", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart Failure detection using Artificial Intelligence for diagnostic decision support applied to echocardiography - HFDetect-AI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Geoffrey Strange ", + "kol_full_name": "Geoffrey Strange " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cryosurgery | Tachycardia | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460619", + "session_name": "Single-shot ablation of atrial tachycardia, after atrial fibrillation cryoablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "George Fotos", + "middle_name": null, + "last_name": null, + "org_name": "Hellenic Red Cross Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Single-shot ablation of atrial tachycardia", + "rest_events_session_count": 1, + "rest_events_session": " after atrial fibrillation cryoablation", + "events_topic": "Cryosurgery | Tachycardia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
George Fotos ", + "kol_full_name": "George Fotos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456140", + "session_name": "Treatment of acute pulmonary embolism across the strata risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "George Giannakoulas", + "middle_name": null, + "last_name": null, + "org_name": "Ahepa General Hospital of Aristotle University", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of acute pulmonary embolism across the strata risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
George Giannakoulas ", + "kol_full_name": "George Giannakoulas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis | Genetic Testing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460756", + "session_name": "Personalised therapy for pericarditis and the role of genetic testing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "George Lazaros", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens Medical School", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised therapy for pericarditis and the role of genetic testing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis | Genetic Testing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
George Lazaros ", + "kol_full_name": "George Lazaros " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Ablation Techniques | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459877", + "session_name": "Novel computational approach enables tailoring catheter ablation to a patient and evaluating the role of reverse remodelling in atrial fibrillation recurrence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "George Obada", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel computational approach enables tailoring catheter ablation to a patient and evaluating the role of reverse remodelling in atrial fibrillation recurrence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
George Obada ", + "kol_full_name": "George Obada " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456827", + "session_name": "Imaging in mitral regurgitation: what tools do we need?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Georges Saade", + "middle_name": null, + "last_name": null, + "org_name": "Bellevue Hospital", + "Country": "Lebanon", + "Region": "Beyrouth", + "City": "Beirut", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging in mitral regurgitation: what tools do we need?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Georges Saade ", + "kol_full_name": "Georges Saade " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456360", + "session_name": "Team up for endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Georgios Benetos", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens Medical School", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Team up for endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Georgios Benetos ", + "kol_full_name": "Georgios Benetos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Arterial Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457983", + "session_name": "Risk prediction and survival in elderly patients with pulmonary arterial hypertension: data from the hellenic pulmonary hypertension registry (HOPE)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Georgios Papadopoulos", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk prediction and survival in elderly patients with pulmonary arterial hypertension: data from the hellenic pulmonary hypertension registry (HOPE)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Georgios Papadopoulos ", + "kol_full_name": "Georgios Papadopoulos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456497", + "session_name": "Percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Georgios Tzanis", + "middle_name": null, + "last_name": null, + "org_name": "Metropolitan General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Georgios Tzanis ", + "kol_full_name": "Georgios Tzanis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Apolipoprotein A-I", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460965", + "session_name": "ApoA-I Infusions and Burden of Ischemic Events after Acute Myocardial Infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gerald Chi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ApoA-I Infusions and Burden of Ischemic Events after Acute Myocardial Infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Apolipoprotein A-I", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gerald Chi ", + "kol_full_name": "Gerald Chi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Placebos | Familial Chylomicronemia Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460964", + "session_name": "A randomised, placebo-controlled phase 3 study of plozasiran in patients with familial chylomicronemia syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gerald Watts", + "middle_name": null, + "last_name": null, + "org_name": "University of Western Australia", + "Country": "Australia", + "Region": "Western Australia", + "City": "Perth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A randomised", + "rest_events_session_count": 1, + "rest_events_session": " placebo-controlled phase 3 study of plozasiran in patients with familial chylomicronemia syndrome", + "events_topic": "Placebos | Familial Chylomicronemia Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gerald Watts ", + "kol_full_name": "Gerald Watts " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tetralogy Of Fallot", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460588", + "session_name": "Non-corrected Tetralogy of Fallot in an elderly patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gerardo Valenzuela Valenzuela", + "middle_name": null, + "last_name": null, + "org_name": "Unidad Medica de Alta Especialidad Hospital de Cardiologia No. 34 IMSS", + "Country": "Mexico", + "Region": "Nuevo Leon", + "City": "Monterrey", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Non-corrected Tetralogy of Fallot in an elderly patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tetralogy Of Fallot", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gerardo Valenzuela Valenzuela ", + "kol_full_name": "Gerardo Valenzuela Valenzuela " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456943", + "session_name": "Advancing computational cardiology and clinical efficiency", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gerold Porenta", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advancing computational cardiology and clinical efficiency", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gerold Porenta ", + "kol_full_name": "Gerold Porenta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Transvenous Mitral Commissurotomy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457091", + "session_name": "40-year journey of percutaneous transvenous mitral commissurotomy (PTMC)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ghada Elshahed", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "40-year journey of percutaneous transvenous mitral commissurotomy (PTMC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Transvenous Mitral Commissurotomy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ghada Elshahed ", + "kol_full_name": "Ghada Elshahed " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Frailty | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456988", + "session_name": "The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ghada Mikhail", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on cardiovascular treatment in the frail - how to keep calm and carry on - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Frailty | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ghada Mikhail ", + "kol_full_name": "Ghada Mikhail " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy Devices | Pacemaker, Artificial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456423", + "session_name": "Pacemaker implantation and management: novel challenges and improvements", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ghazala Irfan", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiovascular Diseases (NICVD)", + "Country": "Pakistan", + "Region": "Sindh", + "City": "Karachi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pacemaker implantation and management: novel challenges and improvements", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy Devices | Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ghazala Irfan ", + "kol_full_name": "Ghazala Irfan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antiarrhythmics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460018", + "session_name": "New targeted antiarrhythmic drugs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gheorghe Andrei Dan", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Carol Davila", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New targeted antiarrhythmic drugs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antiarrhythmics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gheorghe Andrei Dan ", + "kol_full_name": "Gheorghe Andrei Dan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458958", + "session_name": "Reduction of triglyceride-rich lipoproteins with retatrutide in type 2 diabetes may be explained by concurrent reduction in ANGPTL3/8 levels", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Giacomo Ruotolo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reduction of triglyceride-rich lipoproteins with retatrutide in type 2 diabetes may be explained by concurrent reduction in ANGPTL3/8 levels", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giacomo Ruotolo ", + "kol_full_name": "Giacomo Ruotolo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulsed Electric Field | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460952", + "session_name": "Pulsed ElectRic FiEld versus Cryoballoon to Treat Paroxysmal Atrial Fibrillation (PERFECT-PAF) Randomized Trial: a Periprocedural Clinical and Cost Analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gian Battista Chierchia", + "middle_name": null, + "last_name": null, + "org_name": "Heart Rhythm Management Centre", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulsed ElectRic FiEld versus Cryoballoon to Treat Paroxysmal Atrial Fibrillation (PERFECT-PAF) Randomized Trial: a Periprocedural Clinical and Cost Analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulsed Electric Field | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gian Battista Chierchia ", + "kol_full_name": "Gian Battista Chierchia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457950", + "session_name": "Bioprosthetic or mechanical aortic valve replacement: patient expectations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gil Meltzer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bioprosthetic or mechanical aortic valve replacement: patient expectations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gil Meltzer ", + "kol_full_name": "Gil Meltzer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ejection Fraction | Quality Of Life | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455997", + "session_name": "Ejection fraction in heart failure: epidemiology, comorbidity, and quality of life", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ginta Kamzola", + "middle_name": null, + "last_name": null, + "org_name": "Paul Stradins Clinical University Hospital", + "Country": "Latvia", + "Region": "Riga", + "City": "RIGA", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ejection fraction in heart failure: epidemiology", + "rest_events_session_count": 2, + "rest_events_session": " comorbidity, and quality of life", + "events_topic": "Ejection Fraction | Quality Of Life ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ginta Kamzola ", + "kol_full_name": "Ginta Kamzola " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460335", + "session_name": "AI-ECG sex-estimation discordances predict cardiovascular events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Giovanni Multinu", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital-Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AI-ECG sex-estimation discordances predict cardiovascular events", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giovanni Multinu ", + "kol_full_name": "Giovanni Multinu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457773", + "session_name": "Challenges to heart failure management in low/middle-income countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Giselle Gervacio-Domingo", + "middle_name": null, + "last_name": null, + "org_name": "Philippine General Hospital", + "Country": "Philippines", + "Region": "Manila", + "City": "Manila", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges to heart failure management in low/middle-income countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giselle Gervacio-Domingo ", + "kol_full_name": "Giselle Gervacio-Domingo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458934", + "session_name": "An insidious case of dynamic mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Giulia Nemola", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An insidious case of dynamic mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giulia Nemola ", + "kol_full_name": "Giulia Nemola " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459172", + "session_name": "Adipose tissue/ heart lipid transport determines cardiac diastolic function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Giuseppe Trimarchi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adipose tissue/ heart lipid transport determines cardiac diastolic function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giuseppe Trimarchi ", + "kol_full_name": "Giuseppe Trimarchi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clinical Trial | Semaglutide | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460043", + "session_name": "Semaglutide and atrial fibrillation: a systematic review and meta-analysis of randomized clinical trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Goncalo Costa", + "middle_name": null, + "last_name": null, + "org_name": "Centro hospitalar de Coimbra", + "Country": "Portugal", + "Region": "Coimbra", + "City": "Coimbra", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Semaglutide and atrial fibrillation: a systematic review and meta-analysis of randomized clinical trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial | Semaglutide ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Goncalo Costa ", + "kol_full_name": "Goncalo Costa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Truncus Arteriosus | Pregnancy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460302", + "session_name": "Pregnancy management in a patient with uncorrected truncus arteriosus: a challenging case report", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gozde Cansu Yilmaz", + "middle_name": null, + "last_name": null, + "org_name": "Ankara University", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy management in a patient with uncorrected truncus arteriosus: a challenging case report", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Truncus Arteriosus | Pregnancy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gozde Cansu Yilmaz ", + "kol_full_name": "Gozde Cansu Yilmaz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Esophageal Neoplasms | Heart Block", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457965", + "session_name": "Posture is everything: postural heart block in the setting of esophageal mass", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Grace Hagan", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital - St. Mary's Campus", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Posture is everything: postural heart block in the setting of esophageal mass", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Esophageal Neoplasms | Heart Block", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Grace Hagan ", + "kol_full_name": "Grace Hagan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460935", + "session_name": "Goal-oriented management of the patient with PAH", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Grzegorz Kopec", + "middle_name": null, + "last_name": null, + "org_name": "Jagiellonian University Medical College, John Paul II Hospital", + "Country": "Poland", + "Region": "Malopolskie", + "City": "Krakow", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Goal-oriented management of the patient with PAH", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Grzegorz Kopec ", + "kol_full_name": "Grzegorz Kopec " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Heart Failure, Systolic | Coronary Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460959", + "session_name": "Cardiac magnetic resonance imaging vs invasive coronary angiography as primary strategy in heart failure with reduced ejection fraction - A diagnostic randomized trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Guelmisal Gueder", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Wuerzburg", + "Country": "Germany", + "Region": "Bayern", + "City": "WURZBURG", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac magnetic resonance imaging vs invasive coronary angiography as primary strategy in heart failure with reduced ejection fraction - A diagnostic randomized trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Heart Failure, Systolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guelmisal Gueder ", + "kol_full_name": "Guelmisal Gueder " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Diabetes Mellitus | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460199", + "session_name": "Arterial hypertension in the era of obesity bias: the impact of obesity status on pharmacological treatment intensification in patients with diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Guilherme Heiden Telo", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Clínicas de Porto Alegre", + "Country": "Brazil", + "Region": "Rio Grande do Sul", + "City": "Porto Alegre", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arterial hypertension in the era of obesity bias: the impact of obesity status on pharmacological treatment intensification in patients with diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guilherme Heiden Telo ", + "kol_full_name": "Guilherme Heiden Telo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Bypass Graft | Percutaneous Coronary Intervention | Ventricular Dysfunction, Left | Coronary Artery Bypass", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460954", + "session_name": "Impact of baseline surgical risk on the treatment effect of PCI and CABG in ischemic left ventricular systolic dysfunction: results of the REVIVED-BCIS2 and STICH randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Guillaume Marquis Gravel", + "middle_name": null, + "last_name": null, + "org_name": "Montreal Heart Institute", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of baseline surgical risk on the treatment effect of PCI and CABG in ischemic left ventricular systolic dysfunction: results of the REVIVED-BCIS2 and STICH randomized controlled trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass Graft | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ventricular Dysfunction, Left | Coronary Artery Bypass", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guillaume Marquis Gravel ", + "kol_full_name": "Guillaume Marquis Gravel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amiodarone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459810", + "session_name": "Amiodarone: hero or villain? About a case.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Guillermo Navas Moreira", + "middle_name": null, + "last_name": null, + "org_name": "Omni hospital", + "Country": "Ecuador", + "Region": "Guayas", + "City": "Guayaquil", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Amiodarone: hero or villain? About a case.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amiodarone", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guillermo Navas Moreira ", + "kol_full_name": "Guillermo Navas Moreira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456912", + "session_name": "Implantable loop recorders and body surface electrocardiography: diagnostic and therapeutic implications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gulmira Kudaiberdieva", + "middle_name": null, + "last_name": null, + "org_name": "CSRDE", + "Country": "Turkey", + "Region": "Adana", + "City": "Adana", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implantable loop recorders and body surface electrocardiography: diagnostic and therapeutic implications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gulmira Kudaiberdieva ", + "kol_full_name": "Gulmira Kudaiberdieva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459740", + "session_name": "Integration of the 2023 ESC Guidelines on Acute Coronary Syndromes into clinical practice in Kazakhstan: key points for mortality reduction - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gulnara Junusbekova", + "middle_name": null, + "last_name": null, + "org_name": "Kazakh National Medical University", + "Country": "Kazakhstan", + "Region": "Almaty", + "City": "Almaty", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integration of the 2023 ESC Guidelines on Acute Coronary Syndromes into clinical practice in Kazakhstan: key points for mortality reduction - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gulnara Junusbekova ", + "kol_full_name": "Gulnara Junusbekova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460200", + "session_name": "The importance of taste salt sensitivity in the development of kidney damage in patients with high-risked arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gulnoz Khamidullaeva", + "middle_name": null, + "last_name": null, + "org_name": "Republican Specialized Scientific-practical medical center of cardiology Republic of Uzbekistan", + "Country": "Uzbekistan", + "Region": "Toshkent", + "City": "Tashkent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The importance of taste salt sensitivity in the development of kidney damage in patients with high-risked arterial hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gulnoz Khamidullaeva ", + "kol_full_name": "Gulnoz Khamidullaeva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertensive Crisis | Hypotension, Orthostatic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459901", + "session_name": "Management of orthostatic hypotension in the elderly hypertensive patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gulsum Bingol", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of orthostatic hypotension in the elderly hypertensive patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertensive Crisis | Hypotension, Orthostatic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gulsum Bingol ", + "kol_full_name": "Gulsum Bingol " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Death, Sudden, Cardiac | Heart Arrest", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459487", + "session_name": "Sudden cardiac arrest in an adolescent female - Long QT syndrome, arrhythmogenic cardiomyopathy or both?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gustav Arnar Davidsson", + "middle_name": null, + "last_name": null, + "org_name": "Landspitali University Hospital", + "Country": "Iceland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sudden cardiac arrest in an adolescent female - Long QT syndrome", + "rest_events_session_count": 1, + "rest_events_session": " arrhythmogenic cardiomyopathy or both?", + "events_topic": "Cardiomyopathies | Death, Sudden, Cardiac ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Arrest", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gustav Arnar Davidsson ", + "kol_full_name": "Gustav Arnar Davidsson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Creatinine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459638", + "session_name": "Role of urea to creatinine ratio in the prediction of outcomes in chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Gustavo Rodolfo Moreira", + "middle_name": null, + "last_name": null, + "org_name": "Fluminense Federal University (UFF)", + "Country": "Brazil", + "Region": "Rio de Janeiro", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of urea to creatinine ratio in the prediction of outcomes in chronic heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Creatinine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gustavo Rodolfo Moreira ", + "kol_full_name": "Gustavo Rodolfo Moreira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Relaxin | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460366", + "session_name": "Daily Subcutaneous injections of Relaxin is a therapy for heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Guy Salama", + "middle_name": null, + "last_name": null, + "org_name": "Upmc University Of Pittsburgh Medical Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Daily Subcutaneous injections of Relaxin is a therapy for heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Relaxin | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guy Salama ", + "kol_full_name": "Guy Salama " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Liver Diseases | Chronic Coronary Syndromes | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460109", + "session_name": "The association of steatotic liver disease with recurrent ischemic events in patients with chronic coronary syndrome: a multicenter cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Guyu Zeng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association of steatotic liver disease with recurrent ischemic events in patients with chronic coronary syndrome: a multicenter cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liver Diseases | Chronic Coronary Syndromes ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guyu Zeng ", + "kol_full_name": "Guyu Zeng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458187", + "session_name": "Failure of primary prophylaxis: statin use, risk profile, and outcomes in contemporary patients treated with PCI for first atherosclerotic event", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hafsah Anjum", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Failure of primary prophylaxis: statin use", + "rest_events_session_count": 2, + "rest_events_session": " risk profile, and outcomes in contemporary patients treated with PCI for first atherosclerotic event", + "events_topic": "Atherosclerosis | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hafsah Anjum ", + "kol_full_name": "Hafsah Anjum " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypoxia | Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457071", + "session_name": "The protective effect of pinacidil in hypoxia-reoxygenation cardiomyocytes through hif-1a/hre pathway in rat.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hai Feng He", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The protective effect of pinacidil in hypoxia-reoxygenation cardiomyocytes through hif-1a/hre pathway in rat.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypoxia | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hai Feng He ", + "kol_full_name": "Hai Feng He " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Galectin 3", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459532", + "session_name": "Circulating Galectin-3 distinguishes global aortic aging among older women.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hai Yun Cai", + "middle_name": null, + "last_name": null, + "org_name": "SingHealth", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating Galectin-3 distinguishes global aortic aging among older women.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Galectin 3", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hai Yun Cai ", + "kol_full_name": "Hai Yun Cai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457758", + "session_name": "Impact of SGLT2 inhibitors on liver-related outcomes in patients with heart failure - a population-based study in HK", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hai-Yue Yang", + "middle_name": null, + "last_name": null, + "org_name": "Queen Mary Hospital", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of SGLT2 inhibitors on liver-related outcomes in patients with heart failure - a population-based study in HK", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hai-Yue Yang ", + "kol_full_name": "Hai-Yue Yang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460850", + "session_name": "Patient journey from the appearance of red flags to the diagnosis of transthyretin cardiac amyloidosis (ATTR-CM) in Japan: a nationwide retrospective study using a medical claims database", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hajime Abe", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient journey from the appearance of red flags to the diagnosis of transthyretin cardiac amyloidosis (ATTR-CM) in Japan: a nationwide retrospective study using a medical claims database", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hajime Abe ", + "kol_full_name": "Hajime Abe " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459815", + "session_name": "Native-valve infective endocarditis presenting with ST-segment elevation myocardial infarction due to septic emboli", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hamza Yousaf", + "middle_name": null, + "last_name": null, + "org_name": "University of Buffalo", + "Country": "United States", + "Region": "New York", + "City": "Buffalo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Native-valve infective endocarditis presenting with ST-segment elevation myocardial infarction due to septic emboli", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hamza Yousaf ", + "kol_full_name": "Hamza Yousaf " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Systolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458890", + "session_name": "Novel method in mice to evaluate left atrial (LA) systolic contribution to left ventricular volume (LV) using pressure-volume (PV) loops", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hana Baker", + "middle_name": null, + "last_name": null, + "org_name": "Eli Lilly and Company", + "Country": "United States", + "Region": "Indiana", + "City": "Indianapolis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel method in mice to evaluate left atrial (LA) systolic contribution to left ventricular volume (LV) using pressure-volume (PV) loops", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hana Baker ", + "kol_full_name": "Hana Baker " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Digoxin | Heart-Assist Devices | Hemorrhage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457702", + "session_name": "Impact of digoxin on gastrointestinal bleeding following left ventricular assist device implantation: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Haneen Alani", + "middle_name": null, + "last_name": null, + "org_name": "HMC Heart Hospital", + "Country": "Qatar", + "Region": "Ad Dawhah", + "City": "Doha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of digoxin on gastrointestinal bleeding following left ventricular assist device implantation: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digoxin | Heart-Assist Devices ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hemorrhage", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Haneen Alani ", + "kol_full_name": "Haneen Alani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Insufficiency | Pulmonary Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456164", + "session_name": "Clinical Case Management: the diagnostic challenge of combined valvular stenosis and regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hani Mahmoud-Elsayed", + "middle_name": null, + "last_name": null, + "org_name": "Aswan Heart Centre, Magdi Yacoub Foundation", + "Country": "Egypt", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: the diagnostic challenge of combined valvular stenosis and regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Insufficiency | Pulmonary Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hani Mahmoud-Elsayed ", + "kol_full_name": "Hani Mahmoud-Elsayed " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mental Health | Wearable Electronic Devices", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458668", + "session_name": "Complications after cardiac implantable electronic devices in patients with severe mental illness: a Danish nationwide study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hannah Karin Wood-Kurland", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complications after cardiac implantable electronic devices in patients with severe mental illness: a Danish nationwide study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mental Health | Wearable Electronic Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hannah Karin Wood-Kurland ", + "kol_full_name": "Hannah Karin Wood-Kurland " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458088", + "session_name": "Long-term prognostic impact of SGLT2 inhibitors in patients with type 2 diabetes mellitus and coronary ischemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Haochen Xuan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term prognostic impact of SGLT2 inhibitors in patients with type 2 diabetes mellitus and coronary ischemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Haochen Xuan ", + "kol_full_name": "Haochen Xuan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457390", + "session_name": "Reassessing pharmacological trials with positive composite outcome driven by reduction in nonfatal myocardial infarction: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Haonan Sun", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reassessing pharmacological trials with positive composite outcome driven by reduction in nonfatal myocardial infarction: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Haonan Sun ", + "kol_full_name": "Haonan Sun " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Air Pollution | Sex Characteristics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457975", + "session_name": "Age and sex differences in the effects of short- and long-term exposure to air pollution on endothelial dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Haoyu Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Age and sex differences in the effects of short- and long-term exposure to air pollution on endothelial dysfunction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Air Pollution | Sex Characteristics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Haoyu Zhang ", + "kol_full_name": "Haoyu Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461060", + "session_name": "Difficult decisions – who and how to anticoagulate? Case-based discussion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Harilaos Bogossian", + "middle_name": null, + "last_name": null, + "org_name": "Evangelical Hospital", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Hagen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Difficult decisions – who and how to anticoagulate? Case-based discussion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Harilaos Bogossian ", + "kol_full_name": "Harilaos Bogossian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460525", + "session_name": "Role of the cardiology pharmacist in improving quality of care for patients with acute myocardial infarction based on ESC-ACCA quality indicators", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hasan Al Farhan", + "middle_name": null, + "last_name": null, + "org_name": "Iraqi Board for Medical Specializations", + "Country": "Iraq", + "Region": "Baghdad", + "City": "Baghdad", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of the cardiology pharmacist in improving quality of care for patients with acute myocardial infarction based on ESC-ACCA quality indicators", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hasan Al Farhan ", + "kol_full_name": "Hasan Al Farhan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Treprostinil | Pulmonary Arterial Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457151", + "session_name": "The safety and efficacy of treprostinil for the treatment of pulmonary arterial hypertension: a systematic review and meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hasan Khasawneh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The safety and efficacy of treprostinil for the treatment of pulmonary arterial hypertension: a systematic review and meta-analysis of randomized controlled trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Treprostinil | Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hasan Khasawneh ", + "kol_full_name": "Hasan Khasawneh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug-Eluting Stents | Percutaneous Coronary Intervention | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457579", + "session_name": "Comparative meta-analysis: drug-coated balloon versus drug-coated stent - a comprehensive evaluation of efficacy and safety in stentless percutaneous coronary intervention for coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hashim Talib Hashim", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative meta-analysis: drug-coated balloon versus drug-coated stent - a comprehensive evaluation of efficacy and safety in stentless percutaneous coronary intervention for coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-Eluting Stents | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hashim Talib Hashim ", + "kol_full_name": "Hashim Talib Hashim " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Renal Insufficiency, Chronic | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459387", + "session_name": "Cardiovascular mortality with oral potassium-binders in patients with CKD and heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hasti Barzkar", + "middle_name": null, + "last_name": null, + "org_name": "Baylor University Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular mortality with oral potassium-binders in patients with CKD and heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Renal Insufficiency, Chronic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hasti Barzkar ", + "kol_full_name": "Hasti Barzkar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiopulmonary Bypass | Cardiac Surgical Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457244", + "session_name": "Is it useful to washing stored red blood cells in cardiopulmonary bypass priming fluid for neonatal cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "He Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is it useful to washing stored red blood cells in cardiopulmonary bypass priming fluid for neonatal cardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiopulmonary Bypass | Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
He Wang ", + "kol_full_name": "He Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458168", + "session_name": "Reward system activation improves recovery from acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hedva Haykin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reward system activation improves recovery from acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hedva Haykin ", + "kol_full_name": "Hedva Haykin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Diabetes Mellitus | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459604", + "session_name": "Blood pressure polygenic risk scores associate with resistant hypertension in individuals with type 1 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Heini Sanez Taehtisalo", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood pressure polygenic risk scores associate with resistant hypertension in individuals with type 1 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Heini Sanez Taehtisalo ", + "kol_full_name": "Heini Sanez Taehtisalo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456042", + "session_name": "Arrhythmias in athletes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Helder Dores", + "middle_name": null, + "last_name": null, + "org_name": "Nova Medical School", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Arrhythmias in athletes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helder Dores ", + "kol_full_name": "Helder Dores " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458770", + "session_name": "Cardiovascular disease prevention in the UK", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Helen Jane Williams", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease prevention in the UK", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helen Jane Williams ", + "kol_full_name": "Helen Jane Williams " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "HIV | Exercise", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459648", + "session_name": "Aerobic exercise capacity improvement of patients with human immunodeficiency virus one year post-treatment initiation by integrase inhibitors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Helen Triantafyllidi", + "middle_name": null, + "last_name": null, + "org_name": "Attikon University Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aerobic exercise capacity improvement of patients with human immunodeficiency virus one year post-treatment initiation by integrase inhibitors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "HIV | Exercise", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helen Triantafyllidi ", + "kol_full_name": "Helen Triantafyllidi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombolytic Therapy | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459892", + "session_name": "Temporal trends in antithrombotic therapy following transcatheter aortic valve implantation in denmark", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Helene Vistisen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends in antithrombotic therapy following transcatheter aortic valve implantation in denmark", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombolytic Therapy | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helene Vistisen ", + "kol_full_name": "Helene Vistisen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Aneurysm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459117", + "session_name": "Stent in the middle of nowhere. A Peristent-Aneurysm as cause of an inferior STEMI.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Helge Alexy", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stent in the middle of nowhere. A Peristent-Aneurysm as cause of an inferior STEMI.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Helge Alexy ", + "kol_full_name": "Helge Alexy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neuroendocrine Tumors | Carcinoid Heart Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460749", + "session_name": "The frozen valves: multivalvular carcinoid heart disease arising from metastatic neuroendocrine tumour", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hemmawan Wisanusattra", + "middle_name": null, + "last_name": null, + "org_name": "Ramathibodi Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The frozen valves: multivalvular carcinoid heart disease arising from metastatic neuroendocrine tumour", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroendocrine Tumors | Carcinoid Heart Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hemmawan Wisanusattra ", + "kol_full_name": "Hemmawan Wisanusattra " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence | Embolization, Therapeutic | Ablation Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458846", + "session_name": "Comparing cerebral microembolisation patterns between high power short duration and pulsed field ablation techniques using artificial intelligence based robotic transcranial doppler monitoring", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Henriette Meszaros", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing cerebral microembolisation patterns between high power short duration and pulsed field ablation techniques using artificial intelligence based robotic transcranial doppler monitoring", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence | Embolization, Therapeutic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ablation Techniques", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Henriette Meszaros ", + "kol_full_name": "Henriette Meszaros " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcoidosis | Endomyocardial Biopsy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457296", + "session_name": "Endomyocardial biopsy in the diagnosis of cardiac sarcoidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Henriikka Malkonen", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endomyocardial biopsy in the diagnosis of cardiac sarcoidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoidosis | Endomyocardial Biopsy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Henriikka Malkonen ", + "kol_full_name": "Henriikka Malkonen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Electrocardiography | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457314", + "session_name": "Artificial intelligence-enhanced electrocardiography predicts 10-year risk of atherosclerotic cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Henry Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Artificial intelligence-enhanced electrocardiography predicts 10-year risk of atherosclerotic cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Electrocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Henry Zhang ", + "kol_full_name": "Henry Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Provocation Test | Troponin | Acetylcholine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457308", + "session_name": "Diagnostic potential of relative changes in high-sensitivity troponin levels during intracoronary acetylcholine provocation testing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hiroaki Yaginuma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic potential of relative changes in high-sensitivity troponin levels during intracoronary acetylcholine provocation testing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Provocation Test | Troponin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acetylcholine", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hiroaki Yaginuma ", + "kol_full_name": "Hiroaki Yaginuma " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Secondary Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456312", + "session_name": "Secondary prevention: a multifactorial approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hoai Thi Thu Nguyen", + "middle_name": null, + "last_name": null, + "org_name": "Bach Mai hospital", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Secondary prevention: a multifactorial approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Secondary Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hoai Thi Thu Nguyen ", + "kol_full_name": "Hoai Thi Thu Nguyen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pacemaker, Artificial | Ventricular Function, Right", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460516", + "session_name": "Study of right atrial and right ventricular function in dual chamber pacemaker patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hoda Shehata Abdelkhalek Abdelgawad", + "middle_name": null, + "last_name": null, + "org_name": "Alexandria University hospital", + "Country": "Egypt", + "Region": "Suhaj", + "City": "Alexandria", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Study of right atrial and right ventricular function in dual chamber pacemaker patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pacemaker, Artificial | Ventricular Function, Right", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hoda Shehata Abdelkhalek Abdelgawad ", + "kol_full_name": "Hoda Shehata Abdelkhalek Abdelgawad " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Global Burden Of Disease | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459239", + "session_name": "The Cardiovascular Disease Burden Associated with secondhand smoke, 1990-2019: an age-period-cohort analysis of the Global Burden of Disease study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hong Jiang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Cardiovascular Disease Burden Associated with secondhand smoke", + "rest_events_session_count": 1, + "rest_events_session": " 1990-2019: an age-period-cohort analysis of the Global Burden of Disease study", + "events_topic": "Global Burden Of Disease | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hong Jiang ", + "kol_full_name": "Hong Jiang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Heart Septal Defects, Ventricular | Heart Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458951", + "session_name": "Peripheral veno-arterial extracorporeal membrane oxygenation as a bridge to cardiac transplantation in a patient with ischaemic ventricular septal defect", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hong Jun Yong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peripheral veno-arterial extracorporeal membrane oxygenation as a bridge to cardiac transplantation in a patient with ischaemic ventricular septal defect", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Extracorporeal Membrane Oxygenation | Heart Septal Defects, Ventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Transplantation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hong Jun Yong ", + "kol_full_name": "Hong Jun Yong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457873", + "session_name": "Plasma proteomics of all-cause and cause-specific mortality in individuals with and without type 2 diabetes: Results from two population-based KORA cohorts", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hong Luo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Plasma proteomics of all-cause and cause-specific mortality in individuals with and without type 2 diabetes: Results from two population-based KORA cohorts", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hong Luo ", + "kol_full_name": "Hong Luo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Regeneration | Cardiac Scar | MicroRNAs", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460459", + "session_name": "MicroRNA-145-5p restricts cardiac scar resolution during cardiac regeneration", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hong Wang", + "middle_name": null, + "last_name": null, + "org_name": "Minerva Foundation Institute for Medical Research", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "MicroRNA-145-5p restricts cardiac scar resolution during cardiac regeneration", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Regeneration | Cardiac Scar ", + "rest_events_topic_count": 1, + "rest_events_topic": " MicroRNAs", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hong Wang ", + "kol_full_name": "Hong Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458652", + "session_name": "Association of hypertension and the risk of cancer: a study based on the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hongguang Wu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of hypertension and the risk of cancer: a study based on the UK Biobank", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hongguang Wu ", + "kol_full_name": "Hongguang Wu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456945", + "session_name": "Diabetes and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Houssam Balleh", + "middle_name": null, + "last_name": null, + "org_name": "Saudi German Hospital Sharjah", + "Country": "United Arab Emirates", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diabetes and heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Houssam Balleh ", + "kol_full_name": "Houssam Balleh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Intensive Care Units | Cardiac Surgical Procedures | Delirium", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458910", + "session_name": "The correlation between the confusion assessment method for intensive care units 7-item, the intensive care delirium screening checklist and adverse outcomes after post-cardiac surgery delirium", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hsin-Shan Hsieh", + "middle_name": null, + "last_name": null, + "org_name": "Kaohsiung Medical University Hospital, Kaohsiung Medical University", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Kaohsiung", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The correlation between the confusion assessment method for intensive care units 7-item", + "rest_events_session_count": 1, + "rest_events_session": " the intensive care delirium screening checklist and adverse outcomes after post-cardiac surgery delirium", + "events_topic": "Intensive Care Units | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Delirium", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hsin-Shan Hsieh ", + "kol_full_name": "Hsin-Shan Hsieh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pyroptosis | Atherosclerosis | Lactobacillus Johnsonii", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458709", + "session_name": "Aspirin inhibits atherosclerosis through macrophage pyroptosis by interacting with Lactobacillus johnsonii and its metabolite butyrate", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hua Rui", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aspirin inhibits atherosclerosis through macrophage pyroptosis by interacting with Lactobacillus johnsonii and its metabolite butyrate", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pyroptosis | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lactobacillus Johnsonii", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hua Rui ", + "kol_full_name": "Hua Rui " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Comorbidity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459100", + "session_name": "Defining patterns of comorbidity accrual before and after the diagnosis of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hugo Macgowan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Defining patterns of comorbidity accrual before and after the diagnosis of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Comorbidity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hugo Macgowan ", + "kol_full_name": "Hugo Macgowan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fontan Procedure | Liver Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459151", + "session_name": "Optimising liver screening in patients with a Fontan circulation: a cost-effective approach to detection of Fontan associated liver disease which enhances patient care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hugo Mathew", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising liver screening in patients with a Fontan circulation: a cost-effective approach to detection of Fontan associated liver disease which enhances patient care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fontan Procedure | Liver Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hugo Mathew ", + "kol_full_name": "Hugo Mathew " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457392", + "session_name": "First trimester maternal infections and offspring congenital heart defects: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Huimin Su", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "First trimester maternal infections and offspring congenital heart defects: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Huimin Su ", + "kol_full_name": "Huimin Su " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459535", + "session_name": "Breast arterial calcification: a potential novel imaging marker for HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Huong Tu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Breast arterial calcification: a potential novel imaging marker for HFpEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Huong Tu ", + "kol_full_name": "Huong Tu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Metabolomics | Gene Expression", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457803", + "session_name": "Association of genetically predicted human metabolomic gene expression with incident heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Hyunchan Ahn", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of genetically predicted human metabolomic gene expression with incident heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Metabolomics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gene Expression", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hyunchan Ahn ", + "kol_full_name": "Hyunchan Ahn " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456604", + "session_name": "Case-based cardiovascular collaborations: working together for a better future?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ian Loftus", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case-based cardiovascular collaborations: working together for a better future?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ian Loftus ", + "kol_full_name": "Ian Loftus " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456264", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ian Maklim Graham", + "middle_name": null, + "last_name": null, + "org_name": "Tallaght University Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ian Maklim Graham ", + "kol_full_name": "Ian Maklim Graham " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456557", + "session_name": "Optimising the management of cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ian Patrick Kay", + "middle_name": null, + "last_name": null, + "org_name": "Middlemore Hospital", + "Country": "New Zealand", + "Region": "Auckland", + "City": "Auckland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising the management of cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ian Patrick Kay ", + "kol_full_name": "Ian Patrick Kay " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456917", + "session_name": "Tips and tricks in catheter ablation of ventricular arrhythmias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Iara Atie Malan", + "middle_name": null, + "last_name": null, + "org_name": "Federal University of Rio de Janeiro", + "Country": "Brazil", + "Region": "Rio de Janeiro", + "City": "Rio de Janeiro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tips and tricks in catheter ablation of ventricular arrhythmias", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Iara Atie Malan ", + "kol_full_name": "Iara Atie Malan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sinus Rhythm | Echocardiography | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458053", + "session_name": "Sinus rhythm maintenance and the changes of echocardiographic parameters in patients with late persistent atrial fibrillation at 6 months after direct current cardioversion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Iaroslav Skybchyk", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the Ministry of Healthcare of Ukraine", + "Country": "Ukraine", + "Region": "Misto Kyyiv", + "City": "Kiev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sinus rhythm maintenance and the changes of echocardiographic parameters in patients with late persistent atrial fibrillation at 6 months after direct current cardioversion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sinus Rhythm | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Iaroslav Skybchyk ", + "kol_full_name": "Iaroslav Skybchyk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypercholesterolemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460013", + "session_name": "Management of children with heterozygous familial hypercholesterolemia worldwide: a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ibadete Bytyci", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Centre of Kosova", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of children with heterozygous familial hypercholesterolemia worldwide: a meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypercholesterolemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ibadete Bytyci ", + "kol_full_name": "Ibadete Bytyci " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Morbidity | Mortality | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458976", + "session_name": "Multiparametric risk predictions for morbidity and mortality in patients with pulmonary arterial hypertension: insights from a nation-wide registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ibrahim Basarici", + "middle_name": null, + "last_name": null, + "org_name": "Akdeniz University Hospital", + "Country": "Turkey", + "Region": "Antalya", + "City": "Antalya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multiparametric risk predictions for morbidity and mortality in patients with pulmonary arterial hypertension: insights from a nation-wide registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Morbidity | Mortality ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ibrahim Basarici ", + "kol_full_name": "Ibrahim Basarici " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "OSDOKINA Crush Technique", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458481", + "session_name": "OSDOKINA crush technique for the management of side branch ostial lesion ISTANBOL study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ibrahim Donmez", + "middle_name": null, + "last_name": null, + "org_name": "Abant Izzet Baysal University", + "Country": "Turkey", + "Region": "Bursa", + "City": "Bursa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "OSDOKINA crush technique for the management of side branch ostial lesion ISTANBOL study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "OSDOKINA Crush Technique", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ibrahim Donmez ", + "kol_full_name": "Ibrahim Donmez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456353", + "session_name": "Modern approaches to interventional cardiology and coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ibrahim Halil Inanc", + "middle_name": null, + "last_name": null, + "org_name": "Kirikkale Yuksek Ihtisas Hospital", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modern approaches to interventional cardiology and coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ibrahim Halil Inanc ", + "kol_full_name": "Ibrahim Halil Inanc " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Mortality | Stroke | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460173", + "session_name": "Assessing stroke and mortality risk in heart failure: the CHA2DS2-VASc score's prognostic value in patients with and without atrial fibrillation - a systematic review and meta analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ibrahim Kamel", + "middle_name": null, + "last_name": null, + "org_name": "Steward Carney Hospital, Inc.", + "Country": "United States", + "Region": "Wisconsin", + "City": "Dorchester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing stroke and mortality risk in heart failure: the CHA2DS2-VASc score's prognostic value in patients with and without atrial fibrillation - a systematic review and meta analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Mortality ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stroke | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ibrahim Kamel ", + "kol_full_name": "Ibrahim Kamel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457681", + "session_name": "Spectrum of heart failure in 16 sub-saharan countries: drugs strategies and 8-year trends (the february study 2016-2023)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ibrahima Bara Diop", + "middle_name": null, + "last_name": null, + "org_name": "FANN UNIVERSITARY HOSPITAL", + "Country": "Senegal", + "Region": "Kaolack", + "City": "Dakar", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Spectrum of heart failure in 16 sub-saharan countries: drugs strategies and 8-year trends (the february study 2016-2023)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ibrahima Bara Diop ", + "kol_full_name": "Ibrahima Bara Diop " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes, Gestational | Pregnancy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460299", + "session_name": "The relationship between coronary flow reserve and the TyG index in patients with gestational diabetes mellitus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Idil Bugday", + "middle_name": null, + "last_name": null, + "org_name": "Istanbul University-Cerrahpasa Institute of Cardiology", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The relationship between coronary flow reserve and the TyG index in patients with gestational diabetes mellitus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes, Gestational | Pregnancy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Idil Bugday ", + "kol_full_name": "Idil Bugday " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endovascular Procedures | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459021", + "session_name": "Elective endovascular reperfusion therapies in intermediate-high risk pulmonary embolism after PERT assesment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ignacio Manuel Cigalini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elective endovascular reperfusion therapies in intermediate-high risk pulmonary embolism after PERT assesment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endovascular Procedures | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ignacio Manuel Cigalini ", + "kol_full_name": "Ignacio Manuel Cigalini " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Acetazolamide", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458893", + "session_name": "Efficacy of acetazolamide as adjunct therapy in improving fluid management in patients with acute congestive heart failure: a systematic review and meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Igor Tolentino Narciso", + "middle_name": null, + "last_name": null, + "org_name": "Emercency Care UPA Chiquinho Guimaraes de Montes Claros", + "Country": "Brazil", + "Region": "Rio Grande do Sul", + "City": "Montenegro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy of acetazolamide as adjunct therapy in improving fluid management in patients with acute congestive heart failure: a systematic review and meta-analysis of randomized controlled trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Acetazolamide", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Igor Tolentino Narciso ", + "kol_full_name": "Igor Tolentino Narciso " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Ischemia | Telerehabilitation | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457919", + "session_name": "Impact of Phase III cardiac telerehabilitation on cardiorrespiratory fitness, safety and adherence in patients with ischemic heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ik Zamora Diaz", + "middle_name": null, + "last_name": null, + "org_name": "National Medical Center 20th November Hospital", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of Phase III cardiac telerehabilitation on cardiorrespiratory fitness", + "rest_events_session_count": 1, + "rest_events_session": " safety and adherence in patients with ischemic heart disease", + "events_topic": "Myocardial Ischemia | Telerehabilitation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ik Zamora Diaz ", + "kol_full_name": "Ik Zamora Diaz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Zika Virus Infection | Atrial Function", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460012", + "session_name": "Decreased left atrial volume and preserved left atrial function in children with congenital Zika syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Imara Barbosa", + "middle_name": null, + "last_name": null, + "org_name": "Federal University of Campina Grande", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Decreased left atrial volume and preserved left atrial function in children with congenital Zika syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Zika Virus Infection | Atrial Function", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Imara Barbosa ", + "kol_full_name": "Imara Barbosa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Positron-Emission Tomography | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458026", + "session_name": "Evaluation of 18F FOL a PET tracer targeting folate receptor beta in a rat model of myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Imran Iqbal", + "middle_name": null, + "last_name": null, + "org_name": "University of Turku", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of 18F FOL a PET tracer targeting folate receptor beta in a rat model of myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Positron-Emission Tomography | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Imran Iqbal ", + "kol_full_name": "Imran Iqbal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Receptors, Mineralocorticoid | Spironolactone | Tachycardia, Ventricular | Eplerenone | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457815", + "session_name": "Mineralocorticoid receptor antagonist therapy in patients with ischemic heart failure and ventricular tachycardia: a comparative analysis of spironolactone vs. eplerenone", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Imre Szakal", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mineralocorticoid receptor antagonist therapy in patients with ischemic heart failure and ventricular tachycardia: a comparative analysis of spironolactone vs. eplerenone", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Mineralocorticoid | Spironolactone ", + "rest_events_topic_count": 3, + "rest_events_topic": " Tachycardia, Ventricular | Eplerenone | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Imre Szakal ", + "kol_full_name": "Imre Szakal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456056", + "session_name": "All shapes and forms of pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Inci Colluoglu", + "middle_name": null, + "last_name": null, + "org_name": "Karabuk University Faculty of Medicine", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "All shapes and forms of pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Inci Colluoglu ", + "kol_full_name": "Inci Colluoglu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Troponin | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458620", + "session_name": "Safety and efficiency of modified HEART scores without troponin or electrocardiography: an analysis based on two European out-of-hours primary care cohorts", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Indra Melessen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and efficiency of modified HEART scores without troponin or electrocardiography: an analysis based on two European out-of-hours primary care cohorts", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Indra Melessen ", + "kol_full_name": "Indra Melessen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457908", + "session_name": "The Waiting 4 Surgery study: burden of in-hospital care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ines Campos", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Centre do Tamega e Sousa", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Waiting 4 Surgery study: burden of in-hospital care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ines Campos ", + "kol_full_name": "Ines Campos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458542", + "session_name": "A novel marker of cardiovascular risk stratification: the role of total cardiovascular calcium score using cardiac CT", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ines Miranda", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Professor Doutor Fernando Fonseca", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Amadora", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel marker of cardiovascular risk stratification: the role of total cardiovascular calcium score using cardiac CT", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ines Miranda ", + "kol_full_name": "Ines Miranda " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Wearable Electronic Devices", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460483", + "session_name": "Wearable devices - patient perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Inga Drossart", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Wearable devices - patient perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wearable Electronic Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Inga Drossart ", + "kol_full_name": "Inga Drossart " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Circadian Rhythm | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456166", + "session_name": "Circadian rhythm alterations in cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Inna Rabinovich-Nikitin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circadian rhythm alterations in cardiovascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circadian Rhythm | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Inna Rabinovich-Nikitin ", + "kol_full_name": "Inna Rabinovich-Nikitin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "TIMI Frame Count", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460706", + "session_name": "Corrected timi frame count : time to replace the TIMI flow?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Inne Pratiwi Farissa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Corrected timi frame count : time to replace the TIMI flow?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "TIMI Frame Count", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Inne Pratiwi Farissa ", + "kol_full_name": "Inne Pratiwi Farissa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lymphoma, Non-Hodgkin | Ventricular Dysfunction | Cardiotoxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458267", + "session_name": "The Heart of the Matter- Late cardiotoxicity with severe biventricular dysfunction in a young patient with non-Hodgkin Lymphoma treated with R-CHOP", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioana Caramihai", + "middle_name": null, + "last_name": null, + "org_name": "University Emergency Hospital of Bucharest", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Heart of the Matter- Late cardiotoxicity with severe biventricular dysfunction in a young patient with non-Hodgkin Lymphoma treated with R-CHOP", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Non-Hodgkin | Ventricular Dysfunction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiotoxicity", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioana Caramihai ", + "kol_full_name": "Ioana Caramihai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456789", + "session_name": "Cardiovascular risk factors and risk prediction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioana Cristina Daha", + "middle_name": null, + "last_name": null, + "org_name": "Colentina Clinical Hospital", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk factors and risk prediction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioana Cristina Daha ", + "kol_full_name": "Ioana Cristina Daha " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459622", + "session_name": "The long and winding road of a patient with native aortic valve endocarditis and multiple systemic emboli", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioana-Patricia Isfan", + "middle_name": null, + "last_name": null, + "org_name": "University Emergency Hospital of Bucharest", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The long and winding road of a patient with native aortic valve endocarditis and multiple systemic emboli", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioana-Patricia Isfan ", + "kol_full_name": "Ioana-Patricia Isfan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prosthetic Valve Thrombosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460005", + "session_name": "Challenging diagnosis and treatment in a case of prosthetic valve thrombosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioannis Fragkoulis", + "middle_name": null, + "last_name": null, + "org_name": "Asklepieion Voulas General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenging diagnosis and treatment in a case of prosthetic valve thrombosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prosthetic Valve Thrombosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioannis Fragkoulis ", + "kol_full_name": "Ioannis Fragkoulis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Percutaneous Coronary Intervention | Renal Insufficiency, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460861", + "session_name": "Percutaneous coronary intervention versus coronary arterial bypass grafting in patients with left main coronary artery disease and chronic kidney disease: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioannis Gialamas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous coronary intervention versus coronary arterial bypass grafting in patients with left main coronary artery disease and chronic kidney disease: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Renal Insufficiency, Chronic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioannis Gialamas ", + "kol_full_name": "Ioannis Gialamas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericardial Effusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457223", + "session_name": "\" To tap or not to tap\" a case of idiopathic chronic crp negative large pericardial effusion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ioannis Kachrimanidis", + "middle_name": null, + "last_name": null, + "org_name": "Ippokrateio General Hospital of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "\" To tap or not to tap\" a case of idiopathic chronic crp negative large pericardial effusion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericardial Effusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ioannis Kachrimanidis ", + "kol_full_name": "Ioannis Kachrimanidis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456492", + "session_name": "Diabetes as a risk factor for heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Irena Mitevska", + "middle_name": null, + "last_name": null, + "org_name": "University Clinic of Cardiology", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diabetes as a risk factor for heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irena Mitevska ", + "kol_full_name": "Irena Mitevska " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456538", + "session_name": "Optimising healthcare delivery in cardiovascular patients: will artificial intelligence help?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Irene Gibson", + "middle_name": null, + "last_name": null, + "org_name": "National University of Ireland", + "Country": "Ireland", + "Region": "Galway", + "City": "Galway", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising healthcare delivery in cardiovascular patients: will artificial intelligence help?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irene Gibson ", + "kol_full_name": "Irene Gibson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Autoimmune Diseases | Chronic Inflammatory Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456710", + "session_name": "Autoimmune and chronic inflammatory disorders and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Irina Jashi", + "middle_name": null, + "last_name": null, + "org_name": "Institute of Clinical Cardiology", + "Country": "Georgia", + "Region": "T'bilisi", + "City": "Tbilisi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Autoimmune and chronic inflammatory disorders and heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Autoimmune Diseases | Chronic Inflammatory Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irina Jashi ", + "kol_full_name": "Irina Jashi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456270", + "session_name": "Myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Irina Rudaka", + "middle_name": null, + "last_name": null, + "org_name": "Riga Stradins University", + "Country": "Latvia", + "Region": "Riga", + "City": "RIGA", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irina Rudaka ", + "kol_full_name": "Irina Rudaka " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460457", + "session_name": "Prognostic value of echocardiographic parameters in predicting major adverse cardiac events one year following st-segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Irina Vishnevskaya", + "middle_name": null, + "last_name": null, + "org_name": "L.T. Malaya Therapy National institute of NAMSU", + "Country": "Ukraine", + "Region": "Kharkivs'ka Oblast'", + "City": "Kharkiv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of echocardiographic parameters in predicting major adverse cardiac events one year following st-segment elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irina Vishnevskaya ", + "kol_full_name": "Irina Vishnevskaya " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460559", + "session_name": "Automated selection of echocardiographic views using a novel artificial intelligence software", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Irina Waechter Stehle", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Automated selection of echocardiographic views using a novel artificial intelligence software", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Irina Waechter Stehle ", + "kol_full_name": "Irina Waechter Stehle " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "COVID-19 | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458645", + "session_name": "Safety of COVID-19 vaccines regarding cardiovascular events: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Isa Khaheshi", + "middle_name": null, + "last_name": null, + "org_name": "Modarres Hospital", + "Country": "Iran", + "Region": "Tehran", + "City": "Tehran", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety of COVID-19 vaccines regarding cardiovascular events: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19 | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Isa Khaheshi ", + "kol_full_name": "Isa Khaheshi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458834", + "session_name": "Role of the alarmin S100A9 in the pathogenesis of heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Isabel Marie Voss", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of the alarmin S100A9 in the pathogenesis of heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Isabel Marie Voss ", + "kol_full_name": "Isabel Marie Voss " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Syncope", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457968", + "session_name": "Intriguing syncope: insights from the intersection of cardiovascular pathology and neuro-oncology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Isabel Martins Moreira", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Center of Tras-os-Montes and Alto Douro", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intriguing syncope: insights from the intersection of cardiovascular pathology and neuro-oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Isabel Martins Moreira ", + "kol_full_name": "Isabel Martins Moreira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460697", + "session_name": "ECGWiz: a unified and generalizable AI model for comprehensive ECG diagnosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ishan Vatsaraj", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ECGWiz: a unified and generalizable AI model for comprehensive ECG diagnosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ishan Vatsaraj ", + "kol_full_name": "Ishan Vatsaraj " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457645", + "session_name": "Improving the prediction of major adverse cardiovascular events in patients with hypertrophic cardiomyopathy by adding plasma SVEP1 to conventional clinical model including NT-proBNP", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Itsuki Osawa", + "middle_name": null, + "last_name": null, + "org_name": "Columbia University Irving Medical Centre", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improving the prediction of major adverse cardiovascular events in patients with hypertrophic cardiomyopathy by adding plasma SVEP1 to conventional clinical model including NT-proBNP", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Itsuki Osawa ", + "kol_full_name": "Itsuki Osawa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457369", + "session_name": "Enhancement of the Mayo Clinic Genotype Predictor Score using Cardiac MRI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Iuri Ferreira Felix", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital-Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhancement of the Mayo Clinic Genotype Predictor Score using Cardiac MRI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Iuri Ferreira Felix ", + "kol_full_name": "Iuri Ferreira Felix " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456712", + "session_name": "Cancer and other risk factors for heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ivan Gruev", + "middle_name": null, + "last_name": null, + "org_name": "National Transport Hospital Tzar Boris III", + "Country": "Bulgaria", + "Region": "Sofiya", + "City": "Sofia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cancer and other risk factors for heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivan Gruev ", + "kol_full_name": "Ivan Gruev " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart-Assist Devices", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458423", + "session_name": "Imaging for atrial and ventricular device optimisation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ivan Stankovic", + "middle_name": null, + "last_name": null, + "org_name": "Clinical Hospital Center Zemun", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging for atrial and ventricular device optimisation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivan Stankovic ", + "kol_full_name": "Ivan Stankovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Conduction System Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456171", + "session_name": "Unusual cases of conduction deficits", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ivan Zeljkovic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Dubrava", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unusual cases of conduction deficits", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Conduction System Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivan Zeljkovic ", + "kol_full_name": "Ivan Zeljkovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Type A Aortic Dissection | Pericardial Effusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457561", + "session_name": "Hemopericardium and acute type A aortic dissection: tips and tricks from initial clinical presentation to recovery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ivana Burazor", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Cardiovascular Diseases Dedinje", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hemopericardium and acute type A aortic dissection: tips and tricks from initial clinical presentation to recovery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Type A Aortic Dissection | Pericardial Effusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivana Burazor ", + "kol_full_name": "Ivana Burazor " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Diuretics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457682", + "session_name": "Combination of diuretics to overcome diuretic resistance in acute heart failure: systematic review and updated network meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ivna Cunha", + "middle_name": null, + "last_name": null, + "org_name": "Instituto do Coracao FMUSP", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Combination of diuretics to overcome diuretic resistance in acute heart failure: systematic review and updated network meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Diuretics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivna Cunha ", + "kol_full_name": "Ivna Cunha " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Radial Artery Compression | Kaolin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460583", + "session_name": "The effect of kaolin on postprocedural radial artery compression - randomized comparison", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ivo Bernat", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital and Faculty of Medicine in Pilsen, Charles University", + "Country": "Czech Republic", + "Region": "Plzensky Kraj", + "City": "Plzen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of kaolin on postprocedural radial artery compression - randomized comparison", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radial Artery Compression | Kaolin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivo Bernat ", + "kol_full_name": "Ivo Bernat " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Libman-Sacks Endocarditis | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458015", + "session_name": "Isolated tricuspid valve Libman-Sacks endocarditis in acute pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ivona Vranic", + "middle_name": null, + "last_name": null, + "org_name": "Clinical Hospital Center Zemun", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Isolated tricuspid valve Libman-Sacks endocarditis in acute pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Libman-Sacks Endocarditis | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivona Vranic ", + "kol_full_name": "Ivona Vranic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460943", + "session_name": "ESC Global Cardiology Edition", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jack Wei Chieh Tan", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Centre Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ESC Global Cardiology Edition", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jack Wei Chieh Tan ", + "kol_full_name": "Jack Wei Chieh Tan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461036", + "session_name": "NOTION-3 - Percutaneous coronary intervention in patients undergoing transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jacob Thomsen Loenborg", + "middle_name": null, + "last_name": null, + "org_name": "Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "NOTION-3 - Percutaneous coronary intervention in patients undergoing transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jacob Thomsen Loenborg ", + "kol_full_name": "Jacob Thomsen Loenborg " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460601", + "session_name": "Imaging to aid timing of intervention in secondary mitral regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jadranka Separovic Hanzevacki", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Centre Zagreb", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging to aid timing of intervention in secondary mitral regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jadranka Separovic Hanzevacki ", + "kol_full_name": "Jadranka Separovic Hanzevacki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Multiple Organ Failure | Heart Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458199", + "session_name": "Comparative analysis of multi-organ failure trajectories reflected by the MELD-3.0 following heart transplantation and heartmate 3 implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jakub Ptak", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative analysis of multi-organ failure trajectories reflected by the MELD-3.0 following heart transplantation and heartmate 3 implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Organ Failure | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jakub Ptak ", + "kol_full_name": "Jakub Ptak " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456533", + "session_name": "Acute and chronic pericarditis: how to best manage your patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "James Russell", + "middle_name": null, + "last_name": null, + "org_name": "College of Medicine And Allied Health Sciences, University of Sierra Leone", + "Country": "Sierra Leone", + "Region": "Western Area", + "City": "Freetown", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute and chronic pericarditis: how to best manage your patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
James Russell ", + "kol_full_name": "James Russell " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Glycemic Index | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460568", + "session_name": "Efficacy of diet with low glycemic index on coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jamol Uzokov", + "middle_name": null, + "last_name": null, + "org_name": "Republican Specialized Scientific-Practical Medical Center Therapy and Medical Rehabilitation", + "Country": "Uzbekistan", + "Region": "Toshkent", + "City": "Tashkent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy of diet with low glycemic index on coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glycemic Index | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jamol Uzokov ", + "kol_full_name": "Jamol Uzokov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Purkinje Fibers | Ventricular Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458782", + "session_name": "Ablation of Purkinje fibers as therapy for idiopathic ventricular fibrillation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jan Adamek", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Podlesi", + "Country": "Czech Republic", + "Region": "Ustecky Kraj", + "City": "Teplice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ablation of Purkinje fibers as therapy for idiopathic ventricular fibrillation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Purkinje Fibers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ventricular Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Adamek ", + "kol_full_name": "Jan Adamek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "MitraClip Implantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459912", + "session_name": "Leveraging mixed reality in mitraclip implantation: A preliminary case series toward a pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jan Hecko", + "middle_name": null, + "last_name": null, + "org_name": "Hospital AGEL Trinec-Podlesi", + "Country": "Czech Republic", + "Region": "Ustecky Kraj", + "City": "Teplice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Leveraging mixed reality in mitraclip implantation: A preliminary case series toward a pilot study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MitraClip Implantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Hecko ", + "kol_full_name": "Jan Hecko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460833", + "session_name": "Personalised approach to resynchronisation therapy in congenital heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jan Janousek", + "middle_name": null, + "last_name": null, + "org_name": "Motol University Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised approach to resynchronisation therapy in congenital heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Janousek ", + "kol_full_name": "Jan Janousek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myosins | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460386", + "session_name": "The essential role of the miRNA-208a/TARBP2/Sox6 axis in myosin expression in the end stage human heart failure.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jan kyselovic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Bratislava", + "Country": "Slovakia", + "Region": "Bratislavsky", + "City": "Bratislava", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The essential role of the miRNA-208a/TARBP2/Sox6 axis in myosin expression in the end stage human heart failure.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myosins | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan kyselovic ", + "kol_full_name": "Jan kyselovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Arrest", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458387", + "session_name": "Higher blood glucose within the first 72 hours after prolonged cardiac arrest predict poor prognosis: a post-hoc analysis of Prague OHCA trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jan Malik", + "middle_name": null, + "last_name": null, + "org_name": "First Medical Faculty, Charles University", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Higher blood glucose within the first 72 hours after prolonged cardiac arrest predict poor prognosis: a post-hoc analysis of Prague OHCA trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Malik ", + "kol_full_name": "Jan Malik " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Risk Assessment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460924", + "session_name": "Navigating adherence challenges and risks", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jan Steffel", + "middle_name": null, + "last_name": null, + "org_name": "Klinik Hirslanden", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating adherence challenges and risks", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Risk Assessment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Steffel ", + "kol_full_name": "Jan Steffel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antihypertensive Agents | Pregnancy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460330", + "session_name": "Antihypertensive treatment during pregnancy and maternal and fetal outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jan Vaclavik", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Ostrava", + "Country": "Czech Republic", + "Region": "Moravskoslezsky Kraj", + "City": "Ostrava", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Antihypertensive treatment during pregnancy and maternal and fetal outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antihypertensive Agents | Pregnancy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Vaclavik ", + "kol_full_name": "Jan Vaclavik " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Autopsy | Coronary Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458585", + "session_name": "Coronary heart disease: leading cause of cardiovascular death from analysis of autopsies in a central european university centre", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jana Petrkova", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Olomouc", + "Country": "Czech Republic", + "Region": "Olomoucky Kraj", + "City": "Olomouc", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary heart disease: leading cause of cardiovascular death from analysis of autopsies in a central european university centre", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Autopsy | Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jana Petrkova ", + "kol_full_name": "Jana Petrkova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460910", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jane Armitage", + "middle_name": null, + "last_name": null, + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jane Armitage ", + "kol_full_name": "Jane Armitage " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antidiabetic Drugs | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458161", + "session_name": "Use of new antidiabetic drugs in patients with cardiovascular diseases - real life data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jasna Vucak", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of new antidiabetic drugs in patients with cardiovascular diseases - real life data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antidiabetic Drugs | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jasna Vucak ", + "kol_full_name": "Jasna Vucak " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458321", + "session_name": "Clinical outcomes of immediate complete versus staged revascularization among STEMI patients and multivessel disease without cardiogenic shock: a meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jason Louie Lim", + "middle_name": null, + "last_name": null, + "org_name": "Cebu Heart Institute", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes of immediate complete versus staged revascularization among STEMI patients and multivessel disease without cardiogenic shock: a meta-analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jason Louie Lim ", + "kol_full_name": "Jason Louie Lim " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Inhibition, Psychological | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458055", + "session_name": "Sulcardine, an investigational multichannel blocker for atrial fibrillation with uniquely intense JTp inhibition to enhance safety", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jay Mason", + "middle_name": null, + "last_name": null, + "org_name": "University of Utah", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sulcardine", + "rest_events_session_count": 1, + "rest_events_session": " an investigational multichannel blocker for atrial fibrillation with uniquely intense JTp inhibition to enhance safety", + "events_topic": "Inhibition, Psychological | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jay Mason ", + "kol_full_name": "Jay Mason " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Receptors, Mineralocorticoid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460820", + "session_name": "Integrated multi-omics predictive analysis of atherosclerosis: a sub-study from the Mineralocorticoid Receptor Antagonism in Diabetic Atherosclerosis (MAGMA) trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jean-Eudes Dazard", + "middle_name": null, + "last_name": null, + "org_name": "Case Western Reserve University", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Integrated multi-omics predictive analysis of atherosclerosis: a sub-study from the Mineralocorticoid Receptor Antagonism in Diabetic Atherosclerosis (MAGMA) trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Receptors, Mineralocorticoid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jean-Eudes Dazard ", + "kol_full_name": "Jean-Eudes Dazard " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Home Care Services | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461000", + "session_name": "Assessment of non-inferiority of a hospital-at-home care pathway for patients with acute heart failure: FIL-EAS-ic", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jean-Michel Tartiere", + "middle_name": null, + "last_name": null, + "org_name": "CHITS Hospital Centre Sainte Musse", + "Country": "France", + "Region": "Poitou-Charentes", + "City": "Toulon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of non-inferiority of a hospital-at-home care pathway for patients with acute heart failure: FIL-EAS-ic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Home Care Services | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jean-Michel Tartiere ", + "kol_full_name": "Jean-Michel Tartiere " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Prolapse | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458213", + "session_name": "A risk score for ventricular arrhythmia in mitral valve prolapse", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jeffrey Diamond", + "middle_name": null, + "last_name": null, + "org_name": "University North Carolina at Chapel Hill", + "Country": "United States", + "Region": "Tennessee", + "City": "Chapel Hill", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A risk score for ventricular arrhythmia in mitral valve prolapse", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Prolapse | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jeffrey Diamond ", + "kol_full_name": "Jeffrey Diamond " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Body Mass Index", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458831", + "session_name": "Awareness of personal cardiovascular risk among the adults with an elevated body mass index in a very high-risk country", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jelena Petrovic", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Center of Serbia", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Awareness of personal cardiovascular risk among the adults with an elevated body mass index in a very high-risk country", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Body Mass Index", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jelena Petrovic ", + "kol_full_name": "Jelena Petrovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460003", + "session_name": "The thrombotic puzzle: unmasking a cancer of unknown primary origin", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jeni Quintal", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Center of Setubal", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The thrombotic puzzle: unmasking a cancer of unknown primary origin", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jeni Quintal ", + "kol_full_name": "Jeni Quintal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sepsis | Tricuspid Valve Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459316", + "session_name": "Two-step approach for managing severe tricuspid valve endocarditis sepsis: percutaneous debulking followed later by replacement.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jenna Aziz", + "middle_name": null, + "last_name": null, + "org_name": "Ohio State University Wexner Medical Center", + "Country": "United States", + "Region": "Wisconsin", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Two-step approach for managing severe tricuspid valve endocarditis sepsis: percutaneous debulking followed later by replacement.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sepsis | Tricuspid Valve Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jenna Aziz ", + "kol_full_name": "Jenna Aziz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug-Related Side Effects And Adverse Reactions", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460816", + "session_name": "Evaluating off-target drug effects seen in RCTs using proteomics and mendelian randomisation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jennifer Brody", + "middle_name": null, + "last_name": null, + "org_name": "University of Washington", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating off-target drug effects seen in RCTs using proteomics and mendelian randomisation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-Related Side Effects And Adverse Reactions", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jennifer Brody ", + "kol_full_name": "Jennifer Brody " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "COVID-19", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456724", + "session_name": "Long-term impact of COVID-19: direct and indirect consequences", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jennifer Camaradou", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term impact of COVID-19: direct and indirect consequences", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jennifer Camaradou ", + "kol_full_name": "Jennifer Camaradou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Education & Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460479", + "session_name": "The GCRFF grant database and the GCRFF data challenge", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jennifer Hall", + "middle_name": null, + "last_name": null, + "org_name": "American Heart Association", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The GCRFF grant database and the GCRFF data challenge", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education & Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jennifer Hall ", + "kol_full_name": "Jennifer Hall " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458852", + "session_name": "Clinical profile and outcomes of patients with chronic kidney disease on chronic hemodialysis hospitalized for acute coronary syndrome in a tertiary public hospital in the Philippines", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jerahmeel Aleson Mapili", + "middle_name": null, + "last_name": null, + "org_name": "Philippine General Hospital", + "Country": "Philippines", + "Region": "Manila", + "City": "Manila", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical profile and outcomes of patients with chronic kidney disease on chronic hemodialysis hospitalized for acute coronary syndrome in a tertiary public hospital in the Philippines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jerahmeel Aleson Mapili ", + "kol_full_name": "Jerahmeel Aleson Mapili " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Delivery Of Health Care | Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459034", + "session_name": "Patient engagement: why is it as crucial and fundamental in models of care delivery?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jeremy Dwight", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient engagement: why is it as crucial and fundamental in models of care delivery?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Delivery Of Health Care | Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jeremy Dwight ", + "kol_full_name": "Jeremy Dwight " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460102", + "session_name": "Value-based versus usual care for heart failure patients leads to reduction in cost, hospital admissions and improved survival", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jerifaye Flores", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Value-based versus usual care for heart failure patients leads to reduction in cost", + "rest_events_session_count": 1, + "rest_events_session": " hospital admissions and improved survival", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jerifaye Flores ", + "kol_full_name": "Jerifaye Flores " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clopidogrel | Mental Health | Ischemic Heart Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458825", + "session_name": "Development of a predictive model for adherence to pharmacological treatment in ischemic heart disease: consideration of psychosociocultural, neuropsychological, and mental health variables", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jessica Berenice Flores Mendoza", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development of a predictive model for adherence to pharmacological treatment in ischemic heart disease: consideration of psychosociocultural", + "rest_events_session_count": 2, + "rest_events_session": " neuropsychological, and mental health variables", + "events_topic": "Clopidogrel | Mental Health ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemic Heart Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jessica Berenice Flores Mendoza ", + "kol_full_name": "Jessica Berenice Flores Mendoza " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461025", + "session_name": "The trajectory of functional recovery after cardiac surgery: a prospective observational cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jessica Spence", + "middle_name": null, + "last_name": null, + "org_name": "Population Health Research Institute", + "Country": "Canada", + "Region": "Ontario", + "City": "Hamilton", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The trajectory of functional recovery after cardiac surgery: a prospective observational cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jessica Spence ", + "kol_full_name": "Jessica Spence " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457560", + "session_name": "Unlocking the power of corticosteroids: revolutionising treatment of purulent effusive-constrictive pericarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jessica Willis", + "middle_name": null, + "last_name": null, + "org_name": "University of North Carolina", + "Country": "United States", + "Region": "Tennessee", + "City": "Chapel Hill", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unlocking the power of corticosteroids: revolutionising treatment of purulent effusive-constrictive pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jessica Willis ", + "kol_full_name": "Jessica Willis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Receptors, Transferrin | Cardiac Surgical Procedures | Erythrocyte Transfusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457245", + "session_name": "Soluble transferrin receptor is associated with red blood cell transfusion in infant cardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jia Liu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Soluble transferrin receptor is associated with red blood cell transfusion in infant cardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Transferrin | Cardiac Surgical Procedures ", + "rest_events_topic_count": 1, + "rest_events_topic": " Erythrocyte Transfusion", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jia Liu ", + "kol_full_name": "Jia Liu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ascorbic Acid Deficiency | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460874", + "session_name": "Vitamin C intake, psychological distress and health outcomes in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jia-Rong Wu", + "middle_name": null, + "last_name": null, + "org_name": "University of Kentucky", + "Country": "United States", + "Region": "Virginia", + "City": "Lexington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vitamin C intake", + "rest_events_session_count": 1, + "rest_events_session": " psychological distress and health outcomes in patients with heart failure", + "events_topic": "Ascorbic Acid Deficiency | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jia-Rong Wu ", + "kol_full_name": "Jia-Rong Wu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459404", + "session_name": "Long-term weight change in midlife, cardiac magnetic resonance parameters, risk of atrial fibrillation: a large prospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiang Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term weight change in midlife", + "rest_events_session_count": 2, + "rest_events_session": " cardiac magnetic resonance parameters, risk of atrial fibrillation: a large prospective cohort study", + "events_topic": "Cardiac Magnetic Resonance Imaging | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiang Li ", + "kol_full_name": "Jiang Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Artery Intervention | Hypertension, Renovascular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461041", + "session_name": "Fractional flow reserve to determine the appropriateness of percutaneous renal artery intervention in atherosclerotic renovascular hypertension patients: a randomized trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jianping Li", + "middle_name": null, + "last_name": null, + "org_name": "Peking University First Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fractional flow reserve to determine the appropriateness of percutaneous renal artery intervention in atherosclerotic renovascular hypertension patients: a randomized trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Artery Intervention | Hypertension, Renovascular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jianping Li ", + "kol_full_name": "Jianping Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Pulmonary Arterial Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458860", + "session_name": "Value of cardiac magnetic resonance based left ventricular hemodynamic force in pulmonary arterial hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiaqi Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Value of cardiac magnetic resonance based left ventricular hemodynamic force in pulmonary arterial hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiaqi Wang ", + "kol_full_name": "Jiaqi Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Biomimetics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458882", + "session_name": "Platelet and Erythrocyte Membranes Coassembled Biomimetic Nanoparticles for Heart Failure Treatment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiaqi Yu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Platelet and Erythrocyte Membranes Coassembled Biomimetic Nanoparticles for Heart Failure Treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Biomimetics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiaqi Yu ", + "kol_full_name": "Jiaqi Yu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460038", + "session_name": "Construction of an inflammatory, nutritional, and metabolic prognostic risk score in patients with heart failure with preserved ejection fraction: a machine learning-based approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiayu Feng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Construction of an inflammatory", + "rest_events_session_count": 2, + "rest_events_session": " nutritional, and metabolic prognostic risk score in patients with heart failure with preserved ejection fraction: a machine learning-based approach", + "events_topic": "Machine Learning | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiayu Feng ", + "kol_full_name": "Jiayu Feng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457419", + "session_name": "Longitudinal and cross-sectional associations of NT-proBNP with kidney function and chronic kidney disease: results from KORA cohort studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiesheng Lin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Longitudinal and cross-sectional associations of NT-proBNP with kidney function and chronic kidney disease: results from KORA cohort studies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiesheng Lin ", + "kol_full_name": "Jiesheng Lin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456443", + "session_name": "Global approach to hypertension management and cardiovascular risk reduction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jill Farrington", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global approach to hypertension management and cardiovascular risk reduction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jill Farrington ", + "kol_full_name": "Jill Farrington " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Tricuspid Annuloplasty | Vascular Resistance", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459310", + "session_name": "Echocardiographic pulmonary vascular resistance in patients undergoing tricuspid annuloplasty: prognostic implications and reversibility", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jingnan Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic pulmonary vascular resistance in patients undergoing tricuspid annuloplasty: prognostic implications and reversibility", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Tricuspid Annuloplasty ", + "rest_events_topic_count": 1, + "rest_events_topic": " Vascular Resistance", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jingnan Zhang ", + "kol_full_name": "Jingnan Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "GTP-Binding Proteins | Homeostasis | Myocytes, Smooth Muscle | Aortic Aneurysm, Abdominal", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457925", + "session_name": "G protein-coupled estrogen receptor inhibits the progression of abdominal aortic aneurysm through maintaining homeostasis of vascular smooth muscle cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jinwei Quan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "G protein-coupled estrogen receptor inhibits the progression of abdominal aortic aneurysm through maintaining homeostasis of vascular smooth muscle cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "GTP-Binding Proteins | Homeostasis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocytes, Smooth Muscle | Aortic Aneurysm, Abdominal", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jinwei Quan ", + "kol_full_name": "Jinwei Quan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Conduction Disorders | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458142", + "session_name": "Cardiac transthyretin amyloidosis in patients with conduction system disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiri Pudich", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Ostrava", + "Country": "Czech Republic", + "Region": "Moravskoslezsky Kraj", + "City": "Ostrava", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac transthyretin amyloidosis in patients with conduction system disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Conduction Disorders | Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiri Pudich ", + "kol_full_name": "Jiri Pudich " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Radiofrequency Ablation | Defibrillators, Implantable | Charcot-Marie-Tooth Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459330", + "session_name": "Electrical storm in a patient with Charcot-Marie-Tooth disease treated with radiofrequency ablation and subsequent serious complication of ICD implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jiri Vrtal", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Ostrava", + "Country": "Czech Republic", + "Region": "Moravskoslezsky Kraj", + "City": "Ostrava", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Electrical storm in a patient with Charcot-Marie-Tooth disease treated with radiofrequency ablation and subsequent serious complication of ICD implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiofrequency Ablation | Defibrillators, Implantable ", + "rest_events_topic_count": 1, + "rest_events_topic": " Charcot-Marie-Tooth Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiri Vrtal ", + "kol_full_name": "Jiri Vrtal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Implantable Electronic Device | Mass Chest X-Ray", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457890", + "session_name": "Routine chest X-ray post cardiac implantable electronic device implantation: is it really required? Experience from a tertiary centre", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jit Yih Tan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Routine chest X-ray post cardiac implantable electronic device implantation: is it really required? Experience from a tertiary centre", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Implantable Electronic Device | Mass Chest X-Ray", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jit Yih Tan ", + "kol_full_name": "Jit Yih Tan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Rate | Echocardiography | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460209", + "session_name": "The association between heart rate and deformational echocardiographic parameters in patients with atrial fibrillation and their impact on clinical outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jo-Nan Liao", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Veterans General Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between heart rate and deformational echocardiographic parameters in patients with atrial fibrillation and their impact on clinical outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Rate | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jo-Nan Liao ", + "kol_full_name": "Jo-Nan Liao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461012", + "session_name": "Clinical fraily scale is independently associated with one-year mortality in a large cohort of patients with acute heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joakim Alfredsson", + "middle_name": null, + "last_name": null, + "org_name": "Linkoping University", + "Country": "Sweden", + "Region": "Vastra Gotaland", + "City": "Lidkoping", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical fraily scale is independently associated with one-year mortality in a large cohort of patients with acute heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joakim Alfredsson ", + "kol_full_name": "Joakim Alfredsson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Primary Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459497", + "session_name": "Enhancing primary prevention: the incremental predictive value of NTproBNP beyond ASCVD risk assessment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joana Simoes De Azevedo Massa Pereira", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Center of Algarve", + "Country": "Portugal", + "Region": "Faro", + "City": "Faro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhancing primary prevention: the incremental predictive value of NTproBNP beyond ASCVD risk assessment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Primary Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joana Simoes De Azevedo Massa Pereira ", + "kol_full_name": "Joana Simoes De Azevedo Massa Pereira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Tricuspid Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459971", + "session_name": "Acute changes in right ventricular geometry and function following transcatheter tricuspid valve interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joanna Bartkowiak", + "middle_name": null, + "last_name": null, + "org_name": "New York-Presbyterian Hospital", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute changes in right ventricular geometry and function following transcatheter tricuspid valve interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Tricuspid Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joanna Bartkowiak ", + "kol_full_name": "Joanna Bartkowiak " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Ablation Techniques | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457984", + "session_name": "Prediction of atrial fibrillation recurrence after ablation: the impact of machine learning and recurrence during the blanking period", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joao Almeida", + "middle_name": null, + "last_name": null, + "org_name": "ULS Gaia Espinho", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prediction of atrial fibrillation recurrence after ablation: the impact of machine learning and recurrence during the blanking period", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joao Almeida ", + "kol_full_name": "Joao Almeida " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Prosthesis Implantation | Echocardiography | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459787", + "session_name": "Echocardiographic and clinical features of patients developing prosthesis-patient mismatch after TAVI: insights from an international multicenter registry.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joao Matteo Rampone", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic and clinical features of patients developing prosthesis-patient mismatch after TAVI: insights from an international multicenter registry.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Prosthesis Implantation | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Aortic Valve Replacement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joao Matteo Rampone ", + "kol_full_name": "Joao Matteo Rampone " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Therapy | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456230", + "session_name": "Pharmacotherapy in coronary artery disease: from bench to bedside", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joao Morais", + "middle_name": null, + "last_name": null, + "org_name": "Leiria Hospital Centre", + "Country": "Portugal", + "Region": "Leiria", + "City": "Leiria", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pharmacotherapy in coronary artery disease: from bench to bedside", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joao Morais ", + "kol_full_name": "Joao Morais " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460913", + "session_name": "Discussant review - FINE-HEART", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joao Pedro Ferreira", + "middle_name": null, + "last_name": null, + "org_name": "University of Porto", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - FINE-HEART", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joao Pedro Ferreira ", + "kol_full_name": "Joao Pedro Ferreira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458667", + "session_name": "Shocking. Expectations and beliefs on life with a defibrillator", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joao Santos Fonseca", + "middle_name": null, + "last_name": null, + "org_name": "Centro Hospitalar Universitário Lisboa Norte", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Shocking. Expectations and beliefs on life with a defibrillator", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joao Santos Fonseca ", + "kol_full_name": "Joao Santos Fonseca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457039", + "session_name": "Differences in cardiac magnetic resonance imaging bi-atrial strain between elite athletes and atrial fibrillation patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joelle Julius Nicolaas Daems", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Differences in cardiac magnetic resonance imaging bi-atrial strain between elite athletes and atrial fibrillation patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joelle Julius Nicolaas Daems ", + "kol_full_name": "Joelle Julius Nicolaas Daems " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456412", + "session_name": "TAVI: common and unusual complications and their management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joelle Kefer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TAVI: common and unusual complications and their management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joelle Kefer ", + "kol_full_name": "Joelle Kefer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Echocardiography | Cardiac Myosins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461019", + "session_name": "Navigating hypertrophic cardiomyopathy (HCM) echo imaging with cardiac myosin inhibitors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Johanna Kuusisto", + "middle_name": null, + "last_name": null, + "org_name": "Kuopio University Hospital", + "Country": "Finland", + "Region": "Ita-Suomen Laani", + "City": "Kuopio", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating hypertrophic cardiomyopathy (HCM) echo imaging with cardiac myosin inhibitors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Myosins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Johanna Kuusisto ", + "kol_full_name": "Johanna Kuusisto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipoprotein(a) | Stroke | Foramen Ovale", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457276", + "session_name": "Lipoprotein(a) levels in patients with cryptogenic stroke and persistent foramen ovale", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Johannes Bernhard", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoprotein(a) levels in patients with cryptogenic stroke and persistent foramen ovale", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipoprotein(a) | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Foramen Ovale", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Johannes Bernhard ", + "kol_full_name": "Johannes Bernhard " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461013", + "session_name": "Relevance of frailty in patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Johannes Neumann", + "middle_name": null, + "last_name": null, + "org_name": "The University Medical Center Hamburg Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relevance of frailty in patients with acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Johannes Neumann ", + "kol_full_name": "Johannes Neumann " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitochondria, Heart | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458308", + "session_name": "Higher myocardial mitochondrial ketone body oxidation capacity in human heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Johannes Werner Schmidt", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Higher myocardial mitochondrial ketone body oxidation capacity in human heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitochondria, Heart | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Johannes Werner Schmidt ", + "kol_full_name": "Johannes Werner Schmidt " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies | Combined Modality Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458957", + "session_name": "Combination therapy with GalNAc-siRNA drugs targeting both PCSK9 and APOC3 resulted in enhanced lipid lowering in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Johannes Wikstrom", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Combination therapy with GalNAc-siRNA drugs targeting both PCSK9 and APOC3 resulted in enhanced lipid lowering in mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid-Lowering Therapies | Combined Modality Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Johannes Wikstrom ", + "kol_full_name": "Johannes Wikstrom " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459675", + "session_name": "Current treatment barriers and limitations in uncontrolled hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "John Flack", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Current treatment barriers and limitations in uncontrolled hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
John Flack ", + "kol_full_name": "John Flack " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Multimodal Imaging | Syncope", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456869", + "session_name": "Guidelines in Practice: a patient with syncope and a hypertrophic heart - key role of multimodality imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "John-Paul Carpenter", + "middle_name": null, + "last_name": null, + "org_name": "Healthpoint UAE", + "Country": "United Arab Emirates", + "Region": "Abu Zaby", + "City": "Abu Dhabi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guidelines in Practice: a patient with syncope and a hypertrophic heart - key role of multimodality imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging | Syncope", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
John-Paul Carpenter ", + "kol_full_name": "John-Paul Carpenter " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Computed Tomography Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461086", + "session_name": "Aortic valve calcific volume by computed tomography angiography in patients with aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jolien Geers", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital UZ) Brussels", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic valve calcific volume by computed tomography angiography in patients with aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Computed Tomography Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jolien Geers ", + "kol_full_name": "Jolien Geers " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertrophy, Left Ventricular | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457109", + "session_name": "Left ventricular hypertrophy, wall thickness, and histological myocyte alteration in end-stage heart failure: a call for a standard definition", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jom Bhumitrakul", + "middle_name": null, + "last_name": null, + "org_name": "King Chulalongkorn Memorial Hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular hypertrophy", + "rest_events_session_count": 2, + "rest_events_session": " wall thickness, and histological myocyte alteration in end-stage heart failure: a call for a standard definition", + "events_topic": "Hypertrophy, Left Ventricular | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jom Bhumitrakul ", + "kol_full_name": "Jom Bhumitrakul " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Coronary Artery Disease | Machine Learning", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460230", + "session_name": "Machine learning model using cardiovascular magnetic resonance to predict cardiovascular events in asymptomatic patients with known CAD", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jonas Amar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Machine learning model using cardiovascular magnetic resonance to predict cardiovascular events in asymptomatic patients with known CAD", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Machine Learning", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jonas Amar ", + "kol_full_name": "Jonas Amar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Cardiopulmonary Exercise Testing | Heart Transplantation | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459546", + "session_name": "Cardiopulmonary exercise testing predicts risk of progressive heart failure and long term mortality in ambulatory patients awaiting isolated heart transplant", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jonathan Afoke", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital-Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiopulmonary exercise testing predicts risk of progressive heart failure and long term mortality in ambulatory patients awaiting isolated heart transplant", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Cardiopulmonary Exercise Testing ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Transplantation | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jonathan Afoke ", + "kol_full_name": "Jonathan Afoke " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Veins Isolation | Diabetes Mellitus | Antidiabetic Therapy | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459148", + "session_name": "The long-term outcome of pulmonary vein isolation in paroxysmal atrial fibrillation is significantly influenced by diabetes mellitus in general as well as by an antidiabetic therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jonathan Dieter Reichl", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The long-term outcome of pulmonary vein isolation in paroxysmal atrial fibrillation is significantly influenced by diabetes mellitus in general as well as by an antidiabetic therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Veins Isolation | Diabetes Mellitus ", + "rest_events_topic_count": 2, + "rest_events_topic": " Antidiabetic Therapy | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jonathan Dieter Reichl ", + "kol_full_name": "Jonathan Dieter Reichl " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiotoxicity | Doxorubicin | Acetylation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460356", + "session_name": "Modulation of p300 acetylation to protect against doxorubicin-induced cardiotoxicity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jong-Hwan Joseph Lee", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modulation of p300 acetylation to protect against doxorubicin-induced cardiotoxicity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiotoxicity | Doxorubicin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acetylation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jong-Hwan Joseph Lee ", + "kol_full_name": "Jong-Hwan Joseph Lee " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460988", + "session_name": "Detection of silent atrial fibrillation in high stroke risk patients using bed sensor and smartphone app: the CARE-DETECT trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joonas Lehto", + "middle_name": null, + "last_name": null, + "org_name": "Turku University Hospital", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Detection of silent atrial fibrillation in high stroke risk patients using bed sensor and smartphone app: the CARE-DETECT trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joonas Lehto ", + "kol_full_name": "Joonas Lehto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sacubitril | Valsartan | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459386", + "session_name": "Short-term effects on sacubitril/valsartan therapy on right ventricle work and mechanics in patients with heart failure and reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joonas Ottela", + "middle_name": null, + "last_name": null, + "org_name": "Turku University Hospital", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Short-term effects on sacubitril/valsartan therapy on right ventricle work and mechanics in patients with heart failure and reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sacubitril | Valsartan ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joonas Ottela ", + "kol_full_name": "Joonas Ottela " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Postural Orthostatic Tachycardia Syndrome | Fc Receptor, Neonatal | Efgartigimod Alfa | Post-Acute COVID-19 Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459919", + "session_name": "Treatment of Post-COVID-19 POTS by inhibiting FcRn: a phase 2 randomized, placebo controlled, double-blind, proof of concept study with efgartigimod", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joost van Middendorp", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of Post-COVID-19 POTS by inhibiting FcRn: a phase 2 randomized", + "rest_events_session_count": 3, + "rest_events_session": " placebo controlled, double-blind, proof of concept study with efgartigimod", + "events_topic": "Postural Orthostatic Tachycardia Syndrome | Fc Receptor, Neonatal ", + "rest_events_topic_count": 2, + "rest_events_topic": " Efgartigimod Alfa | Post-Acute COVID-19 Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joost van Middendorp ", + "kol_full_name": "Joost van Middendorp " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458316", + "session_name": "Evaluating the feasibility of upper arm ECG for cardiac monitoring", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jordan Diven", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluating the feasibility of upper arm ECG for cardiac monitoring", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jordan Diven ", + "kol_full_name": "Jordan Diven " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458282", + "session_name": "Association of PCI with outcomes in stable coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jordan Price", + "middle_name": null, + "last_name": null, + "org_name": "Stony Brook University Hospital", + "Country": "United States", + "Region": "New York", + "City": "Stony Brook", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of PCI with outcomes in stable coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jordan Price ", + "kol_full_name": "Jordan Price " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Computed Tomography Angiography | Computed Tomography Cerebral Perfusion Analysis | In-Stent Restenosis | Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459627", + "session_name": "CCTA and CTP imaging for detecting clinically suspected in-stent restenosis: a meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jorge Dahdal", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CCTA and CTP imaging for detecting clinically suspected in-stent restenosis: a meta-analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Computed Tomography Angiography | Computed Tomography Cerebral Perfusion Analysis ", + "rest_events_topic_count": 2, + "rest_events_topic": " In-Stent Restenosis | Cardiac Imaging Techniques", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jorge Dahdal ", + "kol_full_name": "Jorge Dahdal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cor Triatriatum", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459480", + "session_name": "Serendipitous diagnosis of cor triatriatum sinister in a healthy man", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jorge Luis Jara Valderrama", + "middle_name": null, + "last_name": null, + "org_name": "Victor Lazarte Echegaray Hospital", + "Country": "Peru", + "Region": "La Libertad", + "City": "Trujillo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serendipitous diagnosis of cor triatriatum sinister in a healthy man", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cor Triatriatum", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jorge Luis Jara Valderrama ", + "kol_full_name": "Jorge Luis Jara Valderrama " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Coronary Vasospasm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456735", + "session_name": "Spontaneous coronary artery dissection, Takotsubo syndrome, and coronary vasospasm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jorgo Kostov", + "middle_name": null, + "last_name": null, + "org_name": "University Clinic of Cardiology", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Spontaneous coronary artery dissection", + "rest_events_session_count": 2, + "rest_events_session": " Takotsubo syndrome, and coronary vasospasm", + "events_topic": "Takotsubo Cardiomyopathy | Coronary Vasospasm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jorgo Kostov ", + "kol_full_name": "Jorgo Kostov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460972", + "session_name": "Anticoagulation in the frail/elderly atrial fibrillation patient – what have we learnt so far?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joris R. De Groot", + "middle_name": null, + "last_name": null, + "org_name": "Amsterdam University Medical Centre", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulation in the frail/elderly atrial fibrillation patient – what have we learnt so far?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joris R. De Groot ", + "kol_full_name": "Joris R. De Groot " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Wound Healing | Inflammation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457176", + "session_name": "Inflammation and control of tissue repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jose Angel Nicolas-Avila", + "middle_name": null, + "last_name": null, + "org_name": "Cardiovascular Research Institute", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inflammation and control of tissue repair", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wound Healing | Inflammation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jose Angel Nicolas-Avila ", + "kol_full_name": "Jose Angel Nicolas-Avila " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Defects, Congenital | Aortic Aneurysm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460399", + "session_name": "Sometimes It Is Better to Do Nothing: Aortic Aneurysm in a Patient with Complex Congenital Heart Disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jose Carlos Campos Barba", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Nacional de Cardiologia Ignacio Chavez", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sometimes It Is Better to Do Nothing: Aortic Aneurysm in a Patient with Complex Congenital Heart Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital | Aortic Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jose Carlos Campos Barba ", + "kol_full_name": "Jose Carlos Campos Barba " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Riociguat | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458253", + "session_name": "Use of riociguat as front-line therapy in a patient with high-risk pulmonary arterial hypertension and right ventricular failure.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jose Daniel Gamez Jimenez", + "middle_name": null, + "last_name": null, + "org_name": "Unidad Medica de Alta Especialidad Hospital de Cardiologia No. 34 IMSS", + "Country": "Mexico", + "Region": "Nuevo Leon", + "City": "Monterrey", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of riociguat as front-line therapy in a patient with high-risk pulmonary arterial hypertension and right ventricular failure.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Riociguat | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jose Daniel Gamez Jimenez ", + "kol_full_name": "Jose Daniel Gamez Jimenez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Polymorphism, Genetic | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457026", + "session_name": "Gene polymorphisms five located in the CYP7A1 gene are associated with risk of development acute coronary syndrome, and with HDL-C, LDL-C, and total cholesterol concentration.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jose Manuel Fragoso", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology Ignacio Chavez", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gene polymorphisms five located in the CYP7A1 gene are associated with risk of development acute coronary syndrome", + "rest_events_session_count": 3, + "rest_events_session": " and with HDL-C, LDL-C, and total cholesterol concentration.", + "events_topic": "Polymorphism, Genetic | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jose Manuel Fragoso ", + "kol_full_name": "Jose Manuel Fragoso " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography, Ambulatory | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460949", + "session_name": "Evaluation of ambulatory electrocardiographic monitoring of patients after high-risk acute coronary syndrome. A randomized trial.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jose Maria De La Torre Hernandez", + "middle_name": null, + "last_name": null, + "org_name": "Marquis of Valdecilla University Hospital", + "Country": "Spain", + "Region": "Cantabria", + "City": "Santander", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of ambulatory electrocardiographic monitoring of patients after high-risk acute coronary syndrome. A randomized trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography, Ambulatory | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jose Maria De La Torre Hernandez ", + "kol_full_name": "Jose Maria De La Torre Hernandez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457436", + "session_name": "Risk prediction models for incident heart failure: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jose Miguel Navarro", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk prediction models for incident heart failure: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jose Miguel Navarro ", + "kol_full_name": "Jose Miguel Navarro " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pheochromocytoma | Non-ST Elevated Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459900", + "session_name": "Diagnostic dilemma: pheochromocytoma presenting as NSTEMI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jose Valdez", + "middle_name": null, + "last_name": null, + "org_name": "Plaza de la Salud General Hospital", + "Country": "Dominican Republic", + "Region": "Distrito Nacional", + "City": "Santo Domingo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnostic dilemma: pheochromocytoma presenting as NSTEMI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pheochromocytoma | Non-ST Elevated Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jose Valdez ", + "kol_full_name": "Jose Valdez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457747", + "session_name": "When a thunderstorm turns into a hurricane; the longest ventricular tachycardia you have ever seen.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Josemaria Cruz Leon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When a thunderstorm turns into a hurricane; the longest ventricular tachycardia you have ever seen.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Josemaria Cruz Leon ", + "kol_full_name": "Josemaria Cruz Leon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Venous Thromboembolism | COVID-19", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457671", + "session_name": "Incidence, patient characteristics, and treatment patterns of U.S. active-duty service members diagnosed with COVID-19-associated VTE in the outpatient setting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joseph Pearman", + "middle_name": null, + "last_name": null, + "org_name": "Brooke Army Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Fort Sam Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence", + "rest_events_session_count": 2, + "rest_events_session": " patient characteristics, and treatment patterns of U.S. active-duty service members diagnosed with COVID-19-associated VTE in the outpatient setting", + "events_topic": "Venous Thromboembolism | COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joseph Pearman ", + "kol_full_name": "Joseph Pearman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence | Echocardiography, Three-Dimensional", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460562", + "session_name": "Multi-vendor validation of automated left ventricular analysis from 3D echocardiography using artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joshua Dillon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multi-vendor validation of automated left ventricular analysis from 3D echocardiography using artificial intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence | Echocardiography, Three-Dimensional", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joshua Dillon ", + "kol_full_name": "Joshua Dillon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cavotricuspid Isthmus Ablation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460188", + "session_name": "Impact of the underlying rhythm during cavotricuspid isthmus ablation on the incidence of future new-onset atrial fibrillation: insights from an international multi-centre registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Josip Katic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Centre Split", + "Country": "Croatia", + "Region": "Splitsko-Dalmatinska", + "City": "Split", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of the underlying rhythm during cavotricuspid isthmus ablation on the incidence of future new-onset atrial fibrillation: insights from an international multi-centre registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cavotricuspid Isthmus Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Josip Katic ", + "kol_full_name": "Josip Katic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457594", + "session_name": "5-year valve academic research consortium-3 outcomes and predictors of mortality in a 10-year Asian transcatheter aortic valve implantation registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Joy Yi Shan Ong", + "middle_name": null, + "last_name": null, + "org_name": "National University Heart Centre", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "5-year valve academic research consortium-3 outcomes and predictors of mortality in a 10-year Asian transcatheter aortic valve implantation registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joy Yi Shan Ong ", + "kol_full_name": "Joy Yi Shan Ong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456885", + "session_name": "Drugs, devices, and multidisciplinary care in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Alan Fuentes Mendoza", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology Ignacio Chavez", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Drugs", + "rest_events_session_count": 2, + "rest_events_session": " devices, and multidisciplinary care in heart failure", + "events_topic": "Heart Failure | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Alan Fuentes Mendoza ", + "kol_full_name": "Juan Alan Fuentes Mendoza " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcoidosis | Quality Of Life", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458369", + "session_name": "CARD-SARC: mixed-method study to develop a disease-specific health-related quality of life tool for cardiac sarcoidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Carlos Quijano-Campos", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CARD-SARC: mixed-method study to develop a disease-specific health-related quality of life tool for cardiac sarcoidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoidosis | Quality Of Life", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Carlos Quijano-Campos ", + "kol_full_name": "Juan Carlos Quijano-Campos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemorrhage | Edoxaban Therapy | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459061", + "session_name": "Clinical outcomes of edoxaban treatment in atrial fibrillation patients with high bleeding risk: insights from the ETNA-AF-China 1-year follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Du", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical outcomes of edoxaban treatment in atrial fibrillation patients with high bleeding risk: insights from the ETNA-AF-China 1-year follow-up", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemorrhage | Edoxaban Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Du ", + "kol_full_name": "Juan Du " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Surgical Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458399", + "session_name": "Comparative analysis of long-term outcomes following surgical aortic valve replacement in Patients Aged 50-70: Biological vs. Mechanical Prostheses", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Espinoza", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Cardiovascular De Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative analysis of long-term outcomes following surgical aortic valve replacement in Patients Aged 50-70: Biological vs. Mechanical Prostheses", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Espinoza ", + "kol_full_name": "Juan Espinoza " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dobutamine | Echocardiography, Stress | Radiotherapy | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458412", + "session_name": "Double product derived from exercise stress echocardiography (ESE) or dobutamine stress echocardiography (DSE) in patients with a history of breast cancer and radiotherapy (RXT) exposure and MACE", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Manuel Garzon-Dangond", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital-Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Double product derived from exercise stress echocardiography (ESE) or dobutamine stress echocardiography (DSE) in patients with a history of breast cancer and radiotherapy (RXT) exposure and MACE", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dobutamine | Echocardiography, Stress ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiotherapy | Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Manuel Garzon-Dangond ", + "kol_full_name": "Juan Manuel Garzon-Dangond " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458804", + "session_name": "Performance of the 2020 ACC/AHA and 2023 ESC risk stratification scales for primary prevention of sudden cardiac death in a Latin American population with hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Pablo Casillas Munoz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Performance of the 2020 ACC/AHA and 2023 ESC risk stratification scales for primary prevention of sudden cardiac death in a Latin American population with hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Pablo Casillas Munoz ", + "kol_full_name": "Juan Pablo Casillas Munoz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461094", + "session_name": "Highlights from Tri.fr trial - Multicentric randomised evaluation of the transcatheter edge-to-edge repair in the treatment of severe isolated secondary tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Pablo Costabel", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Cardiovascular De Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Highlights from Tri.fr trial - Multicentric randomised evaluation of the transcatheter edge-to-edge repair in the treatment of severe isolated secondary tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Pablo Costabel ", + "kol_full_name": "Juan Pablo Costabel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortitis | Immunoglobulin G | Aortic Intramural Hematoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459108", + "session_name": "IgG4-related aortitis simulating intramural hematoma in asymptomatic woman", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Pedro Fescina", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Cardiovascular De Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "IgG4-related aortitis simulating intramural hematoma in asymptomatic woman", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortitis | Immunoglobulin G ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Intramural Hematoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Pedro Fescina ", + "kol_full_name": "Juan Pedro Fescina " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiometabolic Risk Factors | Hypogonadism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457138", + "session_name": "Link between cardiometabolic risk and hypogonadism in a South American male cohort.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juan Sebastian Theran Leon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Link between cardiometabolic risk and hypogonadism in a South American male cohort.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Risk Factors | Hypogonadism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juan Sebastian Theran Leon ", + "kol_full_name": "Juan Sebastian Theran Leon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure | Hypertension | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460370", + "session_name": "Orthostatic blood pressure changes and incident atrial fibrillation in patients with hypertension: Insights from the SPRINT trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jue Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Orthostatic blood pressure changes and incident atrial fibrillation in patients with hypertension: Insights from the SPRINT trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure | Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jue Wang ", + "kol_full_name": "Jue Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Computed Tomographic Angiography | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457775", + "session_name": "Coronary CT angiography should be the first-line imaging tool for diagnosis of coronary artery disease: con", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juhani Knuuti", + "middle_name": null, + "last_name": null, + "org_name": "Turku University Hospital", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary CT angiography should be the first-line imaging tool for diagnosis of coronary artery disease: con", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Computed Tomographic Angiography | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juhani Knuuti ", + "kol_full_name": "Juhani Knuuti " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461058", + "session_name": "Reaching LDL-c targets in patients at high CV risk: how well are we doing?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Julia Brandts", + "middle_name": null, + "last_name": null, + "org_name": "RWTH University Hospital Aachen", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Aachen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reaching LDL-c targets in patients at high CV risk: how well are we doing?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Brandts ", + "kol_full_name": "Julia Brandts " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement | Surgical Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460671", + "session_name": "Incidence of aortic valve reintervention in patients with aortic stenosis undergoing TAVI vs SAVR: A systematic review and meta-analysis of randomised controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Julia Groberio", + "middle_name": null, + "last_name": null, + "org_name": "Vila Velha University", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of aortic valve reintervention in patients with aortic stenosis undergoing TAVI vs SAVR: A systematic review and meta-analysis of randomised controlled trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Surgical Aortic Valve Replacement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Groberio ", + "kol_full_name": "Julia Groberio " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiotoxicity | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456768", + "session_name": "Preventing breast cancer cardiotoxicity with CARDIOCARE", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Julia Toste Batista Joaquinito", + "middle_name": null, + "last_name": null, + "org_name": "Hospital da Luz, SA", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Preventing breast cancer cardiotoxicity with CARDIOCARE", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiotoxicity | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Toste Batista Joaquinito ", + "kol_full_name": "Julia Toste Batista Joaquinito " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Case-Control Studies | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457719", + "session_name": "Clinical presentation, risk factors and six-month outcomes in Ugandan women with peripartum cardiomyopathy: prospective case-control study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juliet Nabbaale", + "middle_name": null, + "last_name": null, + "org_name": "Uganda Heart Institute", + "Country": "Uganda", + "Region": "Kampala", + "City": "Kampala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical presentation", + "rest_events_session_count": 1, + "rest_events_session": " risk factors and six-month outcomes in Ugandan women with peripartum cardiomyopathy: prospective case-control study.", + "events_topic": "Case-Control Studies | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juliet Nabbaale ", + "kol_full_name": "Juliet Nabbaale " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458827", + "session_name": "Interactive effects of outdoor fine particulate matter and metabolic, behavioural, and psychosocial risk factors on cardiovascular disease: analysis of the PURE-China cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jun Hao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interactive effects of outdoor fine particulate matter and metabolic", + "rest_events_session_count": 2, + "rest_events_session": " behavioural, and psychosocial risk factors on cardiovascular disease: analysis of the PURE-China cohort study", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jun Hao ", + "kol_full_name": "Jun Hao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457450", + "session_name": "Investigation of the usefulness of collagen peptide in intramyocardial injection of human iPS cell-derived cardiomyocytes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jun Iida", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Investigation of the usefulness of collagen peptide in intramyocardial injection of human iPS cell-derived cardiomyocytes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jun Iida ", + "kol_full_name": "Jun Iida " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460841", + "session_name": "Organelle quality control in cardiac health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Junichi Sadoshima", + "middle_name": null, + "last_name": null, + "org_name": "New Jersey Medical School", + "Country": "United States", + "Region": "New Jersey", + "City": "Newark", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Organelle quality control in cardiac health", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Junichi Sadoshima ", + "kol_full_name": "Junichi Sadoshima " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459253", + "session_name": "HbA1c variability and macrovascular benefits of intensive blood pressure control in patients with type 2 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Junyu Pei", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "HbA1c variability and macrovascular benefits of intensive blood pressure control in patients with type 2 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Junyu Pei ", + "kol_full_name": "Junyu Pei " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Telerehabilitation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460445", + "session_name": "The cost-effectiveness of a digitally enabled telerehabilitation program delivered nationally to patients in Australia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Justin Braver", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The cost-effectiveness of a digitally enabled telerehabilitation program delivered nationally to patients in Australia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Telerehabilitation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Justin Braver ", + "kol_full_name": "Justin Braver " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Microvascular Diseases | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460409", + "session_name": "Prevalence of coronary microvascular disease in myocardial infarction with non-obstructive coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Justin Carrington", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Health System - MN Regions", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of coronary microvascular disease in myocardial infarction with non-obstructive coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Microvascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Justin Carrington ", + "kol_full_name": "Justin Carrington " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac | Coronary Occlusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458919", + "session_name": "Sudden cardiac death in acute coronary occlusion: potential roles of sino-atrial nodal artery and conus artery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Justine Bhar-Amato", + "middle_name": null, + "last_name": null, + "org_name": "Wellington Regional Hospital", + "Country": "New Zealand", + "Region": "Wellington", + "City": "Wellington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sudden cardiac death in acute coronary occlusion: potential roles of sino-atrial nodal artery and conus artery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac | Coronary Occlusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Justine Bhar-Amato ", + "kol_full_name": "Justine Bhar-Amato " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458169", + "session_name": "Locally increased dysferlin expression improves left-ventricular function by stabilizing membrane nanodomains of cardiomyocytes in the myocardial infarction border zone", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Justus Bernd Wegener", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Locally increased dysferlin expression improves left-ventricular function by stabilizing membrane nanodomains of cardiomyocytes in the myocardial infarction border zone", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Justus Bernd Wegener ", + "kol_full_name": "Justus Bernd Wegener " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Smartphone | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459200", + "session_name": "Smartphone motion sensor based detection of atrial fibrillation in populations referred to cardiology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juuso Blomster", + "middle_name": null, + "last_name": null, + "org_name": "University of Turku", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smartphone motion sensor based detection of atrial fibrillation in populations referred to cardiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Smartphone | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juuso Blomster ", + "kol_full_name": "Juuso Blomster " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "In Vitro Techniques | Iron Overload | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459513", + "session_name": "The contribution of SLC7A11-mediated ferroptosis to cardiac injury in iron overload cardiomyopathy: an in vitro study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juxiang Hou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The contribution of SLC7A11-mediated ferroptosis to cardiac injury in iron overload cardiomyopathy: an in vitro study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "In Vitro Techniques | Iron Overload ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juxiang Hou ", + "kol_full_name": "Juxiang Hou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459878", + "session_name": "A multi-center retrospective cohort analysis of age and racial disparities in patients undergoing repeat ablation for recurrent atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Juzer Ali", + "middle_name": null, + "last_name": null, + "org_name": "JFK Medical Centre", + "Country": "United States", + "Region": "Florida", + "City": "Atlantis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A multi-center retrospective cohort analysis of age and racial disparities in patients undergoing repeat ablation for recurrent atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Juzer Ali ", + "kol_full_name": "Juzer Ali " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Exome Sequencing | Brugada Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459327", + "session_name": "Identification of genetic variants by using a whole exome sequencing approach in Taiwanese patients with Brugada Syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Jyh-Ming Juang", + "middle_name": null, + "last_name": null, + "org_name": "National Taiwan University Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification of genetic variants by using a whole exome sequencing approach in Taiwanese patients with Brugada Syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exome Sequencing | Brugada Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jyh-Ming Juang ", + "kol_full_name": "Jyh-Ming Juang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457684", + "session_name": "REDUCE-HF: a stronger heart go a long way", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ka Ho Kevin Kam", + "middle_name": null, + "last_name": null, + "org_name": "Prince of Wales Hospital", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "REDUCE-HF: a stronger heart go a long way", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ka Ho Kevin Kam ", + "kol_full_name": "Ka Ho Kevin Kam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Self-Assessment | Cardiovascular Diseases | ChatGPT", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458209", + "session_name": "Performance evaluation of ChatGPT 4.0 on cardiovascular questions from the medical knowledge self-assessment program", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kabir Malkani", + "middle_name": null, + "last_name": null, + "org_name": "New York-Presbyterian Hospital-Weill Cornell Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Performance evaluation of ChatGPT 4.0 on cardiovascular questions from the medical knowledge self-assessment program", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Self-Assessment | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " ChatGPT", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kabir Malkani ", + "kol_full_name": "Kabir Malkani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Echocardiography, Transesophageal | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459234", + "session_name": "Insights from the assessment of anatomic valve orifice area after transcatheter aortic valve implantation using transesophageal echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kaho Shimada", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Insights from the assessment of anatomic valve orifice area after transcatheter aortic valve implantation using transesophageal echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Echocardiography, Transesophageal ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kaho Shimada ", + "kol_full_name": "Kaho Shimada " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Body Mass Index", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460656", + "session_name": "Effect of body mass index on mortality for diabetic patients with aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kaichun Chang", + "middle_name": null, + "last_name": null, + "org_name": "National Taiwan University Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of body mass index on mortality for diabetic patients with aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Body Mass Index", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kaichun Chang ", + "kol_full_name": "Kaichun Chang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Fibrosis | Pulmonary Disease, Chronic Obstructive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459857", + "session_name": "The impact of pulmonary fibrosis on cardiac function in chronic obstructive pulmonary disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kaisa Stolen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of pulmonary fibrosis on cardiac function in chronic obstructive pulmonary disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Fibrosis | Pulmonary Disease, Chronic Obstructive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kaisa Stolen ", + "kol_full_name": "Kaisa Stolen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiotoxicity | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460067", + "session_name": "Breast cancer and cardiotoxicity: an update", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kalliopi Keramida", + "middle_name": null, + "last_name": null, + "org_name": "Agios Savvas General Oncology Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Breast cancer and cardiotoxicity: an update", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiotoxicity | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kalliopi Keramida ", + "kol_full_name": "Kalliopi Keramida " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458489", + "session_name": "Decompensated heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kamile Cerlinskaite-Bajore", + "middle_name": null, + "last_name": null, + "org_name": "Vilnius University", + "Country": "Lithuania", + "Region": "Vilniaus Apskritis", + "City": "Vilnius", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Decompensated heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kamile Cerlinskaite-Bajore ", + "kol_full_name": "Kamile Cerlinskaite-Bajore " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Magnetic Resonance Imaging | Fabry Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457663", + "session_name": "Late-onset combined cardiomyopathy: Fabry disease and hypertrophic cardiomyopathy with atypical cmr findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kanin Sriudomporn", + "middle_name": null, + "last_name": null, + "org_name": "Ramathibodi Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Late-onset combined cardiomyopathy: Fabry disease and hypertrophic cardiomyopathy with atypical cmr findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Fabry Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kanin Sriudomporn ", + "kol_full_name": "Kanin Sriudomporn " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Coronary Artery Disease | Percutaneous Coronary Intervention | Anemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457729", + "session_name": "Impact of moderate to severe anemia on clinical outcomes in patients with atrial fibrillation and coronary artery disease requiring percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kaori Abe", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of moderate to severe anemia on clinical outcomes in patients with atrial fibrillation and coronary artery disease requiring percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Coronary Artery Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Percutaneous Coronary Intervention | Anemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kaori Abe ", + "kol_full_name": "Kaori Abe " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Dobutamine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457825", + "session_name": "Time to target heart rate in dobutamine stress echocardiography is shortened by using dynamic, but not isometric handgrip", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Karel Medilek", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Hradec Kralove", + "Country": "Czech Republic", + "Region": "Kralovehradecky Kraj", + "City": "Hradec Kralove", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Time to target heart rate in dobutamine stress echocardiography is shortened by using dynamic", + "rest_events_session_count": 1, + "rest_events_session": " but not isometric handgrip", + "events_topic": "Echocardiography, Stress | Dobutamine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karel Medilek ", + "kol_full_name": "Karel Medilek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Myosins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461011", + "session_name": "Cardiac myosin inhibitors, lessons from real-world experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Karl Dujardin", + "middle_name": null, + "last_name": null, + "org_name": "AZ Delta", + "Country": "Belgium", + "Region": "West-Vlaanderen", + "City": "Izegem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac myosin inhibitors", + "rest_events_session_count": 1, + "rest_events_session": " lessons from real-world experience", + "events_topic": "Cardiac Myosins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karl Dujardin ", + "kol_full_name": "Karl Dujardin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456667", + "session_name": "Making progress in cardiovascular care for oncology patients in Latvia and Azerbaijan", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Karlis Trusinskis", + "middle_name": null, + "last_name": null, + "org_name": "Paul Stradins Clinical University Hospital", + "Country": "Latvia", + "Region": "Riga", + "City": "RIGA", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Making progress in cardiovascular care for oncology patients in Latvia and Azerbaijan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karlis Trusinskis ", + "kol_full_name": "Karlis Trusinskis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "SARS-CoV-2 | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457672", + "session_name": "The relationship of clinical presentation, d-dimer levels and previous SARS-CoV-2 positivity in outpatients with suspected pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Katarina Grujicic", + "middle_name": null, + "last_name": null, + "org_name": "Clinical Hospital Center Zemun", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The relationship of clinical presentation", + "rest_events_session_count": 1, + "rest_events_session": " d-dimer levels and previous SARS-CoV-2 positivity in outpatients with suspected pulmonary embolism", + "events_topic": "SARS-CoV-2 | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katarina Grujicic ", + "kol_full_name": "Katarina Grujicic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Inflammation | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456993", + "session_name": "RNA control of inflammation in cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Katey J. Rayner", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RNA control of inflammation in cardiovascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inflammation | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katey J. Rayner ", + "kol_full_name": "Katey J. Rayner " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456478", + "session_name": "Patient care in atrial fibrillation: how to develop excellence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kathryn Wood", + "middle_name": null, + "last_name": null, + "org_name": "Emory University", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient care in atrial fibrillation: how to develop excellence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kathryn Wood ", + "kol_full_name": "Kathryn Wood " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456565", + "session_name": "Cardiovascular risk and interventions: comparisons, disparities, and clinical trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kavita Venkataraman", + "middle_name": null, + "last_name": null, + "org_name": "National University of Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk and interventions: comparisons", + "rest_events_session_count": 2, + "rest_events_session": " disparities, and clinical trials", + "events_topic": "Heart Disease Risk Factors | Clinical Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kavita Venkataraman ", + "kol_full_name": "Kavita Venkataraman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Pulmonary Embolism | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457843", + "session_name": "mortality trends and effects of acute pulmonary embolism on acute right heart failure patients: a nationwide perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Keerthi Reddy Ramireddy", + "middle_name": null, + "last_name": null, + "org_name": "Mount Sinai Hospital", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "mortality trends and effects of acute pulmonary embolism on acute right heart failure patients: a nationwide perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Pulmonary Embolism ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Keerthi Reddy Ramireddy ", + "kol_full_name": "Keerthi Reddy Ramireddy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Plaque, Atherosclerotic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458374", + "session_name": "Trend in culprit plaque phenotype in ACS patients over the past 10 years", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Keishi Suzuki", + "middle_name": null, + "last_name": null, + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trend in culprit plaque phenotype in ACS patients over the past 10 years", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome | Plaque, Atherosclerotic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Keishi Suzuki ", + "kol_full_name": "Keishi Suzuki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tomography, Optical Coherence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460591", + "session_name": "Comparison of different calcium modification strategies for coronary calcified nodules: insights from optical coherence tomography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Keisuke Yasumura", + "middle_name": null, + "last_name": null, + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of different calcium modification strategies for coronary calcified nodules: insights from optical coherence tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, Optical Coherence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Keisuke Yasumura ", + "kol_full_name": "Keisuke Yasumura " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460123", + "session_name": "Long-term mortality outcomes of southeast asian patients with aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Keith Ching", + "middle_name": null, + "last_name": null, + "org_name": "National University Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term mortality outcomes of southeast asian patients with aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Keith Ching ", + "kol_full_name": "Keith Ching " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Coronary Revascularization | Coronary Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460721", + "session_name": "Coronary artery disease polygenic risk score in patients undergoing coronary angiography and risk of future revascularization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kelvin Supriami", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary artery disease polygenic risk score in patients undergoing coronary angiography and risk of future revascularization", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Coronary Revascularization ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kelvin Supriami ", + "kol_full_name": "Kelvin Supriami " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460969", + "session_name": "CRABL-HF - Cryoballoon vs. Radiofrequency Ablation of AF in Patients with Heart Failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kengo Kusano", + "middle_name": null, + "last_name": null, + "org_name": "National Cerebral and Cardiovascular Center Hospital", + "Country": "Japan", + "Region": "Osaka", + "City": "Osaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CRABL-HF - Cryoballoon vs. Radiofrequency Ablation of AF in Patients with Heart Failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kengo Kusano ", + "kol_full_name": "Kengo Kusano " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Y Chromosome | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460488", + "session_name": "Loss of the Y chromosome and cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kenneth Walsh", + "middle_name": null, + "last_name": null, + "org_name": "University of Virginia", + "Country": "United States", + "Region": "Virginia", + "City": "Charlottesville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Loss of the Y chromosome and cardiovascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Y Chromosome | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kenneth Walsh ", + "kol_full_name": "Kenneth Walsh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Urinalysis | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458009", + "session_name": "Estimation of salt intake from urinalysis as a prognostic indicator in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kentaro Koyama", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Estimation of salt intake from urinalysis as a prognostic indicator in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urinalysis | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kentaro Koyama ", + "kol_full_name": "Kentaro Koyama " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458005", + "session_name": "Heartbreak and healing : a tale of pity partner", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Keratisorn Pakpian", + "middle_name": null, + "last_name": null, + "org_name": "Ramathibodi Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heartbreak and healing : a tale of pity partner", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Keratisorn Pakpian ", + "kol_full_name": "Keratisorn Pakpian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Ventricular Assist Device | Heart Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458125", + "session_name": "When LVAD addresses the unmet needs for heart transplantation, a bright future for recovery.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kerolos Wagdy Shaker", + "middle_name": null, + "last_name": null, + "org_name": "Aswan Heart Centre", + "Country": "Egypt", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "When LVAD addresses the unmet needs for heart transplantation", + "rest_events_session_count": 1, + "rest_events_session": " a bright future for recovery.", + "events_topic": "Left Ventricular Assist Device | Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kerolos Wagdy Shaker ", + "kol_full_name": "Kerolos Wagdy Shaker " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hyperglycemia | C-Reactive Protein | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457018", + "session_name": "Hs-CRP modifies the impact of stress hyperglycemia ratio on long-term outcomes in patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kexin Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hs-CRP modifies the impact of stress hyperglycemia ratio on long-term outcomes in patients with acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hyperglycemia | C-Reactive Protein ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kexin Zhang ", + "kol_full_name": "Kexin Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Ablation Techniques | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457100", + "session_name": "improvement of left atrial function after ablation in patients with paroxysmal atrial fibrillation is associated with the presence of heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Keyue Sun", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "improvement of left atrial function after ablation in patients with paroxysmal atrial fibrillation is associated with the presence of heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Keyue Sun ", + "kol_full_name": "Keyue Sun " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460528", + "session_name": "The potential impact of bisphosphonates on major adverse cardiovascular events: a study of 1,097,406 patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Khaled Atieh", + "middle_name": null, + "last_name": null, + "org_name": "Baylor University Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The potential impact of bisphosphonates on major adverse cardiovascular events: a study of 1", + "rest_events_session_count": 2, + "rest_events_session": "097,406 patients", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Khaled Atieh ", + "kol_full_name": "Khaled Atieh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Premature Complexes | Long QT Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459793", + "session_name": "PVC induced QT prolongation for unmasking the LQTS", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Khatuna Jalabadze", + "middle_name": null, + "last_name": null, + "org_name": "Geo Hospital", + "Country": "Georgia", + "Region": "T'bilisi", + "City": "Tbilisi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PVC induced QT prolongation for unmasking the LQTS", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Premature Complexes | Long QT Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Khatuna Jalabadze ", + "kol_full_name": "Khatuna Jalabadze " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458544", + "session_name": "CT-perfusion quantitation of cardiac infarct size - a novel technique", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kheng-Thye Ho", + "middle_name": null, + "last_name": null, + "org_name": "Mount Alvernia Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CT-perfusion quantitation of cardiac infarct size - a novel technique", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kheng-Thye Ho ", + "kol_full_name": "Kheng-Thye Ho " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Tomography, Optical Coherence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460980", + "session_name": "OCCUPI - Optical coherence tomography-guided coronary intervention in patients with complex lesions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kim Byeong-Keuk", + "middle_name": null, + "last_name": null, + "org_name": "Severance Cardiovascular Hospital, Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "OCCUPI - Optical coherence tomography-guided coronary intervention in patients with complex lesions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Tomography, Optical Coherence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kim Byeong-Keuk ", + "kol_full_name": "Kim Byeong-Keuk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461053", + "session_name": "Cost-effectiveness and safety of the CADScorSystem in patients with symptoms suggestive of stable coronary artery disease.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kim Wadt Skak-Hansen", + "middle_name": null, + "last_name": null, + "org_name": "Rigshospitalet Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cost-effectiveness and safety of the CADScorSystem in patients with symptoms suggestive of stable coronary artery disease.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kim Wadt Skak-Hansen ", + "kol_full_name": "Kim Wadt Skak-Hansen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456562", + "session_name": "Heart failure: drug therapy and multidisciplinary care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kiril Karamfiloff", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Alexandrovska", + "Country": "Bulgaria", + "Region": "Sofiya", + "City": "Sofia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure: drug therapy and multidisciplinary care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kiril Karamfiloff ", + "kol_full_name": "Kiril Karamfiloff " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Thrombosis | Atrial Appendage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458965", + "session_name": "Temporal course of device-related thrombosis (early & late) in patients with atrial fibrillation after left atrial appendage closure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kirtivardhan Vashistha", + "middle_name": null, + "last_name": null, + "org_name": "Mount Sinai St Luke's and Mount Sinai West Hospital", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal course of device-related thrombosis (early & late) in patients with atrial fibrillation after left atrial appendage closure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Thrombosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Appendage", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kirtivardhan Vashistha ", + "kol_full_name": "Kirtivardhan Vashistha " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460388", + "session_name": "1-year outcomes of patients presenting with acute coronary syndromes in Western Cape, South Africa: findings from the PERFUSION ACS registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kishal Lukhna", + "middle_name": null, + "last_name": null, + "org_name": "University of Cape Town", + "Country": "South Africa", + "Region": "Western Cape", + "City": "Cape Town", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "1-year outcomes of patients presenting with acute coronary syndromes in Western Cape", + "rest_events_session_count": 1, + "rest_events_session": " South Africa: findings from the PERFUSION ACS registry", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kishal Lukhna ", + "kol_full_name": "Kishal Lukhna " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460218", + "session_name": "Mitral valve phenotypes in SMAD3-related thoracic aortic disease: insights from the Montalcino Aortic Consortium", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kishan Asokan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral valve phenotypes in SMAD3-related thoracic aortic disease: insights from the Montalcino Aortic Consortium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kishan Asokan ", + "kol_full_name": "Kishan Asokan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Retreatment | Acute Coronary Syndrome | Ischemia | Hemorrhage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460852", + "session_name": "Association of P2Y12 inhibitor pretreatment strategy with short and long term ischemic and bleeding outcomes in NSTE-ACS patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kivanc Keskin", + "middle_name": null, + "last_name": null, + "org_name": "Dr. Siyami Ersek Thoracic and Cardiovascular Surgery Center", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of P2Y12 inhibitor pretreatment strategy with short and long term ischemic and bleeding outcomes in NSTE-ACS patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Retreatment | Acute Coronary Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ischemia | Hemorrhage", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kivanc Keskin ", + "kol_full_name": "Kivanc Keskin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Obesity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461018", + "session_name": "Unmet needs: real-world evidence reveals treatment gaps in patients with diabetes and obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Klaus G. Parhofer", + "middle_name": null, + "last_name": null, + "org_name": "Clinic of the University of Munich Grosshadern", + "Country": "Germany", + "Region": "Bayern", + "City": "Munich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unmet needs: real-world evidence reveals treatment gaps in patients with diabetes and obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Klaus G. Parhofer ", + "kol_full_name": "Klaus G. Parhofer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Crush Techniques | Ultrasonography | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458480", + "session_name": "A retrospective study on real world, 2-stent left main bifurcation PCI using DK crush technique with IVUS guidance - a single center experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kogulakrishnan Kaniappan", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Institute", + "Country": "Malaysia", + "Region": "Wilayah Persekutuan", + "City": "Kuala Lumpur", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A retrospective study on real world", + "rest_events_session_count": 1, + "rest_events_session": " 2-stent left main bifurcation PCI using DK crush technique with IVUS guidance - a single center experience", + "events_topic": "Crush Techniques | Ultrasonography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kogulakrishnan Kaniappan ", + "kol_full_name": "Kogulakrishnan Kaniappan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mesenchymal Stem Cells | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460317", + "session_name": "Stress memory of heart failure in hematopoietic niche promotes recurrence via adipocytic skewing of mesenchymal stromal cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kohsaku Goto", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stress memory of heart failure in hematopoietic niche promotes recurrence via adipocytic skewing of mesenchymal stromal cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mesenchymal Stem Cells | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kohsaku Goto ", + "kol_full_name": "Kohsaku Goto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461004", + "session_name": "Predicting atrial fibrillation within 7 years follow-up using machine learning models", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Konstantina-Helen Tsarapatsani", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Greece", + "Region": "Ioannina", + "City": "Loannina", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predicting atrial fibrillation within 7 years follow-up using machine learning models", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Konstantina-Helen Tsarapatsani ", + "kol_full_name": "Konstantina-Helen Tsarapatsani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biomarkers | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458195", + "session_name": "Prolonged ventricular activation time as a novel biomarker identifying burn-out phase of hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Konstantinos Fragkiadakis", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital of Heraklion", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prolonged ventricular activation time as a novel biomarker identifying burn-out phase of hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Konstantinos Fragkiadakis ", + "kol_full_name": "Konstantinos Fragkiadakis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456010", + "session_name": "The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Konstantinos Triantafyllou", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital of Thessaloniki", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on stroke prevention in clinical and subclinical atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Konstantinos Triantafyllou ", + "kol_full_name": "Konstantinos Triantafyllou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Positron-Emission Tomography | Sarcoidosis | Deoxyglucose", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460117", + "session_name": "Predictive value of cardiac 18F-fluorodeoxyglucose positron emission tomography for fatal ventricular arrhythmic events in patients with cardiac sarcoidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kouki Takeuchi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictive value of cardiac 18F-fluorodeoxyglucose positron emission tomography for fatal ventricular arrhythmic events in patients with cardiac sarcoidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Positron-Emission Tomography | Sarcoidosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Deoxyglucose", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kouki Takeuchi ", + "kol_full_name": "Kouki Takeuchi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Tafamidis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458146", + "session_name": "Effect of tafamidis on left atrial function in patients with transthyretin amyloid cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Koya Uemura", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of tafamidis on left atrial function in patients with transthyretin amyloid cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Tafamidis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Koya Uemura ", + "kol_full_name": "Koya Uemura " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Scar | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457745", + "session_name": "Staying afloat during the storm - A difficult case of VT storm provoked by ischemic scar", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Krishna Prasad Akkineni", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Staying afloat during the storm - A difficult case of VT storm provoked by ischemic scar", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Scar | Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Krishna Prasad Akkineni ", + "kol_full_name": "Krishna Prasad Akkineni " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure | Athletes | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458847", + "session_name": "Blood pressure response to exercise in endurance athletes with and without paroxysmal atrial fibrillation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kristel Janssens", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood pressure response to exercise in endurance athletes with and without paroxysmal atrial fibrillation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure | Athletes ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kristel Janssens ", + "kol_full_name": "Kristel Janssens " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Dialysis | Hypertension, Pulmonary", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457366", + "session_name": "Pulmonary hypertension in patients on chronic hemodialysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kristina Buryskova Salajova", + "middle_name": null, + "last_name": null, + "org_name": "General University Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary hypertension in patients on chronic hemodialysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Dialysis | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kristina Buryskova Salajova ", + "kol_full_name": "Kristina Buryskova Salajova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Neural Networks, Computer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459182", + "session_name": "Siamese neural networks can identify subjects from anonymised ECGs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Krzysztof Macierzanka", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Siamese neural networks can identify subjects from anonymised ECGs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Neural Networks, Computer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Krzysztof Macierzanka ", + "kol_full_name": "Krzysztof Macierzanka " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458828", + "session_name": "Healthcare workers' knowledge, attitudes, and practices towards cardiovascular disease prevention: a multi-national cross-sectional study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kylie Heng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Healthcare workers' knowledge", + "rest_events_session_count": 2, + "rest_events_session": " attitudes, and practices towards cardiovascular disease prevention: a multi-national cross-sectional study", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kylie Heng ", + "kol_full_name": "Kylie Heng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457373", + "session_name": "Epidemiology, clinical characterization, and outcomes for heart failure with improved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Kyung Min", + "middle_name": null, + "last_name": null, + "org_name": "Kaiser Permanente, San Francisco Medical Centre and Medical Offices", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epidemiology", + "rest_events_session_count": 2, + "rest_events_session": " clinical characterization, and outcomes for heart failure with improved ejection fraction", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kyung Min ", + "kol_full_name": "Kyung Min " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456830", + "session_name": "Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lambert Tetteh Appiah", + "middle_name": null, + "last_name": null, + "org_name": "Kwame Nkrumah University of Science and Technology", + "Country": "Ghana", + "Region": "Ashanti", + "City": "Kumasi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Miscellaneous clinical studies in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lambert Tetteh Appiah ", + "kol_full_name": "Lambert Tetteh Appiah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Adult Congenital Heart Disease | Molecular Targeted Therapy | Pulmonary Arterial Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459152", + "session_name": "Effects of pulmonary hypertension targeted therapy on haemodynamics in pulmonary arterial hypertension associated with adult congenital heart disease: a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lamprini Tsigkriki", + "middle_name": null, + "last_name": null, + "org_name": "General Hospital G. Papanikolaou", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of pulmonary hypertension targeted therapy on haemodynamics in pulmonary arterial hypertension associated with adult congenital heart disease: a meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adult Congenital Heart Disease | Molecular Targeted Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Arterial Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lamprini Tsigkriki ", + "kol_full_name": "Lamprini Tsigkriki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459640", + "session_name": "Serum transferrin concentration: a new prognostic biomarker in heart failure with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lamyae Zinoune", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serum transferrin concentration: a new prognostic biomarker in heart failure with reduced ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lamyae Zinoune ", + "kol_full_name": "Lamyae Zinoune " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcopenia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460901", + "session_name": "Registries, observational, and other studies on frailty, falls, and sarcopenia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lara Aguilar Iglesias", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital of Burgos", + "Country": "Spain", + "Region": "Castilla y Leon", + "City": "Burgos", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 4, + "rest_events_session": " observational, and other studies on frailty, falls, and sarcopenia", + "events_topic": "Sarcopenia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lara Aguilar Iglesias ", + "kol_full_name": "Lara Aguilar Iglesias " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Dysfunction | Neoplasms | Muscular Dystrophy, Duchenne", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457445", + "session_name": "Cancer ameliorates cardiac dysfunction and suppresses fibrosis in a mouse model for Duchenne muscular dystrophy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Laris Achlaug", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cancer ameliorates cardiac dysfunction and suppresses fibrosis in a mouse model for Duchenne muscular dystrophy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Dysfunction | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Muscular Dystrophy, Duchenne", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laris Achlaug ", + "kol_full_name": "Laris Achlaug " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458819", + "session_name": "Left atrial reservoir strain differentiates cardiac amyloidosis and hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Larissa Winkelbauer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial reservoir strain differentiates cardiac amyloidosis and hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Larissa Winkelbauer ", + "kol_full_name": "Larissa Winkelbauer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460899", + "session_name": "Smaller trials, trial updates, and other studies on heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lars Kober", + "middle_name": null, + "last_name": null, + "org_name": "Rigshospitalet Copenhagen University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 2, + "rest_events_session": " trial updates, and other studies on heart failure", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lars Kober ", + "kol_full_name": "Lars Kober " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Spironolactone | Eplerenone | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458148", + "session_name": "The effect of spironolactone versus eplerenone on blood pressure targets in resistant hypertension patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Larysa Mishchenko", + "middle_name": null, + "last_name": null, + "org_name": "Strazhensku Cardiology Institute", + "Country": "Ukraine", + "Region": "Misto Kyyiv", + "City": "Kiev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of spironolactone versus eplerenone on blood pressure targets in resistant hypertension patients.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Spironolactone ", + "rest_events_topic_count": 2, + "rest_events_topic": " Eplerenone | Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Larysa Mishchenko ", + "kol_full_name": "Larysa Mishchenko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Stroke | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458908", + "session_name": "Left atrial cardiomyopathy predicts stroke recurrence and atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Laura Bruun Hansted Friderichsen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial cardiomyopathy predicts stroke recurrence and atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Bruun Hansted Friderichsen ", + "kol_full_name": "Laura Bruun Hansted Friderichsen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458994", + "session_name": "Comprehensive stress echocardiography uncovers the heterogenity of phenotypes in non-ischemic heart failure with abnormal ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Laura Kalakauskaite", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comprehensive stress echocardiography uncovers the heterogenity of phenotypes in non-ischemic heart failure with abnormal ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Kalakauskaite ", + "kol_full_name": "Laura Kalakauskaite " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460737", + "session_name": "The association between cardiovascular health and physiologic age as determined by artificial intelligence-enabled electrocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Laura Melissa Ortega Aviles", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between cardiovascular health and physiologic age as determined by artificial intelligence-enabled electrocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Melissa Ortega Aviles ", + "kol_full_name": "Laura Melissa Ortega Aviles " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cost Of Illness", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460971", + "session_name": "Burden of disease and current unmet needs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Laura Obici", + "middle_name": null, + "last_name": null, + "org_name": "I.R.C.C.S. San Matteo Polyclinic", + "Country": "Italy", + "Region": "Lombardia", + "City": "Pavia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Burden of disease and current unmet needs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cost Of Illness", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Obici ", + "kol_full_name": "Laura Obici " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction | Atrial Fibrillation | Myocardium", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459403", + "session_name": "Mechanisms of atrial-fibrillation-induced ventricular dysfunction and recovery in the human left ventricular myocardium", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Laura Stengel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanisms of atrial-fibrillation-induced ventricular dysfunction and recovery in the human left ventricular myocardium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction | Atrial Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardium", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Stengel ", + "kol_full_name": "Laura Stengel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459713", + "session_name": "The role of advanced echocardiography in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lauren Turvey", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of advanced echocardiography in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lauren Turvey ", + "kol_full_name": "Lauren Turvey " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Stenosis | Microvascular Resistance", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460947", + "session_name": "Assessment of the microvascular resistance reserve for predicting the effect of revascularization in patients with moderate coronary stenoses.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Laust Dupont Rasmussen", + "middle_name": null, + "last_name": null, + "org_name": "Regional Hospital Godstrup", + "Country": "Denmark", + "Region": "Vestsjalland", + "City": "Herning", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of the microvascular resistance reserve for predicting the effect of revascularization in patients with moderate coronary stenoses.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Stenosis | Microvascular Resistance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laust Dupont Rasmussen ", + "kol_full_name": "Laust Dupont Rasmussen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Sodium-Glucose Transporter 2 Inhibitors | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458636", + "session_name": "Effects of SGLT2 inhibitors on the cardiovascular outcomes in patients with cancer: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lawrence Yu-Min Liu", + "middle_name": null, + "last_name": null, + "org_name": "Hsinchu MacKay Memorial Hospital", + "Country": "Taiwan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of SGLT2 inhibitors on the cardiovascular outcomes in patients with cancer: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Sodium-Glucose Transporter 2 Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lawrence Yu-Min Liu ", + "kol_full_name": "Lawrence Yu-Min Liu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457839", + "session_name": "Pathobiological characterization of pulmonary hypertension associated with heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lea Zimmermann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pathobiological characterization of pulmonary hypertension associated with heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lea Zimmermann ", + "kol_full_name": "Lea Zimmermann " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cryoballoon | Pulmonary Veins Isolation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457431", + "session_name": "Weight change does not impact long-term outcomes following cryoballoon pulmonary vein isolation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leah Sarang Park", + "middle_name": null, + "last_name": null, + "org_name": "The Valley Hospital", + "Country": "United States", + "Region": "New Jersey", + "City": "Paramus", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Weight change does not impact long-term outcomes following cryoballoon pulmonary vein isolation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cryoballoon | Pulmonary Veins Isolation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leah Sarang Park ", + "kol_full_name": "Leah Sarang Park " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Exercise Test | Transplant Recipients | Cardiac Rehabilitation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457918", + "session_name": "Recent cardiac rehabilitation and its impact on cardiopulmonary exercise test variables in Brazilian cardiac transplant recipients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leandro Franzoni", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Recent cardiac rehabilitation and its impact on cardiopulmonary exercise test variables in Brazilian cardiac transplant recipients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise Test | Transplant Recipients ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Rehabilitation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leandro Franzoni ", + "kol_full_name": "Leandro Franzoni " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456355", + "session_name": "Clinical and experimental arrhythmia treatments", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leandro Zimerman", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Clínicas de Porto Alegre", + "Country": "Brazil", + "Region": "Rio Grande do Sul", + "City": "Porto Alegre", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical and experimental arrhythmia treatments", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leandro Zimerman ", + "kol_full_name": "Leandro Zimerman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clinical Trials As Topic | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460099", + "session_name": "Long-term follow-up of the TRED-HF trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leanne Cheng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term follow-up of the TRED-HF trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leanne Cheng ", + "kol_full_name": "Leanne Cheng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459597", + "session_name": "Associations of neutrophil-percentage-to-albumin ratio level with all-cause mortality and cardiovascular disease-cause mortality among patients with hypertension: evidence from NHANES 1999-2010", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lei Dong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations of neutrophil-percentage-to-albumin ratio level with all-cause mortality and cardiovascular disease-cause mortality among patients with hypertension: evidence from NHANES 1999-2010", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lei Dong ", + "kol_full_name": "Lei Dong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459754", + "session_name": "Left atrial longitudinal strain behavior in patients with cryptogenic stroke - a case control study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leila Bikdelu", + "middle_name": null, + "last_name": null, + "org_name": "Mashhad University of Medical Sciences", + "Country": "Iran", + "Region": "Khorasan", + "City": "Mashhad", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial longitudinal strain behavior in patients with cryptogenic stroke - a case control study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leila Bikdelu ", + "kol_full_name": "Leila Bikdelu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sotagliflozin | Anti-Arrhythmia Agents | Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460813", + "session_name": "Combined class I and class III antiarrhythmic effects of sotagliflozin - insights from heterologous expressions systems and atrial cardiomyocytes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leo Weirauch", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Combined class I and class III antiarrhythmic effects of sotagliflozin - insights from heterologous expressions systems and atrial cardiomyocytes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sotagliflozin | Anti-Arrhythmia Agents ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocytes, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leo Weirauch ", + "kol_full_name": "Leo Weirauch " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Therapy | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457141", + "session_name": "Adherence to secondary prevention pharmacotherapy after percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leon Arnar Heitmann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adherence to secondary prevention pharmacotherapy after percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leon Arnar Heitmann ", + "kol_full_name": "Leon Arnar Heitmann " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457215", + "session_name": "Prevalence and implications of cardiomyopathy-associated genetic variants in early-onset atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leonoor Wijdeveld", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and implications of cardiomyopathy-associated genetic variants in early-onset atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leonoor Wijdeveld ", + "kol_full_name": "Leonoor Wijdeveld " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Treatment Outcome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461017", + "session_name": "Navigating challenges: comorbidities impact patient risk and treatment efficacy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leopoldo Perez De Isla", + "middle_name": null, + "last_name": null, + "org_name": "San Carlos Clinical University Hospital", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Navigating challenges: comorbidities impact patient risk and treatment efficacy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Treatment Outcome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leopoldo Perez De Isla ", + "kol_full_name": "Leopoldo Perez De Isla " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fecal Microbiota Transplantation | Metabolic Syndrome | Biota", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459082", + "session_name": "Impact of allogenic Fecal Microbiota Transplantation (FMT) on lipid parameters in patients with metabolic syndrome (MetS): a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Leyi Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of allogenic Fecal Microbiota Transplantation (FMT) on lipid parameters in patients with metabolic syndrome (MetS): a meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fecal Microbiota Transplantation | Metabolic Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biota", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leyi Wang ", + "kol_full_name": "Leyi Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Ventricular Diverticulum", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457744", + "session_name": "Experience sharing of one-stage endo-epicardial 3D mapping for localization of VT origin during LV diverticulum repair surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Li-Han Chen", + "middle_name": null, + "last_name": null, + "org_name": "Kaohiung Medical University, Chung-Ho Memorial Hospital", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Kaohsiung", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Experience sharing of one-stage endo-epicardial 3D mapping for localization of VT origin during LV diverticulum repair surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Diverticulum", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Li-Han Chen ", + "kol_full_name": "Li-Han Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Chronic Coronary Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460308", + "session_name": "Factors influencing the decision to revascularise in chronic coronary syndromes: left ventricular function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lidia Ana Zytynski Moura", + "middle_name": null, + "last_name": null, + "org_name": "Pontifical Catholic University of Parana", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors influencing the decision to revascularise in chronic coronary syndromes: left ventricular function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Coronary Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lidia Ana Zytynski Moura ", + "kol_full_name": "Lidia Ana Zytynski Moura " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Inhibition, Psychological", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458565", + "session_name": "Beneficial effects of the SGLT2 inhibition on oxidative skeletal muscle in infarcted rats", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lidiane Moreira Souza", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beneficial effects of the SGLT2 inhibition on oxidative skeletal muscle in infarcted rats", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Inhibition, Psychological", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lidiane Moreira Souza ", + "kol_full_name": "Lidiane Moreira Souza " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Sideropenia | Anemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457281", + "session_name": "Anemia and sideropenia in patients with decompensated heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lidija Mikic", + "middle_name": null, + "last_name": null, + "org_name": "Medical Hospital Center Zvezdara", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anemia and sideropenia in patients with decompensated heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Sideropenia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lidija Mikic ", + "kol_full_name": "Lidija Mikic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456274", + "session_name": "Risk stratification in percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lilia Nigro Maia", + "middle_name": null, + "last_name": null, + "org_name": "Medical School of Sao Jose do Rio Preto (FAMERP)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk stratification in percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lilia Nigro Maia ", + "kol_full_name": "Lilia Nigro Maia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endothelial Dysfunction | Nebivolol Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458326", + "session_name": "The evolution of endothelial dysfunction according to the length of the implanted stent on the background of nebivolol therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lilia Simionov", + "middle_name": null, + "last_name": null, + "org_name": "Institute of Neurology and Neurosurgery of Moldova", + "Country": "Moldova", + "Region": "Chisinau", + "City": "Chisinau", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The evolution of endothelial dysfunction according to the length of the implanted stent on the background of nebivolol therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endothelial Dysfunction | Nebivolol Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lilia Simionov ", + "kol_full_name": "Lilia Simionov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458859", + "session_name": "Echocardiographic insights redefining risk in pulmonary arterial hypertension: a focus on right atrial volume index for enhanced stratification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Liliana Brochado", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Garcia de Orta", + "Country": "Portugal", + "Region": "Setubal", + "City": "Almada", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic insights redefining risk in pulmonary arterial hypertension: a focus on right atrial volume index for enhanced stratification", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Liliana Brochado ", + "kol_full_name": "Liliana Brochado " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Reperfusion Therapy | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459730", + "session_name": "Changing the paradigm of reperfusion therapy for STEMI patients: vision from Ukraine - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Liliya Sorokhtey", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ukraine", + "Region": "L'vivs'ka Oblast'", + "City": "Lviv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changing the paradigm of reperfusion therapy for STEMI patients: vision from Ukraine - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reperfusion Therapy | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Liliya Sorokhtey ", + "kol_full_name": "Liliya Sorokhtey " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Systolic | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459983", + "session_name": "Patient with reduced ejection fraction and ischemic cardiomyopathy - is there a place for revascularization?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lina Lutsenko", + "middle_name": null, + "last_name": null, + "org_name": "Institute of cardiology n.a. M.D.Strazhesko", + "Country": "Ukraine", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient with reduced ejection fraction and ischemic cardiomyopathy - is there a place for revascularization?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lina Lutsenko ", + "kol_full_name": "Lina Lutsenko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Intracranial Hemorrhages", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458715", + "session_name": "Long-term cardiovascular outcomes of patients experiencing intra-cranial hemorrhage with or without acute cardiovascular events", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ling Kuo", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Veterans General Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term cardiovascular outcomes of patients experiencing intra-cranial hemorrhage with or without acute cardiovascular events", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Intracranial Hemorrhages", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ling Kuo ", + "kol_full_name": "Ling Kuo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Positron Emission Tomography Computed Tomography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460118", + "session_name": "18F-FDG PET/CT in the diagnosis of infective endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Linnea Salminen", + "middle_name": null, + "last_name": null, + "org_name": "Turku University Hospital", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "18F-FDG PET/CT in the diagnosis of infective endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Positron Emission Tomography Computed Tomography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Linnea Salminen ", + "kol_full_name": "Linnea Salminen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure With Improved Ejection Fraction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457377", + "session_name": "LVEF trajectory in HFimpEF and its association with prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Liyan Huang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LVEF trajectory in HFimpEF and its association with prognosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure With Improved Ejection Fraction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Liyan Huang ", + "kol_full_name": "Liyan Huang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461002", + "session_name": "Global Pretest probability study of coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lohendran Baskaran Baskaran", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Centre Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global Pretest probability study of coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lohendran Baskaran Baskaran ", + "kol_full_name": "Lohendran Baskaran Baskaran " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Exercise | Weight Loss | Telemedicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457115", + "session_name": "Effect of participant baseline characteristics on adherence to self-monitoring of diet, physical activity and weight in a 12-month weight loss mHealth trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lora E. Burke", + "middle_name": null, + "last_name": null, + "org_name": "University of Pittsburgh", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of participant baseline characteristics on adherence to self-monitoring of diet", + "rest_events_session_count": 1, + "rest_events_session": " physical activity and weight in a 12-month weight loss mHealth trial", + "events_topic": "Exercise | Weight Loss ", + "rest_events_topic_count": 1, + "rest_events_topic": " Telemedicine", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lora E. Burke ", + "kol_full_name": "Lora E. Burke " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459621", + "session_name": "Endocarditis on a native mitral valve in a young patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Loredana Suhov", + "middle_name": null, + "last_name": null, + "org_name": "Pius Brinzeu Emergency County Hospital", + "Country": "Romania", + "Region": "Timis", + "City": "Timisoara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endocarditis on a native mitral valve in a young patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Loredana Suhov ", + "kol_full_name": "Loredana Suhov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lactate Sensors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458075", + "session_name": "Scalable enzymatic lactate sensor for continuous monitoring in interstitial fluid", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lotte De Schrijver", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Scalable enzymatic lactate sensor for continuous monitoring in interstitial fluid", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lactate Sensors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lotte De Schrijver ", + "kol_full_name": "Lotte De Schrijver " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Kidney Transplantation | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458131", + "session_name": "Coronary artery disease screening in renal transplant candidates: insights from a large prospective cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Louis Giovachini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary artery disease screening in renal transplant candidates: insights from a large prospective cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kidney Transplantation | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Louis Giovachini ", + "kol_full_name": "Louis Giovachini " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocarditis | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458263", + "session_name": "Postpartum ventricular arrhythmia with perimyocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Louise Nicole Bacud", + "middle_name": null, + "last_name": null, + "org_name": "St. Luke's College of Medicine", + "Country": "Philippines", + "Region": "Manila", + "City": "Quezon City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Postpartum ventricular arrhythmia with perimyocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Louise Nicole Bacud ", + "kol_full_name": "Louise Nicole Bacud " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Function, Left | Atrial Fibrillation | Heart Failure | Drug Therapy | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460999", + "session_name": "WITHDRAWal of Heart Failure Pharmacotherapy in Patients with Normalized Left Ventricular Function After AF Rhythm Control in Arrhythmia Induced Cardiomyopathy-The WITHDRAW-AF Randomized Clinical Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Louise Segan", + "middle_name": null, + "last_name": null, + "org_name": "The Alfred Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "WITHDRAWal of Heart Failure Pharmacotherapy in Patients with Normalized Left Ventricular Function After AF Rhythm Control in Arrhythmia Induced Cardiomyopathy-The WITHDRAW-AF Randomized Clinical Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Function, Left | Atrial Fibrillation ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Failure | Drug Therapy | Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Louise Segan ", + "kol_full_name": "Louise Segan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Calcitonin | Atrial Cardiomyocytes | Arrhythmogenic Cardiomyopathy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460814", + "session_name": "Calcitonin signalling system regulates function and arhythmogenicity of atrial cardiomyocytes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lucia Moreira", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Calcitonin signalling system regulates function and arhythmogenicity of atrial cardiomyocytes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Calcitonin | Atrial Cardiomyocytes ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmogenic Cardiomyopathy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lucia Moreira ", + "kol_full_name": "Lucia Moreira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459103", + "session_name": "Early improvement in left ventricular microvascular flow post sonothrombolysis is associated with better left ventricular systolic function in st elevation myocardial infarction patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luciene Ferreira Azevedo", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute, Clinical Hospital, Medical School, University of Sao Paulo", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early improvement in left ventricular microvascular flow post sonothrombolysis is associated with better left ventricular systolic function in st elevation myocardial infarction patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luciene Ferreira Azevedo ", + "kol_full_name": "Luciene Ferreira Azevedo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455878", + "session_name": "Infections and the heart: all we need to know given new migration patterns", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lucrecia Maria Burgos", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Cardiovascular De Buenos Aires", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Infections and the heart: all we need to know given new migration patterns", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lucrecia Maria Burgos ", + "kol_full_name": "Lucrecia Maria Burgos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460074", + "session_name": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ludhmila Abrahao Hajjar", + "middle_name": null, + "last_name": null, + "org_name": "Heart Hospital - Incor - FMUSP", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ludhmila Abrahao Hajjar ", + "kol_full_name": "Ludhmila Abrahao Hajjar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiopulmonary Exercise Testing | Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459000", + "session_name": "The added value of cardiopulmonary exercise testing in the diagnosis of heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ludovica Massa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The added value of cardiopulmonary exercise testing in the diagnosis of heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiopulmonary Exercise Testing | Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ludovica Massa ", + "kol_full_name": "Ludovica Massa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiogenic Stroke | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460620", + "session_name": "A congenital culprit of atrial fibrillation and cardiogenic stroke: anomalous left coronary artery arising from the pulmonary artery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luhong Qiu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A congenital culprit of atrial fibrillation and cardiogenic stroke: anomalous left coronary artery arising from the pulmonary artery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiogenic Stroke | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luhong Qiu ", + "kol_full_name": "Luhong Qiu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461082", + "session_name": "MitrAI score: machine learning models to predict mortality at 12, 24, 36 and 48 months in patients with primary and secondary mitral regurgitation treated by transcatheter edge-to-edge repair.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luigi Biasco", + "middle_name": null, + "last_name": null, + "org_name": "Civic Hospital of Cirie", + "Country": "Italy", + "Region": "Piemonte", + "City": "Turin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "MitrAI score: machine learning models to predict mortality at 12", + "rest_events_session_count": 2, + "rest_events_session": " 24, 36 and 48 months in patients with primary and secondary mitral regurgitation treated by transcatheter edge-to-edge repair.", + "events_topic": "Mitral Valve Insufficiency | Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luigi Biasco ", + "kol_full_name": "Luigi Biasco " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dapagliflozin | Standard Of Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459012", + "session_name": "Carbon emission reduction associated with dapagliflozin compared to standard of care in the UK: translating the DAPA-HF and DELIVER trial findings to an environmental context", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luis Horacio Varela Falcon", + "middle_name": null, + "last_name": null, + "org_name": "AstraZeneca", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Carbon emission reduction associated with dapagliflozin compared to standard of care in the UK: translating the DAPA-HF and DELIVER trial findings to an environmental context", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dapagliflozin | Standard Of Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luis Horacio Varela Falcon ", + "kol_full_name": "Luis Horacio Varela Falcon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease | Lower Extremity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457992", + "session_name": "Cardiovascular risk factors in poly-vascular vs isolated lower extremity peripheral arterial disease. analysis from the SOLACI peripheral registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luis Ramon Virgen Carrillo", + "middle_name": null, + "last_name": null, + "org_name": "Virgen Cardiovascular Research SC", + "Country": "Mexico", + "Region": "Jalisco", + "City": "Guadalajara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risk factors in poly-vascular vs isolated lower extremity peripheral arterial disease. analysis from the SOLACI peripheral registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripheral Arterial Disease | Lower Extremity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luis Ramon Virgen Carrillo ", + "kol_full_name": "Luis Ramon Virgen Carrillo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Heart Transplantation | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460571", + "session_name": "Prognostic outcome of ACS in HTX patients after PCI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luisa Elbinger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic outcome of ACS in HTX patients after PCI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome | Heart Transplantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luisa Elbinger ", + "kol_full_name": "Luisa Elbinger " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Alirocumab | Cholesterol, LDL | Apolipoproteins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457028", + "session_name": "Beyond LDL-cholesterol: effects of alirocumab on the human apolipoproteome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lukas Emanuel Schmidt", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond LDL-cholesterol: effects of alirocumab on the human apolipoproteome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Alirocumab | Cholesterol, LDL ", + "rest_events_topic_count": 1, + "rest_events_topic": " Apolipoproteins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lukas Emanuel Schmidt ", + "kol_full_name": "Lukas Emanuel Schmidt " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Bartonella", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459508", + "session_name": "Bartonella endocarditis: lessons learnt from an African cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luke Hunter", + "middle_name": null, + "last_name": null, + "org_name": "University of Stellenbosch", + "Country": "South Africa", + "Region": "Western Cape", + "City": "Cape Town", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bartonella endocarditis: lessons learnt from an African cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Bartonella", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luke Hunter ", + "kol_full_name": "Luke Hunter " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Placebos | Genetic Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459394", + "session_name": "GenePHIT phase 2 study design: a double blind, placebo-controlled trial to assess efficacy, safety, and tolerability of AB-1002 gene therapy in adults with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luke Roberts", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "GenePHIT phase 2 study design: a double blind", + "rest_events_session_count": 3, + "rest_events_session": " placebo-controlled trial to assess efficacy, safety, and tolerability of AB-1002 gene therapy in adults with heart failure", + "events_topic": "Heart Failure | Placebos ", + "rest_events_topic_count": 1, + "rest_events_topic": " Genetic Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luke Roberts ", + "kol_full_name": "Luke Roberts " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Multimodal Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460320", + "session_name": "A rare case of malignant anomalous and hyperdominant RCA with absent LCX : multimodality imaging approach to diagnosis and management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Luokai Wang", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Centre Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A rare case of malignant anomalous and hyperdominant RCA with absent LCX : multimodality imaging approach to diagnosis and management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Multimodal Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luokai Wang ", + "kol_full_name": "Luokai Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Myocardial Fibrosis | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458341", + "session_name": "Postoperative assessment of interstitial myocardial fibrosis in aortic valve pathologies: insights from a cardiac magnetic resonance study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Lynnie Oberg Arouca Bassoli", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Postoperative assessment of interstitial myocardial fibrosis in aortic valve pathologies: insights from a cardiac magnetic resonance study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Myocardial Fibrosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lynnie Oberg Arouca Bassoli ", + "kol_full_name": "Lynnie Oberg Arouca Bassoli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fibroma | HIV Infections | Myocardial Infarction | Leiomyoma | Hemorrhage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460094", + "session_name": "At the intersection of ischemic and bleeding risk – What type-2 myocardial infarction unveils in young patient with HIV infection and uterine fibroma", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Madalina Iurascu-Botezatu", + "middle_name": null, + "last_name": null, + "org_name": "University Emergency Hospital of Bucharest", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "At the intersection of ischemic and bleeding risk – What type-2 myocardial infarction unveils in young patient with HIV infection and uterine fibroma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibroma | HIV Infections ", + "rest_events_topic_count": 3, + "rest_events_topic": " Myocardial Infarction | Leiomyoma | Hemorrhage", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Madalina Iurascu-Botezatu ", + "kol_full_name": "Madalina Iurascu-Botezatu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Nutcracker Syndrome | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460760", + "session_name": "An unusual cause of hypertension-Nutcracker syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Madalina Ivascu", + "middle_name": null, + "last_name": null, + "org_name": "County Emergency Hospital of Brasov", + "Country": "Romania", + "Region": "Brasov", + "City": "Brasov", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An unusual cause of hypertension-Nutcracker syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Nutcracker Syndrome | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Madalina Ivascu ", + "kol_full_name": "Madalina Ivascu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Ventricular Assist Device | Thrombosis | Cardiac Surgical Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458127", + "session_name": "Heartmate 3 left ventricular assistive device acute thrombosis after noncardiac surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Madel Hidalgo", + "middle_name": null, + "last_name": null, + "org_name": "Makati Medical Center", + "Country": "Philippines", + "Region": "Manila", + "City": "Makati", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heartmate 3 left ventricular assistive device acute thrombosis after noncardiac surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Assist Device | Thrombosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Surgical Procedures", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Madel Hidalgo ", + "kol_full_name": "Madel Hidalgo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcoidosis | Cardiac Magnetic Resonance Imaging | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460889", + "session_name": "The silent menace: cardiac sarcoidosis manifested as ventricular arrhythmia in a patient with negative CMR", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Madhumita Kolluri", + "middle_name": null, + "last_name": null, + "org_name": "UConn John Dempsey Hospital", + "Country": "United States", + "Region": "West Virginia", + "City": "Farmington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The silent menace: cardiac sarcoidosis manifested as ventricular arrhythmia in a patient with negative CMR", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoidosis | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Madhumita Kolluri ", + "kol_full_name": "Madhumita Kolluri " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Aneurysm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460752", + "session_name": "Giant right coronary artery aneurysm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mahmoud Abdelshafy", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Giant right coronary artery aneurysm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mahmoud Abdelshafy ", + "kol_full_name": "Mahmoud Abdelshafy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458513", + "session_name": "Are novel ASCVD risk factors more prevalent in young middle eastern women who have classical risk factors.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mahmoud Alkhawaldeh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Are novel ASCVD risk factors more prevalent in young middle eastern women who have classical risk factors.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mahmoud Alkhawaldeh ", + "kol_full_name": "Mahmoud Alkhawaldeh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458610", + "session_name": "Assessment of microvascular occlusion in re-perfused myocardial infarction patients using cardiac magnetic resonance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mahmoud ismaiel", + "middle_name": null, + "last_name": null, + "org_name": "Kobry Al Koba Hospital", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of microvascular occlusion in re-perfused myocardial infarction patients using cardiac magnetic resonance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mahmoud ismaiel ", + "kol_full_name": "Mahmoud ismaiel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456895", + "session_name": "Diversity in cardiovascular care: effective, equitable, and empowering practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mairead Lehane", + "middle_name": null, + "last_name": null, + "org_name": "Cork University Hospital", + "Country": "Ireland", + "Region": "Cork", + "City": "Cork", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diversity in cardiovascular care: effective", + "rest_events_session_count": 2, + "rest_events_session": " equitable, and empowering practice", + "events_topic": "Cardiovascular Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mairead Lehane ", + "kol_full_name": "Mairead Lehane " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460932", + "session_name": "Suboptimal Lipid Measurement and Statin Use after Percutaneous Coronary Intervention is associated with Increased Mortality: Results of a Real World Registry of 76,264 Patients in NW London", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Majid Akhtar", + "middle_name": null, + "last_name": null, + "org_name": "Harefield Hospital, Royal Brompton and Harefield NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Suboptimal Lipid Measurement and Statin Use after Percutaneous Coronary Intervention is associated with Increased Mortality: Results of a Real World Registry of 76", + "rest_events_session_count": 1, + "rest_events_session": "264 Patients in NW London", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Majid Akhtar ", + "kol_full_name": "Majid Akhtar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Scleroderma, Systemic | Hypertension, Pulmonary", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458980", + "session_name": "Pulmonary Hypertension and survival among men and women patients with systemic sclerosis: review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maka Gegenava", + "middle_name": null, + "last_name": null, + "org_name": "Tbilisi State Medical University (TSMU)", + "Country": "Georgia", + "Region": "T'bilisi", + "City": "Tbilisi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary Hypertension and survival among men and women patients with systemic sclerosis: review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Scleroderma, Systemic | Hypertension, Pulmonary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maka Gegenava ", + "kol_full_name": "Maka Gegenava " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Reperfusion | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456673", + "session_name": "How to optimise contemporary treatment of STEMI patients: time and way of myocardial reperfusion, updated medication, and post infarction rehabilitation - insights from Ukraine and Poland", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maksym Sokolov", + "middle_name": null, + "last_name": null, + "org_name": "Institut of Cardiology", + "Country": "Ukraine", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to optimise contemporary treatment of STEMI patients: time and way of myocardial reperfusion", + "rest_events_session_count": 2, + "rest_events_session": " updated medication, and post infarction rehabilitation - insights from Ukraine and Poland", + "events_topic": "Myocardial Reperfusion | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maksym Sokolov ", + "kol_full_name": "Maksym Sokolov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertensive Crisis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457459", + "session_name": "Hospital and one-year outcomes following a hypertensive urgency or emergency: a major challenge", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Malak Benabdellah", + "middle_name": null, + "last_name": null, + "org_name": "Mohammed VI University Hospital, Tangier", + "Country": "Morocco", + "Region": "Tanger", + "City": "Tangier", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hospital and one-year outcomes following a hypertensive urgency or emergency: a major challenge", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertensive Crisis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Malak Benabdellah ", + "kol_full_name": "Malak Benabdellah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459738", + "session_name": "Management of complex patients in Lebanon and Czech Republic", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Malek Khatib", + "middle_name": null, + "last_name": null, + "org_name": "Tal Chiha Hospital", + "Country": "Lebanon", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of complex patients in Lebanon and Czech Republic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Malek Khatib ", + "kol_full_name": "Malek Khatib " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456475", + "session_name": "The end of ejection fraction: novel alternative imaging indices in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mali Worme", + "middle_name": null, + "last_name": null, + "org_name": "UHN", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The end of ejection fraction: novel alternative imaging indices in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mali Worme ", + "kol_full_name": "Mali Worme " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sudden Sniffing Death Syndrome | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458954", + "session_name": "The unusual cause of cardiomyopathy: a sudden sniffing death syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Manasawee Vassara", + "middle_name": null, + "last_name": null, + "org_name": "Bumrungrad International hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The unusual cause of cardiomyopathy: a sudden sniffing death syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sudden Sniffing Death Syndrome | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manasawee Vassara ", + "kol_full_name": "Manasawee Vassara " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vasculitis | Endocarditis | Glomerulonephritis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458631", + "session_name": "Endocarditis-induced rapidly progressive glomerulonephritis mimicking vasculitis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Manuel Alejandro Candia Ramirez", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endocarditis-induced rapidly progressive glomerulonephritis mimicking vasculitis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vasculitis | Endocarditis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glomerulonephritis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manuel Alejandro Candia Ramirez ", + "kol_full_name": "Manuel Alejandro Candia Ramirez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertensive Crisis | Dementia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457409", + "session_name": "Degree of joint risk factor control and incident all cause dementia in hypertensive patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Manyun Tang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Degree of joint risk factor control and incident all cause dementia in hypertensive patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertensive Crisis | Dementia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Manyun Tang ", + "kol_full_name": "Manyun Tang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Foramen Ovale, Patent | Cryptogenic Stroke | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460978", + "session_name": "Incidence of atrial fibrillation in cryptogenic stroke with patent foramen ovale closure:the PFO-AF study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marc Badoz", + "middle_name": null, + "last_name": null, + "org_name": "Regional University Hospital Jean Minjoz", + "Country": "France", + "Region": "Franche-Comte", + "City": "Besancon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of atrial fibrillation in cryptogenic stroke with patent foramen ovale closure:the PFO-AF study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Foramen Ovale, Patent | Cryptogenic Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marc Badoz ", + "kol_full_name": "Marc Badoz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Appendage | Thoracic Surgery | Amputation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458967", + "session_name": "Safety of left atrial appendage amputation during cardiothoracic surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marc Terpstra", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety of left atrial appendage amputation during cardiothoracic surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Appendage | Thoracic Surgery ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amputation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marc Terpstra ", + "kol_full_name": "Marc Terpstra " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemolysis | Pulsed Field Ablation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457847", + "session_name": "Quantification of hemolysis rates from pulsed field ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marcela Mercado Montoya", + "middle_name": null, + "last_name": null, + "org_name": "IN SILICO STEM", + "Country": "Colombia", + "Region": "Antioquia", + "City": "Medellin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quantification of hemolysis rates from pulsed field ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemolysis | Pulsed Field Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marcela Mercado Montoya ", + "kol_full_name": "Marcela Mercado Montoya " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tuberculosis | HIV", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457471", + "session_name": "Preliminary findings of the TB-HEART Study: prevalence of cardiac pathology among newly diagnosed patients with tuberculosis with and without HIV in Zambia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marcello Scopazzini", + "middle_name": null, + "last_name": null, + "org_name": "Zambart", + "Country": "Zambia", + "Region": "Lusaka", + "City": "Lusaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Preliminary findings of the TB-HEART Study: prevalence of cardiac pathology among newly diagnosed patients with tuberculosis with and without HIV in Zambia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tuberculosis | HIV", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marcello Scopazzini ", + "kol_full_name": "Marcello Scopazzini " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Telemedicine | Wearable Electronic Devices", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457198", + "session_name": "Mobile health applications and wearables - the patient's perspective on usability and adherence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marcin Rucinski", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "Belgium", + "Region": "Brussels", + "City": "Brussels", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mobile health applications and wearables - the patient's perspective on usability and adherence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Telemedicine | Wearable Electronic Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marcin Rucinski ", + "kol_full_name": "Marcin Rucinski " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Ablation Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461020", + "session_name": "AF ablation as early as possible- with the right technology", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marco Moltrasio", + "middle_name": null, + "last_name": null, + "org_name": "Monzino Cardiology Centre", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AF ablation as early as possible- with the right technology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Ablation Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marco Moltrasio ", + "kol_full_name": "Marco Moltrasio " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Factor XI Deficiency | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457265", + "session_name": "Factor XI activity in ST-segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marco Spagnolo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factor XI activity in ST-segment elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Factor XI Deficiency | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marco Spagnolo ", + "kol_full_name": "Marco Spagnolo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemolysis | Radiofrequency Ablation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459285", + "session_name": "Haemolysis and acute tubular injury after pulsed field ablation compared to radiofrequency: An observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marek Hozman", + "middle_name": null, + "last_name": null, + "org_name": "Faculty Hospital Kralovske Vinohrady", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Haemolysis and acute tubular injury after pulsed field ablation compared to radiofrequency: An observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemolysis | Radiofrequency Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marek Hozman ", + "kol_full_name": "Marek Hozman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemodynamics | Cardiac Output, Low | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457537", + "session_name": "Acute hemodynamic effect of oral ketones in patients with acutely decompensated heart failure and low cardiac output syndrome: a prospective randomized study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marek Sramko", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Clinical and Experimental Medicine (IKEM)", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute hemodynamic effect of oral ketones in patients with acutely decompensated heart failure and low cardiac output syndrome: a prospective randomized study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Cardiac Output, Low ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marek Sramko ", + "kol_full_name": "Marek Sramko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy | Conduction System Pacing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460953", + "session_name": "Conduction system pacing vs biventricular resynchronization therapy in systolic dysfunction and wide QRS: CONSYST-CRT.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Margarida Pujol-Lopez", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Clinic of Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Conduction system pacing vs biventricular resynchronization therapy in systolic dysfunction and wide QRS: CONSYST-CRT.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy | Conduction System Pacing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Margarida Pujol-Lopez ", + "kol_full_name": "Margarida Pujol-Lopez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Kidney Diseases | Coronary Microvascular Dysfunction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460141", + "session_name": "Evaluation of renal functional reserve in patients with preserved renal function and coronary microvascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Margarita Bora", + "middle_name": null, + "last_name": null, + "org_name": "Ippokrateio General Hospital of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of renal functional reserve in patients with preserved renal function and coronary microvascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kidney Diseases | Coronary Microvascular Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Margarita Bora ", + "kol_full_name": "Margarita Bora " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Mechanical Circulatory Support | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459417", + "session_name": "Factors associated with 30-day mortality in patients receiving mechanical circulatory support for cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Margriet Bogerd", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors associated with 30-day mortality in patients receiving mechanical circulatory support for cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Mechanical Circulatory Support ", + "rest_events_topic_count": 1, + "rest_events_topic": " Shock, Cardiogenic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Margriet Bogerd ", + "kol_full_name": "Margriet Bogerd " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Anemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458622", + "session_name": "Effect of four hemoglobin transfusion threshold strategies in patients with acute myocardial infarction and anemia: a target trial emulation using MINT trial data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Brooks", + "middle_name": null, + "last_name": null, + "org_name": "University of Pittsburgh", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of four hemoglobin transfusion threshold strategies in patients with acute myocardial infarction and anemia: a target trial emulation using MINT trial data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Anemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Brooks ", + "kol_full_name": "Maria Brooks " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456970", + "session_name": "Cardiovascular treatment: protecting the brain and the limbs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Cecilia Bahit", + "middle_name": null, + "last_name": null, + "org_name": "INECO", + "Country": "Argentina", + "Region": "Santa Fe", + "City": "Rosario", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular treatment: protecting the brain and the limbs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Cecilia Bahit ", + "kol_full_name": "Maria Cecilia Bahit " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis | Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459227", + "session_name": "Pediatric constrictive pericarditis: a case report and imaging findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria De Fatima Egas", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Nacional de Cardiologia Ignacio Chavez", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pediatric constrictive pericarditis: a case report and imaging findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria De Fatima Egas ", + "kol_full_name": "Maria De Fatima Egas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456840", + "session_name": "Pharmacological management of hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Dorobantu", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Carol Davila", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pharmacological management of hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Dorobantu ", + "kol_full_name": "Maria Dorobantu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456062", + "session_name": "Hypertension phenotypes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Emilia Teixeira", + "middle_name": null, + "last_name": null, + "org_name": "Federal University of Goias", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension phenotypes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Emilia Teixeira ", + "kol_full_name": "Maria Emilia Teixeira " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Positron Emission Tomography Computed Tomography | Coronary Artery Calcification | Hodgkin Disease | Lymphoma, Non-Hodgkin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459613", + "session_name": "Can the presence of aortic or coronary artery calcifications in the standard of care baseline CT or PET-CT scan of patients with Hodgkin or non-Hodgkin lymphoma be used as a predictor of MACE?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria F. Gomez Ardila", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital-Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Can the presence of aortic or coronary artery calcifications in the standard of care baseline CT or PET-CT scan of patients with Hodgkin or non-Hodgkin lymphoma be used as a predictor of MACE?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Positron Emission Tomography Computed Tomography | Coronary Artery Calcification ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hodgkin Disease | Lymphoma, Non-Hodgkin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria F. Gomez Ardila ", + "kol_full_name": "Maria F. Gomez Ardila " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461067", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Francesca Orsino", + "middle_name": null, + "last_name": null, + "org_name": "Cisanello Hospital", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Francesca Orsino ", + "kol_full_name": "Maria Francesca Orsino " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456680", + "session_name": "Challenges in acute and chronic heart failure: implementing guidelines and beyond - insights from Greece and Cyprus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Karakiriou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in acute and chronic heart failure: implementing guidelines and beyond - insights from Greece and Cyprus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Karakiriou ", + "kol_full_name": "Maria Karakiriou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Psychosocial Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460612", + "session_name": "Psychosocial support needs after discharge - physician perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Manuela Neves Abreu", + "middle_name": null, + "last_name": null, + "org_name": "University of Lisbon", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Psychosocial support needs after discharge - physician perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Psychosocial Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Manuela Neves Abreu ", + "kol_full_name": "Maria Manuela Neves Abreu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Multifactorial Inheritance | Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460759", + "session_name": "Unraveling the complexity: exploring multifactorial causes of stroke in a single patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Manzur Barbur", + "middle_name": null, + "last_name": null, + "org_name": "Foundation Cardioinfantil", + "Country": "Colombia", + "Region": "Distrito Capital", + "City": "Bogota", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unraveling the complexity: exploring multifactorial causes of stroke in a single patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multifactorial Inheritance | Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Manzur Barbur ", + "kol_full_name": "Maria Manzur Barbur " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pitavastatin | HIV", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459649", + "session_name": "Efficacy of pitavastatin in patients with HIV: a systematic review and meta-analysis of randomized controlled trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Meritxell Roca Mora", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy of pitavastatin in patients with HIV: a systematic review and meta-analysis of randomized controlled trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pitavastatin | HIV", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Meritxell Roca Mora ", + "kol_full_name": "Maria Meritxell Roca Mora " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases | Brain Diseases | Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456882", + "session_name": "Stroke: the heart-brain connection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maria Mirabela Manea", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Neurology and Neurovascular Diseases", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stroke: the heart-brain connection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Brain Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Stroke", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Mirabela Manea ", + "kol_full_name": "Maria Mirabela Manea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electric Shock | Brugada Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457635", + "session_name": "Unmasking of Brugada syndrome by high-voltage electric shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariana Castellaneta", + "middle_name": null, + "last_name": null, + "org_name": "State University of Rio de Janeiro (UERJ)", + "Country": "Brazil", + "Region": "Rio de Janeiro", + "City": "Rio de Janeiro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unmasking of Brugada syndrome by high-voltage electric shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electric Shock | Brugada Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariana Castellaneta ", + "kol_full_name": "Mariana Castellaneta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dapagliflozin | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458558", + "session_name": "Effect of Dapagliflozin on health-related quality of life in patients with heart failure: a meta-analysis of Randomized Controlled Trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariana De Souza", + "middle_name": null, + "last_name": null, + "org_name": "Federal University of Parana", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of Dapagliflozin on health-related quality of life in patients with heart failure: a meta-analysis of Randomized Controlled Trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dapagliflozin | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariana De Souza ", + "kol_full_name": "Mariana De Souza " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Troponin I | Cardiomyopathy, Restrictive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457161", + "session_name": "Effects of the restrictive cardiomyopathy-associated cardiac troponin I K178E mutation on cAMP signalling at the myofilament.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariana Gee Olmedilla", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of the restrictive cardiomyopathy-associated cardiac troponin I K178E mutation on cAMP signalling at the myofilament.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin I | Cardiomyopathy, Restrictive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariana Gee Olmedilla ", + "kol_full_name": "Mariana Gee Olmedilla " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460557", + "session_name": "Real-world insights: practical Impella outcomes in cardiogenic shock and high-risk elective percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariana Martinho", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Garcia de Orta", + "Country": "Portugal", + "Region": "Setubal", + "City": "Almada", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world insights: practical Impella outcomes in cardiogenic shock and high-risk elective percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariana Martinho ", + "kol_full_name": "Mariana Martinho " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clonal Hematopoiesis | Mutation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460286", + "session_name": "Impact of paracrine effects of different clonal hematopoiesis-driver mutations in human macrophages on cardiac cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariana Shumliakivska", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of paracrine effects of different clonal hematopoiesis-driver mutations in human macrophages on cardiac cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clonal Hematopoiesis | Mutation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariana Shumliakivska ", + "kol_full_name": "Mariana Shumliakivska " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Proteome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459410", + "session_name": "Proteome-wide associations of pulse pressure in the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marie-Joe Dib", + "middle_name": null, + "last_name": null, + "org_name": "Hospital of the University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteome-wide associations of pulse pressure in the UK Biobank", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proteome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marie-Joe Dib ", + "kol_full_name": "Marie-Joe Dib " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient Care | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457460", + "session_name": "Is the patient comfortable using ChatGPT?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariette Verbakel", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is the patient comfortable using ChatGPT?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariette Verbakel ", + "kol_full_name": "Mariette Verbakel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457836", + "session_name": "Biochemical variables as predictors of in-hospital mortality in patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marija Vavlukis", + "middle_name": null, + "last_name": null, + "org_name": "University Clinic of Cardiology", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biochemical variables as predictors of in-hospital mortality in patients with acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marija Vavlukis ", + "kol_full_name": "Marija Vavlukis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458817", + "session_name": "Cardiac structural, functional remodelling, and perfusion impairments across the spectrum of aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marilena Giannoudi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac structural", + "rest_events_session_count": 2, + "rest_events_session": " functional remodelling, and perfusion impairments across the spectrum of aortic stenosis", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marilena Giannoudi ", + "kol_full_name": "Marilena Giannoudi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Geriatrics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457944", + "session_name": "Educating healthcare professionals about the basics of geriatrics: a European call to action by PROGRAMMING CA 21122", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marina Kotsani", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Educating healthcare professionals about the basics of geriatrics: a European call to action by PROGRAMMING CA 21122", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Geriatrics", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marina Kotsani ", + "kol_full_name": "Marina Kotsani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcriptome | Aortic Valve Stenosis | Empagliflozin | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459766", + "session_name": "Effects of empagliflozin on myocardial transcriptome in rats with aortic stenosis-induced heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marina Okoshi", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine of Botucatu, UNESP", + "Country": "Brazil", + "Region": "Paro", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of empagliflozin on myocardial transcriptome in rats with aortic stenosis-induced heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcriptome | Aortic Valve Stenosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Empagliflozin | Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marina Okoshi ", + "kol_full_name": "Marina Okoshi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "VExUS | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459218", + "session_name": "VExUS score improvement is associated with better outcomes in acute decompensated heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marina Saadi", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Clínicas de Porto Alegre", + "Country": "Brazil", + "Region": "Rio Grande do Sul", + "City": "Porto Alegre", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "VExUS score improvement is associated with better outcomes in acute decompensated heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "VExUS | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marina Saadi ", + "kol_full_name": "Marina Saadi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dapagliflozin | Non-Diabetic | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459352", + "session_name": "Efficacy and safety of dapagliflozin in non-diabetic patients with primary anterior ST-elevation myocardial infarction initiated in early hospital period", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marine Sargsyan", + "middle_name": null, + "last_name": null, + "org_name": "Erebouni Medical Center", + "Country": "Armenia", + "Region": "Yerevan", + "City": "Yerevan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy and safety of dapagliflozin in non-diabetic patients with primary anterior ST-elevation myocardial infarction initiated in early hospital period", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dapagliflozin | Non-Diabetic ", + "rest_events_topic_count": 1, + "rest_events_topic": " ST Elevation Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marine Sargsyan ", + "kol_full_name": "Marine Sargsyan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Tricuspid Valve Repair | Echocardiography, Transesophageal", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460966", + "session_name": "Live transoesophageal echocardiography: how to best guide transcatheter tricuspid valve repair and replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mario Kasner", + "middle_name": null, + "last_name": null, + "org_name": "Charite University Hospital", + "Country": "Germany", + "Region": "Berlin", + "City": "Berlin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Live transoesophageal echocardiography: how to best guide transcatheter tricuspid valve repair and replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Tricuspid Valve Repair | Echocardiography, Transesophageal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mario Kasner ", + "kol_full_name": "Mario Kasner " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | STK26 Protein, Human", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460364", + "session_name": "The STRIPAK associated kinase MST4 is a novel mediator in heart failure pathogenesis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marius Leye", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The STRIPAK associated kinase MST4 is a novel mediator in heart failure pathogenesis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | STK26 Protein, Human", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marius Leye ", + "kol_full_name": "Marius Leye " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Primary Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458205", + "session_name": "Improving cardiovascular risk stratification with ECG-predicted risk factors in primary prevention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marius Sebastian Knorr", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Improving cardiovascular risk stratification with ECG-predicted risk factors in primary prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Primary Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marius Sebastian Knorr ", + "kol_full_name": "Marius Sebastian Knorr " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459654", + "session_name": "Multimorbid patient with heart failure: the Bulgarian experience - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mariya Tokmakova", + "middle_name": null, + "last_name": null, + "org_name": "Medical University Plovdiv", + "Country": "Bulgaria", + "Region": "Plovdiv", + "City": "Plovdiv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multimorbid patient with heart failure: the Bulgarian experience - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariya Tokmakova ", + "kol_full_name": "Mariya Tokmakova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Hypertension, Pulmonary | Crotalid Venoms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458886", + "session_name": "Long-acting CRF2 receptor agonist COR-1389 improves cardiopulmonary function parameters in monocrotaline-induced pulmonary hypertension and right heart failure rat model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mark Kowala", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-acting CRF2 receptor agonist COR-1389 improves cardiopulmonary function parameters in monocrotaline-induced pulmonary hypertension and right heart failure rat model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Hypertension, Pulmonary ", + "rest_events_topic_count": 1, + "rest_events_topic": " Crotalid Venoms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mark Kowala ", + "kol_full_name": "Mark Kowala " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulation | Thrombocytopenia | Hemorrhage | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457808", + "session_name": "Risk of thromboembolic and haemorrhagic events associated with anticoagulation among 11,355 patients with non-valvular atrial fibrillation and thrombocytopenia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mark Tam", + "middle_name": null, + "last_name": null, + "org_name": "The Chinese University of Hong Kong", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk of thromboembolic and haemorrhagic events associated with anticoagulation among 11", + "rest_events_session_count": 1, + "rest_events_session": "355 patients with non-valvular atrial fibrillation and thrombocytopenia", + "events_topic": "Anticoagulation | Thrombocytopenia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hemorrhage | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mark Tam ", + "kol_full_name": "Mark Tam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Conservative Treatment | Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461048", + "session_name": "Aortic valve replacement versus conservative treatment in asymptomatic severe aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marko Banovic", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Center of Serbia", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic valve replacement versus conservative treatment in asymptomatic severe aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Conservative Treatment | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marko Banovic ", + "kol_full_name": "Marko Banovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation | Cardiac Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460404", + "session_name": "Challenging endomyocardial biopsies' gold standard status in rejection screening: a prospective blinded study on cardiovascular magnetic resonance in heart transplant patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marko Taipale", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenging endomyocardial biopsies' gold standard status in rejection screening: a prospective blinded study on cardiovascular magnetic resonance in heart transplant patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation | Cardiac Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marko Taipale ", + "kol_full_name": "Marko Taipale " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myalgia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459077", + "session_name": "Plasma statin concentrations do not correlate with statin-induced myalgia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Markus Samuel Ritvos", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Plasma statin concentrations do not correlate with statin-induced myalgia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myalgia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Markus Samuel Ritvos ", + "kol_full_name": "Markus Samuel Ritvos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clinical Studies As Topic | Workload", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458666", + "session_name": "A sane approach to the high volume of alert transmissions in remote monitoring- turning of clinically non-relevant alerts decreases substantially workload.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Markus Sane", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Central Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A sane approach to the high volume of alert transmissions in remote monitoring- turning of clinically non-relevant alerts decreases substantially workload.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Studies As Topic | Workload", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Markus Sane ", + "kol_full_name": "Markus Sane " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Arrest", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460839", + "session_name": "Pulmonary management after cardiac arrest", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Markus Skrifvars", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Central Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary management after cardiac arrest", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Markus Skrifvars ", + "kol_full_name": "Markus Skrifvars " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diseases | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460077", + "session_name": "Utilisation of artificial intelligence to prevent disease across ethnicities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marly van Assen", + "middle_name": null, + "last_name": null, + "org_name": "Emory University", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utilisation of artificial intelligence to prevent disease across ethnicities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diseases | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marly van Assen ", + "kol_full_name": "Marly van Assen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dissection, Ascending Aorta", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460400", + "session_name": "The Unwanted Path: a case of a 71 year-old male with fusiform aneurysm of the ascending aorta who developed dissection of the aortic arch up to the bilateral ilio-femoral arteries intraoperatively.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marrafe Correa", + "middle_name": null, + "last_name": null, + "org_name": "St. Luke's Medical Center-Quezon City", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Unwanted Path: a case of a 71 year-old male with fusiform aneurysm of the ascending aorta who developed dissection of the aortic arch up to the bilateral ilio-femoral arteries intraoperatively.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dissection, Ascending Aorta", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marrafe Correa ", + "kol_full_name": "Marrafe Correa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456111", + "session_name": "Heartfelt genetics", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marta Cvijic", + "middle_name": null, + "last_name": null, + "org_name": "University Medical Centre Ljubljana", + "Country": "Slovenia", + "Region": "Ljubljana", + "City": "Ljubljana", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heartfelt genetics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marta Cvijic ", + "kol_full_name": "Marta Cvijic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460494", + "session_name": "Information and communications technology and artificial intelligence to improve pre-hospital stroke networks", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marta Olive Gadea", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Information and communications technology and artificial intelligence to improve pre-hospital stroke networks", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marta Olive Gadea ", + "kol_full_name": "Marta Olive Gadea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cryoballoon Ablation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459582", + "session_name": "Comparative effectiveness of pulsed field ablation and cryoballoon ablation for atrial fibrillation: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marta Vilela", + "middle_name": null, + "last_name": null, + "org_name": "Hospital De Santa Maria", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative effectiveness of pulsed field ablation and cryoballoon ablation for atrial fibrillation: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cryoballoon Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marta Vilela ", + "kol_full_name": "Marta Vilela " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ischemic Stroke | Bland White Garland Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460762", + "session_name": "ALCAPA in young adult after an ischemic stroke", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marta Voitsekhivska", + "middle_name": null, + "last_name": null, + "org_name": "Lviv Regional Clinical Hospital", + "Country": "Ukraine", + "Region": "L'vivs'ka Oblast'", + "City": "Lviv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ALCAPA in young adult after an ischemic stroke", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ischemic Stroke | Bland White Garland Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marta Voitsekhivska ", + "kol_full_name": "Marta Voitsekhivska " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459956", + "session_name": "Temporal trends in clinical outcomes in heart failure patients with and without atrial fibrillation: a nationwide study from 1997-2018", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marte Austreim", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends in clinical outcomes in heart failure patients with and without atrial fibrillation: a nationwide study from 1997-2018", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marte Austreim ", + "kol_full_name": "Marte Austreim " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lithotripsy | Calcified Coronary Lesions | Atherectomy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460590", + "session_name": "Current application and results of the combined use of intravascular lithotripsy and rotational atherectomy for the treatment of calcified coronary lesions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Martijn Jacobus Hendrikus Van Oort", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Current application and results of the combined use of intravascular lithotripsy and rotational atherectomy for the treatment of calcified coronary lesions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lithotripsy | Calcified Coronary Lesions ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atherectomy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martijn Jacobus Hendrikus Van Oort ", + "kol_full_name": "Martijn Jacobus Hendrikus Van Oort " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Heart Failure | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459324", + "session_name": "High incidence of malignant arrhythmias and heart failure in patients with RBM20-associated cardiomyopathy: a multicenter cohort study and review of the literature", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Martijn Tukker", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High incidence of malignant arrhythmias and heart failure in patients with RBM20-associated cardiomyopathy: a multicenter cohort study and review of the literature", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martijn Tukker ", + "kol_full_name": "Martijn Tukker " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Myosins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461009", + "session_name": "Cardiac myosin inhibitors, lessons from real-world experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Martin Gruebler", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": "Niederosterreich", + "City": "Wiener Neustadt", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac myosin inhibitors", + "rest_events_session_count": 1, + "rest_events_session": " lessons from real-world experience", + "events_topic": "Cardiac Myosins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin Gruebler ", + "kol_full_name": "Martin Gruebler " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460973", + "session_name": "Anticoagulation in the frail/elderly atrial fibrillation patient – what have we learnt so far?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Martin Hemels", + "middle_name": null, + "last_name": null, + "org_name": "Rijnstate Hospital", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Arnhem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anticoagulation in the frail/elderly atrial fibrillation patient – what have we learnt so far?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin Hemels ", + "kol_full_name": "Martin Hemels " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458587", + "session_name": "Correlation between LDL/HDL-cholesterol ratio and long term prognosis after acute coronary syndrome and severity of coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Martina God", + "middle_name": null, + "last_name": null, + "org_name": "Clinical Hospital Dubrava", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Correlation between LDL/HDL-cholesterol ratio and long term prognosis after acute coronary syndrome and severity of coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martina God ", + "kol_full_name": "Martina God " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "DNA Repair | Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460368", + "session_name": "Intact DNA repair in differentiated cardiomyocytes is essential for maintaining cardiac function in response to pressure overload in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Martine De Boer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intact DNA repair in differentiated cardiomyocytes is essential for maintaining cardiac function in response to pressure overload in mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "DNA Repair | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martine De Boer ", + "kol_full_name": "Martine De Boer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Octreotide | Thoracic Surgery, Video-Assisted | Coronary Artery Bypass", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459904", + "session_name": "Successful management of chylothorax after coronary artery bypass surgery using video-assisted thoracic surgery (VATS) and octreotide.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marvel Delos Santos", + "middle_name": null, + "last_name": null, + "org_name": "St. Lukes Medical Center QC", + "Country": "Philippines", + "Region": "Manila", + "City": "Manila", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Successful management of chylothorax after coronary artery bypass surgery using video-assisted thoracic surgery (VATS) and octreotide.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Octreotide | Thoracic Surgery, Video-Assisted ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Bypass", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marvel Delos Santos ", + "kol_full_name": "Marvel Delos Santos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459650", + "session_name": "Case 1 - intervention in endocarditis, guidelines and beyond: the Egyptian perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Marwa Sayed Meshael", + "middle_name": null, + "last_name": null, + "org_name": "Cairo university", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1 - intervention in endocarditis", + "rest_events_session_count": 1, + "rest_events_session": " guidelines and beyond: the Egyptian perspective", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marwa Sayed Meshael ", + "kol_full_name": "Marwa Sayed Meshael " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461031", + "session_name": "Challenging clinical scenarios for therapeutic anticoagulation: a practical approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Masaharu Akao", + "middle_name": null, + "last_name": null, + "org_name": "Kyoto Medical Centre", + "Country": "Japan", + "Region": "Kyoto", + "City": "Kyoto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenging clinical scenarios for therapeutic anticoagulation: a practical approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Masaharu Akao ", + "kol_full_name": "Masaharu Akao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Ablation Techniques | Atrial Tachyarrhythmia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460968", + "session_name": "SUPPRESS-AF - The efficacy of low-voltage-area ablation on atrial tachyarrhythmias recurrence in patients with persistent atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Masaharu Masuda", + "middle_name": null, + "last_name": null, + "org_name": "Kansai Rosai Hospital", + "Country": "Japan", + "Region": "Hyogo", + "City": "Amagasaki-City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SUPPRESS-AF - The efficacy of low-voltage-area ablation on atrial tachyarrhythmias recurrence in patients with persistent atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Tachyarrhythmia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Masaharu Masuda ", + "kol_full_name": "Masaharu Masuda " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Echocardiography, Stress", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458734", + "session_name": "Stress echocardiography for diagnosis and risk stratification in HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Masaru Obokata", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stress echocardiography for diagnosis and risk stratification in HFpEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Echocardiography, Stress", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Masaru Obokata ", + "kol_full_name": "Masaru Obokata " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458249", + "session_name": "Role of cardiac magnetic resonance in the management of complex congenital heart diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Massimiliana Abbate", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of cardiac magnetic resonance in the management of complex congenital heart diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Massimiliana Abbate ", + "kol_full_name": "Massimiliana Abbate " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Ventricular Ejection Fraction | Stroke Volume", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460730", + "session_name": "Peak atrial longitudinal strain to replace atrial volume in diastolic function grading: associations with long-term outcomes in a community-based sample with normal left ventricular ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mate Tolvaj", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peak atrial longitudinal strain to replace atrial volume in diastolic function grading: associations with long-term outcomes in a community-based sample with normal left ventricular ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Ejection Fraction | Stroke Volume", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mate Tolvaj ", + "kol_full_name": "Mate Tolvaj " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Placebos | Myocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461074", + "session_name": "Anakinra versus placebo double blind Randomized controlled trial for the treatment of Acute MyocarditIS", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mathieu Kerneis", + "middle_name": null, + "last_name": null, + "org_name": "Pitie Salpetriere APHP University Hospital", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anakinra versus placebo double blind Randomized controlled trial for the treatment of Acute MyocarditIS", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Placebos | Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mathieu Kerneis ", + "kol_full_name": "Mathieu Kerneis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Software | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460241", + "session_name": "A standards-based software tool to support prognostic modelling: application to exemplar heart failure risk scores", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mathilde Agathe Verlyck", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A standards-based software tool to support prognostic modelling: application to exemplar heart failure risk scores", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Software | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mathilde Agathe Verlyck ", + "kol_full_name": "Mathilde Agathe Verlyck " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460120", + "session_name": "Prognostic value of quantitative anatomical and functional measures of coronary artery disease in diabetic and non-diabetic patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Matias Maenpaa", + "middle_name": null, + "last_name": null, + "org_name": "University of Turku", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of quantitative anatomical and functional measures of coronary artery disease in diabetic and non-diabetic patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matias Maenpaa ", + "kol_full_name": "Matias Maenpaa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Vascular Aging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461044", + "session_name": "Different cardiovascular outcomes of vascular ageing proteomic phenogroups in normotensive and hypertensive individuals: results from the UK Biobank.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Matteo Lemoli", + "middle_name": null, + "last_name": null, + "org_name": "Spedali Civili, University Of Brescia", + "Country": "Italy", + "Region": "Lombardia", + "City": "Brescia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Different cardiovascular outcomes of vascular ageing proteomic phenogroups in normotensive and hypertensive individuals: results from the UK Biobank.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Vascular Aging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matteo Lemoli ", + "kol_full_name": "Matteo Lemoli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Aortic Valve Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458814", + "session_name": "Cardiac damage predicts the outcome of calcific aortic valve disease regardless of the severity of aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Matthew Kieron Moore", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac damage predicts the outcome of calcific aortic valve disease regardless of the severity of aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Aortic Valve Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthew Kieron Moore ", + "kol_full_name": "Matthew Kieron Moore " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left | Surgical Revascularisation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460956", + "session_name": "Comparative Effectiveness of Percutaneous and Surgical Revascularisation in Ischaemic Left Ventricular Systolic Dysfunction: Combined Patient-Level Analysis of the REVIVED-BCIS2 and STICH Trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Matthew Ryan", + "middle_name": null, + "last_name": null, + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative Effectiveness of Percutaneous and Surgical Revascularisation in Ischaemic Left Ventricular Systolic Dysfunction: Combined Patient-Level Analysis of the REVIVED-BCIS2 and STICH Trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Left | Surgical Revascularisation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthew Ryan ", + "kol_full_name": "Matthew Ryan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460613", + "session_name": "Psychosocial support needs after discharge - patient perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mattias Van Heetvelde", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "Belgium", + "Region": "Oost-Vlaanderen", + "City": "Gent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Psychosocial support needs after discharge - patient perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mattias Van Heetvelde ", + "kol_full_name": "Mattias Van Heetvelde " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458687", + "session_name": "Long-term outcomes of heart re-transplantation from HCV-viremic donors based on UNOS registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Matylda Mazur", + "middle_name": null, + "last_name": null, + "org_name": "Cleveland Clinic", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcomes of heart re-transplantation from HCV-viremic donors based on UNOS registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matylda Mazur ", + "kol_full_name": "Matylda Mazur " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Prolapse", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456250", + "session_name": "Mitral valve prolapse: a new look at an old disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maurice Enriquez-Sarano", + "middle_name": null, + "last_name": null, + "org_name": "Minneapolis Heart Institute Foundation", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitral valve prolapse: a new look at an old disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Prolapse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maurice Enriquez-Sarano ", + "kol_full_name": "Maurice Enriquez-Sarano " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tafamidis | Amyloidosis, Hereditary, Transthyretin-Related", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459194", + "session_name": "Prognostic staging system correctly identifies high risk groups in cardiac transthyretin amyloidosis treated with tafamidis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Maximilian Mueller", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic staging system correctly identifies high risk groups in cardiac transthyretin amyloidosis treated with tafamidis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tafamidis | Amyloidosis, Hereditary, Transthyretin-Related", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maximilian Mueller ", + "kol_full_name": "Maximilian Mueller " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiorespiratory Fitness | Double Kissing Crush Stenting Technique | Aneurysm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457236", + "session_name": "What are you going to do for aneurysm dilatations after DK crush left main diseases in end stage CRF patient?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Md Afzalur Rahman", + "middle_name": null, + "last_name": null, + "org_name": "United Hospital Ltd.", + "Country": "Bangladesh", + "Region": "Dhaka", + "City": "Dhaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What are you going to do for aneurysm dilatations after DK crush left main diseases in end stage CRF patient?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiorespiratory Fitness | Double Kissing Crush Stenting Technique ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aneurysm", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Md Afzalur Rahman ", + "kol_full_name": "Md Afzalur Rahman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Cardiovascular Diseases | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458514", + "session_name": "Exploring vocal biomarkers as non-invasive fine-tuning assays of cardiovascular health: heart failure model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mehmet Birhan Yilmaz", + "middle_name": null, + "last_name": null, + "org_name": "Dokuz Eylul University", + "Country": "Turkey", + "Region": "Izmir", + "City": "Izmir", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring vocal biomarkers as non-invasive fine-tuning assays of cardiovascular health: heart failure model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Cardiovascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mehmet Birhan Yilmaz ", + "kol_full_name": "Mehmet Birhan Yilmaz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459741", + "session_name": "Analysis of mortality from acute coronary syndrome in the Kyrgyz Republic and measures aimed at reducing mortality - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Meiramgul Tundybayeva", + "middle_name": null, + "last_name": null, + "org_name": "Kazakh National Medical University", + "Country": "Kazakhstan", + "Region": "Almaty", + "City": "Almaty", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Analysis of mortality from acute coronary syndrome in the Kyrgyz Republic and measures aimed at reducing mortality - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Meiramgul Tundybayeva ", + "kol_full_name": "Meiramgul Tundybayeva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pathological Conditions, Anatomical | Exercise Test", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456458", + "session_name": "Exercise testing in different pathological conditions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Meity Ardiana", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine Airlangga University", + "Country": "Indonesia", + "Region": "Jawa Timur (Djawa Timur)", + "City": "Surabaya", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise testing in different pathological conditions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pathological Conditions, Anatomical | Exercise Test", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Meity Ardiana ", + "kol_full_name": "Meity Ardiana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Polycythemia | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459250", + "session_name": "Secondary erythrocytosis / polycythemia due to sodium glucose co-transporter 2 inhibitors: a real world heart failure cohort.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Melissa Pherai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Secondary erythrocytosis / polycythemia due to sodium glucose co-transporter 2 inhibitors: a real world heart failure cohort.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polycythemia | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Melissa Pherai ", + "kol_full_name": "Melissa Pherai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endovascular Procedures | Cardiac Remodeling | Aortic Coarctation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459154", + "session_name": "Reverse cardiac remodeling induced by endovascular treatment of coarctation of the aorta", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Melody Farrashi", + "middle_name": null, + "last_name": null, + "org_name": "Rajaie Cardiovascular Medical & Research Center", + "Country": "Iran", + "Region": "Tehran", + "City": "Tehran", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reverse cardiac remodeling induced by endovascular treatment of coarctation of the aorta", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endovascular Procedures | Cardiac Remodeling ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Coarctation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Melody Farrashi ", + "kol_full_name": "Melody Farrashi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetic Cardiomyopathies | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457165", + "session_name": "Mammalian Diaphanous-related formin 1 (mDia1) inducing diabetic cardiomyopathy by regulating metabolic reprogramming", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mengqiu Dang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mammalian Diaphanous-related formin 1 (mDia1) inducing diabetic cardiomyopathy by regulating metabolic reprogramming", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetic Cardiomyopathies | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mengqiu Dang ", + "kol_full_name": "Mengqiu Dang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Influenza, Human", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459706", + "session_name": "Open discussion with experts: all you want to know about influenza and other respiratory viruses and new approaches for their prevention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Meral Akcay Ciblak", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Open discussion with experts: all you want to know about influenza and other respiratory viruses and new approaches for their prevention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Influenza, Human", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Meral Akcay Ciblak ", + "kol_full_name": "Meral Akcay Ciblak " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid-Lowering Therapies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456396", + "session_name": "How to personalise lipid-lowering therapy with so many choices", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Meral Kayikcioglu", + "middle_name": null, + "last_name": null, + "org_name": "Ege University Hospital", + "Country": "Turkey", + "Region": "Izmir", + "City": "Izmir", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to personalise lipid-lowering therapy with so many choices", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid-Lowering Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Meral Kayikcioglu ", + "kol_full_name": "Meral Kayikcioglu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Prasugrel Hydrochloride | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460091", + "session_name": "Implementation of prasugrel and prognostic outcomes after percutaneous coronary intervention for myocardial infarction: a nationwide observational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mia Ravn Jacobsen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implementation of prasugrel and prognostic outcomes after percutaneous coronary intervention for myocardial infarction: a nationwide observational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Prasugrel Hydrochloride ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mia Ravn Jacobsen ", + "kol_full_name": "Mia Ravn Jacobsen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sequence Analysis | Stents | Proteomics | Exosomes | Coronary Restenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459446", + "session_name": "Human coronary blood single-cell sequencing combined with exosome proteomic profiling reveals the molecular mechanism of recurrent in-stent restenosis (R-ISR)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Miao Yu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Human coronary blood single-cell sequencing combined with exosome proteomic profiling reveals the molecular mechanism of recurrent in-stent restenosis (R-ISR)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sequence Analysis | Stents ", + "rest_events_topic_count": 3, + "rest_events_topic": " Proteomics | Exosomes | Coronary Restenosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Miao Yu ", + "kol_full_name": "Miao Yu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456961", + "session_name": "Nature Medicine: 2024 highlights in personalised cardiovascular medicine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michael Basson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nature Medicine: 2024 highlights in personalised cardiovascular medicine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Basson ", + "kol_full_name": "Michael Basson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis | Receptors, Epoprostenol", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459341", + "session_name": "CS585, a novel prostacyclin receptor agonist, demonstrates sustained efficacy in vivo in the prevention of thrombosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michael Holinstat", + "middle_name": null, + "last_name": null, + "org_name": "University of Michigan", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CS585", + "rest_events_session_count": 2, + "rest_events_session": " a novel prostacyclin receptor agonist, demonstrates sustained efficacy in vivo in the prevention of thrombosis", + "events_topic": "Thrombosis | Receptors, Epoprostenol", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Holinstat ", + "kol_full_name": "Michael Holinstat " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457649", + "session_name": "Effectiveness of contemporary risk stratification in patients with hypertrophic cardiomyopathy: a pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michael Jensovsky", + "middle_name": null, + "last_name": null, + "org_name": "Motol University Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effectiveness of contemporary risk stratification in patients with hypertrophic cardiomyopathy: a pilot study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Jensovsky ", + "kol_full_name": "Michael Jensovsky " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Computed Tomography Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461052", + "session_name": "Cardiovascular Risk Scoring or CT Angiography for Lifestyle and Risk Factor Modification in Primary Prevention of Cardiovascular Disease The SCOT-HEART 2 IMPACT Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michael Mcdermott", + "middle_name": null, + "last_name": null, + "org_name": "University of Edinburgh", + "Country": "United Kingdom", + "Region": "Scotland", + "City": "Edinburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular Risk Scoring or CT Angiography for Lifestyle and Risk Factor Modification in Primary Prevention of Cardiovascular Disease The SCOT-HEART 2 IMPACT Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Computed Tomography Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Mcdermott ", + "kol_full_name": "Michael Mcdermott " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemorrhage | Cohort Studies | Heart Defects, Congenital | Stroke | Atrial Fibrillation", + "npi_num": "1558969436", + "hcp_pin_alias": "FU_HCP_5459153", + "session_name": "A cohort study examining predictors of stroke and bleeding among people with congenital heart disease and atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michael Patrick O'Shea", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital", + "Country": "United States", + "Region": "Arizona", + "City": "Phoenix", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A cohort study examining predictors of stroke and bleeding among people with congenital heart disease and atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemorrhage | Cohort Studies ", + "rest_events_topic_count": 3, + "rest_events_topic": " Heart Defects, Congenital | Stroke | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Patrick O'Shea ", + "kol_full_name": "Michael Patrick O'Shea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy Devices", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456401", + "session_name": "Great Debates: new implantable cardiac device technologies - ready for prime time?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michael Spartalis", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Great Debates: new implantable cardiac device technologies - ready for prime time?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Spartalis ", + "kol_full_name": "Michael Spartalis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left | Ischemic Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460542", + "session_name": "Global longitudinal strain predicts clinical outcome in patients after acute ischemic stroke without left ventricular dysfunction.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michal Mihalovic", + "middle_name": null, + "last_name": null, + "org_name": "Third Faculty of Medicine, Charles University and University Hospital Kralovske Vinohrady", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global longitudinal strain predicts clinical outcome in patients after acute ischemic stroke without left ventricular dysfunction.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Left | Ischemic Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michal Mihalovic ", + "kol_full_name": "Michal Mihalovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456186", + "session_name": "Pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michal Pazdernik", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Clinical and Experimental Medicine (IKEM)", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michal Pazdernik ", + "kol_full_name": "Michal Pazdernik " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459703", + "session_name": "Walking in the shoes of your high-risk atherosclerotic cardiovascular disease (ASCVD) patients: an interactive case study on preventing the first event", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michal Vrablik", + "middle_name": null, + "last_name": null, + "org_name": "Charles University of Prague", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Walking in the shoes of your high-risk atherosclerotic cardiovascular disease (ASCVD) patients: an interactive case study on preventing the first event", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michal Vrablik ", + "kol_full_name": "Michal Vrablik " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Ischemia | Cardiac Remodeling | Reperfusion Injury", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458171", + "session_name": "Clec4e deletion in cardiac resident cells leads to smaller infarct size and better cardiac remodeling following myocardial ischemia-reperfusion injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Michiel Algoet", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clec4e deletion in cardiac resident cells leads to smaller infarct size and better cardiac remodeling following myocardial ischemia-reperfusion injury", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Ischemia | Cardiac Remodeling ", + "rest_events_topic_count": 1, + "rest_events_topic": " Reperfusion Injury", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michiel Algoet ", + "kol_full_name": "Michiel Algoet " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Pacemaker, Artificial | Cusp-overlap Technique | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458440", + "session_name": "Cusp-overlap technique to reduce permanent pacemaker implantation rate after transcatheter aortic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Miguel Abrantes De Figueiredo", + "middle_name": null, + "last_name": null, + "org_name": "Centro Hospitalar Universitario de Lisboa Central, E.P.E.", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cusp-overlap technique to reduce permanent pacemaker implantation rate after transcatheter aortic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Pacemaker, Artificial ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cusp-overlap Technique | Aortic Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Miguel Abrantes De Figueiredo ", + "kol_full_name": "Miguel Abrantes De Figueiredo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Microvascular Dysfunction | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458194", + "session_name": "Invasive quantitative assessment of coronary microvascular dysfunction in patients with hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Miguel Marques Antunes", + "middle_name": null, + "last_name": null, + "org_name": "Centro Hospitalar Universitario de Lisboa Central, E.P.E.", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Invasive quantitative assessment of coronary microvascular dysfunction in patients with hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Microvascular Dysfunction | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Miguel Marques Antunes ", + "kol_full_name": "Miguel Marques Antunes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemodynamics | Chronic Thromboembolic Pulmonary Hypertension | Endarterectomy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457053", + "session_name": "Endarterectomy in CTEPH:hemodynamic improvement and RV-PA coupling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Miguel Raposo", + "middle_name": null, + "last_name": null, + "org_name": "Santa Maria University Hospital CHLN Lisbon Academic Medical Centre", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Lisbon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endarterectomy in CTEPH:hemodynamic improvement and RV-PA coupling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Chronic Thromboembolic Pulmonary Hypertension ", + "rest_events_topic_count": 1, + "rest_events_topic": " Endarterectomy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Miguel Raposo ", + "kol_full_name": "Miguel Raposo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Brain Infarction | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456571", + "session_name": "Risk assessment and prevention of brain infarction in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mihaela Grecu", + "middle_name": null, + "last_name": null, + "org_name": "Cardiovascular Diseases Institute Prof. Dr. George I.M. Georgescu", + "Country": "Romania", + "Region": "Iasi", + "City": "Iasi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk assessment and prevention of brain infarction in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Infarction | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mihaela Grecu ", + "kol_full_name": "Mihaela Grecu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases | Disease Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456149", + "session_name": "Advancements in cardiovascular medicine: from molecular insights to clinical strategies in heart disease management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mihaela Popescu", + "middle_name": null, + "last_name": null, + "org_name": "Elias Emergency Universitary Hospital", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Advancements in cardiovascular medicine: from molecular insights to clinical strategies in heart disease management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Disease Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mihaela Popescu ", + "kol_full_name": "Mihaela Popescu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458855", + "session_name": "The effect of afterload on right ventricular pacing-induced left ventricular dysfunction: a translational study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mihaly Ruppert", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of afterload on right ventricular pacing-induced left ventricular dysfunction: a translational study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Left", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mihaly Ruppert ", + "kol_full_name": "Mihaly Ruppert " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458286", + "session_name": "Quo vadis, the leading arrhythmia? Projecting the prevalence of atrial fibrillation up to 2070", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mika Lehto", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quo vadis", + "rest_events_session_count": 1, + "rest_events_session": " the leading arrhythmia? Projecting the prevalence of atrial fibrillation up to 2070", + "events_topic": "Atrial Fibrillation | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mika Lehto ", + "kol_full_name": "Mika Lehto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460157", + "session_name": "Revascularisation after discharge in patients with acute myocardial infarction complicated by cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mikkel Bjerg Andersen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Revascularisation after discharge in patients with acute myocardial infarction complicated by cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mikkel Bjerg Andersen ", + "kol_full_name": "Mikkel Bjerg Andersen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456922", + "session_name": "Challenges in pacing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Milan Gluhovic", + "middle_name": null, + "last_name": null, + "org_name": "Clinical Center University of Sarajevo", + "Country": "Bosnia and Herzegovina", + "Region": "Federation of Bosnia and Herzegovina", + "City": "Sarajevo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in pacing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Milan Gluhovic ", + "kol_full_name": "Milan Gluhovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456188", + "session_name": "Outcomes in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Milan Milojevic", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Cardiovascular Diseases Dedinje", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes in coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Milan Milojevic ", + "kol_full_name": "Milan Milojevic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Clinical Decision-Making | Tachycardia, Ventricular | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460369", + "session_name": "Etiological diagnosis of ventricular tachycardia: a set of explainable artificial intelligence solutions for clinical decision-making", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Min Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Etiological diagnosis of ventricular tachycardia: a set of explainable artificial intelligence solutions for clinical decision-making", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Decision-Making | Tachycardia, Ventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Min Wang ", + "kol_full_name": "Min Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Rivaroxaban | Endothelial Progenitor Cells", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458162", + "session_name": "Effects of rivaroxaban on vascular endothelial function and circulating endothelial progenitor cells: a randomized controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Min-Qing Lin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of rivaroxaban on vascular endothelial function and circulating endothelial progenitor cells: a randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rivaroxaban | Endothelial Progenitor Cells", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Min-Qing Lin ", + "kol_full_name": "Min-Qing Lin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Implantable Electronic Device", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457079", + "session_name": "Report of cardiac electronic device implant complications over a 7-year study period", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Minahal Asif", + "middle_name": null, + "last_name": null, + "org_name": "Baptist Memorial Hospital - North Mississippi", + "Country": "United States", + "Region": "Wisconsin", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Report of cardiac electronic device implant complications over a 7-year study period", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Implantable Electronic Device", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Minahal Asif ", + "kol_full_name": "Minahal Asif " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460024", + "session_name": "Are women with minimal to mild coronary artery disease at higher risk of sudden cardiac death than men?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mingma Sherpa", + "middle_name": null, + "last_name": null, + "org_name": "State University of New York, University at Buffalo", + "Country": "United States", + "Region": "New York", + "City": "Buffalo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Are women with minimal to mild coronary artery disease at higher risk of sudden cardiac death than men?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mingma Sherpa ", + "kol_full_name": "Mingma Sherpa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pediatric Obesity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459772", + "session_name": "Longitudinal associations between accelerometry-assessed sleep clusters and obesity in adolescence and young adulthood: the German GINIplus and LISA birth cohorts study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mingming Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Longitudinal associations between accelerometry-assessed sleep clusters and obesity in adolescence and young adulthood: the German GINIplus and LISA birth cohorts study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pediatric Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mingming Wang ", + "kol_full_name": "Mingming Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Angiography | Coronary Artery Disease | Coronary Revascularization | Angina Pectoris", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458509", + "session_name": "Angina pectoris after coronary angiography or revascularization in pre- and postmenopausal women with coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mira Anette Emilia Eskuri", + "middle_name": null, + "last_name": null, + "org_name": "Medical Research Center Oulu", + "Country": "Finland", + "Region": "Oulu Laani", + "City": "Oulu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angina pectoris after coronary angiography or revascularization in pre- and postmenopausal women with coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Angiography | Coronary Artery Disease ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Revascularization | Angina Pectoris", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mira Anette Emilia Eskuri ", + "kol_full_name": "Mira Anette Emilia Eskuri " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Monitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461065", + "session_name": "What are the therapeutic interventions guided by insertable cardiac monitors? Real world experience in 17,000 patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mirko De Melis", + "middle_name": null, + "last_name": null, + "org_name": "Bakken Research Centre", + "Country": "Netherlands", + "Region": "Limburg", + "City": "Maastricht", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What are the therapeutic interventions guided by insertable cardiac monitors? Real world experience in 17", + "rest_events_session_count": 1, + "rest_events_session": "000 patients", + "events_topic": "Cardiac Monitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mirko De Melis ", + "kol_full_name": "Mirko De Melis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456180", + "session_name": "Peripheral artery disease: risk factors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mislav Vrsalovic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Sestre Milosrdnice", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peripheral artery disease: risk factors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripheral Arterial Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mislav Vrsalovic ", + "kol_full_name": "Mislav Vrsalovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mental Health | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459123", + "session_name": "Shared care in heart failure management is linked with physical and mental health by perceived control in patient-caregiver dyads", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Misook Chung", + "middle_name": null, + "last_name": null, + "org_name": "University of Kentucky", + "Country": "United States", + "Region": "Virginia", + "City": "Lexington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Shared care in heart failure management is linked with physical and mental health by perceived control in patient-caregiver dyads", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mental Health | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Misook Chung ", + "kol_full_name": "Misook Chung " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455953", + "session_name": "Probing deeper into the pathophysiology of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mitja Lainscak", + "middle_name": null, + "last_name": null, + "org_name": "General Hospital Murska Sobota", + "Country": "Slovenia", + "Region": "Murska Sobota", + "City": "Murska Sobota", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Probing deeper into the pathophysiology of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mitja Lainscak ", + "kol_full_name": "Mitja Lainscak " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peripartum Period | Valsartan | Sacubitril | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458126", + "session_name": "Reverse remodeling in late presenter peripartum cardiomyopathy after 4-months sacubitril/valsartan treatment. Longitudinal strain and myocardial work index analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mochamad Rizky Hendiperdana", + "middle_name": null, + "last_name": null, + "org_name": "Pandan Arang Public General Hospital, Boyolali", + "Country": "Indonesia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reverse remodeling in late presenter peripartum cardiomyopathy after 4-months sacubitril/valsartan treatment. Longitudinal strain and myocardial work index analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripartum Period | Valsartan ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sacubitril | Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mochamad Rizky Hendiperdana ", + "kol_full_name": "Mochamad Rizky Hendiperdana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Defibrillators, Implantable | Ventricular Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459329", + "session_name": "Unexpected culprit: ventricular fibrillation triggered by ICD programming", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mohamed Al Rawahi", + "middle_name": null, + "last_name": null, + "org_name": "Sultan Qaboos University Hospital", + "Country": "Oman", + "Region": "Masqat", + "City": "Muscat", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unexpected culprit: ventricular fibrillation triggered by ICD programming", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Defibrillators, Implantable | Ventricular Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohamed Al Rawahi ", + "kol_full_name": "Mohamed Al Rawahi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endothelial Dysfunction | Heart Disease Risk Factors | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457735", + "session_name": "Endothelial dysfunction in acute coronary syndrome: a complex association with cardiovascular risk factors, sleep quality and cardiorespiratory capacity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mohamed Ali Hbaieb", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endothelial dysfunction in acute coronary syndrome: a complex association with cardiovascular risk factors", + "rest_events_session_count": 1, + "rest_events_session": " sleep quality and cardiorespiratory capacity", + "events_topic": "Endothelial Dysfunction | Heart Disease Risk Factors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohamed Ali Hbaieb ", + "kol_full_name": "Mohamed Ali Hbaieb " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458110", + "session_name": "Temporal trends of aortic valve replacement modalities by age group in the united states 2015 - 2023", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mohamed Barghout", + "middle_name": null, + "last_name": null, + "org_name": "Lifespan Corporation", + "Country": "United States", + "Region": "Rhode Island", + "City": "Providence", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends of aortic valve replacement modalities by age group in the united states 2015 - 2023", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohamed Barghout ", + "kol_full_name": "Mohamed Barghout " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Embolic Protection Devices | Transcatheter Aortic Valve Replacement | Intracranial Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459888", + "session_name": "Cerebral embolic protection devices and transcatheter aortic valve implantation. could neurological complications be avoided? A meta-analysis of 4091 patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mohamed Gbreel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cerebral embolic protection devices and transcatheter aortic valve implantation. could neurological complications be avoided? A meta-analysis of 4091 patients.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Embolic Protection Devices | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Intracranial Embolism", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohamed Gbreel ", + "kol_full_name": "Mohamed Gbreel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortobronchial Fistula", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458404", + "session_name": "Challenges in diagnosis and management of aortobronchial fistula", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mohamed Hamza Abaydi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenges in diagnosis and management of aortobronchial fistula", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortobronchial Fistula", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohamed Hamza Abaydi ", + "kol_full_name": "Mohamed Hamza Abaydi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459580", + "session_name": "Pulsed field ablation using additional mapping and substrate modification to treat atrial fibrillation - one year outcome comparison", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mohamed Mergani", + "middle_name": null, + "last_name": null, + "org_name": "Tipperary University Hospital", + "Country": "Ireland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulsed field ablation using additional mapping and substrate modification to treat atrial fibrillation - one year outcome comparison", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohamed Mergani ", + "kol_full_name": "Mohamed Mergani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457068", + "session_name": "Factors associated with non-publication of clinical trials in cardiovascular medicine: a cross-sectional analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mohmmad Alawajneh", + "middle_name": null, + "last_name": null, + "org_name": "Jordan University of Science and Technology", + "Country": "Jordan", + "Region": "Irbid", + "City": "Irbid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors associated with non-publication of clinical trials in cardiovascular medicine: a cross-sectional analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Clinical Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohmmad Alawajneh ", + "kol_full_name": "Mohmmad Alawajneh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tretinoin | Prealbumin | Echocardiography | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459806", + "session_name": "Efficacy of tafamidis on mortaltiy and echocardiographic parameters in transthyretin amyloid cardiomyopathy: a systematic review and meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Moiz Ahmed", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiovascular Diseases (NICVD)", + "Country": "Pakistan", + "Region": "Sindh", + "City": "Karachi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy of tafamidis on mortaltiy and echocardiographic parameters in transthyretin amyloid cardiomyopathy: a systematic review and meta-analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tretinoin | Prealbumin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Echocardiography | Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Moiz Ahmed ", + "kol_full_name": "Moiz Ahmed " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biocompatible Materials | Early Diagnosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460596", + "session_name": "Innovating biomaterials for tissue repair, advanced therapeutics and early disease detection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Molly Stevens", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovating biomaterials for tissue repair", + "rest_events_session_count": 1, + "rest_events_session": " advanced therapeutics and early disease detection", + "events_topic": "Biocompatible Materials | Early Diagnosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Molly Stevens ", + "kol_full_name": "Molly Stevens " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Chronic Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461024", + "session_name": "Major adverse cardiovascular events, new diagnoses, prescription redemptions and outpatient visits in patients one year after evaluation for symptoms suggestive of chronic coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Morten Bottcher", + "middle_name": null, + "last_name": null, + "org_name": "Aarhus University", + "Country": "Denmark", + "Region": "Arhus", + "City": "Arhus", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Major adverse cardiovascular events", + "rest_events_session_count": 2, + "rest_events_session": " new diagnoses, prescription redemptions and outpatient visits in patients one year after evaluation for symptoms suggestive of chronic coronary syndrome", + "events_topic": "Chronic Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Morten Bottcher ", + "kol_full_name": "Morten Bottcher " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Transcatheter Edge-to-Edge Repair", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461016", + "session_name": "Live echocardiography - diagnose, screen and refer your patients to transcatheter edge-to-edge repair", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Morten Glaso", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Norway", + "Region": "Oslo", + "City": "Oslo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Live echocardiography - diagnose", + "rest_events_session_count": 1, + "rest_events_session": " screen and refer your patients to transcatheter edge-to-edge repair", + "events_topic": "Echocardiography | Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Morten Glaso ", + "kol_full_name": "Morten Glaso " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | ST Elevation Myocardial Infarction | Empagliflozin | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460846", + "session_name": "Effect of empagliflozin on no-reflow in patients with st elevation myocardial infarction undergoing primary percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mostafa Ayman", + "middle_name": null, + "last_name": null, + "org_name": "Ain Shams University Hospital", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of empagliflozin on no-reflow in patients with st elevation myocardial infarction undergoing primary percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Empagliflozin | Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mostafa Ayman ", + "kol_full_name": "Mostafa Ayman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prognosis | Positron-Emission Tomography | Ischemia | Inflammation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456190", + "session_name": "Ischaemia and inflammation: the role of cardiac PET in diagnosis and prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mouaz Al Mallah", + "middle_name": null, + "last_name": null, + "org_name": "Houston Methodist Hospital", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ischaemia and inflammation: the role of cardiac PET in diagnosis and prognosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Positron-Emission Tomography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ischemia | Inflammation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mouaz Al Mallah ", + "kol_full_name": "Mouaz Al Mallah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Stroke | Alopecia Areata", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457505", + "session_name": "Alopecia areata and its association with stroke and myocardial infarction: a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muhammad Arqam Maqsood", + "middle_name": null, + "last_name": null, + "org_name": "CMH Lahore", + "Country": "Pakistan", + "Region": "Punjab", + "City": "Lahore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Alopecia areata and its association with stroke and myocardial infarction: a meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Alopecia Areata", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muhammad Arqam Maqsood ", + "kol_full_name": "Muhammad Arqam Maqsood " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hydrodynamics | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459501", + "session_name": "Enhancing computational fluid dynamics simulation for coronary artery disease analysis through spatial iterative modeling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muhammad Arya", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhancing computational fluid dynamics simulation for coronary artery disease analysis through spatial iterative modeling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hydrodynamics | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muhammad Arya ", + "kol_full_name": "Muhammad Arya " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrioventricular Block | Cardioneural Ablation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459814", + "session_name": "Reviving rhythms: a triumph over functional atrial-ventricular block in a youth through cardio-neural ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muhammad Izzad Johari", + "middle_name": null, + "last_name": null, + "org_name": "National Heart Institute", + "Country": "Malaysia", + "Region": "Wilayah Persekutuan", + "City": "Kuala Lumpur", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reviving rhythms: a triumph over functional atrial-ventricular block in a youth through cardio-neural ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrioventricular Block | Cardioneural Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muhammad Izzad Johari ", + "kol_full_name": "Muhammad Izzad Johari " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Hypercholesterolemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459459", + "session_name": "Screening for subclinical atherosclerosis in patients clinically diagnosed with familial hypercholesterolemia and determination of imaging-guided patient management strategy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muhammed Furkan Deniz", + "middle_name": null, + "last_name": null, + "org_name": "Istanbul University-Cerrahpasa Institute of Cardiology", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Screening for subclinical atherosclerosis in patients clinically diagnosed with familial hypercholesterolemia and determination of imaging-guided patient management strategy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Hypercholesterolemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muhammed Furkan Deniz ", + "kol_full_name": "Muhammed Furkan Deniz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pacemaker, Artificial | Brain Injuries", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459424", + "session_name": "Incidence of silent brain injury in pacemaker implanted patients with atrial high-speed episodes (AHRE)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muhammet Uyanik", + "middle_name": null, + "last_name": null, + "org_name": "Samsun Carsamba State Hospital", + "Country": "Turkey", + "Region": "Samsun", + "City": "Samsun", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence of silent brain injury in pacemaker implanted patients with atrial high-speed episodes (AHRE)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pacemaker, Artificial | Brain Injuries", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muhammet Uyanik ", + "kol_full_name": "Muhammet Uyanik " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459115", + "session_name": "Successful management of familial spontaneous coronary artery dissection with massive thrombosis originating proximal to the left anterior descending artery and extending to the left main coronary", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Murat Cap", + "middle_name": null, + "last_name": null, + "org_name": "Diyarbakir Gazi Yasargil Education and Research Hospital", + "Country": "Turkey", + "Region": "Diyarbakir", + "City": "Diyarbakir", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Successful management of familial spontaneous coronary artery dissection with massive thrombosis originating proximal to the left anterior descending artery and extending to the left main coronary", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Murat Cap ", + "kol_full_name": "Murat Cap " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Reperfusion Injury | Cardioprotection | Myocardial Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458172", + "session_name": "Synthetic torpor confers cardioprotection against myocardial ischaemia/reperfusion injury in the rat", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Muzammil Ali Khan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Synthetic torpor confers cardioprotection against myocardial ischaemia/reperfusion injury in the rat", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reperfusion Injury | Cardioprotection ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Ischemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muzammil Ali Khan ", + "kol_full_name": "Muzammil Ali Khan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460963", + "session_name": "Alternative LDL cholesterol lowering strategy vs. high-intensity statin strategy: An individual patient data meta-analysis from the randomized RACING and LODESTAR trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Myeong-Ki Hong", + "middle_name": null, + "last_name": null, + "org_name": "Severance Cardiovascular Hospital, Yonsei University College of Medicine", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Alternative LDL cholesterol lowering strategy vs. high-intensity statin strategy: An individual patient data meta-analysis from the randomized RACING and LODESTAR trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Myeong-Ki Hong ", + "kol_full_name": "Myeong-Ki Hong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459954", + "session_name": "Protein signatures associated with methylation patterns of heart failure phenotypes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Mykhailo Krolevets", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Protein signatures associated with methylation patterns of heart failure phenotypes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mykhailo Krolevets ", + "kol_full_name": "Mykhailo Krolevets " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460626", + "session_name": "Nexilin-related cardiomyopathy (NEXN-CMP) - an island's perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Myra Cassar", + "middle_name": null, + "last_name": null, + "org_name": "Mater Dei Hospital of Malta", + "Country": "Malta", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nexilin-related cardiomyopathy (NEXN-CMP) - an island's perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Myra Cassar ", + "kol_full_name": "Myra Cassar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Colchicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461076", + "session_name": "Cardiovascular benefit of colchicine in relation to baseline risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "N Mohammadnia", + "middle_name": null, + "last_name": null, + "org_name": "Radboud University Medical Centre", + "Country": "Netherlands", + "Region": "Gelderland", + "City": "Nijmegen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular benefit of colchicine in relation to baseline risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colchicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
N Mohammadnia ", + "kol_full_name": "N Mohammadnia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hyperlipoproteinemia Type II", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460104", + "session_name": "Understanding familial hypercholesterolemia: emphasizing diagnosis, management strategies and the importance of early detection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Naa'irah Muhammad", + "middle_name": null, + "last_name": null, + "org_name": "Henry Ford Hospital", + "Country": "United States", + "Region": "Michigan", + "City": "Detroit", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Understanding familial hypercholesterolemia: emphasizing diagnosis", + "rest_events_session_count": 1, + "rest_events_session": " management strategies and the importance of early detection", + "events_topic": "Hyperlipoproteinemia Type II", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Naa'irah Muhammad ", + "kol_full_name": "Naa'irah Muhammad " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457622", + "session_name": "Incidence, definitions and outcomes of anthracycline induced subclinical and clinical left ventricular dysfunction: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Naba Farooqui", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital-Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incidence", + "rest_events_session_count": 1, + "rest_events_session": " definitions and outcomes of anthracycline induced subclinical and clinical left ventricular dysfunction: a systematic review and meta-analysis", + "events_topic": "Ventricular Dysfunction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Naba Farooqui ", + "kol_full_name": "Naba Farooqui " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456388", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nadia El Mjiyad", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nadia El Mjiyad ", + "kol_full_name": "Nadia El Mjiyad " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Genetic Testing | Myocarditis | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458265", + "session_name": "A patient with non-dilated left ventricle cardiomyopathy (NDLVC) phenotype presenting with recurrent ventricular arrhythmia and myocarditis: the importance of suspicion and genetic testing.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nagela S.V. Nunes", + "middle_name": null, + "last_name": null, + "org_name": "Complexo Hospitalar de Niteroi", + "Country": "Brazil", + "Region": "Rio de Janeiro", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A patient with non-dilated left ventricle cardiomyopathy (NDLVC) phenotype presenting with recurrent ventricular arrhythmia and myocarditis: the importance of suspicion and genetic testing.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Genetic Testing ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocarditis | Arrhythmias, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nagela S.V. Nunes ", + "kol_full_name": "Nagela S.V. Nunes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Appendage | Atrial Fibrillation | Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459963", + "session_name": "Concomitant left atrial appendage occlusion and transcatheter aortic valve replacement among patients with atrial fibrillation: an updated systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Naieli Machado Andrade", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Concomitant left atrial appendage occlusion and transcatheter aortic valve replacement among patients with atrial fibrillation: an updated systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Appendage | Atrial Fibrillation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcatheter Aortic Valve Replacement | Aortic Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Naieli Machado Andrade ", + "kol_full_name": "Naieli Machado Andrade " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461095", + "session_name": "What is new in hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Najat Mouine", + "middle_name": null, + "last_name": null, + "org_name": "Military Hospital Mohammed V", + "Country": "Morocco", + "Region": "Rabat-Sale", + "City": "Rabat", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "What is new in hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Najat Mouine ", + "kol_full_name": "Najat Mouine " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Colchicine | Ablation Techniques | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460742", + "session_name": "Colchicine prevents post-ablation atrial fibrillation recurrence: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nandan Patel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Colchicine prevents post-ablation atrial fibrillation recurrence: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colchicine | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nandan Patel ", + "kol_full_name": "Nandan Patel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455914", + "session_name": "Heart disease in a low-resource setting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Naomali Lalini Amarasena", + "middle_name": null, + "last_name": null, + "org_name": "Sri Jayewardenepura General Hospital", + "Country": "Sri Lanka", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart disease in a low-resource setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Naomali Lalini Amarasena ", + "kol_full_name": "Naomali Lalini Amarasena " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diet, High-Fat | Streptozocin | Diabetic Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457160", + "session_name": "Signature of diabetic cardiomyopathy progression using high-fat diet and streptozotocin mouse model: from subclinical to clinical with three-hit mouse model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Narainrit Karuna", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Signature of diabetic cardiomyopathy progression using high-fat diet and streptozotocin mouse model: from subclinical to clinical with three-hit mouse model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diet, High-Fat | Streptozocin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diabetic Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Narainrit Karuna ", + "kol_full_name": "Narainrit Karuna " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Glomerular Filtration Rate | Prognosis | Sarcopenia | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457367", + "session_name": "Association between estimated glomerular filtration rate and prognosis in patients with cardiovascular disease with and without sarcopenia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Naru Sugawara", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between estimated glomerular filtration rate and prognosis in patients with cardiovascular disease with and without sarcopenia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glomerular Filtration Rate | Prognosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sarcopenia | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Naru Sugawara ", + "kol_full_name": "Naru Sugawara " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Percutaneous Coronary Intervention | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460701", + "session_name": "Comparing predictive accuracy: systolic blood pressure to left ventricular end-diastolic pressure ratio versus TIMI score for short-term mortality after primary percutaneous coronary intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nasir Yaqoob", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiovascular Diseases (NICVD)", + "Country": "Pakistan", + "Region": "Sindh", + "City": "Karachi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing predictive accuracy: systolic blood pressure to left ventricular end-diastolic pressure ratio versus TIMI score for short-term mortality after primary percutaneous coronary intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nasir Yaqoob ", + "kol_full_name": "Nasir Yaqoob " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460044", + "session_name": "Insights into type 2 diabetes mellitus in atrial fibrillation patients: a proteomics approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Natalia Atzemian", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Insights into type 2 diabetes mellitus in atrial fibrillation patients: a proteomics approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Natalia Atzemian ", + "kol_full_name": "Natalia Atzemian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia | Ventricular Fibrillation | Ventricular Premature Complexes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458781", + "session_name": "Electrical storm due to polymorphic tachycardia and ventricular fibrillation triggered by premature ventricular complexes originating in the Purkinje fibers adjacent to the moderator band.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Natalia Campo", + "middle_name": null, + "last_name": null, + "org_name": "University of Valle", + "Country": "Colombia", + "Region": "Valle del Cauca", + "City": "Cali", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Electrical storm due to polymorphic tachycardia and ventricular fibrillation triggered by premature ventricular complexes originating in the Purkinje fibers adjacent to the moderator band.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia | Ventricular Fibrillation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ventricular Premature Complexes", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Natalia Campo ", + "kol_full_name": "Natalia Campo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460908", + "session_name": "Smaller trials, trial updates, and other studies on inflammation and immunity in cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Natalie Arnold", + "middle_name": null, + "last_name": null, + "org_name": "University Heart and Vascular Centre Hamburg UHZ", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Smaller trials", + "rest_events_session_count": 2, + "rest_events_session": " trial updates, and other studies on inflammation and immunity in cardiovascular disease", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Natalie Arnold ", + "kol_full_name": "Natalie Arnold " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460865", + "session_name": "Embedding a text message recall system to increase the uptake of cardiovascular screening in Australian general practice. Results of the Text to Detect randomised controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Natalie Raffoul", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Embedding a text message recall system to increase the uptake of cardiovascular screening in Australian general practice. Results of the Text to Detect randomised controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Natalie Raffoul ", + "kol_full_name": "Natalie Raffoul " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Scleroderma, Systemic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459647", + "session_name": "Impaired retinal micro-vascular function in patients with a systemic sclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Natallia Laptseva", + "middle_name": null, + "last_name": null, + "org_name": "U", + "Country": "Switzerland", + "Region": "Zurich", + "City": "Zurich", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impaired retinal micro-vascular function in patients with a systemic sclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Scleroderma, Systemic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Natallia Laptseva ", + "kol_full_name": "Natallia Laptseva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Renal Insufficiency, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455994", + "session_name": "Impact of chronic kidney disease on cardiovascular outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Natasa Markovic Nikolic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Center Zvezdara", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of chronic kidney disease on cardiovascular outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Natasa Markovic Nikolic ", + "kol_full_name": "Natasa Markovic Nikolic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Child, Preschool", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460426", + "session_name": "Clinical and diagnostic value of the novel algorithm for categorisation of neonatal interatrial communication; findings at follow-up in preschool children", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Natasja Schytte", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical and diagnostic value of the novel algorithm for categorisation of neonatal interatrial communication; findings at follow-up in preschool children", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Child, Preschool", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Natasja Schytte ", + "kol_full_name": "Natasja Schytte " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Apoptosis | Ferroptosis | Cardiac Dysfunction | Mitochondrial Diseases | Pyroptosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458066", + "session_name": "Inhibition of pyroptosis and apoptosis, but not ferroptosis, reduces cardiac dysfunction in prediabetic rats via attenuating mitochondrial dysfunction, independent of metabolic alterations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nattayaporn Apaijai", + "middle_name": null, + "last_name": null, + "org_name": "Chiang Mai University", + "Country": "Thailand", + "Region": "Chiang Mai", + "City": "Chiang Mai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inhibition of pyroptosis and apoptosis", + "rest_events_session_count": 3, + "rest_events_session": " but not ferroptosis, reduces cardiac dysfunction in prediabetic rats via attenuating mitochondrial dysfunction, independent of metabolic alterations", + "events_topic": "Apoptosis | Ferroptosis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiac Dysfunction | Mitochondrial Diseases | Pyroptosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nattayaporn Apaijai ", + "kol_full_name": "Nattayaporn Apaijai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hyperlipidemias | Decision Making, Shared", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457118", + "session_name": "Personalised care for hyperlipidaemia by tailoring shared decision-making toward patient priorities & needs: results from a patient-led study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Neil Johnson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised care for hyperlipidaemia by tailoring shared decision-making toward patient priorities & needs: results from a patient-led study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hyperlipidemias | Decision Making, Shared", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Neil Johnson ", + "kol_full_name": "Neil Johnson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456799", + "session_name": "Risk factors and lifestyle modification in hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ney Carter Borges", + "middle_name": null, + "last_name": null, + "org_name": "State University of Campinas (UNICAMP)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors and lifestyle modification in hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ney Carter Borges ", + "kol_full_name": "Ney Carter Borges " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Protein Subunit Vaccines | Chronic Inflammation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459348", + "session_name": "AtheroVax: a peptide vaccine with a therapeutic effect in animal model of chronic inflammation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nicholas Kipshidze", + "middle_name": null, + "last_name": null, + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AtheroVax: a peptide vaccine with a therapeutic effect in animal model of chronic inflammation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Protein Subunit Vaccines | Chronic Inflammation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nicholas Kipshidze ", + "kol_full_name": "Nicholas Kipshidze " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460894", + "session_name": "Amplify and act: case-based discussions with heart failure experts", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nick Hartshorne-Evans", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Amplify and act: case-based discussions with heart failure experts", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nick Hartshorne-Evans ", + "kol_full_name": "Nick Hartshorne-Evans " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Thrombectomy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460903", + "session_name": "Shaping the future of pulmonary embolism (PE) treatment using mechanical thrombectomy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nicolas Meneveau", + "middle_name": null, + "last_name": null, + "org_name": "Regional University Hospital Jean Minjoz", + "Country": "France", + "Region": "Franche-Comte", + "City": "Besancon", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Shaping the future of pulmonary embolism (PE) treatment using mechanical thrombectomy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism | Thrombectomy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nicolas Meneveau ", + "kol_full_name": "Nicolas Meneveau " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Deep Learning | Ultrasonography | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457083", + "session_name": "Deep learning improves detection of aortic stenosis in b-mode ultrasound: results of a pivotal multicenter validation study using artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nicolas Poilvert", + "middle_name": null, + "last_name": null, + "org_name": "Caption Health Inc.", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deep learning improves detection of aortic stenosis in b-mode ultrasound: results of a pivotal multicenter validation study using artificial intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Deep Learning ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ultrasonography | Artificial Intelligence", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nicolas Poilvert ", + "kol_full_name": "Nicolas Poilvert " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart-Assist Devices | Patient Care | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460892", + "session_name": "Sustainable Cardiology - personalising device patient care for people and the planet", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nicole Campbell", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sustainable Cardiology - personalising device patient care for people and the planet", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices | Patient Care ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nicole Campbell ", + "kol_full_name": "Nicole Campbell " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460681", + "session_name": "A rare cause of ST-segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nicoleta-Monica Popa-Fotea", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Clinical Hospital", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A rare cause of ST-segment elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nicoleta-Monica Popa-Fotea ", + "kol_full_name": "Nicoleta-Monica Popa-Fotea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Renal Insufficiency, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455995", + "session_name": "Impact of chronic kidney disease on cardiovascular outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nigora Srojidinova", + "middle_name": null, + "last_name": null, + "org_name": "Republican Specialized Scientific Practical Medical Center Of Cardiology", + "Country": "Uzbekistan", + "Region": "Toshkent", + "City": "Tashkent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of chronic kidney disease on cardiovascular outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nigora Srojidinova ", + "kol_full_name": "Nigora Srojidinova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Artery Coupling | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458888", + "session_name": "Right ventricular to pulmonary artery coupling credicts poor outcomes after interatrial shunting in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nijad Bakhshaliyev", + "middle_name": null, + "last_name": null, + "org_name": "Bezmialem University", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Right ventricular to pulmonary artery coupling credicts poor outcomes after interatrial shunting in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Artery Coupling | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nijad Bakhshaliyev ", + "kol_full_name": "Nijad Bakhshaliyev " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Premature Complexes | Ethacizine | Atrial Premature Complexes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460360", + "session_name": "A prospective analysis of the efficacy and safety of ethacizine during premature atrial contractions and premature ventricular contractions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nika Kuridze", + "middle_name": null, + "last_name": null, + "org_name": "G. Chapidze Emergency Cardiology Center", + "Country": "Georgia", + "Region": "T'bilisi", + "City": "Tbilisi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A prospective analysis of the efficacy and safety of ethacizine during premature atrial contractions and premature ventricular contractions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Premature Complexes | Ethacizine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Premature Complexes", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nika Kuridze ", + "kol_full_name": "Nika Kuridze " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertensive Crisis | Non-alcoholic Fatty Liver Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459257", + "session_name": "The interplay between overactivity of sympathetic nervous system, blood pressure levels and non-alcoholic fatty liver disease in hypertensive patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Niki Kakouri", + "middle_name": null, + "last_name": null, + "org_name": "Konstantopoulio General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The interplay between overactivity of sympathetic nervous system", + "rest_events_session_count": 1, + "rest_events_session": " blood pressure levels and non-alcoholic fatty liver disease in hypertensive patients", + "events_topic": "Hypertensive Crisis | Non-alcoholic Fatty Liver Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Niki Kakouri ", + "kol_full_name": "Niki Kakouri " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Cardiomyopathy, Dilated", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458526", + "session_name": "Prevalence, mechanisms and prognostic impact of dynamic mitral regurgitation unmasked by handgrip exercise in patients with hypokinetic non-dilated and dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Niklas Guenther", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence", + "rest_events_session_count": 1, + "rest_events_session": " mechanisms and prognostic impact of dynamic mitral regurgitation unmasked by handgrip exercise in patients with hypokinetic non-dilated and dilated cardiomyopathy", + "events_topic": "Mitral Valve Insufficiency | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Niklas Guenther ", + "kol_full_name": "Niklas Guenther " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Ventricular Outflow Obstruction, Left | Prealbumin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458006", + "session_name": "Dynamic left ventricular outflow tract obstruction in wild-type transthyretin cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nikol Kubinova", + "middle_name": null, + "last_name": null, + "org_name": "First Faculty of Medicine and General Teaching Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dynamic left ventricular outflow tract obstruction in wild-type transthyretin cardiac amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Ventricular Outflow Obstruction, Left ", + "rest_events_topic_count": 1, + "rest_events_topic": " Prealbumin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikol Kubinova ", + "kol_full_name": "Nikol Kubinova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiometabolic Risk Factors | Diet, High-Fat", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461045", + "session_name": "An isocaloric high fat diet enriched with saturated compared to polyunsaturated fat has a more detrimental effect on clinical cardiometabolic risk factors in healthy humans", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nikola Srnic", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An isocaloric high fat diet enriched with saturated compared to polyunsaturated fat has a more detrimental effect on clinical cardiometabolic risk factors in healthy humans", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Risk Factors | Diet, High-Fat", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikola Srnic ", + "kol_full_name": "Nikola Srnic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Hydrocortisone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459467", + "session_name": "Hair cortisol concentration, a biomarker of stress, is gradually increased in patients with acute myocardial infarction before the acute episode", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nikolaos Kosmas", + "middle_name": null, + "last_name": null, + "org_name": "Attikon University Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hair cortisol concentration", + "rest_events_session_count": 2, + "rest_events_session": " a biomarker of stress, is gradually increased in patients with acute myocardial infarction before the acute episode", + "events_topic": "Myocardial Infarction | Hydrocortisone", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikolaos Kosmas ", + "kol_full_name": "Nikolaos Kosmas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Arrest", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456963", + "session_name": "The heart restarts: what's next after cardiac arrest?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nikolaos Nikolaou", + "middle_name": null, + "last_name": null, + "org_name": "Konstantopouleio-Patision General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The heart restarts: what's next after cardiac arrest?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikolaos Nikolaou ", + "kol_full_name": "Nikolaos Nikolaou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Angiography | Extracellular Traps", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457739", + "session_name": "Association of Neutrophil extracellular traps burden with clinical and angiographic characteristics in patients with ST-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nikolaos Stalikas", + "middle_name": null, + "last_name": null, + "org_name": "AHEPA University General Hospital", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of Neutrophil extracellular traps burden with clinical and angiographic characteristics in patients with ST-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Angiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Extracellular Traps", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikolaos Stalikas ", + "kol_full_name": "Nikolaos Stalikas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458268", + "session_name": "Mushroom-induced reversible acute heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nikoleta Hadjigeorgiou", + "middle_name": null, + "last_name": null, + "org_name": "Paphos General Hospital", + "Country": "Cyprus", + "Region": "Paphos", + "City": "Paphos", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mushroom-induced reversible acute heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikoleta Hadjigeorgiou ", + "kol_full_name": "Nikoleta Hadjigeorgiou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Furosemide | Heart Failure | Torsemide | Diuretics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460556", + "session_name": "Diuretic dosing and outcomes with torsemide and furosemide following hospitalization for heart failure: the TRANSFORM-HF trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nina Nouhravesh", + "middle_name": null, + "last_name": null, + "org_name": "Duke Clinical Research Institute", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diuretic dosing and outcomes with torsemide and furosemide following hospitalization for heart failure: the TRANSFORM-HF trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Furosemide | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Torsemide | Diuretics", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nina Nouhravesh ", + "kol_full_name": "Nina Nouhravesh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "RING Finger Protein", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457264", + "session_name": "Muscle RING-finger proteins (MuRF) regulate protein kinase A activity via retrograde vesicular transport of PKA RI-alpha", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ning Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Muscle RING-finger proteins (MuRF) regulate protein kinase A activity via retrograde vesicular transport of PKA RI-alpha", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "RING Finger Protein", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ning Li ", + "kol_full_name": "Ning Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome | Catheterization | Clinical Laboratory Techniques | Fractures, Bone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459120", + "session_name": "Coronary wire complete fracture-When \"all hell break loose in a cath lab\"", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nishan De Vas Goonewardane", + "middle_name": null, + "last_name": null, + "org_name": "District General Hospital Polonnaruwa", + "Country": "Sri Lanka", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary wire complete fracture-When \"all hell break loose in a cath lab\"", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome | Catheterization ", + "rest_events_topic_count": 2, + "rest_events_topic": " Clinical Laboratory Techniques | Fractures, Bone", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nishan De Vas Goonewardane ", + "kol_full_name": "Nishan De Vas Goonewardane " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Septal Defects, Ventricular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460061", + "session_name": "Safety and efficacy of perventricular device closure of ventricular septal defects in children", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nishant Shah", + "middle_name": null, + "last_name": null, + "org_name": "Sheikh Khalifa Medical City (Managed by Cleveland Clinic)", + "Country": "United Arab Emirates", + "Region": "Abu Zaby", + "City": "Abu Dhabi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Safety and efficacy of perventricular device closure of ventricular septal defects in children", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Septal Defects, Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nishant Shah ", + "kol_full_name": "Nishant Shah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Venous Thromboembolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457674", + "session_name": "The association between steroid use and recurrent venous thromboembolism: from the COMMAND VTE Registry-2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nishikawa Ryusuke", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The association between steroid use and recurrent venous thromboembolism: from the COMMAND VTE Registry-2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Venous Thromboembolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nishikawa Ryusuke ", + "kol_full_name": "Nishikawa Ryusuke " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460916", + "session_name": "Effects of Coronary Artery Calcium-Guided Statin Therapy on Atherosclerotic Progression in Intermediate-Risk People with Familial Coronary Artery Disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nitesh Nerlekar", + "middle_name": null, + "last_name": null, + "org_name": "Monash Heart", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of Coronary Artery Calcium-Guided Statin Therapy on Atherosclerotic Progression in Intermediate-Risk People with Familial Coronary Artery Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nitesh Nerlekar ", + "kol_full_name": "Nitesh Nerlekar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460501", + "session_name": "Impact of aortic distensibility assessed through computed tomography on clinical outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Niya Mileva", + "middle_name": null, + "last_name": null, + "org_name": "Medica Kor", + "Country": "Bulgaria", + "Region": "Razgrad", + "City": "Ruse", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of aortic distensibility assessed through computed tomography on clinical outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Niya Mileva ", + "kol_full_name": "Niya Mileva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456510", + "session_name": "Miscellaneous clinical studies in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Noemi Nyolczas", + "middle_name": null, + "last_name": null, + "org_name": "Central Hospital of Northern Pest - Military Hospital", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Miscellaneous clinical studies in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Noemi Nyolczas ", + "kol_full_name": "Noemi Nyolczas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460334", + "session_name": "Temporal trends in mortality and hospitalisation risk in patients with heart failure according to frailty status", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Noor Abassi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal trends in mortality and hospitalisation risk in patients with heart failure according to frailty status", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Noor Abassi ", + "kol_full_name": "Noor Abassi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457047", + "session_name": "Identifying factors affecting sports achievement and endurance using artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nora Sydo", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identifying factors affecting sports achievement and endurance using artificial intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nora Sydo ", + "kol_full_name": "Nora Sydo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcoma | Liposarcoma, Myxoid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459563", + "session_name": "Clinical conundrum: cardiac metastases from pulmonary myxoid sarcoma to the left atrium", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Norma Gamarra Valverde", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical conundrum: cardiac metastases from pulmonary myxoid sarcoma to the left atrium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma | Liposarcoma, Myxoid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Norma Gamarra Valverde ", + "kol_full_name": "Norma Gamarra Valverde " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460780", + "session_name": "Pregnancy in women with congenital heart disease : new insights into neonatal risk predictioc", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nour Rahnama", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pregnancy in women with congenital heart disease : new insights into neonatal risk predictioc", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nour Rahnama ", + "kol_full_name": "Nour Rahnama " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Polymorphism, Genetic | Cardiomyopathy, Dilated", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458107", + "session_name": "Genetic polymorphisms and dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nqoba Israel Tsabedze", + "middle_name": null, + "last_name": null, + "org_name": "University of the Witwatersrand", + "Country": "South Africa", + "Region": "Gauteng", + "City": "Johannesburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetic polymorphisms and dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polymorphism, Genetic | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nqoba Israel Tsabedze ", + "kol_full_name": "Nqoba Israel Tsabedze " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460110", + "session_name": "Interaction between residential greenness and heatwaves on cardiovascular diseases among Chinese adults.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nuerguli Tuerdi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interaction between residential greenness and heatwaves on cardiovascular diseases among Chinese adults.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nuerguli Tuerdi ", + "kol_full_name": "Nuerguli Tuerdi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy | Ventricular Premature Complexes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459813", + "session_name": "Severe LV dysfunction caused by complex and uncontrollable polymorphic premature ventricular complexes: CRT as a viable solution", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nuno Cabanelas", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Prof Fernando da Fonseca EPE", + "Country": "Portugal", + "Region": "Lisboa", + "City": "Amadora", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Severe LV dysfunction caused by complex and uncontrollable polymorphic premature ventricular complexes: CRT as a viable solution", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy | Ventricular Premature Complexes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nuno Cabanelas ", + "kol_full_name": "Nuno Cabanelas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Universal Health Care | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460872", + "session_name": "Gender disparities in short-term outcomes of STEMI patients: the influence of universal health coverage", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nurul Qalby", + "middle_name": null, + "last_name": null, + "org_name": "Hasanuddin University", + "Country": "Indonesia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gender disparities in short-term outcomes of STEMI patients: the influence of universal health coverage", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Universal Health Care | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nurul Qalby ", + "kol_full_name": "Nurul Qalby " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Microvascular Angina", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460408", + "session_name": "Dysregulation of sympathoadrenal system activity in patients with microvascular angina", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Nurullo Nasirdinov", + "middle_name": null, + "last_name": null, + "org_name": "Andijan branch of RSSPMC of Cardiology", + "Country": "Uzbekistan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dysregulation of sympathoadrenal system activity in patients with microvascular angina", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microvascular Angina", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nurullo Nasirdinov ", + "kol_full_name": "Nurullo Nasirdinov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459994", + "session_name": "ECG as a screening tool for detection of significant functional mitral regurgitation in patients with left bundle branch block", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Oana Andrei", + "middle_name": null, + "last_name": null, + "org_name": "Institute of Cardiovascular Diseases Prof. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ECG as a screening tool for detection of significant functional mitral regurgitation in patients with left bundle branch block", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oana Andrei ", + "kol_full_name": "Oana Andrei " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460741", + "session_name": "Strategic timing- early and delayed catheter ablation in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Obaida Makdah", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Strategic timing- early and delayed catheter ablation in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Obaida Makdah ", + "kol_full_name": "Obaida Makdah " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456824", + "session_name": "Deeper insights into cardiomyocyte dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Olga Azevedo", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Guimaraes", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Deeper insights into cardiomyocyte dysfunction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Olga Azevedo ", + "kol_full_name": "Olga Azevedo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459875", + "session_name": "The impact of preoperative four-chamber strain on failure of the maze IV procedure for atrial fibrillation: insights from conventional and speckle-tracking echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Olga Kislitsina", + "middle_name": null, + "last_name": null, + "org_name": "Northwestern University", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of preoperative four-chamber strain on failure of the maze IV procedure for atrial fibrillation: insights from conventional and speckle-tracking echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Olga Kislitsina ", + "kol_full_name": "Olga Kislitsina " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Indoxyl Sulfate | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460811", + "session_name": "Indoxyl sulfate deteriorates cardiac electrophysiological function and increases the likelihood of arrhythmias in human ventricular myocardial cells", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Oliver Pfeuffer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Indoxyl sulfate deteriorates cardiac electrophysiological function and increases the likelihood of arrhythmias in human ventricular myocardial cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Indoxyl Sulfate | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oliver Pfeuffer ", + "kol_full_name": "Oliver Pfeuffer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Multimorbidity | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459098", + "session_name": "Multimorbidity patterns in adults admitted to hospital with heart failure: an analysis of 175 million hospitalisation episodes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Olivia Carson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Multimorbidity patterns in adults admitted to hospital with heart failure: an analysis of 175 million hospitalisation episodes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimorbidity | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Olivia Carson ", + "kol_full_name": "Olivia Carson " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mechanical Thrombolysis | Myocardial Infarction | Vascular Resistance", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458591", + "session_name": "Coronary slow flow as measured by corrected TIMI frame counts is associated with impaired microvascular resistance", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Olivia Girolamo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary slow flow as measured by corrected TIMI frame counts is associated with impaired microvascular resistance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Thrombolysis | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Vascular Resistance", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Olivia Girolamo ", + "kol_full_name": "Olivia Girolamo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Non–vitamin K Oral Anticoagulant | Intracardiac Thrombosis | Warfarin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458602", + "session_name": "Analysis of safety and outcome of use of NOAC in intracardiac thrombi over warfarin", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Omar Al-assaf", + "middle_name": null, + "last_name": null, + "org_name": "Rashid Hospital", + "Country": "United Arab Emirates", + "Region": "Dubayy", + "City": "Dubai", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Analysis of safety and outcome of use of NOAC in intracardiac thrombi over warfarin", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Non–vitamin K Oral Anticoagulant | Intracardiac Thrombosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Warfarin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Omar Al-assaf ", + "kol_full_name": "Omar Al-assaf " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456573", + "session_name": "Physiology matters: pushing the boundaries of invasive functional assessment applications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Omar Aziz Rana", + "middle_name": null, + "last_name": null, + "org_name": "Omar hospital and cardiac centre lahore", + "Country": "Pakistan", + "Region": "Punjab", + "City": "Lahore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Physiology matters: pushing the boundaries of invasive functional assessment applications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Omar Aziz Rana ", + "kol_full_name": "Omar Aziz Rana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460554", + "session_name": "Short term effects of exercise training program in patients with compensated chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Omar El Tahan", + "middle_name": null, + "last_name": null, + "org_name": "Cairo university", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Short term effects of exercise training program in patients with compensated chronic heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Omar El Tahan ", + "kol_full_name": "Omar El Tahan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Tachycardia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459881", + "session_name": "Patients on the ledge; ablation of incessant tachycardia. A single centre registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Omnia Kamel", + "middle_name": null, + "last_name": null, + "org_name": "Aswan Heart Centre", + "Country": "Egypt", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patients on the ledge; ablation of incessant tachycardia. A single centre registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Tachycardia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Omnia Kamel ", + "kol_full_name": "Omnia Kamel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Electroporation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458845", + "session_name": "Protamine administration after catheter ablation of atrial fibrillation using electroporation: a randomized controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ondrej Moravec", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Olomouc", + "Country": "Czech Republic", + "Region": "Olomoucky Kraj", + "City": "Olomouc", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Protamine administration after catheter ablation of atrial fibrillation using electroporation: a randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Electroporation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ondrej Moravec ", + "kol_full_name": "Ondrej Moravec " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Chronic Coronary Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456008", + "session_name": "Acute and chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Oner Ozdogan", + "middle_name": null, + "last_name": null, + "org_name": "Izmir City Hospital", + "Country": "Turkey", + "Region": "Izmir", + "City": "Izmir", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute and chronic coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Coronary Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oner Ozdogan ", + "kol_full_name": "Oner Ozdogan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458605", + "session_name": "BA6b9, a novel sk4 K + channel blocker, attenuates atrial fibrillation substrate in rats with reduced ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Or Levi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "BA6b9", + "rest_events_session_count": 2, + "rest_events_session": " a novel sk4 K + channel blocker, attenuates atrial fibrillation substrate in rats with reduced ejection fraction", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Or Levi ", + "kol_full_name": "Or Levi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459739", + "session_name": "Case 1 - integration of the 2023 ESC Guidelines on Acute Coronary Syndromes into clinical practice in Kazakhstan: key points for mortality reduction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Orazbek Sakhov", + "middle_name": null, + "last_name": null, + "org_name": "City Heart Center of Almaty", + "Country": "Kazakhstan", + "Region": "Almaty", + "City": "Almaty", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1 - integration of the 2023 ESC Guidelines on Acute Coronary Syndromes into clinical practice in Kazakhstan: key points for mortality reduction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Orazbek Sakhov ", + "kol_full_name": "Orazbek Sakhov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460194", + "session_name": "Trends in risk factor prevalence in young adults experiencing acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ori Segal", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trends in risk factor prevalence in young adults experiencing acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ori Segal ", + "kol_full_name": "Ori Segal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459897", + "session_name": "Long-term outcome of diabetic patients after unprotected left main percutaneous coronary interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Orsolya Nemeth", + "middle_name": null, + "last_name": null, + "org_name": "Gottsegen National Cardiovascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcome of diabetic patients after unprotected left main percutaneous coronary interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Orsolya Nemeth ", + "kol_full_name": "Orsolya Nemeth " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458137", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Oscar Mauricio Perez Fernandez", + "middle_name": null, + "last_name": null, + "org_name": "Foundation Cardioinfantil", + "Country": "Colombia", + "Region": "Distrito Capital", + "City": "Bogota", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oscar Mauricio Perez Fernandez ", + "kol_full_name": "Oscar Mauricio Perez Fernandez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Exercise Test | Myocardial Bridging | Depressive Disorder", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457516", + "session_name": "The role of myocardial bridging in athletes with ST-segment depression or T-wave inversion on exercise testing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Oscar Mendoza Figueredo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of myocardial bridging in athletes with ST-segment depression or T-wave inversion on exercise testing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise Test | Myocardial Bridging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Depressive Disorder", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oscar Mendoza Figueredo ", + "kol_full_name": "Oscar Mendoza Figueredo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulants Therapy | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460863", + "session_name": "Cost differences between oral anticoagulation therapies in atrial fibrillation patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ossi Lehtonen", + "middle_name": null, + "last_name": null, + "org_name": "University of Eastern Finland", + "Country": "Finland", + "Region": "Ita-Suomen Laani", + "City": "Kuopio", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cost differences between oral anticoagulation therapies in atrial fibrillation patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulants Therapy | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ossi Lehtonen ", + "kol_full_name": "Ossi Lehtonen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Ablation Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457988", + "session_name": "An in-silico comparison of anatomical and substrate based AF ablation using electro and optical flow mapping", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ovais Ahmed Jaffery", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An in-silico comparison of anatomical and substrate based AF ablation using electro and optical flow mapping", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Ablation Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ovais Ahmed Jaffery ", + "kol_full_name": "Ovais Ahmed Jaffery " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456998", + "session_name": "Contemporary definition of heart failure-related cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ovidiu Chioncel", + "middle_name": null, + "last_name": null, + "org_name": "Institute of Cardiovascular Diseases Prof. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Contemporary definition of heart failure-related cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ovidiu Chioncel ", + "kol_full_name": "Ovidiu Chioncel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459724", + "session_name": "Case 1 - ST-Elevation Myocardial Infarction (STEMI) in patients with high thrombus burden: Turkey high volume centre perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ozlem Yildirimturk", + "middle_name": null, + "last_name": null, + "org_name": "HSU Dr. Siyami Ersek Thoracic and Cardiovascular Surgery Research and Training Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1 - ST-Elevation Myocardial Infarction (STEMI) in patients with high thrombus burden: Turkey high volume centre perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ozlem Yildirimturk ", + "kol_full_name": "Ozlem Yildirimturk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460902", + "session_name": "Registries, observational, and other studies on coronary disease including intervention and surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pablo Avanzas Fernandez", + "middle_name": null, + "last_name": null, + "org_name": "Asturias Central University Hospital", + "Country": "Spain", + "Region": "Asturias", + "City": "Oviedo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Registries", + "rest_events_session_count": 2, + "rest_events_session": " observational, and other studies on coronary disease including intervention and surgery", + "events_topic": "Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pablo Avanzas Fernandez ", + "kol_full_name": "Pablo Avanzas Fernandez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mental Health | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456913", + "session_name": "Sleep, mental health, and heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pablo Pieroni", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sleep", + "rest_events_session_count": 2, + "rest_events_session": " mental health, and heart disease", + "events_topic": "Mental Health | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pablo Pieroni ", + "kol_full_name": "Pablo Pieroni " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter-Directed Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461029", + "session_name": "Challenging the guidelines on patient selection for catheter-directed intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pablo Salinas", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Clinico San Carlos", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Challenging the guidelines on patient selection for catheter-directed intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter-Directed Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pablo Salinas ", + "kol_full_name": "Pablo Salinas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Empagliflozin | Heart Function Tests | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460245", + "session_name": "Empagliflozin treatment pre- and post- acute myocardial infarction reduces no-reflow, inflammatory cell infiltration and infarct size while preserving cardiac function.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Panagiota Nikolaou", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Empagliflozin treatment pre- and post- acute myocardial infarction reduces no-reflow", + "rest_events_session_count": 1, + "rest_events_session": " inflammatory cell infiltration and infarct size while preserving cardiac function.", + "events_topic": "Empagliflozin | Heart Function Tests ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Panagiota Nikolaou ", + "kol_full_name": "Panagiota Nikolaou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Glucagon-Like Peptide 1 | Weight Loss", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459161", + "session_name": "Effects of SGLT-2i and GLP-1RA in vascular function parameters: the impact of the weight loss", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Panagiota Stampouloglou", + "middle_name": null, + "last_name": null, + "org_name": "Sotiria Thoracic Diseases Hospital of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of SGLT-2i and GLP-1RA in vascular function parameters: the impact of the weight loss", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glucagon-Like Peptide 1 | Weight Loss", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Panagiota Stampouloglou ", + "kol_full_name": "Panagiota Stampouloglou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Care Facilities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460486", + "session_name": "The future of cardiac care: predictions and preparation driven by data", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Panagiotis Vardas", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital of Heraklion", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The future of cardiac care: predictions and preparation driven by data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Care Facilities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Panagiotis Vardas ", + "kol_full_name": "Panagiotis Vardas " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Rare Diseases | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460143", + "session_name": "Generative adversarial networks (GANs) to produce synthetic 12-lead electrocardiogram signals for specific and rare diseases: a novel, powerful tool towards clinical advancements", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Panteleimon Pantelidis", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Generative adversarial networks (GANs) to produce synthetic 12-lead electrocardiogram signals for specific and rare diseases: a novel", + "rest_events_session_count": 1, + "rest_events_session": " powerful tool towards clinical advancements", + "events_topic": "Rare Diseases | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Panteleimon Pantelidis ", + "kol_full_name": "Panteleimon Pantelidis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Kidney Diseases | Anemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457361", + "session_name": "Anemia in patients with chronic kidney disease and its association with cardiac abnormalities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paola Gomez-Aviles", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Anemia in patients with chronic kidney disease and its association with cardiac abnormalities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Kidney Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paola Gomez-Aviles ", + "kol_full_name": "Paola Gomez-Aviles " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461092", + "session_name": "Cardiovascular prevention: what is new?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paola Varleta", + "middle_name": null, + "last_name": null, + "org_name": "Dipreca Hospital", + "Country": "Chile", + "Region": "Region Metropolitana", + "City": "Santiago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular prevention: what is new?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Prevention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paola Varleta ", + "kol_full_name": "Paola Varleta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Death, Sudden, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457478", + "session_name": "Doping: cause of sudden cardiac death in athletes?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paolo Emilio Adami", + "middle_name": null, + "last_name": null, + "org_name": "World Athletics", + "Country": "Monaco", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Doping: cause of sudden cardiac death in athletes?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paolo Emilio Adami ", + "kol_full_name": "Paolo Emilio Adami " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Ventricular Assist Device", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460203", + "session_name": "Outflow graft stenosis after left ventricular assist device implantation: the rotterdam experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Parsa Jahangiri", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outflow graft stenosis after left ventricular assist device implantation: the rotterdam experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Assist Device", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Parsa Jahangiri ", + "kol_full_name": "Parsa Jahangiri " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Metabolic Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460052", + "session_name": "Sex influences the associations of serum alkaline phosphatase with metabolic syndrome and its components: over 15 years of follow-up in Tehran Lipid and Glucose Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Parto Hadaegh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex influences the associations of serum alkaline phosphatase with metabolic syndrome and its components: over 15 years of follow-up in Tehran Lipid and Glucose Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolic Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Parto Hadaegh ", + "kol_full_name": "Parto Hadaegh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Receptors, Mineralocorticoid | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459568", + "session_name": "Effects of mineralocorticoid receptor antagonists on new-onset or recurrent atrial fibrillation: a Bayesian and frequentist network meta-analysis of randomized trials.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paschalis Karakasis", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital of Thessaloniki", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of mineralocorticoid receptor antagonists on new-onset or recurrent atrial fibrillation: a Bayesian and frequentist network meta-analysis of randomized trials.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Mineralocorticoid | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paschalis Karakasis ", + "kol_full_name": "Paschalis Karakasis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461089", + "session_name": "London calling - the trainee challenge - case presenters", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pasquale Crea", + "middle_name": null, + "last_name": null, + "org_name": "University of Messina", + "Country": "Italy", + "Region": "Sicilia", + "City": "messina", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "London calling - the trainee challenge - case presenters", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pasquale Crea ", + "kol_full_name": "Pasquale Crea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461059", + "session_name": "The case for early LDL-c lowering in patients at increased CV risk: when should we start?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pasquale Perrone-Filardi", + "middle_name": null, + "last_name": null, + "org_name": "Federico II University Hospital", + "Country": "Italy", + "Region": "Campania", + "City": "Napoli", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The case for early LDL-c lowering in patients at increased CV risk: when should we start?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pasquale Perrone-Filardi ", + "kol_full_name": "Pasquale Perrone-Filardi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Brugada Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458801", + "session_name": "Prognostic parameters predict cardiac events in Brugada syndrome: a meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Patavee Pajareya", + "middle_name": null, + "last_name": null, + "org_name": "King Chulalongkorn Memorial Hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic parameters predict cardiac events in Brugada syndrome: a meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Brugada Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Patavee Pajareya ", + "kol_full_name": "Patavee Pajareya " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "MINOCA", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459829", + "session_name": "Invasive evaluation provides crucial information in MINOCA", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Patrick O'Boyle", + "middle_name": null, + "last_name": null, + "org_name": "Mater Misericordiae University Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Invasive evaluation provides crucial information in MINOCA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "MINOCA", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Patrick O'Boyle ", + "kol_full_name": "Patrick O'Boyle " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Health Care Sector | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460337", + "session_name": "Revolutionising patient care: the role of AI-generated avatars in healthcare consultations", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Patrick Then", + "middle_name": null, + "last_name": null, + "org_name": "Swinburne University of Technology Sarawak Campus", + "Country": "Malaysia", + "Region": "Sarawak", + "City": "Kuching", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Revolutionising patient care: the role of AI-generated avatars in healthcare consultations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Care Sector | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Patrick Then ", + "kol_full_name": "Patrick Then " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Septal Defects, Atrial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460323", + "session_name": "Making of the robo-heart, interventional closure of an atrial septal defect - better late than ever?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paul Calin Craciun", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Institute of Cardiovascular Diseases Prof. Dr. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Making of the robo-heart", + "rest_events_session_count": 1, + "rest_events_session": " interventional closure of an atrial septal defect - better late than ever?", + "events_topic": "Heart Septal Defects, Atrial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paul Calin Craciun ", + "kol_full_name": "Paul Calin Craciun " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456442", + "session_name": "Global approach to hypertension management and cardiovascular risk reduction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paul K. Whelton", + "middle_name": null, + "last_name": null, + "org_name": "Tulane University", + "Country": "United States", + "Region": "Louisiana", + "City": "New Orleans", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global approach to hypertension management and cardiovascular risk reduction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paul K. Whelton ", + "kol_full_name": "Paul K. Whelton " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia | Pulsed Field Ablation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459518", + "session_name": "Left atrial substrate modification for persistent atrial fibrillation and left atrial macro or microreentrant tachycardia using a single-shot pulsed field ablation system - a single centre case series", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paul Lustig", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial substrate modification for persistent atrial fibrillation and left atrial macro or microreentrant tachycardia using a single-shot pulsed field ablation system - a single centre case series", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia | Pulsed Field Ablation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paul Lustig ", + "kol_full_name": "Paul Lustig " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459297", + "session_name": "Optimising healthcare delivery in cardiovascular patients: will artificial intelligence help? - patient perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paul McGreavy", + "middle_name": null, + "last_name": null, + "org_name": "ESC Patient Forum", + "Country": "United Kingdom", + "Region": "England", + "City": "Sheffield", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimising healthcare delivery in cardiovascular patients: will artificial intelligence help? - patient perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paul McGreavy ", + "kol_full_name": "Paul McGreavy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biomarkers | Heart Failure | Risk Assessment | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457213", + "session_name": "Heart failure risk assessment using biomarkers in patients with atrial fibrillation: analysis of 32,041 patients from the COMBINE-AF study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paul Michael Haller", + "middle_name": null, + "last_name": null, + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure risk assessment using biomarkers in patients with atrial fibrillation: analysis of 32", + "rest_events_session_count": 1, + "rest_events_session": "041 patients from the COMBINE-AF study", + "events_topic": "Biomarkers | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Risk Assessment | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paul Michael Haller ", + "kol_full_name": "Paul Michael Haller " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Photoplethysmography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458320", + "session_name": "Optimisation of artefact detection in photoplethysmography heart rate data: influence of different classifiers in machine learning models", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paulien Vermunicht", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Optimisation of artefact detection in photoplethysmography heart rate data: influence of different classifiers in machine learning models", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Photoplethysmography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paulien Vermunicht ", + "kol_full_name": "Paulien Vermunicht " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Chronic Coronary Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456834", + "session_name": "Factors influencing the decision to revascularise in chronic coronary syndromes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Paulo Caramori", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Sao Lucas, The Pontifical Catholic University of Rio Grande do Sul", + "Country": "Brazil", + "Region": "Rio Grande do Sul", + "City": "Porto Alegre", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors influencing the decision to revascularise in chronic coronary syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Coronary Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paulo Caramori ", + "kol_full_name": "Paulo Caramori " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Septum | Liposarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459564", + "session_name": "Recurrence of liposarcoma metastasis to cardiac interventriculat septum", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pavel Chnupa", + "middle_name": null, + "last_name": null, + "org_name": "The National Institute of Cardiovascular Diseases", + "Country": "Slovakia", + "Region": "Bratislavsky", + "City": "Bratislava", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Recurrence of liposarcoma metastasis to cardiac interventriculat septum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Septum | Liposarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pavel Chnupa ", + "kol_full_name": "Pavel Chnupa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459095", + "session_name": "Association of visceral adipose tissue with echocardiographic abnormalities in type 2 diabetes patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pavel Martinez-Dominguez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of visceral adipose tissue with echocardiographic abnormalities in type 2 diabetes patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pavel Martinez-Dominguez ", + "kol_full_name": "Pavel Martinez-Dominguez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Troponin T | Myositis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457878", + "session_name": "High-sensitive cardiac troponin T in patients with idiopathic inflammatory myopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pedro Gabriel Barros E. Silva", + "middle_name": null, + "last_name": null, + "org_name": "Centro universitario sao camilo", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High-sensitive cardiac troponin T in patients with idiopathic inflammatory myopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin T | Myositis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pedro Gabriel Barros E. Silva ", + "kol_full_name": "Pedro Gabriel Barros E. Silva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Stress, Psychological | Tachycardia, Ventricular | Aneurysm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458778", + "session_name": "Left ventricle reconstruction and aneurysmectomy as a treatment for recurrent and refractory ventricular tachycardia in a patient suffering from ischemic myocardial disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pedro Guimaraes Silva", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricle reconstruction and aneurysmectomy as a treatment for recurrent and refractory ventricular tachycardia in a patient suffering from ischemic myocardial disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Stress, Psychological ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tachycardia, Ventricular | Aneurysm", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pedro Guimaraes Silva ", + "kol_full_name": "Pedro Guimaraes Silva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Reperfusion Injury | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457927", + "session_name": "Effects of intracoronary supersaturated oxygen infusion on the time course of myocardial blood flow and extent of microvascular obstruction in an ischemia/reperfusion preclinical swine model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pedro Melo", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of intracoronary supersaturated oxygen infusion on the time course of myocardial blood flow and extent of microvascular obstruction in an ischemia/reperfusion preclinical swine model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reperfusion Injury | Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pedro Melo ", + "kol_full_name": "Pedro Melo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461072", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pedro Pablo Jordan Marchite", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Vall d'Hebron", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pedro Pablo Jordan Marchite ", + "kol_full_name": "Pedro Pablo Jordan Marchite " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Macrophages | Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459127", + "session_name": "Loss of IDH1 and IDH2 in macrophages induces pathological phenotypes in cardiomyocytes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Penelope Pennoyer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Loss of IDH1 and IDH2 in macrophages induces pathological phenotypes in cardiomyocytes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Macrophages | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Penelope Pennoyer ", + "kol_full_name": "Penelope Pennoyer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "PIEZO1 Protein, Human | Ion Channels | Aortic Dissection", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458945", + "session_name": "Mechanosensitive Ion Channel Piezo1 regulates tight junctions between endothelium and mediates the occurrence of aortic dissection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Peng Teng", + "middle_name": null, + "last_name": null, + "org_name": "The First Affiliated Hospital, College of Medicine, Zhejiang University", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanosensitive Ion Channel Piezo1 regulates tight junctions between endothelium and mediates the occurrence of aortic dissection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "PIEZO1 Protein, Human | Ion Channels ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Dissection", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Peng Teng ", + "kol_full_name": "Peng Teng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Cohort Studies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458143", + "session_name": "ATTR cardiac amyloidosis after lumbar spinal stenosis- a prospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Per Eldhagen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "ATTR cardiac amyloidosis after lumbar spinal stenosis- a prospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Cohort Studies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Per Eldhagen ", + "kol_full_name": "Per Eldhagen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy Devices", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458482", + "session_name": "Side branch interventions late after MFM implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petar Polomski", + "middle_name": null, + "last_name": null, + "org_name": "Acibadem City Clinic cardiovascular center", + "Country": "Bulgaria", + "Region": "Sofiya", + "City": "Sofia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Side branch interventions late after MFM implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petar Polomski ", + "kol_full_name": "Petar Polomski " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Death, Sudden, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456632", + "session_name": "Guidelines in Practice: risk stratification for sudden cardiac death in non-dilated left ventricular cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petar Seferovic", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Center of Serbia", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guidelines in Practice: risk stratification for sudden cardiac death in non-dilated left ventricular cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Death, Sudden, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petar Seferovic ", + "kol_full_name": "Petar Seferovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460722", + "session_name": "Development and validation of a prognostic score integrating remote heart failure symptoms and clinical variables for mortality risk prediction after myocardial infarction. The PragueMi score.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Peter Wohlfahrt", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Clinical and Experimental Medicine (IKEM)", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development and validation of a prognostic score integrating remote heart failure symptoms and clinical variables for mortality risk prediction after myocardial infarction. The PragueMi score.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Peter Wohlfahrt ", + "kol_full_name": "Peter Wohlfahrt " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Chest Pain", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460132", + "session_name": "The impact of early use of echocardiography performed by non-cardiologist in patients with chest pain - the ENDEMIC study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petr Grenar", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Hradec Kralove", + "Country": "Czech Republic", + "Region": "Kralovehradecky Kraj", + "City": "Hradec Kralove", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of early use of echocardiography performed by non-cardiologist in patients with chest pain - the ENDEMIC study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Chest Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petr Grenar ", + "kol_full_name": "Petr Grenar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Systolic | Eicosanoids | Coronary Sinus | C-Peptide", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460441", + "session_name": "Eicosanoids in coronary sinus negatively correlate with natriuretic peptides in heart failure with reduced ejection fraction: insights from Eicosanoids in Human Heart Failure Study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petr Kala", + "middle_name": null, + "last_name": null, + "org_name": "Motol University Hospital", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Eicosanoids in coronary sinus negatively correlate with natriuretic peptides in heart failure with reduced ejection fraction: insights from Eicosanoids in Human Heart Failure Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Systolic | Eicosanoids ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Sinus | C-Peptide", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petr Kala ", + "kol_full_name": "Petr Kala " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460235", + "session_name": "Mechanical circulatory support in electrical storm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petr Peichl", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Clinical and Experimental Medicine (IKEM)", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanical circulatory support in electrical storm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Circulatory Support", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petr Peichl ", + "kol_full_name": "Petr Peichl " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ischemic Stroke | Myocardial Reperfusion Injury | Growth Differentiation Factor 15", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460541", + "session_name": "Elevated GDF-15 is associated with stroke severity, myocardial injury and poor clinical outcome in patients after acute ischemic stroke.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petr Tousek", + "middle_name": null, + "last_name": null, + "org_name": "Faculty Hospital Kralovske Vinohrady", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Elevated GDF-15 is associated with stroke severity", + "rest_events_session_count": 1, + "rest_events_session": " myocardial injury and poor clinical outcome in patients after acute ischemic stroke.", + "events_topic": "Ischemic Stroke | Myocardial Reperfusion Injury ", + "rest_events_topic_count": 1, + "rest_events_topic": " Growth Differentiation Factor 15", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petr Tousek ", + "kol_full_name": "Petr Tousek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericardial Effusion | Still's Disease, Adult-Onset", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457222", + "session_name": "Severe pericardial effusion as manifestation of adult-onset still disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petr Urban", + "middle_name": null, + "last_name": null, + "org_name": "Pisek Hospital", + "Country": "Czech Republic", + "Region": "Plzensky Kraj", + "City": "Plzen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Severe pericardial effusion as manifestation of adult-onset still disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericardial Effusion | Still's Disease, Adult-Onset", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petr Urban ", + "kol_full_name": "Petr Urban " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460054", + "session_name": "PRIORiTize-TAVI might predict more than transcatheter aortic valve replacement waiting list priorities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petra Bistrovic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Dubrava", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PRIORiTize-TAVI might predict more than transcatheter aortic valve replacement waiting list priorities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petra Bistrovic ", + "kol_full_name": "Petra Bistrovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Revascularization | Chronic Limb-Threatening Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459057", + "session_name": "Microvascular blood flow disturbances predict poor outcome of revascularization in CLTI patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petra Korpisalo", + "middle_name": null, + "last_name": null, + "org_name": "Kuopio University Hospital", + "Country": "Finland", + "Region": "Ita-Suomen Laani", + "City": "Kuopio", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Microvascular blood flow disturbances predict poor outcome of revascularization in CLTI patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Revascularization | Chronic Limb-Threatening Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petra Korpisalo ", + "kol_full_name": "Petra Korpisalo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460680", + "session_name": "Acute coronary syndrome in cancer patient: what was the cause?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petra Radic", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Sestre Milosrdnice", + "Country": "Croatia", + "Region": "Grad Zagreb", + "City": "Zagreb", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute coronary syndrome in cancer patient: what was the cause?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petra Radic ", + "kol_full_name": "Petra Radic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Stroke | COVID-19", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459918", + "session_name": "The effect of 2 years COVID-19 pandemic on myocardial infarction and stroke admissions: nationwide registry study, sex differences and mortality", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Petra Sedova", + "middle_name": null, + "last_name": null, + "org_name": "FNUSA", + "Country": "Czech Republic", + "Region": "Jihomoravsky Kraj", + "City": "Brno", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of 2 years COVID-19 pandemic on myocardial infarction and stroke admissions: nationwide registry study", + "rest_events_session_count": 1, + "rest_events_session": " sex differences and mortality", + "events_topic": "Myocardial Infarction | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " COVID-19", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Petra Sedova ", + "kol_full_name": "Petra Sedova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461046", + "session_name": "The role of uremic toxin indoxyl sulfate in aggravated aortic valve stenosis under uremic conditions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Philip Duesing", + "middle_name": null, + "last_name": null, + "org_name": "Heartcenter Bonn, University Hospital Bonn", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bonn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of uremic toxin indoxyl sulfate in aggravated aortic valve stenosis under uremic conditions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Philip Duesing ", + "kol_full_name": "Philip Duesing " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Depression | Ventricular Function, Left | Myocardial Infarction | Anxiety", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461051", + "session_name": "Short- and long-term effects of beta-blockers on symptoms of anxiety and depression in patients with myocardial infarction and preserved left ventricular function: prespecified substudy from REDUCE-AM", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Philip Leissner", + "middle_name": null, + "last_name": null, + "org_name": "Uppsala University", + "Country": "Sweden", + "Region": "Uppsala Lan", + "City": "Uppsala", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Short- and long-term effects of beta-blockers on symptoms of anxiety and depression in patients with myocardial infarction and preserved left ventricular function: prespecified substudy from REDUCE-AM", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Depression | Ventricular Function, Left ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Infarction | Anxiety", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Philip Leissner ", + "kol_full_name": "Philip Leissner " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Angiography | Fractional Flow Reserve, Myocardial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459688", + "session_name": "Angio-based FFR - a future without pressure wires?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Philipp Lake", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Angio-based FFR - a future without pressure wires?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Angiography | Fractional Flow Reserve, Myocardial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Philipp Lake ", + "kol_full_name": "Philipp Lake " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Tricuspid Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459687", + "session_name": "Pro - transcatheter tricuspid valve therapies are HOT and are a foundation therapy for patients with HF and tricuspid regurgitation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Philipp Lurz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pro - transcatheter tricuspid valve therapies are HOT and are a foundation therapy for patients with HF and tricuspid regurgitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Tricuspid Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Philipp Lurz ", + "kol_full_name": "Philipp Lurz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Chest Pain", + "npi_num": "1720738461", + "hcp_pin_alias": "FU_HCP_5457598", + "session_name": "Language barrier as social determinant of health: unmasking the disparities in the emergency department evaluation for patients with chest pain at a community hospital", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Phuong Uyen Vo", + "middle_name": null, + "last_name": null, + "org_name": "Summa Health System", + "Country": "United States", + "Region": "Ohio", + "City": "Akron", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Language barrier as social determinant of health: unmasking the disparities in the emergency department evaluation for patients with chest pain at a community hospital", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chest Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Phuong Uyen Vo ", + "kol_full_name": "Phuong Uyen Vo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Fatigue", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460878", + "session_name": "The relationship between fatigue and frailty in heart failure patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pi-Ling Chou", + "middle_name": null, + "last_name": null, + "org_name": "Kaohsiung Medical University", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Kaohsiung", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The relationship between fatigue and frailty in heart failure patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Fatigue", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pi-Ling Chou ", + "kol_full_name": "Pi-Ling Chou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hyperoxia | Premature Birth | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460884", + "session_name": "Impact of neonatal hyperoxia on the development of the coronary vascular bed: an experimental model for the study of cardiomyopathy associated with premature birth", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pierre-Emmanuel Girault-Sotias", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of neonatal hyperoxia on the development of the coronary vascular bed: an experimental model for the study of cardiomyopathy associated with premature birth", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hyperoxia | Premature Birth ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pierre-Emmanuel Girault-Sotias ", + "kol_full_name": "Pierre-Emmanuel Girault-Sotias " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Myosins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461010", + "session_name": "Cardiac myosin inhibitors, lessons from real-world experience", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pieter Martens", + "middle_name": null, + "last_name": null, + "org_name": "Ziekenhuis Oost Limburg", + "Country": "Belgium", + "Region": "Limburg", + "City": "Genk", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac myosin inhibitors", + "rest_events_session_count": 1, + "rest_events_session": " lessons from real-world experience", + "events_topic": "Cardiac Myosins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pieter Martens ", + "kol_full_name": "Pieter Martens " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Apolipoproteins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457273", + "session_name": "Apolipoprotein C3-rich low-density lipoprotein (AC3RL) exacerbates cerebral ischaemic stroke injury by increasing BBB leakage via LOX-1", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ping-Hsuan Tsai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Apolipoprotein C3-rich low-density lipoprotein (AC3RL) exacerbates cerebral ischaemic stroke injury by increasing BBB leakage via LOX-1", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Apolipoproteins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ping-Hsuan Tsai ", + "kol_full_name": "Ping-Hsuan Tsai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Deep Learning | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458747", + "session_name": "Automated deep learning approach for identifying etiologies of hypertrophic phenocopies by echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Po Hsun Su", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Automated deep learning approach for identifying etiologies of hypertrophic phenocopies by echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Deep Learning | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Po Hsun Su ", + "kol_full_name": "Po Hsun Su " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459017", + "session_name": "A prehabilitation programme is feasible and acceptable for mild-to-moderately frail patients undergoing cardiac surgeries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Polly Li", + "middle_name": null, + "last_name": null, + "org_name": "The University of Hong Kong", + "Country": "Hong Kong (SAR)", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A prehabilitation programme is feasible and acceptable for mild-to-moderately frail patients undergoing cardiac surgeries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Polly Li ", + "kol_full_name": "Polly Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Stroke Volume | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457285", + "session_name": "Assessment of right ventricular ejection fraction cut-point for predicting mortality and heart failure hospitalization in asian patients with heart failure and reduced ejection fraction (HFrEF)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pongsakorn Buraphat", + "middle_name": null, + "last_name": null, + "org_name": "Siriraj Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of right ventricular ejection fraction cut-point for predicting mortality and heart failure hospitalization in asian patients with heart failure and reduced ejection fraction (HFrEF)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Stroke Volume ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pongsakorn Buraphat ", + "kol_full_name": "Pongsakorn Buraphat " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458059", + "session_name": "Fully automated artificial intelligence-based cine cardiac magnetic resonance image quantification", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pooya Mohammadi Kazaj", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Fully automated artificial intelligence-based cine cardiac magnetic resonance image quantification", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pooya Mohammadi Kazaj ", + "kol_full_name": "Pooya Mohammadi Kazaj " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457685", + "session_name": "Comparing treatment strategies for heart failure: a real-world analysis of adding ARNI or SGLT2i to older GDMT", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Porntep Amornritvanich", + "middle_name": null, + "last_name": null, + "org_name": "Ramathibodi Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparing treatment strategies for heart failure: a real-world analysis of adding ARNI or SGLT2i to older GDMT", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Porntep Amornritvanich ", + "kol_full_name": "Porntep Amornritvanich " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echolucent Plaques | Carotid Arteries Stenting", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457057", + "session_name": "Adverse outcomes following carotid artery stenting in echolucent plaques: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pranvera Ibrahimi", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Centre of Kosova", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adverse outcomes following carotid artery stenting in echolucent plaques: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echolucent Plaques | Carotid Arteries Stenting", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pranvera Ibrahimi ", + "kol_full_name": "Pranvera Ibrahimi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460655", + "session_name": "Atrial Fibrillation in young patients: Insights from the National Inpatient Sample", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Prasanti Alekhya Kotta", + "middle_name": null, + "last_name": null, + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial Fibrillation in young patients: Insights from the National Inpatient Sample", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Prasanti Alekhya Kotta ", + "kol_full_name": "Prasanti Alekhya Kotta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Genetic Association Studies | Heart Failure | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458871", + "session_name": "Genotype-phenotype correlation of transthyretin cardiomyopathy in patients with stage C/D heart failure: atrial and myocardial mechanics and fibrosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Prasit Phowthongkum", + "middle_name": null, + "last_name": null, + "org_name": "Chulalongkorn University", + "Country": "Thailand", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genotype-phenotype correlation of transthyretin cardiomyopathy in patients with stage C/D heart failure: atrial and myocardial mechanics and fibrosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetic Association Studies | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Prasit Phowthongkum ", + "kol_full_name": "Prasit Phowthongkum " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dual Antiplatelet Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458342", + "session_name": "De-escalation vs. early cessation of DAPT for patients at high bleeding risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pratap Chandra Rath", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "De-escalation vs. early cessation of DAPT for patients at high bleeding risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dual Antiplatelet Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pratap Chandra Rath ", + "kol_full_name": "Pratap Chandra Rath " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cognition | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458182", + "session_name": "Red-cell omega-3 fatty acids associate with increased hippocampal volume and superior longitudinal cognition in atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pratintip Lee", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Red-cell omega-3 fatty acids associate with increased hippocampal volume and superior longitudinal cognition in atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cognition | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pratintip Lee ", + "kol_full_name": "Pratintip Lee " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "In Vitro Techniques | Lipoprotein(a) | Eicosapentaenoic Acid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457031", + "session_name": "High glucose enhanced lipoprotein(a) [Lp(a)] oxidation in a manner inhibited by eicosapentaenoic acid (EPA) in vitro", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Preston Mason", + "middle_name": null, + "last_name": null, + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High glucose enhanced lipoprotein(a) [Lp(a)] oxidation in a manner inhibited by eicosapentaenoic acid (EPA) in vitro", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "In Vitro Techniques | Lipoprotein(a) ", + "rest_events_topic_count": 1, + "rest_events_topic": " Eicosapentaenoic Acid", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Preston Mason ", + "kol_full_name": "Preston Mason " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459342", + "session_name": "RKER-012, a novel modified ActRIIB ligand trap, attenuated right ventricular cardiomyopathy in a preclinical model of pulmonary arterial hypertension.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Pritesh Jain", + "middle_name": null, + "last_name": null, + "org_name": "Keros Therapeutics", + "Country": "United States", + "Region": "Virginia", + "City": "Lexington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "RKER-012", + "rest_events_session_count": 2, + "rest_events_session": " a novel modified ActRIIB ligand trap, attenuated right ventricular cardiomyopathy in a preclinical model of pulmonary arterial hypertension.", + "events_topic": "Hypertension | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pritesh Jain ", + "kol_full_name": "Pritesh Jain " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Genetic Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460474", + "session_name": "Assessing biocompatibility of marine biomaterials as delivery systems for aortic gene therapy vectors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Prithviraj Shetty", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing biocompatibility of marine biomaterials as delivery systems for aortic gene therapy vectors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetic Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Prithviraj Shetty ", + "kol_full_name": "Prithviraj Shetty " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Body Composition", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457712", + "session_name": "Assessment of body composition in young adulthood and its associations to early changes in cardiovascular phenotypes: a cross-sectional study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Priyanka Sivaramakrishnan Iyer", + "middle_name": null, + "last_name": null, + "org_name": "UCL", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessment of body composition in young adulthood and its associations to early changes in cardiovascular phenotypes: a cross-sectional study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Body Composition", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Priyanka Sivaramakrishnan Iyer ", + "kol_full_name": "Priyanka Sivaramakrishnan Iyer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460808", + "session_name": "Characterisation of the novel SCN5A-P1891A variant, implicated in left ventricular noncompaction cardiomyopathy in a Finnish family, using human induced pluripotent stem cell-derived cardiomyocytes.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Qasim Majid", + "middle_name": null, + "last_name": null, + "org_name": "University of Helsinki", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characterisation of the novel SCN5A-P1891A variant", + "rest_events_session_count": 2, + "rest_events_session": " implicated in left ventricular noncompaction cardiomyopathy in a Finnish family, using human induced pluripotent stem cell-derived cardiomyocytes.", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qasim Majid ", + "kol_full_name": "Qasim Majid " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mesenchymal Stem Cells | Atherosclerosis | Atorvastatin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460508", + "session_name": "Combined administration of atorvastatin and mesenchymal stem cells synergizes to attenuate inflammation and promote efferocytosis in atherosclerotic mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Qi Pan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Combined administration of atorvastatin and mesenchymal stem cells synergizes to attenuate inflammation and promote efferocytosis in atherosclerotic mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mesenchymal Stem Cells | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atorvastatin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qi Pan ", + "kol_full_name": "Qi Pan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458595", + "session_name": "Interaction between subclinical carotid atherosclerosis endotype and biological sex: a study from IMPROVE cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Qiaosen Chen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interaction between subclinical carotid atherosclerosis endotype and biological sex: a study from IMPROVE cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qiaosen Chen ", + "kol_full_name": "Qiaosen Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Paracetamol | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457538", + "session_name": "Paracetamol and adverse cardiovascular outcomes in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Qingwen Ren", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Paracetamol and adverse cardiovascular outcomes in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paracetamol | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qingwen Ren ", + "kol_full_name": "Qingwen Ren " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461040", + "session_name": "Long-term outcomes of intensive blood-pressure control in older patients with hypertension: final six-year results of the STEP trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Qirui Song", + "middle_name": null, + "last_name": null, + "org_name": "Fuwai Hospital, CAMS and PUMC", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcomes of intensive blood-pressure control in older patients with hypertension: final six-year results of the STEP trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qirui Song ", + "kol_full_name": "Qirui Song " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457935", + "session_name": "NRF3-mediated mitochondrial superoxide promotes cardiomyocyte apoptosis and impairs cardiac functions by suppressing Pitx2", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Qishan Chen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "NRF3-mediated mitochondrial superoxide promotes cardiomyocyte apoptosis and impairs cardiac functions by suppressing Pitx2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qishan Chen ", + "kol_full_name": "Qishan Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomegaly | Heart Failure, Diastolic | Adipokine Omentin-1", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459005", + "session_name": "Effect and mechanism of Adipokine Omentin-1 on cardiac hypertrophy in heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Qiuxuan Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect and mechanism of Adipokine Omentin-1 on cardiac hypertrophy in heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomegaly | Heart Failure, Diastolic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adipokine Omentin-1", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qiuxuan Li ", + "kol_full_name": "Qiuxuan Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457065", + "session_name": "Global burden of high-risk cardiovascular patients without prior myocardial infarction or stroke: VESALIUS-REAL - preliminary results from Germany", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Queenie Chan", + "middle_name": null, + "last_name": null, + "org_name": "Amgen Ltd", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global burden of high-risk cardiovascular patients without prior myocardial infarction or stroke: VESALIUS-REAL - preliminary results from Germany", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Queenie Chan ", + "kol_full_name": "Queenie Chan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458057", + "session_name": "Early-onset atrial fibrillation is a risk marker for cardiomyopathy: genetic insights from the UK Biobank", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Quim Bech Vilaseca", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early-onset atrial fibrillation is a risk marker for cardiomyopathy: genetic insights from the UK Biobank", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Quim Bech Vilaseca ", + "kol_full_name": "Quim Bech Vilaseca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Atrial Reservoir Strain | Heart Failure | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460195", + "session_name": "Is left atrial reservoir strain a superior modality to predict acute left ventricular failure in hypertensive patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "R Rameshwar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is left atrial reservoir strain a superior modality to predict acute left ventricular failure in hypertensive patients.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Atrial Reservoir Strain | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
R Rameshwar ", + "kol_full_name": "R Rameshwar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Obesity | Gastrointestinal Microbiome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461042", + "session_name": "Gut Microbiota and Associated Metabolites Play a Key Role in the Pathogenesis of the Obesity Phenotype of Heart Failure With Preserved Ejection Fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rabea Asleh", + "middle_name": null, + "last_name": null, + "org_name": "Hadassah Hebrew University Medical Center", + "Country": "Israel", + "Region": "Yerushalayim (Jerusalem)", + "City": "Jerusalem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Gut Microbiota and Associated Metabolites Play a Key Role in the Pathogenesis of the Obesity Phenotype of Heart Failure With Preserved Ejection Fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Microbiome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rabea Asleh ", + "kol_full_name": "Rabea Asleh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Colorectal Neoplasms | Pulmonary Embolism | Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460190", + "session_name": "Changing patterns in the occurrence and fatality of pulmonary embolism among individuals with colorectal carcinoma across time", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rabia Iqbal", + "middle_name": null, + "last_name": null, + "org_name": "The Brooklyn Hospital Center", + "Country": "United States", + "Region": "New York", + "City": "Brooklyn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Changing patterns in the occurrence and fatality of pulmonary embolism among individuals with colorectal carcinoma across time", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Pulmonary Embolism ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rabia Iqbal ", + "kol_full_name": "Rabia Iqbal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461063", + "session_name": "Transforming obstructive hypertrophic cardiomyopathy services, lessons from the United Kingdom", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rachel Bastiaenen", + "middle_name": null, + "last_name": null, + "org_name": "Guy's and St Thomas' NHS Trust Hospitals", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transforming obstructive hypertrophic cardiomyopathy services", + "rest_events_session_count": 1, + "rest_events_session": " lessons from the United Kingdom", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rachel Bastiaenen ", + "kol_full_name": "Rachel Bastiaenen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Multimodal Imaging | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457439", + "session_name": "Explainable machine learning and multi-modal data for predicting readmission in patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rachel Chae", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Explainable machine learning and multi-modal data for predicting readmission in patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Multimodal Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rachel Chae ", + "kol_full_name": "Rachel Chae " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458094", + "session_name": "Phenotype groups in atrial cardiomyopathy and their prognosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Radostina Ilieva", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Tsaritsa Yoanna- ISUL Sofia", + "Country": "Bulgaria", + "Region": "Sofiya", + "City": "Sofia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phenotype groups in atrial cardiomyopathy and their prognosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Radostina Ilieva ", + "kol_full_name": "Radostina Ilieva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Myocardial Infarction | Heart Rupture", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458952", + "session_name": "Cardiac rupture post-acute myocardial infarction: management of the cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Radu Zorel Filipescu", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Institute of Cardiovascular Diseases Prof. Dr. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac rupture post-acute myocardial infarction: management of the cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Rupture", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Radu Zorel Filipescu ", + "kol_full_name": "Radu Zorel Filipescu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459723", + "session_name": "Making progress in cardiovascular care for oncology patients in Latvia and Azerbaijan", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rahima Gabulova", + "middle_name": null, + "last_name": null, + "org_name": "Azerbaijan Medical University", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Making progress in cardiovascular care for oncology patients in Latvia and Azerbaijan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rahima Gabulova ", + "kol_full_name": "Rahima Gabulova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypereosinophilic Syndrome | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458394", + "session_name": "Loeffler endocarditis as a rare manifestation of chronic eosinophilic leukemia withFIP1L1-PDGFRA rearrangement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Raid Faraj", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Loeffler endocarditis as a rare manifestation of chronic eosinophilic leukemia withFIP1L1-PDGFRA rearrangement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypereosinophilic Syndrome | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raid Faraj ", + "kol_full_name": "Raid Faraj " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Mitral Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459642", + "session_name": "Transcatheter mitral valve therapies: overcoming hurdles, seizing opportunities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Raj Makkar", + "middle_name": null, + "last_name": null, + "org_name": "Cedars-Sinai Heart Institute", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter mitral valve therapies: overcoming hurdles", + "rest_events_session_count": 1, + "rest_events_session": " seizing opportunities", + "events_topic": "Transcatheter Mitral Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raj Makkar ", + "kol_full_name": "Raj Makkar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Vein Isolation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460967", + "session_name": "SHAM-PVI - A randomised sham-controlled study of pulmonary vein isolation in symptomatic atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rajdip Dulai", + "middle_name": null, + "last_name": null, + "org_name": "University College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SHAM-PVI - A randomised sham-controlled study of pulmonary vein isolation in symptomatic atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Vein Isolation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rajdip Dulai ", + "kol_full_name": "Rajdip Dulai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460986", + "session_name": "EuroHeart TAVI - The new frontier", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rajesh Kharbanda", + "middle_name": null, + "last_name": null, + "org_name": "Oxford University Hospitals NHS Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "EuroHeart TAVI - The new frontier", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rajesh Kharbanda ", + "kol_full_name": "Rajesh Kharbanda " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "PCSK9 Inhibitors | Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459081", + "session_name": "Sex dsparities in LDL-C and Non-HDLC response to PCSK9 Inhibitors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rajesh Rajan", + "middle_name": null, + "last_name": null, + "org_name": "Sabah Al Ahmed Cardiac Center , Amiri Hospital", + "Country": "Kuwait", + "Region": "Al Kuwayt", + "City": "Kuwait", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex dsparities in LDL-C and Non-HDLC response to PCSK9 Inhibitors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "PCSK9 Inhibitors | Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rajesh Rajan ", + "kol_full_name": "Rajesh Rajan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456731", + "session_name": "Outcomes in heart failure: a global perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rajkumar Nadakinamani", + "middle_name": null, + "last_name": null, + "org_name": "BADR AL SAMAA HOSPITAL", + "Country": "Oman", + "Region": "Masqat", + "City": "Muscat", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcomes in heart failure: a global perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rajkumar Nadakinamani ", + "kol_full_name": "Rajkumar Nadakinamani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461021", + "session_name": "Difficult decisions – who and how to anticoagulate? Case-based discussion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ralf Zahn", + "middle_name": null, + "last_name": null, + "org_name": "Klinikum Ludwigshafen", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Ludwigshafen Am Rhein", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Difficult decisions – who and how to anticoagulate? Case-based discussion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ralf Zahn ", + "kol_full_name": "Ralf Zahn " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457337", + "session_name": "A novel likely pathogenic DSP mutation, p. Glu1892Argfs*38, in a family with arrhythmogenic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Raluca Mitran", + "middle_name": null, + "last_name": null, + "org_name": "Emergency Clinical Hospital Floreasca", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel likely pathogenic DSP mutation", + "rest_events_session_count": 2, + "rest_events_session": " p. Glu1892Argfs*38, in a family with arrhythmogenic cardiomyopathy", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raluca Mitran ", + "kol_full_name": "Raluca Mitran " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459354", + "session_name": "Mechanical right ventricular involvement is independent of right coronary arterial bed and has a prognostic impact in acute myocardial infarction complicated by cardiogenic shock.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ramon Espinosa-Soto", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Nacional de Cardiologia Ignacio Chavez", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mechanical right ventricular involvement is independent of right coronary arterial bed and has a prognostic impact in acute myocardial infarction complicated by cardiogenic shock.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ramon Espinosa-Soto ", + "kol_full_name": "Ramon Espinosa-Soto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461001", + "session_name": "Economic Toll of Cardiovascular Disease on Healthcare and Mortality in 50 ESC member countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ramon Luengo-Fernandez", + "middle_name": null, + "last_name": null, + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Economic Toll of Cardiovascular Disease on Healthcare and Mortality in 50 ESC member countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ramon Luengo-Fernandez ", + "kol_full_name": "Ramon Luengo-Fernandez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Appendage | Tomography, X-Ray Computed | Multimodal Imaging | Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457624", + "session_name": "Radiomics-based multimodality prediction of left atrial appendage thrombus using coronary computed tomography angiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ran Xin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Radiomics-based multimodality prediction of left atrial appendage thrombus using coronary computed tomography angiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Appendage | Tomography, X-Ray Computed ", + "rest_events_topic_count": 2, + "rest_events_topic": " Multimodal Imaging | Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ran Xin ", + "kol_full_name": "Ran Xin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sleep Apnea, Obstructive | Ambulant Polygraphy | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460126", + "session_name": "Ambulatory polygraphy as a screening tool for obstructive sleep apnea in combination with semi-continuous rhythm monitoring in patients with atrial fibrillation: a pilot study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rana Onder", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ambulatory polygraphy as a screening tool for obstructive sleep apnea in combination with semi-continuous rhythm monitoring in patients with atrial fibrillation: a pilot study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sleep Apnea, Obstructive | Ambulant Polygraphy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rana Onder ", + "kol_full_name": "Rana Onder " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Torsemide | Furosemide", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459167", + "session_name": "Torsemide versus furosemide in patients with heart failure: a systematic review and meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Raneem Afify", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Torsemide versus furosemide in patients with heart failure: a systematic review and meta-analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Torsemide ", + "rest_events_topic_count": 1, + "rest_events_topic": " Furosemide", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raneem Afify ", + "kol_full_name": "Raneem Afify " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Exercise Therapy | Pacemaker, Artificial | Athletes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458659", + "session_name": "Performance improvement in elderly athlete with pacemaker: The importance of optimizing device parameters during exercise", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Raquel Rios", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Dante Pazzanese De Cardiologia", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Performance improvement in elderly athlete with pacemaker: The importance of optimizing device parameters during exercise", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exercise Therapy | Pacemaker, Artificial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Athletes", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raquel Rios ", + "kol_full_name": "Raquel Rios " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460673", + "session_name": "Transcatheter aortic valve implantation in failed bioprosthetic or native valves: a systematic review and meta analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rasha Kaddoura", + "middle_name": null, + "last_name": null, + "org_name": "HMC Heart Hospital", + "Country": "Qatar", + "Region": "Ad Dawhah", + "City": "Doha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcatheter aortic valve implantation in failed bioprosthetic or native valves: a systematic review and meta analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rasha Kaddoura ", + "kol_full_name": "Rasha Kaddoura " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460662", + "session_name": "Association of weekday-to-weekend sleep duration pattern with myocardial infarction: analysis of the NHANES 2017- 2020", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ratchapol Buahung", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of weekday-to-weekend sleep duration pattern with myocardial infarction: analysis of the NHANES 2017- 2020", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ratchapol Buahung ", + "kol_full_name": "Ratchapol Buahung " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Lipoprotein(a) | Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458376", + "session_name": "Lp(a) testing and LDL-C levels among australian ASCVD patients in 2022: a cross-sectional study from the advara heartcare network (PREVAIL)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ravi SANTANI", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lp(a) testing and LDL-C levels among australian ASCVD patients in 2022: a cross-sectional study from the advara heartcare network (PREVAIL)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Lipoprotein(a) ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cholesterol, LDL", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ravi SANTANI ", + "kol_full_name": "Ravi SANTANI " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fractional Flow Reserve, Myocardial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460641", + "session_name": "Temporal changes in FFR in initially deferred vessels in symptomatic patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rayan Shuja", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Temporal changes in FFR in initially deferred vessels in symptomatic patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fractional Flow Reserve, Myocardial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rayan Shuja ", + "kol_full_name": "Rayan Shuja " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Surgical Procedures, Operative | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458395", + "session_name": "A case of pulmonic valve endocarditis requiring surgical intervention", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rebecca Castro", + "middle_name": null, + "last_name": null, + "org_name": "Bellevue Hospital Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A case of pulmonic valve endocarditis requiring surgical intervention", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Procedures, Operative | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rebecca Castro ", + "kol_full_name": "Rebecca Castro " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fistula | Tomography, X-Ray Computed | Coronary Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459339", + "session_name": "Coronary artery fistula: easy to diagnose using CT coronary angiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rebecca Pantea", + "middle_name": null, + "last_name": null, + "org_name": "County Emergency Hospital of Brasov", + "Country": "Romania", + "Region": "Brasov", + "City": "Brasov", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary artery fistula: easy to diagnose using CT coronary angiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fistula | Tomography, X-Ray Computed ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rebecca Pantea ", + "kol_full_name": "Rebecca Pantea " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Primary Prevention | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459294", + "session_name": "Which biomarkers are useful to risk stratify in primary prevention?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Reijo Laaksonen", + "middle_name": null, + "last_name": null, + "org_name": "Tampere University", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Tampere", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Which biomarkers are useful to risk stratify in primary prevention?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Prevention | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Reijo Laaksonen ", + "kol_full_name": "Reijo Laaksonen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Artery Remodeling", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459477", + "session_name": "Insight into unilateral absence of a pulmonary artery: a 24-year journey", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Renata Claudia Quevedo Salazar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Insight into unilateral absence of a pulmonary artery: a 24-year journey", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Artery Remodeling", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Renata Claudia Quevedo Salazar ", + "kol_full_name": "Renata Claudia Quevedo Salazar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipoproteins | Acute Coronary Syndrome | Computed Tomography Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459945", + "session_name": "Association between lipoprotein particle concentration and size and progression of coronary plaque: the MACS Longitudinal Coronary CT angiography study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Renato Quispe", + "middle_name": null, + "last_name": null, + "org_name": "The Johns Hopkins Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between lipoprotein particle concentration and size and progression of coronary plaque: the MACS Longitudinal Coronary CT angiography study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipoproteins | Acute Coronary Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Computed Tomography Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Renato Quispe ", + "kol_full_name": "Renato Quispe " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Syncope | Angiomyoma | Leiomyoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459565", + "session_name": "An unusual case of syncope due to intravascular leiomyomatosis with intracardiac extension to the right heart cavities", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ricardo Bohorquez Rodriguez", + "middle_name": null, + "last_name": null, + "org_name": "Pontifical Xaverian University", + "Country": "Colombia", + "Region": "Distrito Capital", + "City": "Bogota", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An unusual case of syncope due to intravascular leiomyomatosis with intracardiac extension to the right heart cavities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope | Angiomyoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Leiomyoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ricardo Bohorquez Rodriguez ", + "kol_full_name": "Ricardo Bohorquez Rodriguez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Stress", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456742", + "session_name": "The many faces of stress echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ricardo Fontes Carvalho", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Center of Vila Nova de Gaia/Espinho", + "Country": "Portugal", + "Region": "Porto", + "City": "Vila Nova de Gaia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The many faces of stress echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ricardo Fontes Carvalho ", + "kol_full_name": "Ricardo Fontes Carvalho " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Medical Device Legislation | Digital Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459028", + "session_name": "The floor is yours: bring your questions on medical device regulation in digital health - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ricardo Ladeiras-Lopes", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine University of Porto", + "Country": "Portugal", + "Region": "Porto", + "City": "Porto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on medical device regulation in digital health - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medical Device Legislation | Digital Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ricardo Ladeiras-Lopes ", + "kol_full_name": "Ricardo Ladeiras-Lopes " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Microvascular Angina | Chronic Coronary Syndromes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460309", + "session_name": "Factors influencing the decision to revascularise in chronic coronary syndromes: angina burden", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ricardo Pavanello", + "middle_name": null, + "last_name": null, + "org_name": "Institute Dante Pazzanese of Cardiology", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Factors influencing the decision to revascularise in chronic coronary syndromes: angina burden", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microvascular Angina | Chronic Coronary Syndromes", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ricardo Pavanello ", + "kol_full_name": "Ricardo Pavanello " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456113", + "session_name": "Heart failure management in low/middle-income countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Richard Henry Tiongco", + "middle_name": null, + "last_name": null, + "org_name": "Manila Medical Center", + "Country": "Philippines", + "Region": "Manila", + "City": "Manila", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heart failure management in low/middle-income countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Richard Henry Tiongco ", + "kol_full_name": "Richard Henry Tiongco " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456158", + "session_name": "Personalised cardiovascular disease prevention in primary care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Richard Hobbs", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised cardiovascular disease prevention in primary care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Richard Hobbs ", + "kol_full_name": "Richard Hobbs " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Medical Device Legislation | Digital Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459027", + "session_name": "The floor is yours: bring your questions on medical device regulation in digital health - expert panel", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Richard Holborow", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on medical device regulation in digital health - expert panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medical Device Legislation | Digital Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Richard Holborow ", + "kol_full_name": "Richard Holborow " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Care Facilities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456246", + "session_name": "The Lancet Cardiology Commissions: advancing cardiac care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Richard Horton", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Lancet Cardiology Commissions: advancing cardiac care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Care Facilities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Richard Horton ", + "kol_full_name": "Richard Horton " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456818", + "session_name": "Showcasing successes in advanced heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Righab Hamdan", + "middle_name": null, + "last_name": null, + "org_name": "Beirut Cardiac Institute", + "Country": "Lebanon", + "Region": "Beyrouth", + "City": "Beirut", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Showcasing successes in advanced heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Righab Hamdan ", + "kol_full_name": "Righab Hamdan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemorrhage | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459893", + "session_name": "Major bleeding complications and antithrombotic treatment after isolated surgical bioprosthetic aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rikhard Bjorn", + "middle_name": null, + "last_name": null, + "org_name": "Turku University Hospital", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Major bleeding complications and antithrombotic treatment after isolated surgical bioprosthetic aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemorrhage | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rikhard Bjorn ", + "kol_full_name": "Rikhard Bjorn " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460725", + "session_name": "Leveraging machine learning and genomic data to predict and characterise inflammatory-driven coronary artery disease risk and subtypes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rikke Linnemann Nielsen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Leveraging machine learning and genomic data to predict and characterise inflammatory-driven coronary artery disease risk and subtypes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rikke Linnemann Nielsen ", + "kol_full_name": "Rikke Linnemann Nielsen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Electronic Health Records | Heart Failure, Systolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457796", + "session_name": "Modern epidemiology of heart failure with reduced and preserved ejection fraction in population-wide linked electronic health records: a study of 208815 heart failure patients in England", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Robert Alexander Fletcher", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modern epidemiology of heart failure with reduced and preserved ejection fraction in population-wide linked electronic health records: a study of 208815 heart failure patients in England", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Electronic Health Records ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Systolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robert Alexander Fletcher ", + "kol_full_name": "Robert Alexander Fletcher " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Colchicine | Pulmonary Arterial Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458476", + "session_name": "Colchicine as a therapeutic option for the treatment of pulmonary arterial hypertension (PAH) in a rat model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Robert Halmosi", + "middle_name": null, + "last_name": null, + "org_name": "University of Pecs", + "Country": "Hungary", + "Region": "Baranya", + "City": "Pecs", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Colchicine as a therapeutic option for the treatment of pulmonary arterial hypertension (PAH) in a rat model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colchicine | Pulmonary Arterial Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robert Halmosi ", + "kol_full_name": "Robert Halmosi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459476", + "session_name": "Clinical characteristics of patients with raised BNP referred from primary care to an outpatient heart failure with potential heart failure using NICE guidelines", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Robert John Bain", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical characteristics of patients with raised BNP referred from primary care to an outpatient heart failure with potential heart failure using NICE guidelines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robert John Bain ", + "kol_full_name": "Robert John Bain " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456197", + "session_name": "Risk factors and characterisation of coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Robert Mvungi", + "middle_name": null, + "last_name": null, + "org_name": "Aga Khan Hospital", + "Country": "Tanzania", + "Region": "Dar es Salaam", + "City": "Dar Es Salaam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Risk factors and characterisation of coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robert Mvungi ", + "kol_full_name": "Robert Mvungi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Artery | Sympathectomy | Fibromuscular Dysplasia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459899", + "session_name": "Renal sympathetic denervation in a patient with renal artery fibromuscular dysplasia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Roberto Ingaramo", + "middle_name": null, + "last_name": null, + "org_name": "Cardiovascular Institute pueblo de Luis", + "Country": "Argentina", + "Region": "Chubut", + "City": "Trelew", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Renal sympathetic denervation in a patient with renal artery fibromuscular dysplasia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Artery | Sympathectomy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Fibromuscular Dysplasia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roberto Ingaramo ", + "kol_full_name": "Roberto Ingaramo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459639", + "session_name": "Serum expression of mirnas in obese and lean patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Roberto Schreiber", + "middle_name": null, + "last_name": null, + "org_name": "State University of Campinas (UNICAMP)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serum expression of mirnas in obese and lean patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roberto Schreiber ", + "kol_full_name": "Roberto Schreiber " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Appendage | Embolism | Printing, Three-Dimensional", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458776", + "session_name": "Complex left atrial appendage closure using 3D printing system in a patient with recurrent embolism and previous mitral prosthetic valve implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Roberto Tarantini", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complex left atrial appendage closure using 3D printing system in a patient with recurrent embolism and previous mitral prosthetic valve implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Appendage | Embolism ", + "rest_events_topic_count": 1, + "rest_events_topic": " Printing, Three-Dimensional", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roberto Tarantini ", + "kol_full_name": "Roberto Tarantini " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Function, Left | Beta Blockers | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461050", + "session_name": "Effects of Beta-Blockers on Quality of Life and Well-being in Patients with Myocardial Infarction and Preserved Left Ventricular Function - a prespecified substudy from REDUCE-AMI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Robin Hofmann", + "middle_name": null, + "last_name": null, + "org_name": "Karolinska Institute", + "Country": "Sweden", + "Region": "Stockholms Lan", + "City": "Stockholm", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of Beta-Blockers on Quality of Life and Well-being in Patients with Myocardial Infarction and Preserved Left Ventricular Function - a prespecified substudy from REDUCE-AMI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Function, Left | Beta Blockers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robin Hofmann ", + "kol_full_name": "Robin Hofmann " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Mortality | Amyloid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458987", + "session_name": "Exercise oscillatory ventilation as a predictor of mortality in patients with amyloid cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Robin Willixhofer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise oscillatory ventilation as a predictor of mortality in patients with amyloid cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Mortality ", + "rest_events_topic_count": 1, + "rest_events_topic": " Amyloid", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Robin Willixhofer ", + "kol_full_name": "Robin Willixhofer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Parkinson Disease | Death, Sudden | Wolff-Parkinson-White Syndrome | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457664", + "session_name": "Metabolic myocardial storage cardiomyopathie and sudden death due to a pathogenic variant in the PRKAG2 gene. non-sarcomeric hypertrophic cardiomyopathy associated with Wolff Parkinson White syndrome.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rocio Del Cielo Villa Fernandez", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Ramos Mejia", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Metabolic myocardial storage cardiomyopathie and sudden death due to a pathogenic variant in the PRKAG2 gene. non-sarcomeric hypertrophic cardiomyopathy associated with Wolff Parkinson White syndrome.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Parkinson Disease | Death, Sudden ", + "rest_events_topic_count": 2, + "rest_events_topic": " Wolff-Parkinson-White Syndrome | Cardiomyopathy, Hypertrophic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rocio Del Cielo Villa Fernandez ", + "kol_full_name": "Rocio Del Cielo Villa Fernandez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457774", + "session_name": "Tackling an emerging problem in heart failure: cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rodney Jimenez", + "middle_name": null, + "last_name": null, + "org_name": "St. Luke'S Medical Center", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Tackling an emerging problem in heart failure: cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rodney Jimenez ", + "kol_full_name": "Rodney Jimenez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Apixaban | Chronic Limb-Threatening Ischemia | Clopidogrel | Angioplasty", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460958", + "session_name": "Apixaban versus ClopidoGRel on a background of aspirin in patient undergoing InfraPoPliteal angioplasty for critical limb ischemial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rodrigo Biagioni", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Apixaban versus ClopidoGRel on a background of aspirin in patient undergoing InfraPoPliteal angioplasty for critical limb ischemial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Apixaban | Chronic Limb-Threatening Ischemia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Clopidogrel | Angioplasty", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rodrigo Biagioni ", + "kol_full_name": "Rodrigo Biagioni " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis | Pulmonary Artery Aneurysm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460224", + "session_name": "Pulmonary artery aneurysm associated with in situ thrombosis and severe tracheal compression", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rodrigo Zebadua", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiology", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pulmonary artery aneurysm associated with in situ thrombosis and severe tracheal compression", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | Pulmonary Artery Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rodrigo Zebadua ", + "kol_full_name": "Rodrigo Zebadua " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460611", + "session_name": "Patient experience during an ICU admission - patient perspective", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rogier Veltrop", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient experience during an ICU admission - patient perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rogier Veltrop ", + "kol_full_name": "Rogier Veltrop " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Testicular Neoplasms | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459909", + "session_name": "The influence of testicular cancer on outcomes of heart failure: insights from national inpatient sample", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rohit Sekandlapuram", + "middle_name": null, + "last_name": null, + "org_name": "The Brooklyn Hospital Center", + "Country": "United States", + "Region": "New York", + "City": "Brooklyn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The influence of testicular cancer on outcomes of heart failure: insights from national inpatient sample", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Testicular Neoplasms | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rohit Sekandlapuram ", + "kol_full_name": "Rohit Sekandlapuram " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Prolapse | Echocardiography | Mitral Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457212", + "session_name": "Echocardiographic assessment of the right heart pulmonary circulation unit in mitral regurgitation due to mitral valve prolapse", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Romain Maheut", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic assessment of the right heart pulmonary circulation unit in mitral regurgitation due to mitral valve prolapse", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Prolapse | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mitral Valve Insufficiency", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Romain Maheut ", + "kol_full_name": "Romain Maheut " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456419", + "session_name": "Imaging markers of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ronald Cuyco", + "middle_name": null, + "last_name": null, + "org_name": "Philippine Heart Center", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging markers of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ronald Cuyco ", + "kol_full_name": "Ronald Cuyco " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458552", + "session_name": "Management of cardiogenic shock complicating acute myocardial infarction: no room for intra-aortic balloon pump?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ronaldo Simamora", + "middle_name": null, + "last_name": null, + "org_name": "FKUI-RSCM", + "Country": "Indonesia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management of cardiogenic shock complicating acute myocardial infarction: no room for intra-aortic balloon pump?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ronaldo Simamora ", + "kol_full_name": "Ronaldo Simamora " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fragility | Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460921", + "session_name": "Enhancing stroke prevention strategies in fragile patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ronan Collins", + "middle_name": null, + "last_name": null, + "org_name": "Tallaght University Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhancing stroke prevention strategies in fragile patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fragility | Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ronan Collins ", + "kol_full_name": "Ronan Collins " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transplant Recipients | Mass Chest X-Ray", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458379", + "session_name": "Visual coronary artery calcium assessment on routine chest CT can readily and cheaply identify liver transplant recipients with a low cardiac risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Roos Groen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Visual coronary artery calcium assessment on routine chest CT can readily and cheaply identify liver transplant recipients with a low cardiac risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transplant Recipients | Mass Chest X-Ray", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roos Groen ", + "kol_full_name": "Roos Groen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biolimus | Drug-Eluting Balloons | Coronary Restenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458484", + "session_name": "Biolimus A9 DEB for the Treatment of In-Stent Restenosis. 1-year outcomes of the REFORM trial.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rory Durand", + "middle_name": null, + "last_name": null, + "org_name": "Mater Private Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biolimus A9 DEB for the Treatment of In-Stent Restenosis. 1-year outcomes of the REFORM trial.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biolimus | Drug-Eluting Balloons ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Restenosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rory Durand ", + "kol_full_name": "Rory Durand " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458635", + "session_name": "Sex differences in cancer incidence amongst people with cardiovascular disease: a large British population study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rosa Thuemmler", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in cancer incidence amongst people with cardiovascular disease: a large British population study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rosa Thuemmler ", + "kol_full_name": "Rosa Thuemmler " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Respiratory Tract Infections | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459708", + "session_name": "Uncovering the burden: respiratory infections and cardiovascular health", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rosario Menendez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Uncovering the burden: respiratory infections and cardiovascular health", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Respiratory Tract Infections | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rosario Menendez ", + "kol_full_name": "Rosario Menendez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Gene Expression | Cardiomyopathy, Dilated", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460263", + "session_name": "Modulating TTN gene expression in human iPSC-CMs to investigate mechanisms and therapies in TTN-associated dilated cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rosemary Kirk", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Modulating TTN gene expression in human iPSC-CMs to investigate mechanisms and therapies in TTN-associated dilated cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gene Expression | Cardiomyopathy, Dilated", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rosemary Kirk ", + "kol_full_name": "Rosemary Kirk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Kidney Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456628", + "session_name": "Clash of the titans: when cardiovascular and kidney diseases overlap", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Roser Torra", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clash of the titans: when cardiovascular and kidney diseases overlap", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Kidney Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roser Torra ", + "kol_full_name": "Roser Torra " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sinoatrial Node | Tachycardia, Ventricular | Defibrillators, Implantable", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457892", + "session_name": "Atrial rates during treated ventricular tachycardia in patients with implantable cardioverter defibrillators: clinical implications of a vagal sinus node response", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rosie Martin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial rates during treated ventricular tachycardia in patients with implantable cardioverter defibrillators: clinical implications of a vagal sinus node response", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sinoatrial Node | Tachycardia, Ventricular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Defibrillators, Implantable", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rosie Martin ", + "kol_full_name": "Rosie Martin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460981", + "session_name": "PROTEUS - A prospective randomised controlled trial evaluating the use of artificial intelligence in stress echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ross Upton", + "middle_name": null, + "last_name": null, + "org_name": "University of Oxford", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PROTEUS - A prospective randomised controlled trial evaluating the use of artificial intelligence in stress echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ross Upton ", + "kol_full_name": "Ross Upton " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dyslipidemias", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456781", + "session_name": "Dyslipidaemias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rostam Shamoyan", + "middle_name": null, + "last_name": null, + "org_name": "Medline Clinic", + "Country": "Armenia", + "Region": "Yerevan", + "City": "Yerevan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dyslipidaemias", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dyslipidemias", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rostam Shamoyan ", + "kol_full_name": "Rostam Shamoyan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cor Triatriatum", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459220", + "session_name": "Cor triatriatum dexter - not a simple membrane, but a small red flag to take a closer look at the heart", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rozina Vornicu", + "middle_name": null, + "last_name": null, + "org_name": "University Emergency Hospital of Bucharest", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cor triatriatum dexter - not a simple membrane", + "rest_events_session_count": 1, + "rest_events_session": " but a small red flag to take a closer look at the heart", + "events_topic": "Cor Triatriatum", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rozina Vornicu ", + "kol_full_name": "Rozina Vornicu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459347", + "session_name": "Platelet membrane coated r-SAK to improve thrombolytic efficacy by targeting thrombus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rui Hua", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Platelet membrane coated r-SAK to improve thrombolytic efficacy by targeting thrombus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rui Hua ", + "kol_full_name": "Rui Hua " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Insulin Resistance | Diabetes Mellitus | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458731", + "session_name": "Association of insulin resistance with cardiovascular disease and all-cause mortality in type 1 diabetes mellitus: systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rui Sun", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of insulin resistance with cardiovascular disease and all-cause mortality in type 1 diabetes mellitus: systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Insulin Resistance | Diabetes Mellitus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rui Sun ", + "kol_full_name": "Rui Sun " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457541", + "session_name": "A diagnostic dilemma: Commotio cordis, Takotsubo syndrome or MINOCA?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Rui Yi Pang", + "middle_name": null, + "last_name": null, + "org_name": "Tan Tock Seng Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A diagnostic dilemma: Commotio cordis", + "rest_events_session_count": 1, + "rest_events_session": " Takotsubo syndrome or MINOCA?", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rui Yi Pang ", + "kol_full_name": "Rui Yi Pang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Heart Failure | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459879", + "session_name": "Catheter ablation vs medical management for atrial fibrillation in patients with heart failure: a systematic review and metanalysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ruth Ann Mathew Kalathil", + "middle_name": null, + "last_name": null, + "org_name": "Chi Health Creighton University Medical Center - Bergan Mercy", + "Country": "United States", + "Region": "Nebraska", + "City": "Omaha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Catheter ablation vs medical management for atrial fibrillation in patients with heart failure: a systematic review and metanalysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruth Ann Mathew Kalathil ", + "kol_full_name": "Ruth Ann Mathew Kalathil " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Syncope | Hypertrophy, Left Ventricular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460491", + "session_name": "Left ventricular hypertrophy and syncope: what do the guidelines say?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ruxandra Oana Jurcut", + "middle_name": null, + "last_name": null, + "org_name": "Institute of Cardiovascular Diseases Prof. C.C. Iliescu", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular hypertrophy and syncope: what do the guidelines say?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Syncope | Hypertrophy, Left Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruxandra Oana Jurcut ", + "kol_full_name": "Ruxandra Oana Jurcut " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457432", + "session_name": "Left atrial and left ventricular positive and negative remodeling after catheter ablation of atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ruzica Jurcevic", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Cardiovascular Diseases Dedinje", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial and left ventricular positive and negative remodeling after catheter ablation of atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruzica Jurcevic ", + "kol_full_name": "Ruzica Jurcevic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neuropeptides | Neuropeptide Y | Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459176", + "session_name": "The cardiac sympathetic co-transmitter neuropeptide-Y is pro-arrhythmic in human cardiomyocytes by lengthening activation-recovery interval", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ryan Bloxsom", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The cardiac sympathetic co-transmitter neuropeptide-Y is pro-arrhythmic in human cardiomyocytes by lengthening activation-recovery interval", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuropeptides | Neuropeptide Y ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocytes, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ryan Bloxsom ", + "kol_full_name": "Ryan Bloxsom " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mechanical Circulatory Support | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460936", + "session_name": "Overcoming the \"DanGer\" of cardiogenic shock: treatment strategies with percutaneous mechanical circulatory support", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ryan Mendoza Laurente", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Cologne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Overcoming the \"DanGer\" of cardiogenic shock: treatment strategies with percutaneous mechanical circulatory support", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mechanical Circulatory Support | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ryan Mendoza Laurente ", + "kol_full_name": "Ryan Mendoza Laurente " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug-Eluting Stents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457483", + "session_name": "Impact of procedural and patient-related risks on 1-year outcomes for patients with 1-month DAPT followed by P2Y12 inhibitor monotherapy after biodegradable-polymer drug-eluting stent implantation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ryutaro Shimada", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of procedural and patient-related risks on 1-year outcomes for patients with 1-month DAPT followed by P2Y12 inhibitor monotherapy after biodegradable-polymer drug-eluting stent implantation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug-Eluting Stents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ryutaro Shimada ", + "kol_full_name": "Ryutaro Shimada " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Pregnant Women", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460975", + "session_name": "Prospective Pakistan registry of echocardiographic screening in asymptomatic pregnant women", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sabha Bhatti", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Cardiovascular Diseases NICVD)", + "Country": "Pakistan", + "Region": "Sindh", + "City": "Karachi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prospective Pakistan registry of echocardiographic screening in asymptomatic pregnant women", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Pregnant Women", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sabha Bhatti ", + "kol_full_name": "Sabha Bhatti " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Thoracoscopy | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457429", + "session_name": "Sex differences in the substrate of atrial fibrillation and the outcome of thoracoscopic ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Saeed Keshtkar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in the substrate of atrial fibrillation and the outcome of thoracoscopic ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Thoracoscopy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Saeed Keshtkar ", + "kol_full_name": "Saeed Keshtkar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diuretics | Diabetes Mellitus, Type 2 | Canagliflozin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458644", + "session_name": "Canagliflozin reduces oral loop diuretic intensification in patients with type 2 diabetes: a participant level pooled analysis of CREDENCE and CANVAS", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Safia Chatur", + "middle_name": null, + "last_name": null, + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Canagliflozin reduces oral loop diuretic intensification in patients with type 2 diabetes: a participant level pooled analysis of CREDENCE and CANVAS", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diuretics | Diabetes Mellitus, Type 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Canagliflozin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Safia Chatur ", + "kol_full_name": "Safia Chatur " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electric Countershock | Stroke | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458533", + "session_name": "How much does elective cardioversion increase the risk of ischaemic stroke compared to the baseline risk in atrial fibrillation? A nationwide study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Saga Itainen-Stromberg", + "middle_name": null, + "last_name": null, + "org_name": "Helsinki University Hospital", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Helsinki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How much does elective cardioversion increase the risk of ischaemic stroke compared to the baseline risk in atrial fibrillation? A nationwide study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electric Countershock | Stroke ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Saga Itainen-Stromberg ", + "kol_full_name": "Saga Itainen-Stromberg " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemoptysis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457636", + "session_name": "A young man with recurrent massive haemoptysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sahela Nasrin", + "middle_name": null, + "last_name": null, + "org_name": "Ibrahim Cardiac Hospital & Research Institute", + "Country": "Bangladesh", + "Region": "Dhaka", + "City": "Dhaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A young man with recurrent massive haemoptysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemoptysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sahela Nasrin ", + "kol_full_name": "Sahela Nasrin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ranolazine | Trimetazidine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459336", + "session_name": "Comparative effects of ranolazine and trimetazidine on cardiac structure and exercise capacity in a healthy rat model: a new doping agent?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sahhan Kilic", + "middle_name": null, + "last_name": null, + "org_name": "GATA Haydarpasa Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative effects of ranolazine and trimetazidine on cardiac structure and exercise capacity in a healthy rat model: a new doping agent?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ranolazine | Trimetazidine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sahhan Kilic ", + "kol_full_name": "Sahhan Kilic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mustard Procedure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460778", + "session_name": "Long-term outcome after Mustard procedure at young age: longitudinal follow-up of 40 to 48 years after surgery.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sahra Unluturk", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term outcome after Mustard procedure at young age: longitudinal follow-up of 40 to 48 years after surgery.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mustard Procedure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sahra Unluturk ", + "kol_full_name": "Sahra Unluturk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460793", + "session_name": "Age stratified prevalence of hypertension and associated risk factors among subjects residing in rural community of Bangladesh", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sajal Krishna Banerjee", + "middle_name": null, + "last_name": null, + "org_name": "Bangabandhu Sheikh Mujib Medical University (BSMMU)", + "Country": "Bangladesh", + "Region": "Dhaka", + "City": "Dhaka", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Age stratified prevalence of hypertension and associated risk factors among subjects residing in rural community of Bangladesh", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sajal Krishna Banerjee ", + "kol_full_name": "Sajal Krishna Banerjee " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459718", + "session_name": "Case 1 - aortic stenosis management in a limited resource country: the Tunisian TAVI/AVR national program", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Salem Abdessalem", + "middle_name": null, + "last_name": null, + "org_name": "La Rabta University Hospital", + "Country": "Tunisia", + "Region": "Tunis", + "City": "Tunis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1 - aortic stenosis management in a limited resource country: the Tunisian TAVI/AVR national program", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Salem Abdessalem ", + "kol_full_name": "Salem Abdessalem " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Point-of-Care Systems | Chest Pain", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460821", + "session_name": "The use of a point of care high sensitivity troponin in the investigation of patients presenting to the Emergency Department with undifferentiated chest pain.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sally Aldous", + "middle_name": null, + "last_name": null, + "org_name": "Christchurch Hospital", + "Country": "New Zealand", + "Region": "Canterbury", + "City": "Christchurch", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The use of a point of care high sensitivity troponin in the investigation of patients presenting to the Emergency Department with undifferentiated chest pain.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Point-of-Care Systems | Chest Pain", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sally Aldous ", + "kol_full_name": "Sally Aldous " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Remodeling | Arthritis, Rheumatoid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457714", + "session_name": "Cardiac remodeling in rheumatoid arthritis: assessing the influence of anti-CCP and rheumatoid factor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Salvador Lugo", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Universitario Dr Jose Eleuterio Gonzalez", + "Country": "Mexico", + "Region": "Nuevo Leon", + "City": "Monterrey", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac remodeling in rheumatoid arthritis: assessing the influence of anti-CCP and rheumatoid factor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Remodeling | Arthritis, Rheumatoid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Salvador Lugo ", + "kol_full_name": "Salvador Lugo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | TXNIP Gene | DNA Methylation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459092", + "session_name": "DNA methylation in the TXNIP gene is associated with type 2 diabetes in Pacific Peoples living in NZ", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sam Gibbs", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "DNA methylation in the TXNIP gene is associated with type 2 diabetes in Pacific Peoples living in NZ", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | TXNIP Gene ", + "rest_events_topic_count": 1, + "rest_events_topic": " DNA Methylation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sam Gibbs ", + "kol_full_name": "Sam Gibbs " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Practice Guidelines As Topic | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459651", + "session_name": "Intervention in endocarditis, guidelines and beyond: the Egyptian perspective - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sameh Mohamad Shaheen", + "middle_name": null, + "last_name": null, + "org_name": "Ain Shams University Hospital", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intervention in endocarditis", + "rest_events_session_count": 1, + "rest_events_session": " guidelines and beyond: the Egyptian perspective - discussion of guideline implementation", + "events_topic": "Practice Guidelines As Topic | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sameh Mohamad Shaheen ", + "kol_full_name": "Sameh Mohamad Shaheen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Warfarin | Anticoagulants | Embolism | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460856", + "session_name": "Extracranial systemic embolic events in patients with atrial fibrillation: an individual patient-level meta-analysis of 71 683 patients randomized to NOAC vs warfarin from the COMBINE-AF study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Samer Al Said", + "middle_name": null, + "last_name": null, + "org_name": "Harvard Medical School", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extracranial systemic embolic events in patients with atrial fibrillation: an individual patient-level meta-analysis of 71 683 patients randomized to NOAC vs warfarin from the COMBINE-AF study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Warfarin | Anticoagulants ", + "rest_events_topic_count": 2, + "rest_events_topic": " Embolism | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Samer Al Said ", + "kol_full_name": "Samer Al Said " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Death, Sudden | Long QT Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458607", + "session_name": "SLC4A3 anion exchanger mutations associated to sudden death : short or long QT syndrome?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sami Benbekhti", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SLC4A3 anion exchanger mutations associated to sudden death : short or long QT syndrome?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Death, Sudden | Long QT Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sami Benbekhti ", + "kol_full_name": "Sami Benbekhti " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pregnancy | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457090", + "session_name": "How to manage cardiac disease in pregnancy in a low-resource setting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sampath Withanawasam", + "middle_name": null, + "last_name": null, + "org_name": "Castle street Hospital for women", + "Country": "Sri Lanka", + "Region": "Central", + "City": "Colombo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How to manage cardiac disease in pregnancy in a low-resource setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregnancy | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sampath Withanawasam ", + "kol_full_name": "Sampath Withanawasam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Magnetic Resonance Imaging | Ventricular Dysfunction, Left | Myocardial Fibrosis | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460940", + "session_name": "Catheter Ablation versus Medical Rate Control in Atrial Fibrillation with Left Ventricular Systolic Dysfunction and Myocardial Fibrosis - The CAMERA-MRI II Randomized Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sandeep Prabhu", + "middle_name": null, + "last_name": null, + "org_name": "The Alfred Hospital", + "Country": "Australia", + "Region": "Victoria", + "City": "Melbourne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Catheter Ablation versus Medical Rate Control in Atrial Fibrillation with Left Ventricular Systolic Dysfunction and Myocardial Fibrosis - The CAMERA-MRI II Randomized Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Magnetic Resonance Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Ventricular Dysfunction, Left | Myocardial Fibrosis | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sandeep Prabhu ", + "kol_full_name": "Sandeep Prabhu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456769", + "session_name": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sandor Nardai", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Mental Health, Neurology and Neurosurgery", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The floor is yours: bring your questions on minimising the risk of stroke during cardiovascular interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sandor Nardai ", + "kol_full_name": "Sandor Nardai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peritoneal Dialysis | Direct Oral Anticoagulants", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460096", + "session_name": "Peritoneal dialysis: is it time to move to DOACs?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sandra Burja Piko", + "middle_name": null, + "last_name": null, + "org_name": "University Medical Centre Maribor", + "Country": "Slovenia", + "Region": "Maribor", + "City": "Maribor", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Peritoneal dialysis: is it time to move to DOACs?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peritoneal Dialysis | Direct Oral Anticoagulants", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sandra Burja Piko ", + "kol_full_name": "Sandra Burja Piko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460877", + "session_name": "Sources of stress and outcomes in carepartners of persons with chronic heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sandra Dunbar", + "middle_name": null, + "last_name": null, + "org_name": "Emory University School of Nursing", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sources of stress and outcomes in carepartners of persons with chronic heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sandra Dunbar ", + "kol_full_name": "Sandra Dunbar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461070", + "session_name": "Discussion on Heart Diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sandra Howell", + "middle_name": null, + "last_name": null, + "org_name": "King's College London", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussion on Heart Diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sandra Howell ", + "kol_full_name": "Sandra Howell " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipid Metabolism | Obesity | Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458305", + "session_name": "Effects of LCZ696 on lipid metabolism in an animal model of heart failure with preserved ejection fraction (HFpEF). Possible implications for the management of obesity associated with HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sandra Morana Fernandez", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of LCZ696 on lipid metabolism in an animal model of heart failure with preserved ejection fraction (HFpEF). Possible implications for the management of obesity associated with HFpEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipid Metabolism | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure, Diastolic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sandra Morana Fernandez ", + "kol_full_name": "Sandra Morana Fernandez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456385", + "session_name": "Worsening heart failure: are we winning the war?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sanem Nalbantgil", + "middle_name": null, + "last_name": null, + "org_name": "Ege University Hospital", + "Country": "Turkey", + "Region": "Izmir", + "City": "Izmir", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Worsening heart failure: are we winning the war?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sanem Nalbantgil ", + "kol_full_name": "Sanem Nalbantgil " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "HIV | Dyslipidemias", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460108", + "session_name": "PCSK9 inhibitors in HIV patients with dyslipidemia", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sanjana Datla", + "middle_name": null, + "last_name": null, + "org_name": "University Hospitals Cleveland Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PCSK9 inhibitors in HIV patients with dyslipidemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "HIV | Dyslipidemias", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sanjana Datla ", + "kol_full_name": "Sanjana Datla " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiometabolic Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457709", + "session_name": "Cardiometabolic multimorbidity and associated risk factors in a cohort identified through community-based screening in Eastern Nepal.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sanjib Kumar Sharma", + "middle_name": null, + "last_name": null, + "org_name": "B P Koirala Institute of Health Siences", + "Country": "Nepal", + "Region": "Kosi", + "City": "Dharan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiometabolic multimorbidity and associated risk factors in a cohort identified through community-based screening in Eastern Nepal.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiometabolic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sanjib Kumar Sharma ", + "kol_full_name": "Sanjib Kumar Sharma " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458935", + "session_name": "From presentation to intervention: managing secondary mitral regurgitation in critical care", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Santiago Burgos", + "middle_name": null, + "last_name": null, + "org_name": "Shaio Clinic Foundation", + "Country": "Colombia", + "Region": "Distrito Capital", + "City": "Bogota", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From presentation to intervention: managing secondary mitral regurgitation in critical care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Santiago Burgos ", + "kol_full_name": "Santiago Burgos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Reaction With Eosinophilia And Systemic Symptoms | Myocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458266", + "session_name": "From epigastric pain to heart transplant: navigating DRESS-induced myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sara Ama", + "middle_name": null, + "last_name": null, + "org_name": "Henry Ford Health System", + "Country": "United States", + "Region": "Michigan", + "City": "Detroit", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From epigastric pain to heart transplant: navigating DRESS-induced myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Reaction With Eosinophilia And Systemic Symptoms | Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sara Ama ", + "kol_full_name": "Sara Ama " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457616", + "session_name": "Cancer as a risk factor for subclinical atherosclerosis in female patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sara Diaz Saravia", + "middle_name": null, + "last_name": null, + "org_name": "Mount Sinai Morningside", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cancer as a risk factor for subclinical atherosclerosis in female patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sara Diaz Saravia ", + "kol_full_name": "Sara Diaz Saravia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pacemaker, Artificial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460254", + "session_name": "Intracardiac leadless pacemaker: long term safety over traditional pacemakers. a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sara Gharehdaghi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Intracardiac leadless pacemaker: long term safety over traditional pacemakers. a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sara Gharehdaghi ", + "kol_full_name": "Sara Gharehdaghi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neprilysin | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460634", + "session_name": "Estimated plasma volume in heart failure with reduced ejection fraction: ACE inhibitors versus angiotensin receptor/neprilysin inhibitor in follow up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sara Varga", + "middle_name": null, + "last_name": null, + "org_name": "General Hospital Dr. Ivo Pedisic", + "Country": "Croatia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Estimated plasma volume in heart failure with reduced ejection fraction: ACE inhibitors versus angiotensin receptor/neprilysin inhibitor in follow up", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neprilysin | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sara Varga ", + "kol_full_name": "Sara Varga " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Extracorporeal Membrane Oxygenation | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458997", + "session_name": "LA reservoir strain predicts elevated left atrial pressure in patients with Veno-Arterial (VA) extracorporeal membrane oxygenator (ECMO) support for cardiogenic shock.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sarinya Puwanant", + "middle_name": null, + "last_name": null, + "org_name": "King Chulalongkorn Memorial Hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "LA reservoir strain predicts elevated left atrial pressure in patients with Veno-Arterial (VA) extracorporeal membrane oxygenator (ECMO) support for cardiogenic shock.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Extracorporeal Membrane Oxygenation | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarinya Puwanant ", + "kol_full_name": "Sarinya Puwanant " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart-Assist Devices | Proteome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460463", + "session_name": "The implantation of a left ventricular assist device causes changes in the aortic miRNome and proteome - an integrative analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sarka Chytilova", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Clinical and Experimental Medicine", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The implantation of a left ventricular assist device causes changes in the aortic miRNome and proteome - an integrative analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart-Assist Devices | Proteome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarka Chytilova ", + "kol_full_name": "Sarka Chytilova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peri-aortic Dissection Surgery | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459905", + "session_name": "Acute ST-segment elevation myocardial infarction during peri-aortic dissection surgery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Saroj Hattakitpanitchakul", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute ST-segment elevation myocardial infarction during peri-aortic dissection surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peri-aortic Dissection Surgery | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Saroj Hattakitpanitchakul ", + "kol_full_name": "Saroj Hattakitpanitchakul " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left | Bentall Procedure | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457971", + "session_name": "Valve-in-valve transcatheter aortic valve replacement in a patient with severe left ventricular systolic dysfunction in previous Bentall procedure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Satej Janorkar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Valve-in-valve transcatheter aortic valve replacement in a patient with severe left ventricular systolic dysfunction in previous Bentall procedure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Left | Bentall Procedure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Aortic Valve Replacement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Satej Janorkar ", + "kol_full_name": "Satej Janorkar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459094", + "session_name": "Lipid management among very-high-risk patients with atherosclerotic cardiovascular disease and type 2 diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Satoshi Shoji", + "middle_name": null, + "last_name": null, + "org_name": "Duke Clinical Research Institute", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid management among very-high-risk patients with atherosclerotic cardiovascular disease and type 2 diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Satoshi Shoji ", + "kol_full_name": "Satoshi Shoji " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456886", + "session_name": "Is artificial intelligence the solution to imaging conundrums?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Savvas Loizos", + "middle_name": null, + "last_name": null, + "org_name": "Hygeia Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is artificial intelligence the solution to imaging conundrums?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Savvas Loizos ", + "kol_full_name": "Savvas Loizos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Carotid Artery Injuries", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460880", + "session_name": "Investigating lifestyle determinants of carotid intima-media thickness: cross-sectional insights from the UK biobank cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sayan Mitra", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Investigating lifestyle determinants of carotid intima-media thickness: cross-sectional insights from the UK biobank cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carotid Artery Injuries", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sayan Mitra ", + "kol_full_name": "Sayan Mitra " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Rehabilitation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457806", + "session_name": "Post-operative atrial fibrillation during cardiac rehabilitation: incidence and long-term prognostic value.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sean Rastelli", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Post-operative atrial fibrillation during cardiac rehabilitation: incidence and long-term prognostic value.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Rehabilitation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sean Rastelli ", + "kol_full_name": "Sean Rastelli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459959", + "session_name": "The impact of ethnicity on clinical outcomes in patients with heart failure and atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sebastian Fox", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of ethnicity on clinical outcomes in patients with heart failure and atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sebastian Fox ", + "kol_full_name": "Sebastian Fox " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Influenza, Human | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457909", + "session_name": "The knowledge, attitude and practice of cardiologists versus other specialists about the safety and efficacy of influenza vaccination in patients with cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sebastian Garcia-Zamora", + "middle_name": null, + "last_name": null, + "org_name": "Delta Clinic", + "Country": "Argentina", + "Region": "Santa Fe", + "City": "Rosario", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The knowledge", + "rest_events_session_count": 1, + "rest_events_session": " attitude and practice of cardiologists versus other specialists about the safety and efficacy of influenza vaccination in patients with cardiovascular diseases", + "events_topic": "Influenza, Human | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sebastian Garcia-Zamora ", + "kol_full_name": "Sebastian Garcia-Zamora " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456381", + "session_name": "Exercise in heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sekib Sokolovic", + "middle_name": null, + "last_name": null, + "org_name": "ASA Hospital", + "Country": "Bosnia and Herzegovina", + "Region": "Federation of Bosnia and Herzegovina", + "City": "Sarajevo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exercise in heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sekib Sokolovic ", + "kol_full_name": "Sekib Sokolovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Chronic Total Occlusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457232", + "session_name": "The last resort during complex retrograde percutaneous in stent coronary chronic total occlusion intervention: externally crush a heavy calcified occluded stent in right coronary artery.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Selcuk Baysal", + "middle_name": null, + "last_name": null, + "org_name": "Basaksehir Cam and Sakura City Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The last resort during complex retrograde percutaneous in stent coronary chronic total occlusion intervention: externally crush a heavy calcified occluded stent in right coronary artery.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Total Occlusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Selcuk Baysal ", + "kol_full_name": "Selcuk Baysal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Depression | Echocardiography | Anxiety", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460664", + "session_name": "Echocardiographic associates of impaired sleep quality in patients with anxiety and depression", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Selcuk Ozturk", + "middle_name": null, + "last_name": null, + "org_name": "Kirikkale Yuksek Ihtisas Hospital", + "Country": "Turkey", + "Region": "Ankara", + "City": "Ankara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Echocardiographic associates of impaired sleep quality in patients with anxiety and depression", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Depression | Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anxiety", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Selcuk Ozturk ", + "kol_full_name": "Selcuk Ozturk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Wearable Electronic Devices | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459047", + "session_name": "Assessing adherence to remote monitoring recommendations for cardiovascular implantable electronic devices: a retrospective analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sergio Valsecchi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing adherence to remote monitoring recommendations for cardiovascular implantable electronic devices: a retrospective analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wearable Electronic Devices | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sergio Valsecchi ", + "kol_full_name": "Sergio Valsecchi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459729", + "session_name": "Case 1 - changing the paradigm of reperfusion therapy for STEMI patients: vision from Ukraine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Serhii Chaichuk", + "middle_name": null, + "last_name": null, + "org_name": "Shypuk National Healthcare University of Ukraine", + "Country": "Ukraine", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1 - changing the paradigm of reperfusion therapy for STEMI patients: vision from Ukraine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Serhii Chaichuk ", + "kol_full_name": "Serhii Chaichuk " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459116", + "session_name": "Stent stripped off balloon during ST elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Seyed Hossein Aalaei Andabili", + "middle_name": null, + "last_name": null, + "org_name": "Johns Hopkins", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stent stripped off balloon during ST elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Seyed Hossein Aalaei Andabili ", + "kol_full_name": "Seyed Hossein Aalaei Andabili " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456058", + "session_name": "Specific underlying diseases of heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sh Sung", + "middle_name": null, + "last_name": null, + "org_name": "National Yang Ming Chiao Tung University", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Specific underlying diseases of heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sh Sung ", + "kol_full_name": "Sh Sung " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic | Myocardial Fibrosis | Hypereosinophilic Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457320", + "session_name": "Endomyocardial fibrosis due to hypereosinophilic syndrome mimicking apical hypertrophic cardiomyopathy.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shafag Mustafaeva", + "middle_name": null, + "last_name": null, + "org_name": "Azerbaijan Medical University", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Endomyocardial fibrosis due to hypereosinophilic syndrome mimicking apical hypertrophic cardiomyopathy.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic | Myocardial Fibrosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypereosinophilic Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shafag Mustafaeva ", + "kol_full_name": "Shafag Mustafaeva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456855", + "session_name": "Biomarkers in acute heart failure: latest findings", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shahana Alasgarli", + "middle_name": null, + "last_name": null, + "org_name": "Yeni Klinika", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Biomarkers in acute heart failure: latest findings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shahana Alasgarli ", + "kol_full_name": "Shahana Alasgarli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460776", + "session_name": "Low conduction velocity is a key factor for localisation of reentrant drivers for atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shaheim Ogbomo-Harmitt", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Low conduction velocity is a key factor for localisation of reentrant drivers for atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shaheim Ogbomo-Harmitt ", + "kol_full_name": "Shaheim Ogbomo-Harmitt " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457872", + "session_name": "Social vulnerability and disparities in incidence of diagnosed diabetes in the united states, 2004 to 2019", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shant Ayanian", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Social vulnerability and disparities in incidence of diagnosed diabetes in the united states", + "rest_events_session_count": 1, + "rest_events_session": " 2004 to 2019", + "events_topic": "Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shant Ayanian ", + "kol_full_name": "Shant Ayanian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Practice Guidelines As Topic | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456867", + "session_name": "Guidelines in Practice: a challenging case of endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shantanu Sengupta", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guidelines in Practice: a challenging case of endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Practice Guidelines As Topic | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shantanu Sengupta ", + "kol_full_name": "Shantanu Sengupta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458322", + "session_name": "Sex differences in major adverse cardiovascular events-related outcomes after percutaneous coronary intervention in patients with myocardial infarction: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shayan Shojaei", + "middle_name": null, + "last_name": null, + "org_name": "Tehran Heart Center, Tehran University of Medical Sciences", + "Country": "Iran", + "Region": "Tehran", + "City": "Tehran", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex differences in major adverse cardiovascular events-related outcomes after percutaneous coronary intervention in patients with myocardial infarction: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shayan Shojaei ", + "kol_full_name": "Shayan Shojaei " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459359", + "session_name": "Predictive models for mortality in cardiogenic shock: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shir Lynn Lim", + "middle_name": null, + "last_name": null, + "org_name": "National University Heart Centre", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictive models for mortality in cardiogenic shock: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shir Lynn Lim ", + "kol_full_name": "Shir Lynn Lim " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Exome Sequencing | Marfan Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460163", + "session_name": "Exome sequencing identifies a novel FBN1 variant in a Chinese family with Marfan syndrome that includes aberrant right subclavian artery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shitong Huang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exome sequencing identifies a novel FBN1 variant in a Chinese family with Marfan syndrome that includes aberrant right subclavian artery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Exome Sequencing | Marfan Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shitong Huang ", + "kol_full_name": "Shitong Huang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Genetic Markers | Exercise", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458963", + "session_name": "The effect of physical activity on biochemical myocardial markers in patients with CKD 5D", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shovkat Muminov", + "middle_name": null, + "last_name": null, + "org_name": "Tashkent Pediatric Medical Institute", + "Country": "Uzbekistan", + "Region": "Toshkent", + "City": "Tashkent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effect of physical activity on biochemical myocardial markers in patients with CKD 5D", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Genetic Markers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Exercise", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shovkat Muminov ", + "kol_full_name": "Shovkat Muminov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Random Allocation | Obesity | Hypothyroidism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459586", + "session_name": "Causal link between obesity and the risk of hypothyroidism: a two-sample mendelian randomization study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shuang Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Causal link between obesity and the risk of hypothyroidism: a two-sample mendelian randomization study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Random Allocation | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypothyroidism", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shuang Zhang ", + "kol_full_name": "Shuang Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "RNA, Long Noncoding | Transcriptome | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457342", + "session_name": "Transcriptome-wide association study discovers functional long non-coding RNAs in coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shuangyue Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transcriptome-wide association study discovers functional long non-coding RNAs in coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "RNA, Long Noncoding | Transcriptome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Artery Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shuangyue Li ", + "kol_full_name": "Shuangyue Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457318", + "session_name": "Rhythm classifier: artificial intelligence for rhythm classification in insertable cardiac monitor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shubha Majumder", + "middle_name": null, + "last_name": null, + "org_name": "Medtronic, Inc.", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Rhythm classifier: artificial intelligence for rhythm classification in insertable cardiac monitor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shubha Majumder ", + "kol_full_name": "Shubha Majumder " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461090", + "session_name": "Bridging guidelines to practice: why patients remain outside of LDL-C goals", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shun Kohsaka", + "middle_name": null, + "last_name": null, + "org_name": "Keio University School of Medicine", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bridging guidelines to practice: why patients remain outside of LDL-C goals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shun Kohsaka ", + "kol_full_name": "Shun Kohsaka " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pacemaker, Artificial | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458854", + "session_name": "Predictor of A4-amplitude using preprocedural electrocardiography in patients with leadless pacemakers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shunsuke Kawatani", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictor of A4-amplitude using preprocedural electrocardiography in patients with leadless pacemakers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pacemaker, Artificial | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shunsuke Kawatani ", + "kol_full_name": "Shunsuke Kawatani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Vascular Diseases | Angiotensin II", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460284", + "session_name": "Global deficiency in the inflammatory chemokine receptors 1,2,3 and 5 prevents vascular dysfunction in angiotensin II-induced hypertension and selectively modulates aortic myeloid cell phenotype", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Shutong Gu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Global deficiency in the inflammatory chemokine receptors 1", + "rest_events_session_count": 2, + "rest_events_session": "2,3 and 5 prevents vascular dysfunction in angiotensin II-induced hypertension and selectively modulates aortic myeloid cell phenotype", + "events_topic": "Hypertension | Vascular Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiotensin II", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shutong Gu ", + "kol_full_name": "Shutong Gu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460244", + "session_name": "Development and implementation of a guideline-based decision support system for etiological diagnosis of Sustained Monomorphic Ventricular Tachycardia (SMVT)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Si Zheng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Development and implementation of a guideline-based decision support system for etiological diagnosis of Sustained Monomorphic Ventricular Tachycardia (SMVT)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Si Zheng ", + "kol_full_name": "Si Zheng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Factor XI | Hemorrhage", + "npi_num": "1730538505", + "hcp_pin_alias": "FU_HCP_5460990", + "session_name": "Long-acting Factor XI Inhibition and Periprocedural Bleeding: A Secondary Analysis from AZALEA-TIMI 71", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Siddharth Patel", + "middle_name": null, + "last_name": null, + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-acting Factor XI Inhibition and Periprocedural Bleeding: A Secondary Analysis from AZALEA-TIMI 71", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Factor XI | Hemorrhage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Siddharth Patel ", + "kol_full_name": "Siddharth Patel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Thrombocytopenia | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457533", + "session_name": "Impact of baseline thrombocytopenia on outcomes in hospitalizations for acute coronary syndrome and non-elective percutaneous coronary intervention: meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sidhartha Senapati", + "middle_name": null, + "last_name": null, + "org_name": "Texas Tech University Health Sciences Center El Paso", + "Country": "United States", + "Region": "Texas", + "City": "El Paso", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of baseline thrombocytopenia on outcomes in hospitalizations for acute coronary syndrome and non-elective percutaneous coronary intervention: meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Thrombocytopenia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sidhartha Senapati ", + "kol_full_name": "Sidhartha Senapati " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pleural Effusion | Thoracentesis | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460996", + "session_name": "Thoracentesis to alleviate pleural effusion in acute heart failure: results from the pragmatic, multi-centre, open-label, randomised controlled TAP-IT trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Signe Glargaard", + "middle_name": null, + "last_name": null, + "org_name": "Bispebjerg University Hospital", + "Country": "Denmark", + "Region": "Kobenhavn", + "City": "Copenhagen ", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Thoracentesis to alleviate pleural effusion in acute heart failure: results from the pragmatic", + "rest_events_session_count": 3, + "rest_events_session": " multi-centre, open-label, randomised controlled TAP-IT trial", + "events_topic": "Pleural Effusion | Thoracentesis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart Failure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Signe Glargaard ", + "kol_full_name": "Signe Glargaard " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypotension | Syncope | Blood Pressure Monitoring, Ambulatory", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459748", + "session_name": "Detection of hypotension in patients with syncope: combined tilt test and ambulatory blood pressure monitoring strategy in clinical practice.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Silvia Makhoul", + "middle_name": null, + "last_name": null, + "org_name": "Argentine Society of Cardiology (SAC)", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Detection of hypotension in patients with syncope: combined tilt test and ambulatory blood pressure monitoring strategy in clinical practice.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypotension | Syncope ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure Monitoring, Ambulatory", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Silvia Makhoul ", + "kol_full_name": "Silvia Makhoul " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Disease Management | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456406", + "session_name": "Cardiovascular disease management in the UK versus other European countries", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Simona Ruxanda Dragan", + "middle_name": null, + "last_name": null, + "org_name": "University of Medicine and Pharmacy Victor Babes", + "Country": "Romania", + "Region": "Timis", + "City": "Timisoara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease management in the UK versus other European countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease Management | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Simona Ruxanda Dragan ", + "kol_full_name": "Simona Ruxanda Dragan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461035", + "session_name": "Physiology-guided complete versus culprit-only PCI in older MI patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Simone Biscaglia", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital of Ferrara", + "Country": "Italy", + "Region": "Emilia-Romagna", + "City": "Ferrara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Physiology-guided complete versus culprit-only PCI in older MI patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Simone Biscaglia ", + "kol_full_name": "Simone Biscaglia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombosis | Aneurysm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460753", + "session_name": "Posterior descending coronary artery thrombosis in an adult with diffuse giant coronary artery aneurysms", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sina Bagheri", + "middle_name": null, + "last_name": null, + "org_name": "UHS Southwest Healthcare MEC", + "Country": "United States", + "Region": "California", + "City": "Temecula", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Posterior descending coronary artery thrombosis in an adult with diffuse giant coronary artery aneurysms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombosis | Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sina Bagheri ", + "kol_full_name": "Sina Bagheri " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Loop Recorder Implantation | Anxiety", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460648", + "session_name": "Assessing the impact of implantable loop recorder placement on anxiety level", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sina Bakhshaei", + "middle_name": null, + "last_name": null, + "org_name": "Temecula Valley Hospital", + "Country": "United States", + "Region": "California", + "City": "Temecula", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing the impact of implantable loop recorder placement on anxiety level", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Loop Recorder Implantation | Anxiety", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sina Bakhshaei ", + "kol_full_name": "Sina Bakhshaei " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456145", + "session_name": "Cardiovascular disease in the elderly", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sinisa Stojkovic", + "middle_name": null, + "last_name": null, + "org_name": "Univesity Clinical center of Serbia", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular disease in the elderly", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sinisa Stojkovic ", + "kol_full_name": "Sinisa Stojkovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458550", + "session_name": "Broken heart with burning feet: tailored care for neurologically complicated cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sirathan INNUPAT", + "middle_name": null, + "last_name": null, + "org_name": "Ramathibodi Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Broken heart with burning feet: tailored care for neurologically complicated cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sirathan INNUPAT ", + "kol_full_name": "Sirathan INNUPAT " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic | Gastrointestinal Microbiome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460362", + "session_name": "Milk-derived extracellular vehicles alleviate heart failure with preserved ejection fraction by modulating gut microbiota", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sitong Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Milk-derived extracellular vehicles alleviate heart failure with preserved ejection fraction by modulating gut microbiota", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic | Gastrointestinal Microbiome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sitong Zhang ", + "kol_full_name": "Sitong Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thrombolytic Therapy | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457888", + "session_name": "The efficacy and safety of thrombolytic therapy for acute pulmonary embolism in patients with active malignant disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Slobodan Obradovic", + "middle_name": null, + "last_name": null, + "org_name": "Military Medical Academy of Belgrade, School of Medicine, University of Defense", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The efficacy and safety of thrombolytic therapy for acute pulmonary embolism in patients with active malignant disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thrombolytic Therapy | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Slobodan Obradovic ", + "kol_full_name": "Slobodan Obradovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Quality Of Life | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460632", + "session_name": "Quality of life in patients with heart failure and improved ejection fraction: one-year follow-up with ARNI and SGLT2i", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Snezana Tadic", + "middle_name": null, + "last_name": null, + "org_name": "Faculty of Medicine of The University of Novi Sad", + "Country": "Serbia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quality of life in patients with heart failure and improved ejection fraction: one-year follow-up with ARNI and SGLT2i", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Of Life | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Snezana Tadic ", + "kol_full_name": "Snezana Tadic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Risk Assessment | Cardiovascular Diseases | Troponin T | Primary Prevention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459830", + "session_name": "Enhancing primary prevention: the incremental predictive value of high-sensitivity cardiac troponin T beyond ASCVD risk assessment", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sofia Andraz", + "middle_name": null, + "last_name": null, + "org_name": "Algarve University Hospital Center", + "Country": "Portugal", + "Region": "Faro", + "City": "Faro", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Enhancing primary prevention: the incremental predictive value of high-sensitivity cardiac troponin T beyond ASCVD risk assessment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Risk Assessment | Cardiovascular Diseases ", + "rest_events_topic_count": 2, + "rest_events_topic": " Troponin T | Primary Prevention", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sofia Andraz ", + "kol_full_name": "Sofia Andraz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460927", + "session_name": "SCORE2 Asia-Pacific risk prediction algorithms: revised models to estimate 10-year risk of cardiovascular disease in the Asia-Pacific Region", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sofian Johar", + "middle_name": null, + "last_name": null, + "org_name": "Ripas Hospital", + "Country": "Brunei Darussalam", + "Region": "Brunei and Muara", + "City": "Bandar Seri Begawan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SCORE2 Asia-Pacific risk prediction algorithms: revised models to estimate 10-year risk of cardiovascular disease in the Asia-Pacific Region", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sofian Johar ", + "kol_full_name": "Sofian Johar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation | Glycemic Control | Diabetes Mellitus, Type 2", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459902", + "session_name": "Severe reversible heart graft dysfunction associated with poor glycemic control in a type II diabetic patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sol Kersten", + "middle_name": null, + "last_name": null, + "org_name": "CEMIC", + "Country": "Argentina", + "Region": "Distrito Federal", + "City": "Buenos Aires", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Severe reversible heart graft dysfunction associated with poor glycemic control in a type II diabetic patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation | Glycemic Control ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diabetes Mellitus, Type 2", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sol Kersten ", + "kol_full_name": "Sol Kersten " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458813", + "session_name": "Left ventricular mass index and prognosis of symptomatic severe aortic stenosis in women and men.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Solange Desiree Avakian", + "middle_name": null, + "last_name": null, + "org_name": "Instituto do Coracao FMUSP", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left ventricular mass index and prognosis of symptomatic severe aortic stenosis in women and men.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Solange Desiree Avakian ", + "kol_full_name": "Solange Desiree Avakian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Repair | Transthoracic Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459090", + "session_name": "Establishment and validation of a prediction model for the outcome of rheumatic mitral valve repair surgery based on transthoracic echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Songhao Jia", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Establishment and validation of a prediction model for the outcome of rheumatic mitral valve repair surgery based on transthoracic echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Repair | Transthoracic Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Songhao Jia ", + "kol_full_name": "Songhao Jia " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dyspnea | Neoplasms | Chest Pain", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456597", + "session_name": "Guidelines in Practice: chest pain and dyspnoea in a patient actively treated for cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sonja Salinger", + "middle_name": null, + "last_name": null, + "org_name": "Clinical Center of Nis", + "Country": "Serbia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guidelines in Practice: chest pain and dyspnoea in a patient actively treated for cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dyspnea | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chest Pain", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sonja Salinger ", + "kol_full_name": "Sonja Salinger " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tachycardia, Ventricular | Ischemia | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459596", + "session_name": "Ventricular tachycardia substrate in a patient with ischemic cardiomyopathy: deciphering the structure of a complex circuit", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sophia Alexiou", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital of Thessaloniki", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ventricular tachycardia substrate in a patient with ischemic cardiomyopathy: deciphering the structure of a complex circuit", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tachycardia, Ventricular | Ischemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sophia Alexiou ", + "kol_full_name": "Sophia Alexiou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Insufficiency | Ventricular Function | Atrial Function", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460275", + "session_name": "Atrial functional and ventricular functional mitral regurgitation: definitions, epidemiology, and prognostic implications", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sophia Koschatko", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial functional and ventricular functional mitral regurgitation: definitions", + "rest_events_session_count": 2, + "rest_events_session": " epidemiology, and prognostic implications", + "events_topic": "Mitral Valve Insufficiency | Ventricular Function ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Function", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sophia Koschatko ", + "kol_full_name": "Sophia Koschatko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Personalised Therapy | Pericardial Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456936", + "session_name": "Personalised therapy for pericardial disease: the right treatment for the right patient", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Soraya Benyoussef", + "middle_name": null, + "last_name": null, + "org_name": "F.S.I hospital", + "Country": "Tunisia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised therapy for pericardial disease: the right treatment for the right patient", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Personalised Therapy | Pericardial Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Soraya Benyoussef ", + "kol_full_name": "Soraya Benyoussef " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460306", + "session_name": "Coronary stent edge segments as determinant of clinical outcomes: An OCTOBER Trial Substudy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Soren-Haldur Bulow Rasmussen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Coronary stent edge segments as determinant of clinical outcomes: An OCTOBER Trial Substudy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Soren-Haldur Bulow Rasmussen ", + "kol_full_name": "Soren-Haldur Bulow Rasmussen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Intracardiac Echocardiography | Atrial Appendage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460178", + "session_name": "Analysis of the left atrial appendage function by intracardiac echocardiography in patients with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sorin Pop", + "middle_name": null, + "last_name": null, + "org_name": "Clinical County hospital Cluj Napoca", + "Country": "Romania", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Analysis of the left atrial appendage function by intracardiac echocardiography in patients with atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Intracardiac Echocardiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Appendage", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sorin Pop ", + "kol_full_name": "Sorin Pop " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Digital Health | Ablation Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458241", + "session_name": "Digital health in the EP lab: routine implementation of remote access and technical support for complex ablation procedures", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sorin Stefan Popescu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Digital health in the EP lab: routine implementation of remote access and technical support for complex ablation procedures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Health | Ablation Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sorin Stefan Popescu ", + "kol_full_name": "Sorin Stefan Popescu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461088", + "session_name": "London calling - the trainee challenge - case presenters", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sotiria Liori", + "middle_name": null, + "last_name": null, + "org_name": "National & Kapodistrian University of Athens Medical School", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "London calling - the trainee challenge - case presenters", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sotiria Liori ", + "kol_full_name": "Sotiria Liori " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Triglycerides | Cardiotoxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458521", + "session_name": "The Triglycerides - Glucose Index: An independent predictor of late subclinical cardiotoxicity in adult survivors of childhood, adolescent and young adult cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Souhila Ouabdesselam", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Mustapha", + "Country": "Algeria", + "Region": "Alger", + "City": "Algiers", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The Triglycerides - Glucose Index: An independent predictor of late subclinical cardiotoxicity in adult survivors of childhood", + "rest_events_session_count": 1, + "rest_events_session": " adolescent and young adult cancer", + "events_topic": "Triglycerides | Cardiotoxicity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Souhila Ouabdesselam ", + "kol_full_name": "Souhila Ouabdesselam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dapagliflozin | Cardiotoxicity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458156", + "session_name": "The potential protective effect of dapagliflozin on the development of cardiotoxicity in cancer patients after one year of observation.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Spyridon Maragkoudakis", + "middle_name": null, + "last_name": null, + "org_name": "General Hospital St. George", + "Country": "Greece", + "Region": "Khania", + "City": "Chania", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The potential protective effect of dapagliflozin on the development of cardiotoxicity in cancer patients after one year of observation.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dapagliflozin | Cardiotoxicity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Spyridon Maragkoudakis ", + "kol_full_name": "Spyridon Maragkoudakis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Stress", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459997", + "session_name": "Noninvasive identification of ANOCA endotypes by stepwise, multi-stress, multi-marker stress echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Srdjan Dedic", + "middle_name": null, + "last_name": null, + "org_name": "University of Belgrade", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Noninvasive identification of ANOCA endotypes by stepwise", + "rest_events_session_count": 2, + "rest_events_session": " multi-stress, multi-marker stress echocardiography", + "events_topic": "Echocardiography, Stress", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Srdjan Dedic ", + "kol_full_name": "Srdjan Dedic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter-Based Therapies | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457886", + "session_name": "Mitigating health disparities by improving access to catheter-based therapies for vulnerable patients with acute pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sripal Bangalore", + "middle_name": null, + "last_name": null, + "org_name": "New York University Langone Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mitigating health disparities by improving access to catheter-based therapies for vulnerable patients with acute pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter-Based Therapies | Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sripal Bangalore ", + "kol_full_name": "Sripal Bangalore " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460726", + "session_name": "Interventional treatment of patients with hypertrophic obstructive cardiomyopathy: the immediate and long-term results", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stanislav Fanta", + "middle_name": null, + "last_name": null, + "org_name": "Amosov National Institute of Cardiovascular Surgery", + "Country": "Ukraine", + "Region": "Misto Kyyiv", + "City": "Kiev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interventional treatment of patients with hypertrophic obstructive cardiomyopathy: the immediate and long-term results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stanislav Fanta ", + "kol_full_name": "Stanislav Fanta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemorrhage | Clopidogrel | Prasugrel Hydrochloride | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457481", + "session_name": "Comparative discontinuation and non-bleeding side effects of Clopidogrel, Prasugrel and Ticagrelor in patients with acute coronary syndromes; a Network Meta-analysis of Randomized Controlled Trials", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stav Yanko", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative discontinuation and non-bleeding side effects of Clopidogrel", + "rest_events_session_count": 1, + "rest_events_session": " Prasugrel and Ticagrelor in patients with acute coronary syndromes; a Network Meta-analysis of Randomized Controlled Trials", + "events_topic": "Hemorrhage | Clopidogrel ", + "rest_events_topic_count": 2, + "rest_events_topic": " Prasugrel Hydrochloride | Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stav Yanko ", + "kol_full_name": "Stav Yanko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Liver Fibrosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458538", + "session_name": "A direct comparison of non-invasive blood markers of liver fibrosis as associates of cardiovascular risk. The Athens cardiometabolic registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stavros Athanasopoulos", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A direct comparison of non-invasive blood markers of liver fibrosis as associates of cardiovascular risk. The Athens cardiometabolic registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Liver Fibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stavros Athanasopoulos ", + "kol_full_name": "Stavros Athanasopoulos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Pacing, Artificial | Cardiac Conduction System Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456823", + "session_name": "Conduction system and leadless pacing: new kids in town", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stavroula Psychari", + "middle_name": null, + "last_name": null, + "org_name": "Nikea General Hospital", + "Country": "Greece", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Conduction system and leadless pacing: new kids in town", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Pacing, Artificial | Cardiac Conduction System Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stavroula Psychari ", + "kol_full_name": "Stavroula Psychari " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461030", + "session_name": "Achieving immediate impact in acute PE with a lytic-free and bloodless approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stefan Stadler", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Regensburg", + "Country": "Germany", + "Region": "Bayern", + "City": "Regensburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Achieving immediate impact in acute PE with a lytic-free and bloodless approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stefan Stadler ", + "kol_full_name": "Stefan Stadler " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459317", + "session_name": "Strategic approaches to mitigate complications in infective endocarditis: a comprehensive inquiry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stefania-Teodora Duca", + "middle_name": null, + "last_name": null, + "org_name": "Saint Spiridon County Hospital", + "Country": "Romania", + "Region": "Iasi", + "City": "Iasi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Strategic approaches to mitigate complications in infective endocarditis: a comprehensive inquiry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stefania-Teodora Duca ", + "kol_full_name": "Stefania-Teodora Duca " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Secondary Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458216", + "session_name": "How do I get patients to secondary care lipid targets?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stefano Nistri", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How do I get patients to secondary care lipid targets?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Secondary Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stefano Nistri ", + "kol_full_name": "Stefano Nistri " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460006", + "session_name": "Pericardial adipose tissue (PAT) as a cell model to assess patient responsiveness to docosahexaenoic acid (DHA) and eicopentaenoic acid (EPA)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stefano Quarta", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pericardial adipose tissue (PAT) as a cell model to assess patient responsiveness to docosahexaenoic acid (DHA) and eicopentaenoic acid (EPA)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stefano Quarta ", + "kol_full_name": "Stefano Quarta " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Drug Combinations | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460994", + "session_name": "QUADRO - A single 4-drug combination in hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stefano Taddei", + "middle_name": null, + "last_name": null, + "org_name": "University of Pisa", + "Country": "Italy", + "Region": "Toscana", + "City": "Pisa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "QUADRO - A single 4-drug combination in hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Combinations | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stefano Taddei ", + "kol_full_name": "Stefano Taddei " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acquired Immunodeficiency Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459619", + "session_name": "Double valve infective endocarditis in a patient with first diagnosis of acquired immunodeficiency syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stella-Maria Angelopoulou", + "middle_name": null, + "last_name": null, + "org_name": "AHEPA University General Hospital", + "Country": "Greece", + "Region": "Thessaloniki", + "City": "Thessaloniki", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Double valve infective endocarditis in a patient with first diagnosis of acquired immunodeficiency syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acquired Immunodeficiency Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stella-Maria Angelopoulou ", + "kol_full_name": "Stella-Maria Angelopoulou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "VSIG4 Protein, Human | Shock, Cardiogenic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460288", + "session_name": "VSIG4 inhibits the anti-inflammatory reaction of immune cells after cardiogenic shock", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stephan Erbe", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "VSIG4 inhibits the anti-inflammatory reaction of immune cells after cardiogenic shock", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "VSIG4 Protein, Human | Shock, Cardiogenic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephan Erbe ", + "kol_full_name": "Stephan Erbe " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460623", + "session_name": "AFFECT-HCM: quality of life and costs in hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stephan Schoonvelde", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AFFECT-HCM: quality of life and costs in hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephan Schoonvelde ", + "kol_full_name": "Stephan Schoonvelde " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Disease Risk Factors | Menopause", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457288", + "session_name": "Lipid changes across menopause status point to increased cardiovascular risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stephanie Moreno", + "middle_name": null, + "last_name": null, + "org_name": "University of Texas Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipid changes across menopause status point to increased cardiovascular risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Disease Risk Factors | Menopause", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephanie Moreno ", + "kol_full_name": "Stephanie Moreno " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Interleukin-6 | Lipoprotein(a) | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460414", + "session_name": "Interleukin-6 signalling, lipoprotein (a) lowering and cardiovascular disease: a mendelian randomisation study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stephen Brennan", + "middle_name": null, + "last_name": null, + "org_name": "Mater Misericordiae University Hospital", + "Country": "Ireland", + "Region": "Dublin", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interleukin-6 signalling", + "rest_events_session_count": 1, + "rest_events_session": " lipoprotein (a) lowering and cardiovascular disease: a mendelian randomisation study", + "events_topic": "Interleukin-6 | Lipoprotein(a) ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephen Brennan ", + "kol_full_name": "Stephen Brennan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheters | Echocardiography, Three-Dimensional", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459570", + "session_name": "Automated non-invasive quantification of myocardial work using 3D echocardiography and validation with invasive catheter measurements", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stephen Creamer", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Automated non-invasive quantification of myocardial work using 3D echocardiography and validation with invasive catheter measurements", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheters | Echocardiography, Three-Dimensional", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephen Creamer ", + "kol_full_name": "Stephen Creamer " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Defibrillators, Implantable", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459667", + "session_name": "Extravascular implantable cardioverter-defibrillator (EV-ICD): implant procedure, programming & follow-up", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stephen John Allen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extravascular implantable cardioverter-defibrillator (EV-ICD): implant procedure", + "rest_events_session_count": 1, + "rest_events_session": " programming & follow-up", + "events_topic": "Defibrillators, Implantable", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephen John Allen ", + "kol_full_name": "Stephen John Allen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458159", + "session_name": "Identification and optimisation of a risk stratified cohort of patients with type 2 diabetes through the delivery of a enhanced pharmacist-led service", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stephen Mcbrien", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification and optimisation of a risk stratified cohort of patients with type 2 diabetes through the delivery of a enhanced pharmacist-led service", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephen Mcbrien ", + "kol_full_name": "Stephen Mcbrien " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neuronal Pnn Deficiency | Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460259", + "session_name": "Pnn deficiency alters expressions of calcium handling proteins and impairs nuclear envelope structure in cardiomyocytes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Steve Leu", + "middle_name": null, + "last_name": null, + "org_name": "Chang Gung Memorial Hospital Kaohsiung", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Kaohsiung", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pnn deficiency alters expressions of calcium handling proteins and impairs nuclear envelope structure in cardiomyocytes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuronal Pnn Deficiency | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Steve Leu ", + "kol_full_name": "Steve Leu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457170", + "session_name": "Patient engagement in pulmonary embolism research: Insights form the Attend-PE study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stine Foged Lindegaard", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patient engagement in pulmonary embolism research: Insights form the Attend-PE study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stine Foged Lindegaard ", + "kol_full_name": "Stine Foged Lindegaard " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460970", + "session_name": "Discussant review - CRABL-HF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Stylianos Tzeis", + "middle_name": null, + "last_name": null, + "org_name": "Mitera Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Discussant review - CRABL-HF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stylianos Tzeis ", + "kol_full_name": "Stylianos Tzeis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peripheral Arterial Disease | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458451", + "session_name": "National dispensing of evidence-based treatment for New Zealand patients before and after peripheral arterial or percutaneous coronary procedures; undertreatment in plain sight.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sue Wells", + "middle_name": null, + "last_name": null, + "org_name": "The University of Auckland", + "Country": "New Zealand", + "Region": "Auckland", + "City": "Auckland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "National dispensing of evidence-based treatment for New Zealand patients before and after peripheral arterial or percutaneous coronary procedures; undertreatment in plain sight.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripheral Arterial Disease | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sue Wells ", + "kol_full_name": "Sue Wells " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ceramides | Atherosclerosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458117", + "session_name": "Inhibition of ceramide de novo synthesis mitigates atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Suet Yen Chong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inhibition of ceramide de novo synthesis mitigates atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ceramides | Atherosclerosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suet Yen Chong ", + "kol_full_name": "Suet Yen Chong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dapagliflozin | Sacubitril | Valsartan", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459333", + "session_name": "Effect of sacubitril/valsartan and dapagliflozin on athletic performance; can the popular cardiac medications of recent years be used as doping agents?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Suha Asal", + "middle_name": null, + "last_name": null, + "org_name": "GATA Haydarpasa Hospital", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of sacubitril/valsartan and dapagliflozin on athletic performance; can the popular cardiac medications of recent years be used as doping agents?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dapagliflozin | Sacubitril ", + "rest_events_topic_count": 1, + "rest_events_topic": " Valsartan", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suha Asal ", + "kol_full_name": "Suha Asal " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Heart Valve Diseases | Antiphospholipid Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457595", + "session_name": "Increased risk of stroke in non-rheumatic valvular disease associated with antiphospholipid syndrome (APS): a US nationwide study 2017-2019", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sujana Sanka", + "middle_name": null, + "last_name": null, + "org_name": "The Brooklyn Hospital Center", + "Country": "United States", + "Region": "New York", + "City": "Brooklyn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Increased risk of stroke in non-rheumatic valvular disease associated with antiphospholipid syndrome (APS): a US nationwide study 2017-2019", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Heart Valve Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antiphospholipid Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sujana Sanka ", + "kol_full_name": "Sujana Sanka " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Endocarditis | Thrombectomy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459319", + "session_name": "Percutaneous thrombectomy assisted lead extraction: successful diagnosis and cure in a case of culture negative endocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sujoy Khasnavis", + "middle_name": null, + "last_name": null, + "org_name": "Montefiore Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Bronx", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Percutaneous thrombectomy assisted lead extraction: successful diagnosis and cure in a case of culture negative endocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocarditis | Thrombectomy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sujoy Khasnavis ", + "kol_full_name": "Sujoy Khasnavis " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Transesophageal | Aortic Dissection", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460401", + "session_name": "Utility of transesophageal echocardiography in suspected aortic dissection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sumer Moussa", + "middle_name": null, + "last_name": null, + "org_name": "Stony Brook University Hospital", + "Country": "United States", + "Region": "New York", + "City": "Stony Brook", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utility of transesophageal echocardiography in suspected aortic dissection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Transesophageal | Aortic Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sumer Moussa ", + "kol_full_name": "Sumer Moussa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sirtuin 3 | Sumoylation | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459600", + "session_name": "Role of sumoylation modification of sirtuin 3 in hypertension-associated", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sun Runmin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of sumoylation modification of sirtuin 3 in hypertension-associated", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sirtuin 3 | Sumoylation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sun Runmin ", + "kol_full_name": "Sun Runmin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Particulate Matter | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461003", + "session_name": "Black carbon: a novel indicator of the risk of acute myocardial infarction associated with short-term exposure to fine particulate matter", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sunao Kojima", + "middle_name": null, + "last_name": null, + "org_name": "Sakurajyuji Yatsushiro Rehabilitation Hospital", + "Country": "Japan", + "Region": "Fukuoka", + "City": "Kitakyushu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Black carbon: a novel indicator of the risk of acute myocardial infarction associated with short-term exposure to fine particulate matter", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Particulate Matter | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sunao Kojima ", + "kol_full_name": "Sunao Kojima " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458217", + "session_name": "How can I use lifestyle medicine to change patient behaviour?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sundhya Raman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "How can I use lifestyle medicine to change patient behaviour?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sundhya Raman ", + "kol_full_name": "Sundhya Raman " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cell- And Tissue-Based Therapy | Inflammation | Immunotherapy, Adoptive | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459262", + "session_name": "A matter of inflammation: CAR T-cell therapy and atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Sunnia Chen", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic Hospital-Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A matter of inflammation: CAR T-cell therapy and atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cell- And Tissue-Based Therapy | Inflammation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immunotherapy, Adoptive | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sunnia Chen ", + "kol_full_name": "Sunnia Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456688", + "session_name": "Unresolved questions in TAVI: stroke protection and left ventricular structure and function", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Suphot Srimahachota", + "middle_name": null, + "last_name": null, + "org_name": "King Chulalongkorn Memorial Hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unresolved questions in TAVI: stroke protection and left ventricular structure and function", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suphot Srimahachota ", + "kol_full_name": "Suphot Srimahachota " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Transesophageal | Transcatheter Aortic Valve Replacement | Computed Tomography Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457146", + "session_name": "Three-dimensional transthoracic vs transesophageal echocardiography vs computed tomography angiography aorta for aortic annular diameter measurement for TAVI in our hospital", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Suppavich Kieattisaksopon", + "middle_name": null, + "last_name": null, + "org_name": "Siriraj Hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Three-dimensional transthoracic vs transesophageal echocardiography vs computed tomography angiography aorta for aortic annular diameter measurement for TAVI in our hospital", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Transesophageal | Transcatheter Aortic Valve Replacement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Computed Tomography Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suppavich Kieattisaksopon ", + "kol_full_name": "Suppavich Kieattisaksopon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | ST Elevation Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458878", + "session_name": "Mortality rate of percutaneous coronary interventions in st-segment elevation myocardial infarction patients under the public health insurance schemes of thailand", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Suppavit Chumsantivut", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mortality rate of percutaneous coronary interventions in st-segment elevation myocardial infarction patients under the public health insurance schemes of thailand", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | ST Elevation Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suppavit Chumsantivut ", + "kol_full_name": "Suppavit Chumsantivut " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Semaglutide | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460866", + "session_name": "Cost-effectiveness of semaglutide for secondary prevention of cardiovascular disease in the United States", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Susan Hennessy", + "middle_name": null, + "last_name": null, + "org_name": "University of California at San Francisco", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cost-effectiveness of semaglutide for secondary prevention of cardiovascular disease in the United States", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Semaglutide | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susan Hennessy ", + "kol_full_name": "Susan Hennessy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Obesity | Extracorporeal Membrane Oxygenation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458991", + "session_name": "Do obese patients undergoing extracorporeal membrane oxygenation have a higher mortality ? a systematic review and meta-analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Susimar Picado-Loaiza", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Mexico", + "Country": "Costa Rica", + "Region": "San Jose", + "City": "San Jose", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Do obese patients undergoing extracorporeal membrane oxygenation have a higher mortality ? a systematic review and meta-analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Obesity ", + "rest_events_topic_count": 1, + "rest_events_topic": " Extracorporeal Membrane Oxygenation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susimar Picado-Loaiza ", + "kol_full_name": "Susimar Picado-Loaiza " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heparin | Metabolism Disorders", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460116", + "session_name": "Heparin does not improve myocardial glucose metabolism suppression in patients with low betahydroxybutyrate level", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Suvi Hartikainen", + "middle_name": null, + "last_name": null, + "org_name": "University of Eastern Finland", + "Country": "Finland", + "Region": "Ita-Suomen Laani", + "City": "Kuopio", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Heparin does not improve myocardial glucose metabolism suppression in patients with low betahydroxybutyrate level", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heparin | Metabolism Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suvi Hartikainen ", + "kol_full_name": "Suvi Hartikainen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dyslipidemias", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456780", + "session_name": "Dyslipidaemias", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Svetlana Liliana Mosteoru", + "middle_name": null, + "last_name": null, + "org_name": "Institute of Cardiovascular and Heart Diseases of Timisoara", + "Country": "Romania", + "Region": "Timis", + "City": "Timisoara", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Dyslipidaemias", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dyslipidemias", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Svetlana Liliana Mosteoru ", + "kol_full_name": "Svetlana Liliana Mosteoru " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Complications | Acute Kidney Injury | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459616", + "session_name": "SGLT2-'eyes' on the reno-protection prize: reduction of post-PCI contrast-associated AKI in diabetic patients using SGLT2 inhibitors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Syed Nabeel Hyder", + "middle_name": null, + "last_name": null, + "org_name": "University of Michigan Hospital", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "SGLT2-'eyes' on the reno-protection prize: reduction of post-PCI contrast-associated AKI in diabetic patients using SGLT2 inhibitors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Complications | Acute Kidney Injury ", + "rest_events_topic_count": 1, + "rest_events_topic": " Percutaneous Coronary Intervention", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Syed Nabeel Hyder ", + "kol_full_name": "Syed Nabeel Hyder " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460180", + "session_name": "Exploring LGE areas in the atria: Insights from electroanatomical voltage mapping in AF patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Syed Yusuf Ali", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Exploring LGE areas in the atria: Insights from electroanatomical voltage mapping in AF patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Syed Yusuf Ali ", + "kol_full_name": "Syed Yusuf Ali " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Dyslipidemias | Machine Learning", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458318", + "session_name": "A novel classification of dyslipidaemia through the analysis of five million lipid profiles: an unsupervised machine learning approach", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Syedah Aleena Haider", + "middle_name": null, + "last_name": null, + "org_name": "Galway University Hospital", + "Country": "Ireland", + "Region": "Galway", + "City": "Galway", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel classification of dyslipidaemia through the analysis of five million lipid profiles: an unsupervised machine learning approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dyslipidemias | Machine Learning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Syedah Aleena Haider ", + "kol_full_name": "Syedah Aleena Haider " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Abscess | Atrioventricular Block", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459462", + "session_name": "An extremely rare case of aorto-mitral curtain abscess presenting with complete AV block progressing to a commando operation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Syharn Lian", + "middle_name": null, + "last_name": null, + "org_name": "National Cheng Kung University Hospital", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Tainan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An extremely rare case of aorto-mitral curtain abscess presenting with complete AV block progressing to a commando operation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Abscess | Atrioventricular Block", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Syharn Lian ", + "kol_full_name": "Syharn Lian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459380", + "session_name": "Comparative analysis of muscle sympathetic nerve activity in patients afflicted with orthostatic hypertension versus conventional hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tadayuki Hirai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparative analysis of muscle sympathetic nerve activity in patients afflicted with orthostatic hypertension versus conventional hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tadayuki Hirai ", + "kol_full_name": "Tadayuki Hirai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460332", + "session_name": "Obesity paradox exists in super elderly patients with heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Takahiro Tachibana", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obesity paradox exists in super elderly patients with heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Takahiro Tachibana ", + "kol_full_name": "Takahiro Tachibana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459368", + "session_name": "Relationship of cumulative low-density lipoprotein cholesterol with atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Takayuki Yamaji", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship of cumulative low-density lipoprotein cholesterol with atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Takayuki Yamaji ", + "kol_full_name": "Takayuki Yamaji " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcoma | Thromboembolism | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460396", + "session_name": "Successful surgical treatment of pulmonary artery intimal sarcoma mimicking pulmonary thromboembolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Takuto Sasaki", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Successful surgical treatment of pulmonary artery intimal sarcoma mimicking pulmonary thromboembolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma | Thromboembolism ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pulmonary Embolism", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Takuto Sasaki ", + "kol_full_name": "Takuto Sasaki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456202", + "session_name": "Obesity in heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tanya Padilla Molina", + "middle_name": null, + "last_name": null, + "org_name": "Metropolitan Hospital of Quito", + "Country": "Ecuador", + "Region": "Pichincha", + "City": "Quito", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Obesity in heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tanya Padilla Molina ", + "kol_full_name": "Tanya Padilla Molina " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Intensive Care Units", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459322", + "session_name": "Young patients in the cardiac intensive care unit: insights from the critical care cardiology trials network registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tanya Sharma", + "middle_name": null, + "last_name": null, + "org_name": "Westchester Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Valhalla", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Young patients in the cardiac intensive care unit: insights from the critical care cardiology trials network registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Intensive Care Units", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tanya Sharma ", + "kol_full_name": "Tanya Sharma " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459268", + "session_name": "Takotsubo syndrome induced oxidative stress and endothelial dysfunction in left ventricle of rat model: association with NADPH oxidases/SGLT2 pro- oxidant pathway", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Taraneh Tatarcheh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Takotsubo syndrome induced oxidative stress and endothelial dysfunction in left ventricle of rat model: association with NADPH oxidases/SGLT2 pro- oxidant pathway", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Takotsubo Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Taraneh Tatarcheh ", + "kol_full_name": "Taraneh Tatarcheh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460795", + "session_name": "Control of arterial hypertension in the context of metabolically-associated disease: challenges and opportunities in Ukraine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Taras Chendey", + "middle_name": null, + "last_name": null, + "org_name": "Transcarpathian Regional Cardiology Center", + "Country": "Ukraine", + "Region": "Zakarpats'ka Oblast'", + "City": "Uzhgorod", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Control of arterial hypertension in the context of metabolically-associated disease: challenges and opportunities in Ukraine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolic Syndrome | Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Taras Chendey ", + "kol_full_name": "Taras Chendey " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455950", + "session_name": "The interplay between atrial fibrillation and heart failure: implications for clinicians", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tatevik Hovakimyan", + "middle_name": null, + "last_name": null, + "org_name": "Nork Marash Medical Center", + "Country": "Armenia", + "Region": "Yerevan", + "City": "Yerevan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The interplay between atrial fibrillation and heart failure: implications for clinicians", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tatevik Hovakimyan ", + "kol_full_name": "Tatevik Hovakimyan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Diabetes Mellitus, Type 2", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459020", + "session_name": "Nutritional management, skipping breakfast, glycemic control, and cardiovascular risk on type 2 diabetes mellitus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tatiana Palotta Minari", + "middle_name": null, + "last_name": null, + "org_name": "Medical School of Sao Jose do Rio Preto (FAMERP)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Nutritional management", + "rest_events_session_count": 3, + "rest_events_session": " skipping breakfast, glycemic control, and cardiovascular risk on type 2 diabetes mellitus", + "events_topic": "Cardiovascular Diseases | Diabetes Mellitus, Type 2", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tatiana Palotta Minari ", + "kol_full_name": "Tatiana Palotta Minari " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Implantable Electronic Devices Infection | Anti-Bacterial Agents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457077", + "session_name": "The influence of prolonged antibiotic treatment before lead extraction procedures on the outcomes of device reimplantation in cardiac implantable electronic device infections", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tatiana Pavlenko", + "middle_name": null, + "last_name": null, + "org_name": "Centro Hospitalar Universitario de Lisboa Central, E.P.E.", + "Country": "Portugal", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The influence of prolonged antibiotic treatment before lead extraction procedures on the outcomes of device reimplantation in cardiac implantable electronic device infections", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Implantable Electronic Devices Infection | Anti-Bacterial Agents", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tatiana Pavlenko ", + "kol_full_name": "Tatiana Pavlenko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457488", + "session_name": "Clinical Case Management: impact of comorbidities on personalised care for hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tazeen Jafar", + "middle_name": null, + "last_name": null, + "org_name": "Duke-NUS Graduate Medical School Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical Case Management: impact of comorbidities on personalised care for hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tazeen Jafar ", + "kol_full_name": "Tazeen Jafar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Cardiac Magnetic Resonance Imaging | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458373", + "session_name": "The correlation between cardiac magnetic resonance imaging and echocardiography in patients with severe ischaemic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tesfamariam Betemariam", + "middle_name": null, + "last_name": null, + "org_name": "Black Lion Hospital, Addis Ababa", + "Country": "Ethiopia", + "Region": "Addis Ababa", + "City": "Addis Ababa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The correlation between cardiac magnetic resonance imaging and echocardiography in patients with severe ischaemic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Cardiac Magnetic Resonance Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tesfamariam Betemariam ", + "kol_full_name": "Tesfamariam Betemariam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mortality | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457901", + "session_name": "The impact of a cardio-geriatric integrated care on mortality and readmissions in older patients with Heart Failure. Results of a quasi-experimental study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tessa Mazzarone", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of a cardio-geriatric integrated care on mortality and readmissions in older patients with Heart Failure. Results of a quasi-experimental study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mortality | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tessa Mazzarone ", + "kol_full_name": "Tessa Mazzarone " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biomarkers | Heart Failure | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460174", + "session_name": "Proteomic biomarkers and biological mechanisms associated with atrial fibrillation in heart failure patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Teun B. Petersen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteomic biomarkers and biological mechanisms associated with atrial fibrillation in heart failure patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Teun B. Petersen ", + "kol_full_name": "Teun B. Petersen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Aneurysm, Thoracic | Pulse Wave Analysis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460314", + "session_name": "Estimated aortic pulse wave velocity predicts adverse events in females with thoracic aortic aneurysms", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Thais Coutinho", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Estimated aortic pulse wave velocity predicts adverse events in females with thoracic aortic aneurysms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Aneurysm, Thoracic | Pulse Wave Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thais Coutinho ", + "kol_full_name": "Thais Coutinho " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Left Ventricular Thrombus | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460295", + "session_name": "Prevalence and clinical significance of left ventricular thrombus discovered by pathological examination in explanted hearts of patients with end-stage cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Thamonwan Osotthanakorn", + "middle_name": null, + "last_name": null, + "org_name": "King Chulalongkorn Memorial Hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence and clinical significance of left ventricular thrombus discovered by pathological examination in explanted hearts of patients with end-stage cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Left Ventricular Thrombus | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thamonwan Osotthanakorn ", + "kol_full_name": "Thamonwan Osotthanakorn " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Fabry Disease | Diagnostic Imaging | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458502", + "session_name": "Imaging predictors of adverse prognosis in fabry disease cardiomyopathy: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Thanakorn Rojanathagoon", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Imaging predictors of adverse prognosis in fabry disease cardiomyopathy: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fabry Disease | Diagnostic Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiomyopathies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thanakorn Rojanathagoon ", + "kol_full_name": "Thanakorn Rojanathagoon " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Kidney Failure, Chronic | Renal Replacement Therapy | In-Stent Restenosis | Drug-Eluting Stents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459895", + "session_name": "The risk factors for in-stent restenosis following drug-eluting stent implantation in end-stage renal disease patients receiving renal replacement therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Thanaphruet Issarawattana", + "middle_name": null, + "last_name": null, + "org_name": "Maharaj Nakhon Si Thammarat Hospital", + "Country": "Thailand", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The risk factors for in-stent restenosis following drug-eluting stent implantation in end-stage renal disease patients receiving renal replacement therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kidney Failure, Chronic | Renal Replacement Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " In-Stent Restenosis | Drug-Eluting Stents", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thanaphruet Issarawattana ", + "kol_full_name": "Thanaphruet Issarawattana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pericarditis, Tuberculous | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459230", + "session_name": "The hidden mimic: tuberculous pericarditis unraveling as heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Thanatcha Lertnimittham", + "middle_name": null, + "last_name": null, + "org_name": "Ramathibodi Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The hidden mimic: tuberculous pericarditis unraveling as heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis, Tuberculous | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thanatcha Lertnimittham ", + "kol_full_name": "Thanatcha Lertnimittham " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention | Troponin T", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457309", + "session_name": "The prognostic utility of troponin T levels in patients undergoing PCI during initial hospitalisation for STEMI", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tharusha Ediriweera", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The prognostic utility of troponin T levels in patients undergoing PCI during initial hospitalisation for STEMI", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention | Troponin T", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tharusha Ediriweera ", + "kol_full_name": "Tharusha Ediriweera " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Takotsubo Cardiomyopathy | Coronary Vasospasm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456734", + "session_name": "Spontaneous coronary artery dissection, Takotsubo syndrome, and coronary vasospasm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Theodora Benedek", + "middle_name": null, + "last_name": null, + "org_name": "George Emil Palade University of Medicine and Pharmacy", + "Country": "Romania", + "Region": "Mures", + "City": "Tirgu Mures", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Spontaneous coronary artery dissection", + "rest_events_session_count": 2, + "rest_events_session": " Takotsubo syndrome, and coronary vasospasm", + "events_topic": "Takotsubo Cardiomyopathy | Coronary Vasospasm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Theodora Benedek ", + "kol_full_name": "Theodora Benedek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459742", + "session_name": "Case 1 - medical therapy in acute heart failure: vision from Cyprus", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Theodoros Christodoulides", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Case 1 - medical therapy in acute heart failure: vision from Cyprus", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Theodoros Christodoulides ", + "kol_full_name": "Theodoros Christodoulides " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460196", + "session_name": "Treadmill exercise test as a screening tool in the development of hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Theodoros Kalos", + "middle_name": null, + "last_name": null, + "org_name": "Hippokration General Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treadmill exercise test as a screening tool in the development of hypertension", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Theodoros Kalos ", + "kol_full_name": "Theodoros Kalos " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460867", + "session_name": "Implementing dynamic atrioventricular delay optimization for cardiac resynchronization therapy: an economic analysis in the EU5 countries.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Thiemo Kellmann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Implementing dynamic atrioventricular delay optimization for cardiac resynchronization therapy: an economic analysis in the EU5 countries.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thiemo Kellmann ", + "kol_full_name": "Thiemo Kellmann " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "ST Elevation Myocardial Infarction | Aneurysm, False", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457810", + "session_name": "A devil in disguise : gigantic aortic pseudoaneurysm presenting with inferior wall st-elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Thitikorn Kittiboonya", + "middle_name": null, + "last_name": null, + "org_name": "Ramathibodi Hospital of Mahidol University", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A devil in disguise : gigantic aortic pseudoaneurysm presenting with inferior wall st-elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ST Elevation Myocardial Infarction | Aneurysm, False", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thitikorn Kittiboonya ", + "kol_full_name": "Thitikorn Kittiboonya " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure, Diastolic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458898", + "session_name": "Real-world evidence for patient phenotypes in heart failure with preserved ejection fraction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Thomas Mondritzki", + "middle_name": null, + "last_name": null, + "org_name": "Bayer AG", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Wuppertal", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world evidence for patient phenotypes in heart failure with preserved ejection fraction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure, Diastolic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thomas Mondritzki ", + "kol_full_name": "Thomas Mondritzki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Urokinase-Type Plasminogen Activator | Myocardial Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458354", + "session_name": "The cardioprotective potential of soluble urokinase Plasminogen Activator Receptor (suPAR) in myocardial ischemia.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Thomas Pirker", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The cardioprotective potential of soluble urokinase Plasminogen Activator Receptor (suPAR) in myocardial ischemia.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urokinase-Type Plasminogen Activator | Myocardial Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thomas Pirker ", + "kol_full_name": "Thomas Pirker " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456006", + "session_name": "Applying digital health to valvular heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tiago Bignoto", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Applying digital health to valvular heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tiago Bignoto ", + "kol_full_name": "Tiago Bignoto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Plaque | Sodium-Glucose Transporter 2 Inhibitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460627", + "session_name": "Association of sodium-glucose cotransporter-2 inhibitor with regression of coronary plaque burden", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tianhao Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of sodium-glucose cotransporter-2 inhibitor with regression of coronary plaque burden", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Plaque | Sodium-Glucose Transporter 2 Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tianhao Zhang ", + "kol_full_name": "Tianhao Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460500", + "session_name": "Comparison of the predicting value for incident cardiovascular events by vascular age based on brachial-ankle pulse wave velocity or carotid-femoral pulse wave velocity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tianhui Dong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comparison of the predicting value for incident cardiovascular events by vascular age based on brachial-ankle pulse wave velocity or carotid-femoral pulse wave velocity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tianhui Dong ", + "kol_full_name": "Tianhui Dong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458248", + "session_name": "Polygenic prediction of coronary artery disease among 130,000 Mexican adults", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tianshu Liu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Polygenic prediction of coronary artery disease among 130", + "rest_events_session_count": 1, + "rest_events_session": "000 Mexican adults", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tianshu Liu ", + "kol_full_name": "Tianshu Liu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aneurysm, False | Penetrating Atherosclerotic Ulcer | Aorta, Thoracic | Atherosclerosis | Pericardial Effusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457812", + "session_name": "Hemorrhagic pericardial effusion after removal of pericardial drain in penetrating atherosclerotic ulcer of the ascending aorta with pseudoaneurysm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tibor Poruban", + "middle_name": null, + "last_name": null, + "org_name": "East-Slovak Institute of Cardiovascular Diseases", + "Country": "Slovakia", + "Region": "Kosicky", + "City": "Kosice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hemorrhagic pericardial effusion after removal of pericardial drain in penetrating atherosclerotic ulcer of the ascending aorta with pseudoaneurysm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aneurysm, False | Penetrating Atherosclerotic Ulcer ", + "rest_events_topic_count": 3, + "rest_events_topic": " Aorta, Thoracic | Atherosclerosis | Pericardial Effusion", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tibor Poruban ", + "kol_full_name": "Tibor Poruban " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Transplantation | Allografts", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460204", + "session_name": "Donor-derived cell-free DNA versus left ventricular global longitudinal strain in noninvasive detection of heart allograft injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Timea Teszak", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Donor-derived cell-free DNA versus left ventricular global longitudinal strain in noninvasive detection of heart allograft injury", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Transplantation | Allografts", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Timea Teszak ", + "kol_full_name": "Timea Teszak " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sphingolipids | Aortic Valve Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460316", + "session_name": "Targeting an altered sphingolipid profile with consecutive lipotoxicity as therapeutic approach to calcific aortic valve disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Timo Rusack", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Targeting an altered sphingolipid profile with consecutive lipotoxicity as therapeutic approach to calcific aortic valve disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sphingolipids | Aortic Valve Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Timo Rusack ", + "kol_full_name": "Timo Rusack " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456842", + "session_name": "Cardiac amyloidosis: diagnosis and outcomes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tiziana Felice", + "middle_name": null, + "last_name": null, + "org_name": "Mater Dei Hospital of Malta", + "Country": "Malta", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac amyloidosis: diagnosis and outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tiziana Felice ", + "kol_full_name": "Tiziana Felice " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocarditis | Immune Checkpoint Inhibitors | Cardiac Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459391", + "session_name": "Routine application of cardiac magnetic resonance imaging in patients with suspected myocarditis from immune checkpoint inhibitor therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tobias Lerchner", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Routine application of cardiac magnetic resonance imaging in patients with suspected myocarditis from immune checkpoint inhibitor therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Magnetic Resonance Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tobias Lerchner ", + "kol_full_name": "Tobias Lerchner " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460794", + "session_name": "Trend in the prevalence, awareness, treatment and control of hypertension among adult over in Nigeria over a 4-year period", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tolulope Taiwo Shogade", + "middle_name": null, + "last_name": null, + "org_name": "University of Uyo Teaching Hospital", + "Country": "Nigeria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trend in the prevalence", + "rest_events_session_count": 2, + "rest_events_session": " awareness, treatment and control of hypertension among adult over in Nigeria over a 4-year period", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tolulope Taiwo Shogade ", + "kol_full_name": "Tolulope Taiwo Shogade " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459795", + "session_name": "Validation of chest-belt ECG evaluation using artificial intelligence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tomas Skala", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Olomouc", + "Country": "Czech Republic", + "Region": "Olomoucky Kraj", + "City": "Olomouc", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Validation of chest-belt ECG evaluation using artificial intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tomas Skala ", + "kol_full_name": "Tomas Skala " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459821", + "session_name": "Causal association between visceral fat and coronary artery disease: a large-scale mendelian randomization analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tomaso Leonardo Porcheddu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Causal association between visceral fat and coronary artery disease: a large-scale mendelian randomization analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tomaso Leonardo Porcheddu ", + "kol_full_name": "Tomaso Leonardo Porcheddu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Cardiomyopathy, Hypertrophic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455941", + "session_name": "New imaging insights into hypertrophic cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tomaz Podlesnikar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New imaging insights into hypertrophic cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tomaz Podlesnikar ", + "kol_full_name": "Tomaz Podlesnikar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459924", + "session_name": "The protective role of Baz2b ablation in aging-related heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tongtong Zang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The protective role of Baz2b ablation in aging-related heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tongtong Zang ", + "kol_full_name": "Tongtong Zang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459722", + "session_name": "Call to action: how to improve quality of care and outcomes for patients with chronic cardiovascular diseases and co-morbid conditions and cancer in Azerbaijan", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tora Sadigova", + "middle_name": null, + "last_name": null, + "org_name": "Azerbaijan Medical University", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Call to action: how to improve quality of care and outcomes for patients with chronic cardiovascular diseases and co-morbid conditions and cancer in Azerbaijan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tora Sadigova ", + "kol_full_name": "Tora Sadigova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Embolism | Mortality", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457673", + "session_name": "Evaluation of naples prognostic score to predict long-term mortality in patients with pulmonary embolism", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tugba Cetin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of naples prognostic score to predict long-term mortality in patients with pulmonary embolism", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Embolism | Mortality", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tugba Cetin ", + "kol_full_name": "Tugba Cetin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Troponin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457517", + "session_name": "Cardiac troponin fragmentation in marathon runners. The MaraCat2 study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tuomas Aleksi Paana", + "middle_name": null, + "last_name": null, + "org_name": "Turku University Hospital", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac troponin fragmentation in marathon runners. The MaraCat2 study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tuomas Aleksi Paana ", + "kol_full_name": "Tuomas Aleksi Paana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456600", + "session_name": "Complex or complicated? challenges of percutaneous coronary interventions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tuomas Kiviniemi", + "middle_name": null, + "last_name": null, + "org_name": "University of Turku", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complex or complicated? challenges of percutaneous coronary interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tuomas Kiviniemi ", + "kol_full_name": "Tuomas Kiviniemi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation | Cardiac Monitors | Athletes", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457511", + "session_name": "Symptoms and atrial fibrillation burden measured by an insertable cardiac monitor in endurance athletes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Turid Apelland", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Symptoms and atrial fibrillation burden measured by an insertable cardiac monitor in endurance athletes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation | Cardiac Monitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Athletes", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Turid Apelland ", + "kol_full_name": "Turid Apelland " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456465", + "session_name": "Cardiovascular health: from treatment strategies to lifestyle adherence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tuula Anneli Meinander", + "middle_name": null, + "last_name": null, + "org_name": "The Regional State Administrative Agency", + "Country": "Finland", + "Region": "Etela-Suomen Laani", + "City": "Tampere", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular health: from treatment strategies to lifestyle adherence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tuula Anneli Meinander ", + "kol_full_name": "Tuula Anneli Meinander " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Cell-Free Nucleic Acids", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458466", + "session_name": "Circulating nucleases degrade high-molecular-weight cell-free DNA in coronary vessels during acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Tyler Artner", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating nucleases degrade high-molecular-weight cell-free DNA in coronary vessels during acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Cell-Free Nucleic Acids", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tyler Artner ", + "kol_full_name": "Tyler Artner " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Surgical Procedures | Kidney Failure, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459906", + "session_name": "Cardiac surgery in a patient with end-stage renal disease due to rheumatological comorbidities a severe impairment of heart function in a non-cardiac specialized center", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ulises Salas Rodriguez", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Medical Sciences and Nutrition Salvador Zubiran", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac surgery in a patient with end-stage renal disease due to rheumatological comorbidities a severe impairment of heart function in a non-cardiac specialized center", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Surgical Procedures | Kidney Failure, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ulises Salas Rodriguez ", + "kol_full_name": "Ulises Salas Rodriguez " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461005", + "session_name": "From risk factor management to treatment optimisation in LDL-C", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ulrike Schatz", + "middle_name": null, + "last_name": null, + "org_name": "Heart Centre Dresden Technical University Hospital", + "Country": "Germany", + "Region": "Sachsen", + "City": "Dresden", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From risk factor management to treatment optimisation in LDL-C", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ulrike Schatz ", + "kol_full_name": "Ulrike Schatz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458048", + "session_name": "Relationship between coronary atherosclerotic lesion and arterial stiffness in patients with coronary artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ulugbek Nizamov", + "middle_name": null, + "last_name": null, + "org_name": "Republican Specialized Scientific Practical Medical Center Of Cardiology", + "Country": "Uzbekistan", + "Region": "Toshkent", + "City": "Tashkent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationship between coronary atherosclerotic lesion and arterial stiffness in patients with coronary artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ulugbek Nizamov ", + "kol_full_name": "Ulugbek Nizamov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456668", + "session_name": "Making progress in cardiovascular care for oncology patients in Latvia and Azerbaijan", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ulvi Mirzoyev", + "middle_name": null, + "last_name": null, + "org_name": "Ege Hospital", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Making progress in cardiovascular care for oncology patients in Latvia and Azerbaijan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ulvi Mirzoyev ", + "kol_full_name": "Ulvi Mirzoyev " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipoproteins, LDL | Mortality", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458378", + "session_name": "A retrospective analysis of patients with very HIGH level of LDL-C and the predictors of mortality (HIGH-LDL-PM Registry)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Umit Yasar Sinan", + "middle_name": null, + "last_name": null, + "org_name": "Istanbul University-Cerrahpasa Institute of Cardiology", + "Country": "Turkey", + "Region": "Istanbul", + "City": "Istanbul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A retrospective analysis of patients with very HIGH level of LDL-C and the predictors of mortality (HIGH-LDL-PM Registry)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipoproteins, LDL | Mortality", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Umit Yasar Sinan ", + "kol_full_name": "Umit Yasar Sinan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Septal Defects, Ventricular | Tetralogy Of Fallot", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457859", + "session_name": "The ventricular septal defect in tetralogy of Fallot: A multi-centre morphological and statistical shape analysis study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vaishnavi Sabarigirivasan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The ventricular septal defect in tetralogy of Fallot: A multi-centre morphological and statistical shape analysis study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Septal Defects, Ventricular | Tetralogy Of Fallot", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vaishnavi Sabarigirivasan ", + "kol_full_name": "Vaishnavi Sabarigirivasan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456495", + "session_name": "Acute coronary syndromes: diagnosis, outcomes, and predictors", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Valentin-Puiu Chioncel", + "middle_name": null, + "last_name": null, + "org_name": "Bagdasar-Arseni Emergency Hospital", + "Country": "Romania", + "Region": "Bucuresti", + "City": "Bucharest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Acute coronary syndromes: diagnosis", + "rest_events_session_count": 2, + "rest_events_session": " outcomes, and predictors", + "events_topic": "Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Valentin-Puiu Chioncel ", + "kol_full_name": "Valentin-Puiu Chioncel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Disease | Heart Diseases | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458708", + "session_name": "Prognostic significance of nonspecific systemic inflammation activity and biochemical markers of endothelial dysfunction in patients with coronary heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Valentyna Romanova", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic significance of nonspecific systemic inflammation activity and biochemical markers of endothelial dysfunction in patients with coronary heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Disease | Heart Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Valentyna Romanova ", + "kol_full_name": "Valentyna Romanova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Thermography | Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460604", + "session_name": "Clinical utility of thermographic imaging for monitoring extent and severity of driveline infection in left-ventricular-assist device patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Valerie Drost", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Clinical utility of thermographic imaging for monitoring extent and severity of driveline infection in left-ventricular-assist device patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thermography | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Valerie Drost ", + "kol_full_name": "Valerie Drost " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | Drug-Eluting Stents | Everolimus", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461023", + "session_name": "Complex All-comers and Patients With Diabetes or Prediabetes, Treated With Xience Sierra Everolimus-eluting Stents", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Van Vliet Daphne", + "middle_name": null, + "last_name": null, + "org_name": "Thorax Centre in Medisch Spectrum Twente (MST)", + "Country": "Netherlands", + "Region": "Overijssel", + "City": "Enschede", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Complex All-comers and Patients With Diabetes or Prediabetes", + "rest_events_session_count": 1, + "rest_events_session": " Treated With Xience Sierra Everolimus-eluting Stents", + "events_topic": "Diabetes Mellitus | Drug-Eluting Stents ", + "rest_events_topic_count": 1, + "rest_events_topic": " Everolimus", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Van Vliet Daphne ", + "kol_full_name": "Van Vliet Daphne " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Resynchronization Therapy Devices | Wearable Electronic Devices", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458662", + "session_name": "Early discharge following cardiac implantable electronic device implantation: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vanda Devesa Neto", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Center Tondela Viseu", + "Country": "Portugal", + "Region": "Viseu", + "City": "Viseu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early discharge following cardiac implantable electronic device implantation: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy Devices | Wearable Electronic Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vanda Devesa Neto ", + "kol_full_name": "Vanda Devesa Neto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Combined Modality Therapy | Ezetimibe", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458189", + "session_name": "Efficacy of combination therapy with statin and ezetimibe versus high dose statin monotherapy in secondary prevention in high-risk patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vasile Bogdan Halatiu", + "middle_name": null, + "last_name": null, + "org_name": "George Emil Palade University of Medicine, Pharmacy, Sciences and Technology", + "Country": "Romania", + "Region": "Mures", + "City": "Tirgu Mures", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy of combination therapy with statin and ezetimibe versus high dose statin monotherapy in secondary prevention in high-risk patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Combined Modality Therapy | Ezetimibe", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vasile Bogdan Halatiu ", + "kol_full_name": "Vasile Bogdan Halatiu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458401", + "session_name": "Aortic regurgitation, it is not always what it seems.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vasiliki Tassi", + "middle_name": null, + "last_name": null, + "org_name": "Evangelismos Hospital", + "Country": "Greece", + "Region": "Attiki", + "City": "Athens", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic regurgitation", + "rest_events_session_count": 1, + "rest_events_session": " it is not always what it seems.", + "events_topic": "Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vasiliki Tassi ", + "kol_full_name": "Vasiliki Tassi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456643", + "session_name": "Treatment of heart failure in Bulgaria and Germany: implementation of 2023 ESC Guidelines - Focused Update on Heart Failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vassil Traykov", + "middle_name": null, + "last_name": null, + "org_name": "Acibadem City Clinic Tokuda Hospital", + "Country": "Bulgaria", + "Region": "Sofiya", + "City": "Sofia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Treatment of heart failure in Bulgaria and Germany: implementation of 2023 ESC Guidelines - Focused Update on Heart Failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vassil Traykov ", + "kol_full_name": "Vassil Traykov " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sodium-Glucose Transporter 2 Inhibitors | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459574", + "session_name": "The effects of SGLT2 inhibitors on right ventricle functions in heart failure patients: update meta-analysis of the current literature", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vedat Cicek", + "middle_name": null, + "last_name": null, + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The effects of SGLT2 inhibitors on right ventricle functions in heart failure patients: update meta-analysis of the current literature", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sodium-Glucose Transporter 2 Inhibitors | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vedat Cicek ", + "kol_full_name": "Vedat Cicek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Edge-to-Edge Repair", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457040", + "session_name": "Predictors of ventricular and atrial feature tracking-derived global longitudinal strain in healthy athletes and volunteers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vencel Juhasz", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Predictors of ventricular and atrial feature tracking-derived global longitudinal strain in healthy athletes and volunteers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Edge-to-Edge Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vencel Juhasz ", + "kol_full_name": "Vencel Juhasz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Wearable Electronic Devices | Radiofrequency Therapy | Cardiac Resynchronization Therapy Devices", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458665", + "session_name": "Remote monitoring of cardiac implantable electronic devices using smart device interface versus radiofrequency-based interface: a systematic review", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vern Hsen Tan", + "middle_name": null, + "last_name": null, + "org_name": "Changi General Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remote monitoring of cardiac implantable electronic devices using smart device interface versus radiofrequency-based interface: a systematic review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wearable Electronic Devices | Radiofrequency Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Resynchronization Therapy Devices", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vern Hsen Tan ", + "kol_full_name": "Vern Hsen Tan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Artificial Intelligence | Heart Arrest", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457315", + "session_name": "Visually evaluated performance of two AI algorithms detecting cardiac rhythm", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Veronika Bulkova", + "middle_name": null, + "last_name": null, + "org_name": "MDT-International center for telemedicine", + "Country": "Czech Republic", + "Region": "Jihomoravsky Kraj", + "City": "Brno", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Visually evaluated performance of two AI algorithms detecting cardiac rhythm", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence | Heart Arrest", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Veronika Bulkova ", + "kol_full_name": "Veronika Bulkova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Infant, Newborn | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458073", + "session_name": "Remodeling of adult rat heart subjected to pressure overload from the neonatal period is dependent on the sex", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Veronika Olejnickova", + "middle_name": null, + "last_name": null, + "org_name": "First Faculty of Medicine, Charles University", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Remodeling of adult rat heart subjected to pressure overload from the neonatal period is dependent on the sex", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Infant, Newborn | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Veronika Olejnickova ", + "kol_full_name": "Veronika Olejnickova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Surgical Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461093", + "session_name": "Daily Highlights by the Chilean Society of Cardiology and Cardiovascular Surgery - panel discussion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Victor Rossel Mariangel", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Del Salvador", + "Country": "Chile", + "Region": "Region Metropolitana", + "City": "Santiago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Daily Highlights by the Chilean Society of Cardiology and Cardiovascular Surgery - panel discussion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Victor Rossel Mariangel ", + "kol_full_name": "Victor Rossel Mariangel " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460650", + "session_name": "A novel device for electrocardiographic imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Victoria Galizia Brito", + "middle_name": null, + "last_name": null, + "org_name": "SPIKA TECH S.L.", + "Country": "Spain", + "Region": "Islas Baleares", + "City": "Palma de Mallorca", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A novel device for electrocardiographic imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Victoria Galizia Brito ", + "kol_full_name": "Victoria Galizia Brito " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Arrhythmogenic Cardiomyopathy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458109", + "session_name": "Genetics of arrhythmogenic cardiomyopathies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Victoria Parikh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Genetics of arrhythmogenic cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arrhythmogenic Cardiomyopathy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Victoria Parikh ", + "kol_full_name": "Victoria Parikh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Conduction System Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459174", + "session_name": "Cells of the adult mouse cardiac conduction system in wild type and Nkx2-5 heterozygous loss-of-function mutation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Viktoria Strohmenger", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cells of the adult mouse cardiac conduction system in wild type and Nkx2-5 heterozygous loss-of-function mutation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Conduction System Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Viktoria Strohmenger ", + "kol_full_name": "Viktoria Strohmenger " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Ezetimibe", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459166", + "session_name": "Ezetimibe use and mortality after myocardial infarction: a nationwide cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ville Kyto", + "middle_name": null, + "last_name": null, + "org_name": "Turku University Hospital", + "Country": "Finland", + "Region": "Lansi-Suomen Laani", + "City": "Turku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Ezetimibe use and mortality after myocardial infarction: a nationwide cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Ezetimibe", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ville Kyto ", + "kol_full_name": "Ville Kyto " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Neoplasms | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456711", + "session_name": "Cancer and other risk factors for heart disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vilma Dzenkeviciute", + "middle_name": null, + "last_name": null, + "org_name": "Vilnius University Hospital", + "Country": "Lithuania", + "Region": "Vilniaus Apskritis", + "City": "Vilnius", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cancer and other risk factors for heart disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vilma Dzenkeviciute ", + "kol_full_name": "Vilma Dzenkeviciute " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Troponin I | Point-of-Care Systems", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460984", + "session_name": "WESTCOR-POC - Point of care versus centralised high-sensitivity cardiac troponin in the emergency department", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Viola Thulin", + "middle_name": null, + "last_name": null, + "org_name": "Haukeland University Hospital", + "Country": "Norway", + "Region": "Hordaland", + "City": "Bergen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "WESTCOR-POC - Point of care versus centralised high-sensitivity cardiac troponin in the emergency department", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Troponin I | Point-of-Care Systems", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Viola Thulin ", + "kol_full_name": "Viola Thulin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459189", + "session_name": "Adherence to treatment in patients with arterial hypertension at the wartime conditions in Ukrainian population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vira Tseluyko", + "middle_name": null, + "last_name": null, + "org_name": "V.N. Karazin Kharkiv National University", + "Country": "Ukraine", + "Region": "Kharkivs'ka Oblast'", + "City": "Kharkiv", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Adherence to treatment in patients with arterial hypertension at the wartime conditions in Ukrainian population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vira Tseluyko ", + "kol_full_name": "Vira Tseluyko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Percutaneous Coronary Intervention | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457023", + "session_name": "Effect of pre-procedural blood pressure on one-year cardiovascular events after percutaneous coronary intervention in patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Viroj Muangsillapasart", + "middle_name": null, + "last_name": null, + "org_name": "Chulabhorn hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of pre-procedural blood pressure on one-year cardiovascular events after percutaneous coronary intervention in patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Percutaneous Coronary Intervention ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Viroj Muangsillapasart ", + "kol_full_name": "Viroj Muangsillapasart " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Peripartum Period | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459531", + "session_name": "Proteome profiling in patients with peripartum cardiomyopathy according to ethnicity a biomarker study on the EORP cohort", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vitaris Kodogo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Proteome profiling in patients with peripartum cardiomyopathy according to ethnicity a biomarker study on the EORP cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripartum Period | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vitaris Kodogo ", + "kol_full_name": "Vitaris Kodogo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertrophy, Left Ventricular | Aortic Valve Stenosis | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457413", + "session_name": "Electrocardiographic criteria for the diagnosis of left ventricular hypertrophy in patients with severe aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vitor Emer Egypto Rosa", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Electrocardiographic criteria for the diagnosis of left ventricular hypertrophy in patients with severe aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertrophy, Left Ventricular | Aortic Valve Stenosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electrocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vitor Emer Egypto Rosa ", + "kol_full_name": "Vitor Emer Egypto Rosa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies | Amyloid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460712", + "session_name": "Transthyretin stabiliser therapy in patients with transthyretin amyloid cardiomyopathy: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vitor Ribeiro", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transthyretin stabiliser therapy in patients with transthyretin amyloid cardiomyopathy: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Amyloid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vitor Ribeiro ", + "kol_full_name": "Vitor Ribeiro " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Lipoprotein(a) | Tertiary Care Centers | Atherosclerosis | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459943", + "session_name": "Lipoprotein(a) and atherosclerotic cardiovascular disease in a Brazilian tertiary hospital population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Viviane Zorzanelli Rocha", + "middle_name": null, + "last_name": null, + "org_name": "Heart Institute of the University of Sao Paulo (InCor)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Lipoprotein(a) and atherosclerotic cardiovascular disease in a Brazilian tertiary hospital population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lipoprotein(a) | Tertiary Care Centers ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atherosclerosis | Cardiovascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Viviane Zorzanelli Rocha ", + "kol_full_name": "Viviane Zorzanelli Rocha " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457716", + "session_name": "Is the female sex a risk factor for heart failure after myocardial infarction?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vojko Kanic", + "middle_name": null, + "last_name": null, + "org_name": "University Medical Centre Maribor", + "Country": "Slovenia", + "Region": "Maribor", + "City": "Maribor", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Is the female sex a risk factor for heart failure after myocardial infarction?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vojko Kanic ", + "kol_full_name": "Vojko Kanic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Vasculopathy | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460547", + "session_name": "Transpulmonary proteome gradients identify inflammatory pathways involved in the development of pulmonary vasculopathy in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vojtech Melenovsky", + "middle_name": null, + "last_name": null, + "org_name": "Institute for Clinical and Experimental Medicine (IKEM)", + "Country": "Czech Republic", + "Region": "Hlavni Mesto Praha", + "City": "Prague", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Transpulmonary proteome gradients identify inflammatory pathways involved in the development of pulmonary vasculopathy in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Vasculopathy | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vojtech Melenovsky ", + "kol_full_name": "Vojtech Melenovsky " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcopenia | Peripheral Arterial Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461014", + "session_name": "Impact of sarcopenia on the clinical course of older patients with peripheral artery disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Volker H. Schmitt", + "middle_name": null, + "last_name": null, + "org_name": "University Medical Center of the Johannes Gutenberg University", + "Country": "Germany", + "Region": "Rheinland-Pfalz", + "City": "Mainz", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of sarcopenia on the clinical course of older patients with peripheral artery disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcopenia | Peripheral Arterial Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Volker H. Schmitt ", + "kol_full_name": "Volker H. Schmitt " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cholesterol, LDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460960", + "session_name": "From risk factor management to treatment optimisation in LDL-C", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Volker Schettler", + "middle_name": null, + "last_name": null, + "org_name": "Center of Nephrology Goettingen", + "Country": "Germany", + "Region": "Niedersachsen", + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "From risk factor management to treatment optimisation in LDL-C", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholesterol, LDL", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Volker Schettler ", + "kol_full_name": "Volker Schettler " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Baroreflex | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460177", + "session_name": "No improvement in atrial arrhythmia rates in patients on baroreflex activation therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Vu Pham", + "middle_name": null, + "last_name": null, + "org_name": "Lac and USC Medical Centre", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "No improvement in atrial arrhythmia rates in patients on baroreflex activation therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Baroreflex | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vu Pham ", + "kol_full_name": "Vu Pham " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Oxidoreductases | Sodium-Glucose Transporter 2 | Epicardial Adipose Tissue", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459267", + "session_name": "Human epicardial adipose tissue-derived factors promote atrial endothelial dysfunction: role of pro-inflammatory cytokines and AT1R/NADPH oxidases/SGLT2 pro-oxidant pathway", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Walaa Fakih", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Human epicardial adipose tissue-derived factors promote atrial endothelial dysfunction: role of pro-inflammatory cytokines and AT1R/NADPH oxidases/SGLT2 pro-oxidant pathway", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oxidoreductases | Sodium-Glucose Transporter 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Epicardial Adipose Tissue", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Walaa Fakih ", + "kol_full_name": "Walaa Fakih " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Scleroderma, Systemic | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459860", + "session_name": "Early left atrial changes in patients with systemic sclerosis by two-dimensional speckle tracking echocardiography", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Walid Ammar", + "middle_name": null, + "last_name": null, + "org_name": "Cairo university", + "Country": "Egypt", + "Region": "Al Qahirah", + "City": "Cairo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Early left atrial changes in patients with systemic sclerosis by two-dimensional speckle tracking echocardiography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Scleroderma, Systemic | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Walid Ammar ", + "kol_full_name": "Walid Ammar " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pharmacokinetics | Pharmacodynamics | Milvexian | Arthroplasty, Replacement, Knee", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457270", + "session_name": "Characterisation of the pharmacokinetic and pharmacodynamic relationship of milvexian in total knee replacement patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wangda Zhou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Characterisation of the pharmacokinetic and pharmacodynamic relationship of milvexian in total knee replacement patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pharmacokinetics | Pharmacodynamics ", + "rest_events_topic_count": 2, + "rest_events_topic": " Milvexian | Arthroplasty, Replacement, Knee", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wangda Zhou ", + "kol_full_name": "Wangda Zhou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases | Combined Modality Therapy | Ezetimibe", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458313", + "session_name": "High intensity statin-ezetimibe combination therapy reduces mortality in patients with ischaemic heart disease and elevated Lipoprotein(a)", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wann Jia Loh", + "middle_name": null, + "last_name": null, + "org_name": "Changi General Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High intensity statin-ezetimibe combination therapy reduces mortality in patients with ischaemic heart disease and elevated Lipoprotein(a)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Combined Modality Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ezetimibe", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wann Jia Loh ", + "kol_full_name": "Wann Jia Loh " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Renal Insufficiency, Chronic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459207", + "session_name": "Interpretable machine learning model for predicting long-term cardiovascular mortality risk in chronic kidney disease patients using SHAP explainers", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wanying Wu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Interpretable machine learning model for predicting long-term cardiovascular mortality risk in chronic kidney disease patients using SHAP explainers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Renal Insufficiency, Chronic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wanying Wu ", + "kol_full_name": "Wanying Wu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Heart Failure | Myocarditis | Biopsy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457346", + "session_name": "Giant cell myocarditis presenting as a clinical syndrome of heart failure progressing to cardiogenic shock: the role of endomyocardial biopsy and advanced heart failure therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Warradit Srisuwanwattana", + "middle_name": null, + "last_name": null, + "org_name": "King Chulalongkorn Memorial Hospital", + "Country": "Thailand", + "Region": "Krung Thep Mahanakhon", + "City": "Bangkok", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Giant cell myocarditis presenting as a clinical syndrome of heart failure progressing to cardiogenic shock: the role of endomyocardial biopsy and advanced heart failure therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Heart Failure ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocarditis | Biopsy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Warradit Srisuwanwattana ", + "kol_full_name": "Warradit Srisuwanwattana " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457589", + "session_name": "Relationships among intensive blood pressure control, morning blood pressure surge and 24-hour blood pressure variability", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wei-Ting Wang", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Veterans General Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Relationships among intensive blood pressure control", + "rest_events_session_count": 1, + "rest_events_session": " morning blood pressure surge and 24-hour blood pressure variability", + "events_topic": "Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wei-Ting Wang ", + "kol_full_name": "Wei-Ting Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459048", + "session_name": "Incorporating intrathoracic pressure fluctuation can improve noninvasive prediction of left ventricular end-diastolic pressure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Weiwei Jin", + "middle_name": null, + "last_name": null, + "org_name": "Ventric Health LLC", + "Country": "United States", + "Region": "California", + "City": "Pasadena", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Incorporating intrathoracic pressure fluctuation can improve noninvasive prediction of left ventricular end-diastolic pressure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Weiwei Jin ", + "kol_full_name": "Weiwei Jin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aging | Cellular Senescence | Lipoproteins, HDL | Vascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457030", + "session_name": "Electronegative ApoCIII-Rich HDL promotes cellular damage and vascular aging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wen-Li Hsu", + "middle_name": null, + "last_name": null, + "org_name": "National Health Research Institute", + "Country": "Taiwan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Electronegative ApoCIII-Rich HDL promotes cellular damage and vascular aging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aging | Cellular Senescence ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lipoproteins, HDL | Vascular Diseases", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wen-Li Hsu ", + "kol_full_name": "Wen-Li Hsu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Reperfusion Injury | Myocardial Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458173", + "session_name": "sRAGE attenuates myocardial ischemia-reperfusion injury by recruiting Tregs through chemokine CCL4", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wen-Yi Zhang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "sRAGE attenuates myocardial ischemia-reperfusion injury by recruiting Tregs through chemokine CCL4", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reperfusion Injury | Myocardial Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wen-Yi Zhang ", + "kol_full_name": "Wen-Yi Zhang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Venous Thromboembolism | Random Allocation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458875", + "session_name": "Effect of venous thromboembolism on brain cortical structure: a Mendelian Randomization study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wenli Gu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effect of venous thromboembolism on brain cortical structure: a Mendelian Randomization study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Venous Thromboembolism | Random Allocation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wenli Gu ", + "kol_full_name": "Wenli Gu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ablation Techniques | Arrhythmias, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458672", + "session_name": "Stereotactic arrhythmia radioablation - A systematic review and meta-analysis of the prospective clinical studies", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wiert Hoeksema", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Stereotactic arrhythmia radioablation - A systematic review and meta-analysis of the prospective clinical studies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ablation Techniques | Arrhythmias, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wiert Hoeksema ", + "kol_full_name": "Wiert Hoeksema " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Alzheimer Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459555", + "session_name": "Management and outcomes of acute myocardial infarction in patients with Alzheimer's disease: a study of 2.7 million individuals with myocardial infarction, 2010 - 2020", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wiktoria Ozarek", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Management and outcomes of acute myocardial infarction in patients with Alzheimer's disease: a study of 2.7 million individuals with myocardial infarction", + "rest_events_session_count": 1, + "rest_events_session": " 2010 - 2020", + "events_topic": "Myocardial Infarction | Alzheimer Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wiktoria Ozarek ", + "kol_full_name": "Wiktoria Ozarek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Microvascular Function | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456883", + "session_name": "(Micro)vascular function in heart failure", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "William Antonio Esteves", + "middle_name": null, + "last_name": null, + "org_name": "Federal University of Minas Gerais", + "Country": "Brazil", + "Region": "Minas Gerais", + "City": "Belo Horizonte", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "(Micro)vascular function in heart failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microvascular Function | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
William Antonio Esteves ", + "kol_full_name": "William Antonio Esteves " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Polyarthralgia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458036", + "session_name": "An exceptionally rare cause of pyrexia and polyarthalgia.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "William Camilleri", + "middle_name": null, + "last_name": null, + "org_name": "Mater Dei Hospital of Malta", + "Country": "Malta", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An exceptionally rare cause of pyrexia and polyarthalgia.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polyarthralgia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
William Camilleri ", + "kol_full_name": "William Camilleri " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Propensity Score | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457520", + "session_name": "Bioprosthetic versus mechanical prostheses in patients aged 50 to 70 years undergoing aortic valve replacement surgery: outcomes analysis from propensity score matching", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "William Courtney", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bioprosthetic versus mechanical prostheses in patients aged 50 to 70 years undergoing aortic valve replacement surgery: outcomes analysis from propensity score matching", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Propensity Score | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
William Courtney ", + "kol_full_name": "William Courtney " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Imaging Techniques | Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456594", + "session_name": "Latest advances in artificial intelligence applied to cardiovascular imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "William K. Kong", + "middle_name": null, + "last_name": null, + "org_name": "National University Heart Centre", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Latest advances in artificial intelligence applied to cardiovascular imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
William K. Kong ", + "kol_full_name": "William K. Kong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure Monitoring, Ambulatory", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459208", + "session_name": "Correlation between postdialysis blood pressure assessed at different time points and home blood pressure monitoring", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wilson Nadruz", + "middle_name": null, + "last_name": null, + "org_name": "State University of Campinas (UNICAMP)", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Correlation between postdialysis blood pressure assessed at different time points and home blood pressure monitoring", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure Monitoring, Ambulatory", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wilson Nadruz ", + "kol_full_name": "Wilson Nadruz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure Monitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459660", + "session_name": "Innovations in night-time blood pressure monitoring: insights from cuffless monitor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Won-Joo Kim", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Innovations in night-time blood pressure monitoring: insights from cuffless monitor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure Monitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Won-Joo Kim ", + "kol_full_name": "Won-Joo Kim " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457075", + "session_name": "The impact of body mass on cardiovascular outcomes in patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Wout van den Broek", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of body mass on cardiovascular outcomes in patients with acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wout van den Broek ", + "kol_full_name": "Wout van den Broek " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Interleukin-6 | Ryanodine Receptor Calcium Release Channel | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459129", + "session_name": "Macrophage-mediated interleukin-6 signaling drives ryanodine receptor-2 calcium leak in postoperative atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xander Wehrens", + "middle_name": null, + "last_name": null, + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Macrophage-mediated interleukin-6 signaling drives ryanodine receptor-2 calcium leak in postoperative atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Interleukin-6 | Ryanodine Receptor Calcium Release Channel ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xander Wehrens ", + "kol_full_name": "Xander Wehrens " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Valve Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458719", + "session_name": "Regional disparities in clinical characteristics, treatments and outcomes of valvular heart disease in China: Insights from China-VHD study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiangming Hu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Regional disparities in clinical characteristics", + "rest_events_session_count": 1, + "rest_events_session": " treatments and outcomes of valvular heart disease in China: Insights from China-VHD study", + "events_topic": "Heart Valve Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiangming Hu ", + "kol_full_name": "Xiangming Hu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Fibroblasts", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459987", + "session_name": "Cardiac fibroblasts enhance macrophages inflammatory response in myocardial infarction through the C3a-C3aR axis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiangwei Bo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiac fibroblasts enhance macrophages inflammatory response in myocardial infarction through the C3a-C3aR axis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Fibroblasts", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiangwei Bo ", + "kol_full_name": "Xiangwei Bo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cerebral Hemorrhage | Intracranial Hemorrhage, Hypertensive | Atorvastatin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459079", + "session_name": "Long-term administration of atorvastatin had no effect on the occurrence and progression of spontaneous hypertensive intracerebral hemorrhage in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiaohui Bian", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-term administration of atorvastatin had no effect on the occurrence and progression of spontaneous hypertensive intracerebral hemorrhage in mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cerebral Hemorrhage | Intracranial Hemorrhage, Hypertensive ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atorvastatin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiaohui Bian ", + "kol_full_name": "Xiaohui Bian " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457455", + "session_name": "Impact of appendicular skeletal muscle mass on effect of intensive blood pressure control", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiaopu Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact of appendicular skeletal muscle mass on effect of intensive blood pressure control", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiaopu Wang ", + "kol_full_name": "Xiaopu Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Ibrutinib | Inhibition, Psychological", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458175", + "session_name": "Inhibition of B cell activation by Ibrutinib improves cardiac function in experimental myocardial infarction in mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiaowei Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Inhibition of B cell activation by Ibrutinib improves cardiac function in experimental myocardial infarction in mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Ibrutinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Inhibition, Psychological", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiaowei Li ", + "kol_full_name": "Xiaowei Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antiplatelet Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459345", + "session_name": "Phase I results of both IV and oral administration for CG-0255: a novel fast-acting antiplatelet drug with a new activation pathway", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiaowu Chen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Phase I results of both IV and oral administration for CG-0255: a novel fast-acting antiplatelet drug with a new activation pathway", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antiplatelet Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiaowu Chen ", + "kol_full_name": "Xiaowu Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Anticoagulation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459058", + "session_name": "Patterns and trends of oral anticoagulation use among patients with postoperative and non-postoperative atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiaoxi Yao", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Patterns and trends of oral anticoagulation use among patients with postoperative and non-postoperative atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anticoagulation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiaoxi Yao ", + "kol_full_name": "Xiaoxi Yao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Electric Impedance | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458986", + "session_name": "Bioelectrical impedance analysis-derived phase angle is associated with exercise tolerance in patients with cardiovascular diseases", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiaoyang Song", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Bioelectrical impedance analysis-derived phase angle is associated with exercise tolerance in patients with cardiovascular diseases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electric Impedance | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiaoyang Song ", + "kol_full_name": "Xiaoyang Song " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency | Cardiac Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458133", + "session_name": "Mapping renal impairment and cardiac structure and function: observation and genetic insights from 30,000 cardiac magnetic resonance images", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xiaozhao Lu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Mapping renal impairment and cardiac structure and function: observation and genetic insights from 30", + "rest_events_session_count": 1, + "rest_events_session": "000 cardiac magnetic resonance images", + "events_topic": "Renal Insufficiency | Cardiac Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xiaozhao Lu ", + "kol_full_name": "Xiaozhao Lu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prediabetes | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460868", + "session_name": "Association between life's essential 8 score and 5-year all-cause and cardiovascular mortality in people with prediabetes: based on a cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xicong Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between life's essential 8 score and 5-year all-cause and cardiovascular mortality in people with prediabetes: based on a cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prediabetes | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xicong Li ", + "kol_full_name": "Xicong Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460989", + "session_name": "Atrial fibrillation follow-up investigation to recover memory and learning trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xin Du", + "middle_name": null, + "last_name": null, + "org_name": "Beijing Anzhen Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Atrial fibrillation follow-up investigation to recover memory and learning trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xin Du ", + "kol_full_name": "Xin Du " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "GTP-Binding Proteins | Amyloidosis, Hereditary, Transthyretin-Related | Carrier Proteins", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460346", + "session_name": "Prognostic utility of heart-type fatty acid binding protein in patients with cardiac amyloidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xinqing Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic utility of heart-type fatty acid binding protein in patients with cardiac amyloidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "GTP-Binding Proteins | Amyloidosis, Hereditary, Transthyretin-Related ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carrier Proteins", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xinqing Li ", + "kol_full_name": "Xinqing Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ventricular Dysfunction, Left", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457259", + "session_name": "Identification of left ventricular flow features in healthy and pathological conditions", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xinyi He", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identification of left ventricular flow features in healthy and pathological conditions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ventricular Dysfunction, Left", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xinyi He ", + "kol_full_name": "Xinyi He " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Mortality, Premature | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457710", + "session_name": "Systolic blood pressure time in target range and cardiovascular disease and premature death", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xu Han", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Systolic blood pressure time in target range and cardiovascular disease and premature death", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Mortality, Premature ", + "rest_events_topic_count": 1, + "rest_events_topic": " Blood Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xu Han ", + "kol_full_name": "Xu Han " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Aneurysm, Thoracic | Dissection", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457924", + "session_name": "Itga9 protects against thoracic aortic aneurysm or dissection", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xu Xu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Itga9 protects against thoracic aortic aneurysm or dissection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Aneurysm, Thoracic | Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xu Xu ", + "kol_full_name": "Xu Xu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460864", + "session_name": "Disparities by region, age, and sex in cardiovascular disease burden attributable to high fasting plasma glucose in China, 2010-2018: a nationwide, population-based study.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Xue Cao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Disparities by region", + "rest_events_session_count": 4, + "rest_events_session": " age, and sex in cardiovascular disease burden attributable to high fasting plasma glucose in China, 2010-2018: a nationwide, population-based study.", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xue Cao ", + "kol_full_name": "Xue Cao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Atherosclerosis | Galectin 3", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459986", + "session_name": "Role of Galectin-3 in resident macrophages and effects on atherosclerosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ya Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Role of Galectin-3 in resident macrophages and effects on atherosclerosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atherosclerosis | Galectin 3", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ya Li ", + "kol_full_name": "Ya Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Disease | Endothelial Progenitor Cells", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458706", + "session_name": "Circulating ACE2 and the association of endothelial progenitor cell in CAD patients", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ya Wen Lu", + "middle_name": null, + "last_name": null, + "org_name": "Taichung Veterans General Hospital", + "Country": "Taiwan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating ACE2 and the association of endothelial progenitor cell in CAD patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Endothelial Progenitor Cells", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ya Wen Lu ", + "kol_full_name": "Ya Wen Lu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Serpina3c Deficiency | Muscle, Smooth, Vascular | Obesity", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457921", + "session_name": "Serpina3c deficiency aggravates vascular dysfunction and VSMC dysregulation through regulating adamts4 pathway activity in obese mice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ya Wu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Serpina3c deficiency aggravates vascular dysfunction and VSMC dysregulation through regulating adamts4 pathway activity in obese mice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Serpina3c Deficiency | Muscle, Smooth, Vascular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Obesity", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ya Wu ", + "kol_full_name": "Ya Wu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Staphylococcal Protein A | ST Elevation Myocardial Infarction | C-Reactive Protein", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458470", + "session_name": "C-reactive protein after discharge and infarct size in patients with ST segment elevation myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yan Zhou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "C-reactive protein after discharge and infarct size in patients with ST segment elevation myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Staphylococcal Protein A | ST Elevation Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " C-Reactive Protein", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yan Zhou ", + "kol_full_name": "Yan Zhou " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Fibrosis | Lysophosphatidylcholines | Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458386", + "session_name": "Epicardial adipose tissue promoted cardiac fibrosis after acute myocardial infarction by releasing lysophosphatidylcholine", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yanguo Xin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Epicardial adipose tissue promoted cardiac fibrosis after acute myocardial infarction by releasing lysophosphatidylcholine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Fibrosis | Lysophosphatidylcholines ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocardial Infarction", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yanguo Xin ", + "kol_full_name": "Yanguo Xin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460869", + "session_name": "Weekend compensatory sleep is associated with reduced risk of heart disease: a prospective UK Biobank-based cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yanjun Song", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Weekend compensatory sleep is associated with reduced risk of heart disease: a prospective UK Biobank-based cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yanjun Song ", + "kol_full_name": "Yanjun Song " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Pulmonary | Calcium Channels", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458981", + "session_name": "Long-standing response to calcium channel blocker therapy on patients with various types of pulmonary hypertension: a systematic review and meta analysis.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yanka Dalmolin Salton", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Long-standing response to calcium channel blocker therapy on patients with various types of pulmonary hypertension: a systematic review and meta analysis.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Calcium Channels", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yanka Dalmolin Salton ", + "kol_full_name": "Yanka Dalmolin Salton " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Reperfusion Injury | Myocardial Ischemia | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460251", + "session_name": "TLR7 deficiency alleviated myocardial ischemia reperfusion injury via regulating macrophage-neutrophil interaction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yanqiu Lai", + "middle_name": null, + "last_name": null, + "org_name": "National University of Singapore", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "TLR7 deficiency alleviated myocardial ischemia reperfusion injury via regulating macrophage-neutrophil interaction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reperfusion Injury | Myocardial Ischemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yanqiu Lai ", + "kol_full_name": "Yanqiu Lai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457837", + "session_name": "Young female acute myocardial infarction patients have worse all-cause mortality compared to males: insights from a national myocardial infarction registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yao Neng Teo", + "middle_name": null, + "last_name": null, + "org_name": "Ng Teng Fong General Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Young female acute myocardial infarction patients have worse all-cause mortality compared to males: insights from a national myocardial infarction registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yao Neng Teo ", + "kol_full_name": "Yao Neng Teo " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hemodynamics | Cardiopulmonary-metabolic Coupling | Arterial Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457395", + "session_name": "Worse arterial pressure reservoir capacity is associated with exacerbated hemodynamic response to capnogram changes and more labile intraoperative cardiopulmonary-metabolic coupling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yaren Alan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Worse arterial pressure reservoir capacity is associated with exacerbated hemodynamic response to capnogram changes and more labile intraoperative cardiopulmonary-metabolic coupling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Cardiopulmonary-metabolic Coupling ", + "rest_events_topic_count": 1, + "rest_events_topic": " Arterial Pressure", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yaren Alan ", + "kol_full_name": "Yaren Alan " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Precision Medicine | Neural Networks, Computer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460740", + "session_name": "Comorbidity neural network model for personalised recommendations in cardiometabolic risk factor management: towards early precision medicine in routine clinical practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yaron Dibner", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Comorbidity neural network model for personalised recommendations in cardiometabolic risk factor management: towards early precision medicine in routine clinical practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine | Neural Networks, Computer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yaron Dibner ", + "kol_full_name": "Yaron Dibner " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Atria", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459516", + "session_name": "Unipolar electroanatomical mapping outperforms bipolar voltage in detecting LGE areas in the left atrium", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yazan Mohsen", + "middle_name": null, + "last_name": null, + "org_name": "Johns Hopkins", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Unipolar electroanatomical mapping outperforms bipolar voltage in detecting LGE areas in the left atrium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Atria", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yazan Mohsen ", + "kol_full_name": "Yazan Mohsen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Amyloidosis, Hereditary, Transthyretin-Related | Cardiomyopathies | Vutrisiran", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461097", + "session_name": "Highlights from HELIOS-B - Primary results from phase 3 study of vutrisiran in patients with transthyretin amyloidosis with cardiomyopathy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yen-Wen Wu", + "middle_name": null, + "last_name": null, + "org_name": "Far Eastern Memorial Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Highlights from HELIOS-B - Primary results from phase 3 study of vutrisiran in patients with transthyretin amyloidosis with cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Amyloidosis, Hereditary, Transthyretin-Related | Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Vutrisiran", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yen-Wen Wu ", + "kol_full_name": "Yen-Wen Wu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459773", + "session_name": "Effectivess of non-pharmacological interventions on physical activity and sedentary behaviour among patients with coronary heart disease: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yi Ning Miu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effectivess of non-pharmacological interventions on physical activity and sedentary behaviour among patients with coronary heart disease: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yi Ning Miu ", + "kol_full_name": "Yi Ning Miu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus, Type 2 | Mortality", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458160", + "session_name": "Association of HbA1C with mortality and cardiovascular outcome in patients with type 2 diabetes using drugs with different hypoglycemic risk", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yi-Cheng Lin", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Medical University Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of HbA1C with mortality and cardiovascular outcome in patients with type 2 diabetes using drugs with different hypoglycemic risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus, Type 2 | Mortality", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yi-Cheng Lin ", + "kol_full_name": "Yi-Cheng Lin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biomarkers | Cluster Analysis | Ablation Techniques | Echocardiography | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459583", + "session_name": "Utilizing cluster analysis of biomarkers alongside echocardiographic deformation parameters to forecast the outcome of atrial fibrillation post-ablation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yi-Heng Li", + "middle_name": null, + "last_name": null, + "org_name": "National Cheng Kung University Hospital", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Tainan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Utilizing cluster analysis of biomarkers alongside echocardiographic deformation parameters to forecast the outcome of atrial fibrillation post-ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Cluster Analysis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Ablation Techniques | Echocardiography | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yi-Heng Li ", + "kol_full_name": "Yi-Heng Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cellular Senescence | Metabolic Syndrome | Cardiotoxicity | Lipoproteins, VLDL", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459068", + "session_name": "VLDL induces EZH2/PRC2 complex-mediated cellular senescence in metabolic syndrome to enhance cardiotoxicity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yi-Hsiung Lin", + "middle_name": null, + "last_name": null, + "org_name": "Kaohsiung Medical University Hospital", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Kaohsiung", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "VLDL induces EZH2/PRC2 complex-mediated cellular senescence in metabolic syndrome to enhance cardiotoxicity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cellular Senescence | Metabolic Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiotoxicity | Lipoproteins, VLDL", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yi-Hsiung Lin ", + "kol_full_name": "Yi-Hsiung Lin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency, Chronic | Myocardial Perfusion Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458370", + "session_name": "The role of semi-quantitative parameters of thallium-201 myocardial perfusion imaging in predicting mortality rate among CKD population", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yi-Hsueh Liu", + "middle_name": null, + "last_name": null, + "org_name": "Kaohsiung Municipal Siaogang Hospital", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Kaohsiung", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of semi-quantitative parameters of thallium-201 myocardial perfusion imaging in predicting mortality rate among CKD population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency, Chronic | Myocardial Perfusion Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yi-Hsueh Liu ", + "kol_full_name": "Yi-Hsueh Liu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Blood Pressure | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459543", + "session_name": "Beyond resting measurements: exercise pulse pressure and its association with heart failure hospitalization", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yi-Tsang Fu", + "middle_name": null, + "last_name": null, + "org_name": "Taipei Veterans General Hospital", + "Country": "Taiwan", + "Region": "T'ai-pei", + "City": "Taipei", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Beyond resting measurements: exercise pulse pressure and its association with heart failure hospitalization", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Pressure | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yi-Tsang Fu ", + "kol_full_name": "Yi-Tsang Fu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cancer Survivors | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461038", + "session_name": "Effects of Intensive vs Standard Blood Pressure Control on Cardiovascular Outcomes in Cancer Survivors: Results from the SPRINT Randomized Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yichao Xiao", + "middle_name": null, + "last_name": null, + "org_name": "The Second Xiangya Hospital of Central South University", + "Country": "China", + "Region": "Hunan", + "City": "Changsha", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Effects of Intensive vs Standard Blood Pressure Control on Cardiovascular Outcomes in Cancer Survivors: Results from the SPRINT Randomized Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yichao Xiao ", + "kol_full_name": "Yichao Xiao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Immune Checkpoint Inhibitors | Myocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457718", + "session_name": "Association between the variability of non-HDL-C and the NLR in female patients with Immune checkpoint inhibitor-associated myocarditis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yifan Chen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association between the variability of non-HDL-C and the NLR in female patients with Immune checkpoint inhibitor-associated myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yifan Chen ", + "kol_full_name": "Yifan Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Shock, Cardiogenic | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458529", + "session_name": "Sex-specific prediction of cardiogenic shock complicating acute coronary syndromes: the SEX-SHOCK score", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yifan Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sex-specific prediction of cardiogenic shock complicating acute coronary syndromes: the SEX-SHOCK score", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Shock, Cardiogenic | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yifan Wang ", + "kol_full_name": "Yifan Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Genetic Predisposition To Disease | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457575", + "session_name": "Circulating ketone bodies, genetic predisposition, and incident atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ying Sun", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Circulating ketone bodies", + "rest_events_session_count": 2, + "rest_events_session": " genetic predisposition, and incident atrial fibrillation", + "events_topic": "Genetic Predisposition To Disease | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ying Sun ", + "kol_full_name": "Ying Sun " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mucocutaneous Lymph Node Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460016", + "session_name": "High eosinophil counts aid in diagnosing Kawasaki disease in febrile children", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ying-Hsien Huang", + "middle_name": null, + "last_name": null, + "org_name": "Chang Gung Memorial Hospital Kaohsiung", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Kaohsiung", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "High eosinophil counts aid in diagnosing Kawasaki disease in febrile children", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mucocutaneous Lymph Node Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ying-Hsien Huang ", + "kol_full_name": "Ying-Hsien Huang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Machine Learning | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461039", + "session_name": "A machine learning algorithm for personalizing intensive blood pressure treatment: derivation from SPRINT/ACCORD-BP trials and validation in CRHCP, a pragmatic implementation trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yingxian Sun", + "middle_name": null, + "last_name": null, + "org_name": "The First Affiliated Hospital of China Medical University", + "Country": "China", + "Region": "Liaoning", + "City": "Shenyang", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A machine learning algorithm for personalizing intensive blood pressure treatment: derivation from SPRINT/ACCORD-BP trials and validation in CRHCP", + "rest_events_session_count": 1, + "rest_events_session": " a pragmatic implementation trial", + "events_topic": "Machine Learning | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yingxian Sun ", + "kol_full_name": "Yingxian Sun " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Antiapoptotic Agents | Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460057", + "session_name": "MiRNA-519e promotes cardiomyocyte cell division accompanied by pro-angiogenic and anti-apoptotic effects", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yiqi Gong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "MiRNA-519e promotes cardiomyocyte cell division accompanied by pro-angiogenic and anti-apoptotic effects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antiapoptotic Agents | Myocytes, Cardiac", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yiqi Gong ", + "kol_full_name": "Yiqi Gong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "SOX7 Protein, Human | Aortic Valve Stenosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459978", + "session_name": "Reduced Sox7 contributes to abnormal valve development resulting in congenital aortic stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yizhuo Wu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Reduced Sox7 contributes to abnormal valve development resulting in congenital aortic stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "SOX7 Protein, Human | Aortic Valve Stenosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yizhuo Wu ", + "kol_full_name": "Yizhuo Wu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Prognosis | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460522", + "session_name": "Association of 5-times sit-to-stand test with muscle weakness and prognosis in older patients with cardiovascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yohtaro Tsubaki", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Association of 5-times sit-to-stand test with muscle weakness and prognosis in older patients with cardiovascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yohtaro Tsubaki ", + "kol_full_name": "Yohtaro Tsubaki " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Direct Oral Anticoagulants | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460128", + "session_name": "An external validation of DOAC score in patients with atrial fibrillation following transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yoshihiro Harano", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "An external validation of DOAC score in patients with atrial fibrillation following transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Direct Oral Anticoagulants ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yoshihiro Harano ", + "kol_full_name": "Yoshihiro Harano " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Fibroblast | Transient Receptor Potential Channels | Vitamin D", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457446", + "session_name": "Vitamin D in cardiac fibroblasts: new evidence for a TRP-mediated non-genomic pathway", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Youakim Saliba", + "middle_name": null, + "last_name": null, + "org_name": "St. Joseph University of Beyrouth", + "Country": "Lebanon", + "Region": "Beyrouth", + "City": "Beirut", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Vitamin D in cardiac fibroblasts: new evidence for a TRP-mediated non-genomic pathway", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Fibroblast | Transient Receptor Potential Channels ", + "rest_events_topic_count": 1, + "rest_events_topic": " Vitamin D", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Youakim Saliba ", + "kol_full_name": "Youakim Saliba " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Reperfusion Injury | Protein-Tyrosine Kinases | Ischemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460247", + "session_name": "AXL receptor tyrosine kinase as a promising factor to protect cardiac microvascular function against ischemia-reperfusion injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Youran Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "AXL receptor tyrosine kinase as a promising factor to protect cardiac microvascular function against ischemia-reperfusion injury", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reperfusion Injury | Protein-Tyrosine Kinases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ischemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Youran Li ", + "kol_full_name": "Youran Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cluster Analysis | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459396", + "session_name": "Assessing aortic morphology post aortic valve replacement using unsupervised hierarchical clustering and statistical shape modelling", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yousef Aljassam", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Assessing aortic morphology post aortic valve replacement using unsupervised hierarchical clustering and statistical shape modelling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cluster Analysis | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yousef Aljassam ", + "kol_full_name": "Yousef Aljassam " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mitral Valve Prosthesis | Anemia, Hemolytic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459903", + "session_name": "Hemolytic anemia of mechanical origin with mitral valve prosthesis: atypical revealing of prosthetic valve dehiscence", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Youssef Lahmouz", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hemolytic anemia of mechanical origin with mitral valve prosthesis: atypical revealing of prosthetic valve dehiscence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitral Valve Prosthesis | Anemia, Hemolytic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Youssef Lahmouz ", + "kol_full_name": "Youssef Lahmouz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Evolocumab | Obesity", + "npi_num": "1538621834", + "hcp_pin_alias": "FU_HCP_5460962", + "session_name": "Cardiovascular Efficacy of Evolocumab in Patients with Obesity: Updates from FOURIER Trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yu Mi Kang", + "middle_name": null, + "last_name": null, + "org_name": "Harvard Medical School Teaching Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular Efficacy of Evolocumab in Patients with Obesity: Updates from FOURIER Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Evolocumab | Obesity", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yu Mi Kang ", + "kol_full_name": "Yu Mi Kang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Deep Learning | Electrocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459180", + "session_name": "Identifying heart failure dynamics using multi-point electrocardiograms and deep learning", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yu Nishihara", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Identifying heart failure dynamics using multi-point electrocardiograms and deep learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Deep Learning ", + "rest_events_topic_count": 1, + "rest_events_topic": " Electrocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yu Nishihara ", + "kol_full_name": "Yu Nishihara " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cerebral Small Vessel Diseases | Prognosis | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460028", + "session_name": "The impact of cerebral small vessel disease burden on prognosis in patients with acute coronary syndrome", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yu Zhao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The impact of cerebral small vessel disease burden on prognosis in patients with acute coronary syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cerebral Small Vessel Diseases | Prognosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Coronary Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yu Zhao ", + "kol_full_name": "Yu Zhao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459848", + "session_name": "Prognostic value of IL-22 levels and the TH17 pathway in patients with acute myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yu-Jen Wang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prognostic value of IL-22 levels and the TH17 pathway in patients with acute myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yu-Jen Wang ", + "kol_full_name": "Yu-Jen Wang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cluster Analysis | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459566", + "session_name": "Outcome and life expectancy associated with novel subgroups of atrial fibrillation: a data-driven cluster analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuefeng Yu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Outcome and life expectancy associated with novel subgroups of atrial fibrillation: a data-driven cluster analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cluster Analysis | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuefeng Yu ", + "kol_full_name": "Yuefeng Yu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke | Ischemia | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460431", + "session_name": "Trimetazidine reduces stroke risk in ischemic atrial fibrillation: a territory-wide, propensity-matched study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuen Ting Cheng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Trimetazidine reduces stroke risk in ischemic atrial fibrillation: a territory-wide", + "rest_events_session_count": 1, + "rest_events_session": " propensity-matched study", + "events_topic": "Stroke | Ischemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuen Ting Cheng ", + "kol_full_name": "Yuen Ting Cheng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Biomarkers | Coronary Artery Bypass | Pericardial Fluid | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457574", + "session_name": "CORO1A in pericardial fluid are potential biomarkers for new-onset atrial fibrillation following isolated coronary artery bypass grafting", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yufeng Deng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "CORO1A in pericardial fluid are potential biomarkers for new-onset atrial fibrillation following isolated coronary artery bypass grafting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Coronary Artery Bypass ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pericardial Fluid | Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yufeng Deng ", + "kol_full_name": "Yufeng Deng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Magnetic Resonance Imaging | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459185", + "session_name": "Using deep learning to predict cardiovascular magnetic resonance findings from echocardiography videos", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuki Sahashi", + "middle_name": null, + "last_name": null, + "org_name": "Cedars-Sinai Medical Centre", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Using deep learning to predict cardiovascular magnetic resonance findings from echocardiography videos", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Echocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuki Sahashi ", + "kol_full_name": "Yuki Sahashi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Primary Prevention | Valsartan | Sacubitril | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460942", + "session_name": "Sacubitril/valsartan in primary prevention of cancer-therapy related cardiac dysfunction in breast cancer patients.", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuling Hsu", + "middle_name": null, + "last_name": null, + "org_name": "National Cheng Kung University Hospital", + "Country": "Taiwan", + "Region": "Kao-hsiung", + "City": "Tainan", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sacubitril/valsartan in primary prevention of cancer-therapy related cardiac dysfunction in breast cancer patients.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Prevention | Valsartan ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sacubitril | Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuling Hsu ", + "kol_full_name": "Yuling Hsu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Gene Silencing | Pyroptosis | Myocarditis | Biomimetics", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460694", + "session_name": "Macrophage-T cell hybrid membrane-camouflaged biomimetic nanoparticles ameliorate autoimmune myocarditis via suppressing macrophage pyroptosis by target gene silencing", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yulong Xiong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Macrophage-T cell hybrid membrane-camouflaged biomimetic nanoparticles ameliorate autoimmune myocarditis via suppressing macrophage pyroptosis by target gene silencing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gene Silencing | Pyroptosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocarditis | Biomimetics", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yulong Xiong ", + "kol_full_name": "Yulong Xiong " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Tomography, Optical Coherence | Plaque, Atherosclerotic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460920", + "session_name": "Quantified characterization of atherosclerotic plaques by optical coherence tomography attenuation imaging", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yun Dai Chen", + "middle_name": null, + "last_name": null, + "org_name": "Chinese PLA General Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Quantified characterization of atherosclerotic plaques by optical coherence tomography attenuation imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, Optical Coherence | Plaque, Atherosclerotic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yun Dai Chen ", + "kol_full_name": "Yun Dai Chen " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Depression | Infarction | Myocardial Infarction | Stress Disorders, Post-Traumatic | Anxiety", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460607", + "session_name": "Prevalence of depression, anxiety and post-traumatic stress disorder (PTSD) after acute myocardial infarction: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yunrui Hao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Prevalence of depression", + "rest_events_session_count": 1, + "rest_events_session": " anxiety and post-traumatic stress disorder (PTSD) after acute myocardial infarction: a systematic review and meta-analysis", + "events_topic": "Depression | Infarction ", + "rest_events_topic_count": 3, + "rest_events_topic": " Myocardial Infarction | Stress Disorders, Post-Traumatic | Anxiety", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yunrui Hao ", + "kol_full_name": "Yunrui Hao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pulmonary Vascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456425", + "session_name": "New physical insights into pulmonary vascular disease", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuriy Sirenko", + "middle_name": null, + "last_name": null, + "org_name": "Strazhensku Cardiology Institute", + "Country": "Ukraine", + "Region": "Misto Kyyiv", + "City": "Kiev", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "New physical insights into pulmonary vascular disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Vascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuriy Sirenko ", + "kol_full_name": "Yuriy Sirenko " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sarcoidosis | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458748", + "session_name": "Extra cellular volume by computed tomography is useful for prediction of prognosis in cardiac sarcoidosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yusei Nishikawa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Extra cellular volume by computed tomography is useful for prediction of prognosis in cardiac sarcoidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoidosis | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yusei Nishikawa ", + "kol_full_name": "Yusei Nishikawa " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography, Stress | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460646", + "session_name": "Diagnosis of heart failure with preserved ejection fraction based on exercise stress echocardiography in real-world practice", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuta Tani", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Diagnosis of heart failure with preserved ejection fraction based on exercise stress echocardiography in real-world practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography, Stress | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuta Tani ", + "kol_full_name": "Yuta Tani " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Mitral Valvuloplasty", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460801", + "session_name": "Left atrial reservoir strain as a prognostic indicator for cardiovascular events after mitral valvuloplasty", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuta Torii", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Left atrial reservoir strain as a prognostic indicator for cardiovascular events after mitral valvuloplasty", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Mitral Valvuloplasty", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuta Torii ", + "kol_full_name": "Yuta Torii " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension, Renovascular", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459214", + "session_name": "Renal fractional flow reserve guided stenting in renovascular hypertension with extremely tortuous renal artery", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuxi Chang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Renal fractional flow reserve guided stenting in renovascular hypertension with extremely tortuous renal artery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Renovascular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuxi Chang ", + "kol_full_name": "Yuxi Chang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Ganglion Cysts | Ablation Techniques | Hypertensive Crisis | Renal Denervation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459643", + "session_name": "Efficacy comparison of transcatheter aorticorenal ganglion ablation and renal denervation in a hypertensive canine model", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuxiang Long", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Efficacy comparison of transcatheter aorticorenal ganglion ablation and renal denervation in a hypertensive canine model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ganglion Cysts | Ablation Techniques ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hypertensive Crisis | Renal Denervation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuxiang Long ", + "kol_full_name": "Yuxiang Long " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Myocardial Infarction | Body Mass Index", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460160", + "session_name": "In-hospital outcomes of acute myocardial infarction patients without standard modifiable cardiovascular risk factors across varying body mass index", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuxiu Yang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "In-hospital outcomes of acute myocardial infarction patients without standard modifiable cardiovascular risk factors across varying body mass index", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction | Body Mass Index", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuxiu Yang ", + "kol_full_name": "Yuxiu Yang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Pacemaker, Artificial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460253", + "session_name": "Impact on preoperative estimation of atrial mechanical amplitudes with vdd leadless pacemaker", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuya Komai", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Impact on preoperative estimation of atrial mechanical amplitudes with vdd leadless pacemaker", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pacemaker, Artificial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuya Komai ", + "kol_full_name": "Yuya Komai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vascular Dissection", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460473", + "session_name": "A vascular dissection and rupture linked metabolite acts via BLT2 receptor", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuyu Li", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A vascular dissection and rupture linked metabolite acts via BLT2 receptor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Dissection", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuyu Li ", + "kol_full_name": "Yuyu Li " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Vascular System Injuries | Balloon Catheter", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460883", + "session_name": "Novel balloon catheter containing therapeutic mRNA with smart RNA switch alleviate restenosis after vascular injury", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Yuyuan Fu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Novel balloon catheter containing therapeutic mRNA with smart RNA switch alleviate restenosis after vascular injury", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular System Injuries | Balloon Catheter", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuyuan Fu ", + "kol_full_name": "Yuyuan Fu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5461096", + "session_name": "Daily Highlights by the Moroccan Society of Cardiology - panel discussion", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zainab RAISSUNI", + "middle_name": null, + "last_name": null, + "org_name": "CHU Mohammed VI TTA", + "Country": "Morocco", + "Region": "Tanger", + "City": "Tangier", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Daily Highlights by the Moroccan Society of Cardiology - panel discussion", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zainab RAISSUNI ", + "kol_full_name": "Zainab RAISSUNI " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiotoxicity | Heart Failure | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459261", + "session_name": "Use of HFA ICOS score to predict cancer therapy-induced cardiotoxicity in breast cancer", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zaineb Ajra", + "middle_name": null, + "last_name": null, + "org_name": "Mohamed TAher Maamouri hospital", + "Country": "Tunisia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Use of HFA ICOS score to predict cancer therapy-induced cardiotoxicity in breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiotoxicity | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zaineb Ajra ", + "kol_full_name": "Zaineb Ajra " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Down-Regulation | Myocardial Infarction | Myocytes, Cardiac", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457326", + "session_name": "Downregulation of CPEB3 exacerbates cardiac injury by inhibiting cardiomyocyte adaptive metabolic reprogramming after myocardial infarction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zaixiao Tao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Downregulation of CPEB3 exacerbates cardiac injury by inhibiting cardiomyocyte adaptive metabolic reprogramming after myocardial infarction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Down-Regulation | Myocardial Infarction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myocytes, Cardiac", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zaixiao Tao ", + "kol_full_name": "Zaixiao Tao " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Sodium-Glucose Transporter 2 Inhibitors | Anthracyclines | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457660", + "session_name": "Cardiovascular outcomes of Sodium-glucose cotransporter-2 inhibitors in cancer patients receiving Anthracycline chemotherapy: a systematic review and meta-analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zandra Jarito-Vergara", + "middle_name": null, + "last_name": null, + "org_name": "Vicente Sotto Memorial Medical Center", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular outcomes of Sodium-glucose cotransporter-2 inhibitors in cancer patients receiving Anthracycline chemotherapy: a systematic review and meta-analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sodium-Glucose Transporter 2 Inhibitors | Anthracyclines ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zandra Jarito-Vergara ", + "kol_full_name": "Zandra Jarito-Vergara " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Indapamide | Azilsartan | Nitrendipine | Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460377", + "session_name": "Cardioprotective efficacy of combined therapy with azilsartan, indapamide, and nitrendipine in patients with essential hypertension", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zaringiz Mashkurova", + "middle_name": null, + "last_name": null, + "org_name": "Republican Specialized Scientific Practical Medical Center Of Cardiology", + "Country": "Uzbekistan", + "Region": "Toshkent", + "City": "Tashkent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardioprotective efficacy of combined therapy with azilsartan", + "rest_events_session_count": 2, + "rest_events_session": " indapamide, and nitrendipine in patients with essential hypertension", + "events_topic": "Indapamide | Azilsartan ", + "rest_events_topic_count": 2, + "rest_events_topic": " Nitrendipine | Hypertension", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zaringiz Mashkurova ", + "kol_full_name": "Zaringiz Mashkurova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Metabolic Syndrome | Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460051", + "session_name": "The causal relationship between metabolic syndrome and its components and cardiovascular disease: a Mendelian randomization study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zejia Wu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The causal relationship between metabolic syndrome and its components and cardiovascular disease: a Mendelian randomization study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Metabolic Syndrome | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zejia Wu ", + "kol_full_name": "Zejia Wu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "COVID-19 | Heart Failure | Angiotensin II", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457284", + "session_name": "The role of angiotensin II and endothelin receptor antibodies in COVID19 patients with HFpEF", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zheina Cherneva", + "middle_name": null, + "last_name": null, + "org_name": "Medical Institute of Ministry of Interior", + "Country": "Bulgaria", + "Region": "Sofiya", + "City": "Sofia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "The role of angiotensin II and endothelin receptor antibodies in COVID19 patients with HFpEF", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "COVID-19 | Heart Failure ", + "rest_events_topic_count": 1, + "rest_events_topic": " Angiotensin II", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zheina Cherneva ", + "kol_full_name": "Zheina Cherneva " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Renal Insufficiency | Acute Coronary Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459209", + "session_name": "Guideline-directed medical therapy and in-hospital mortality in acute coronary syndrome patients with advanced renal dysfunction", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zhengyang Jin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Guideline-directed medical therapy and in-hospital mortality in acute coronary syndrome patients with advanced renal dysfunction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Renal Insufficiency | Acute Coronary Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zhengyang Jin ", + "kol_full_name": "Zhengyang Jin " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459382", + "session_name": "Sleep pattern, behavior, duration and incident hypertension: results from two large prospective cohorts", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zhihao Zheng", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Sleep pattern", + "rest_events_session_count": 2, + "rest_events_session": " behavior, duration and incident hypertension: results from two large prospective cohorts", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zhihao Zheng ", + "kol_full_name": "Zhihao Zheng " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Bicuspid Aortic Valve Disease | Aortic Valve Insufficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458336", + "session_name": "Aortic valve tissue quantification in bicuspid aortic valve stenosis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zi Ye", + "middle_name": null, + "last_name": null, + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Aortic valve tissue quantification in bicuspid aortic valve stenosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bicuspid Aortic Valve Disease | Aortic Valve Insufficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zi Ye ", + "kol_full_name": "Zi Ye " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Coronary Artery Bypass | Cardiac Denervation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458793", + "session_name": "Partial cardiac denervation to prevent postoperative atrial fibrillation after coronary artery bypass grafting (pCAD-POAF): a randomized controlled trial", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ziang Yang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Partial cardiac denervation to prevent postoperative atrial fibrillation after coronary artery bypass grafting (pCAD-POAF): a randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Bypass | Cardiac Denervation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atrial Fibrillation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ziang Yang ", + "kol_full_name": "Ziang Yang " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458536", + "session_name": "Associations between neutrophil-percentage-to-albumin ratio level and all-cause mortality and cardiovascular disease-cause mortality in general population: evidence from nhanes 1999-2010", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zifeng Qiu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Associations between neutrophil-percentage-to-albumin ratio level and all-cause mortality and cardiovascular disease-cause mortality in general population: evidence from nhanes 1999-2010", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zifeng Qiu ", + "kol_full_name": "Zifeng Qiu " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Mendelian Randomization Analysis | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459215", + "session_name": "Blood plasma metabolites and heart failure risk: insights from Mendelian randomization analysis", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Ziqi Ma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Blood plasma metabolites and heart failure risk: insights from Mendelian randomization analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mendelian Randomization Analysis | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ziqi Ma ", + "kol_full_name": "Ziqi Ma " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diabetes Mellitus | COVID-19", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459093", + "session_name": "Subgroup analysis of diabetes in COVID-positive revascularized patients: implications for clinical management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zohra Alimli", + "middle_name": null, + "last_name": null, + "org_name": "Central Clinic Hospital", + "Country": "Azerbaijan", + "Region": "Abseron", + "City": "Baku", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Subgroup analysis of diabetes in COVID-positive revascularized patients: implications for clinical management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diabetes Mellitus | COVID-19", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zohra Alimli ", + "kol_full_name": "Zohra Alimli " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Catheter Ablation | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456599", + "session_name": "Disease states and mapping techniques: do they affect outcomes of catheter ablation for atrial fibrillation?", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zoltan Csanadi", + "middle_name": null, + "last_name": null, + "org_name": "University of Debrecen", + "Country": "Hungary", + "Region": "Hajdu-Bihar", + "City": "Debrecen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Disease states and mapping techniques: do they affect outcomes of catheter ablation for atrial fibrillation?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Catheter Ablation | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zoltan Csanadi ", + "kol_full_name": "Zoltan Csanadi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiovascular Diseases | Diabetes Mellitus", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456229", + "session_name": "Real-world evidence on the cardiovascular effects of therapies for diabetes", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zoltan Jarai", + "middle_name": null, + "last_name": null, + "org_name": "St Imre University Teaching Hospital", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Real-world evidence on the cardiovascular effects of therapies for diabetes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Diabetes Mellitus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zoltan Jarai ", + "kol_full_name": "Zoltan Jarai " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458220", + "session_name": "Myosin activators for cardiomyopathy: all is not lost", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zoltan Papp", + "middle_name": null, + "last_name": null, + "org_name": "University of Debrecen", + "Country": "Hungary", + "Region": "Hajdu-Bihar", + "City": "Debrecen", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myosin activators for cardiomyopathy: all is not lost", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zoltan Papp ", + "kol_full_name": "Zoltan Papp " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Echocardiography | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458823", + "session_name": "A comparative analysis of conventional echocardiographic findings among different heart failure stages and phenotypes: insights from the national echocardiographic society registry", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zorica Mladenovic", + "middle_name": null, + "last_name": null, + "org_name": "Military Medical Academy of Belgrade", + "Country": "Yugoslavia", + "Region": "Srbija (Serbia)", + "City": "Belgrade", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "A comparative analysis of conventional echocardiographic findings among different heart failure stages and phenotypes: insights from the national echocardiographic society registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Echocardiography | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zorica Mladenovic ", + "kol_full_name": "Zorica Mladenovic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Cardiac Magnetic Resonance Imaging | Atrial Fibrillation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460407", + "session_name": "Image quality of the non-contrast BOOST cardiac magnetic resonance sequence to visualize the pulmonary veins in patients with atrial fibrillation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zsofia Dohy", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Image quality of the non-contrast BOOST cardiac magnetic resonance sequence to visualize the pulmonary veins in patients with atrial fibrillation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Magnetic Resonance Imaging | Atrial Fibrillation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zsofia Dohy ", + "kol_full_name": "Zsofia Dohy " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Heart Failure | Ischemia | Cohort Studies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457134", + "session_name": "Cardiovascular risks of PD1 inhibitor therapy in cancer: impact of prior ischemic events on heart failure - a retrospective cohort study", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zsofia Dora Drobni", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Cardiovascular risks of PD1 inhibitor therapy in cancer: impact of prior ischemic events on heart failure - a retrospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Failure | Ischemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cohort Studies", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zsofia Dora Drobni ", + "kol_full_name": "Zsofia Dora Drobni " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Transcatheter Aortic Valve Replacement | Percutaneous Coronary Intervention", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5457795", + "session_name": "PCI after TAVI: tricks and toolbox", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zsolt Piroth", + "middle_name": null, + "last_name": null, + "org_name": "Gottsegen National Cardiovascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "PCI after TAVI: tricks and toolbox", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcatheter Aortic Valve Replacement | Percutaneous Coronary Intervention", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zsolt Piroth ", + "kol_full_name": "Zsolt Piroth " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460432", + "session_name": "Myocardial work and aortic valve stenosis cardiac damage stages are predictors of all-cause mortality in patients undergoing transcatheter aortic valve replacement", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zsuzsanna Ladanyi", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Myocardial work and aortic valve stenosis cardiac damage stages are predictors of all-cause mortality in patients undergoing transcatheter aortic valve replacement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Valve Stenosis | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zsuzsanna Ladanyi ", + "kol_full_name": "Zsuzsanna Ladanyi " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Diagnostic Imaging | Heart Failure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460030", + "session_name": "Personalised imaging a heart failure patient undergoing cancer therapy", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zuilma Yurith Vasquez-Ortiz", + "middle_name": null, + "last_name": null, + "org_name": "National Institute of Medical Sciences and Nutrition Salvador Zubiran", + "Country": "Mexico", + "Region": "Distrito Federal", + "City": "Mexico", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised imaging a heart failure patient undergoing cancer therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Failure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zuilma Yurith Vasquez-Ortiz ", + "kol_full_name": "Zuilma Yurith Vasquez-Ortiz " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Obesity | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5460053", + "session_name": "Evaluation of the circulating biomarker apelin-12 in visceral obesity", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zulfya Rasulova", + "middle_name": null, + "last_name": null, + "org_name": "Central Consultative and Diagnostic Polyclinic No. 1", + "Country": "Uzbekistan", + "Region": "Toshkent", + "City": "Tashkent", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Evaluation of the circulating biomarker apelin-12 in visceral obesity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Obesity | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zulfya Rasulova ", + "kol_full_name": "Zulfya Rasulova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456205", + "session_name": "Hypertension management: drugs", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zumreta Kusljugic", + "middle_name": null, + "last_name": null, + "org_name": "University Clinical Center Tuzla", + "Country": "Bosnia and Herzegovina", + "Region": "Federation of Bosnia and Herzegovina", + "City": "Tuzla", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Hypertension management: drugs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zumreta Kusljugic ", + "kol_full_name": "Zumreta Kusljugic " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Stroke", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5456870", + "session_name": "Personalised stroke management", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zuzana Gdovinova", + "middle_name": null, + "last_name": null, + "org_name": "Safarik University", + "Country": "Slovakia", + "Region": "Kosicky", + "City": "Kosice", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Personalised stroke management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stroke", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zuzana Gdovinova ", + "kol_full_name": "Zuzana Gdovinova " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Hypertension | Blood Pressure", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5458085", + "session_name": "Pharmacologic treatment of hypertension guided by non-invasive haemodynamics in primary care improves blood pressure control", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zvi Vered", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Pharmacologic treatment of hypertension guided by non-invasive haemodynamics in primary care improves blood pressure control", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension | Blood Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zvi Vered ", + "kol_full_name": "Zvi Vered " + }, + { + "proj_kol_id": false, + "eid": "129934", + "event_topics": "Practice Guidelines As Topic | Endocarditis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5459652", + "session_name": "Frontiers of infective endocarditis in Georgia - discussion of guideline implementation", + "name": "2024 European Society of Cardiology Congress (ESC)", + "kol_id": "0", + "first_name": "Zviad Kereselidze", + "middle_name": null, + "last_name": null, + "org_name": "Tbilisi Heart Center", + "Country": "Georgia", + "Region": "T'bilisi", + "City": "Tbilisi", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "session_note": null, + "events_session": "Frontiers of infective endocarditis in Georgia - discussion of guideline implementation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Practice Guidelines As Topic | Endocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zviad Kereselidze ", + "kol_full_name": "Zviad Kereselidze " + } + ] + } +} diff --git a/assets/ed130546.json b/assets/ed130546.json new file mode 100644 index 0000000..c714b7f --- /dev/null +++ b/assets/ed130546.json @@ -0,0 +1,5430 @@ +{ + "data": { + "eventsdetail": + [ + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Granulocytes | Aortitis", + "npi_num": "1881374155", + "hcp_pin_alias": "1144332", + "session_name": "Granulocyte-Colony Stimulating Factor (G-Csf)-Induced Aortitis", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "1144332", + "first_name": "Omer", + "middle_name": "", + "last_name": "Onder", + "org_name": "Upmc Presbyterian Shadyside", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Granulocyte-Colony Stimulating Factor (G-Csf)-Induced Aortitis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Granulocytes | Aortitis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Omer Onder", + "kol_full_name": "Omer Onder" + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Coronary Periarteritis | Immunoglobulin G", + "npi_num": "1841759966", + "hcp_pin_alias": "1144297", + "session_name": "Igg4-Related Coronary Periarteritis", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "1144297", + "first_name": "Farah", + "middle_name": "", + "last_name": "Tamizuddin", + "org_name": "NYU Grossman School of Medicine", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Igg4-Related Coronary Periarteritis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Periarteritis | Immunoglobulin G", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Farah Tamizuddin", + "kol_full_name": "Farah Tamizuddin" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Heart Atria | Computed Tomography Angiography | Heart Septal Defects, Atrial | Transcatheter Aortic Valve Replacement", + "npi_num": "1083312094", + "hcp_pin_alias": "1047780", + "session_name": "Ct Of Tavr Related Complications,Gaps In The Heart: Atrial Septal Defects Revisited Camila", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "1047780", + "first_name": "Camila", + "middle_name": "Maria", + "last_name": "Urzua Fresno", + "org_name": "UCHealth University of Colorado Hospital", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Ct Of Tavr Related Complications", + "rest_events_session_count": 1, + "rest_events_session": "Gaps In The Heart: Atrial Septal Defects Revisited Camila", + "events_topic": "Heart Atria | Computed Tomography Angiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Heart Septal Defects, Atrial | Transcatheter Aortic Valve Replacement", + "kol_name": "Camila Maria Urzua Fresno", + "kol_full_name": "Camila Maria Urzua Fresno" + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "976606", + "session_name": "Ct Quantitative Plaque And Mri Quantitative Perfusion Techniques", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "976606", + "first_name": "Gaurav", + "middle_name": "G", + "last_name": "Gulsin", + "org_name": "Univ Hosps Leicester NHS Trust, Leicester", + "Country": "United Kingdom", + "Region": "England", + "City": "Leicester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Ct Quantitative Plaque And Mri Quantitative Perfusion Techniques", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gaurav G Gulsin", + "kol_full_name": "Gaurav G Gulsin" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Plaque, Amyloid | Computed Tomography Angiography | Coronary Artery Disease | Tomography, X-Ray Computed", + "npi_num": "", + "hcp_pin_alias": "926211", + "session_name": "Ultrahigh-Resolution Photon-Counting Detector Ct Detects A Significantly Lower Coronary Plaque Burden Than Energy-Integrating Detector Ct,Ultrahigh-Resolution Photon-Counting Detector Ct Reclassifies Nearly Half Of Patients To A Lower Cad-Rads Category: Results From A Prospective, Intra-Individual Comparison To Energy-Integrating Detector Ct,Coronary Ct Angiography-Based Ffr Values Are Significantly Higher With Ultrahigh-Spatialresolution Photon-Counting Detector Ct Compared With Energy-Integrating Detector Ct", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "926211", + "first_name": "Milan", + "middle_name": "", + "last_name": "Vecsey-Nagy", + "org_name": "Semmelweis University Heart and Vascular Center", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Ultrahigh-Resolution Photon-Counting Detector Ct Detects A Significantly Lower Coronary Plaque Burden Than Energy-Integrating Detector Ct", + "rest_events_session_count": 3, + "rest_events_session": "Ultrahigh-Resolution Photon-Counting Detector Ct Reclassifies Nearly Half Of Patients To A Lower Cad-Rads Category: Results From A Prospective, Intra-Individual Comparison To Energy-Integrating Detector Ct,Coronary Ct Angiography-Based Ffr Values Are Significantly Higher With Ultrahigh-Spatialresolution Photon-Counting Detector Ct Compared With Energy-Integrating Detector Ct", + "events_topic": "Plaque, Amyloid | Computed Tomography Angiography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Artery Disease | Tomography, X-Ray Computed", + "kol_name": "Milan Vecsey-Nagy", + "kol_full_name": "Milan Vecsey-Nagy" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Fabry Disease", + "npi_num": "", + "hcp_pin_alias": "891424", + "session_name": "Fabry'S Disease", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "891424", + "first_name": "Kate", + "middle_name": "A.", + "last_name": "Hanneman", + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Fabry'S Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fabry Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kate A. Hanneman", + "kol_full_name": "Kate A. Hanneman" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Amyloidosis", + "npi_num": "1316471220", + "hcp_pin_alias": "855259", + "session_name": "Monitoring Treatment Response Of Cardiac Amyloidosis Using Multi-Modality Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "855259", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Davies", + "org_name": "Mayo Clinic College of Medicine & Science, Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Monitoring Treatment Response Of Cardiac Amyloidosis Using Multi-Modality Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Amyloidosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Davies", + "kol_full_name": "Daniel Davies" + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1477042091", + "hcp_pin_alias": "830454", + "session_name": "Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "830454", + "first_name": "Maham", + "middle_name": "", + "last_name": "Jehangir", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Discussion On Cardiovascular Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maham Jehangir", + "kol_full_name": "Maham Jehangir" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Ferrosoferric Oxide | Magnetic Resonance Angiography", + "npi_num": "1841673142", + "hcp_pin_alias": "772154", + "session_name": "Visualization Of The Entire Portal And Hepatic Venous Systems In A Single Acquisition With Ferumoxytol-Enhanced Mra", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "772154", + "first_name": "Amir", + "middle_name": "", + "last_name": "Imanzadeh", + "org_name": "University of California, Irvine, School of Medicine", + "Country": "United States", + "Region": "California", + "City": "Irvine", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Visualization Of The Entire Portal And Hepatic Venous Systems In A Single Acquisition With Ferumoxytol-Enhanced Mra", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ferrosoferric Oxide | Magnetic Resonance Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amir Imanzadeh", + "kol_full_name": "Amir Imanzadeh" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Multimodal Imaging | Coronary Disease", + "npi_num": "1679957377", + "hcp_pin_alias": "771630", + "session_name": "Multimodality Imaging In Managing Chd In The Neonatal Period", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "771630", + "first_name": "Madhusudan", + "middle_name": "", + "last_name": "Ganigara", + "org_name": "Advocate Health and Hospitals", + "Country": "United States", + "Region": "Illinois", + "City": "Oak Lawn", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Multimodality Imaging In Managing Chd In The Neonatal Period", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multimodal Imaging | Coronary Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Madhusudan Ganigara", + "kol_full_name": "Madhusudan Ganigara" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Anesthesia, Endotracheal | Diagnostic Imaging", + "npi_num": "1225788979", + "hcp_pin_alias": "771512", + "session_name": "New Imaging Protocol To Assess Et Tube Placement", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "771512", + "first_name": "Rokas", + "middle_name": "", + "last_name": "Liubauskas", + "org_name": "Salem Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Salem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "New Imaging Protocol To Assess Et Tube Placement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anesthesia, Endotracheal | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rokas Liubauskas", + "kol_full_name": "Rokas Liubauskas" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Tetralogy Of Fallot | Magnetic Resonance Imaging | COVID-19 | Myocardial Reperfusion Injury | Scimitar Syndrome | Cardiac Imaging Techniques", + "npi_num": "1124637087", + "hcp_pin_alias": "771480", + "session_name": "Rare Co-Occurrence Of Tetralogy Of Fallot And Scimitar Syndrome,The Role Of Strain Cardiac Mr Imaging For Evaluation Of Covid-19 Related Myocardial Injury: Preliminary Results,Exploring The Performance Of Chatgpt In Detecting Mismatches Between Findings And Impressions In Complex Cardiac Mri Reports", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "771480", + "first_name": "Soheil", + "middle_name": "", + "last_name": "Kooraki", + "org_name": "UCLA Santa Monica Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Rare Co-Occurrence Of Tetralogy Of Fallot And Scimitar Syndrome", + "rest_events_session_count": 2, + "rest_events_session": "The Role Of Strain Cardiac Mr Imaging For Evaluation Of Covid-19 Related Myocardial Injury: Preliminary Results,Exploring The Performance Of Chatgpt In Detecting Mismatches Between Findings And Impressions In Complex Cardiac Mri Reports", + "events_topic": "Tetralogy Of Fallot | Magnetic Resonance Imaging ", + "rest_events_topic_count": 4, + "rest_events_topic": " COVID-19 | Myocardial Reperfusion Injury | Scimitar Syndrome | Cardiac Imaging Techniques", + "kol_name": "Soheil Kooraki", + "kol_full_name": "Soheil Kooraki" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Artificial Intelligence", + "npi_num": "1750960258", + "hcp_pin_alias": "771407", + "session_name": "Preparing Radiologists For An Ai-Enhanced Future", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "771407", + "first_name": "Melina", + "middle_name": "", + "last_name": "Hosseiny", + "org_name": "Radiological Society of North America", + "Country": "United States", + "Region": "Illinois", + "City": "Oak Brook", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Preparing Radiologists For An Ai-Enhanced Future", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Melina Hosseiny", + "kol_full_name": "Melina Hosseiny" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Computed Tomography Angiography | Extracorporeal Membrane Oxygenation | Heart-Assist Devices", + "npi_num": "1649776782", + "hcp_pin_alias": "771395", + "session_name": "Cta On Emco And Vads", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "771395", + "first_name": "Julia", + "middle_name": "Mounira", + "last_name": "Asmar", + "org_name": "University of Missouri-Kansas City Volker Campus", + "Country": "United States", + "Region": "Missouri", + "City": "Kansas City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cta On Emco And Vads", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Computed Tomography Angiography | Extracorporeal Membrane Oxygenation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Heart-Assist Devices", + "kol_name": "Julia Mounira Asmar", + "kol_full_name": "Julia Mounira Asmar" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiovascular Magnetic Resonance Imaging | Check Point Inhibit | Sarcoidosis", + "npi_num": "1407598121", + "hcp_pin_alias": "771365", + "session_name": "Cmr Of Cardiac Sarcoidosis,Seed Grant Final: Potential Applications Of Radiomics Based Texture Analysis Of Cardiac Magnetic Resonance (Cmr) In Early Sarcoidosis", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "771365", + "first_name": "Avanti", + "middle_name": "V.", + "last_name": "Gulhane", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cmr Of Cardiac Sarcoidosis", + "rest_events_session_count": 1, + "rest_events_session": "Seed Grant Final: Potential Applications Of Radiomics Based Texture Analysis Of Cardiac Magnetic Resonance (Cmr) In Early Sarcoidosis", + "events_topic": "Cardiovascular Magnetic Resonance Imaging | Check Point Inhibit ", + "rest_events_topic_count": 1, + "rest_events_topic": " Sarcoidosis", + "kol_name": "Avanti V. Gulhane", + "kol_full_name": "Avanti V. Gulhane" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management | Heart Defects, Congenital", + "npi_num": "1346582590", + "hcp_pin_alias": "694936", + "session_name": "Program Committee,Congenital Session 1: The Main Players And Those That Occasionally Make A Debut", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "694936", + "first_name": "Shae", + "middle_name": "Anderson", + "last_name": "Merves", + "org_name": "University of Arkansas for Medical Sciences College of Medicine", + "Country": "United States", + "Region": "Arkansas", + "City": "Little Rock", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 1, + "rest_events_session": "Congenital Session 1: The Main Players And Those That Occasionally Make A Debut", + "events_topic": "Admin. & Management | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shae Anderson Merves", + "kol_full_name": "Shae Anderson Merves" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Resynchronization Therapy Devices", + "npi_num": "1982125159", + "hcp_pin_alias": "681796", + "session_name": "Feasibility Of Deep Learning Enabled Single-Shot Spgr Late Gd-Enhancement In Patients With Cardiac Implantable Electronic Devices And Comparison With Single-Shot Bssfp", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "681796", + "first_name": "Jakub", + "middle_name": "Michal", + "last_name": "Siembida", + "org_name": "University of Iowa Stead Family Children's Hospital", + "Country": "United States", + "Region": "Iowa", + "City": "Iowa City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Feasibility Of Deep Learning Enabled Single-Shot Spgr Late Gd-Enhancement In Patients With Cardiac Implantable Electronic Devices And Comparison With Single-Shot Bssfp", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Resynchronization Therapy Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jakub Michal Siembida", + "kol_full_name": "Jakub Michal Siembida" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Surgical Procedures, Operative", + "npi_num": "1972967370", + "hcp_pin_alias": "681771", + "session_name": "A Scenario-Based Approach To Diagnosing Complications Of 3-Stage Palliation Surgery", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "681771", + "first_name": "Shravan", + "middle_name": "", + "last_name": "Sridhar", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "A Scenario-Based Approach To Diagnosing Complications Of 3-Stage Palliation Surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Procedures, Operative", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shravan Sridhar", + "kol_full_name": "Shravan Sridhar" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management | Cardiac Imaging Techniques | Transcatheter Aortic Valve Replacement", + "npi_num": "1962051342", + "hcp_pin_alias": "681677", + "session_name": "Program Committee,Cardiac Mr Bootcamp Session,Brief Introduction To Tavr", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "681677", + "first_name": "Ana Paula", + "middle_name": "Santos Lima", + "last_name": "Santos Lima", + "org_name": "OHSU Knight Cancer Institute", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 2, + "rest_events_session": "Cardiac Mr Bootcamp Session,Brief Introduction To Tavr", + "events_topic": "Admin. & Management | Cardiac Imaging Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Aortic Valve Replacement", + "kol_name": "Ana Paula Santos Lima Santos Lima", + "kol_full_name": "Ana Paula Santos Lima Santos Lima" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management | Esophageal Diseases | Vascular Malformations | Lung Diseases, Obstructive | Heart Defects, Congenital", + "npi_num": "1841761566", + "hcp_pin_alias": "681091", + "session_name": "Program Committee,Esophageal And Airway Complications Of Congenital Heart,Congenital Session 2: Congenital Vascular Anomalies", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "681091", + "first_name": "Susan", + "middle_name": "Mosier", + "last_name": "Hamman", + "org_name": "University of Michigan", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 2, + "rest_events_session": "Esophageal And Airway Complications Of Congenital Heart,Congenital Session 2: Congenital Vascular Anomalies", + "events_topic": "Admin. & Management | Esophageal Diseases ", + "rest_events_topic_count": 3, + "rest_events_topic": " Vascular Malformations | Lung Diseases, Obstructive | Heart Defects, Congenital", + "kol_name": "Susan Mosier Hamman", + "kol_full_name": "Susan Mosier Hamman" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Coronary Vessel Anomalies", + "npi_num": "1669906467", + "hcp_pin_alias": "680204", + "session_name": "Congential Coronary Anomalies", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "680204", + "first_name": "Swati", + "middle_name": "P", + "last_name": "Deshmane", + "org_name": "University Radiology Associates, Llp", + "Country": "United States", + "Region": "New York", + "City": "Syracuse", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Congential Coronary Anomalies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Vessel Anomalies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Swati P Deshmane", + "kol_full_name": "Swati P Deshmane" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Aortopulmonary Septal Defect", + "npi_num": "1427566330", + "hcp_pin_alias": "679004", + "session_name": "Imaging Mapcas: How We Can Help The Surgeons And Interventionalists", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "679004", + "first_name": "Muthu Kumar", + "middle_name": "", + "last_name": "Sakthivel", + "org_name": "UNC Physicians Network, LLC", + "Country": "United States", + "Region": "North Carolina", + "City": "Chapel Hill", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Imaging Mapcas: How We Can Help The Surgeons And Interventionalists", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortopulmonary Septal Defect", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Muthu Kumar Sakthivel", + "kol_full_name": "Muthu Kumar Sakthivel" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Congenital Abnormalities | Pulmonary Veins", + "npi_num": "1427507458", + "hcp_pin_alias": "678996", + "session_name": "Congenital Anomalies Of The Pulmonary Veins", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "678996", + "first_name": "En-Haw", + "middle_name": "", + "last_name": "Wu", + "org_name": "OHSU Knight Cancer Institute", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Congenital Anomalies Of The Pulmonary Veins", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Congenital Abnormalities | Pulmonary Veins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "En-Haw Wu", + "kol_full_name": "En-Haw Wu" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Computed Tomography Angiography | Coronary Artery Disease | Cardiac Imaging Techniques", + "npi_num": "1205393535", + "hcp_pin_alias": "677893", + "session_name": "Coronary Cta Interpretation And Cad-Rads", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "677893", + "first_name": "Arzu", + "middle_name": "", + "last_name": "Canan", + "org_name": "The University of Texas Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Coronary Cta Interpretation And Cad-Rads", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Computed Tomography Angiography | Coronary Artery Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiac Imaging Techniques", + "kol_name": "Arzu Canan", + "kol_full_name": "Arzu Canan" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Postoperative Period | Tetralogy Of Fallot | Diagnostic Imaging | Cardiac Imaging Techniques", + "npi_num": "1801182621", + "hcp_pin_alias": "672723", + "session_name": "Scientific Session Ii,Tetralogy Of Fallot: Pre And Post Operative Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "672723", + "first_name": "Arash", + "middle_name": "", + "last_name": "Bedayat", + "org_name": "Ucla Radiology Medical Group", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Scientific Session Ii", + "rest_events_session_count": 1, + "rest_events_session": "Tetralogy Of Fallot: Pre And Post Operative Imaging", + "events_topic": "Postoperative Period | Tetralogy Of Fallot ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diagnostic Imaging | Cardiac Imaging Techniques", + "kol_name": "Arash Bedayat", + "kol_full_name": "Arash Bedayat" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management | Diagnostic Imaging | Transcatheter Aortic Valve Replacement", + "npi_num": "1780002154", + "hcp_pin_alias": "672583", + "session_name": "Program Committee,Transcatheter Tricuspid Valve Replacement Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "672583", + "first_name": "Brian", + "middle_name": "Patrick", + "last_name": "Pogatchnik", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Redwood City", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 1, + "rest_events_session": "Transcatheter Tricuspid Valve Replacement Imaging", + "events_topic": "Admin. & Management | Diagnostic Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Aortic Valve Replacement", + "kol_name": "Brian Patrick Pogatchnik", + "kol_full_name": "Brian Patrick Pogatchnik" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Computed Tomography Angiography | Transcatheter Aortic Valve Replacement", + "npi_num": "1699185777", + "hcp_pin_alias": "672169", + "session_name": "Tavr Ct - Beyond The Basics: Valve-In-Valve, Bicuspid Aortic Valve And Alternate Access Assessment", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "672169", + "first_name": "Sharon", + "middle_name": "", + "last_name": "Steinberger", + "org_name": "Weill Medical College of Cornell", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Tavr Ct - Beyond The Basics: Valve-In-Valve", + "rest_events_session_count": 1, + "rest_events_session": " Bicuspid Aortic Valve And Alternate Access Assessment", + "events_topic": "Computed Tomography Angiography | Transcatheter Aortic Valve Replacement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sharon Steinberger", + "kol_full_name": "Sharon Steinberger" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1649615824", + "hcp_pin_alias": "671931", + "session_name": "Cardiac Ct Bootcamp Session", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "671931", + "first_name": "Jamie", + "middle_name": "Lee Twist", + "last_name": "Schroeder", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Ct Bootcamp Session", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jamie Lee Twist Schroeder", + "kol_full_name": "Jamie Lee Twist Schroeder" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiomyopathy, Hypertrophic | Atrial Septal Abnormalities", + "npi_num": "1487044830", + "hcp_pin_alias": "671103", + "session_name": "Atrial Septal Abnormalities,Hypertrophic Cardiomyopathy", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "671103", + "first_name": "Shaimaa", + "middle_name": "A.", + "last_name": "Fadl", + "org_name": "Virginia Commonwealth University School of Medicine", + "Country": "United States", + "Region": "Virginia", + "City": "Richmond", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Atrial Septal Abnormalities", + "rest_events_session_count": 1, + "rest_events_session": "Hypertrophic Cardiomyopathy", + "events_topic": "Cardiomyopathy, Hypertrophic | Atrial Septal Abnormalities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shaimaa A. Fadl", + "kol_full_name": "Shaimaa A. Fadl" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Aorta, Thoracic | Diagnostic Imaging", + "npi_num": "1386986057", + "hcp_pin_alias": "670645", + "session_name": "Imaging Of The Thoracic Aorta: Everything You Need To Know", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "670645", + "first_name": "Cody", + "middle_name": "Roger", + "last_name": "Larson", + "org_name": "Intermountain Healthcare Services, Inc", + "Country": "United States", + "Region": "Utah", + "City": "Murray", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Imaging Of The Thoracic Aorta: Everything You Need To Know", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aorta, Thoracic | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cody Roger Larson", + "kol_full_name": "Cody Roger Larson" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "1356618292", + "hcp_pin_alias": "670476", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "670476", + "first_name": "Padma", + "middle_name": "Priya", + "last_name": "Manapragada", + "org_name": "University Of Alabama At Birmingham Hospital", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Padma Priya Manapragada", + "kol_full_name": "Padma Priya Manapragada" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Immune Checkpoint Inhibitors", + "npi_num": "1346520848", + "hcp_pin_alias": "670424", + "session_name": "Immune Checkpoint Inhibitors", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "670424", + "first_name": "Anna", + "middle_name": "Shlionsky", + "last_name": "Bader", + "org_name": "Yale University", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Immune Checkpoint Inhibitors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anna Shlionsky Bader", + "kol_full_name": "Anna Shlionsky Bader" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiovascular Magnetic Resonance Imaging", + "npi_num": "1346471752", + "hcp_pin_alias": "670413", + "session_name": "Coronary Arteries And Cmr From A Different Perspective", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "670413", + "first_name": "Leila", + "middle_name": "", + "last_name": "Rezai Gharai", + "org_name": "MCV Associated Physicians", + "Country": "United States", + "Region": "Virginia", + "City": "Richmond", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Coronary Arteries And Cmr From A Different Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leila Rezai Gharai", + "kol_full_name": "Leila Rezai Gharai" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1245654912", + "hcp_pin_alias": "669931", + "session_name": "Cardiac Ct Program Optimization", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "669931", + "first_name": "Sandeep", + "middle_name": "", + "last_name": "Hedgire", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "New Hampshire", + "City": "Exeter", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Ct Program Optimization", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sandeep Hedgire", + "kol_full_name": "Sandeep Hedgire" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiothoracic Infections | Cardiac Imaging Techniques", + "npi_num": "1225269285", + "hcp_pin_alias": "669793", + "session_name": "Imaging Of Cardiothoracic Infections: What The Cardiac Imager Needs To Know", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "669793", + "first_name": "Luis", + "middle_name": "A", + "last_name": "Sosa Lozano", + "org_name": "Medical College of Wisconsin", + "Country": "United States", + "Region": "Wisconsin", + "City": "Milwaukee", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Imaging Of Cardiothoracic Infections: What The Cardiac Imager Needs To Know", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiothoracic Infections | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Luis A Sosa Lozano", + "kol_full_name": "Luis A Sosa Lozano" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Diagnostic Imaging | Global Health", + "npi_num": "1558540237", + "hcp_pin_alias": "663304", + "session_name": "Paulin Keynote Lecture: Innovation And Opportunities In Global Health In Radiology", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "663304", + "first_name": "Bhavya", + "middle_name": "", + "last_name": "Rehani", + "org_name": "Jefferson Radiology Pc", + "Country": "United States", + "Region": "Connecticut", + "City": "Hartford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Paulin Keynote Lecture: Innovation And Opportunities In Global Health In Radiology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Global Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bhavya Rehani", + "kol_full_name": "Bhavya Rehani" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Mass", + "npi_num": "1154506202", + "hcp_pin_alias": "661289", + "session_name": "Cardiac Masses", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "661289", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Ocazionez Trujillo", + "org_name": "UT Physicians", + "Country": "United States", + "Region": "Texas", + "City": "Baytown", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Masses", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Mass", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Ocazionez Trujillo", + "kol_full_name": "Daniel Ocazionez Trujillo" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1881767606", + "hcp_pin_alias": "626196", + "session_name": "Cardiac Ct Bootcamp Session", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "626196", + "first_name": "Randolph", + "middle_name": "K", + "last_name": "Otto", + "org_name": "Seattle Children's Hospital", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Ct Bootcamp Session", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Randolph K Otto", + "kol_full_name": "Randolph K Otto" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Pericardium", + "npi_num": "1831373513", + "hcp_pin_alias": "624417", + "session_name": "Pericardial Malignancies And Treatment Related Changes", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "624417", + "first_name": "Diana", + "middle_name": "", + "last_name": "Litmanovich", + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Pericardial Malignancies And Treatment Related Changes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericardium", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Diana Litmanovich", + "kol_full_name": "Diana Litmanovich" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Guillain-Barre Syndrome | Coronary Vessels | Surgical Procedures, Operative | Congenital Abnormalities | Myocarditis | Arteries", + "npi_num": "1972521763", + "hcp_pin_alias": "604081", + "session_name": "Rare Congenital Anomalies,Complex Congenital Heart Defect With L Transposition Of Great Arteries Status Post Norwood Surgery,Dual Left Anterior Descending Coronary Artery With D-Transposition Of Great Arteries,Guillain-Barré Syndrome With Fulminant Myocarditis In A Child", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "604081", + "first_name": "Monesha", + "middle_name": "L", + "last_name": "Gupta", + "org_name": "CHI St. Luke's Health Baylor St. Luke's Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Rare Congenital Anomalies", + "rest_events_session_count": 3, + "rest_events_session": "Complex Congenital Heart Defect With L Transposition Of Great Arteries Status Post Norwood Surgery,Dual Left Anterior Descending Coronary Artery With D-Transposition Of Great Arteries,Guillain-Barré Syndrome With Fulminant Myocarditis In A Child", + "events_topic": "Guillain-Barre Syndrome | Coronary Vessels ", + "rest_events_topic_count": 4, + "rest_events_topic": " Surgical Procedures, Operative | Congenital Abnormalities | Myocarditis | Arteries", + "kol_name": "Monesha L Gupta", + "kol_full_name": "Monesha L Gupta" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Double Outlet Right Ventricle | Surgical Procedures, Operative", + "npi_num": "1205147105", + "hcp_pin_alias": "600289", + "session_name": "Double Outlet: Opening The Dorv To Surgery", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "600289", + "first_name": "Nirbhay", + "middle_name": "", + "last_name": "Parashar", + "org_name": "Arkansas Children's Hospital", + "Country": "United States", + "Region": "Arkansas", + "City": "Little Rock", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Double Outlet: Opening The Dorv To Surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Double Outlet Right Ventricle | Surgical Procedures, Operative", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nirbhay Parashar", + "kol_full_name": "Nirbhay Parashar" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "1407947377", + "hcp_pin_alias": "587819", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "587819", + "first_name": "Sadaf", + "middle_name": "T", + "last_name": "Bhutta", + "org_name": "Seattle Children's Hospital", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sadaf T Bhutta", + "kol_full_name": "Sadaf T Bhutta" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Diagnosis | Anesthesia, Cardiac Procedures", + "npi_num": "1386687481", + "hcp_pin_alias": "586955", + "session_name": "Nasci/Str Joint Session: Cardiothoracic Oncology: Diagnosis, Treatment And Complications", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "586955", + "first_name": "Shawn", + "middle_name": "D", + "last_name": "Teague", + "org_name": "National Jewish Health", + "Country": "United States", + "Region": "Colorado", + "City": "Denver", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Nasci/Str Joint Session: Cardiothoracic Oncology: Diagnosis", + "rest_events_session_count": 1, + "rest_events_session": " Treatment And Complications", + "events_topic": "Diagnosis | Anesthesia, Cardiac Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shawn D Teague", + "kol_full_name": "Shawn D Teague" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management | Cardiac Imaging Techniques", + "npi_num": "1275547648", + "hcp_pin_alias": "582753", + "session_name": "Program Committee,Cardiac Ct Bootcamp Session", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "582753", + "first_name": "Matthew", + "middle_name": "D", + "last_name": "Cham", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 1, + "rest_events_session": "Cardiac Ct Bootcamp Session", + "events_topic": "Admin. & Management | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthew D Cham", + "kol_full_name": "Matthew D Cham" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Diagnostic Imaging", + "npi_num": "1134278138", + "hcp_pin_alias": "577678", + "session_name": "Image Interpretation Panel", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "577678", + "first_name": "Gregory", + "middle_name": "Alexander", + "last_name": "Kicska", + "org_name": "Medical Imaging Northwest - Good Samaritan Hospital Imaging Alliance", + "Country": "United States", + "Region": "Washington", + "City": "Puyallup", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Image Interpretation Panel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gregory Alexander Kicska", + "kol_full_name": "Gregory Alexander Kicska" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Aorta", + "npi_num": "1982915120", + "hcp_pin_alias": "565090", + "session_name": "Not The Aorta! - Underrepresented Vascular Pathology", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "565090", + "first_name": "Liisa", + "middle_name": "L", + "last_name": "Bergmann", + "org_name": "Kentucky Medical Services Foundation, Inc", + "Country": "United States", + "Region": "Kentucky", + "City": "Lexington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Not The Aorta! - Underrepresented Vascular Pathology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aorta", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Liisa L Bergmann", + "kol_full_name": "Liisa L Bergmann" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Mass Chest X-Ray | Cardiac Imaging Techniques", + "npi_num": "1871932913", + "hcp_pin_alias": "564534", + "session_name": "Cardiac And Extracardiac Devices In Chest X-Rays: A Comprehensive Educational Perspective", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "564534", + "first_name": "Cihan", + "middle_name": "", + "last_name": "Duran", + "org_name": "UT Physicians", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac And Extracardiac Devices In Chest X-Rays: A Comprehensive Educational Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mass Chest X-Ray | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cihan Duran", + "kol_full_name": "Cihan Duran" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging | Artificial Intelligence | Tomography, X-Ray Computed | Plaque, Amyloid | Cardiac Imaging Techniques | Fractional Flow Reserve, Myocardial", + "npi_num": "1750763157", + "hcp_pin_alias": "563942", + "session_name": "Ai And Ischemia: Plaque Analysis, Ffr And Risk Prediction,New Frontieres In Cardiac Imaging-Ai Ct/Mri,Scientific Session I", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "563942", + "first_name": "Carlo", + "middle_name": "Nicola", + "last_name": "De Cecco", + "org_name": null, + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Ai And Ischemia: Plaque Analysis", + "rest_events_session_count": 3, + "rest_events_session": " Ffr And Risk Prediction,New Frontieres In Cardiac Imaging-Ai Ct/Mri,Scientific Session I", + "events_topic": "Magnetic Resonance Imaging | Artificial Intelligence ", + "rest_events_topic_count": 4, + "rest_events_topic": " Tomography, X-Ray Computed | Plaque, Amyloid | Cardiac Imaging Techniques | Fractional Flow Reserve, Myocardial", + "kol_name": "Carlo Nicola De Cecco", + "kol_full_name": "Carlo Nicola De Cecco" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1669736500", + "hcp_pin_alias": "563447", + "session_name": "Scientific Session Ii", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "563447", + "first_name": "Hamid", + "middle_name": "", + "last_name": "Chalian", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Scientific Session Ii", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hamid Chalian", + "kol_full_name": "Hamid Chalian" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1255763579", + "hcp_pin_alias": "561388", + "session_name": "Early Career In Cardiovascular Imaging: From Job Offers To Leadership In Practice", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "561388", + "first_name": "Prashant", + "middle_name": "", + "last_name": "Nagpal", + "org_name": "University of Wisconsin Hospital & Clinics", + "Country": "United States", + "Region": "Wisconsin", + "City": "Madison", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Early Career In Cardiovascular Imaging: From Job Offers To Leadership In Practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Prashant Nagpal", + "kol_full_name": "Prashant Nagpal" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Coronary Artery Disease | Tomography, X-Ray Computed | Myocardial Revascularization | Cardiovascular Magnetic Resonance Imaging", + "npi_num": "1194176602", + "hcp_pin_alias": "561119", + "session_name": "Investigating The Cmr Parameters In 2018 Lake Louise Criteria For Myocarditis Diagnosis: A Systematic Review And Meta-Analysis,Ct-Derived Fractional Flow Reserve (Ct Ffr) Guides Revascularization And Predicts Adverse Events In Suspected Coronary Artery Disease: A Meta-Analysis,Cmr Parameters In The Modified Lake Louise Criteria (Mllc)", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "561119", + "first_name": "Muhammad", + "middle_name": "", + "last_name": "Umair", + "org_name": "The Johns Hopkin's Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Investigating The Cmr Parameters In 2018 Lake Louise Criteria For Myocarditis Diagnosis: A Systematic Review And Meta-Analysis", + "rest_events_session_count": 2, + "rest_events_session": "Ct-Derived Fractional Flow Reserve (Ct Ffr) Guides Revascularization And Predicts Adverse Events In Suspected Coronary Artery Disease: A Meta-Analysis,Cmr Parameters In The Modified Lake Louise Criteria (Mllc)", + "events_topic": "Coronary Artery Disease | Tomography, X-Ray Computed ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Revascularization | Cardiovascular Magnetic Resonance Imaging", + "kol_name": "Muhammad Umair", + "kol_full_name": "Muhammad Umair" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1043506710", + "hcp_pin_alias": "560360", + "session_name": "Cardiac Mr Bootcamp Session", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "560360", + "first_name": "Bradley", + "middle_name": "David", + "last_name": "Allen", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Mr Bootcamp Session", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bradley David Allen", + "kol_full_name": "Bradley David Allen" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Diagnosis | Anesthesia, Cardiac Procedures", + "npi_num": "1902938467", + "hcp_pin_alias": "550619", + "session_name": "Nasci/Str Joint Session: Cardiothoracic Oncology: Diagnosis, Treatment And Complications", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "550619", + "first_name": "Christopher", + "middle_name": "Jean-Pierre", + "last_name": "Francois", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Nasci/Str Joint Session: Cardiothoracic Oncology: Diagnosis", + "rest_events_session_count": 1, + "rest_events_session": " Treatment And Complications", + "events_topic": "Diagnosis | Anesthesia, Cardiac Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christopher Jean-Pierre Francois", + "kol_full_name": "Christopher Jean-Pierre Francois" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiomyopathies", + "npi_num": "1720284573", + "hcp_pin_alias": "549725", + "session_name": "Nasci/Scmr Joint Session: Non-Ischemic Cardiomyopathies", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "549725", + "first_name": "Karen", + "middle_name": "Gomes", + "last_name": "Ordovas", + "org_name": "University of Washington Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Nasci/Scmr Joint Session: Non-Ischemic Cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Karen Gomes Ordovas", + "kol_full_name": "Karen Gomes Ordovas" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiomyopathy, Hypertrophic", + "npi_num": "1669647780", + "hcp_pin_alias": "549392", + "session_name": "Hypertrophic Cardiomyopathy", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "549392", + "first_name": "Steffen", + "middle_name": "", + "last_name": "Huber", + "org_name": "Yale School of Medicine", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Hypertrophic Cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathy, Hypertrophic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Steffen Huber", + "kol_full_name": "Steffen Huber" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1750319893", + "hcp_pin_alias": "541614", + "session_name": "Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "541614", + "first_name": "Harold", + "middle_name": "I", + "last_name": "Litt", + "org_name": "Hospital of the University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Discussion On Cardiovascular Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Harold I Litt", + "kol_full_name": "Harold I Litt" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Aorta | Surgical Procedures, Operative | Computed Tomography Angiography", + "npi_num": "1538107685", + "hcp_pin_alias": "540519", + "session_name": "Cta Of Post-Surgical Aorta", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "540519", + "first_name": "Tariq", + "middle_name": "", + "last_name": "Hameed", + "org_name": "Indiana University Health", + "Country": "United States", + "Region": "Indiana", + "City": "Hartford City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cta Of Post-Surgical Aorta", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aorta | Surgical Procedures, Operative ", + "rest_events_topic_count": 1, + "rest_events_topic": " Computed Tomography Angiography", + "kol_name": "Tariq Hameed", + "kol_full_name": "Tariq Hameed" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1528070521", + "hcp_pin_alias": "540465", + "session_name": "Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "540465", + "first_name": "Jacobo", + "middle_name": "", + "last_name": "Kirsch", + "org_name": "Cleveland Clinic Florida / Weston Hospital", + "Country": "United States", + "Region": "Florida", + "City": "Weston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Discussion On Cardiovascular Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jacobo Kirsch", + "kol_full_name": "Jacobo Kirsch" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management | Cardiac Imaging Techniques", + "npi_num": "1730151903", + "hcp_pin_alias": "533352", + "session_name": "Program Committee,Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "533352", + "first_name": "Patricia", + "middle_name": "", + "last_name": "Mergo", + "org_name": "Mayo Clinic - Florida", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 1, + "rest_events_session": "Discussion On Cardiovascular Imaging", + "events_topic": "Admin. & Management | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Patricia Mergo", + "kol_full_name": "Patricia Mergo" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1649235144", + "hcp_pin_alias": "532893", + "session_name": "Mama Told Me There'D Be Days Like This: Interesting Cardiac Ct Cases", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "532893", + "first_name": "Jill", + "middle_name": "E.", + "last_name": "Jacobs", + "org_name": "New York University", + "Country": "United States", + "Region": "New York", + "City": "Jamaica", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Mama Told Me There'D Be Days Like This: Interesting Cardiac Ct Cases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jill E. Jacobs", + "kol_full_name": "Jill E. Jacobs" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Neoplasms, Vascular Tissue", + "npi_num": "1609840008", + "hcp_pin_alias": "532686", + "session_name": "Vascular Tumors And Mimics", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "532686", + "first_name": "Joan", + "middle_name": "Marie", + "last_name": "Lacomis", + "org_name": "UPMC Hillman Cancer Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Vascular Tumors And Mimics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms, Vascular Tissue", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joan Marie Lacomis", + "kol_full_name": "Joan Marie Lacomis" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiovascular Diseases", + "npi_num": "1104890821", + "hcp_pin_alias": "530228", + "session_name": "Vascular Cather Assessment And Malposition In Congenital Cardiovascular Lesions", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "530228", + "first_name": "Beverley", + "middle_name": "", + "last_name": "Newman", + "org_name": "Lucile Packard Children's Hospital Stanford", + "Country": "United States", + "Region": "California", + "City": "Palo Alto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Vascular Cather Assessment And Malposition In Congenital Cardiovascular Lesions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Beverley Newman", + "kol_full_name": "Beverley Newman" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1801879192", + "hcp_pin_alias": "519854", + "session_name": "Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "519854", + "first_name": "Phillip", + "middle_name": "M", + "last_name": "Young", + "org_name": "Mayo Clinic Hospital, Saint Marys Campus", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Discussion On Cardiovascular Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Phillip M Young", + "kol_full_name": "Phillip M Young" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Tomography, X-Ray Computed | Coronary Vessels | Plaque, Atherosclerotic", + "npi_num": "1538150180", + "hcp_pin_alias": "519376", + "session_name": "Coronary Artery Atherosclerotic Plaque Quantification With Ct", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "519376", + "first_name": "Suhny", + "middle_name": "", + "last_name": "Abbara", + "org_name": "The University of Texas Southwestern Medical Center", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Coronary Artery Atherosclerotic Plaque Quantification With Ct", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Coronary Vessels ", + "rest_events_topic_count": 1, + "rest_events_topic": " Plaque, Atherosclerotic", + "kol_name": "Suhny Abbara", + "kol_full_name": "Suhny Abbara" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Vascular Imaging", + "npi_num": "1215943014", + "hcp_pin_alias": "518754", + "session_name": "Thoracic Vascular Imaging Case-Based Approach", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "518754", + "first_name": "Jadranka", + "middle_name": "", + "last_name": "Stojanovska", + "org_name": "New York University", + "Country": "United States", + "Region": "New York", + "City": "Astoria", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Thoracic Vascular Imaging Case-Based Approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jadranka Stojanovska", + "kol_full_name": "Jadranka Stojanovska" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Diagnostic Imaging", + "npi_num": "1164414421", + "hcp_pin_alias": "518652", + "session_name": "Promoting Equity In Imaging Here And Around The World", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "518652", + "first_name": "Charles", + "middle_name": "S", + "last_name": "White", + "org_name": "University of Maryland Medical System", + "Country": "United States", + "Region": "Maryland", + "City": "La Plata", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Promoting Equity In Imaging Here And Around The World", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Charles S White", + "kol_full_name": "Charles S White" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Arterial Damage | Plaque, Amyloid", + "npi_num": "1528246634", + "hcp_pin_alias": "407503", + "session_name": "Arterial Damage And Accelerated Plaque Formation Due To Hinge Effect", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "407503", + "first_name": "Hien", + "middle_name": "T", + "last_name": "Nguyen", + "org_name": "The Johns Hopkin's Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Arterial Damage And Accelerated Plaque Formation Due To Hinge Effect", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arterial Damage | Plaque, Amyloid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Hien T Nguyen", + "kol_full_name": "Hien T Nguyen" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Superior Vena Cava Syndrome", + "npi_num": "1093159006", + "hcp_pin_alias": "371507", + "session_name": "Imaging And Management Of Svc Syndrome", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "371507", + "first_name": "Sasan", + "middle_name": "", + "last_name": "Partovi", + "org_name": "Clinic Medical Services Company", + "Country": "United States", + "Region": "Ohio", + "City": "Ashtabula", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Imaging And Management Of Svc Syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Superior Vena Cava Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sasan Partovi", + "kol_full_name": "Sasan Partovi" + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Vascular Malformations | Heart Defects, Congenital", + "npi_num": "1710199161", + "hcp_pin_alias": "370333", + "session_name": "Congenital Session 2: Congenital Vascular Anomalies,Introduction To Congenital Heart Disease", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "370333", + "first_name": "Santosh", + "middle_name": "", + "last_name": "Uppu", + "org_name": "The University of Texas Health Science Center, Houston", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Congenital Session 2: Congenital Vascular Anomalies", + "rest_events_session_count": 1, + "rest_events_session": "Introduction To Congenital Heart Disease", + "events_topic": "Vascular Malformations | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Santosh Uppu", + "kol_full_name": "Santosh Uppu" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management | Epicardial Adipose Tissue", + "npi_num": "1750674164", + "hcp_pin_alias": "231790", + "session_name": "Program Committee,Epicardial Fat: The Good, The Bad And The Ugly", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "231790", + "first_name": "Jonathan", + "middle_name": "W", + "last_name": "Revels", + "org_name": "University of New Mexico Hospital", + "Country": "United States", + "Region": "New Mexico", + "City": "Albuquerque", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 2, + "rest_events_session": "Epicardial Fat: The Good, The Bad And The Ugly", + "events_topic": "Admin. & Management | Epicardial Adipose Tissue", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan W Revels", + "kol_full_name": "Jonathan W Revels" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1336213396", + "hcp_pin_alias": "230931", + "session_name": "Cardiac Ct Bootcamp Session", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "230931", + "first_name": "Amar", + "middle_name": "", + "last_name": "Shah", + "org_name": "Northwell Health", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Ct Bootcamp Session", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Amar Shah", + "kol_full_name": "Amar Shah" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Diagnostic Imaging | Myocardial Infarction | Acute Traumatic Aortic Injury | Venous Thromboembolism", + "npi_num": "1467718569", + "hcp_pin_alias": "226672", + "session_name": "Acute Mi Secondary To Coronary Thromboembolism,Acute Traumatic Aortic Injury: Imaging Essentials For Emergency Department Radiologists", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "226672", + "first_name": "Catalina", + "middle_name": "Maria", + "last_name": "Jaramillo", + "org_name": "University of Utah", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Acute Mi Secondary To Coronary Thromboembolism", + "rest_events_session_count": 1, + "rest_events_session": "Acute Traumatic Aortic Injury: Imaging Essentials For Emergency Department Radiologists", + "events_topic": "Diagnostic Imaging | Myocardial Infarction ", + "rest_events_topic_count": 2, + "rest_events_topic": " Acute Traumatic Aortic Injury | Venous Thromboembolism", + "kol_name": "Catalina Maria Jaramillo", + "kol_full_name": "Catalina Maria Jaramillo" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Heart Ventricles | Heart-Assist Devices", + "npi_num": "1992981179", + "hcp_pin_alias": "223823", + "session_name": "Right Ventricle Assist Devices", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "223823", + "first_name": "Abhishek", + "middle_name": "", + "last_name": "Chaturvedi", + "org_name": "University of Rochester Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Right Ventricle Assist Devices", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Ventricles | Heart-Assist Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abhishek Chaturvedi", + "kol_full_name": "Abhishek Chaturvedi" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiomyopathies", + "npi_num": "1992021067", + "hcp_pin_alias": "223734", + "session_name": "Non-Ischemic Cardiomyopathies", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "223734", + "first_name": "Yasmeen", + "middle_name": "", + "last_name": "Tandon", + "org_name": "Mayo Clinic Internal Medicine", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Non-Ischemic Cardiomyopathies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yasmeen Tandon", + "kol_full_name": "Yasmeen Tandon" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Diagnostic Imaging", + "npi_num": "1932289808", + "hcp_pin_alias": "223186", + "session_name": "Global Radiology Education: Challenges And Opportunties", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "223186", + "first_name": "Prachi", + "middle_name": "Pragya", + "last_name": "Agarwal", + "org_name": "University of Michigan", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Global Radiology Education: Challenges And Opportunties", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Prachi Pragya Agarwal", + "kol_full_name": "Prachi Pragya Agarwal" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Bronchopulmonary Sequestration", + "npi_num": "1912952656", + "hcp_pin_alias": "223033", + "session_name": "Pulmonary Sequestration", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "223033", + "first_name": "Susan", + "middle_name": "K", + "last_name": "Hobbs", + "org_name": "University of Rochester Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Brockport", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Pulmonary Sequestration", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bronchopulmonary Sequestration", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Susan K Hobbs", + "kol_full_name": "Susan K Hobbs" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Myocardial Ischemia", + "npi_num": "1851612204", + "hcp_pin_alias": "222513", + "session_name": "Ischemic Heart Disease", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "222513", + "first_name": "Tami", + "middle_name": "Jessica", + "last_name": "Bang", + "org_name": "University of Colorado Hospital", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Ischemic Heart Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Tami Jessica Bang", + "kol_full_name": "Tami Jessica Bang" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1851340566", + "hcp_pin_alias": "222452", + "session_name": "Your Cardiac Imaging Career, Your Way", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "222452", + "first_name": "Julianna", + "middle_name": "Monica", + "last_name": "Czum", + "org_name": "The Johns Hopkin's Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Columbia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Your Cardiac Imaging Career", + "rest_events_session_count": 1, + "rest_events_session": " Your Way", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Julianna Monica Czum", + "kol_full_name": "Julianna Monica Czum" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "1538336706", + "hcp_pin_alias": "219542", + "session_name": "Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "219542", + "first_name": "Joanna", + "middle_name": "", + "last_name": "Kusmirek", + "org_name": "University of Wisconsin Hospital & Clinics", + "Country": "United States", + "Region": "Wisconsin", + "City": "Madison", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Discussion On Cardiovascular Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Joanna Kusmirek", + "kol_full_name": "Joanna Kusmirek" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Heart Neoplasms", + "npi_num": "1497848634", + "hcp_pin_alias": "219213", + "session_name": "Cardiac Neoplasms", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "219213", + "first_name": "Linda", + "middle_name": "B", + "last_name": "Broyde - Haramati", + "org_name": "Montefiore Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Bronx", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Neoplasms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Linda B Broyde - Haramati", + "kol_full_name": "Linda B Broyde - Haramati" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "1477708881", + "hcp_pin_alias": "219016", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "219016", + "first_name": "Cristina", + "middle_name": "", + "last_name": "Fuss", + "org_name": "OHSU Knight Cancer Institute", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Cristina Fuss", + "kol_full_name": "Cristina Fuss" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiomyopathies | Cardiac Imaging Techniques", + "npi_num": "1457546244", + "hcp_pin_alias": "218829", + "session_name": "Nasci/Scmr Joint Session: Non-Ischemic Cardiomyopathies,Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "218829", + "first_name": "Albert", + "middle_name": "", + "last_name": "Hsiao", + "org_name": "UC San Diego Health Jacobs Medical Center", + "Country": "United States", + "Region": "California", + "City": "La Jolla", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Nasci/Scmr Joint Session: Non-Ischemic Cardiomyopathies", + "rest_events_session_count": 1, + "rest_events_session": "Discussion On Cardiovascular Imaging", + "events_topic": "Cardiomyopathies | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Albert Hsiao", + "kol_full_name": "Albert Hsiao" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Postoperative Period | Aorta", + "npi_num": "1427375955", + "hcp_pin_alias": "218583", + "session_name": "Post-Operative Aorta", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "218583", + "first_name": "Adam", + "middle_name": "Howard", + "last_name": "Jacobi", + "org_name": "Mount Sinai Medical Center, New York", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Post-Operative Aorta", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Postoperative Period | Aorta", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adam Howard Jacobi", + "kol_full_name": "Adam Howard Jacobi" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "1427296904", + "hcp_pin_alias": "218574", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "218574", + "first_name": "Isabel", + "middle_name": "Oliva", + "last_name": "Cortopassi", + "org_name": "Yale-New Haven Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Isabel Oliva Cortopassi", + "kol_full_name": "Isabel Oliva Cortopassi" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management | Vascular Malformations | Coronary Disease", + "npi_num": "1386873727", + "hcp_pin_alias": "218221", + "session_name": "Program Committee,Congenital Potpourri (Myocardial Disease/Chd Complications/Radiologic Essentials)", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "218221", + "first_name": "Katherine", + "middle_name": "Anne", + "last_name": "Kaproth-Joslin", + "org_name": "University of Rochester Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Brockport", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 1, + "rest_events_session": "Congenital Potpourri (Myocardial Disease/Chd Complications/Radiologic Essentials)", + "events_topic": "Admin. & Management | Vascular Malformations ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Disease", + "kol_name": "Katherine Anne Kaproth-Joslin", + "kol_full_name": "Katherine Anne Kaproth-Joslin" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Vascular Imaging | Heart Defects, Congenital", + "npi_num": "1386825362", + "hcp_pin_alias": "218209", + "session_name": "Vascular Imaging,Congenital Session 1: The Main Players And Those That Occasionally Make A Debut", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "218209", + "first_name": "Daniel", + "middle_name": "", + "last_name": "Vargas", + "org_name": "Uchealth Imaging Services Llc", + "Country": "United States", + "Region": "Colorado", + "City": "Highlands Ranch", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Vascular Imaging", + "rest_events_session_count": 1, + "rest_events_session": "Congenital Session 1: The Main Players And Those That Occasionally Make A Debut", + "events_topic": "Vascular Imaging | Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel Vargas", + "kol_full_name": "Daniel Vargas" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Surgical Procedures, Operative | Vascular Malformations | Diagnostic Imaging | Coronary Disease", + "npi_num": "1235442963", + "hcp_pin_alias": "216846", + "session_name": "Congenital Potpourri (Myocardial Disease/Chd Complications/Radiologic Essentials),Single Ventricle: Role Of Imaging In Surgical Approach And Timing", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "216846", + "first_name": "Dhiraj", + "middle_name": "", + "last_name": "Baruah", + "org_name": "MUSC Health University Medical Center", + "Country": "United States", + "Region": "South Carolina", + "City": "Charleston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Congenital Potpourri (Myocardial Disease/Chd Complications/Radiologic Essentials)", + "rest_events_session_count": 1, + "rest_events_session": "Single Ventricle: Role Of Imaging In Surgical Approach And Timing", + "events_topic": "Surgical Procedures, Operative | Vascular Malformations ", + "rest_events_topic_count": 2, + "rest_events_topic": " Diagnostic Imaging | Coronary Disease", + "kol_name": "Dhiraj Baruah", + "kol_full_name": "Dhiraj Baruah" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques | Electrocardiography", + "npi_num": "1033230701", + "hcp_pin_alias": "214843", + "session_name": "Tips And Tricks For Salvaging Ecg-Gated Cardiac Ct", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "214843", + "first_name": "Prabhakar", + "middle_name": "", + "last_name": "Rajiah", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Tips And Tricks For Salvaging Ecg-Gated Cardiac Ct", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques | Electrocardiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Prabhakar Rajiah", + "kol_full_name": "Prabhakar Rajiah" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Tomography, X-Ray Computed | Aortic Aneurysm", + "npi_num": "1417142969", + "hcp_pin_alias": "199569", + "session_name": "Infected Aortic Aneurysm: Ct Findings And Differential Diagnosis", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "199569", + "first_name": "Anhtung", + "middle_name": "T", + "last_name": "Chau", + "org_name": "Borland-Groover Clinic Pa", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Infected Aortic Aneurysm: Ct Findings And Differential Diagnosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Aortic Aneurysm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Anhtung T Chau", + "kol_full_name": "Anhtung T Chau" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cicatrix | Myocardial Infarction", + "npi_num": "1679509640", + "hcp_pin_alias": "77309", + "session_name": "Myocardial Infarction Scar", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "77309", + "first_name": "Robert", + "middle_name": "F", + "last_name": "Padera", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Myocardial Infarction Scar", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cicatrix | Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Robert F Padera", + "kol_full_name": "Robert F Padera" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Photon Counting", + "npi_num": "1669761268", + "hcp_pin_alias": "36109", + "session_name": "Initial Experience Of Photon Counting Ct Utilization In Oncologic Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "36109", + "first_name": "Satinder", + "middle_name": "", + "last_name": "Singh", + "org_name": "Banner -- University Medical Group", + "Country": "United States", + "Region": "Arizona", + "City": "Tucson", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Initial Experience Of Photon Counting Ct Utilization In Oncologic Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Photon Counting", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Satinder Singh", + "kol_full_name": "Satinder Singh" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Diagnostic Imaging | Heart Diseases", + "npi_num": "1881666022", + "hcp_pin_alias": "35446", + "session_name": "Structural Heart Disease: Imaging To Guide Management And Interventions", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "35446", + "first_name": "Eric", + "middle_name": "E", + "last_name": "Williamson", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Structural Heart Disease: Imaging To Guide Management And Interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Eric E Williamson", + "kol_full_name": "Eric E Williamson" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management | Cardiac Imaging Techniques", + "npi_num": "1184773004", + "hcp_pin_alias": "35384", + "session_name": "Program Committee,Cutting Edge Technology And Nasci Young Investigator Competition", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "35384", + "first_name": "Stefan", + "middle_name": "L", + "last_name": "Zimmerman", + "org_name": "The Johns Hopkin's Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Columbia", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 1, + "rest_events_session": "Cutting Edge Technology And Nasci Young Investigator Competition", + "events_topic": "Admin. & Management | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stefan L Zimmerman", + "kol_full_name": "Stefan L Zimmerman" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Computed Tomography Angiography | Cardiac Imaging Techniques", + "npi_num": "1275595910", + "hcp_pin_alias": "32155", + "session_name": "Cardiac Cta Multiplanar Technique", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "32155", + "first_name": "James", + "middle_name": "Alan", + "last_name": "Thompson", + "org_name": "Pediatric Physician Services, Inc.", + "Country": "United States", + "Region": "Florida", + "City": "St Petersburg", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Cta Multiplanar Technique", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Computed Tomography Angiography | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James Alan Thompson", + "kol_full_name": "James Alan Thompson" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "1164454971", + "hcp_pin_alias": "31789", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "31789", + "first_name": "Mark", + "middle_name": "Alan", + "last_name": "Fogel", + "org_name": "Radiology Associates Of Children's Hospital", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mark Alan Fogel", + "kol_full_name": "Mark Alan Fogel" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Myocardial Ischemia", + "npi_num": "1558539080", + "hcp_pin_alias": "31010", + "session_name": "Ischemic Heart Disease", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "31010", + "first_name": "Brian", + "middle_name": "Burns", + "last_name": "Ghoshhajra", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Ischemic Heart Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Ischemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Brian Burns Ghoshhajra", + "kol_full_name": "Brian Burns Ghoshhajra" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Myocarditis", + "npi_num": "1801872056", + "hcp_pin_alias": "24871", + "session_name": "Global Aspects Of Myocarditis", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "24871", + "first_name": "Leslie", + "middle_name": "T", + "last_name": "Cooper", + "org_name": "Mayo Clinic, Jacksonville", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Global Aspects Of Myocarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leslie T Cooper", + "kol_full_name": "Leslie T Cooper" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Arterial Switch Operation | Arteries | Diagnostic Imaging", + "npi_num": "1679786594", + "hcp_pin_alias": "20948", + "session_name": "Transposition Of The Great Arteries: Imaging Patients With Atrial Switch", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "20948", + "first_name": "Srikant", + "middle_name": "", + "last_name": "Das", + "org_name": "University of Arkansas for Medical Sciences College of Medicine", + "Country": "United States", + "Region": "Arkansas", + "City": "Little Rock", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Transposition Of The Great Arteries: Imaging Patients With Atrial Switch", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Arterial Switch Operation | Arteries ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diagnostic Imaging", + "kol_name": "Srikant Das", + "kol_full_name": "Srikant Das" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Cardiovascular Magnetic Resonance Imaging", + "npi_num": "1679655526", + "hcp_pin_alias": "20856", + "session_name": "Cmr Growth In The Suburban And Rural Us", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "20856", + "first_name": "Richard", + "middle_name": "Brandon", + "last_name": "Stacey", + "org_name": "Wake Forest University Health Sciences", + "Country": "United States", + "Region": "North Carolina", + "City": "Winston Salem", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cmr Growth In The Suburban And Rural Us", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Richard Brandon Stacey", + "kol_full_name": "Richard Brandon Stacey" + }, + { + "proj_kol_id": true, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "1164461968", + "hcp_pin_alias": "5096", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "5096", + "first_name": "Andrew", + "middle_name": "R", + "last_name": "Bowman", + "org_name": "Cardiology Consultants Of Philadelphia Pc", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrew R Bowman", + "kol_full_name": "Andrew R Bowman" + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Thrombosis | Computed Tomography Angiography | Electrocardiography | Cardiac Imaging Techniques | Traumatic Aortic Injury | Left Atrial Appendage Closure | Clinical Trials As Topic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453873", + "session_name": "Feasibility Of Cardiac Ct Angiography (Ccta) Without Ecg Gating: An Uncontrolled Clinical Trial Investigation,Pooled Incidence Of Device-Related Thrombosis Following Left Atrial Appendage Occlusion: A Systematic Review And Meta-Analysis,Unlocking Mastery: A Comprehensive Approach To Blunt Traumatic Aortic Injury Care,Unveiling Cardiac Trauma: A Radiological Expedition", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Seyed Ali Nabipoorashrafi", + "middle_name": null, + "last_name": null, + "org_name": "University of Washington", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Feasibility Of Cardiac Ct Angiography (Ccta) Without Ecg Gating: An Uncontrolled Clinical Trial Investigation", + "rest_events_session_count": 3, + "rest_events_session": "Pooled Incidence Of Device-Related Thrombosis Following Left Atrial Appendage Occlusion: A Systematic Review And Meta-Analysis,Unlocking Mastery: A Comprehensive Approach To Blunt Traumatic Aortic Injury Care,Unveiling Cardiac Trauma: A Radiological Expedition", + "events_topic": "Thrombosis | Computed Tomography Angiography ", + "rest_events_topic_count": 5, + "rest_events_topic": " Electrocardiography | Cardiac Imaging Techniques | Traumatic Aortic Injury | Left Atrial Appendage Closure | Clinical Trials As Topic", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Seyed Ali Nabipoorashrafi ", + "kol_full_name": "Seyed Ali Nabipoorashrafi " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Multimodal Imaging | Pericardium | Cardiac Imaging Techniques | Coronary Vessels | Pulmonary Embolism", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453871", + "session_name": "Evaluating The Status Of Cardiac Imaging Training In Radiology Residency Programs In The United States,Adjusting Atrial Size Parameters For Body Surface Area: Does It Affect The Association With Pulmonary Embolism-Related Adverse Events?,Pericardial Malignancies And Oncology Treatment-Related Pericardial Abnormalities: Insights And Management,Anomalous Coronary Artery Origin And Courses: Clinical Correlations And Multimodality Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Yuval Liberman", + "middle_name": null, + "last_name": null, + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Evaluating The Status Of Cardiac Imaging Training In Radiology Residency Programs In The United States", + "rest_events_session_count": 3, + "rest_events_session": "Adjusting Atrial Size Parameters For Body Surface Area: Does It Affect The Association With Pulmonary Embolism-Related Adverse Events?,Pericardial Malignancies And Oncology Treatment-Related Pericardial Abnormalities: Insights And Management,Anomalous Coronary Artery Origin And Courses: Clinical Correlations And Multimodality Imaging", + "events_topic": "Multimodal Imaging | Pericardium ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cardiac Imaging Techniques | Coronary Vessels | Pulmonary Embolism", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuval Liberman ", + "kol_full_name": "Yuval Liberman " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Plaque, Amyloid | Tomography, X-Ray Computed | Coronary Vessels | Diagnostic Imaging | Computed Tomography Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453879", + "session_name": "Reevaluating Coronary Artery Calcium Scoring In Younger Populations: A Cross-Sectional Analysis With Plaque Characterization,Clinical Impact And Management Of Incidental Findings In Coronary Computed Tomographic Angiography Among Patients Under 45: A Retrospective Analysis,Ct Imaging Of Right Heart Pathologies: Timing And Mixing Are The Keys", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Ivan Diogo Queiros", + "middle_name": null, + "last_name": null, + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Reevaluating Coronary Artery Calcium Scoring In Younger Populations: A Cross-Sectional Analysis With Plaque Characterization", + "rest_events_session_count": 2, + "rest_events_session": "Clinical Impact And Management Of Incidental Findings In Coronary Computed Tomographic Angiography Among Patients Under 45: A Retrospective Analysis,Ct Imaging Of Right Heart Pathologies: Timing And Mixing Are The Keys", + "events_topic": "Plaque, Amyloid | Tomography, X-Ray Computed ", + "rest_events_topic_count": 3, + "rest_events_topic": " Coronary Vessels | Diagnostic Imaging | Computed Tomography Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ivan Diogo Queiros ", + "kol_full_name": "Ivan Diogo Queiros " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Admin. & Management | Cardiac Imaging Techniques | Coronary Vessels", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453841", + "session_name": "Program Committee,Discussion On Cardiovascular Imaging,Coronary Artery Calcium Scoring", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Scott Adams", + "middle_name": null, + "last_name": null, + "org_name": "Royal University Hospital", + "Country": "Canada", + "Region": "Saskatchewan", + "City": "Saskatoon", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 2, + "rest_events_session": "Discussion On Cardiovascular Imaging,Coronary Artery Calcium Scoring", + "events_topic": "Admin. & Management | Cardiac Imaging Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Coronary Vessels", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Scott Adams ", + "kol_full_name": "Scott Adams " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Admin. & Management | Diagnostic Imaging | Acute Aortic Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453842", + "session_name": "Program Committee,Imaging In Acute Aortic Syndrome", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Anastasia Oikonomou", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 1, + "rest_events_session": "Imaging In Acute Aortic Syndrome", + "events_topic": "Admin. & Management | Diagnostic Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acute Aortic Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anastasia Oikonomou ", + "kol_full_name": "Anastasia Oikonomou " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Wounds And Injuries | Neoplasms | Cardiac Imaging Techniques | Cardiopulmonary Resuscitation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453882", + "session_name": "Imaging Cardiovascular Emergencies In Trauma,Cardiopulmonary Complications Of Cancer Therapeutics", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Asutosh Sahu", + "middle_name": null, + "last_name": null, + "org_name": "Sahyadri Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Imaging Cardiovascular Emergencies In Trauma", + "rest_events_session_count": 1, + "rest_events_session": "Cardiopulmonary Complications Of Cancer Therapeutics", + "events_topic": "Wounds And Injuries | Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Imaging Techniques | Cardiopulmonary Resuscitation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Asutosh Sahu ", + "kol_full_name": "Asutosh Sahu " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Myocarditis | Myocardium | Biomarkers | Cardiomyopathies | Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453888", + "session_name": "Seed Grant Mid-Term: Association Of Immune Check Point Inhibitor Therapy For Cancer With Early Myocardial Tissue And Biomarker Changes During Treatment – Implication For Risk Of Myocarditis And Cardiomyopathy,Scientific Session I", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Christian Houbois", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Seed Grant Mid-Term: Association Of Immune Check Point Inhibitor Therapy For Cancer With Early Myocardial Tissue And Biomarker Changes During Treatment – Implication For Risk Of Myocarditis And Cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Scientific Session I", + "events_topic": "Myocarditis | Myocardium ", + "rest_events_topic_count": 3, + "rest_events_topic": " Biomarkers | Cardiomyopathies | Cardiac Imaging Techniques", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christian Houbois ", + "kol_full_name": "Christian Houbois " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiovascular Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453855", + "session_name": "Deep Learning Super-Resolution Reconstruction For Fast And High-Quality Cine Cardiovascular Magnetic Resonance,Parametric Mapping Using Cardiovascular Magnetic Resonance For The Differentiation Of Light Chain Amyloidosis And Transthyretin-Related Amyloidosis", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Dmitrij Kravchenko", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Bonn", + "Country": "Germany", + "Region": "Nordrhein-Westfalen", + "City": "Bonn", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Deep Learning Super-Resolution Reconstruction For Fast And High-Quality Cine Cardiovascular Magnetic Resonance", + "rest_events_session_count": 1, + "rest_events_session": "Parametric Mapping Using Cardiovascular Magnetic Resonance For The Differentiation Of Light Chain Amyloidosis And Transthyretin-Related Amyloidosis", + "events_topic": "Cardiovascular Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dmitrij Kravchenko ", + "kol_full_name": "Dmitrij Kravchenko " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Diagnostic Imaging | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453847", + "session_name": "Cardiovascular Complications Of Cancer Treatments,Promoting Equity In Imaging Here And Around The World", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Elsie Nguyen", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiovascular Complications Of Cancer Treatments", + "rest_events_session_count": 1, + "rest_events_session": "Promoting Equity In Imaging Here And Around The World", + "events_topic": "Diagnostic Imaging | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elsie Nguyen ", + "kol_full_name": "Elsie Nguyen " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Atrioventricular Node | Pulmonary Embolism | Transcatheter Aortic Valve Replacement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453852", + "session_name": "Deep Neural Network Provides Excellent Accuracy In Pulmonary Embolism Detection,Ai-Based Fully Automated Left Atrioventricular Coupling Index Predicts Mortality After Transcatheter Aortic Valve Replacement", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Emese Zsarnoczay", + "middle_name": null, + "last_name": null, + "org_name": "Semmelweis University", + "Country": "Hungary", + "Region": "Budapest", + "City": "Budapest", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Deep Neural Network Provides Excellent Accuracy In Pulmonary Embolism Detection", + "rest_events_session_count": 1, + "rest_events_session": "Ai-Based Fully Automated Left Atrioventricular Coupling Index Predicts Mortality After Transcatheter Aortic Valve Replacement", + "events_topic": "Atrioventricular Node | Pulmonary Embolism ", + "rest_events_topic_count": 1, + "rest_events_topic": " Transcatheter Aortic Valve Replacement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emese Zsarnoczay ", + "kol_full_name": "Emese Zsarnoczay " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging | Arrhythmogenic Right Ventricular Dysplasia | Cardiomyopathies | Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453921", + "session_name": "Prognostic Significance Of Cardiac Mri In Gene-Positive Arrhythmogenic Cardiomyopathy,Cardiac Mri Genotype-Phenotype Associations In Gene-Positive Arrhythmogenic Cardiomyopathy", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Farah Cadour", + "middle_name": null, + "last_name": null, + "org_name": "Université de Rouen", + "Country": "France", + "Region": "Haute-Normandie", + "City": "Rouen", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Prognostic Significance Of Cardiac Mri In Gene-Positive Arrhythmogenic Cardiomyopathy", + "rest_events_session_count": 1, + "rest_events_session": "Cardiac Mri Genotype-Phenotype Associations In Gene-Positive Arrhythmogenic Cardiomyopathy", + "events_topic": "Magnetic Resonance Imaging | Arrhythmogenic Right Ventricular Dysplasia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiomyopathies | Cardiac Imaging Techniques", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Farah Cadour ", + "kol_full_name": "Farah Cadour " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Computed Tomography Angiography | Myocardium | Coronary Disease | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453916", + "session_name": "Intra-Individual Reproducibility Of Myocardial Radiomic Features Between Energy-Integrating Detector And Photon-Counting Detector Coronary Ct Angiography,Ultrahigh-Spatial-Resolution Photon-Counting Detector Ct Angiography Significantly Alters Semiquantitative Metrics Of Coronary Disease Burden: Intra-Individual Comparison To Energy-Integrating Detector Ct", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Giuseppe Tremamunno", + "middle_name": null, + "last_name": null, + "org_name": "Università di Roma, Sapienza", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Intra-Individual Reproducibility Of Myocardial Radiomic Features Between Energy-Integrating Detector And Photon-Counting Detector Coronary Ct Angiography", + "rest_events_session_count": 1, + "rest_events_session": "Ultrahigh-Spatial-Resolution Photon-Counting Detector Ct Angiography Significantly Alters Semiquantitative Metrics Of Coronary Disease Burden: Intra-Individual Comparison To Energy-Integrating Detector Ct", + "events_topic": "Computed Tomography Angiography | Myocardium ", + "rest_events_topic_count": 2, + "rest_events_topic": " Coronary Disease | Tomography, X-Ray Computed", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giuseppe Tremamunno ", + "kol_full_name": "Giuseppe Tremamunno " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Edema | Aorta | Myocardial Infarction | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453911", + "session_name": "Comparison Of T2-Weighted Images For Detection Of Edema In Acute Myocardial Infarction,Clinical Utility Of Aorta Ct Radiomics Features For The Prediction Of Rapid Expansion Of The Aorta", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Jae Kyu Choi", + "middle_name": null, + "last_name": null, + "org_name": "Tongji University", + "Country": "China", + "Region": "Shanghai", + "City": "Shanghai", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Comparison Of T2-Weighted Images For Detection Of Edema In Acute Myocardial Infarction", + "rest_events_session_count": 1, + "rest_events_session": "Clinical Utility Of Aorta Ct Radiomics Features For The Prediction Of Rapid Expansion Of The Aorta", + "events_topic": "Edema | Aorta ", + "rest_events_topic_count": 2, + "rest_events_topic": " Myocardial Infarction | Tomography, X-Ray Computed", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jae Kyu Choi ", + "kol_full_name": "Jae Kyu Choi " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging | Cardiomyopathies | Cardiac Imaging Techniques | Late Gadolinium Enhancement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453920", + "session_name": "Automated Approaches For Analyzing Late Gadolinium Enhancement (Lge) In Cardiac Mri In Hypertrophic Cardiomyopathy: Development And Validation,Automated Mvo Segmentation In Lge Cardiac Mri", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Jaeyoon Shim", + "middle_name": null, + "last_name": null, + "org_name": "University of California, San Francisco", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Automated Approaches For Analyzing Late Gadolinium Enhancement (Lge) In Cardiac Mri In Hypertrophic Cardiomyopathy: Development And Validation", + "rest_events_session_count": 1, + "rest_events_session": "Automated Mvo Segmentation In Lge Cardiac Mri", + "events_topic": "Magnetic Resonance Imaging | Cardiomyopathies ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cardiac Imaging Techniques | Late Gadolinium Enhancement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jaeyoon Shim ", + "kol_full_name": "Jaeyoon Shim " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging | Tomography, X-Ray Computed | Plaque, Amyloid | Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453850", + "session_name": "New Frontieres In Cardiac Imaging-Ai Ct/Mri,Plaque Quantification", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Marly van Assen", + "middle_name": null, + "last_name": null, + "org_name": "Emory University School of Medicine", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "New Frontieres In Cardiac Imaging-Ai Ct/Mri", + "rest_events_session_count": 1, + "rest_events_session": "Plaque Quantification", + "events_topic": "Magnetic Resonance Imaging | Tomography, X-Ray Computed ", + "rest_events_topic_count": 2, + "rest_events_topic": " Plaque, Amyloid | Cardiac Imaging Techniques", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marly van Assen ", + "kol_full_name": "Marly van Assen " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Hematoma | Extracorporeal Membrane Oxygenation", + "npi_num": "1720790686", + "hcp_pin_alias": "FU_HCP_5453867", + "session_name": "Radiologist Guide To The Evolving World Of Ecmos,The Nightmare Neighbor Next Door; Shared Sheath Hematomas", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Mohamed Ibrahim", + "middle_name": null, + "last_name": null, + "org_name": "University of Alabama at Birmingham", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Radiologist Guide To The Evolving World Of Ecmos", + "rest_events_session_count": 1, + "rest_events_session": "The Nightmare Neighbor Next Door; Shared Sheath Hematomas", + "events_topic": "Hematoma | Extracorporeal Membrane Oxygenation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohamed Ibrahim ", + "kol_full_name": "Mohamed Ibrahim " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Sarcoidosis | Autoimmune Diseases | Positron Emission Tomography Computed Tomography | Cardiovascular Magnetic Resonance Imaging | Tomography, X-Ray Computed | Lung Diseases, Interstitial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453863", + "session_name": "Strain Cmr Can Predict Regions Of Inflammation On Pet/Ct In Patients With Cardiac Sarcoidosis,Exploring Thoracic Manifestations Of Autoimmune Disorders: From Interstitial Lung Disease To Extra Parenchymal Involvement", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Negar Firoozeh", + "middle_name": null, + "last_name": null, + "org_name": "University of Washington", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Strain Cmr Can Predict Regions Of Inflammation On Pet/Ct In Patients With Cardiac Sarcoidosis", + "rest_events_session_count": 1, + "rest_events_session": "Exploring Thoracic Manifestations Of Autoimmune Disorders: From Interstitial Lung Disease To Extra Parenchymal Involvement", + "events_topic": "Sarcoidosis | Autoimmune Diseases ", + "rest_events_topic_count": 4, + "rest_events_topic": " Positron Emission Tomography Computed Tomography | Cardiovascular Magnetic Resonance Imaging | Tomography, X-Ray Computed | Lung Diseases, Interstitial", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Negar Firoozeh ", + "kol_full_name": "Negar Firoozeh " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Multimodal Imaging | Cardiovascular Magnetic Resonance Imaging | Diagnostic Imaging | Pericardial Disease | Takotsubo Cardiomyopathy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453864", + "session_name": "Multimodality Imaging And Shared Decision-Making Utilizing Cmr With High-Accuracy Tissue Characterization Techniques In Pericardial Disease,Multimodality Cmr Early Imaging Incoca Takotsubo Cardiomyopathy Improving Accuracy And Downstream Invasive/Radiation Exposure Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Patrick Hamcho-Milazzo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Multimodality Imaging And Shared Decision-Making Utilizing Cmr With High-Accuracy Tissue Characterization Techniques In Pericardial Disease", + "rest_events_session_count": 1, + "rest_events_session": "Multimodality Cmr Early Imaging Incoca Takotsubo Cardiomyopathy Improving Accuracy And Downstream Invasive/Radiation Exposure Imaging", + "events_topic": "Multimodal Imaging | Cardiovascular Magnetic Resonance Imaging ", + "rest_events_topic_count": 3, + "rest_events_topic": " Diagnostic Imaging | Pericardial Disease | Takotsubo Cardiomyopathy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Patrick Hamcho-Milazzo ", + "kol_full_name": "Patrick Hamcho-Milazzo " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453891", + "session_name": "Deep Learning Automated Measurement Of Shunt Severity In 4D Flow Mri", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Akhilesh Yeluru", + "middle_name": null, + "last_name": null, + "org_name": "UCSD Medical Scientist Training Program", + "Country": "United States", + "Region": "California", + "City": "San Diego", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Deep Learning Automated Measurement Of Shunt Severity In 4D Flow Mri", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Akhilesh Yeluru ", + "kol_full_name": "Akhilesh Yeluru " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453849", + "session_name": "Cutting Edge Technology And Nasci Young Investigator Competition", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Akos Varga-Szemes", + "middle_name": null, + "last_name": null, + "org_name": "Medical University of South Carolina", + "Country": "United States", + "Region": "South Carolina", + "City": "Charleston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cutting Edge Technology And Nasci Young Investigator Competition", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Akos Varga-Szemes ", + "kol_full_name": "Akos Varga-Szemes " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging | Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453910", + "session_name": "Deep Learning Respiratory Motion Correction For Real-Time Cardiac Mri", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Alta Steward", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Deep Learning Respiratory Motion Correction For Real-Time Cardiac Mri", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alta Steward ", + "kol_full_name": "Alta Steward " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453939", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Anursrhi Parakh", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anursrhi Parakh ", + "kol_full_name": "Anursrhi Parakh " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Child Health | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453905", + "session_name": "Radiologic Emergencies Of The Pediatric Heart", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Badr Bannan", + "middle_name": null, + "last_name": null, + "org_name": "Soliman Fakeeh Hospital", + "Country": "Saudi Arabia", + "Region": "Makkah", + "City": "Jeddah", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Radiologic Emergencies Of The Pediatric Heart", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Child Health | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Badr Bannan ", + "kol_full_name": "Badr Bannan " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiomegaly, Exercise-Induced | Cardiomyopathies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453929", + "session_name": "Athletes Heart Or Early Cardiomyopathy", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Blanca Domenech", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Clínic de Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Athletes Heart Or Early Cardiomyopathy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomegaly, Exercise-Induced | Cardiomyopathies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Blanca Domenech ", + "kol_full_name": "Blanca Domenech " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Diagnostic Imaging | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453877", + "session_name": "Right At Heart: Imaging Insights Into The Tricuspid And Pulmonic Valves", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Brian Nguyen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Right At Heart: Imaging Insights Into The Tricuspid And Pulmonic Valves", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Brian Nguyen ", + "kol_full_name": "Brian Nguyen " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Myocarditis | Fibrosis | Sarcoidosis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453889", + "session_name": "Specific Locations Of Myocardial Inflammation And Fibrosis Are Associated With Higher Risk Of Events In Cardiac Sarcoidosis", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Busra Cangut", + "middle_name": null, + "last_name": null, + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Specific Locations Of Myocardial Inflammation And Fibrosis Are Associated With Higher Risk Of Events In Cardiac Sarcoidosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis | Fibrosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Sarcoidosis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Busra Cangut ", + "kol_full_name": "Busra Cangut " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Androgens | Prostatic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453912", + "session_name": "Impact Of Androgen Deprivation Therapy On Coronary Plaque Progression In Men With Prostate Cancer", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Carlotta Onnis", + "middle_name": null, + "last_name": null, + "org_name": "Emory University School of Medicine", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Impact Of Androgen Deprivation Therapy On Coronary Plaque Progression In Men With Prostate Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Androgens | Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlotta Onnis ", + "kol_full_name": "Carlotta Onnis " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453848", + "session_name": "Nasci President Welcome Address", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Carole Dennie", + "middle_name": null, + "last_name": null, + "org_name": "University of Ottawa", + "Country": "Canada", + "Region": "Ontario", + "City": "Ottawa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Nasci President Welcome Address", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carole Dennie ", + "kol_full_name": "Carole Dennie " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Esophageal Fistula | Catheter Ablation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453926", + "session_name": "A Life-Threatening Connection: Esophageal Fistula After Cardiac Ablation", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Casey O'Neil", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "A Life-Threatening Connection: Esophageal Fistula After Cardiac Ablation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Esophageal Fistula | Catheter Ablation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Casey O'Neil ", + "kol_full_name": "Casey O'Neil " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453874", + "session_name": "Large Language Models In Cardiovascular Imaging: Strengths, Limitations, Ethical Issues, And Future Direction: A Systematic Review", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Christopher Zaki", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Large Language Models In Cardiovascular Imaging: Strengths", + "rest_events_session_count": 3, + "rest_events_session": " Limitations, Ethical Issues, And Future Direction: A Systematic Review", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Christopher Zaki ", + "kol_full_name": "Christopher Zaki " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Hemodynamics | Artificial Intelligence | Magnetic Resonance Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453854", + "session_name": "Ai-Derived Aorta Hemodynamics From Contrast Enhanced Mra Accurately Quantifies Systolic Peak Velocities And Areas Of Elevated Wall Shear Stress", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "David Dushfunian", + "middle_name": null, + "last_name": null, + "org_name": "Northwestern University", + "Country": "United States", + "Region": "Illinois", + "City": "Evanston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Ai-Derived Aorta Hemodynamics From Contrast Enhanced Mra Accurately Quantifies Systolic Peak Velocities And Areas Of Elevated Wall Shear Stress", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hemodynamics | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Magnetic Resonance Angiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Dushfunian ", + "kol_full_name": "David Dushfunian " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453858", + "session_name": "Embracing The Heart: Coronary Branches", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Denver Cooper", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Embracing The Heart: Coronary Branches", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Denver Cooper ", + "kol_full_name": "Denver Cooper " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Artificial Intelligence | Computed Tomography Angiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453890", + "session_name": "Effect Of Ai-Enhanced Triage On Radiologist Review Initiation For Ct Angiography Studies Identifying Aortic Dissection In An Outpatient Setting", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Domenico Mastrodicasa", + "middle_name": null, + "last_name": null, + "org_name": "University of Washington", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Effect Of Ai-Enhanced Triage On Radiologist Review Initiation For Ct Angiography Studies Identifying Aortic Dissection In An Outpatient Setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence | Computed Tomography Angiography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Domenico Mastrodicasa ", + "kol_full_name": "Domenico Mastrodicasa " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Muscular Dystrophies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453903", + "session_name": "Muscular Dystrophy", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Felipe Sanchez", + "middle_name": null, + "last_name": null, + "org_name": "Clinica Santa Maria, Universidad de los Andes", + "Country": "Chile", + "Region": "Region Metropolitana", + "City": "Providencia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Muscular Dystrophy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Muscular Dystrophies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Felipe Sanchez ", + "kol_full_name": "Felipe Sanchez " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Dipyridamole | Cardiovascular Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453902", + "session_name": "Dipyridamole Stress-Cmr: Optimizing Quality, Efficiency, And Scanner Throughput", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Felipe Torres", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Dipyridamole Stress-Cmr: Optimizing Quality", + "rest_events_session_count": 2, + "rest_events_session": " Efficiency, And Scanner Throughput", + "events_topic": "Dipyridamole | Cardiovascular Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Felipe Torres ", + "kol_full_name": "Felipe Torres " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Tomography, X-Ray Computed | Valsalva Maneuver | Aortic Coarctation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453866", + "session_name": "Reversible Aortic Narrowing On Ct With Valsalva Maneuver", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Firas Hikmat", + "middle_name": null, + "last_name": null, + "org_name": "University of Wisconsin–Madison", + "Country": "United States", + "Region": "Wisconsin", + "City": "Madison", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Reversible Aortic Narrowing On Ct With Valsalva Maneuver", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Valsalva Maneuver ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aortic Coarctation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Firas Hikmat ", + "kol_full_name": "Firas Hikmat " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Heart Defects, Congenital", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453859", + "session_name": "Virtual Reality And 3D Printing In Congenital Cardiac Anomalies", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Galo Diaz", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Metropolitano", + "Country": "Ecuador", + "Region": "Pichincha", + "City": "Quito", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Virtual Reality And 3D Printing In Congenital Cardiac Anomalies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Defects, Congenital", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Galo Diaz ", + "kol_full_name": "Galo Diaz " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Heart Diseases | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453906", + "session_name": "Effect Of Spatial Resolution On Ct-Radiomics For Arrhythmia Risk Estimation In Patients With Cardiac Disease", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Ghazal Zandieh", + "middle_name": null, + "last_name": null, + "org_name": "Johns Hopkins Medicine", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Effect Of Spatial Resolution On Ct-Radiomics For Arrhythmia Risk Estimation In Patients With Cardiac Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ghazal Zandieh ", + "kol_full_name": "Ghazal Zandieh " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiovascular Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453898", + "session_name": "Rapid Cmr Protocols", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Giuseppe Muscogiuri", + "middle_name": null, + "last_name": null, + "org_name": "Università degli Studi di Milano", + "Country": "Italy", + "Region": "Lombardia", + "City": "Milano", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Rapid Cmr Protocols", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giuseppe Muscogiuri ", + "kol_full_name": "Giuseppe Muscogiuri " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Pericardium | Diagnostic Imaging | Mesothelioma", + "npi_num": "1760123491", + "hcp_pin_alias": "FU_HCP_5453872", + "session_name": "Primary Pericardial Mesothelioma: A Case Report And Review Of Key Imaging Features", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Gregory Matos", + "middle_name": null, + "last_name": null, + "org_name": "University of Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Primary Pericardial Mesothelioma: A Case Report And Review Of Key Imaging Features", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericardium | Diagnostic Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mesothelioma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gregory Matos ", + "kol_full_name": "Gregory Matos " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Diagnostic Imaging | Heart Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453932", + "session_name": "Structural Heart Disease: Imaging To Guide Management And Interventions", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Guylaine Gleeton", + "middle_name": null, + "last_name": null, + "org_name": "Laval University", + "Country": "Canada", + "Region": "Quebec", + "City": "Quebec", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Structural Heart Disease: Imaging To Guide Management And Interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Heart Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guylaine Gleeton ", + "kol_full_name": "Guylaine Gleeton " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Congenital Abnormalities | Coronary Vessels", + "npi_num": "1023679842", + "hcp_pin_alias": "FU_HCP_5453875", + "session_name": "Congenital Anomalies Of The Coronary Arteries - A Clinical Conundrum", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Harikrishnan Nandakumar", + "middle_name": null, + "last_name": null, + "org_name": "SUNY UPSTATE MEDICAL UNIVERSITY HOSPITAL", + "Country": "United States", + "Region": "New York", + "City": "Syracuse", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Congenital Anomalies Of The Coronary Arteries - A Clinical Conundrum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Congenital Abnormalities | Coronary Vessels", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Harikrishnan Nandakumar ", + "kol_full_name": "Harikrishnan Nandakumar " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Breast Neoplasms | Early Detection Of Cancer | Mammography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453923", + "session_name": "Joint Breast Cancer & Cardiovascular Screening: Beacon Study To Assess Opportunistic Cardiovascular Screening Using Breast Arterial Calcification On Mammography", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Hayley McKee", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Joint Breast Cancer & Cardiovascular Screening: Beacon Study To Assess Opportunistic Cardiovascular Screening Using Breast Arterial Calcification On Mammography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Early Detection Of Cancer ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mammography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hayley McKee ", + "kol_full_name": "Hayley McKee " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Myocardial Deformation | Cardiomyopathies | Late Gadolinium Enhancement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453918", + "session_name": "Peripartum Cardiomyopathy Is Associated With Abnormalities Of Myocardial Deformation And Late Gadolinium Enhancement", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Jacques Du Plessis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Peripartum Cardiomyopathy Is Associated With Abnormalities Of Myocardial Deformation And Late Gadolinium Enhancement", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Deformation | Cardiomyopathies ", + "rest_events_topic_count": 1, + "rest_events_topic": " Late Gadolinium Enhancement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jacques Du Plessis ", + "kol_full_name": "Jacques Du Plessis " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453931", + "session_name": "Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Jesse Hamilton", + "middle_name": null, + "last_name": null, + "org_name": "University of Michigan", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Discussion On Cardiovascular Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jesse Hamilton ", + "kol_full_name": "Jesse Hamilton " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Hypertension, Pulmonary | Computed Tomography Angiography | Echocardiography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453928", + "session_name": "Deep Learning Ct Volumetry Versus Manual Measurements And Echocardiography For Prediction Of Pulmonary Hypertension Severity", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Jessica Kim", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Deep Learning Ct Volumetry Versus Manual Measurements And Echocardiography For Prediction Of Pulmonary Hypertension Severity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypertension, Pulmonary | Computed Tomography Angiography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Echocardiography", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jessica Kim ", + "kol_full_name": "Jessica Kim " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging | Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453919", + "session_name": "Motion Artifact Reduction In Cardiac Mr Cine Images Based On Diffusion Transfer Model", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Jong-Hyun Yoon", + "middle_name": null, + "last_name": null, + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Motion Artifact Reduction In Cardiac Mr Cine Images Based On Diffusion Transfer Model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jong-Hyun Yoon ", + "kol_full_name": "Jong-Hyun Yoon " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453925", + "session_name": "Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Jordi Broncano", + "middle_name": null, + "last_name": null, + "org_name": "Clínica universidad de Navarra", + "Country": "Spain", + "Region": "Navarra", + "City": "Pamplona", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Discussion On Cardiovascular Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jordi Broncano ", + "kol_full_name": "Jordi Broncano " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Pericarditis, Tuberculous", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453837", + "session_name": "Tuberculous Pericarditis", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Joseph Najjar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Tuberculous Pericarditis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pericarditis, Tuberculous", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joseph Najjar ", + "kol_full_name": "Joseph Najjar " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Coronary Vessels", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453840", + "session_name": "Coronary Artery Anatomy", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Julia Alegria", + "middle_name": null, + "last_name": null, + "org_name": "Clinica Alemana, Santiago", + "Country": "Chile", + "Region": "Region Metropolitana", + "City": "Santiago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Coronary Artery Anatomy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Vessels", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Alegria ", + "kol_full_name": "Julia Alegria " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453845", + "session_name": "Cardiac Ct In The Emergency Department", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Julia Niemierko", + "middle_name": null, + "last_name": null, + "org_name": "Royal Papworth Hospital, Cambridge", + "Country": "United Kingdom", + "Region": "England", + "City": "Cambridge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Ct In The Emergency Department", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Niemierko ", + "kol_full_name": "Julia Niemierko " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Photon-counting Computed Tomography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453899", + "session_name": "Coronary Cta Ultrahigh Resolution And Pcct", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Kakuya Kitagawa", + "middle_name": null, + "last_name": null, + "org_name": "Mie University", + "Country": "Japan", + "Region": "Tokyo", + "City": "Tokyo", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Coronary Cta Ultrahigh Resolution And Pcct", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Photon-counting Computed Tomography", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kakuya Kitagawa ", + "kol_full_name": "Kakuya Kitagawa " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Wounds And Injuries | Cardiovascular Diseases", + "npi_num": "1669094215", + "hcp_pin_alias": "FU_HCP_5453862", + "session_name": "Review Of Cardiovascular Emergencies And Trauma", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Kyle Finney", + "middle_name": null, + "last_name": null, + "org_name": "Louisiana State University", + "Country": "United States", + "Region": "Louisiana", + "City": "Baton Rouge", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Review Of Cardiovascular Emergencies And Trauma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wounds And Injuries | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kyle Finney ", + "kol_full_name": "Kyle Finney " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453936", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Laura Jimenez Juan", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laura Jimenez Juan ", + "kol_full_name": "Laura Jimenez Juan " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453897", + "session_name": "4D Flow: Updates And Clinical Applications", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Lei Xu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "4D Flow: Updates And Clinical Applications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lei Xu ", + "kol_full_name": "Lei Xu " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Anatomy | Cardiovascular Diseases", + "npi_num": "1568996437", + "hcp_pin_alias": "FU_HCP_5453892", + "session_name": "Seed Grant Mid-Term: Developing An Immersive 3D Virtual Reality Cardiovascular Variant And Anomalous Anatomy Library And Curriculum", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Lily Sung", + "middle_name": null, + "last_name": null, + "org_name": "UC San Diego Health", + "Country": "United States", + "Region": "California", + "City": "San Diego", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Seed Grant Mid-Term: Developing An Immersive 3D Virtual Reality Cardiovascular Variant And Anomalous Anatomy Library And Curriculum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anatomy | Cardiovascular Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lily Sung ", + "kol_full_name": "Lily Sung " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Sequential Analysis", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453861", + "session_name": "Guess The Shape! Beyond Segmental Sequential Analysis", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Maria Egas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Guess The Shape! Beyond Segmental Sequential Analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sequential Analysis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Egas ", + "kol_full_name": "Maria Egas " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Aortic Fistulas | Diagnostic Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453878", + "session_name": "Imaging Overview Of Aortic Fistulas", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Maria Puello", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Imaging Overview Of Aortic Fistulas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Fistulas | Diagnostic Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Puello ", + "kol_full_name": "Maria Puello " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Aortic Aneurysm, Thoracic | Artificial Intelligence | Tomography, X-Ray Computed", + "npi_num": "1194466656", + "hcp_pin_alias": "FU_HCP_5453907", + "session_name": "Artificial Intelligence-Guided Measurement Of Thoracic Aortic Calcium On Non-Contrast Computed Tomography", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Martin Halicek", + "middle_name": null, + "last_name": null, + "org_name": "Emory University School of Medicine", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Artificial Intelligence-Guided Measurement Of Thoracic Aortic Calcium On Non-Contrast Computed Tomography", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aortic Aneurysm, Thoracic | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin Halicek ", + "kol_full_name": "Martin Halicek " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiac Imaging Techniques", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453893", + "session_name": "Discussion On Cardiovascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Martin Willemink", + "middle_name": null, + "last_name": null, + "org_name": "Stanford University", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Discussion On Cardiovascular Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin Willemink ", + "kol_full_name": "Martin Willemink " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Vascular Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453934", + "session_name": "Vascular Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Maureen Hood", + "middle_name": null, + "last_name": null, + "org_name": "Uniformed Services University", + "Country": "United States", + "Region": "Maryland", + "City": "Bethesda", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Vascular Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maureen Hood ", + "kol_full_name": "Maureen Hood " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Tomography, X-Ray Computed | Coronary Artery Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453883", + "session_name": "Efficacy Of Photon-Counting-Detector Computed Tomography For Assessment Of Coronary Artery Disease", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Melika Shafeghat", + "middle_name": null, + "last_name": null, + "org_name": "Northwestern University", + "Country": "United States", + "Region": "Illinois", + "City": "Evanston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Efficacy Of Photon-Counting-Detector Computed Tomography For Assessment Of Coronary Artery Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed | Coronary Artery Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Melika Shafeghat ", + "kol_full_name": "Melika Shafeghat " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Tomography, X-Ray Computed", + "npi_num": "1578023768", + "hcp_pin_alias": "FU_HCP_5453914", + "session_name": "Ct Indicators Of Fluid Overload Serve As Opportunistic Predictors Of Clinical Outcome", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Michael Ghijsen", + "middle_name": null, + "last_name": null, + "org_name": "Stanford University", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Ct Indicators Of Fluid Overload Serve As Opportunistic Predictors Of Clinical Outcome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael Ghijsen ", + "kol_full_name": "Michael Ghijsen " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Chronic Thromboembolic Pulmonary Hypertension", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453935", + "session_name": "Cteph", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Mini Pakkal", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cteph", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chronic Thromboembolic Pulmonary Hypertension", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mini Pakkal ", + "kol_full_name": "Mini Pakkal " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453853", + "session_name": "Cardiac Mri Ventricular Blood Pool T2 Mapping Ratio: Prognostic Significance And Physiologic Correlates", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Moran Drucker Iarovich", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Mri Ventricular Blood Pool T2 Mapping Ratio: Prognostic Significance And Physiologic Correlates", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Moran Drucker Iarovich ", + "kol_full_name": "Moran Drucker Iarovich " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453940", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Navneet Singh", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Navneet Singh ", + "kol_full_name": "Navneet Singh " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Venous Drainage | Heart Atria", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453884", + "session_name": "Abnormal Veno-Caval Drainage To The Atrium", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Neha Shah", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Abnormal Veno-Caval Drainage To The Atrium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Venous Drainage | Heart Atria", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Neha Shah ", + "kol_full_name": "Neha Shah " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Coronary Artery Disease | Positron Emission Tomography Computed Tomography | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453876", + "session_name": "Assessment Of Coronary Artery Disease With 18F-Naf Pet/Ct And Cta", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Nguyen Nguyen", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Assessment Of Coronary Artery Disease With 18F-Naf Pet/Ct And Cta", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Positron Emission Tomography Computed Tomography ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tomography, X-Ray Computed", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nguyen Nguyen ", + "kol_full_name": "Nguyen Nguyen " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Diagnostic Imaging | Late Gadolinium Enhancement", + "npi_num": "1861185712", + "hcp_pin_alias": "FU_HCP_5453917", + "session_name": "Pericardial Enhancement Assessment Improves With Fat Suppression Relative To Standard Lge Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Onural Ozturk", + "middle_name": null, + "last_name": null, + "org_name": "Northwestern University", + "Country": "United States", + "Region": "Illinois", + "City": "Evanston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Pericardial Enhancement Assessment Improves With Fat Suppression Relative To Standard Lge Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Late Gadolinium Enhancement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Onural Ozturk ", + "kol_full_name": "Onural Ozturk " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Myocardial Infarction", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453881", + "session_name": "Mechanical Complications Of Acute Myocardial Infarction: Where To Look And What To Find", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Pamela Romanque", + "middle_name": null, + "last_name": null, + "org_name": "University of Chile", + "Country": "Chile", + "Region": "Region Metropolitana", + "City": "Santiago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Mechanical Complications Of Acute Myocardial Infarction: Where To Look And What To Find", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocardial Infarction", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pamela Romanque ", + "kol_full_name": "Pamela Romanque " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "1902330079", + "hcp_pin_alias": "FU_HCP_5453937", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Raluca McCallum", + "middle_name": null, + "last_name": null, + "org_name": "Oregon Health And Sciences University", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raluca McCallum ", + "kol_full_name": "Raluca McCallum " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Admin. & Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453938", + "session_name": "Program Committee", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Randy Otto", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Randy Otto ", + "kol_full_name": "Randy Otto " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Artificial Intelligence | Diagnostic Imaging | Cardiovascular Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453895", + "session_name": "Artificial Intelligence: How We Use It In Day To Day Cmr Practice For Faster Imaging", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Ricardo Budde", + "middle_name": null, + "last_name": null, + "org_name": "Erasmus MC", + "Country": "Netherlands", + "Region": "Zuid-Holland", + "City": "Rotterdam", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Artificial Intelligence: How We Use It In Day To Day Cmr Practice For Faster Imaging", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence | Diagnostic Imaging ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cardiovascular Magnetic Resonance Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ricardo Budde ", + "kol_full_name": "Ricardo Budde " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Diagnostic Imaging | Hemorrhage", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453865", + "session_name": "Heart Of Darkness - Intramyocardial Hemorrhage And Microvascular Obstruction: Imaging Findings And Prognostic Implications", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Rushali Gandhi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Heart Of Darkness - Intramyocardial Hemorrhage And Microvascular Obstruction: Imaging Findings And Prognostic Implications", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diagnostic Imaging | Hemorrhage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rushali Gandhi ", + "kol_full_name": "Rushali Gandhi " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453922", + "session_name": "Modified Ct Technique For Imaging Of Cardiac Conduction Device Lead Perforation", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Ryan Huang", + "middle_name": null, + "last_name": null, + "org_name": "University of Toronto", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Modified Ct Technique For Imaging Of Cardiac Conduction Device Lead Perforation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ryan Huang ", + "kol_full_name": "Ryan Huang " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Pulmonary Artery", + "npi_num": "1518607092", + "hcp_pin_alias": "FU_HCP_5453887", + "session_name": "Unusual Case Of Pulmonary Artery Mass", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Sarah Honeycutt", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Unusual Case Of Pulmonary Artery Mass", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pulmonary Artery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarah Honeycutt ", + "kol_full_name": "Sarah Honeycutt " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Computed Tomography Angiography | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453915", + "session_name": "Ct Coronary Angiogram Findings Among Cannabis And Tobacco Smokers", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Suman Prabhakar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Ct Coronary Angiogram Findings Among Cannabis And Tobacco Smokers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Computed Tomography Angiography | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suman Prabhakar ", + "kol_full_name": "Suman Prabhakar " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Fractional Flow Reserve, Myocardial | Tomography, X-Ray Computed", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453896", + "session_name": "Updates In Ct Perfusion And Ffr-Ct: Pros And Cons", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Sung Min Ko", + "middle_name": null, + "last_name": null, + "org_name": "Christian Hospital Wonju", + "Country": "Korea, South", + "Region": "Kangwon-do", + "City": "Wonju", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Updates In Ct Perfusion And Ffr-Ct: Pros And Cons", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fractional Flow Reserve, Myocardial | Tomography, X-Ray Computed", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sung Min Ko ", + "kol_full_name": "Sung Min Ko " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453880", + "session_name": "Intraluminal Vascular Tumors And Mimics", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Tannaz Rajabi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Intraluminal Vascular Tumors And Mimics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tannaz Rajabi ", + "kol_full_name": "Tannaz Rajabi " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Aneurysm | Salmonella Infections | Vasculitis | Coronary Vessels", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453839", + "session_name": "Mycotic Coronary Artery Vasculitis And Aneurysm From A Patient With Known Salmonella Infection", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Thurl Cledera", + "middle_name": null, + "last_name": null, + "org_name": "St. Luke's Medical Center", + "Country": "Philippines", + "Region": "Manila", + "City": "Manila", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Mycotic Coronary Artery Vasculitis And Aneurysm From A Patient With Known Salmonella Infection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Aneurysm | Salmonella Infections ", + "rest_events_topic_count": 2, + "rest_events_topic": " Vasculitis | Coronary Vessels", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Thurl Cledera ", + "kol_full_name": "Thurl Cledera " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Magnetic Resonance Imaging | Cardiac Imaging Techniques", + "npi_num": "1013596634", + "hcp_pin_alias": "FU_HCP_5453846", + "session_name": "Introduction To Cardiac Mri For Trainees", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Trae Brooks", + "middle_name": null, + "last_name": null, + "org_name": "University of Kentucky College of Medicine", + "Country": "United States", + "Region": "Kentucky", + "City": "Lexington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Introduction To Cardiac Mri For Trainees", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Magnetic Resonance Imaging | Cardiac Imaging Techniques", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Trae Brooks ", + "kol_full_name": "Trae Brooks " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Cardiomyopathies | Peripartum Period | Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453870", + "session_name": "Cardiac Mri In Peripartum Cardiomyopathy: Findings And Prognostic Value", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Varun Krishnan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Cardiac Mri In Peripartum Cardiomyopathy: Findings And Prognostic Value", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiomyopathies | Peripartum Period ", + "rest_events_topic_count": 1, + "rest_events_topic": " Magnetic Resonance Imaging", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Varun Krishnan ", + "kol_full_name": "Varun Krishnan " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Plaque, Amyloid", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453924", + "session_name": "Recirculating Flow At The Bifurcation Point Of Artery Induces Intimal Damage And Promotes Plaque Development", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Vy Le", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Recirculating Flow At The Bifurcation Point Of Artery Induces Intimal Damage And Promotes Plaque Development", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plaque, Amyloid", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vy Le ", + "kol_full_name": "Vy Le " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Myocarditis", + "npi_num": "1609338565", + "hcp_pin_alias": "FU_HCP_5453869", + "session_name": "Navigating Diagnostic Challenges In Myocardial Inflammation", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Yeraz Khachatoorian", + "middle_name": null, + "last_name": null, + "org_name": "Westchester Medical Center, a member of WMCHealth", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Navigating Diagnostic Challenges In Myocardial Inflammation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myocarditis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yeraz Khachatoorian ", + "kol_full_name": "Yeraz Khachatoorian " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Fabry Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453904", + "session_name": "Fabry Disease", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Yoo Jin Hong", + "middle_name": null, + "last_name": null, + "org_name": "Yonsei University", + "Country": "Korea, South", + "Region": "Kyonggi-do", + "City": "Seoul", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Fabry Disease", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fabry Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yoo Jin Hong ", + "kol_full_name": "Yoo Jin Hong " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5453909", + "session_name": "Generation Of Virtual Post Contrast-T1 And Ecv Map From Native-T1 Map With Artificial Intelligence", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Young Jung Yang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Generation Of Virtual Post Contrast-T1 And Ecv Map From Native-T1 Map With Artificial Intelligence", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Young Jung Yang ", + "kol_full_name": "Young Jung Yang " + }, + { + "proj_kol_id": false, + "eid": "130546", + "event_topics": "Coronary Artery Disease | Coronary Vessels", + "npi_num": "1255100400", + "hcp_pin_alias": "FU_HCP_5453913", + "session_name": "Coronary Artery Plaque Characteristics In Women With Suspected Cad – Detailed Analysis Of Plaque Composition And Vulnerability", + "name": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "kol_id": "0", + "first_name": "Zeynep Nur Akyol Sari", + "middle_name": null, + "last_name": null, + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://nasci.org/wp-content/uploads/2024/07/16147-NASCI-2024-Agenda-r7.pdf", + "session_note": null, + "events_session": "Coronary Artery Plaque Characteristics In Women With Suspected Cad – Detailed Analysis Of Plaque Composition And Vulnerability", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Coronary Artery Disease | Coronary Vessels", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zeynep Nur Akyol Sari ", + "kol_full_name": "Zeynep Nur Akyol Sari " + } + ] + } +} \ No newline at end of file diff --git a/assets/ed140846.json b/assets/ed140846.json new file mode 100644 index 0000000..d17aea3 --- /dev/null +++ b/assets/ed140846.json @@ -0,0 +1,444 @@ +{ + "data": { + "eventsdetail": [ + + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Hematologic Neoplasms", + "npi_num": "1518014307", + "hcp_pin_alias": "862156", + "session_name": "Hematological Malignancies", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "862156", + "first_name": "Leonard", + "middle_name": "Jefferson", + "last_name": "Harris", + "org_name": "The University of Tennessee Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Hematological Malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leonard Jefferson Harris", + "kol_full_name": "Leonard Jefferson Harris" + }, + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "1043576952", + "hcp_pin_alias": "636750", + "session_name": "Gastrointestinal Cancer", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "636750", + "first_name": "Saurin", + "middle_name": "Akshay", + "last_name": "Chokshi", + "org_name": "UT Regional One Physicians Inc", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Gastrointestinal Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Saurin Akshay Chokshi", + "kol_full_name": "Saurin Akshay Chokshi" + }, + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Admin. & Management | Diversity, Equity, Inclusion | Research", + "npi_num": "1992879456", + "hcp_pin_alias": "632325", + "session_name": "The Intersection of Research Practice and DE&I,Program Committee", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "632325", + "first_name": "Karen", + "middle_name": "Marie", + "last_name": "Winkfield", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "The Intersection of Research", + "rest_events_session_count": 3, + "rest_events_session": " Practice, and DE&I,Program Committee", + "events_topic": "Admin. & Management | Diversity, Equity, Inclusion ", + "rest_events_topic_count": 1, + "rest_events_topic": " Research", + "kol_name": "Karen Marie Winkfield", + "kol_full_name": "Karen Marie Winkfield" + }, + + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Health Status Disparities | Palliative Care", + "npi_num": "1801076138", + "hcp_pin_alias": "623091", + "session_name": "Reducing Disparities in Palliative Care and End of Life", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "623091", + "first_name": "Manali", + "middle_name": "Indravadan", + "last_name": "Patel", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Reducing Disparities in Palliative Care and End of Life", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Status Disparities | Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Manali Indravadan Patel", + "kol_full_name": "Manali Indravadan Patel" + }, + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Lung Neoplasms", + "npi_num": "1134485410", + "hcp_pin_alias": "577804", + "session_name": "Lung Cancer Updates", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "577804", + "first_name": "Wade", + "middle_name": "Thomas", + "last_name": "Iams", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Lung Cancer Updates", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wade Thomas Iams", + "kol_full_name": "Wade Thomas Iams" + }, + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Admin. & Management | Prostatic Neoplasms", + "npi_num": "1851320691", + "hcp_pin_alias": "570492", + "session_name": "Prostate Cancer,Program Committee", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "570492", + "first_name": "Bradley", + "middle_name": "G", + "last_name": "Somer", + "org_name": "West Cancer Center", + "Country": "United States", + "Region": "Mississippi", + "City": "Southaven", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Prostate Cancer", + "rest_events_session_count": 1, + "rest_events_session": "Program Committee", + "events_topic": "Admin. & Management | Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bradley G Somer", + "kol_full_name": "Bradley G Somer" + }, + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Melanoma", + "npi_num": "1619075207", + "hcp_pin_alias": "559030", + "session_name": "Melanomas", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "559030", + "first_name": "Kent", + "middle_name": "C", + "last_name": "Shih", + "org_name": "Tennessee Oncology Pllc", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Melanomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kent C Shih", + "kol_full_name": "Kent C Shih" + }, + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Breast Neoplasms", + "npi_num": "1306878228", + "hcp_pin_alias": "556254", + "session_name": "Early and Metastatic Breast Cancer", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "556254", + "first_name": "Lee", + "middle_name": "S", + "last_name": "Schwartzberg", + "org_name": "William N. Pennington Cancer Institute at Renown Health", + "Country": "United States", + "Region": "Nevada", + "City": "Reno", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Early and Metastatic Breast Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lee S Schwartzberg", + "kol_full_name": "Lee S Schwartzberg" + }, + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Multiple Myeloma", + "npi_num": "1033491642", + "hcp_pin_alias": "528288", + "session_name": "Multiple Myeloma", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "528288", + "first_name": "Bhagirathbhai", + "middle_name": "Ravjibhai", + "last_name": "Dholaria", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Multiple Myeloma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Bhagirathbhai Ravjibhai Dholaria", + "kol_full_name": "Bhagirathbhai Ravjibhai Dholaria" + }, + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Prostatic Neoplasms", + "npi_num": "1003349440", + "hcp_pin_alias": "364462", + "session_name": "Non-Prostate Cancer", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "364462", + "first_name": "Ruchika", + "middle_name": "", + "last_name": "Talwar", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Non-Prostate Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ruchika Talwar", + "kol_full_name": "Ruchika Talwar" + }, + { + "proj_kol_id": true, + "eid": "140846", + "event_topics": "Head And Neck Neoplasms", + "npi_num": "1558479188", + "hcp_pin_alias": "219696", + "session_name": "Head and Neck Cancer", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "219696", + "first_name": "Nabil", + "middle_name": "F", + "last_name": "Saba", + "org_name": "Emory University Hospital", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Head and Neck Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nabil F Saba", + "kol_full_name": "Nabil F Saba" + }, + { + "proj_kol_id": false, + "eid": "140846", + "event_topics": "Diversity, Equity, Inclusion", + "npi_num": "1871866830", + "hcp_pin_alias": "FU_HCP_5441541", + "session_name": "DEI from a Nurse Perspective", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "0", + "first_name": "Clesheree Stepter", + "middle_name": null, + "last_name": null, + "org_name": "Baptist Cancer Center", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "DEI from a Nurse Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diversity, Equity, Inclusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Clesheree Stepter ", + "kol_full_name": "Clesheree Stepter " + }, + { + "proj_kol_id": false, + "eid": "140846", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5441539", + "session_name": "Listening to Patients (Advocacy Corner)", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "0", + "first_name": "Doretha Burrell", + "middle_name": null, + "last_name": null, + "org_name": "Dee Burrell Coaching", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Listening to Patients (Advocacy Corner)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Doretha Burrell ", + "kol_full_name": "Doretha Burrell " + }, + { + "proj_kol_id": false, + "eid": "140846", + "event_topics": "Healthy Lifestyle", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5441535", + "session_name": "Lifestyle Tips and Strategies", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "0", + "first_name": "Sami Mansfield", + "middle_name": null, + "last_name": null, + "org_name": "Cancer Wellness for Life", + "Country": "United States", + "Region": "Kansas", + "City": "Lenexa", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Lifestyle Tips and Strategies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Healthy Lifestyle", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sami Mansfield ", + "kol_full_name": "Sami Mansfield " + }, + { + "proj_kol_id": false, + "eid": "140846", + "event_topics": "State Health Plans", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5441536", + "session_name": "Memphis Tennessee: State of Health", + "name": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "kol_id": "0", + "first_name": "Shalini Parekh", + "middle_name": null, + "last_name": null, + "org_name": "Tennessee Department of Health", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "session_note": null, + "events_session": "Memphis Tennessee: State of Health", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "State Health Plans", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shalini Parekh ", + "kol_full_name": "Shalini Parekh " + } + + ] + } +} \ No newline at end of file diff --git a/assets/ed142682.json b/assets/ed142682.json new file mode 100644 index 0000000..9572450 --- /dev/null +++ b/assets/ed142682.json @@ -0,0 +1,12506 @@ +{ + "data": { + "eventsdetail": + [ + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Infections | Neoplasms", + "npi_num": "1164886214", + "hcp_pin_alias": "1109805", + "session_name": "Current Management Of Infectious Complications In Pediatric Oncology Patients Among Children’S Oncology Group (Cog) Institutions: A Report From The Cog Ccl Infectious Diseases Subcommittee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "1109805", + "first_name": "Leonora", + "middle_name": "Rose", + "last_name": "Slatnick", + "org_name": "University of Utah", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Current Management Of Infectious Complications In Pediatric Oncology Patients Among Children’S Oncology Group (Cog) Institutions: A Report From The Cog Ccl Infectious Diseases Subcommittee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Infections | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leonora Rose Slatnick", + "kol_full_name": "Leonora Rose Slatnick" + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Tumors", + "npi_num": "", + "hcp_pin_alias": "988526", + "session_name": "Solid Tumors Translational", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "988526", + "first_name": "Susanne", + "middle_name": "S", + "last_name": "Gatz", + "org_name": "Birmingham Womens & Childrens FT, Birmingham", + "Country": "United Kingdom", + "Region": "England", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Solid Tumors Translational", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susanne S Gatz", + "kol_full_name": "Susanne S Gatz" + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neurofibromatosis 1 | Disease Management", + "npi_num": "", + "hcp_pin_alias": "976318", + "session_name": "Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "976318", + "first_name": "Darren", + "middle_name": "D", + "last_name": "Hargrave", + "org_name": "Grt Ormond St Hosp for Children, Great Ormond Street Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neurofibromatosis 1 | Disease Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Darren D Hargrave", + "kol_full_name": "Darren D Hargrave" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Melanoma | Immunotherapy", + "npi_num": "", + "hcp_pin_alias": "908075", + "session_name": "Large Chinese Cohort Study Of Prognosis And Immunotherapy Outcomes In Childhood Melanoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "908075", + "first_name": "Yu", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Guangdong Academy of Medical Sciences and Guangdong Provincial People's Hospital", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Large Chinese Cohort Study Of Prognosis And Immunotherapy Outcomes In Childhood Melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Yu Zhang", + "kol_full_name": "Yu Zhang" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Nephron-Sparing Surgery | Ureteral Stenting | Kidney Neoplasms", + "npi_num": "", + "hcp_pin_alias": "904497", + "session_name": "Nephron Sparing Surgery In Pediatric Renal Tumors: Indications For Intra-Operative Ureteral Stenting", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "904497", + "first_name": "Giorgio", + "middle_name": "", + "last_name": "Persano", + "org_name": "Ospedale Pediatrico Bambino Gesù", + "Country": "Italy", + "Region": "Lazio", + "City": "Rome", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Nephron Sparing Surgery In Pediatric Renal Tumors: Indications For Intra-Operative Ureteral Stenting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nephron-Sparing Surgery | Ureteral Stenting ", + "rest_events_topic_count": 1, + "rest_events_topic": " Kidney Neoplasms", + "kol_name": "Giorgio Persano", + "kol_full_name": "Giorgio Persano" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Wilms Tumor", + "npi_num": "1285736512", + "hcp_pin_alias": "827043", + "session_name": "Treatment of Bilateral Wilms - COG Perspective", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "827043", + "first_name": "Peter", + "middle_name": "Frederick", + "last_name": "Ehrlich", + "org_name": "Cs Mott Children'S Hospital", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Treatment of Bilateral Wilms - COG Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wilms Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Peter Frederick Ehrlich", + "kol_full_name": "Peter Frederick Ehrlich" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Solid Tumors | Pafolacianine", + "npi_num": "1114183415", + "hcp_pin_alias": "826923", + "session_name": "Ubiquitous Folate Receptor Expression In Pediatric & Adolescent Solid Tumors - Opportunity For Intraoperative Visualization With The Novel Fluorescent Agent Pafolacianine", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "826923", + "first_name": "Timothy", + "middle_name": "Bernard", + "last_name": "Lautz", + "org_name": "Ann & Robert H Lurie Children'S Hospital Of Chicago", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Ubiquitous Folate Receptor Expression In Pediatric & Adolescent Solid Tumors - Opportunity For Intraoperative Visualization With The Novel Fluorescent Agent Pafolacianine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors | Pafolacianine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Timothy Bernard Lautz", + "kol_full_name": "Timothy Bernard Lautz" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Surgical Procedures, Operative | Neoplasms", + "npi_num": "1558619213", + "hcp_pin_alias": "811658", + "session_name": "Documentation Of Critical Intraoperative Oncologic Findings: Synoptic Versus Narrative Operative Report For Childhood Cancer Surgery", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "811658", + "first_name": "Abdelhafeez", + "middle_name": "H", + "last_name": "Abdelhafeez", + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Documentation Of Critical Intraoperative Oncologic Findings: Synoptic Versus Narrative Operative Report For Childhood Cancer Surgery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Procedures, Operative | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Abdelhafeez H Abdelhafeez", + "kol_full_name": "Abdelhafeez H Abdelhafeez" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Patient Care", + "npi_num": "1184122780", + "hcp_pin_alias": "808299", + "session_name": "Follow-up care: Nurse led transitions of patients to survivorship programs", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "808299", + "first_name": "Erika", + "middle_name": "Marie", + "last_name": "Pearson", + "org_name": "St. Louis Children’s Hospital", + "Country": "United States", + "Region": "Missouri", + "City": "St. Louis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Follow-up care: Nurse led transitions of patients to survivorship programs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erika Marie Pearson", + "kol_full_name": "Erika Marie Pearson" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Wilms Tumor | Sacrococcygeal Teratoma | Lymph Nodes", + "npi_num": "1952591919", + "hcp_pin_alias": "794954", + "session_name": "Optimizing Surveillance Strategies For Sacrococcygeal Teratoma: A Midwest Pediatric Surgery Consortium Multi-Institutional Study,Lymph Node Involvement In Favorable Histology Wilms Tumor – The Impact Of The Extent Of Lymph Node Sampling And Positivity On Oncologic Outcomes", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "794954", + "first_name": "Jennifer", + "middle_name": "H", + "last_name": "Aldrink", + "org_name": "Children'S Surgical Associates, Corporation", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Optimizing Surveillance Strategies For Sacrococcygeal Teratoma: A Midwest Pediatric Surgery Consortium Multi-Institutional Study", + "rest_events_session_count": 1, + "rest_events_session": "Lymph Node Involvement In Favorable Histology Wilms Tumor – The Impact Of The Extent Of Lymph Node Sampling And Positivity On Oncologic Outcomes", + "events_topic": "Wilms Tumor | Sacrococcygeal Teratoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lymph Nodes", + "kol_name": "Jennifer H Aldrink", + "kol_full_name": "Jennifer H Aldrink" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Cancer Care Facilities | Neoplasms", + "npi_num": "1851523211", + "hcp_pin_alias": "794414", + "session_name": "Transitioning from pediatric to adult oncology care; communication between pediatric nurses and adult nurses,Nursing Joint Session With Supportive Care Network: Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "794414", + "first_name": "Dee Ann", + "middle_name": "K.", + "last_name": "Omatsu", + "org_name": "Hawaii Pacific Health", + "Country": "United States", + "Region": "Hawaii", + "City": "Honolulu", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Transitioning from pediatric to adult oncology care; communication between pediatric nurses and adult nurses", + "rest_events_session_count": 1, + "rest_events_session": "Nursing Joint Session With Supportive Care Network: Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "events_topic": "Cancer Care Facilities | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dee Ann K. Omatsu", + "kol_full_name": "Dee Ann K. Omatsu" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Qualitative Research", + "npi_num": "1447662572", + "hcp_pin_alias": "695453", + "session_name": "Center for qualitative research for Eastern Mediterranean", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "695453", + "first_name": "Dylan", + "middle_name": "Elizabeth", + "last_name": "Graetz", + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Center for qualitative research for Eastern Mediterranean", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Qualitative Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Dylan Elizabeth Graetz", + "kol_full_name": "Dylan Elizabeth Graetz" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms | Admin. & Management | Quality Improvement | Palliative Care", + "npi_num": "1558441816", + "hcp_pin_alias": "643034", + "session_name": "How To Lead A Quality Improvement Team,Delivering Palliative Care In Children With Cancer In Low And Middle Income Countries,Nursing Workshop: Mentoring Qi Workshop: How To Lead A Quality Improvement Team,Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "643034", + "first_name": "Marilyn", + "middle_name": "", + "last_name": "Hockenberry", + "org_name": "Texas Children's Hospital", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "How To Lead A Quality Improvement Team", + "rest_events_session_count": 3, + "rest_events_session": "Delivering Palliative Care In Children With Cancer In Low And Middle Income Countries,Nursing Workshop: Mentoring Qi Workshop: How To Lead A Quality Improvement Team,Scientific Committee", + "events_topic": "Neoplasms | Admin. & Management ", + "rest_events_topic_count": 2, + "rest_events_topic": " Quality Improvement | Palliative Care", + "kol_name": "Marilyn Hockenberry", + "kol_full_name": "Marilyn Hockenberry" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Leukemia | Delivery Of Health Care", + "npi_num": "1164833711", + "hcp_pin_alias": "641252", + "session_name": "Leukemia Clinical,Counting The Cost Of Innovative Healthcare Delivery Strategies In Pediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "641252", + "first_name": "Stephanie", + "middle_name": "J.y.s.", + "last_name": "Lim", + "org_name": "University Clinical Education And Research Associates", + "Country": "United States", + "Region": "Hawaii", + "City": "Honolulu", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Leukemia Clinical", + "rest_events_session_count": 1, + "rest_events_session": "Counting The Cost Of Innovative Healthcare Delivery Strategies In Pediatric Oncology", + "events_topic": "Leukemia | Delivery Of Health Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephanie J.y.s. Lim", + "kol_full_name": "Stephanie J.y.s. Lim" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Quality Improvement | Moral Distress | Neoplasms | Anxiety | Compassion Fatigue", + "npi_num": "1811382369", + "hcp_pin_alias": "639801", + "session_name": "Pediatric Oncology Tool For End-Of-Life Care Treatment (Protect): Quality Indicators In End-Of-Life Care For Children With Cancer In Low- And Middle-Income Countries,Global Comfort Promise: A Quality Improvement Initiative To Reduce Needle-Based Procedural Pain And Anxiety For Children With Cancer In Low- And Middle-Income Countries,Caring Without Carrying: Self-Care And Resilience Strategies To Address Burnout, Compassion Fatigue, And Moral Distress", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "639801", + "first_name": "Michael", + "middle_name": "Joseph", + "last_name": "Mcneil", + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Pediatric Oncology Tool For End-Of-Life Care Treatment (Protect): Quality Indicators In End-Of-Life Care For Children With Cancer In Low- And Middle-Income Countries", + "rest_events_session_count": 4, + "rest_events_session": "Global Comfort Promise: A Quality Improvement Initiative To Reduce Needle-Based Procedural Pain And Anxiety For Children With Cancer In Low- And Middle-Income Countries,Caring Without Carrying: Self-Care And Resilience Strategies To Address Burnout, Compassion Fatigue, And Moral Distress", + "events_topic": "Quality Improvement | Moral Distress ", + "rest_events_topic_count": 3, + "rest_events_topic": " Neoplasms | Anxiety | Compassion Fatigue", + "kol_name": "Michael Joseph Mcneil", + "kol_full_name": "Michael Joseph Mcneil" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Palliative Care", + "npi_num": "1801017264", + "hcp_pin_alias": "639744", + "session_name": "Palliative Care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "639744", + "first_name": "Jasmin", + "middle_name": "Sue", + "last_name": "Jensen", + "org_name": "University Clinical Education And Research Associates", + "Country": "United States", + "Region": "Hawaii", + "City": "Honolulu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Palliative Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jasmin Sue Jensen", + "kol_full_name": "Jasmin Sue Jensen" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Palliative Care", + "npi_num": "1730405713", + "hcp_pin_alias": "639493", + "session_name": "Supportive Care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "639493", + "first_name": "Kelley", + "middle_name": "Kennedy", + "last_name": "Hutchins", + "org_name": "Children's Hospital of Michigan Specialty Center", + "Country": "United States", + "Region": "Michigan", + "City": "Detroit", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Supportive Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kelley Kennedy Hutchins", + "kol_full_name": "Kelley Kennedy Hutchins" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Treatment Abandonment", + "npi_num": "1457641656", + "hcp_pin_alias": "638392", + "session_name": "Treatment Abandonment: What Can We Learn From Patient/Guardian Perspectives?", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "638392", + "first_name": "Nmazuo", + "middle_name": "Wudo", + "last_name": "Ozuah", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Treatment Abandonment: What Can We Learn From Patient/Guardian Perspectives?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Treatment Abandonment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nmazuo Wudo Ozuah", + "kol_full_name": "Nmazuo Wudo Ozuah" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Global Burden Of Disease", + "npi_num": "1447506365", + "hcp_pin_alias": "638336", + "session_name": "The Global Burden Of Childhood And Adolescent Cancer From 1990 To 2021 – A Systematic Analysis For The Global Burden Of Disease Study 2021", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "638336", + "first_name": "Nickhill", + "middle_name": "Hitesh", + "last_name": "Bhakta", + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Global Burden Of Childhood And Adolescent Cancer From 1990 To 2021 – A Systematic Analysis For The Global Burden Of Disease Study 2021", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Global Burden Of Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Nickhill Hitesh Bhakta", + "kol_full_name": "Nickhill Hitesh Bhakta" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "1316947047", + "hcp_pin_alias": "637837", + "session_name": "A Model For Non-Profit Foundations For Helping Pediatric Oncology Units (Pou) In Low- And Low-Middle-Income Countries (Lmic)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "637837", + "first_name": "Somasundaram", + "middle_name": "", + "last_name": "Jayabose", + "org_name": "Westchester Medical Center Advanced Physician Services PC", + "Country": "United States", + "Region": "New York", + "City": "Hawthorne", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "A Model For Non-Profit Foundations For Helping Pediatric Oncology Units (Pou) In Low- And Low-Middle-Income Countries (Lmic)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Somasundaram Jayabose", + "kol_full_name": "Somasundaram Jayabose" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Solid Tumors", + "npi_num": "1306956479", + "hcp_pin_alias": "637804", + "session_name": "Solid Tumor Clinical", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "637804", + "first_name": "Darryl", + "middle_name": "W.", + "last_name": "Glaser", + "org_name": "University Clinical Education And Research Associates", + "Country": "United States", + "Region": "Hawaii", + "City": "Honolulu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Solid Tumor Clinical", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Darryl W. Glaser", + "kol_full_name": "Darryl W. Glaser" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Ultrasonography | Diffuse Midline Glioma | Brain Neoplasms", + "npi_num": "1912020330", + "hcp_pin_alias": "636167", + "session_name": "Overview of current approaches including focused ultrasound,Brain Tumor Translational,Diffuse Midline Gliomas - New Frontiers For Therapeutic Development", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "636167", + "first_name": "Sabine", + "middle_name": "", + "last_name": "Mueller", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Overview of current approaches including focused ultrasound", + "rest_events_session_count": 2, + "rest_events_session": "Brain Tumor Translational,Diffuse Midline Gliomas - New Frontiers For Therapeutic Development", + "events_topic": "Ultrasonography | Diffuse Midline Glioma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Brain Neoplasms", + "kol_name": "Sabine Mueller", + "kol_full_name": "Sabine Mueller" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Quality Improvement", + "npi_num": "1780868620", + "hcp_pin_alias": "635708", + "session_name": "IS Project: 1st and 2nd Mexico in Alliance with St Jude Golden Hour Quality Improvement Collaboratives", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "635708", + "first_name": "Paola", + "middle_name": "M", + "last_name": "Friedrich", + "org_name": "Saint Jude Childrens Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "IS Project: 1st and 2nd Mexico in Alliance with St Jude Golden Hour Quality Improvement Collaboratives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Paola M Friedrich", + "kol_full_name": "Paola M Friedrich" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Solid Tumours | Wilms Tumor | Molecular Biology", + "npi_num": "1659697647", + "hcp_pin_alias": "635138", + "session_name": "Features And Outcomes Of Patients With Wilms Tumor Presenting After The First Decade Of Life: A Report From The Children’S Oncology Group Study Aren03B2,Diagnosing Solid Tumours Using Molecular Biology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "635138", + "first_name": "Michael", + "middle_name": "Vincent", + "last_name": "Ortiz", + "org_name": "Memorial Hospital For Cancer And Allied Diseases", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Features And Outcomes Of Patients With Wilms Tumor Presenting After The First Decade Of Life: A Report From The Children’S Oncology Group Study Aren03B2", + "rest_events_session_count": 1, + "rest_events_session": "Diagnosing Solid Tumours Using Molecular Biology", + "events_topic": "Solid Tumours | Wilms Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Molecular Biology", + "kol_name": "Michael Vincent Ortiz", + "kol_full_name": "Michael Vincent Ortiz" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Diffuse Midline Glioma", + "npi_num": "1497953004", + "hcp_pin_alias": "634518", + "session_name": "Metabolic targets in DMGs", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "634518", + "first_name": "Sriram", + "middle_name": "", + "last_name": "Venneti", + "org_name": "University of Michigan", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Metabolic targets in DMGs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diffuse Midline Glioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sriram Venneti", + "kol_full_name": "Sriram Venneti" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Radiotherapy | Moyamoya Disease", + "npi_num": "1295174845", + "hcp_pin_alias": "633664", + "session_name": "Exploring The Relationship Between Radiation-Induced Moya Moya Syndrome And Radiation Dose For Pediatric Patients Treated With Proton Radiation Therapy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "633664", + "first_name": "Sujith", + "middle_name": "", + "last_name": "Baliga", + "org_name": "The Ohio State University College of Medicine", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Exploring The Relationship Between Radiation-Induced Moya Moya Syndrome And Radiation Dose For Pediatric Patients Treated With Proton Radiation Therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Moyamoya Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sujith Baliga", + "kol_full_name": "Sujith Baliga" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "1255680625", + "hcp_pin_alias": "633509", + "session_name": "A Pragmatic Methodology For Adapted Clinical Practice Guidelines: Development Of Supportive Care Recommendations For Childhood Cancer Across Global Settings", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "633509", + "first_name": "Sheena", + "middle_name": "Teresa", + "last_name": "Mukkada", + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "A Pragmatic Methodology For Adapted Clinical Practice Guidelines: Development Of Supportive Care Recommendations For Childhood Cancer Across Global Settings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sheena Teresa Mukkada", + "kol_full_name": "Sheena Teresa Mukkada" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Brain Neoplasms", + "npi_num": "1255676110", + "hcp_pin_alias": "633507", + "session_name": "Social Functioning In Paediatric Brain Tumour Survivors: The Forgotten Late Effect", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "633507", + "first_name": "Matthew", + "middle_name": "", + "last_name": "Hocking", + "org_name": "\"Children's Hospital of Philadelphia", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Social Functioning In Paediatric Brain Tumour Survivors: The Forgotten Late Effect", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Matthew Hocking", + "kol_full_name": "Matthew Hocking" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neuroblastoma", + "npi_num": "1972691509", + "hcp_pin_alias": "631548", + "session_name": "Translational Studies In Neuroblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "631548", + "first_name": "Randal", + "middle_name": "K.", + "last_name": "Wada", + "org_name": "University Clinical Education And Research Associates", + "Country": "United States", + "Region": "Hawaii", + "City": "Honolulu", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Translational Studies In Neuroblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Randal K. Wada", + "kol_full_name": "Randal K. Wada" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Solid Tumors | Admin. & Management", + "npi_num": "1851485379", + "hcp_pin_alias": "625103", + "session_name": "Solid Tumor Translational,Local Organising Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "625103", + "first_name": "Wade", + "middle_name": "Tadashi", + "last_name": "Kyono", + "org_name": "-", + "Country": "United States", + "Region": "Hawaii", + "City": "Honolulu", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Solid Tumor Translational", + "rest_events_session_count": 1, + "rest_events_session": "Local Organising Committee", + "events_topic": "Solid Tumors | Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Wade Tadashi Kyono", + "kol_full_name": "Wade Tadashi Kyono" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Spinal Injuries | Radiosurgery", + "npi_num": "1780853564", + "hcp_pin_alias": "622606", + "session_name": "Pediatric, Adolescent, And Young Adult Spine Radiosurgery: Survival Outcomes", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "622606", + "first_name": "Erin", + "middle_name": "S", + "last_name": "Murphy", + "org_name": "Cleveland Clinic Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Pediatric", + "rest_events_session_count": 2, + "rest_events_session": " Adolescent, And Young Adult Spine Radiosurgery: Survival Outcomes", + "events_topic": "Spinal Injuries | Radiosurgery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Erin S Murphy", + "kol_full_name": "Erin S Murphy" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Genomic Medicine | Leukemia", + "npi_num": "1730289588", + "hcp_pin_alias": "620715", + "session_name": "Optimizing risk stratification through new genomic discoveries,Leukemia Clinical", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "620715", + "first_name": "Mignon", + "middle_name": "L.", + "last_name": "Loh", + "org_name": "Seattle Children's Hospital", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Optimizing risk stratification through new genomic discoveries", + "rest_events_session_count": 1, + "rest_events_session": "Leukemia Clinical", + "events_topic": "Genomic Medicine | Leukemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Mignon L. Loh", + "kol_full_name": "Mignon L. Loh" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Abdominal Neoplasms", + "npi_num": "1730245598", + "hcp_pin_alias": "620653", + "session_name": "Reducing The Late Toxicity Of Upper Abdominal Tumour Treatment", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "620653", + "first_name": "Christine", + "middle_name": "E", + "last_name": "Hill-kayser", + "org_name": "Hospital of the University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Reducing The Late Toxicity Of Upper Abdominal Tumour Treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Abdominal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Christine E Hill-kayser", + "kol_full_name": "Christine E Hill-kayser" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Health Policy", + "npi_num": "1720058092", + "hcp_pin_alias": "619711", + "session_name": "Policy And Advocacy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "619711", + "first_name": "David", + "middle_name": "S", + "last_name": "Dickens", + "org_name": "Univeristy of Iowa Hospitals and Clinics", + "Country": "United States", + "Region": "Iowa", + "City": "Iowa City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Policy And Advocacy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "David S Dickens", + "kol_full_name": "David S Dickens" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Immunotherapy | Hodgkin Disease", + "npi_num": "1609020940", + "hcp_pin_alias": "594973", + "session_name": "Safety Pilot Of Targeted Immunotherapy And Checkpoint Blockade In Children, Adolescents, And Young Adults With Newly Diagnosed Hodgkin Lymphoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "594973", + "first_name": "Ana", + "middle_name": "C G", + "last_name": "Xavier", + "org_name": "University Of Alabama At Birmingham Hospital", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Safety Pilot Of Targeted Immunotherapy And Checkpoint Blockade In Children", + "rest_events_session_count": 2, + "rest_events_session": " Adolescents, And Young Adults With Newly Diagnosed Hodgkin Lymphoma", + "events_topic": "Immunotherapy | Hodgkin Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Ana C G Xavier", + "kol_full_name": "Ana C G Xavier" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Immunotherapy | Lymphoma, Non-Hodgkin | Cytarabine", + "npi_num": "1548489081", + "hcp_pin_alias": "593024", + "session_name": "Intrathecal Liposomal Cytarabine And Reduced Fab Chemoimmunotherapy In Caya With Mature De-Novo B-Nhl; A Multi-Institutional Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "593024", + "first_name": "Anthony", + "middle_name": "N", + "last_name": "Audino", + "org_name": "Pediatric Academic Association, Inc.", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Intrathecal Liposomal Cytarabine And Reduced Fab Chemoimmunotherapy In Caya With Mature De-Novo B-Nhl; A Multi-Institutional Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Lymphoma, Non-Hodgkin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cytarabine", + "kol_name": "Anthony N Audino", + "kol_full_name": "Anthony N Audino" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neurofibromatosis 1 | Disease Management", + "npi_num": "1477575470", + "hcp_pin_alias": "590244", + "session_name": "Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "590244", + "first_name": "Michael", + "middle_name": "J", + "last_name": "Fisher", + "org_name": "Childrens Health Care Associates Inc", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neurofibromatosis 1 | Disease Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Michael J Fisher", + "kol_full_name": "Michael J Fisher" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Rare Diseases | Adrenocortical Carcinoma", + "npi_num": "1467455055", + "hcp_pin_alias": "589863", + "session_name": "Understanding A Rare Disease - Adrenocortical Carcinoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "589863", + "first_name": "Raul", + "middle_name": "C", + "last_name": "Ribeiro", + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Understanding A Rare Disease - Adrenocortical Carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rare Diseases | Adrenocortical Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Raul C Ribeiro", + "kol_full_name": "Raul C Ribeiro" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Primary Mediastinal B-Cell Lymphoma | Anaplastic Large Cell Lymphoma", + "npi_num": "1447272281", + "hcp_pin_alias": "589181", + "session_name": "Rare Lymphoma Eg. Alcl, Pmbcl Etc.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "589181", + "first_name": "Sandra", + "middle_name": "", + "last_name": "Luna-fineman", + "org_name": "University of Colorado Hospital", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Rare Lymphoma Eg. Alcl", + "rest_events_session_count": 1, + "rest_events_session": " Pmbcl Etc.", + "events_topic": "Primary Mediastinal B-Cell Lymphoma | Anaplastic Large Cell Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Sandra Luna-fineman", + "kol_full_name": "Sandra Luna-fineman" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms | Precision Medicine", + "npi_num": "1427216753", + "hcp_pin_alias": "588513", + "session_name": "Ethical Complexities In Paediatric Precision Cancer Medicine.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "588513", + "first_name": "Jonathan", + "middle_name": "Michael", + "last_name": "Marron", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Ethical Complexities In Paediatric Precision Cancer Medicine.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Jonathan Michael Marron", + "kol_full_name": "Jonathan Michael Marron" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Asparaginase", + "npi_num": "1417998428", + "hcp_pin_alias": "588235", + "session_name": "Incorporation of long-acting asparaginases into national protocols – tips, tricks, and pitfalls to avoid", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "588235", + "first_name": "Stephen", + "middle_name": "P", + "last_name": "Hunger", + "org_name": "\"Children's Hospital of Philadelphia", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Incorporation of long-acting asparaginases into national protocols – tips", + "rest_events_session_count": 2, + "rest_events_session": " tricks, and pitfalls to avoid", + "events_topic": "Asparaginase", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stephen P Hunger", + "kol_full_name": "Stephen P Hunger" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Therapeutics | Leukemia", + "npi_num": "1407902661", + "hcp_pin_alias": "587785", + "session_name": "Optimizing treatment approaches to maximize cure and minimize,Leukemia Translational", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "587785", + "first_name": "Rachel", + "middle_name": "E", + "last_name": "Rau", + "org_name": "Texas Children's Hospital", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Optimizing treatment approaches to maximize cure and minimize", + "rest_events_session_count": 1, + "rest_events_session": "Leukemia Translational", + "events_topic": "Therapeutics | Leukemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Rachel E Rau", + "kol_full_name": "Rachel E Rau" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Mitochondrial Replacement Therapy", + "npi_num": "1407015514", + "hcp_pin_alias": "587516", + "session_name": "Advances In Biology And Novel Targets For Mrt", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "587516", + "first_name": "Andrew", + "middle_name": "Lee", + "last_name": "Hong", + "org_name": "Children’s Healthcare of Atlanta", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Advances In Biology And Novel Targets For Mrt", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mitochondrial Replacement Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrew Lee Hong", + "kol_full_name": "Andrew Lee Hong" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms, Second Primary", + "npi_num": "1407002918", + "hcp_pin_alias": "587502", + "session_name": "Creation Of Multi-Disciplinary Genetic Oncology Program In A Pediatric Institution", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "587502", + "first_name": "Kelly", + "middle_name": "L", + "last_name": "Vallance", + "org_name": "Cook Childrens Physician Network", + "Country": "United States", + "Region": "Texas", + "City": "Fort Worth", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Creation Of Multi-Disciplinary Genetic Oncology Program In A Pediatric Institution", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms, Second Primary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Kelly L Vallance", + "kol_full_name": "Kelly L Vallance" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms | Palliative Care", + "npi_num": "1386644144", + "hcp_pin_alias": "586896", + "session_name": "Delivering Palliative Care In Children With Cancer In Low- And Middle-Income Countries.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "586896", + "first_name": "Aziza", + "middle_name": "T", + "last_name": "Shad", + "org_name": "MedStar Georgetown University Hospital", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Delivering Palliative Care In Children With Cancer In Low- And Middle-Income Countries.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Aziza T Shad", + "kol_full_name": "Aziza T Shad" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Solid Tumors | Wilms Tumor", + "npi_num": "1376511477", + "hcp_pin_alias": "586433", + "session_name": "Nephroblastomatosis: Identification and Treatment Strategies,Perinatal Solid Tumour Management", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "586433", + "first_name": "Elizabeth", + "middle_name": "A.", + "last_name": "Mullen", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Nephroblastomatosis: Identification and Treatment Strategies", + "rest_events_session_count": 1, + "rest_events_session": "Perinatal Solid Tumour Management", + "events_topic": "Solid Tumors | Wilms Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Elizabeth A. Mullen", + "kol_full_name": "Elizabeth A. Mullen" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Proton Therapy", + "npi_num": "1356431688", + "hcp_pin_alias": "585861", + "session_name": "Curative Proton Therapy For Infants: At What Cost?", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "585861", + "first_name": "Daniel", + "middle_name": "J", + "last_name": "Indelicato", + "org_name": "Florida Proton Therapy Institute Inc", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Curative Proton Therapy For Infants: At What Cost?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proton Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel J Indelicato", + "kol_full_name": "Daniel J Indelicato" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Heart Diseases | Radiotherapy", + "npi_num": "1316023328", + "hcp_pin_alias": "584199", + "session_name": "Cardiac Substructure Radiation Dose To Improve Prediction Of Cardiac Outcomes: A Report From The Childhood Cancer Survivor Study (Ccss) And St. Jude Lifetime Cohort (Sjlife)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "584199", + "first_name": "Daniel", + "middle_name": "A", + "last_name": "Mulrooney", + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Cardiac Substructure Radiation Dose To Improve Prediction Of Cardiac Outcomes: A Report From The Childhood Cancer Survivor Study (Ccss) And St. Jude Lifetime Cohort (Sjlife)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Heart Diseases | Radiotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel A Mulrooney", + "kol_full_name": "Daniel A Mulrooney" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "1306803051", + "hcp_pin_alias": "583944", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "583944", + "first_name": "Natia", + "middle_name": "", + "last_name": "Esiashvili", + "org_name": "Georgia Protoncare Center Inc.", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Natia Esiashvili", + "kol_full_name": "Natia Esiashvili" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Leukemia, Myeloid, Acute | Allogeneic Stem Cell Transplantation | B-Cell Acute Lymphoblastic Leukemia", + "npi_num": "1205943701", + "hcp_pin_alias": "580392", + "session_name": "Sct And Aml,Novel Therapeutic Approaches To High Risk B-All", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "580392", + "first_name": "Todd", + "middle_name": "M", + "last_name": "Cooper", + "org_name": "Seattle Children's Hospital", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Sct And Aml", + "rest_events_session_count": 1, + "rest_events_session": "Novel Therapeutic Approaches To High Risk B-All", + "events_topic": "Leukemia, Myeloid, Acute | Allogeneic Stem Cell Transplantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " B-Cell Acute Lymphoblastic Leukemia", + "kol_name": "Todd M Cooper", + "kol_full_name": "Todd M Cooper" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "B-Cell Acute Lymphoblastic Leukemia | Immunotherapy", + "npi_num": "1164661427", + "hcp_pin_alias": "578888", + "session_name": "Recent advances in cellular immunotherapies in B-ALL", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "578888", + "first_name": "Colleen", + "middle_name": "E", + "last_name": "Annesley", + "org_name": "Seattle Children's Hospital", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Recent advances in cellular immunotherapies in B-ALL", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "B-Cell Acute Lymphoblastic Leukemia | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Colleen E Annesley", + "kol_full_name": "Colleen E Annesley" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Methotrexate | Acute Lymphoblastic Leukemia | Asparaginase", + "npi_num": "1164425278", + "hcp_pin_alias": "578630", + "session_name": "Making methotrexate safer and more effective for ALL – managing delayed elimination after high-dose methotrexate and timing methotrexate courses to optimize their efficacy,Management Of Toxicities In The Treatment Of All: A Focus On Asparaginase And High-Dose Methotrexate", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "578630", + "first_name": "Scott", + "middle_name": "C", + "last_name": "Howard", + "org_name": "Resonance, Inc", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Making methotrexate safer and more effective for ALL – managing delayed elimination after high-dose methotrexate and timing methotrexate courses to optimize their efficacy", + "rest_events_session_count": 1, + "rest_events_session": "Management Of Toxicities In The Treatment Of All: A Focus On Asparaginase And High-Dose Methotrexate", + "events_topic": "Methotrexate | Acute Lymphoblastic Leukemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Asparaginase", + "kol_name": "Scott C Howard", + "kol_full_name": "Scott C Howard" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Pegaspargase | Calaspargase Pegol | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1154553469", + "hcp_pin_alias": "578487", + "session_name": "A Comparison Of Pegaspargase And Calaspargase-Pegol Toxicity In High-Risk B-Acute Lymphoblastic Leukemia (B-All) Induction And Consolidation: A Report From The Children’S Oncology Group Study Aall1732", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "578487", + "first_name": "Luke", + "middle_name": "Devon", + "last_name": "Maese", + "org_name": "University of Utah", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "A Comparison Of Pegaspargase And Calaspargase-Pegol Toxicity In High-Risk B-Acute Lymphoblastic Leukemia (B-All) Induction And Consolidation: A Report From The Children’S Oncology Group Study Aall1732", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pegaspargase | Calaspargase Pegol ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "Luke Devon Maese", + "kol_full_name": "Luke Devon Maese" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Molecular Targeted Therapy | Thyroid Neoplasms", + "npi_num": "1154477834", + "hcp_pin_alias": "578444", + "session_name": "Molecular Genetics And The Use Of Targeted Therapies In Paediatric Thyroid Cancer (Med Onc) - A/Prof", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "578444", + "first_name": "Theodore", + "middle_name": "Willis", + "last_name": "Laetsch", + "org_name": "\"Children's Hospital of Philadelphia", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Molecular Genetics And The Use Of Targeted Therapies In Paediatric Thyroid Cancer (Med Onc) - A/Prof", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Molecular Targeted Therapy | Thyroid Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Theodore Willis Laetsch", + "kol_full_name": "Theodore Willis Laetsch" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Hematopoietic Stem Cell Transplantation | B-Cell Acute Lymphoblastic Leukemia", + "npi_num": "1073695227", + "hcp_pin_alias": "575553", + "session_name": "Alternative Donor Hsct,Recent advances in Hematopoietic Stem Cell Transplantation in B-ALL,Novel Therapeutic Approaches To High Risk B-All", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "575553", + "first_name": "Marie", + "middle_name": "", + "last_name": "Bleakley", + "org_name": "Seattle Children's Hospital", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Alternative Donor Hsct", + "rest_events_session_count": 2, + "rest_events_session": "Recent advances in Hematopoietic Stem Cell Transplantation in B-ALL,Novel Therapeutic Approaches To High Risk B-All", + "events_topic": "Hematopoietic Stem Cell Transplantation | B-Cell Acute Lymphoblastic Leukemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Marie Bleakley", + "kol_full_name": "Marie Bleakley" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neuroblastoma | Mutation", + "npi_num": "1063483535", + "hcp_pin_alias": "575085", + "session_name": "Clinical Significance Of Tert Promoter Mutations In Neuroblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "575085", + "first_name": "Shakeel", + "middle_name": "", + "last_name": "Modak", + "org_name": "Memorial Hospital For Cancer And Allied Diseases", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Clinical Significance Of Tert Promoter Mutations In Neuroblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma | Mutation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Shakeel Modak", + "kol_full_name": "Shakeel Modak" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neuroblastoma | Ornithine | Eflornithine", + "npi_num": "1033227996", + "hcp_pin_alias": "574095", + "session_name": "Survival Outcomes In Patients With High-Risk Neuroblastoma (Hrnb) In Remission After Relapsed Or Refractory Treatment Receiving Eflornithine (Dfmo) Maintenance", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "574095", + "first_name": "Jacqueline", + "middle_name": "M", + "last_name": "Kraveka", + "org_name": "University Medical Associates", + "Country": "United States", + "Region": "South Carolina", + "City": "Charleston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Survival Outcomes In Patients With High-Risk Neuroblastoma (Hrnb) In Remission After Relapsed Or Refractory Treatment Receiving Eflornithine (Dfmo) Maintenance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma | Ornithine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Eflornithine", + "kol_name": "Jacqueline M Kraveka", + "kol_full_name": "Jacqueline M Kraveka" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Sarcoma | Extremities | Admin. & Management", + "npi_num": "1457457194", + "hcp_pin_alias": "557633", + "session_name": "Siop/Pros/Ipso Symposium: Extremity Sarcoma In Young Children,Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "557633", + "first_name": "Anita", + "middle_name": "", + "last_name": "Mahajan", + "org_name": "Mayo Clinic ,Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Siop/Pros/Ipso Symposium: Extremity Sarcoma In Young Children", + "rest_events_session_count": 1, + "rest_events_session": "Scientific Committee", + "events_topic": "Sarcoma | Extremities ", + "rest_events_topic_count": 1, + "rest_events_topic": " Admin. & Management", + "kol_name": "Anita Mahajan", + "kol_full_name": "Anita Mahajan" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "1790788990", + "hcp_pin_alias": "516260", + "session_name": "Nursing Joint Session With Supportive Care Network: Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "516260", + "first_name": "Miguela", + "middle_name": "A", + "last_name": "Caniza", + "org_name": "St. Jude Children’s Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Nursing Joint Session With Supportive Care Network: Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Miguela A Caniza", + "kol_full_name": "Miguela A Caniza" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Mitochondrial Replacement Therapy | Solid Tumors", + "npi_num": "1881625572", + "hcp_pin_alias": "433620", + "session_name": "Therapy For Mrt – Cog Trials And Future Directions,Solid Tumor Translational", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "433620", + "first_name": "James", + "middle_name": "Ian", + "last_name": "Geller", + "org_name": "Cincinnati Children's Hospital Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Cincinnati", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Therapy For Mrt – Cog Trials And Future Directions", + "rest_events_session_count": 1, + "rest_events_session": "Solid Tumor Translational", + "events_topic": "Mitochondrial Replacement Therapy | Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "James Ian Geller", + "kol_full_name": "James Ian Geller" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Larotrectinib | Central Nervous System Neoplasms", + "npi_num": "1417057225", + "hcp_pin_alias": "433345", + "session_name": "Long-Term Efficacy And Safety Of Larotrectinib In Pediatric Patients With Primary Cns And Non-Primary Cns Trk Fusion Tumors", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "433345", + "first_name": "Leo", + "middle_name": "", + "last_name": "Mascarenhas", + "org_name": "Cedars Sinai Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Long-Term Efficacy And Safety Of Larotrectinib In Pediatric Patients With Primary Cns And Non-Primary Cns Trk Fusion Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Larotrectinib | Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Leo Mascarenhas", + "kol_full_name": "Leo Mascarenhas" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Wilms Tumor", + "npi_num": "1174822985", + "hcp_pin_alias": "433199", + "session_name": "Updated Favorable Histology Wilms Tumor Risk Stratification: Utilizing Clinical, Histologic, And Molecular Features To Provide Personalized Therapy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "433199", + "first_name": "Daniel", + "middle_name": "J", + "last_name": "Benedetti", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Updated Favorable Histology Wilms Tumor Risk Stratification: Utilizing Clinical", + "rest_events_session_count": 2, + "rest_events_session": " Histologic, And Molecular Features To Provide Personalized Therapy", + "events_topic": "Wilms Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Daniel J Benedetti", + "kol_full_name": "Daniel J Benedetti" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Medical Futility", + "npi_num": "1699749390", + "hcp_pin_alias": "415103", + "session_name": "Medical Treatment", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "415103", + "first_name": "Scott", + "middle_name": "R.", + "last_name": "Plotkin", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Medical Treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medical Futility", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Scott R. Plotkin", + "kol_full_name": "Scott R. Plotkin" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Wilms Tumor", + "npi_num": "1215131792", + "hcp_pin_alias": "393165", + "session_name": "New insights into the biology of bilateral Wilms Tumor", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "393165", + "first_name": "Andrew", + "middle_name": "", + "last_name": "Murphy", + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "New insights into the biology of bilateral Wilms Tumor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wilms Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrew Murphy", + "kol_full_name": "Andrew Murphy" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Immunoconjugates | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1982798468", + "hcp_pin_alias": "366173", + "session_name": "Evaluation Of The Surrogate Light Chain In Precursor B-Lineage Acute Lymphoblastic Leukemia For Immunoconjugate Targeting", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "366173", + "first_name": "Stuart", + "middle_name": "S", + "last_name": "Winter", + "org_name": "Children's Minnesota Hospital", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Evaluation Of The Surrogate Light Chain In Precursor B-Lineage Acute Lymphoblastic Leukemia For Immunoconjugate Targeting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Stuart S Winter", + "kol_full_name": "Stuart S Winter" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Infections | Neoplasms", + "npi_num": "1649463183", + "hcp_pin_alias": "365779", + "session_name": "Infections And Cancer Care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "365779", + "first_name": "Adam", + "middle_name": "", + "last_name": "Esbenshade", + "org_name": "Vanderbilt Children's Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Infections And Cancer Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Infections | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Adam Esbenshade", + "kol_full_name": "Adam Esbenshade" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Kidney Neoplasms | Clinical Trial | Nephroblastomatosis, Fetal Ascites, Macrosomia And Wilms Tumor", + "npi_num": "1902809197", + "hcp_pin_alias": "365763", + "session_name": "Renal Tumor Clinical Trials (Cooperative Group Data),Bilateral Wilms Tumor And Nephroblastomatosis", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "365763", + "first_name": "Jeffrey", + "middle_name": "S", + "last_name": "Dome", + "org_name": "Children's National Hospital", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Renal Tumor Clinical Trials (Cooperative Group Data)", + "rest_events_session_count": 1, + "rest_events_session": "Bilateral Wilms Tumor And Nephroblastomatosis", + "events_topic": "Kidney Neoplasms | Clinical Trial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Nephroblastomatosis, Fetal Ascites, Macrosomia And Wilms Tumor", + "kol_name": "Jeffrey S Dome", + "kol_full_name": "Jeffrey S Dome" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Lymphoma, Non-Hodgkin", + "npi_num": "1376704742", + "hcp_pin_alias": "365619", + "session_name": "Primary Mediastinal Large B-Cell Nhl (Pmlbl)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "365619", + "first_name": "Lisa", + "middle_name": "", + "last_name": "Roth", + "org_name": "Weill Cornell Medicine", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Primary Mediastinal Large B-Cell Nhl (Pmlbl)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Non-Hodgkin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Lisa Roth", + "kol_full_name": "Lisa Roth" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "1447414560", + "hcp_pin_alias": "365572", + "session_name": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "365572", + "first_name": "Carl", + "middle_name": "E", + "last_name": "Allen", + "org_name": "Texas Childrens Physician Group", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Carl E Allen", + "kol_full_name": "Carl E Allen" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Blood Stream Infection | Central Venous Catheters | Anti-Bacterial Agents", + "npi_num": "1669569778", + "hcp_pin_alias": "231593", + "session_name": "Blood Stream Infection After Central Venous Catheter Insertion Among Pediatric Cancer Patients: Impact Of Prophylactic Preoperative Antibiotics", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "231593", + "first_name": "Harold", + "middle_name": "N.", + "last_name": "Lovvorn", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Blood Stream Infection After Central Venous Catheter Insertion Among Pediatric Cancer Patients: Impact Of Prophylactic Preoperative Antibiotics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blood Stream Infection | Central Venous Catheters ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anti-Bacterial Agents", + "kol_name": "Harold N. Lovvorn", + "kol_full_name": "Harold N. Lovvorn" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "1508869793", + "hcp_pin_alias": "231267", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "231267", + "first_name": "Andrew", + "middle_name": "M.", + "last_name": "Davidoff", + "org_name": "St Jude Children's Research Hospital", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Andrew M. Davidoff", + "kol_full_name": "Andrew M. Davidoff" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Randomized Controlled Trials As Topic", + "npi_num": "1083794036", + "hcp_pin_alias": "230388", + "session_name": "Challenges Of An International Prospective Rct- Challenges, Pitfalls And Oprtunities", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "230388", + "first_name": "Gregory", + "middle_name": "M", + "last_name": "Tiao", + "org_name": "Children's Hospital Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Cincinnati", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Challenges Of An International Prospective Rct- Challenges", + "rest_events_session_count": 1, + "rest_events_session": " Pitfalls And Oprtunities", + "events_topic": "Randomized Controlled Trials As Topic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Gregory M Tiao", + "kol_full_name": "Gregory M Tiao" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Hepatoblastoma", + "npi_num": "1518191915", + "hcp_pin_alias": "219349", + "session_name": "Surgical Management Of Pediatric Hepatoblastoma: Outcome Analysis Of Surgical Guidelines Adopted For The Children’S Oncology Group (Cog) Ahep0731 Phase Iii Trial", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "219349", + "first_name": "Zachary", + "middle_name": "Jon", + "last_name": "Kastenberg", + "org_name": "Zachary Jon Kastenberg, Private Practice", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Surgical Management Of Pediatric Hepatoblastoma: Outcome Analysis Of Surgical Guidelines Adopted For The Children’S Oncology Group (Cog) Ahep0731 Phase Iii Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hepatoblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Zachary Jon Kastenberg", + "kol_full_name": "Zachary Jon Kastenberg" + }, + { + "proj_kol_id": true, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "1346483070", + "hcp_pin_alias": "217829", + "session_name": "Comparing Children’S Oncology Group Trial Enrollment In Rare Pediatric Cancers To The Seer Cancer Registry", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "217829", + "first_name": "Brian", + "middle_name": "Robert", + "last_name": "Englum", + "org_name": "University of Maryland Medical System", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Comparing Children’S Oncology Group Trial Enrollment In Rare Pediatric Cancers To The Seer Cancer Registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "Brian Robert Englum", + "kol_full_name": "Brian Robert Englum" + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma | Protein-Tyrosine Kinases | Vincristine | Pegaspargase | Leukemia | Dexamethasone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455180", + "session_name": "Bcr::Abl1 And Abl-Class Fusion-Positive Acute Lymphoblastic Leukemia (All): Role Of Kinase Type And Co-Occurring Lesions In Intrinsic Resistance To Different Types Of Tyrosine Kinase Inhibitors,Dose-Intensity Of Maintenance Therapy In Childhood Acute Lymphoblastic Leukemia: The Influence Of Dexamethasone/Vincristine Pulses And Of Clinicians’ Compliance To Dose-Adjustment Guidelines,Prevention and management of infusion reactions to pegasparaginase,Leukemia Clinical", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rob Pieters", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "4", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Bcr::Abl1 And Abl-Class Fusion-Positive Acute Lymphoblastic Leukemia (All): Role Of Kinase Type And Co-Occurring Lesions In Intrinsic Resistance To Different Types Of Tyrosine Kinase Inhibitors", + "rest_events_session_count": 3, + "rest_events_session": "Dose-Intensity Of Maintenance Therapy In Childhood Acute Lymphoblastic Leukemia: The Influence Of Dexamethasone/Vincristine Pulses And Of Clinicians’ Compliance To Dose-Adjustment Guidelines,Prevention and management of infusion reactions to pegasparaginase,Leukemia Clinical", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma | Protein-Tyrosine Kinases ", + "rest_events_topic_count": 4, + "rest_events_topic": " Vincristine | Pegaspargase | Leukemia | Dexamethasone", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rob Pieters ", + "kol_full_name": "Rob Pieters " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Precision Medicine | Cancer Predisposition Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455174", + "session_name": "Challenges/Access Novel agents/therapies/Precision medicines globally (HIC/LMIC/UMICs),Health System Implementation Of Precision Oncology For Childhood Cancer: From Patients To Policies.,Epidemiology 2 - Cancer Predisposition", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Avram Denburg", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Challenges/Access Novel agents/therapies/Precision medicines globally (HIC/LMIC/UMICs)", + "rest_events_session_count": 2, + "rest_events_session": "Health System Implementation Of Precision Oncology For Childhood Cancer: From Patients To Policies.,Epidemiology 2 - Cancer Predisposition", + "events_topic": "Neoplasms | Precision Medicine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cancer Predisposition Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Avram Denburg ", + "kol_full_name": "Avram Denburg " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Translational Research, Biomedical | Psychosocial Deprivation | Cancer Predisposition Syndrome", + "npi_num": "1265886188", + "hcp_pin_alias": "FU_HCP_186182", + "session_name": "Implementation Science (IS) and Research Overview,Epidemiology 2 - Cancer Predisposition,Global Health - Addressing Psychosocial Well-Being Of Pediatric Oncology Multidisciplinary Professionals", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Caitlyn Duffy", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Implementation Science (IS) and Research Overview", + "rest_events_session_count": 2, + "rest_events_session": "Epidemiology 2 - Cancer Predisposition,Global Health - Addressing Psychosocial Well-Being Of Pediatric Oncology Multidisciplinary Professionals", + "events_topic": "Translational Research, Biomedical | Psychosocial Deprivation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cancer Predisposition Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Caitlyn Duffy ", + "kol_full_name": "Caitlyn Duffy " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Liver Transplantation | Carcinoma, Hepatocellular | Vascular Access Devices | Biliary Complications", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455209", + "session_name": "Liver Transplant Results In Pediatric Hepatocellular Carcinoma,Billiary Complications In Paediatric Tumours - How Best To Avoid And Manage Them,Innovation and technology in vascular access", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gloria Gonzalez", + "middle_name": null, + "last_name": null, + "org_name": "Clinica Alemana de Santiago", + "Country": "Chile", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Liver Transplant Results In Pediatric Hepatocellular Carcinoma", + "rest_events_session_count": 2, + "rest_events_session": "Billiary Complications In Paediatric Tumours - How Best To Avoid And Manage Them,Innovation and technology in vascular access", + "events_topic": "Liver Transplantation | Carcinoma, Hepatocellular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Vascular Access Devices | Biliary Complications", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gloria Gonzalez ", + "kol_full_name": "Gloria Gonzalez " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Admin. & Management | Neoplasms | Psychosocial Deprivation", + "npi_num": "1811136609", + "hcp_pin_alias": "FU_HCP_5455138", + "session_name": "Evaluation Of A Decision Support Intervention For Adolescents And Young Adults Newly Diagnosed With Cancer,Access to psychosocial support,Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lamia P. Barakat", + "middle_name": null, + "last_name": null, + "org_name": "Children's Hospital of Philadelphia", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Evaluation Of A Decision Support Intervention For Adolescents And Young Adults Newly Diagnosed With Cancer", + "rest_events_session_count": 2, + "rest_events_session": "Access to psychosocial support,Scientific Committee", + "events_topic": "Admin. & Management | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Psychosocial Deprivation", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lamia P. Barakat ", + "kol_full_name": "Lamia P. Barakat " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Health Policy | Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455183", + "session_name": "Bridging The Knowledge Gap In Pediatric Palliative Care: Outcomes Of A Regional Virtual Training Course,Update WHO/ St Jude Global Platform for Access to Childhood Cancer Medicines incl. regional example by PAHO for LATAM,Policy And Advocacy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Liliana Vasquez", + "middle_name": null, + "last_name": null, + "org_name": "Pan American Health Organization", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Bridging The Knowledge Gap In Pediatric Palliative Care: Outcomes Of A Regional Virtual Training Course", + "rest_events_session_count": 2, + "rest_events_session": "Update WHO/ St Jude Global Platform for Access to Childhood Cancer Medicines incl. regional example by PAHO for LATAM,Policy And Advocacy", + "events_topic": "Neoplasms | Health Policy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Palliative Care", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Liliana Vasquez ", + "kol_full_name": "Liliana Vasquez " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Admin. & Management | Early Detection Of Cancer | Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455137", + "session_name": "Empowering And Preparing Teachers For A Successful Reintegration To School Of Students With Cancer From Parents Organization’S Perspective: A Guide And Training Course For Teachers,Improving Early Detection And Access To Care,Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Luisa Basset Salom", + "middle_name": null, + "last_name": null, + "org_name": "Universitat Politècnica de València", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Empowering And Preparing Teachers For A Successful Reintegration To School Of Students With Cancer From Parents Organization’S Perspective: A Guide And Training Course For Teachers", + "rest_events_session_count": 2, + "rest_events_session": "Improving Early Detection And Access To Care,Scientific Committee", + "events_topic": "Admin. & Management | Early Detection Of Cancer ", + "rest_events_topic_count": 1, + "rest_events_topic": " Education And Research", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luisa Basset Salom ", + "kol_full_name": "Luisa Basset Salom " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Kidney Neoplasms | Bone Neoplasms | Clinical Trial | Abdominal Neoplasms | Wilms Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455173", + "session_name": "Analysis Of Characteristics And Survival Of Children With Wilms Tumour And Bone Metastasis: A Siop-Rtsg 93-01, 2001 And Import Study.,Reducing The Late Toxicity Of Upper Abdominal Tumour Treatment,Renal Tumor Clinical Trials (Cooperative Group Data)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Marry M. Van Den Heuvel-Eibrink", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Analysis Of Characteristics And Survival Of Children With Wilms Tumour And Bone Metastasis: A Siop-Rtsg 93-01", + "rest_events_session_count": 3, + "rest_events_session": " 2001 And Import Study.,Reducing The Late Toxicity Of Upper Abdominal Tumour Treatment,Renal Tumor Clinical Trials (Cooperative Group Data)", + "events_topic": "Kidney Neoplasms | Bone Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Clinical Trial | Abdominal Neoplasms | Wilms Tumor", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marry M. Van Den Heuvel-Eibrink ", + "kol_full_name": "Marry M. Van Den Heuvel-Eibrink " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Palliative Care | Delphi Technique | Psychosocial Deprivation | Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455169", + "session_name": "When, And How, Should We Talk About Palliative Care Concepts With Adolescents And Young Adults With Cancer? Results From An International Delphi Study.,Do Young People Who Survive Cancer, Identify As ‘Survivors’? Prevalence And Predictors Of Cancer-Related Identities Among Adolescents And Young Adults Following Cancer.,Psycho Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ursula Sansom-Daly", + "middle_name": null, + "last_name": null, + "org_name": "UNSW Sydney", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "When", + "rest_events_session_count": 5, + "rest_events_session": " And How, Should We Talk About Palliative Care Concepts With Adolescents And Young Adults With Cancer? Results From An International Delphi Study.,Do Young People Who Survive Cancer, Identify As ‘Survivors’? Prevalence And Predictors Of Cancer-Related Identities Among Adolescents And Young Adults Following Cancer.,Psycho Oncology", + "events_topic": "Palliative Care | Delphi Technique ", + "rest_events_topic_count": 2, + "rest_events_topic": " Psychosocial Deprivation | Cancer Survivors", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ursula Sansom-Daly ", + "kol_full_name": "Ursula Sansom-Daly " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Leukemia, Myeloid, Acute | Artificial Intelligence | Soft Tissue Sarcoma | Allogeneic Stem Cell Transplantation | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455154", + "session_name": "The Global Burden Of Soft Tissue Sarcomas In Children, Adolescents, And Young Adults From 1990 To 2021: A Systematic Analysis For The Gbd Study 2021.,Prepare-All: An Xgboost-Based Artificial Intelligence Tool For Predicting Relapse In Children With Acute Lymphoblastic Leukemia.,Sct And Aml", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Venkatraman Radhakrishnan", + "middle_name": null, + "last_name": null, + "org_name": "Cancer Institute (W.I.A.)", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "3", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Global Burden Of Soft Tissue Sarcomas In Children", + "rest_events_session_count": 4, + "rest_events_session": " Adolescents, And Young Adults From 1990 To 2021: A Systematic Analysis For The Gbd Study 2021.,Prepare-All: An Xgboost-Based Artificial Intelligence Tool For Predicting Relapse In Children With Acute Lymphoblastic Leukemia.,Sct And Aml", + "events_topic": "Leukemia, Myeloid, Acute | Artificial Intelligence ", + "rest_events_topic_count": 3, + "rest_events_topic": " Soft Tissue Sarcoma | Allogeneic Stem Cell Transplantation | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Venkatraman Radhakrishnan ", + "kol_full_name": "Venkatraman Radhakrishnan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Retinoblastoma | Osteosarcoma | Risk Assessment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455417", + "session_name": "Elaboration And Design Of A Treatment Abandonment Risk Assessment Scale For The Ahopca Region,The Impact Of Stigma On Patients With Osteosarcoma And Retinoblastoma In Guatemala", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ana Caceres-Serrano", + "middle_name": null, + "last_name": null, + "org_name": "Unidad Nacional de Oncología Pediátrica", + "Country": "Guatemala", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Elaboration And Design Of A Treatment Abandonment Risk Assessment Scale For The Ahopca Region", + "rest_events_session_count": 1, + "rest_events_session": "The Impact Of Stigma On Patients With Osteosarcoma And Retinoblastoma In Guatemala", + "events_topic": "Retinoblastoma | Osteosarcoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Risk Assessment", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Caceres-Serrano ", + "kol_full_name": "Ana Caceres-Serrano " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Tisagenlecleucel | Leukemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455172", + "session_name": "Where are we going beyond Tisagenlecleucel,Leukemia Translational", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Andre Baruchel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Where are we going beyond Tisagenlecleucel", + "rest_events_session_count": 1, + "rest_events_session": "Leukemia Translational", + "events_topic": "Tisagenlecleucel | Leukemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andre Baruchel ", + "kol_full_name": "Andre Baruchel " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Glioblastoma | Immunotherapy | Lymphocyte Activation Gene 3 Protein | Isocitrate Dehydrogenase Mutation | Programmed Cell Death 1 Receptor | DNA Replication | Glioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455378", + "session_name": "Trans-Species Study Of Idh-Mutant Replication-Repair Deficient High-Grade Gliomas (Rrd-Hgg) And Response To Combined Targeted And Immunotherapy: An Irrdc Study,Translating Combined Pd1 And Lag3 Inhibition From Preclinical Models To Patients With Refractory, Dna Replication Repair Deficient (Rrd) Glioblastoma: An Irrdc Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Anirban Das", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Trans-Species Study Of Idh-Mutant Replication-Repair Deficient High-Grade Gliomas (Rrd-Hgg) And Response To Combined Targeted And Immunotherapy: An Irrdc Study", + "rest_events_session_count": 2, + "rest_events_session": "Translating Combined Pd1 And Lag3 Inhibition From Preclinical Models To Patients With Refractory, Dna Replication Repair Deficient (Rrd) Glioblastoma: An Irrdc Study", + "events_topic": "Glioblastoma | Immunotherapy ", + "rest_events_topic_count": 5, + "rest_events_topic": " Lymphocyte Activation Gene 3 Protein | Isocitrate Dehydrogenase Mutation | Programmed Cell Death 1 Receptor | DNA Replication | Glioma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anirban Das ", + "kol_full_name": "Anirban Das " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Admin. & Management | Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455134", + "session_name": "Lymphoma And Others,Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Asim F. Belgaumi", + "middle_name": null, + "last_name": null, + "org_name": "Aga Khan University Medical College", + "Country": "Pakistan", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Lymphoma And Others", + "rest_events_session_count": 1, + "rest_events_session": "Scientific Committee", + "events_topic": "Admin. & Management | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Asim F. Belgaumi ", + "kol_full_name": "Asim F. Belgaumi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Thymidine Kinase 1 | Hub Gene | Adrenocortical Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455484", + "session_name": "Identification Of Hub Genes With Clinical Prognostic Significance In A Brazilian Cohort Of Pediatric Adrenocortical Tumors,The Tk1 Gene Shows Potential As A Prognostic Marker In Adrenocortical Tumors And Is Correlated With The Presence Of Immune Cell Infiltrates In Silico Analyses.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Carlos A. Scrideli", + "middle_name": null, + "last_name": null, + "org_name": "Ribeirão Preto Medical School - University of Sao Paulo", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Identification Of Hub Genes With Clinical Prognostic Significance In A Brazilian Cohort Of Pediatric Adrenocortical Tumors", + "rest_events_session_count": 1, + "rest_events_session": "The Tk1 Gene Shows Potential As A Prognostic Marker In Adrenocortical Tumors And Is Correlated With The Presence Of Immune Cell Infiltrates In Silico Analyses.", + "events_topic": "Thymidine Kinase 1 | Hub Gene ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adrenocortical Carcinoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carlos A. Scrideli ", + "kol_full_name": "Carlos A. Scrideli " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neurocognitive Disorders | Mental Disorders | Ependymoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455474", + "session_name": "Web-Based Screening Of Psychiatric Disorders In Adult Survivors Of Childhood Cancer,Temporal Changes In Therapy And Neurocognitive Outcomes In Adult Survivors Of Pediatric Ependymoma: A Report From The Childhood Cancer Survivor Study (Ccss)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Chiara Papini", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Web-Based Screening Of Psychiatric Disorders In Adult Survivors Of Childhood Cancer", + "rest_events_session_count": 1, + "rest_events_session": "Temporal Changes In Therapy And Neurocognitive Outcomes In Adult Survivors Of Pediatric Ependymoma: A Report From The Childhood Cancer Survivor Study (Ccss)", + "events_topic": "Neurocognitive Disorders | Mental Disorders ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ependymoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chiara Papini ", + "kol_full_name": "Chiara Papini " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Precision Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455340", + "session_name": "Development And Localization Of Patient Education Factsheets On Childhood Cancer And Essential Medicines: A Case Study In Mongolia,Raising Awareness About Early Signs And Symptoms Of Childhood And Adolescent Cancer In The Americas Through International Collaboration", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Daniel E. Bastardo Blanco", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Development And Localization Of Patient Education Factsheets On Childhood Cancer And Essential Medicines: A Case Study In Mongolia", + "rest_events_session_count": 1, + "rest_events_session": "Raising Awareness About Early Signs And Symptoms Of Childhood And Adolescent Cancer In The Americas Through International Collaboration", + "events_topic": "Neoplasms | Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel E. Bastardo Blanco ", + "kol_full_name": "Daniel E. Bastardo Blanco " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neurofibromatosis 2 | Neurofibromatosis 1 | Nervous System Neoplasms | Disease Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455142", + "session_name": "Nf2 Related Nervous System Tumours,Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Eric Bouffet", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Nf2 Related Nervous System Tumours", + "rest_events_session_count": 1, + "rest_events_session": "Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "events_topic": "Neurofibromatosis 2 | Neurofibromatosis 1 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Nervous System Neoplasms | Disease Management", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eric Bouffet ", + "kol_full_name": "Eric Bouffet " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Essential Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455149", + "session_name": "Essential Medicine,Global Health - Updates On Global Pediatric Oncology Campaigns", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Federico G. Antillon-Klussmann", + "middle_name": null, + "last_name": null, + "org_name": "Unidad Nacional de Oncología Pediátrica", + "Country": "Guatemala", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Essential Medicine", + "rest_events_session_count": 1, + "rest_events_session": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "events_topic": "Neoplasms | Essential Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Federico G. Antillon-Klussmann ", + "kol_full_name": "Federico G. Antillon-Klussmann " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Diffuse Midline Glioma | Oncolytic Viruses | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455152", + "session_name": "Immunotherapy options for DMGs,Oncolytic Viruses For Treatment Of Cancer", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jasper Van der Lugt", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Immunotherapy options for DMGs", + "rest_events_session_count": 1, + "rest_events_session": "Oncolytic Viruses For Treatment Of Cancer", + "events_topic": "Neoplasms | Diffuse Midline Glioma ", + "rest_events_topic_count": 2, + "rest_events_topic": " Oncolytic Viruses | Immunotherapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jasper Van der Lugt ", + "kol_full_name": "Jasper Van der Lugt " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Antiretroviral Therapy, Highly Active | Health Policy | Hodgkin Disease", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455184", + "session_name": "Enhancing Survival In Pediatric Hodgkin Lymphoma: Impact Of Antiretroviral Therapy And Unified Treatment Guidelines,Policy And Advocacy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jennifer A. Geel", + "middle_name": null, + "last_name": null, + "org_name": "University of the Witwatersrand, Johannesburg, South Africa", + "Country": "South Africa", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Enhancing Survival In Pediatric Hodgkin Lymphoma: Impact Of Antiretroviral Therapy And Unified Treatment Guidelines", + "rest_events_session_count": 1, + "rest_events_session": "Policy And Advocacy", + "events_topic": "Antiretroviral Therapy, Highly Active | Health Policy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hodgkin Disease", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jennifer A. Geel ", + "kol_full_name": "Jennifer A. Geel " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Aqueous Humor Liquid Biopsy | Retinoblastoma", + "npi_num": "1649447491", + "hcp_pin_alias": "FU_HCP_139668", + "session_name": "Liquid Gold: Progress In Establishing A Molecular Test For Retinoblastoma Diagnosis, Prognosis, And Therapeutic Outcomes Using An Aqueous Humor Liquid Biopsy,Retinoblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jesse L. Berry", + "middle_name": null, + "last_name": null, + "org_name": "Children's Hospital Los Angeles", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Liquid Gold: Progress In Establishing A Molecular Test For Retinoblastoma Diagnosis", + "rest_events_session_count": 3, + "rest_events_session": " Prognosis, And Therapeutic Outcomes Using An Aqueous Humor Liquid Biopsy,Retinoblastoma", + "events_topic": "Aqueous Humor Liquid Biopsy | Retinoblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jesse L. Berry ", + "kol_full_name": "Jesse L. Berry " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Quality Of Life | Symptom Assessment | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455284", + "session_name": "Symptom Assessment and Management,Comparison Of Child And Parent Ratings Of Symptoms And Quality Of Life Among School-Age Children With Cancer", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lauri Linder", + "middle_name": null, + "last_name": null, + "org_name": "University of Utah", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Symptom Assessment and Management", + "rest_events_session_count": 1, + "rest_events_session": "Comparison Of Child And Parent Ratings Of Symptoms And Quality Of Life Among School-Age Children With Cancer", + "events_topic": "Quality Of Life | Symptom Assessment ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lauri Linder ", + "kol_full_name": "Lauri Linder " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors | Self Care", + "npi_num": "1457468449", + "hcp_pin_alias": "FU_HCP_5455191", + "session_name": "Interactive Session - Developing And Practicing Self-Care Strategies,Survivorship", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Leanne Embry", + "middle_name": null, + "last_name": null, + "org_name": "UT Health San Antonio", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Interactive Session - Developing And Practicing Self-Care Strategies", + "rest_events_session_count": 1, + "rest_events_session": "Survivorship", + "events_topic": "Cancer Survivors | Self Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leanne Embry ", + "kol_full_name": "Leanne Embry " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Admin. & Management | Brain Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455136", + "session_name": "Brain Tumor Translational,Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lorena V. Baroni", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Brain Tumor Translational", + "rest_events_session_count": 1, + "rest_events_session": "Scientific Committee", + "events_topic": "Admin. & Management | Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lorena V. Baroni ", + "kol_full_name": "Lorena V. Baroni " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Sentinel Lymph Node | Indocyanine Green | Surgical Oncology", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455215", + "session_name": "Sentinel Lymph Node Mapping With Indocyanine Green Fluorescence (Icg) For Pediatric And Adolescent Tumors,Preoperative Identification Of The Adamkiewicz Artery In Pediatric Tumors: Fact Or Fiction? A Systematic Review From The International Society Of Pediatric Surgical Oncology (Ipso)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Luca Pio", + "middle_name": null, + "last_name": null, + "org_name": "Hôpital Bicêtre, APHP, Université Paris Saclay", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Sentinel Lymph Node Mapping With Indocyanine Green Fluorescence (Icg) For Pediatric And Adolescent Tumors", + "rest_events_session_count": 1, + "rest_events_session": "Preoperative Identification Of The Adamkiewicz Artery In Pediatric Tumors: Fact Or Fiction? A Systematic Review From The International Society Of Pediatric Surgical Oncology (Ipso)", + "events_topic": "Sentinel Lymph Node | Indocyanine Green ", + "rest_events_topic_count": 1, + "rest_events_topic": " Surgical Oncology", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luca Pio ", + "kol_full_name": "Luca Pio " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Palliative Care | Admin. & Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455140", + "session_name": "Supportive Care,Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Marianne D. Van De Wetering", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Supportive Care", + "rest_events_session_count": 1, + "rest_events_session": "Scientific Committee", + "events_topic": "Palliative Care | Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marianne D. Van De Wetering ", + "kol_full_name": "Marianne D. Van De Wetering " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Clinical Decision-Making | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455364", + "session_name": "Development Of A Participatory Method To Explore Decision-Making With Children And Young People Facing Advanced Cancer In Low- And Middle-Income Countries (Lmics),Learning To Let Go: Exploring De-Implementation Science In The Context Of Pediatric Cancer", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Marta Salek", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Development Of A Participatory Method To Explore Decision-Making With Children And Young People Facing Advanced Cancer In Low- And Middle-Income Countries (Lmics)", + "rest_events_session_count": 1, + "rest_events_session": "Learning To Let Go: Exploring De-Implementation Science In The Context Of Pediatric Cancer", + "events_topic": "Clinical Decision-Making | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marta Salek ", + "kol_full_name": "Marta Salek " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Qualitative Research | Psychosocial Deprivation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455200", + "session_name": "Qualitative Research Overview,Psycho-Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Martha A. Grootenhuis", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Qualitative Research Overview", + "rest_events_session_count": 1, + "rest_events_session": "Psycho-Oncology", + "events_topic": "Qualitative Research | Psychosocial Deprivation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martha A. Grootenhuis ", + "kol_full_name": "Martha A. Grootenhuis " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Robotic Surgical Procedures | Denys-Drash Syndrome | Wilms Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455311", + "session_name": "Wilms Tumors In Children With Denys-Drash Syndrome: Detailed Multidisciplinary Management As A Basis For Clinical Guidelines,How Far Can We Extend The Limits Of Robotic Surgery For Wilms Tumor, With Respect Of The Oncological Surgical Principles?", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mathilde Glenisson", + "middle_name": null, + "last_name": null, + "org_name": "Hôpital Necker-Enfants Malades", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Wilms Tumors In Children With Denys-Drash Syndrome: Detailed Multidisciplinary Management As A Basis For Clinical Guidelines", + "rest_events_session_count": 2, + "rest_events_session": "How Far Can We Extend The Limits Of Robotic Surgery For Wilms Tumor, With Respect Of The Oncological Surgical Principles?", + "events_topic": "Robotic Surgical Procedures | Denys-Drash Syndrome ", + "rest_events_topic_count": 1, + "rest_events_topic": " Wilms Tumor", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mathilde Glenisson ", + "kol_full_name": "Mathilde Glenisson " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Indocyanine Green | Abdominal Neoplasms | Wilms Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455263", + "session_name": "Can Icg Fluorescence Predict Disease Margins In Wilms Tumour? - An Ex-Vivo Study,Reducing The Late Toxicity Of Upper Abdominal Tumour Treatment", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Max Pachl", + "middle_name": null, + "last_name": null, + "org_name": "Birmingham Children's Hospital", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Can Icg Fluorescence Predict Disease Margins In Wilms Tumour? - An Ex-Vivo Study", + "rest_events_session_count": 1, + "rest_events_session": "Reducing The Late Toxicity Of Upper Abdominal Tumour Treatment", + "events_topic": "Indocyanine Green | Abdominal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Wilms Tumor", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Max Pachl ", + "kol_full_name": "Max Pachl " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Urinary Tract Infections | Solid Tumors | Radiotherapy | Clinical Trial", + "npi_num": "1477058170", + "hcp_pin_alias": "FU_HCP_5455321", + "session_name": "Global Mapping Of Clinical Trials For Children With Non-Cns Solid Tumors,The Effect Of Pelvic External Beam Radiation Therapy On Lower Urinary Tract Function", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Michael H. Edwards", + "middle_name": null, + "last_name": null, + "org_name": "Center for Cancer and Blood Disorders", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Mapping Of Clinical Trials For Children With Non-Cns Solid Tumors", + "rest_events_session_count": 1, + "rest_events_session": "The Effect Of Pelvic External Beam Radiation Therapy On Lower Urinary Tract Function", + "events_topic": "Urinary Tract Infections | Solid Tumors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiotherapy | Clinical Trial", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael H. Edwards ", + "kol_full_name": "Michael H. Edwards " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Admin. & Management | Thyroid Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455139", + "session_name": "Paediatric Thyroid Tumours,Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Monica Cypriano", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Paediatric Thyroid Tumours", + "rest_events_session_count": 1, + "rest_events_session": "Scientific Committee", + "events_topic": "Admin. & Management | Thyroid Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Monica Cypriano ", + "kol_full_name": "Monica Cypriano " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy | Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455293", + "session_name": "Home Based Chemotherapy,Follow-up Care/ Survivors of Children and Adolescents with Cancer", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Natalie K. Bradford", + "middle_name": null, + "last_name": null, + "org_name": "Queensland University of Technology", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Home Based Chemotherapy", + "rest_events_session_count": 1, + "rest_events_session": "Follow-up Care/ Survivors of Children and Adolescents with Cancer", + "events_topic": "Drug Therapy | Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Natalie K. Bradford ", + "kol_full_name": "Natalie K. Bradford " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncology Nursing | Chemotherapy-Induced Nausea And Vomiting", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455292", + "session_name": "Effects Of Technology-Based Interventions On Chemotherapy-Induced Nausea, Vomiting, And Quality Of Life In Pediatric Patients: A Systematic Review And Meta-Analysis,Nursing Research in Pediatric Oncology Nursing", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Remziye Semerci", + "middle_name": null, + "last_name": null, + "org_name": "KOC UNIVERSITY", + "Country": "Turkey", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Effects Of Technology-Based Interventions On Chemotherapy-Induced Nausea", + "rest_events_session_count": 3, + "rest_events_session": " Vomiting, And Quality Of Life In Pediatric Patients: A Systematic Review And Meta-Analysis,Nursing Research in Pediatric Oncology Nursing", + "events_topic": "Oncology Nursing | Chemotherapy-Induced Nausea And Vomiting", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Remziye Semerci ", + "kol_full_name": "Remziye Semerci " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Anti-Gd2 Antibody | Palliative Care | Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455190", + "session_name": "Global Accessibility And Affordability Of Anti-Gd2 Monoclonal Antibodies For Neuroblastoma Treatment: A Survey-Based Study,Supportive Care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ruzanna Papyan", + "middle_name": null, + "last_name": null, + "org_name": "Yeolyan Hematology and Oncology center", + "Country": "Armenia", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Accessibility And Affordability Of Anti-Gd2 Monoclonal Antibodies For Neuroblastoma Treatment: A Survey-Based Study", + "rest_events_session_count": 1, + "rest_events_session": "Supportive Care", + "events_topic": "Anti-Gd2 Antibody | Palliative Care ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neuroblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruzanna Papyan ", + "kol_full_name": "Ruzanna Papyan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Social Media | Immunotherapy, Adoptive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455329", + "session_name": "Car-T Cell: Co-Creation With Children, Families, And Healthcare Professionals.,Design And Animation: Information And Engagement On Social Media.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Simone L. Mozzilli", + "middle_name": null, + "last_name": null, + "org_name": "Instituto Beaba", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Car-T Cell: Co-Creation With Children", + "rest_events_session_count": 3, + "rest_events_session": " Families, And Healthcare Professionals.,Design And Animation: Information And Engagement On Social Media.", + "events_topic": "Social Media | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Simone L. Mozzilli ", + "kol_full_name": "Simone L. Mozzilli " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Unecritinib | Anlotinib | Lymphoma, Large-Cell, Anaplastic | Sarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455447", + "session_name": "Phase I Study Of Safety, Efficacy And Genomic Analysis Of Pediatric Patients With High Risk, Recurrent Or Refractory Sarcomas Treated With Anlotinib,Safety, Efficacy, And Genomic Analysis Of Pediatric Patients With Relapsed/Refractory Anaplastic Lymphoma Kinase Positive Anaplastic Large Cell Lymphoma Treated With Unecritinib: A Phase I Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Suying Lu", + "middle_name": null, + "last_name": null, + "org_name": "Sun Yat-sen University Cancer Center", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Phase I Study Of Safety", + "rest_events_session_count": 5, + "rest_events_session": " Efficacy And Genomic Analysis Of Pediatric Patients With High Risk, Recurrent Or Refractory Sarcomas Treated With Anlotinib,Safety, Efficacy, And Genomic Analysis Of Pediatric Patients With Relapsed/Refractory Anaplastic Lymphoma Kinase Positive Anaplastic Large Cell Lymphoma Treated With Unecritinib: A Phase I Study", + "events_topic": "Unecritinib | Anlotinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lymphoma, Large-Cell, Anaplastic | Sarcoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suying Lu ", + "kol_full_name": "Suying Lu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Admin. & Management | Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455141", + "session_name": "Lymphoma And Others,Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Suzanne Turner", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Lymphoma And Others", + "rest_events_session_count": 1, + "rest_events_session": "Scientific Committee", + "events_topic": "Admin. & Management | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Suzanne Turner ", + "kol_full_name": "Suzanne Turner " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Wilms Tumor | Treatment Abandonment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455250", + "session_name": "Cancare And Efforts To Reduce Treatment Abandonment In Africa: Lessons Learnt And Future Perspectives,Wilms Tumor", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Trijn Israels", + "middle_name": null, + "last_name": null, + "org_name": "Kamuzu University of Health Sciences", + "Country": "Malawi", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Cancare And Efforts To Reduce Treatment Abandonment In Africa: Lessons Learnt And Future Perspectives", + "rest_events_session_count": 1, + "rest_events_session": "Wilms Tumor", + "events_topic": "Wilms Tumor | Treatment Abandonment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Trijn Israels ", + "kol_full_name": "Trijn Israels " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research | Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455176", + "session_name": "Cac2 Survivorship Toolkit: A Collaborative Effort To Support The Diverse Needs Of Childhood Cancer Survivors And Their Families Through Comprehensive Education And Resources,Enhancing Knowledge On Cc And Providing Educational Tools", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Vickie Buenger", + "middle_name": null, + "last_name": null, + "org_name": "Coalition Against Childhood Cancer - CAC2", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Cac2 Survivorship Toolkit: A Collaborative Effort To Support The Diverse Needs Of Childhood Cancer Survivors And Their Families Through Comprehensive Education And Resources", + "rest_events_session_count": 1, + "rest_events_session": "Enhancing Knowledge On Cc And Providing Educational Tools", + "events_topic": "Education And Research | Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vickie Buenger ", + "kol_full_name": "Vickie Buenger " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "TXNRD2 Protein, Human | IRAK1 Protein, Human | Sterol Regulatory Element Binding Protein 1 | Neuroblastoma | Lymphoepithelioma-like Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455278", + "session_name": "Characteristics And Proteomic Analysis In Pediatric Lymphoepithelioma-Like Carcinoma (Lelc),Txnrd2 Exerts Tumor-Promoting Functions In Neuroblastoma Through Irak1/Akt/Srebp1 Axis", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Yizhuo Zhang", + "middle_name": null, + "last_name": null, + "org_name": "Sun Yat-sen University Cancer Center", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "2", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Characteristics And Proteomic Analysis In Pediatric Lymphoepithelioma-Like Carcinoma (Lelc)", + "rest_events_session_count": 1, + "rest_events_session": "Txnrd2 Exerts Tumor-Promoting Functions In Neuroblastoma Through Irak1/Akt/Srebp1 Axis", + "events_topic": "TXNRD2 Protein, Human | IRAK1 Protein, Human ", + "rest_events_topic_count": 3, + "rest_events_topic": " Sterol Regulatory Element Binding Protein 1 | Neuroblastoma | Lymphoepithelioma-like Carcinoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yizhuo Zhang ", + "kol_full_name": "Yizhuo Zhang " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Psychosocial Deprivation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455243", + "session_name": "Global Health - Addressing Psychosocial Well-Being Of Pediatric Oncology Multidisciplinary Professionals", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Aayushi Khaneja", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Addressing Psychosocial Well-Being Of Pediatric Oncology Multidisciplinary Professionals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Psychosocial Deprivation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aayushi Khaneja ", + "kol_full_name": "Aayushi Khaneja " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Radiotherapy | Behavior Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455322", + "session_name": "A Behavioral Therapy Protocol To Reduce Sedation Need In Pediatric Cancer Patients In Sub-Saharan Africa - Report From A Pilot Nigerian Pediatric Radiation Oncology Program", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Adedayo Joseph", + "middle_name": null, + "last_name": null, + "org_name": "NSIA-LUTH Cancer Center, Lagos University Teaching Hospital, Nigeria", + "Country": "Nigeria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "A Behavioral Therapy Protocol To Reduce Sedation Need In Pediatric Cancer Patients In Sub-Saharan Africa - Report From A Pilot Nigerian Pediatric Radiation Oncology Program", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Radiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Behavior Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adedayo Joseph ", + "kol_full_name": "Adedayo Joseph " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455476", + "session_name": "Establishing Effective Patient Navigation Program In Paediatric Oncology-Perspectives And Expectations Of Informal Caregivers", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Adwoa P. Desu", + "middle_name": null, + "last_name": null, + "org_name": "World Child Cancer", + "Country": "Ghana", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Establishing Effective Patient Navigation Program In Paediatric Oncology-Perspectives And Expectations Of Informal Caregivers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Adwoa P. Desu ", + "kol_full_name": "Adwoa P. Desu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455369", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Aeltsje Brinksma", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aeltsje Brinksma ", + "kol_full_name": "Aeltsje Brinksma " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neutropenia | Procalcitonin | Sepsis | Interleukin-6", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455317", + "session_name": "Predictive Potential Of Interleukin-6, Pentraxin3, And Procalcitonin In Identifying Sepsis And Its Complications Among High-Risk Fever And Neutropenia Pediatric Cancer Patients.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ahmed Elhemaly", + "middle_name": null, + "last_name": null, + "org_name": "national cancer institute -Cairo Egypt", + "Country": "Egypt", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Predictive Potential Of Interleukin-6", + "rest_events_session_count": 2, + "rest_events_session": " Pentraxin3, And Procalcitonin In Identifying Sepsis And Its Complications Among High-Risk Fever And Neutropenia Pediatric Cancer Patients.", + "events_topic": "Neutropenia | Procalcitonin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sepsis | Interleukin-6", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ahmed Elhemaly ", + "kol_full_name": "Ahmed Elhemaly " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Quality Improvement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455248", + "session_name": "How To Lead A Quality Improvement Team", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Aisha Nedege", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Uganda", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "How To Lead A Quality Improvement Team", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Aisha Nedege ", + "kol_full_name": "Aisha Nedege " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Sarcoma | Extremities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455372", + "session_name": "Extremity Sarcoma In Young Children A Radiation Oncologists Perspective", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Akmal Safwat", + "middle_name": null, + "last_name": null, + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Extremity Sarcoma In Young Children A Radiation Oncologists Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma | Extremities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Akmal Safwat ", + "kol_full_name": "Akmal Safwat " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Treatment Abandonment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455179", + "session_name": "Treatment Abandonment", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alan Davidson", + "middle_name": null, + "last_name": null, + "org_name": "Red Cross War Memorial Children’s Hospital/Department of Paediatrics and Child Health", + "Country": "South Africa", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Treatment Abandonment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Treatment Abandonment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alan Davidson ", + "kol_full_name": "Alan Davidson " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455295", + "session_name": "Role of nurses in palliative care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alana Rose", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Role of nurses in palliative care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alana Rose ", + "kol_full_name": "Alana Rose " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455146", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alejandra Mendez", + "middle_name": null, + "last_name": null, + "org_name": "Unidad Nacional de Oncología Pediátrica", + "Country": "Chile", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alejandra Mendez ", + "kol_full_name": "Alejandra Mendez " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Orchiectomy | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455350", + "session_name": "Orchiectomy In Patients With Testicular Relapse Of Acute Lymphoblastic Leukemia: Can We Avoid Unnecessary Surgery?", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alessandro Crocoli", + "middle_name": null, + "last_name": null, + "org_name": "Bambino Gesù Children’s Hospital IRCCS", + "Country": "Italy", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Orchiectomy In Patients With Testicular Relapse Of Acute Lymphoblastic Leukemia: Can We Avoid Unnecessary Surgery?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Orchiectomy | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alessandro Crocoli ", + "kol_full_name": "Alessandro Crocoli " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455473", + "session_name": "Income And Employment Outcomes Of Survivors Of Childhood Cancer In Early Adulthood: A Population-Based Longitudinal Matched Cohort Study In Canada", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alexandra Moskalewicz", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Income And Employment Outcomes Of Survivors Of Childhood Cancer In Early Adulthood: A Population-Based Longitudinal Matched Cohort Study In Canada", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Moskalewicz ", + "kol_full_name": "Alexandra Moskalewicz " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Hematologic Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455479", + "session_name": "Safer Toolkit: Development Of An Emergency Response Framework For The Care Of Children Diagnosed With Cancer And Blood Disorders In Humanitarian Crisis Settings", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alexandra Mueller", + "middle_name": null, + "last_name": null, + "org_name": "University Medical Center Freiburg", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Safer Toolkit: Development Of An Emergency Response Framework For The Care Of Children Diagnosed With Cancer And Blood Disorders In Humanitarian Crisis Settings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Mueller ", + "kol_full_name": "Alexandra Mueller " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cyclins | Cyclin-Dependent Kinase 9 | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455401", + "session_name": "Inhibition Of Cyclin-Dependent Kinase 9 Leads To Rapid And Effective Apoptosis Induction In B-Cell Precursor Acute Lymphoblastic Leukemia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alexandra Niedermayer", + "middle_name": null, + "last_name": null, + "org_name": "Ulm University Medical Center", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Inhibition Of Cyclin-Dependent Kinase 9 Leads To Rapid And Effective Apoptosis Induction In B-Cell Precursor Acute Lymphoblastic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cyclins | Cyclin-Dependent Kinase 9 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Niedermayer ", + "kol_full_name": "Alexandra Niedermayer " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Polydactyly | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455412", + "session_name": "Cancer Risk In Individuals With Polydactyly: A Swedish Population-Based Cohort Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alexandra Wachtmeister", + "middle_name": null, + "last_name": null, + "org_name": "Karolinska Institutet", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Cancer Risk In Individuals With Polydactyly: A Swedish Population-Based Cohort Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polydactyly | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alexandra Wachtmeister ", + "kol_full_name": "Alexandra Wachtmeister " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455363", + "session_name": "Knowledge, Attitudes, And Practices Of Childhood Cancer Early Detection Among Healthcare Providers (Hcps) Of Tertiary Hospitals In Lahore Pakistan", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alia Ahmad", + "middle_name": null, + "last_name": null, + "org_name": "Children's Hospital Lahore", + "Country": "Pakistan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Knowledge", + "rest_events_session_count": 2, + "rest_events_session": " Attitudes, And Practices Of Childhood Cancer Early Detection Among Healthcare Providers (Hcps) Of Tertiary Hospitals In Lahore Pakistan", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alia Ahmad ", + "kol_full_name": "Alia Ahmad " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Psychosocial Deprivation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455144", + "session_name": "Global Health - Addressing Psychosocial Well-Being Of Pediatric Oncology Multidisciplinary Professionals", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alisa Kamalyan", + "middle_name": null, + "last_name": null, + "org_name": "Yeolyan Hematology and Oncology center", + "Country": "Armenia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Addressing Psychosocial Well-Being Of Pediatric Oncology Multidisciplinary Professionals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Psychosocial Deprivation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alisa Kamalyan ", + "kol_full_name": "Alisa Kamalyan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Wilms Tumor | Kidney Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455488", + "session_name": "Outcome Of Patients With A First Relapse After Intermediate- Or High-Risk Wilms Tumor; A Report From The Siop Renal Tumor Study Group", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alissa Groenendijk", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Outcome Of Patients With A First Relapse After Intermediate- Or High-Risk Wilms Tumor; A Report From The Siop Renal Tumor Study Group", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wilms Tumor | Kidney Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alissa Groenendijk ", + "kol_full_name": "Alissa Groenendijk " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Lung Neoplasms | Metastasectomy | Hepatoblastoma", + "npi_num": "1841877552", + "hcp_pin_alias": "FU_HCP_5455238", + "session_name": "Pulmonary Metastasis Is Not Predictive Of Survival In Patients Undergoing Transplant For Hepatoblastoma After Metastectomy - A Single Center Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Alyssa Stetson", + "middle_name": null, + "last_name": null, + "org_name": "UC Health", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Pulmonary Metastasis Is Not Predictive Of Survival In Patients Undergoing Transplant For Hepatoblastoma After Metastectomy - A Single Center Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Metastasectomy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hepatoblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Alyssa Stetson ", + "kol_full_name": "Alyssa Stetson " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncological Disorders", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455428", + "session_name": "Parents’ Emotional And Psychological Perspective Of Dealing Their Children With Oncological Disorders", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ambreen A. Ahmed", + "middle_name": null, + "last_name": null, + "org_name": "The Indus Hospital and Health Network", + "Country": "Pakistan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Parents’ Emotional And Psychological Perspective Of Dealing Their Children With Oncological Disorders", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncological Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ambreen A. Ahmed ", + "kol_full_name": "Ambreen A. Ahmed " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Translational Research, Biomedical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455338", + "session_name": "The Cutting Edge - The Surgeon Scientist In Translational Oncology Research", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Amos H. Loh", + "middle_name": null, + "last_name": null, + "org_name": "KK Women’s and Children’s Hospital", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Cutting Edge - The Surgeon Scientist In Translational Oncology Research", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Translational Research, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amos H. Loh ", + "kol_full_name": "Amos H. Loh " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Fungal Inefctions | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455320", + "session_name": "Characterizing Invasive Fungal Inefctions In Pediatric Acute Lymphoblastic Leukemia: A Single Centre Experience From India", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Amrutha Narayana Murthy", + "middle_name": null, + "last_name": null, + "org_name": "Tata Memorial Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Characterizing Invasive Fungal Inefctions In Pediatric Acute Lymphoblastic Leukemia: A Single Centre Experience From India", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fungal Inefctions | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Amrutha Narayana Murthy ", + "kol_full_name": "Amrutha Narayana Murthy " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455494", + "session_name": "An Implementation Science Review Of The Standard Risk Acute Lymphoblastic Leukemia Universal Healthcare Package In The Philippines", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ana Patricia Alcasabas", + "middle_name": null, + "last_name": null, + "org_name": "Philippine General Hospital", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "An Implementation Science Review Of The Standard Risk Acute Lymphoblastic Leukemia Universal Healthcare Package In The Philippines", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ana Patricia Alcasabas ", + "kol_full_name": "Ana Patricia Alcasabas " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455251", + "session_name": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Andre Ilbawi", + "middle_name": null, + "last_name": null, + "org_name": "World Health Organization", + "Country": "Switzerland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andre Ilbawi ", + "kol_full_name": "Andre Ilbawi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Brain Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455205", + "session_name": "Social Functioning In Paediatric Brain Tumour Survivors: The Forgotten Late Effect", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Andrea M. Cappellano", + "middle_name": null, + "last_name": null, + "org_name": "IOP-GRAACC-UNIFESP", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Social Functioning In Paediatric Brain Tumour Survivors: The Forgotten Late Effect", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andrea M. Cappellano ", + "kol_full_name": "Andrea M. Cappellano " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455503", + "session_name": "Improving Cancer Treatment By Empowering Patients And Integrating Connecting Services", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Andreas Meryk", + "middle_name": null, + "last_name": null, + "org_name": "Medical University Innsbruck", + "Country": "Austria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Cancer Treatment By Empowering Patients And Integrating Connecting Services", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andreas Meryk ", + "kol_full_name": "Andreas Meryk " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Clinical Trial", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455299", + "session_name": "Sharing best practices in the clinical setting", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Andries Gotshwanetse", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Botswana", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Sharing best practices in the clinical setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trial", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Andries Gotshwanetse ", + "kol_full_name": "Andries Gotshwanetse " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455163", + "session_name": "Improving Early Detection And Access To Care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Anita Kienesberger", + "middle_name": null, + "last_name": null, + "org_name": "CCI Europe", + "Country": "Austria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Early Detection And Access To Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anita Kienesberger ", + "kol_full_name": "Anita Kienesberger " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors | Telemedicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455285", + "session_name": "Usability Testing Of A Symptom Management Mobile Health Application For Children At The Early Stage Of Cancer Survivorship And Their Caregivers", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ankie Tan Cheung", + "middle_name": null, + "last_name": null, + "org_name": "The Chinese University of Hong Kong", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Usability Testing Of A Symptom Management Mobile Health Application For Children At The Early Stage Of Cancer Survivorship And Their Caregivers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors | Telemedicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ankie Tan Cheung ", + "kol_full_name": "Ankie Tan Cheung " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Acute Lymphoblastic Leukemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455377", + "session_name": "Bridging Gaps In Pediatric All: Insights From An Indian Collaborative Childhood Leukaemia Group (Icicle) Protocol Trial Site Comparing Patients On And Not-On Trial Protocol", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Annesha Chakraborti", + "middle_name": null, + "last_name": null, + "org_name": "Tata Memorial Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Bridging Gaps In Pediatric All: Insights From An Indian Collaborative Childhood Leukaemia Group (Icicle) Protocol Trial Site Comparing Patients On And Not-On Trial Protocol", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Acute Lymphoblastic Leukemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Annesha Chakraborti ", + "kol_full_name": "Annesha Chakraborti " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Radiotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455477", + "session_name": "Holistic Empowerment In Radiation Oncology (Herocare): Navigating Care For Pediatric Patients And Carers", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Anthony Pak-Yin Liu", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Holistic Empowerment In Radiation Oncology (Herocare): Navigating Care For Pediatric Patients And Carers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Anthony Pak-Yin Liu ", + "kol_full_name": "Anthony Pak-Yin Liu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Hepatoblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455357", + "session_name": "Born To Fight: A Case Series Of Congenital And Antenatally Diagnosed Hepatoblastomas", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Arka Banerjee", + "middle_name": null, + "last_name": null, + "org_name": "Bai Jerbai Wadia Hospital for Children", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Born To Fight: A Case Series Of Congenital And Antenatally Diagnosed Hepatoblastomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hepatoblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Arka Banerjee ", + "kol_full_name": "Arka Banerjee " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Chickenpox | Herpes Zoster | Vaccination", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455468", + "session_name": "Varicella Zoster Virus Seronegativity Amongst Adult Caregivers Of Children With Cancer In Shared Residential Facilities In India And Feasibility Of Varicella Vaccination Of Non-Immune Adults", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Arpita Bhattacharyya", + "middle_name": null, + "last_name": null, + "org_name": "Tata Medical Center", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Varicella Zoster Virus Seronegativity Amongst Adult Caregivers Of Children With Cancer In Shared Residential Facilities In India And Feasibility Of Varicella Vaccination Of Non-Immune Adults", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chickenpox | Herpes Zoster ", + "rest_events_topic_count": 1, + "rest_events_topic": " Vaccination", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Arpita Bhattacharyya ", + "kol_full_name": "Arpita Bhattacharyya " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Osteosarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455303", + "session_name": "Osteosarcoma Of Head And Neck: An Retrospective Institutional Analysis Of A Rare Subsite", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Atul Batra", + "middle_name": null, + "last_name": null, + "org_name": "All India Institute of Medical Sciences", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Osteosarcoma Of Head And Neck: An Retrospective Institutional Analysis Of A Rare Subsite", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Osteosarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Atul Batra ", + "kol_full_name": "Atul Batra " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455445", + "session_name": "Advancing Pediatric Oncology In Africa: Insights From Regional Action Plans", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ayomide Omotola", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Advancing Pediatric Oncology In Africa: Insights From Regional Action Plans", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ayomide Omotola ", + "kol_full_name": "Ayomide Omotola " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Mismatch Repair Deficiency", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455461", + "session_name": "The Clinical And Biological Landscape Of Constitutional Mismatch Repair Deficiency: An Irrdc Cohort Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ayse B. Ercan", + "middle_name": null, + "last_name": null, + "org_name": "Arthur and Sonia Labatt Brain Tumour Research Centre (BTRC)", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Clinical And Biological Landscape Of Constitutional Mismatch Repair Deficiency: An Irrdc Cohort Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mismatch Repair Deficiency", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ayse B. Ercan ", + "kol_full_name": "Ayse B. Ercan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Organoids | Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455211", + "session_name": "Matrix-Free Patient-Derived Organoids Recapitulate Histomorphologic, Biochemical, Transcriptomic And Treatment Response Characteristics Of Neuroblastoma Tumors", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Benjamin W. Loke", + "middle_name": null, + "last_name": null, + "org_name": "Duke NUS Medical School", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Matrix-Free Patient-Derived Organoids Recapitulate Histomorphologic", + "rest_events_session_count": 2, + "rest_events_session": " Biochemical, Transcriptomic And Treatment Response Characteristics Of Neuroblastoma Tumors", + "events_topic": "Organoids | Neuroblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benjamin W. Loke ", + "kol_full_name": "Benjamin W. Loke " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Treatment Abandonment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455193", + "session_name": "Empowering Patients/Families At Hospital. Addressing Abandonment", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Benson Pau", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Empowering Patients/Families At Hospital. Addressing Abandonment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Treatment Abandonment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Benson Pau ", + "kol_full_name": "Benson Pau " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455160", + "session_name": "Role Of Ngos In Supporting Families And Caregivers", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Bindu Nair", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Role Of Ngos In Supporting Families And Caregivers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bindu Nair ", + "kol_full_name": "Bindu Nair " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Lymphoma, Non-Hodgkin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455455", + "session_name": "Refractory And Relapsed Nhl", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Birgit Burkhardt", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Refractory And Relapsed Nhl", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Non-Hodgkin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Birgit Burkhardt ", + "kol_full_name": "Birgit Burkhardt " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Transcriptomics | Intracranial Germ Cell Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455380", + "session_name": "Novel Molecular Subtypes Identified In Patients With Intracranial Germ Cell Tumours Based On Both Genomic And Transcriptomic Sequencing Data", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Bo Li", + "middle_name": null, + "last_name": null, + "org_name": "Beijing Tiantan Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Novel Molecular Subtypes Identified In Patients With Intracranial Germ Cell Tumours Based On Both Genomic And Transcriptomic Sequencing Data", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transcriptomics | Intracranial Germ Cell Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bo Li ", + "kol_full_name": "Bo Li " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Radiotherapy | White Matter | Brain Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455502", + "session_name": "Fine Motor Skills, Processing Speed, And White Matter Integrity Among Survivors Of Pediatric Brain Tumors Who Received Proton Radiotherapy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Brian Biekman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Fine Motor Skills", + "rest_events_session_count": 2, + "rest_events_session": " Processing Speed, And White Matter Integrity Among Survivors Of Pediatric Brain Tumors Who Received Proton Radiotherapy", + "events_topic": "Radiotherapy | White Matter ", + "rest_events_topic_count": 1, + "rest_events_topic": " Brain Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Brian Biekman ", + "kol_full_name": "Brian Biekman " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455478", + "session_name": "Closing Racial Funding Gaps In Childhood Cancer To Meet Sdgs And Who Goals", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Brian E. Walusimbi", + "middle_name": null, + "last_name": null, + "org_name": "Bless a Child Foundation", + "Country": "Uganda", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Closing Racial Funding Gaps In Childhood Cancer To Meet Sdgs And Who Goals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Brian E. Walusimbi ", + "kol_full_name": "Brian E. Walusimbi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Radioimmunotherapy | Lutetium-177 | Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455496", + "session_name": "Lutetium-177 Pretargeted Radioimmunotherapy (Prit) Using A Self-Assembling And Disassembling Bispecific Fusion Protein (Gd2-Sada) In A Neuroblastoma Xenograft Model", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Brian H. Santich", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Lutetium-177 Pretargeted Radioimmunotherapy (Prit) Using A Self-Assembling And Disassembling Bispecific Fusion Protein (Gd2-Sada) In A Neuroblastoma Xenograft Model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radioimmunotherapy | Lutetium-177 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neuroblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Brian H. Santich ", + "kol_full_name": "Brian H. Santich " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455429", + "session_name": "Implementation Of The Siop Paediatric Oncology Nursing Foundation Course In Cameroon", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Brian Kobuin Jator", + "middle_name": null, + "last_name": null, + "org_name": "Cameroon Baptist Convention, Health Sercvices", + "Country": "Cameroon", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Implementation Of The Siop Paediatric Oncology Nursing Foundation Course In Cameroon", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Brian Kobuin Jator ", + "kol_full_name": "Brian Kobuin Jator " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Ovarian Sparing Surgery", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455313", + "session_name": "Morphological And Functional Mid-Term Results After Ovarian Sparing Surgery (Oss) For Benign Neoplasms In Pediatric Patients", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Bruno Catoia Fonseca", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Chile", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Morphological And Functional Mid-Term Results After Ovarian Sparing Surgery (Oss) For Benign Neoplasms In Pediatric Patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Sparing Surgery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bruno Catoia Fonseca ", + "kol_full_name": "Bruno Catoia Fonseca " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Brain Neoplasms | Depression | Anxiety", + "npi_num": "1013477488", + "hcp_pin_alias": "FU_HCP_5455383", + "session_name": "Clinical Predictors Of Anxiety And Depression During Treatment For Pediatric Brain Tumors", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Bryony J. Lucas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Clinical Predictors Of Anxiety And Depression During Treatment For Pediatric Brain Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Neoplasms | Depression ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anxiety", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Bryony J. Lucas ", + "kol_full_name": "Bryony J. Lucas " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455178", + "session_name": "Survivors: Addressing Challenges", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Carina Schneider", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Austria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Survivors: Addressing Challenges", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carina Schneider ", + "kol_full_name": "Carina Schneider " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455225", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Carl Queiros", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "South Africa", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carl Queiros ", + "kol_full_name": "Carl Queiros " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Medulloblastoma | Chromosome Aberrations", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455381", + "session_name": "Targeting Chromosome Aberrations To Treat Very High Risk Medulloblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Carolina Nor", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Targeting Chromosome Aberrations To Treat Very High Risk Medulloblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medulloblastoma | Chromosome Aberrations", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Carolina Nor ", + "kol_full_name": "Carolina Nor " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Contraception | Central Nervous System Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455448", + "session_name": "Maternal Hormonal Contraception Use And Cns Tumor Risk In Children – A Large Scandinavian Cohort Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Caroline H. Hemmingsen", + "middle_name": null, + "last_name": null, + "org_name": "Danish Cancer Institute", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Maternal Hormonal Contraception Use And Cns Tumor Risk In Children – A Large Scandinavian Cohort Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Contraception | Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Caroline H. Hemmingsen ", + "kol_full_name": "Caroline H. Hemmingsen " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Renal Medullary Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455306", + "session_name": "Biology, Management, And Outcomes Of Renal Medullary Carcinoma In Children And Young Adults: A Pediatric Surgical Oncology Research Collaborative Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Catherine B. Beckhorn", + "middle_name": null, + "last_name": null, + "org_name": "Duke University School of Medicine", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Biology", + "rest_events_session_count": 2, + "rest_events_session": " Management, And Outcomes Of Renal Medullary Carcinoma In Children And Young Adults: A Pediatric Surgical Oncology Research Collaborative Study", + "events_topic": "Renal Medullary Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Catherine B. Beckhorn ", + "kol_full_name": "Catherine B. Beckhorn " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Thyroidectomy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455398", + "session_name": "Challenges In Paediatric Thyroid Surgery (Surgical)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Catherine Langusch", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Challenges In Paediatric Thyroid Surgery (Surgical)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thyroidectomy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Catherine Langusch ", + "kol_full_name": "Catherine Langusch " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Translational Research, Biomedical", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455332", + "session_name": "What Questions Should Be Addressed In Future Research To Improve Paediatric Onoclogy Nursing? - A National Study Among Healthcare Professionals In Sweden", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Cecilia Bartholdson", + "middle_name": null, + "last_name": null, + "org_name": "Karolinska Institutet", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "What Questions Should Be Addressed In Future Research To Improve Paediatric Onoclogy Nursing? - A National Study Among Healthcare Professionals In Sweden", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Translational Research, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cecilia Bartholdson ", + "kol_full_name": "Cecilia Bartholdson " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Central Line-Associated Bloodstream Infections", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455208", + "session_name": "CLABSI – epidemiology, risk factors, and management", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ceder H. Van den Bosch", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "CLABSI – epidemiology", + "rest_events_session_count": 2, + "rest_events_session": " risk factors, and management", + "events_topic": "Central Line-Associated Bloodstream Infections", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ceder H. Van den Bosch ", + "kol_full_name": "Ceder H. Van den Bosch " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Salivary Gland Neoplasms", + "npi_num": "1750909404", + "hcp_pin_alias": "FU_HCP_5455314", + "session_name": "Exploring Cervical Lymph Node Invasion Characteristics And Patterns Of Relapse In Pediatric Salivary Gland Malignancies: Insights Into Therapeutic Implications And Long-Term Outcomes", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Celine Richard", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Exploring Cervical Lymph Node Invasion Characteristics And Patterns Of Relapse In Pediatric Salivary Gland Malignancies: Insights Into Therapeutic Implications And Long-Term Outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Salivary Gland Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Celine Richard ", + "kol_full_name": "Celine Richard " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Financial Management | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455480", + "session_name": "Financial Costs Of Pediatric Cancer Management In Africa: Systematic Review", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Chadrack Kabeya Diyoka", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Financial Costs Of Pediatric Cancer Management In Africa: Systematic Review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Financial Management | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chadrack Kabeya Diyoka ", + "kol_full_name": "Chadrack Kabeya Diyoka " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Hepatoblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455236", + "session_name": "Surgical Approach To Hepatoblastoma: An International Siopel-Ipso Survey", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Chiara Grimaldi", + "middle_name": null, + "last_name": null, + "org_name": "Meyer Children's Hospital IRCCS", + "Country": "Italy", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Surgical Approach To Hepatoblastoma: An International Siopel-Ipso Survey", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hepatoblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Chiara Grimaldi ", + "kol_full_name": "Chiara Grimaldi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Carcinoma, Basal Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455472", + "session_name": "Developing Age-Specific Basal Cell Carcinoma Risk Prediction Models Among Survivors Of Childhood Cancer: A Report From The Childhood Cancer Survivor Study (Ccss)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Cindy Im", + "middle_name": null, + "last_name": null, + "org_name": "University of Minnesota", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Developing Age-Specific Basal Cell Carcinoma Risk Prediction Models Among Survivors Of Childhood Cancer: A Report From The Childhood Cancer Survivor Study (Ccss)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Basal Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cindy Im ", + "kol_full_name": "Cindy Im " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455433", + "session_name": "What Did I Miss? Attention Skills In Patients Following Chemotherapy-Only Treatment For Acute Lymphoblastic Leukaemia.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Cinzia De Luca", + "middle_name": null, + "last_name": null, + "org_name": "Royal Children's Hospital Melbourne", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "What Did I Miss? Attention Skills In Patients Following Chemotherapy-Only Treatment For Acute Lymphoblastic Leukaemia.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Cinzia De Luca ", + "kol_full_name": "Cinzia De Luca " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455492", + "session_name": "Inter-Programmatic Collaboration To Optimize The Development And Dissemination Of Audiovisual Educational Material On Childhood Cancer In Peru", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Claudia Pascual", + "middle_name": null, + "last_name": null, + "org_name": "Pan American Health Organization", + "Country": "Peru", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Inter-Programmatic Collaboration To Optimize The Development And Dissemination Of Audiovisual Educational Material On Childhood Cancer In Peru", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education And Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Claudia Pascual ", + "kol_full_name": "Claudia Pascual " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455339", + "session_name": "Improving Early Detection And Referrals Of Childhood Cancers Among Traditional And Faith-Based Healers In Ashanti Region, Ghana.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Comfort Asoogo", + "middle_name": null, + "last_name": null, + "org_name": "Komfo Anokye Teaching Hospital", + "Country": "Ghana", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Early Detection And Referrals Of Childhood Cancers Among Traditional And Faith-Based Healers In Ashanti Region", + "rest_events_session_count": 1, + "rest_events_session": " Ghana.", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Comfort Asoogo ", + "kol_full_name": "Comfort Asoogo " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Patient Safety | Complementary Therapies", + "npi_num": "1518613694", + "hcp_pin_alias": "FU_HCP_5455198", + "session_name": "Fostering A Culture Of Patient Safety: Initiating Discussions About Traditional And Complementary Medicine With Children And Families", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Courtney Sullivan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Fostering A Culture Of Patient Safety: Initiating Discussions About Traditional And Complementary Medicine With Children And Families", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Safety | Complementary Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Courtney Sullivan ", + "kol_full_name": "Courtney Sullivan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Financial Management | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455221", + "session_name": "Evaluation Of The Financial And Economic Cost Of Childhood Cancer Care In Lubumbashi: A Mixed Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Criss Koba Mjumbe", + "middle_name": null, + "last_name": null, + "org_name": "University of Lubumbashi", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Evaluation Of The Financial And Economic Cost Of Childhood Cancer Care In Lubumbashi: A Mixed Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Financial Management | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Criss Koba Mjumbe ", + "kol_full_name": "Criss Koba Mjumbe " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455255", + "session_name": "Infant All", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Daisuke Tomizawa", + "middle_name": null, + "last_name": null, + "org_name": "National Center for Child Health and Development", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Infant All", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daisuke Tomizawa ", + "kol_full_name": "Daisuke Tomizawa " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy | Transcriptomics | Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455400", + "session_name": "Integrated Genomic And Transcriptomic Analyses Identify Prognostic Gene Signatures And Predict Response To Low-Dose Chemotherapy In Pediatric Acute Myeloid Leukemia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Dan Liu", + "middle_name": null, + "last_name": null, + "org_name": "Beijing Institute of Genomics, Chinese Academy of Sciences", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Integrated Genomic And Transcriptomic Analyses Identify Prognostic Gene Signatures And Predict Response To Low-Dose Chemotherapy In Pediatric Acute Myeloid Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Transcriptomics ", + "rest_events_topic_count": 1, + "rest_events_topic": " Leukemia, Myeloid, Acute", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dan Liu ", + "kol_full_name": "Dan Liu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Thyroid Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455315", + "session_name": "Correlation Of The Risk Of Malignancy In Thyroid Lesions With The Bethesda System In Children", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Daniel H. Liberto", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Italiano de Buenos Aires", + "Country": "Argentina", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Correlation Of The Risk Of Malignancy In Thyroid Lesions With The Bethesda System In Children", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thyroid Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel H. Liberto ", + "kol_full_name": "Daniel H. Liberto " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Immunosuppressive Agents | Hepatoblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455463", + "session_name": "Multiomic Analysis Of Hepatoblastoma Reveals A Wnt-Mdk-Driven Immunosuppressive Microenvironment", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Daniel J. Münter", + "middle_name": null, + "last_name": null, + "org_name": "University Children's Hospital Münster", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Multiomic Analysis Of Hepatoblastoma Reveals A Wnt-Mdk-Driven Immunosuppressive Microenvironment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunosuppressive Agents | Hepatoblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel J. Münter ", + "kol_full_name": "Daniel J. Münter " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455161", + "session_name": "Role Of Ngos In Supporting Families And Caregivers", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Daniel Mckenzie", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Zimbabwe", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Role Of Ngos In Supporting Families And Caregivers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniel Mckenzie ", + "kol_full_name": "Daniel Mckenzie " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Liver Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455490", + "session_name": "Hepatocellular Neoplasm Not Otherwise Specified (Hcn-Nos). Multidisciplinary Experience In The Pediatric National Reference Center Of Liver Tumors In Argentina.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Daniela Fortunati", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Pediatría J. P. Garrahan", + "Country": "Argentina", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Hepatocellular Neoplasm Not Otherwise Specified (Hcn-Nos). Multidisciplinary Experience In The Pediatric National Reference Center Of Liver Tumors In Argentina.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liver Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Daniela Fortunati ", + "kol_full_name": "Daniela Fortunati " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Thyroid Neoplasms | Nuclear Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455399", + "session_name": "Changing Nuclear Medicine Practices In The Management Of Paediatric Thyroid Cancer (Nuc Med)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "David Chung", + "middle_name": null, + "last_name": null, + "org_name": "Sydney Children's Hospitals Network - Westmead", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Changing Nuclear Medicine Practices In The Management Of Paediatric Thyroid Cancer (Nuc Med)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thyroid Neoplasms | Nuclear Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Chung ", + "kol_full_name": "David Chung " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Wilms Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455407", + "session_name": "Impact Of Pulmonary Tumor Burden In Favorable Histology Wilms Tumor Outcomes: A Report From The Children’S Oncology Group Study Aren0533", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "David Dix", + "middle_name": null, + "last_name": null, + "org_name": "British Columbia's Children's Hospital", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Impact Of Pulmonary Tumor Burden In Favorable Histology Wilms Tumor Outcomes: A Report From The Children’S Oncology Group Study Aren0533", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wilms Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
David Dix ", + "kol_full_name": "David Dix " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455391", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Dean Ives", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dean Ives ", + "kol_full_name": "Dean Ives " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Surgical Oncology", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455254", + "session_name": "Surgical Oncology In Lmics", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Derek S. Harrison", + "middle_name": null, + "last_name": null, + "org_name": "University of Witwatersrand", + "Country": "South Africa", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Surgical Oncology In Lmics", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Oncology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Derek S. Harrison ", + "kol_full_name": "Derek S. Harrison " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Wilms Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455308", + "session_name": "Status Of 1Q Gain In Wilms Tumor: A Prospective Evaluation At A Major Tertiary Care Centre In India", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Devendra K. Yadav", + "middle_name": null, + "last_name": null, + "org_name": "All India Institute of Medical Sciences", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Status Of 1Q Gain In Wilms Tumor: A Prospective Evaluation At A Major Tertiary Care Centre In India", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wilms Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Devendra K. Yadav ", + "kol_full_name": "Devendra K. Yadav " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455289", + "session_name": "Mentorship in Pediatric Oncology Nursing", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Dilnasheen Safdar", + "middle_name": null, + "last_name": null, + "org_name": "National institute of blood diseases and BMT", + "Country": "Pakistan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Mentorship in Pediatric Oncology Nursing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dilnasheen Safdar ", + "kol_full_name": "Dilnasheen Safdar " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Care Facilities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455498", + "session_name": "Satellite Clinics To Bring Pediatric Cancer Care Closer To Patients In Ethiopia: Perceived Relevance, Sustainability, Opportunities, And Anticipated Challenges", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Diriba F. Hordofa", + "middle_name": null, + "last_name": null, + "org_name": "Jimma University", + "Country": "Ethiopia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Satellite Clinics To Bring Pediatric Cancer Care Closer To Patients In Ethiopia: Perceived Relevance", + "rest_events_session_count": 3, + "rest_events_session": " Sustainability, Opportunities, And Anticipated Challenges", + "events_topic": "Cancer Care Facilities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Diriba F. Hordofa ", + "kol_full_name": "Diriba F. Hordofa " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Allogeneic Stem Cell Transplantation | Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455272", + "session_name": "Allogeneic Stem Cell Transplantation In Pediatric Acute Myeloid Leukemia 1993-2021 Real-World Data Of The Population-Based Aml-Bfm Registries", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Dirk Reinhardt", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Essen", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Allogeneic Stem Cell Transplantation In Pediatric Acute Myeloid Leukemia 1993-2021 Real-World Data Of The Population-Based Aml-Bfm Registries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Allogeneic Stem Cell Transplantation | Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dirk Reinhardt ", + "kol_full_name": "Dirk Reinhardt " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neuroblastoma | Apparent Diffusion Coefficient", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455217", + "session_name": "Correlating Preoperative Apparent Diffusion Coefficient (Adc) And 123I-Mibg Risk Models With Postoperative Histopathology Results In Neuroblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Dominique C. Simons", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Correlating Preoperative Apparent Diffusion Coefficient (Adc) And 123I-Mibg Risk Models With Postoperative Histopathology Results In Neuroblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma | Apparent Diffusion Coefficient", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Dominique C. Simons ", + "kol_full_name": "Dominique C. Simons " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Patient Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455297", + "session_name": "Caring for the Young Adolescent", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Donna Drew", + "middle_name": null, + "last_name": null, + "org_name": "Behavioural Sciences Unit, Kids Cancer Centre", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Caring for the Young Adolescent", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Donna Drew ", + "kol_full_name": "Donna Drew " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455181", + "session_name": "Solid Tumors Clinical", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Donna Johnston", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Solid Tumors Clinical", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Donna Johnston ", + "kol_full_name": "Donna Johnston " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precision Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455453", + "session_name": "Medicines Access: A global Challenge.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Edith Grynszpancholc", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Argentina", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Medicines Access: A global Challenge.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Edith Grynszpancholc ", + "kol_full_name": "Edith Grynszpancholc " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Tumours | Molecular Biology", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455450", + "session_name": "Diagnosing Solid Tumours Using Molecular Biology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Edmund Cheesman", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Diagnosing Solid Tumours Using Molecular Biology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumours | Molecular Biology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Edmund Cheesman ", + "kol_full_name": "Edmund Cheesman " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Pancreatitis | Asparaginase", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455432", + "session_name": "Genetic Risk Of L-Asparaginase-Induced Pancreatitis", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Edward J. Raack", + "middle_name": null, + "last_name": null, + "org_name": "University of British Columbia", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Genetic Risk Of L-Asparaginase-Induced Pancreatitis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pancreatitis | Asparaginase", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Edward J. Raack ", + "kol_full_name": "Edward J. Raack " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455294", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Elianeth Kiteni", + "middle_name": null, + "last_name": null, + "org_name": "Muhimbili National Hospital", + "Country": "Tanzania", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Elianeth Kiteni ", + "kol_full_name": "Elianeth Kiteni " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455415", + "session_name": "The Community’S Knowledge, Attitudes And Practices On Childhood Cancer In Tanzania. A Case Of Muhimbili Hospital", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Eliwangu E. Mlaki", + "middle_name": null, + "last_name": null, + "org_name": "Tumaini La Maisha", + "Country": "Tanzania", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Community’S Knowledge", + "rest_events_session_count": 1, + "rest_events_session": " Attitudes And Practices On Childhood Cancer In Tanzania. A Case Of Muhimbili Hospital", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eliwangu E. Mlaki ", + "kol_full_name": "Eliwangu E. Mlaki " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Sentinel Lymph Node | Indocyanine Green", + "npi_num": "1811487218", + "hcp_pin_alias": "FU_HCP_5455242", + "session_name": "Indocyanine Green Assists With Sentinel Lymph Node Mapping In Pediatric And Adolescent Patients: A Pediatric Surgical Oncology Research Collaborative Prospective Observational Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Emily Vore", + "middle_name": null, + "last_name": null, + "org_name": "Cincinnati Children's Hospital Medical Center", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Indocyanine Green Assists With Sentinel Lymph Node Mapping In Pediatric And Adolescent Patients: A Pediatric Surgical Oncology Research Collaborative Prospective Observational Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sentinel Lymph Node | Indocyanine Green", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emily Vore ", + "kol_full_name": "Emily Vore " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Hematopoietic Stem Cell Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455504", + "session_name": "Physical Performance Before And After Hematopoietic Stem Cell Transplantation In Pediatric Patients: A Potential Role For Prehabilitation", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Emma J. Verwaaijen", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Physical Performance Before And After Hematopoietic Stem Cell Transplantation In Pediatric Patients: A Potential Role For Prehabilitation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematopoietic Stem Cell Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Emma J. Verwaaijen ", + "kol_full_name": "Emma J. Verwaaijen " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Lymphoma | Epstein-Barr Virus Infections | Leukemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455454", + "session_name": "Ebv Positive Nk/T Cell Lymphoma/Leukemia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Eric Tse", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Ebv Positive Nk/T Cell Lymphoma/Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma | Epstein-Barr Virus Infections ", + "rest_events_topic_count": 1, + "rest_events_topic": " Leukemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eric Tse ", + "kol_full_name": "Eric Tse " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Histiocytosis, Langerhans-Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455462", + "session_name": "Expanded Assessments Of Germline Genetic Variants Identify Additional Ancestry-Specific Risk Loci For Langerhans Cell Histiocytosis", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Erin Peckham-Gregory", + "middle_name": null, + "last_name": null, + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Expanded Assessments Of Germline Genetic Variants Identify Additional Ancestry-Specific Risk Loci For Langerhans Cell Histiocytosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Histiocytosis, Langerhans-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Erin Peckham-Gregory ", + "kol_full_name": "Erin Peckham-Gregory " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncogene Protein V-akt | Ipatasertib | Rhabdomyosarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455421", + "session_name": "Prkg1 Hinders Myogenic Differentiation And Predicts Response To The Akt Inhibitor Ipatasertib In Rhabdomyosarcoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Estela M. Prada", + "middle_name": null, + "last_name": null, + "org_name": "Pediatric Cancer Center Barcelona - Hospital Sant Joan de Deu", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Prkg1 Hinders Myogenic Differentiation And Predicts Response To The Akt Inhibitor Ipatasertib In Rhabdomyosarcoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncogene Protein V-akt | Ipatasertib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Rhabdomyosarcoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Estela M. Prada ", + "kol_full_name": "Estela M. Prada " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Virtual Reality | Catheters | Anxiety", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455330", + "session_name": "The Effect Of Biofeedback-Based Virtual Reality Game On Pain, Fear, And Anxiety Levels During Port Catheter Needle Insertion In Pediatric Oncology Patients", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Eyşan H. Savaş", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Turkey", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Effect Of Biofeedback-Based Virtual Reality Game On Pain", + "rest_events_session_count": 2, + "rest_events_session": " Fear, And Anxiety Levels During Port Catheter Needle Insertion In Pediatric Oncology Patients", + "events_topic": "Virtual Reality | Catheters ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anxiety", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Eyşan H. Savaş ", + "kol_full_name": "Eyşan H. Savaş " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455157", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Faith Gibson", + "middle_name": null, + "last_name": null, + "org_name": "Great Ormond Street Hospital", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Faith Gibson ", + "kol_full_name": "Faith Gibson " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455394", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Fay Pabo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fay Pabo ", + "kol_full_name": "Fay Pabo " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455165", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Florencia Moreno", + "middle_name": null, + "last_name": null, + "org_name": "National Cancer Institute", + "Country": "Argentina", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Florencia Moreno ", + "kol_full_name": "Florencia Moreno " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Rhabdomyosarcoma | Brachytherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455304", + "session_name": "Outcomes Of Bp-Rms Treated By Surgery Plus Brachytherapy Over 35 Years", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Florent Guerin", + "middle_name": null, + "last_name": null, + "org_name": "Hopital Bicêtre, APHP", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Outcomes Of Bp-Rms Treated By Surgery Plus Brachytherapy Over 35 Years", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rhabdomyosarcoma | Brachytherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Florent Guerin ", + "kol_full_name": "Florent Guerin " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cupping Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455229", + "session_name": "Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Francine Chang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cupping Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Francine Chang ", + "kol_full_name": "Francine Chang " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455325", + "session_name": "Perceptions Of Parents On Caring For Paediatric Cancer Patients At Kidzcan Zimbabwe", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Franciscar C.C. Maripfonde", + "middle_name": null, + "last_name": null, + "org_name": "Kidzcan Zimbabwe", + "Country": "Zimbabwe", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Perceptions Of Parents On Caring For Paediatric Cancer Patients At Kidzcan Zimbabwe", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Franciscar C.C. Maripfonde ", + "kol_full_name": "Franciscar C.C. Maripfonde " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Rhabdomyosarcoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455347", + "session_name": "Insights Into Rhabdomyosarcoma In The Adolescent And Young Adult Population: A Comprehensive Clinical And Biological French Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "François Sevrin", + "middle_name": null, + "last_name": null, + "org_name": "Oscar Lambret Center", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Insights Into Rhabdomyosarcoma In The Adolescent And Young Adult Population: A Comprehensive Clinical And Biological French Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rhabdomyosarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
François Sevrin ", + "kol_full_name": "François Sevrin " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455449", + "session_name": "Early Phase Study Enrollment In Canadian Children With Cancer Near End Of Life: A Retrospective Cohort Study From Cyp-C", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Fyeza Hasan", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Early Phase Study Enrollment In Canadian Children With Cancer Near End Of Life: A Retrospective Cohort Study From Cyp-C", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Fyeza Hasan ", + "kol_full_name": "Fyeza Hasan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455392", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gabby Gouveia", + "middle_name": null, + "last_name": null, + "org_name": "Let Grace In", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gabby Gouveia ", + "kol_full_name": "Gabby Gouveia " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Quality Improvement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455374", + "session_name": "Applying Quality Improvement Methodology To Improve Oncologists’ Adherence To Maintenance Therapy Guidelines In A Pediatric-Oncology Unit In Mexico", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gabriela Tamayo-Pedraza", + "middle_name": null, + "last_name": null, + "org_name": "Hospital General Tijuana", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Applying Quality Improvement Methodology To Improve Oncologists’ Adherence To Maintenance Therapy Guidelines In A Pediatric-Oncology Unit In Mexico", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gabriela Tamayo-Pedraza ", + "kol_full_name": "Gabriela Tamayo-Pedraza " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455182", + "session_name": "Solid Tumors Clinical", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gabriela Villanueva", + "middle_name": null, + "last_name": null, + "org_name": "Hospital de Clinicas Jose de San Martin", + "Country": "Argentina", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Solid Tumors Clinical", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gabriela Villanueva ", + "kol_full_name": "Gabriela Villanueva " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Radiotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455423", + "session_name": "Overview Epidemiology Of Tumours, Genetics And Radiotherapy Me", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gareth Evans", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Overview Epidemiology Of Tumours", + "rest_events_session_count": 1, + "rest_events_session": " Genetics And Radiotherapy Me", + "events_topic": "Neoplasms | Radiotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gareth Evans ", + "kol_full_name": "Gareth Evans " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Monitoring | Retinoblastoma | Carboplatin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455440", + "session_name": "Utility Of Carboplatin Therapeutic Drug Monitoring For The Treatment Of Neonate And Infant Retinoblastoma Patients In The United Kingdom", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gareth J. Veal", + "middle_name": null, + "last_name": null, + "org_name": "Newcastle University", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Utility Of Carboplatin Therapeutic Drug Monitoring For The Treatment Of Neonate And Infant Retinoblastoma Patients In The United Kingdom", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Monitoring | Retinoblastoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carboplatin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gareth J. Veal ", + "kol_full_name": "Gareth J. Veal " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Interviews As Topic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455266", + "session_name": "Training qualitative interviewers of children in Uganda", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gemma Bryan", + "middle_name": null, + "last_name": null, + "org_name": "The University of Surrey", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Training qualitative interviewers of children in Uganda", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Interviews As Topic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gemma Bryan ", + "kol_full_name": "Gemma Bryan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455390", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Georgia Kokkinou", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Greece", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Georgia Kokkinou ", + "kol_full_name": "Georgia Kokkinou " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Myeloproliferative Disorder", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455167", + "session_name": "Myeloproliferative Syndromes", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gertjan Kaspers", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Myeloproliferative Syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloproliferative Disorder", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gertjan Kaspers ", + "kol_full_name": "Gertjan Kaspers " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Registry", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455361", + "session_name": "Sustained Growth Of An Integrated Global Hospital-Based Cancer Registry Platform In The Cloud: An Update From The Sjcares Registry Collaborative Network", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gia Ferrara", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Sustained Growth Of An Integrated Global Hospital-Based Cancer Registry Platform In The Cloud: An Update From The Sjcares Registry Collaborative Network", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Registry", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gia Ferrara ", + "kol_full_name": "Gia Ferrara " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Rare Diseases | Adrenocortical Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455197", + "session_name": "Understanding A Rare Disease - Adrenocortical Carcinoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gianni Bisogno", + "middle_name": null, + "last_name": null, + "org_name": "University of Padua", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Understanding A Rare Disease - Adrenocortical Carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rare Diseases | Adrenocortical Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gianni Bisogno ", + "kol_full_name": "Gianni Bisogno " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precision Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455367", + "session_name": "SIOP Essential Medicines Working Group Overview", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gilles Vassal", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "SIOP Essential Medicines Working Group Overview", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gilles Vassal ", + "kol_full_name": "Gilles Vassal " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cupping Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455231", + "session_name": "Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Gita Naidu", + "middle_name": null, + "last_name": null, + "org_name": "University of the Witwatersrand, Johannesburg, South Africa", + "Country": "South Africa", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cupping Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Gita Naidu ", + "kol_full_name": "Gita Naidu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Augmented Reality", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455220", + "session_name": "Proposing An Augmented Reality Framework For Intuitive Translation Of Preoperative Imaging To Intraoperative Visualization With Accurate Depth Perception On Tablet Device.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Giuliana Torpiano", + "middle_name": null, + "last_name": null, + "org_name": "Royal Hospital for Children, Glasgow", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Proposing An Augmented Reality Framework For Intuitive Translation Of Preoperative Imaging To Intraoperative Visualization With Accurate Depth Perception On Tablet Device.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Augmented Reality", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Giuliana Torpiano ", + "kol_full_name": "Giuliana Torpiano " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455147", + "session_name": "Global Health - Disease-Specific Learning And Education", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Guillermo Chantada", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Pereira Rossell. Fundacion Perez Scremini", + "Country": "Uruguay", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Disease-Specific Learning And Education", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education And Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Guillermo Chantada ", + "kol_full_name": "Guillermo Chantada " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455271", + "session_name": "Introduction Of A Childhood Cancer Handbook In Vietnam: Patient/Family And Healthcare Provider Satisfaction", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Hang T. Nguyen", + "middle_name": null, + "last_name": null, + "org_name": "Vietnam National Children's Hospital", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Introduction Of A Childhood Cancer Handbook In Vietnam: Patient/Family And Healthcare Provider Satisfaction", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hang T. Nguyen ", + "kol_full_name": "Hang T. Nguyen " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455349", + "session_name": "Home Based Chemotherapy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Hanne Bækgaard Larsen", + "middle_name": null, + "last_name": null, + "org_name": "Copenhagen University Hospital - Rigshospitalet", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Home Based Chemotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hanne Bækgaard Larsen ", + "kol_full_name": "Hanne Bækgaard Larsen " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455452", + "session_name": "Can We Make Discharge Easy For Parents Of Children With Childhood Cancer? A Pilot Instructions Chart", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Hazal Hüzmeli", + "middle_name": null, + "last_name": null, + "org_name": "American Hospital", + "Country": "Turkey", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Can We Make Discharge Easy For Parents Of Children With Childhood Cancer? A Pilot Instructions Chart", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hazal Hüzmeli ", + "kol_full_name": "Hazal Hüzmeli " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Treatment Abandonment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455192", + "session_name": "Empowering Patients/Families At Hospital. Addressing Abandonment", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Hedley Lewis", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "South Africa", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Empowering Patients/Families At Hospital. Addressing Abandonment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Treatment Abandonment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hedley Lewis ", + "kol_full_name": "Hedley Lewis " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Myeloproliferative Disorder", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455368", + "session_name": "Myeloproliferative Syndromes", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Henrik Hasle", + "middle_name": null, + "last_name": null, + "org_name": "Aarhus University Hospital", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Myeloproliferative Syndromes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloproliferative Disorder", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Henrik Hasle ", + "kol_full_name": "Henrik Hasle " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Nutritional Sciences", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455505", + "session_name": "Implementation And Impact Of A Nutrition Program For Pediatric Oncology Patients In Lake Zone Tanzania", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Heronima Joas", + "middle_name": null, + "last_name": null, + "org_name": "Bugando Medical Centre", + "Country": "Tanzania", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Implementation And Impact Of A Nutrition Program For Pediatric Oncology Patients In Lake Zone Tanzania", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nutritional Sciences", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Heronima Joas ", + "kol_full_name": "Heronima Joas " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Training Assessment | Data Accuracy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455360", + "session_name": "Co-Designing An Interactive And Simulated Training Assessment For Data Quality Monitoring For The Sjcares Hospital-Based Cancer Registry (Hbcr)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Hilmarie (Himy) Muniz-Talavera", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Co-Designing An Interactive And Simulated Training Assessment For Data Quality Monitoring For The Sjcares Hospital-Based Cancer Registry (Hbcr)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Training Assessment | Data Accuracy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hilmarie (Himy) Muniz-Talavera ", + "kol_full_name": "Hilmarie (Himy) Muniz-Talavera " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Killer Cells, Natural | Dinutuximab | Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455345", + "session_name": "Fc Gamma Receptor Polymorphism And Nk Cells In Relapsed/Refractory Neuroblastoma Patients Predicts Outcome; Update From The Siopen Dinutuximab Beta Long-Term Infusion Trial", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Holger N. Lode", + "middle_name": null, + "last_name": null, + "org_name": "University Medicine Greifswald", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Fc Gamma Receptor Polymorphism And Nk Cells In Relapsed/Refractory Neuroblastoma Patients Predicts Outcome; Update From The Siopen Dinutuximab Beta Long-Term Infusion Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Killer Cells, Natural | Dinutuximab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neuroblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Holger N. Lode ", + "kol_full_name": "Holger N. Lode " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Liver Neoplasms | Minimally Invasive Surgical Procedures", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455234", + "session_name": "A Single-Center Study Of Minimally Invasive Surgery For Hepatic Tumors In Children", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Hong Qin", + "middle_name": null, + "last_name": null, + "org_name": "Beijing Children’s Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "A Single-Center Study Of Minimally Invasive Surgery For Hepatic Tumors In Children", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liver Neoplasms | Minimally Invasive Surgical Procedures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hong Qin ", + "kol_full_name": "Hong Qin " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Microvascular Invasion | Hepatoblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455259", + "session_name": "Clinical Features And Predictive Factors Of Microvascular Invasion In Hepatoblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Hongxiang Gao", + "middle_name": null, + "last_name": null, + "org_name": "Shanghai Children's Medical Center", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Clinical Features And Predictive Factors Of Microvascular Invasion In Hepatoblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Microvascular Invasion | Hepatoblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hongxiang Gao ", + "kol_full_name": "Hongxiang Gao " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma | Central Nervous System Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455487", + "session_name": "Clomb: A Validated Scoring Model To Predict The Relapse In The Central Nervous System Of Pediatric Acute B-Cell Lymphoblastic Leukemia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Hua You", + "middle_name": null, + "last_name": null, + "org_name": "Children’s Hospital of Chongqing Medical University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Clomb: A Validated Scoring Model To Predict The Relapse In The Central Nervous System Of Pediatric Acute B-Cell Lymphoblastic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma | Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hua You ", + "kol_full_name": "Hua You " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Pancreatic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455222", + "session_name": "Pancreatic Tumours - Facing The Pancreas Head On", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Huanmin Wang", + "middle_name": null, + "last_name": null, + "org_name": "Beijing Children’s Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Pancreatic Tumours - Facing The Pancreas Head On", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pancreatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Huanmin Wang ", + "kol_full_name": "Huanmin Wang " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455376", + "session_name": "Reduced–Intensity Therapy For Pediatric Acute Lymphoblastic Leukemia In Mexico: Results From The Mexico In Alliance With St. Jude Collaborative Group", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Hugo A. Romo-Rubio", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Civil de Guadalajara", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Reduced–Intensity Therapy For Pediatric Acute Lymphoblastic Leukemia In Mexico: Results From The Mexico In Alliance With St. Jude Collaborative Group", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Hugo A. Romo-Rubio ", + "kol_full_name": "Hugo A. Romo-Rubio " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455501", + "session_name": "Risk Factors Of Interconnected Symptoms Among Adult Survivors Of Childhood Cancer: A Report From The St. Jude Lifetime Cohort Study (Sjlife)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "I-Chan Huang", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Risk Factors Of Interconnected Symptoms Among Adult Survivors Of Childhood Cancer: A Report From The St. Jude Lifetime Cohort Study (Sjlife)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
I-Chan Huang ", + "kol_full_name": "I-Chan Huang " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Marfan Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455411", + "session_name": "Cancer Risk In Marfan Syndrome: A Swedish Population-Based Matched Cohort Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ida K. Nordgren", + "middle_name": null, + "last_name": null, + "org_name": "Karolinska Institutet", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Cancer Risk In Marfan Syndrome: A Swedish Population-Based Matched Cohort Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Marfan Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ida K. Nordgren ", + "kol_full_name": "Ida K. Nordgren " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Toxicity | Neoplasms", + "npi_num": "1760836449", + "hcp_pin_alias": "FU_HCP_5455316", + "session_name": "Infectious Toxicities Reported For Children Treated On Children’S Oncology Group Trial Aall1231", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jaclyn Rosenzweig", + "middle_name": null, + "last_name": null, + "org_name": "Weill Cornell Medical College", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Infectious Toxicities Reported For Children Treated On Children’S Oncology Group Trial Aall1231", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Toxicity | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jaclyn Rosenzweig ", + "kol_full_name": "Jaclyn Rosenzweig " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Social Determinants Of Health", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455471", + "session_name": "Social Determinants Of Health And Progression Of Chronic Health Conditions In Survivors Of Childhood Cancer: A Report From The St. Jude Lifetime Cohort Study (Sjlife)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jaesung Choi", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Social Determinants Of Health And Progression Of Chronic Health Conditions In Survivors Of Childhood Cancer: A Report From The St. Jude Lifetime Cohort Study (Sjlife)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Social Determinants Of Health", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jaesung Choi ", + "kol_full_name": "Jaesung Choi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Filgrastim | Randomized Controlled Trials As Topic | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455465", + "session_name": "Efficacy And Safety Of Pegylated Filgrastim As Primary Prophylaxis Following Pediatric Dose-Intensive Chemotherapy: A Randomized Controlled Trial", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jagdish Prasad Meena", + "middle_name": null, + "last_name": null, + "org_name": "All India Institute of Medical Sciences", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Efficacy And Safety Of Pegylated Filgrastim As Primary Prophylaxis Following Pediatric Dose-Intensive Chemotherapy: A Randomized Controlled Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Filgrastim | Randomized Controlled Trials As Topic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jagdish Prasad Meena ", + "kol_full_name": "Jagdish Prasad Meena " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Kidney Neoplasms | Wilms Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455207", + "session_name": "Treatment of Bilateral Wilms tumor- the SIOP Renal Tumor Study Group Perspective", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jan Godzinski", + "middle_name": null, + "last_name": null, + "org_name": "Marciniak Hospital", + "Country": "Poland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Treatment of Bilateral Wilms tumor- the SIOP Renal Tumor Study Group Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kidney Neoplasms | Wilms Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jan Godzinski ", + "kol_full_name": "Jan Godzinski " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455344", + "session_name": "Oral Metronomic Chemotherapy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jaroslav Sterba", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Brno", + "Country": "Czech Republic", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Oral Metronomic Chemotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jaroslav Sterba ", + "kol_full_name": "Jaroslav Sterba " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455155", + "session_name": "Translational Studies In Neuroblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jaume Mora", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Translational Studies In Neuroblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jaume Mora ", + "kol_full_name": "Jaume Mora " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Congenital Abnormalities | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455410", + "session_name": "Identification Of Recurrent Cancer-Associated Multiple Congenital Anomaly Patterns In A Population-Based Registry Linkage Study Of 22 Million Live Births", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jeremy Schraw", + "middle_name": null, + "last_name": null, + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Identification Of Recurrent Cancer-Associated Multiple Congenital Anomaly Patterns In A Population-Based Registry Linkage Study Of 22 Million Live Births", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Congenital Abnormalities | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jeremy Schraw ", + "kol_full_name": "Jeremy Schraw " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455189", + "session_name": "Solid Tumors Translational", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jesper Sune Brok", + "middle_name": null, + "last_name": null, + "org_name": "Copenhagen University Hospital - Rigshospitalet", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Solid Tumors Translational", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jesper Sune Brok ", + "kol_full_name": "Jesper Sune Brok " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Patient Care | Brain Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455459", + "session_name": "Pediatric Brain Tumor Coordinator Improves Neuro-Oncology Service Integration And Patient Care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jessica F. Vitug", + "middle_name": null, + "last_name": null, + "org_name": "Philippine General Hospital", + "Country": "Philippines", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Pediatric Brain Tumor Coordinator Improves Neuro-Oncology Service Integration And Patient Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care | Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jessica F. Vitug ", + "kol_full_name": "Jessica F. Vitug " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cryopreservation | Abdominopelvic Radiotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455352", + "session_name": "Outcomes Of Transposed And/Or Cryopreserved Ovaries Before Abdominopelvic Radiotherapy In Children And Adolescents With Cancer.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jessica Pinol", + "middle_name": null, + "last_name": null, + "org_name": "Hôpital Timone Enfants", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Outcomes Of Transposed And/Or Cryopreserved Ovaries Before Abdominopelvic Radiotherapy In Children And Adolescents With Cancer.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cryopreservation | Abdominopelvic Radiotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jessica Pinol ", + "kol_full_name": "Jessica Pinol " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Sarcoma | Extremities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455371", + "session_name": "Extremity Sarcoma In Young Children An Oncologist'S Perspective", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jessica Ryan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Extremity Sarcoma In Young Children An Oncologist'S Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma | Extremities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jessica Ryan ", + "kol_full_name": "Jessica Ryan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Evidence-Based Practice | Bone Marrow Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455270", + "session_name": "Providing Bundle Education During Bone Marrow Transplantation To Decrease The Incidence Of Incontinence Associated Dermatitis In Children With Cancer: An Evidence-Based Practice Project", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jiali Ma", + "middle_name": null, + "last_name": null, + "org_name": "Shanghai Children's Medical Center", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Providing Bundle Education During Bone Marrow Transplantation To Decrease The Incidence Of Incontinence Associated Dermatitis In Children With Cancer: An Evidence-Based Practice Project", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Evidence-Based Practice | Bone Marrow Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jiali Ma ", + "kol_full_name": "Jiali Ma " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Endoscopic Retrograde Cholangiopancreatography | Pancreaticobiliary Maljunction | Abdominal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455239", + "session_name": "Analysis Of The Efficacy And Safety Of Ercp In The Management Of Postoperative Pancreaticobiliary Complications In Pediatric Abdominal Tumor: A Single-Center Experience", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jianyu Han", + "middle_name": null, + "last_name": null, + "org_name": "Beijing Children’s Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Analysis Of The Efficacy And Safety Of Ercp In The Management Of Postoperative Pancreaticobiliary Complications In Pediatric Abdominal Tumor: A Single-Center Experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endoscopic Retrograde Cholangiopancreatography | Pancreaticobiliary Maljunction ", + "rest_events_topic_count": 1, + "rest_events_topic": " Abdominal Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jianyu Han ", + "kol_full_name": "Jianyu Han " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Quality Improvement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455247", + "session_name": "How To Lead A Quality Improvement Team", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Joan Nakabiri", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Uganda", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "How To Lead A Quality Improvement Team", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joan Nakabiri ", + "kol_full_name": "Joan Nakabiri " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precision Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455186", + "session_name": "Medicines Access. Promoting Effective Advocacy Actions", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "João D. Bragança", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Medicines Access. Promoting Effective Advocacy Actions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
João D. Bragança ", + "kol_full_name": "João D. Bragança " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precision Surgery | Chest Wall Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455358", + "session_name": "Precision Surgery: Navigating Thoracic Wall Tumor Removal With Advanced Planning And Intraoperative Guidance", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Joaquin P. Camacho", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Italiano de Buenos Aires", + "Country": "Argentina", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Precision Surgery: Navigating Thoracic Wall Tumor Removal With Advanced Planning And Intraoperative Guidance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Surgery | Chest Wall Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joaquin P. Camacho ", + "kol_full_name": "Joaquin P. Camacho " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455366", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "John Ahenkorah", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Ghana", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
John Ahenkorah ", + "kol_full_name": "John Ahenkorah " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455442", + "session_name": "Pharmacist-Led Reallocation Of Non-Administered Chemotherapy: A Strategy For Reducing The Cost Of Pediatric Cancer Treatment At A Limited Resource Cancer Center, Uganda", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "John Isiiko", + "middle_name": null, + "last_name": null, + "org_name": "Uganda Cancer Institute", + "Country": "Uganda", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Pharmacist-Led Reallocation Of Non-Administered Chemotherapy: A Strategy For Reducing The Cost Of Pediatric Cancer Treatment At A Limited Resource Cancer Center", + "rest_events_session_count": 1, + "rest_events_session": " Uganda", + "events_topic": "Neoplasms | Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
John Isiiko ", + "kol_full_name": "John Isiiko " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Admin. & Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455135", + "session_name": "Scientific Committee", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jonathan Karpelowsky", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Scientific Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jonathan Karpelowsky ", + "kol_full_name": "Jonathan Karpelowsky " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Osteosarcoma | RNA, Messenger | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455301", + "session_name": "Exosomal Mrna Cargo Are Biomarkers Of Tumor And Immune Cell Populations In Pediatric Osteosarcoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jonathan Lian K. Ong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Singapore", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Exosomal Mrna Cargo Are Biomarkers Of Tumor And Immune Cell Populations In Pediatric Osteosarcoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Osteosarcoma | RNA, Messenger ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jonathan Lian K. Ong ", + "kol_full_name": "Jonathan Lian K. Ong " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455419", + "session_name": "Challenges And Corresponding Measures Of The Past 10 Years’ Workshops For Childhood Cancer Survivors (Ccs) Between Korea And Japan", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jong Jin Seo", + "middle_name": null, + "last_name": null, + "org_name": "Childhood Cancer Korea", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Challenges And Corresponding Measures Of The Past 10 Years’ Workshops For Childhood Cancer Survivors (Ccs) Between Korea And Japan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jong Jin Seo ", + "kol_full_name": "Jong Jin Seo " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455475", + "session_name": "Supporting Distance-Delivered Childhood Cancer Survivorship Care Through A Novel Intervention - Engage", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Jordana Mccloone", + "middle_name": null, + "last_name": null, + "org_name": "UNSW Sydney", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Supporting Distance-Delivered Childhood Cancer Survivorship Care Through A Novel Intervention - Engage", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Jordana Mccloone ", + "kol_full_name": "Jordana Mccloone " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Health Policy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455199", + "session_name": "Policy And Advocacy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Joyce Kambugu", + "middle_name": null, + "last_name": null, + "org_name": "Uganda Cancer Institute", + "Country": "Uganda", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Policy And Advocacy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Joyce Kambugu ", + "kol_full_name": "Joyce Kambugu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Health Policy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455195", + "session_name": "Policy And Advocacy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Julia Challinor", + "middle_name": null, + "last_name": null, + "org_name": "University of California, San Francisco", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Policy And Advocacy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Challinor ", + "kol_full_name": "Julia Challinor " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Quality Improvement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455267", + "session_name": "IS Project: 1st and 2nd Mexico in Alliance with St Jude Golden Hour Quality Improvement Collaboratives", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Julia Esther Colunga Pedraza", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Dr. José Eleuterio González", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "IS Project: 1st and 2nd Mexico in Alliance with St Jude Golden Hour Quality Improvement Collaboratives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julia Esther Colunga Pedraza ", + "kol_full_name": "Julia Esther Colunga Pedraza " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Leukemia | Gene Fusion", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455434", + "session_name": "Implementation Of Gene Fusion Testing For Pediatric Leukemia In Sub-Saharan Africa (Ssa): A Step Toward Reducing Outcome Disparities", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Julie M. Gastier-Foster", + "middle_name": null, + "last_name": null, + "org_name": "Texas Children's Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Implementation Of Gene Fusion Testing For Pediatric Leukemia In Sub-Saharan Africa (Ssa): A Step Toward Reducing Outcome Disparities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia | Gene Fusion", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julie M. Gastier-Foster ", + "kol_full_name": "Julie M. Gastier-Foster " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Robotic-Assisted Laparoscopy | Nephron-Sparing Surgery | Kidney Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455310", + "session_name": "Retroperitoneal Versus Transperitoneal Robotic-Assisted Laparoscopic Nephron Sparing Surgery For Renal Tumor In Children. A Prospective Multicenter Study.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Julien Grosman", + "middle_name": null, + "last_name": null, + "org_name": "Hôpital Necker-Enfants Malades", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Retroperitoneal Versus Transperitoneal Robotic-Assisted Laparoscopic Nephron Sparing Surgery For Renal Tumor In Children. A Prospective Multicenter Study.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Robotic-Assisted Laparoscopy | Nephron-Sparing Surgery ", + "rest_events_topic_count": 1, + "rest_events_topic": " Kidney Neoplasms", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Julien Grosman ", + "kol_full_name": "Julien Grosman " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Quality Improvement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455290", + "session_name": "Improving Care with QI projects", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Karen Gibbs", + "middle_name": null, + "last_name": null, + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Care with QI projects", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Karen Gibbs ", + "kol_full_name": "Karen Gibbs " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Precision Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455300", + "session_name": "Families’ Experiences Of Precision Medicine For Childhood Cancer: Insights From Psychosocial Data.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Kate Hetherington", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Families’ Experiences Of Precision Medicine For Childhood Cancer: Insights From Psychosocial Data.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kate Hetherington ", + "kol_full_name": "Kate Hetherington " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455171", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Kate Johnson", + "middle_name": null, + "last_name": null, + "org_name": "Royal Children's Hospital", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kate Johnson ", + "kol_full_name": "Kate Johnson " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455388", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Kate Johson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kate Johson ", + "kol_full_name": "Kate Johson " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455286", + "session_name": "The Impact Of Communication On Symptom Reporting During Cancer Treatment: A Dyadic Analysis", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Kathleen Montgomery", + "middle_name": null, + "last_name": null, + "org_name": "University of Wisconsin-Madison", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Impact Of Communication On Symptom Reporting During Cancer Treatment: A Dyadic Analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kathleen Montgomery ", + "kol_full_name": "Kathleen Montgomery " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455150", + "session_name": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Kathy Pritchard Jones", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kathy Pritchard Jones ", + "kol_full_name": "Kathy Pritchard Jones " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Genetic Testing", + "npi_num": "1922208925", + "hcp_pin_alias": "FU_HCP_5455385", + "session_name": "The Psychosocial Impact Of Cancer Predisposition Genetic Testing For Children With Cancer", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Katianne M. Howard Sharp", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Psychosocial Impact Of Cancer Predisposition Genetic Testing For Children With Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Genetic Testing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Katianne M. Howard Sharp ", + "kol_full_name": "Katianne M. Howard Sharp " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455359", + "session_name": "Establishment Of A Pediatric Cancer Database Through An Advocacy Organization To Increase Patient Family Engagement In Research Objectives", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Kimberly Buff", + "middle_name": null, + "last_name": null, + "org_name": "Momcology", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Establishment Of A Pediatric Cancer Database Through An Advocacy Organization To Increase Patient Family Engagement In Research Objectives", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kimberly Buff ", + "kol_full_name": "Kimberly Buff " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Fibrolamellar Carcinoma | Hepatocellular Carcinoma", + "npi_num": "1750498564", + "hcp_pin_alias": "FU_HCP_5455223", + "session_name": "Challenges And New Frontiers In Flc And Hcc", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Kimberly Riehle", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Challenges And New Frontiers In Flc And Hcc", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibrolamellar Carcinoma | Hepatocellular Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Kimberly Riehle ", + "kol_full_name": "Kimberly Riehle " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Flow Cytometry | High-Throughput Nucleotide Sequencing | GATA1 Transcription Factor | Down Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455276", + "session_name": "Clinical Significance Of Detecting Minimal Gata1 Mutant Clones By Next-Generation Sequencing And Flow Cytometry In Neonates With Down Syndrome", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Koji Kawaguchi", + "middle_name": null, + "last_name": null, + "org_name": "Shizuoka Children's Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Clinical Significance Of Detecting Minimal Gata1 Mutant Clones By Next-Generation Sequencing And Flow Cytometry In Neonates With Down Syndrome", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Flow Cytometry | High-Throughput Nucleotide Sequencing ", + "rest_events_topic_count": 2, + "rest_events_topic": " GATA1 Transcription Factor | Down Syndrome", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Koji Kawaguchi ", + "kol_full_name": "Koji Kawaguchi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Lung Neoplasms | Sarcoma, Ewing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455354", + "session_name": "Strategies Of The Management Of Pulmonary Metastases In Children With Ewing Sarcoma- Single Institution Experience Of 137 Patients", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Krzysztof J. Bronowicki", + "middle_name": null, + "last_name": null, + "org_name": "Institue of Mother and Child", + "Country": "Poland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Strategies Of The Management Of Pulmonary Metastases In Children With Ewing Sarcoma- Single Institution Experience Of 137 Patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Sarcoma, Ewing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Krzysztof J. Bronowicki ", + "kol_full_name": "Krzysztof J. Bronowicki " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455287", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Laurie Rubin", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Laurie Rubin ", + "kol_full_name": "Laurie Rubin " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Psychosocial Deprivation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455170", + "session_name": "Psycho Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Leandra Desjardins", + "middle_name": null, + "last_name": null, + "org_name": "CHU Sainte-Justine", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Psycho Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Psychosocial Deprivation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Leandra Desjardins ", + "kol_full_name": "Leandra Desjardins " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neuroblastoma | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455213", + "session_name": "The Determination And Predictive Role Of Systemic Inflammatory Biomarkers In Neuroblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lei Zhang", + "middle_name": null, + "last_name": null, + "org_name": "Shanghai Children's Medical Center", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Determination And Predictive Role Of Systemic Inflammatory Biomarkers In Neuroblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lei Zhang ", + "kol_full_name": "Lei Zhang " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455336", + "session_name": "Games Nurses Play: Exploring Innovative Ways for Teaching and Learning", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Linda Abramovitz", + "middle_name": null, + "last_name": null, + "org_name": "University of California, San Francisco", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Games Nurses Play: Exploring Innovative Ways for Teaching and Learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education And Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Linda Abramovitz ", + "kol_full_name": "Linda Abramovitz " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455162", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lindsay Jibb", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lindsay Jibb ", + "kol_full_name": "Lindsay Jibb " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Hematologic Diseases | Quality Improvement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455451", + "session_name": "Reducing Falls In Hospitalized Children And Adolescents With Cancer And Blood Disorders: A Quality Improvement Journey", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lisa Morrissey", + "middle_name": null, + "last_name": null, + "org_name": "Boston Children's Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Reducing Falls In Hospitalized Children And Adolescents With Cancer And Blood Disorders: A Quality Improvement Journey", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Hematologic Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Quality Improvement", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lisa Morrissey ", + "kol_full_name": "Lisa Morrissey " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455269", + "session_name": "Evaluating The Impact Of A Competency-Based Nurse Educator Training Program In Latin America", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lorena Segovia-Weber", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Evaluating The Impact Of A Competency-Based Nurse Educator Training Program In Latin America", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lorena Segovia-Weber ", + "kol_full_name": "Lorena Segovia-Weber " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455291", + "session_name": "Implementing Baseline Nursing Standards", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lori Kaneshige", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Implementing Baseline Nursing Standards", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lori Kaneshige ", + "kol_full_name": "Lori Kaneshige " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Sarcoma | Pain Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455387", + "session_name": "The Cope Sarcoma Program: Development And Initial Outcomes Of A Novel Pediatric Sarcoma-Focused Perioperative Pain Management Program", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Louisa Rygh", + "middle_name": null, + "last_name": null, + "org_name": "Dana Farber Cancer Insitute", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Cope Sarcoma Program: Development And Initial Outcomes Of A Novel Pediatric Sarcoma-Focused Perioperative Pain Management Program", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma | Pain Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Louisa Rygh ", + "kol_full_name": "Louisa Rygh " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Pregnancy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455409", + "session_name": "Maternal Infections In Pregnancy And The Risk Of Childhood Cancer – A Systematic Review And Meta-Analysis", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Loviisa Mulanje", + "middle_name": null, + "last_name": null, + "org_name": "Leibniz Institute for Prevention Research and Epidemiology (BIPS)", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Maternal Infections In Pregnancy And The Risk Of Childhood Cancer – A Systematic Review And Meta-Analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Pregnancy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Loviisa Mulanje ", + "kol_full_name": "Loviisa Mulanje " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Radiotherapy | Dental Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455323", + "session_name": "A Software Application For Providing Dosimetric Dental Mapping In Post-Radiotherapy Dental Care For Children.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Luc Ollivier", + "middle_name": null, + "last_name": null, + "org_name": "Institut de Cancérologie de l'Ouest", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "A Software Application For Providing Dosimetric Dental Mapping In Post-Radiotherapy Dental Care For Children.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Dental Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luc Ollivier ", + "kol_full_name": "Luc Ollivier " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Hematologic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455386", + "session_name": "Psychosocial Care Model And Continuous Educational Program For Ahopca (Association Of Pediatric Hematology And Oncology Of Central America And The Caribbean)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lucia Fuentes", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Guatemala", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Psychosocial Care Model And Continuous Educational Program For Ahopca (Association Of Pediatric Hematology And Oncology Of Central America And The Caribbean)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lucia Fuentes ", + "kol_full_name": "Lucia Fuentes " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Predisposition Syndrome", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455500", + "session_name": "Improving Care Of Pediatric Oncology Patients With Cancer Predisposition In A Medium-Sized Center: A Feasible Multistep Approach", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lucie Pecheux", + "middle_name": null, + "last_name": null, + "org_name": "University Of Alberta", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Care Of Pediatric Oncology Patients With Cancer Predisposition In A Medium-Sized Center: A Feasible Multistep Approach", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Predisposition Syndrome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lucie Pecheux ", + "kol_full_name": "Lucie Pecheux " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Vincristine | Peripheral Nervous System Diseases", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455375", + "session_name": "Natural History Of Vincristine Induced Peripheral Neuropathy On Ukall 2011: Impact On Motor Function.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Lucy A. Waller", + "middle_name": null, + "last_name": null, + "org_name": "Great Ormond Street Hospital", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Natural History Of Vincristine Induced Peripheral Neuropathy On Ukall 2011: Impact On Motor Function.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vincristine | Peripheral Nervous System Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Lucy A. Waller ", + "kol_full_name": "Lucy A. Waller " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Sarcoma | Extremities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455373", + "session_name": "Extremity Sarcoma In Young Children A Surgical Oncologists Perspective", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Luis A. Tinao", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Argentina", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Extremity Sarcoma In Young Children A Surgical Oncologists Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma | Extremities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Luis A. Tinao ", + "kol_full_name": "Luis A. Tinao " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455393", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Maile Enos", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maile Enos ", + "kol_full_name": "Maile Enos " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455253", + "session_name": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Maite Gorostegui", + "middle_name": null, + "last_name": null, + "org_name": "Hospital Sant Joan de Deu Barcelona", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maite Gorostegui ", + "kol_full_name": "Maite Gorostegui " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Surgical Oncology", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455331", + "session_name": "Ipso: Centralization Of Paediatric Surgical Oncology Care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Marc H. Wijnen", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Ipso: Centralization Of Paediatric Surgical Oncology Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Oncology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marc H. Wijnen ", + "kol_full_name": "Marc H. Wijnen " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455327", + "session_name": "Exploring The Therapeutic Role Of Drama: Empowering Children With Cancer At The Children'S Cancer Center Of Lebanon", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Maria C. Khoueiry", + "middle_name": null, + "last_name": null, + "org_name": "Children Cancer center of Lebanon", + "Country": "Lebanon", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Exploring The Therapeutic Role Of Drama: Empowering Children With Cancer At The Children'S Cancer Center Of Lebanon", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria C. Khoueiry ", + "kol_full_name": "Maria C. Khoueiry " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455396", + "session_name": "Building A Palliative Care System In Latin America.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Maria Jose Errazuriz Koppmann", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Chile", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Building A Palliative Care System In Latin America.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Jose Errazuriz Koppmann ", + "kol_full_name": "Maria Jose Errazuriz Koppmann " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Psychosocial Deprivation | Precision Medicine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455156", + "session_name": "Paediatric Precision Medicine: Psychosocial, Health System, And Ethical Considerations", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Maria Mccarthy", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Paediatric Precision Medicine: Psychosocial", + "rest_events_session_count": 2, + "rest_events_session": " Health System, And Ethical Considerations", + "events_topic": "Psychosocial Deprivation | Precision Medicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maria Mccarthy ", + "kol_full_name": "Maria Mccarthy " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Primitive Neuroectodermal Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455214", + "session_name": "Preoperative Identification Of The Adamkiewicz Artery In Basi Thoracic Pediatric Neuroectodermic Tumors: Is It Really Necessary?", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Marianna Cornet", + "middle_name": null, + "last_name": null, + "org_name": "CHU Necker", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Preoperative Identification Of The Adamkiewicz Artery In Basi Thoracic Pediatric Neuroectodermic Tumors: Is It Really Necessary?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primitive Neuroectodermal Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marianna Cornet ", + "kol_full_name": "Marianna Cornet " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Surgical Procedures, Operative | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455218", + "session_name": "Comprehensive Complication Index, A Promising Novel Tool In The Morbidity And Mortality Analysis Of Pediatric Oncology Surgical Patients.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mariona Bayarri Moreno", + "middle_name": null, + "last_name": null, + "org_name": "Virgen del Rocío Hospital, Seville", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Comprehensive Complication Index", + "rest_events_session_count": 1, + "rest_events_session": " A Promising Novel Tool In The Morbidity And Mortality Analysis Of Pediatric Oncology Surgical Patients.", + "events_topic": "Surgical Procedures, Operative | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mariona Bayarri Moreno ", + "kol_full_name": "Mariona Bayarri Moreno " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Prognosis | Rhabdomyosarcoma | Biomarkers", + "npi_num": "1427476613", + "hcp_pin_alias": "FU_HCP_320828", + "session_name": "Improving Individualized Rhabdomyosarcoma Prognosis Predictions Using New Molecular Biomarkers", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mark Zobeck", + "middle_name": null, + "last_name": null, + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Individualized Rhabdomyosarcoma Prognosis Predictions Using New Molecular Biomarkers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prognosis | Rhabdomyosarcoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mark Zobeck ", + "kol_full_name": "Mark Zobeck " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Oncolytic Viruses", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455256", + "session_name": "Oncolytic Viruses For Treatment Of Cancer", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Marta Alonso", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Spain", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Oncolytic Viruses For Treatment Of Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Oncolytic Viruses", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Marta Alonso ", + "kol_full_name": "Marta Alonso " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neurofibromatosis 1 | Disease Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455228", + "session_name": "Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Martin U. Schuhmann", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Tuebingen", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neurofibromatosis 1 | Disease Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Martin U. Schuhmann ", + "kol_full_name": "Martin U. Schuhmann " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455175", + "session_name": "Enhancing Knowledge On Cc And Providing Educational Tools", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mary McGowan", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Enhancing Knowledge On Cc And Providing Educational Tools", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education And Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mary McGowan ", + "kol_full_name": "Mary McGowan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Diffuse Midline Glioma", + "npi_num": "1396204616", + "hcp_pin_alias": "FU_HCP_5455382", + "session_name": "Convection Enhanced Drug Delivery And Radiosensitization For Diffuse Midline Glioma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Matthew Gallitto", + "middle_name": null, + "last_name": null, + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Convection Enhanced Drug Delivery And Radiosensitization For Diffuse Midline Glioma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Diffuse Midline Glioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthew Gallitto ", + "kol_full_name": "Matthew Gallitto " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Nephron-Sparing Surgery | Kidney Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455351", + "session_name": "Nephron-Sparing Surgery For Pediatric Renal Tumors After Centralization Of Pediatric Oncology Care In The Netherlands: Improved Outcomes With 3D Modeling", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Matthijs Fitski", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Nephron-Sparing Surgery For Pediatric Renal Tumors After Centralization Of Pediatric Oncology Care In The Netherlands: Improved Outcomes With 3D Modeling", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nephron-Sparing Surgery | Kidney Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Matthijs Fitski ", + "kol_full_name": "Matthijs Fitski " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Adrenocortical Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455483", + "session_name": "\"Molecular Characterisation Of Pediatric Adrenocortical Tumors Reveals Clinically Relevant Subgroups.”", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Maurice Loßner", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Augsburg", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "\"Molecular Characterisation Of Pediatric Adrenocortical Tumors Reveals Clinically Relevant Subgroups.”", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Adrenocortical Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Maurice Loßner ", + "kol_full_name": "Maurice Loßner " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Quality Improvement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455343", + "session_name": "Implementing Quality Improvement In A Clinical Setting", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mavis Boahemaa Obuoh-Evans", + "middle_name": null, + "last_name": null, + "org_name": "KORLE BU TEACHING HOSPITAL", + "Country": "Ghana", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Implementing Quality Improvement In A Clinical Setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mavis Boahemaa Obuoh-Evans ", + "kol_full_name": "Mavis Boahemaa Obuoh-Evans " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neuroblastoma | Anti-Gd2 Antibody | Killer Cells, Natural", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455282", + "session_name": "Umbilical Cord Blood Natural Killer Cells Combined With Anti-Gd2 Antibody Exert Potent Anti-Tumor Activity In Neuroblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mengjia Song", + "middle_name": null, + "last_name": null, + "org_name": "Sun Yat-sen University Cancer Center", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Umbilical Cord Blood Natural Killer Cells Combined With Anti-Gd2 Antibody Exert Potent Anti-Tumor Activity In Neuroblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma | Anti-Gd2 Antibody ", + "rest_events_topic_count": 1, + "rest_events_topic": " Killer Cells, Natural", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mengjia Song ", + "kol_full_name": "Mengjia Song " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455395", + "session_name": "The Role Of A Palliative Care Team In A Lmic", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mercy C. Butia", + "middle_name": null, + "last_name": null, + "org_name": "Baylor College of Medicine", + "Country": "Malawi", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Role Of A Palliative Care Team In A Lmic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mercy C. Butia ", + "kol_full_name": "Mercy C. Butia " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Rhabdoid Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455456", + "session_name": "Treatment Of Malignant Rhabdoid Tumours – The European Perspective", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Michael C. Frühwald", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Augsburg", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Treatment Of Malignant Rhabdoid Tumours – The European Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rhabdoid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael C. Frühwald ", + "kol_full_name": "Michael C. Frühwald " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Health Policy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455196", + "session_name": "Policy And Advocacy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Michael J. Sullivan", + "middle_name": null, + "last_name": null, + "org_name": "The Royal Children's Hospital", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Policy And Advocacy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michael J. Sullivan ", + "kol_full_name": "Michael J. Sullivan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Surgical Oncology | Microscopy, Confocal", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455260", + "session_name": "Confocal Scanning Laser Microscopy Meets Innovation And Revolutionary Technology, For “Real-Time” Histological Evaluation, In Pediatric Surgical Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Michele Ilari", + "middle_name": null, + "last_name": null, + "org_name": "G. Salesi Children's Hospital", + "Country": "Italy", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Confocal Scanning Laser Microscopy Meets Innovation And Revolutionary Technology", + "rest_events_session_count": 2, + "rest_events_session": " For “Real-Time” Histological Evaluation, In Pediatric Surgical Oncology", + "events_topic": "Surgical Oncology | Microscopy, Confocal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Michele Ilari ", + "kol_full_name": "Michele Ilari " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455164", + "session_name": "Solid Tumor Clinical", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Milena Villaroel", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Chile", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Solid Tumor Clinical", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Milena Villaroel ", + "kol_full_name": "Milena Villaroel " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455420", + "session_name": "Npo'S Activities To Support The Employment Of Childhood Cancer Survivors", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mitsue Hayashi", + "middle_name": null, + "last_name": null, + "org_name": "NPO Heart-link working project", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Npo'S Activities To Support The Employment Of Childhood Cancer Survivors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mitsue Hayashi ", + "kol_full_name": "Mitsue Hayashi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Patient Safety | Complementary Therapies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455495", + "session_name": "Fostering A Culture Of Patient Safety: Initiating Discussions About Traditional And Complementary Medicine With Children And Families", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mohammad Alqudimat", + "middle_name": null, + "last_name": null, + "org_name": "American University of the Middle East", + "Country": "Kuwait", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Fostering A Culture Of Patient Safety: Initiating Discussions About Traditional And Complementary Medicine With Children And Families", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Safety | Complementary Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohammad Alqudimat ", + "kol_full_name": "Mohammad Alqudimat " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Ganglioneuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455356", + "session_name": "Treatment And Outcome Of Ganglioneuroma And Ganglioneuroblastoma Intermixed", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mohammed Sajid Qureshi", + "middle_name": null, + "last_name": null, + "org_name": "Tata Memorial Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Treatment And Outcome Of Ganglioneuroma And Ganglioneuroblastoma Intermixed", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ganglioneuroblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mohammed Sajid Qureshi ", + "kol_full_name": "Mohammed Sajid Qureshi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncology Nursing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455268", + "session_name": "Regulatory Landscapes For Pediatric Oncology Nursing: A Comparative Analysis Of Nursing Laws And Regulations Between Brazil And Mozambique", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Monnie Abraham", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Regulatory Landscapes For Pediatric Oncology Nursing: A Comparative Analysis Of Nursing Laws And Regulations Between Brazil And Mozambique", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncology Nursing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Monnie Abraham ", + "kol_full_name": "Monnie Abraham " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Genetic Testing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455466", + "session_name": "National Implementation Of Pharmacogenetic Testing In Pediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mounira Ibrahim", + "middle_name": null, + "last_name": null, + "org_name": "The Children's Hospital of Eastern Ontario (CHEO)", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "National Implementation Of Pharmacogenetic Testing In Pediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Genetic Testing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mounira Ibrahim ", + "kol_full_name": "Mounira Ibrahim " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455148", + "session_name": "Global Health - Disease-Specific Learning And Education", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Muhammad Saghir", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Saudi Arabia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Disease-Specific Learning And Education", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education And Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Muhammad Saghir ", + "kol_full_name": "Muhammad Saghir " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455224", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Mumba Sata", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Zambia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Mumba Sata ", + "kol_full_name": "Mumba Sata " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Complementary Therapies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455425", + "session_name": "The Use Of Traditional And Complementary Medicine By Children With Cancer In Jordan", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Murad A. Sawalha", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Jordan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Use Of Traditional And Complementary Medicine By Children With Cancer In Jordan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Complementary Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Murad A. Sawalha ", + "kol_full_name": "Murad A. Sawalha " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Self Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455296", + "session_name": "Burnout among Nurses and the Role of Self-Care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Naa Martey", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Burnout among Nurses and the Role of Self-Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Self Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Naa Martey ", + "kol_full_name": "Naa Martey " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Brain Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455249", + "session_name": "Pediatric Brain Tumors", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Naureen Mushtaq", + "middle_name": null, + "last_name": null, + "org_name": "Aga Khan University", + "Country": "Pakistan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Pediatric Brain Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Naureen Mushtaq ", + "kol_full_name": "Naureen Mushtaq " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Osteosarcoma", + "npi_num": "1285212696", + "hcp_pin_alias": "FU_HCP_5455302", + "session_name": "Are We Over-Imaging? Surveillance Patterns In Pediatric Osteosarcoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Neha Malik", + "middle_name": null, + "last_name": null, + "org_name": "MD Anderson Cancer Center", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Are We Over-Imaging? Surveillance Patterns In Pediatric Osteosarcoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Osteosarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Neha Malik ", + "kol_full_name": "Neha Malik " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Bereavement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455328", + "session_name": "Bridging The Gap; Addressing The Lack Of Bereavement Care In Child Cancer Support Organizations", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Nganda Kenneth", + "middle_name": null, + "last_name": null, + "org_name": "Ahavah child cancer care uganda", + "Country": "Uganda", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Bridging The Gap; Addressing The Lack Of Bereavement Care In Child Cancer Support Organizations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bereavement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nganda Kenneth ", + "kol_full_name": "Nganda Kenneth " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Cisplatin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455467", + "session_name": "The Value And Challenges Of Local Application Of Sodium-Thiosulfate (Sts) As Otoprotectant In Cisplatin-Treated Cancer Patients: Perspectives For Children Based On A Literature Review", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Nienke Streefkerk", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Value And Challenges Of Local Application Of Sodium-Thiosulfate (Sts) As Otoprotectant In Cisplatin-Treated Cancer Patients: Perspectives For Children Based On A Literature Review", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cisplatin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nienke Streefkerk ", + "kol_full_name": "Nienke Streefkerk " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455348", + "session_name": "Home Based Chemotherapy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Nikki Ritchie", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Australia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Home Based Chemotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nikki Ritchie ", + "kol_full_name": "Nikki Ritchie " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455430", + "session_name": "Parents’ Perception Of Treatment-Related Toxicity In Children Treated According To The Nopho All2008 Protocol For Acute Lymphoblastic Leukemia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Nina Mogensen", + "middle_name": null, + "last_name": null, + "org_name": "Karolinska Institutet", + "Country": "Sweden", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Parents’ Perception Of Treatment-Related Toxicity In Children Treated According To The Nopho All2008 Protocol For Acute Lymphoblastic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nina Mogensen ", + "kol_full_name": "Nina Mogensen " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455277", + "session_name": "Treatment Free Remissions(Tfr) In Children With Chronic Phase Chronic Myeloid Leukemia (Cml-Cp) - A Prospective Study From The Tata Memorial Hospital(Tmh) Pediatric Cml (Pcml) Cohort.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Nirmalya Roy Moulik", + "middle_name": null, + "last_name": null, + "org_name": "Tata Memorial Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Treatment Free Remissions(Tfr) In Children With Chronic Phase Chronic Myeloid Leukemia (Cml-Cp) - A Prospective Study From The Tata Memorial Hospital(Tmh) Pediatric Cml (Pcml) Cohort.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nirmalya Roy Moulik ", + "kol_full_name": "Nirmalya Roy Moulik " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Rhabdoid Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455187", + "session_name": "Advances In The Treatment And Biology Of Malignant Rhabdoid Tumour", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Norbert Graf", + "middle_name": null, + "last_name": null, + "org_name": "Saarland University Hospital", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Advances In The Treatment And Biology Of Malignant Rhabdoid Tumour", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rhabdoid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Norbert Graf ", + "kol_full_name": "Norbert Graf " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455481", + "session_name": "Implementing A Multidisciplinary Virtual Tumor Board: A Quality Improvement Project To Reduce Solid Tumor Diagnostic Time In A Tertiary Hospital In Indonesia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Nur M. Sari", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Indonesia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Implementing A Multidisciplinary Virtual Tumor Board: A Quality Improvement Project To Reduce Solid Tumor Diagnostic Time In A Tertiary Hospital In Indonesia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Nur M. Sari ", + "kol_full_name": "Nur M. Sari " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455288", + "session_name": "Pursuing Graduate Education and Promoting Specialist Education", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Obadia Ngoka", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Tanzania", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Pursuing Graduate Education and Promoting Specialist Education", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education And Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Obadia Ngoka ", + "kol_full_name": "Obadia Ngoka " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Surgical Procedures, Operative", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455424", + "session_name": "Surgical Treatment", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Omar Pathmanaban", + "middle_name": null, + "last_name": null, + "org_name": "University of Manchester", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Surgical Treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Procedures, Operative", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Omar Pathmanaban ", + "kol_full_name": "Omar Pathmanaban " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neuroblastoma | Gastrointestinal Microbiome", + "npi_num": "1982012993", + "hcp_pin_alias": "FU_HCP_5455281", + "session_name": "Gut Microbiota Associations With Gd2/Gd3 Vaccine Response In Patients With High-Risk Neuroblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Oriana Miltiadous", + "middle_name": null, + "last_name": null, + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Gut Microbiota Associations With Gd2/Gd3 Vaccine Response In Patients With High-Risk Neuroblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma | Gastrointestinal Microbiome", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Oriana Miltiadous ", + "kol_full_name": "Oriana Miltiadous " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors | Discrimination, Psychological", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455418", + "session_name": "Stigma And Discrimination In Cancer: Role Of Local Networks Of Childhood Cancer Survivors To Prevent Them.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Pablo Allard", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Chile", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Stigma And Discrimination In Cancer: Role Of Local Networks Of Childhood Cancer Survivors To Prevent Them.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors | Discrimination, Psychological", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pablo Allard ", + "kol_full_name": "Pablo Allard " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455443", + "session_name": "Impact Of An Ambulatory Chemotherapy Unit Within A Cross-Border Shared-Care Network On Childhood Care Survival In Belize.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Pablo M. Gonzalez-Montalvo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Impact Of An Ambulatory Chemotherapy Unit Within A Cross-Border Shared-Care Network On Childhood Care Survival In Belize.", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pablo M. Gonzalez-Montalvo ", + "kol_full_name": "Pablo M. Gonzalez-Montalvo " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Kidney Neoplasms | Nephroma, Mesoblastic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455405", + "session_name": "Characteristics And Outcome Of Congenital Mesoblastic Nephroma: A Report Of 25 Years Registration Of Siop, Aieop, And Uk-Import - Renal Tumour Study Groups", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Paola Quarello", + "middle_name": null, + "last_name": null, + "org_name": "Regina Margherita Children's Hospital", + "Country": "Italy", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Characteristics And Outcome Of Congenital Mesoblastic Nephroma: A Report Of 25 Years Registration Of Siop", + "rest_events_session_count": 2, + "rest_events_session": " Aieop, And Uk-Import - Renal Tumour Study Groups", + "events_topic": "Kidney Neoplasms | Nephroma, Mesoblastic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paola Quarello ", + "kol_full_name": "Paola Quarello " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455441", + "session_name": "Characterization And Results Of The Global Initiative For Childhood Cancer Country-Specific Projects In Latin America And The Caribbean", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Patrícia Loggetto", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Characterization And Results Of The Global Initiative For Childhood Cancer Country-Specific Projects In Latin America And The Caribbean", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Patrícia Loggetto ", + "kol_full_name": "Patrícia Loggetto " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455362", + "session_name": "Co-Development And Usability Testing Of S-Imcica: A User-Centered E-Learning Curriculum In “Early Detection Of Childhood Cancer” For Primary Care Providers In Colombia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Patricia Montenegro", + "middle_name": null, + "last_name": null, + "org_name": "Clínica Blas de Lezo", + "Country": "Colombia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Co-Development And Usability Testing Of S-Imcica: A User-Centered E-Learning Curriculum In “Early Detection Of Childhood Cancer” For Primary Care Providers In Colombia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Patricia Montenegro ", + "kol_full_name": "Patricia Montenegro " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Liver Transplantation | Hepatoblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455232", + "session_name": "Outcomes Of Major Liver Resection For Hepatoblastoma Children Weighing Less Than 10 Kilograms: Avoiding Liver Transplantation With An Extended Or Extreme Resection", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Pattamon Sutthatarn", + "middle_name": null, + "last_name": null, + "org_name": "Chulalongkorn University", + "Country": "Thailand", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Outcomes Of Major Liver Resection For Hepatoblastoma Children Weighing Less Than 10 Kilograms: Avoiding Liver Transplantation With An Extended Or Extreme Resection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liver Transplantation | Hepatoblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Pattamon Sutthatarn ", + "kol_full_name": "Pattamon Sutthatarn " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455153", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Paul D. Losty", + "middle_name": null, + "last_name": null, + "org_name": "Mahidol University", + "Country": "Thailand", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paul D. Losty ", + "kol_full_name": "Paul D. Losty " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Acute Kidney Injury", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455469", + "session_name": "Acute Kidney Injury In Pediatric Oncology Patients In A National 6 Years Cohort Study; Epidemiology, Risk Medication And The Consequence Of Kidney Injury", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Paulien A. Raymakers-Janssen", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Acute Kidney Injury In Pediatric Oncology Patients In A National 6 Years Cohort Study; Epidemiology", + "rest_events_session_count": 1, + "rest_events_session": " Risk Medication And The Consequence Of Kidney Injury", + "events_topic": "Acute Kidney Injury", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Paulien A. Raymakers-Janssen ", + "kol_full_name": "Paulien A. Raymakers-Janssen " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy | Etoposide | Retinoblastoma | Topotecan | Vincristine | Carboplatin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455439", + "session_name": "Vincristine And Topotecan Versus Carboplatin, Etoposide And Vincristine Based Chemotherapy For Ocular Salvage In Group D And Group E Intraocular Retinoblastoma: A Randomized, Comparative Trial", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Prashant Prabhakar", + "middle_name": null, + "last_name": null, + "org_name": "VMMC and SJH", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Vincristine And Topotecan Versus Carboplatin", + "rest_events_session_count": 2, + "rest_events_session": " Etoposide And Vincristine Based Chemotherapy For Ocular Salvage In Group D And Group E Intraocular Retinoblastoma: A Randomized, Comparative Trial", + "events_topic": "Drug Therapy | Etoposide ", + "rest_events_topic_count": 4, + "rest_events_topic": " Retinoblastoma | Topotecan | Vincristine | Carboplatin", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Prashant Prabhakar ", + "kol_full_name": "Prashant Prabhakar " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Polymorphism, Genetic | Hematologic Diseases | Cyclosporine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455274", + "session_name": "Post-Transplant Complications Revealed By Cyclosporine A Related Transporters And Metabolic Enzymes Gene Polymorphisms In Pediatric Patients With Hematological Disorders", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Qi Ji", + "middle_name": null, + "last_name": null, + "org_name": "Children's Hospital of Soochow University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Post-Transplant Complications Revealed By Cyclosporine A Related Transporters And Metabolic Enzymes Gene Polymorphisms In Pediatric Patients With Hematological Disorders", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Polymorphism, Genetic | Hematologic Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cyclosporine", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Qi Ji ", + "kol_full_name": "Qi Ji " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Leukemia | Stem Cell Transplantation | Cyclophosphamide", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455273", + "session_name": "Thiotepa Versus Non-Thiotepa Based Conditioning In Children Undergoing Haploidentical Stem Cell Transplant With Post Transplant Cyclophosphamide For Leukemia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rachit Khandelwal", + "middle_name": null, + "last_name": null, + "org_name": "Medanta the medicine Gurugram", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Thiotepa Versus Non-Thiotepa Based Conditioning In Children Undergoing Haploidentical Stem Cell Transplant With Post Transplant Cyclophosphamide For Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia | Stem Cell Transplantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cyclophosphamide", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rachit Khandelwal ", + "kol_full_name": "Rachit Khandelwal " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Immunotherapy, Adoptive", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455245", + "session_name": "Indiaʻs CAR T Production Model", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rahul Purwar", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Indiaʻs CAR T Production Model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rahul Purwar ", + "kol_full_name": "Rahul Purwar " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455151", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Raluca Popa", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Romania", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Raluca Popa ", + "kol_full_name": "Raluca Popa " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Treatment Abandonment", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455422", + "session_name": "Patient Tracking As A Tool To Reduce Treatment Abandonment In Low-Middle-Income Countries", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ramandeep S. Arora", + "middle_name": null, + "last_name": null, + "org_name": "Max Super Speciality Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Patient Tracking As A Tool To Reduce Treatment Abandonment In Low-Middle-Income Countries", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Treatment Abandonment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ramandeep S. Arora ", + "kol_full_name": "Ramandeep S. Arora " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms, Germ Cell And Embryonal", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455437", + "session_name": "Late Pulmonary Outcomes Among Children, Adolescents, And Young Adults With Testicular Germ Cell Tumors: A Population-Based Retrospective Matched Cohort Study.", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rand Ajaj", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Late Pulmonary Outcomes Among Children", + "rest_events_session_count": 2, + "rest_events_session": " Adolescents, And Young Adults With Testicular Germ Cell Tumors: A Population-Based Retrospective Matched Cohort Study.", + "events_topic": "Neoplasms, Germ Cell And Embryonal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rand Ajaj ", + "kol_full_name": "Rand Ajaj " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Health Policy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455166", + "session_name": "Policy And Advocacy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rashmi Dalvi", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Policy And Advocacy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rashmi Dalvi ", + "kol_full_name": "Rashmi Dalvi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Qualitative Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455264", + "session_name": "Center for qualitative research for Eastern Mediterranean", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rawad Rihani", + "middle_name": null, + "last_name": null, + "org_name": "King Hussein Cancer Center", + "Country": "Jordan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Center for qualitative research for Eastern Mediterranean", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Qualitative Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rawad Rihani ", + "kol_full_name": "Rawad Rihani " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Vascular Access Devices", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455210", + "session_name": "Vascular access in low resource settings", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Reena S. Nair", + "middle_name": null, + "last_name": null, + "org_name": "Tata Memorial Hospital", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Vascular access in low resource settings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vascular Access Devices", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Reena S. Nair ", + "kol_full_name": "Reena S. Nair " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455334", + "session_name": "Games Nurses Play: Exploring Innovative Ways for Teaching and Learning", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rehana Punjwani", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Pakistan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Games Nurses Play: Exploring Innovative Ways for Teaching and Learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education And Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rehana Punjwani ", + "kol_full_name": "Rehana Punjwani " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cupping Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455230", + "session_name": "Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rejin Kebudi", + "middle_name": null, + "last_name": null, + "org_name": "Istanbul University, Oncology Institute", + "Country": "Turkey", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Integrative And Complementary Treatments In Supportive Care For Pediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cupping Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rejin Kebudi ", + "kol_full_name": "Rejin Kebudi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455370", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Renske Karens", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Renske Karens ", + "kol_full_name": "Renske Karens " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Wasting Syndrome | Nutritional Status", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455470", + "session_name": "Reliance On “Wasting Syndrome” As An Indicator Of Nutritional Status In Children With Cancer In Resource-Limited Settings Misses Children With Malnutrition", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Richard Nyeko", + "middle_name": null, + "last_name": null, + "org_name": "Lira University / Uganda Cancer Institute", + "Country": "Uganda", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Reliance On “Wasting Syndrome” As An Indicator Of Nutritional Status In Children With Cancer In Resource-Limited Settings Misses Children With Malnutrition", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Wasting Syndrome | Nutritional Status", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Richard Nyeko ", + "kol_full_name": "Richard Nyeko " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy | Artificial Intelligence | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455402", + "session_name": "Predicting Chemotherapy Response In Pediatric Acute Lymphoblastic Leukemia Using Ai-Driven Methylation Patterns Analysis", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rifaldy Fajar", + "middle_name": null, + "last_name": null, + "org_name": "Yogyakarta State University", + "Country": "Indonesia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Predicting Chemotherapy Response In Pediatric Acute Lymphoblastic Leukemia Using Ai-Driven Methylation Patterns Analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rifaldy Fajar ", + "kol_full_name": "Rifaldy Fajar " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Retinoblastoma | Biological Factors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455491", + "session_name": "The Global Pediatric Oncology Facility Integrated Local Evaluation Retinoblastoma Tool (Profile-Rb) To Evaluate The Impact Of Non-Biological Factors On Retinoblastoma Outcomes", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Riya Misal", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Global Pediatric Oncology Facility Integrated Local Evaluation Retinoblastoma Tool (Profile-Rb) To Evaluate The Impact Of Non-Biological Factors On Retinoblastoma Outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Retinoblastoma | Biological Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Riya Misal ", + "kol_full_name": "Riya Misal " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455252", + "session_name": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Roberta Ortiz", + "middle_name": null, + "last_name": null, + "org_name": "World Health Organization", + "Country": "Switzerland", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Updates On Global Pediatric Oncology Campaigns", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roberta Ortiz ", + "kol_full_name": "Roberta Ortiz " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455194", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rodney Wong", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Malaysia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rodney Wong ", + "kol_full_name": "Rodney Wong " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Surgical Oncology", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455337", + "session_name": "Collborative Surgical Oncology Trials -Psorc", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Roshni Dasgupta", + "middle_name": null, + "last_name": null, + "org_name": "University of Cincinnati", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Collborative Surgical Oncology Trials -Psorc", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Oncology", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Roshni Dasgupta ", + "kol_full_name": "Roshni Dasgupta " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Fibroblasts | Hepatoblastoma | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455464", + "session_name": "Single-Cell Profiles Delineate Immune Cell Remodeling And Enhanced Tumor-Fibroblast Interaction Of Hepatoblastoma After Chemotherapy", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Rui Dong", + "middle_name": null, + "last_name": null, + "org_name": "Children's hospital of Fudan University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Single-Cell Profiles Delineate Immune Cell Remodeling And Enhanced Tumor-Fibroblast Interaction Of Hepatoblastoma After Chemotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fibroblasts | Hepatoblastoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Rui Dong ", + "kol_full_name": "Rui Dong " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Transplantation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455244", + "session_name": "Outpatient Transplant in Mexico", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ruiz Arguellas", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Outpatient Transplant in Mexico", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruiz Arguellas ", + "kol_full_name": "Ruiz Arguellas " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Psychosocial Deprivation", + "npi_num": "1477081354", + "hcp_pin_alias": "FU_HCP_5455201", + "session_name": "Psycho-Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ruth Chelsey", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Psycho-Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Psychosocial Deprivation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruth Chelsey ", + "kol_full_name": "Ruth Chelsey " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Healthcare Disparities", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455324", + "session_name": "Grassroots Advocacy Reduces Disparity Between State-Based Child And Adult Cancer Research Appropriations", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ruth I. Hoffman", + "middle_name": null, + "last_name": null, + "org_name": "American Childhood Cancer Organization", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Grassroots Advocacy Reduces Disparity Between State-Based Child And Adult Cancer Research Appropriations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Healthcare Disparities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruth I. Hoffman ", + "kol_full_name": "Ruth I. Hoffman " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Margins Of Excision | HR-NBL1/SIOPEN Trial | Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455212", + "session_name": "Influence Of Surgical Excision On The Survival Of Patients With Mycn Amplified Localized Neuroblastoma : A Report From The Hr-Nbl1/Siopen Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ruth Ladenstein", + "middle_name": null, + "last_name": null, + "org_name": "St. Anna Kinderkrebsforschung GmbH", + "Country": "Austria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Influence Of Surgical Excision On The Survival Of Patients With Mycn Amplified Localized Neuroblastoma : A Report From The Hr-Nbl1/Siopen Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Margins Of Excision | HR-NBL1/SIOPEN Trial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neuroblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ruth Ladenstein ", + "kol_full_name": "Ruth Ladenstein " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "B-Cell Precursor Acute Lymphoblastic Leukemia | Measles Virus", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455404", + "session_name": "Combining A Recombinant Oncolytic Measles Virus With A Bispecific T Cell Engager: Mv-Blina As A New Therapeutic Approach To Treat Bcp-All", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sabine Heinze", + "middle_name": null, + "last_name": null, + "org_name": "Ulm University Medical Center", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Combining A Recombinant Oncolytic Measles Virus With A Bispecific T Cell Engager: Mv-Blina As A New Therapeutic Approach To Treat Bcp-All", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "B-Cell Precursor Acute Lymphoblastic Leukemia | Measles Virus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sabine Heinze ", + "kol_full_name": "Sabine Heinze " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "3-Iodobenzylguanidine | HR-NBL1/SIOPEN Trial | Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455258", + "session_name": "Only Mibg Positive Post Surgery Residues Impact On Outcomes In Patients With Stage 4 Neuroblastoma: Results From The Hr-Nbl1/Siopen Trial", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sabine Irtan", + "middle_name": null, + "last_name": null, + "org_name": "Sorbonne University, Department of Visceral and Neonatal Pediatric Surgery, AP-HP, Armand Trousseau Hospital", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Only Mibg Positive Post Surgery Residues Impact On Outcomes In Patients With Stage 4 Neuroblastoma: Results From The Hr-Nbl1/Siopen Trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "3-Iodobenzylguanidine | HR-NBL1/SIOPEN Trial ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neuroblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sabine Irtan ", + "kol_full_name": "Sabine Irtan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Tumors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455283", + "session_name": "Perinatal Solid Tumour Management", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sabine Sarnacki", + "middle_name": null, + "last_name": null, + "org_name": "Hopital Necker", + "Country": "France", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Perinatal Solid Tumour Management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sabine Sarnacki ", + "kol_full_name": "Sabine Sarnacki " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neuroendocrine Tumors | Appendix", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455353", + "session_name": "Management And Outcome Of Neuroendocrine Tumours Of The Appendix In Children; A Dutch Multicenter Historical Cohort Study - Preliminary Results", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Said Bachiri", + "middle_name": null, + "last_name": null, + "org_name": "Amsterdam UMC", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Management And Outcome Of Neuroendocrine Tumours Of The Appendix In Children; A Dutch Multicenter Historical Cohort Study - Preliminary Results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroendocrine Tumors | Appendix", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Said Bachiri ", + "kol_full_name": "Said Bachiri " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Sarcoma, Ewing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455305", + "session_name": "Clinical Presentation And Survival Outcomes Of Ewing Sarcoma Of Hand And Feet: An Retrospective Institutional Analysis Of 28 Cases Of A Rare Subsite", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sameer Bakhshi", + "middle_name": null, + "last_name": null, + "org_name": "All India Institute of Medical Sciences", + "Country": "India", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Clinical Presentation And Survival Outcomes Of Ewing Sarcoma Of Hand And Feet: An Retrospective Institutional Analysis Of 28 Cases Of A Rare Subsite", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma, Ewing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sameer Bakhshi ", + "kol_full_name": "Sameer Bakhshi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Learning Health System | National Cancer Control Plan", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455444", + "session_name": "Integrating Children, Adolescent And Young Adults (Caya) Into National Cancer Control Planning Through A Health System Approach", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sanjeeva Gunasekera", + "middle_name": null, + "last_name": null, + "org_name": "National Cancer Institute", + "Country": "Sri Lanka", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Integrating Children", + "rest_events_session_count": 1, + "rest_events_session": " Adolescent And Young Adults (Caya) Into National Cancer Control Planning Through A Health System Approach", + "events_topic": "Learning Health System | National Cancer Control Plan", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sanjeeva Gunasekera ", + "kol_full_name": "Sanjeeva Gunasekera " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Ovarian Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455312", + "session_name": "Identifying Barriers To Ovarian-Sparing Tumour Resection", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sarah Braungart", + "middle_name": null, + "last_name": null, + "org_name": "Royal Hospital for Children Glasgow", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Identifying Barriers To Ovarian-Sparing Tumour Resection", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarah Braungart ", + "kol_full_name": "Sarah Braungart " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455158", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sarah Cohen-Gogo", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sarah Cohen-Gogo ", + "kol_full_name": "Sarah Cohen-Gogo " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncolytic Adenovirus | Rhabdoid Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455408", + "session_name": "A Novel Conditionally Replicative Oncolytic Adenovirus Under The Control Of The Sall4 Promoter Inhibits The Growth Of Rhabdoid Tumors", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Satoru Oya", + "middle_name": null, + "last_name": null, + "org_name": "Kyoto Prefectural University of Medicine", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "A Novel Conditionally Replicative Oncolytic Adenovirus Under The Control Of The Sall4 Promoter Inhibits The Growth Of Rhabdoid Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oncolytic Adenovirus | Rhabdoid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Satoru Oya ", + "kol_full_name": "Satoru Oya " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Germline Sequencing Improves Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455384", + "session_name": "Counseling Challenges Of Germline Sequencing In Pediatric Oncology – Lessons Learned From The Predict & Reflect Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sebastian Bon", + "middle_name": null, + "last_name": null, + "org_name": "Princess Máxima Center", + "Country": "Netherlands", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Counseling Challenges Of Germline Sequencing In Pediatric Oncology – Lessons Learned From The Predict & Reflect Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Germline Sequencing Improves Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sebastian Bon ", + "kol_full_name": "Sebastian Bon " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Febrile Neutropenia | Quality Improvement | Anti-Bacterial Agents", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455460", + "session_name": "The Nurse-Initiated Antibiotic Time-Out (Nato): A Quality Improvement Approach In Children With Cancer And Febrile Neutropenia In Central America", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sergio Licona", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Nurse-Initiated Antibiotic Time-Out (Nato): A Quality Improvement Approach In Children With Cancer And Febrile Neutropenia In Central America", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Febrile Neutropenia | Quality Improvement ", + "rest_events_topic_count": 1, + "rest_events_topic": " Anti-Bacterial Agents", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sergio Licona ", + "kol_full_name": "Sergio Licona " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455486", + "session_name": "TCell Acute Lymphoblastic Leukemia: Results Of The Randomized Allic-Gatla 2010 Protocol In Argentina", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sergio M. Gomez", + "middle_name": null, + "last_name": null, + "org_name": "Nueva Clinica del Nino", + "Country": "Argentina", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "TCell Acute Lymphoblastic Leukemia: Results Of The Randomized Allic-Gatla 2010 Protocol In Argentina", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sergio M. Gomez ", + "kol_full_name": "Sergio M. Gomez " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Biopsy | Wilms Tumor | Liquid Biopsy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455307", + "session_name": "Identification Of Somatic Mutations In Liquid And Solid Biopsy Of Wilms Tumor In Children", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Shahnoor Islam", + "middle_name": null, + "last_name": null, + "org_name": "Dhaka Medical College Hospital", + "Country": "Bangladesh", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Identification Of Somatic Mutations In Liquid And Solid Biopsy Of Wilms Tumor In Children", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Biopsy | Wilms Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Liquid Biopsy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shahnoor Islam ", + "kol_full_name": "Shahnoor Islam " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Palliative Care", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455203", + "session_name": "Palliative Care", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Shahzadi Resham", + "middle_name": null, + "last_name": null, + "org_name": "Aga Khan University", + "Country": "Pakistan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Palliative Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shahzadi Resham ", + "kol_full_name": "Shahzadi Resham " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Spinal Puncture | Quality Improvement | Anesthesia | Leukemia", + "npi_num": "1962885202", + "hcp_pin_alias": "FU_HCP_5455457", + "session_name": "Decreasing Anesthesia Time For Leukemia Patients Requiring Sedation For Routine Lumbar Puncture: A Quality Improvement Project", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Shelby Smith", + "middle_name": null, + "last_name": null, + "org_name": "Children's National Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Decreasing Anesthesia Time For Leukemia Patients Requiring Sedation For Routine Lumbar Puncture: A Quality Improvement Project", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Spinal Puncture | Quality Improvement ", + "rest_events_topic_count": 2, + "rest_events_topic": " Anesthesia | Leukemia", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shelby Smith ", + "kol_full_name": "Shelby Smith " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Stress Disorders, Traumatic, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455333", + "session_name": "Revealing Prevalence Of Stress And Stressors: Pediatric Oncology Nurses In Pakistan - A Cross-Sectional Analysis", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Shenila Anwarali", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Pakistan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Revealing Prevalence Of Stress And Stressors: Pediatric Oncology Nurses In Pakistan - A Cross-Sectional Analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stress Disorders, Traumatic, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shenila Anwarali ", + "kol_full_name": "Shenila Anwarali " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Complementary Therapies", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455427", + "session_name": "The Use Of Traditional And Complementary Medicine By Children With Cancer In North Egypt", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sherihan M. Salman", + "middle_name": null, + "last_name": null, + "org_name": "Borg El Arab University Hospital-Pediatric Oncology Center", + "Country": "Egypt", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Use Of Traditional And Complementary Medicine By Children With Cancer In North Egypt", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Complementary Therapies", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sherihan M. Salman ", + "kol_full_name": "Sherihan M. Salman " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455482", + "session_name": "The Path From Abstract To Publication: A Comprehensive Analysis Of Key Influencing Factors", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Shushan Hovsepyan", + "middle_name": null, + "last_name": null, + "org_name": "Yeolyan Hematology and Oncology Center", + "Country": "Armenia", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Path From Abstract To Publication: A Comprehensive Analysis Of Key Influencing Factors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education And Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Shushan Hovsepyan ", + "kol_full_name": "Shushan Hovsepyan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455177", + "session_name": "Survivors: Addressing Challenges", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sidney Chahonyo", + "middle_name": null, + "last_name": null, + "org_name": "Hope for Cancer Kids", + "Country": "Kenya", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Survivors: Addressing Challenges", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sidney Chahonyo ", + "kol_full_name": "Sidney Chahonyo " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455219", + "session_name": "The Global Pediatric Oncology Facility Integrated Local Evaluation Surgical Tool To Evaluate The Impact Of Non-Biological Factors In Pediatric Cancer Outcomes – Pilot Testing Results", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Simone De Campos Vieira Abib", + "middle_name": null, + "last_name": null, + "org_name": "Grupo de Apoio ao Adolescente e à Criança com Câncer", + "Country": "Brazil", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Global Pediatric Oncology Facility Integrated Local Evaluation Surgical Tool To Evaluate The Impact Of Non-Biological Factors In Pediatric Cancer Outcomes – Pilot Testing Results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Simone De Campos Vieira Abib ", + "kol_full_name": "Simone De Campos Vieira Abib " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455493", + "session_name": "Harmonizing Efforts: Defining Integrated Cureall Core Project Indicators For The Global Initiative For Childhood Cancer Implementation In Latin America And The Caribbean(Latam)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Soad L. Fuentes-Alabi", + "middle_name": null, + "last_name": null, + "org_name": "National Program for Childhood Cancer", + "Country": "El Salvador", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Harmonizing Efforts: Defining Integrated Cureall Core Project Indicators For The Global Initiative For Childhood Cancer Implementation In Latin America And The Caribbean(Latam)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Soad L. Fuentes-Alabi ", + "kol_full_name": "Soad L. Fuentes-Alabi " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Hypersensitivity | Machine Learning | Precursor Cell Lymphoblastic Leukemia-Lymphoma | Asparaginase", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455431", + "session_name": "Predictive Machine Learning Models For L-Asparaginase Induced Hypersensitivity In Acute Lymphoblastic Leukaemia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Spencer J. Anderson", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Predictive Machine Learning Models For L-Asparaginase Induced Hypersensitivity In Acute Lymphoblastic Leukaemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypersensitivity | Machine Learning ", + "rest_events_topic_count": 2, + "rest_events_topic": " Precursor Cell Lymphoblastic Leukemia-Lymphoma | Asparaginase", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Spencer J. Anderson ", + "kol_full_name": "Spencer J. Anderson " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455262", + "session_name": "Development Of A New Score Based On Image Defined Risk Factors To Standardize Surgical Risk In Neuroblastoma Resection - A Siopen Collaborative Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Stefano Avanzini", + "middle_name": null, + "last_name": null, + "org_name": "IRCCS Istituto Giannina Gaslini", + "Country": "Italy", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Development Of A New Score Based On Image Defined Risk Factors To Standardize Surgical Risk In Neuroblastoma Resection - A Siopen Collaborative Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stefano Avanzini ", + "kol_full_name": "Stefano Avanzini " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Cancer Survivors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455499", + "session_name": "Access: Advancing Childhood Cancer Experience, Science And Survivorship In Canada", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Stephanie A. Grover", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Access: Advancing Childhood Cancer Experience", + "rest_events_session_count": 1, + "rest_events_session": " Science And Survivorship In Canada", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephanie A. Grover ", + "kol_full_name": "Stephanie A. Grover " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Lung Neoplasms | Indocyanine Green", + "npi_num": "1033748603", + "hcp_pin_alias": "FU_HCP_5455241", + "session_name": "Indocyanine Green Assists Identification Of Solid Tumor Pulmonary Metastases In Pediatric And Adolescent Patients: A Pediatric Surgical Oncology Research Collaborative Prospective Observational Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Stephen J. Hartman", + "middle_name": null, + "last_name": null, + "org_name": "Cincinnati Children's Hospital Medical Center", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Indocyanine Green Assists Identification Of Solid Tumor Pulmonary Metastases In Pediatric And Adolescent Patients: A Pediatric Surgical Oncology Research Collaborative Prospective Observational Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Indocyanine Green", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Stephen J. Hartman ", + "kol_full_name": "Stephen J. Hartman " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Blinatumomab | Leukemia", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455416", + "session_name": "“Just Really Happy To Be Home”: Parent Expereinces Of Caregiving For A Child With Leukemia Receiving Home-Based Blinatumomab", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Sue Zupanec", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "“Just Really Happy To Be Home”: Parent Expereinces Of Caregiving For A Child With Leukemia Receiving Home-Based Blinatumomab", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Blinatumomab | Leukemia", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Sue Zupanec ", + "kol_full_name": "Sue Zupanec " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Low-Level Light Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455458", + "session_name": "Developing A Hospital-Wide Photobiomodulation Program For A Pediatric Oncology Hospital", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Susan Ogg", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Developing A Hospital-Wide Photobiomodulation Program For A Pediatric Oncology Hospital", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Low-Level Light Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Susan Ogg ", + "kol_full_name": "Susan Ogg " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Quality Improvement", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455246", + "session_name": "How To Lead A Quality Improvement Team", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "TADALA MULEMBA", + "middle_name": null, + "last_name": null, + "org_name": "Baylor College of Medicine", + "Country": "Malawi", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "How To Lead A Quality Improvement Team", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Quality Improvement", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
TADALA MULEMBA ", + "kol_full_name": "TADALA MULEMBA " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Clinical Decision-Making", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455257", + "session_name": "Unveiling Gaps: Leveraging Profile Tool Data To Inform Surgical Prioritization And Surgeons’ Engagement In Decision-Making Processes", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Taiye T. Ibiyeye", + "middle_name": null, + "last_name": null, + "org_name": "Federal Teaching Hospital Lokoja", + "Country": "Nigeria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Unveiling Gaps: Leveraging Profile Tool Data To Inform Surgical Prioritization And Surgeons’ Engagement In Decision-Making Processes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Decision-Making", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Taiye T. Ibiyeye ", + "kol_full_name": "Taiye T. Ibiyeye " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Lung Neoplasms | Liver Transplantation | Hepatoblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455237", + "session_name": "Aggressive Resection Of Hepatoblastoma Lung Metastases In A Liver Transplant Center", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Takeshi Saito", + "middle_name": null, + "last_name": null, + "org_name": "Chiba Children's Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Aggressive Resection Of Hepatoblastoma Lung Metastases In A Liver Transplant Center", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Liver Transplantation ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hepatoblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Takeshi Saito ", + "kol_full_name": "Takeshi Saito " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455159", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Tammie Chang", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United Kingdom", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tammie Chang ", + "kol_full_name": "Tammie Chang " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455342", + "session_name": "Development Of Video Content To Support Communicating About Pediatric Early Warning Systems (Pews) To Caregivers Of Children With Cancer", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Tania M. Conde Morelos Zaragoza", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Development Of Video Content To Support Communicating About Pediatric Early Warning Systems (Pews) To Caregivers Of Children With Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tania M. Conde Morelos Zaragoza ", + "kol_full_name": "Tania M. Conde Morelos Zaragoza " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455497", + "session_name": "Factors Affecting Childhood Cancer Care Outcomes At The Niger Delta University Teaching Hospital, Bayelsa State, Southern Nigeria", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Timipah Peregba West", + "middle_name": null, + "last_name": null, + "org_name": "Niger Delta University Teaching Hospital, Okolobiri, Bayelsa state", + "Country": "Nigeria", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Factors Affecting Childhood Cancer Care Outcomes At The Niger Delta University Teaching Hospital", + "rest_events_session_count": 2, + "rest_events_session": " Bayelsa State, Southern Nigeria", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Timipah Peregba West ", + "kol_full_name": "Timipah Peregba West " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Thromboembolism | Pegaspargase | Calaspargase Pegol | Pancreatitis", + "npi_num": "1891353280", + "hcp_pin_alias": "FU_HCP_5455435", + "session_name": "A Real-World, Retrospective, Single Institution Comparison Of Pegaspargase (Pegasp) And Calasparagase Pegol-Mknl (Calpeg) Toxicity Reveals Increased Calpeg-Associated Venous Thromboemoblism And Pancreatitis In Pediatric T-All/Ly", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Timothy Spear", + "middle_name": null, + "last_name": null, + "org_name": "Children's Hospital of Philadelphia", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "A Real-World", + "rest_events_session_count": 2, + "rest_events_session": " Retrospective, Single Institution Comparison Of Pegaspargase (Pegasp) And Calasparagase Pegol-Mknl (Calpeg) Toxicity Reveals Increased Calpeg-Associated Venous Thromboemoblism And Pancreatitis In Pediatric T-All/Ly", + "events_topic": "Thromboembolism | Pegaspargase ", + "rest_events_topic_count": 2, + "rest_events_topic": " Calaspargase Pegol | Pancreatitis", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Timothy Spear ", + "kol_full_name": "Timothy Spear " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Education And Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455335", + "session_name": "Games Nurses Play: Exploring Innovative Ways for Teaching and Learning", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Tina Baggott", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Games Nurses Play: Exploring Innovative Ways for Teaching and Learning", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education And Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tina Baggott ", + "kol_full_name": "Tina Baggott " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neutrophils | Pyroptosis | Hepatoblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455233", + "session_name": "Neutrophils-Induced Pyroptosis Promotes Survival In Hepatoblastoma Patients", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Tingyi Fu", + "middle_name": null, + "last_name": null, + "org_name": "Shanghai Children's Medical Center", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Neutrophils-Induced Pyroptosis Promotes Survival In Hepatoblastoma Patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neutrophils | Pyroptosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hepatoblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tingyi Fu ", + "kol_full_name": "Tingyi Fu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Artificial Intelligence", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455446", + "session_name": "Scaling Access To Expertise: Utilizing An Artificial Intelligence Driven Expert Opinion System To Deliver Evidence-Based Treatment Plans In Pediatric Oncology In India", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Tushar Vora", + "middle_name": null, + "last_name": null, + "org_name": "London Hospital", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Scaling Access To Expertise: Utilizing An Artificial Intelligence Driven Expert Opinion System To Deliver Evidence-Based Treatment Plans In Pediatric Oncology In India", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Tushar Vora ", + "kol_full_name": "Tushar Vora " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Hematopoietic Stem Cell Transplantation | Cytomegalovirus", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455318", + "session_name": "Pre-Emptive Cmv-Ebv Bi-Specific Cytotoxicity T Cell Therapy In Children Undergone Allogeneic Hematopoietic Stem Cell Transplantation – A Perspective Study", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Uet Yu", + "middle_name": null, + "last_name": null, + "org_name": "Shenzhen Children's Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Pre-Emptive Cmv-Ebv Bi-Specific Cytotoxicity T Cell Therapy In Children Undergone Allogeneic Hematopoietic Stem Cell Transplantation – A Perspective Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematopoietic Stem Cell Transplantation | Cytomegalovirus", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Uet Yu ", + "kol_full_name": "Uet Yu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Psychosocial Deprivation", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455145", + "session_name": "Global Health - Addressing Psychosocial Well-Being Of Pediatric Oncology Multidisciplinary Professionals", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ulku M. Yildirim", + "middle_name": null, + "last_name": null, + "org_name": "Istanbul University, Oncology Institute", + "Country": "Turkey", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Global Health - Addressing Psychosocial Well-Being Of Pediatric Oncology Multidisciplinary Professionals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Psychosocial Deprivation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ulku M. Yildirim ", + "kol_full_name": "Ulku M. Yildirim " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms | Whole Genome Sequencing", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455413", + "session_name": "Germline Whole Genome Sequencing Of Over 1,000 Children With Cancer Reveals Excess Mutational Burden In Evolutionary Constrained Genes", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Ulrik K. Stoltze", + "middle_name": null, + "last_name": null, + "org_name": "Rigshospitalet", + "Country": "Denmark", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Germline Whole Genome Sequencing Of Over 1", + "rest_events_session_count": 1, + "rest_events_session": "000 Children With Cancer Reveals Excess Mutational Burden In Evolutionary Constrained Genes", + "events_topic": "Neoplasms | Whole Genome Sequencing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Ulrik K. Stoltze ", + "kol_full_name": "Ulrik K. Stoltze " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Gene Expression Profiling | Adrenocortical Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455485", + "session_name": "Investigating Single-Cell Transcriptomics To Navigate The Complexity Of Prediatric Adrenocortical Tumors: Implications For Development, Prognosis, And Therapeutic Approaches", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Victoria E. Fincke", + "middle_name": null, + "last_name": null, + "org_name": "University Hospital Augsburg", + "Country": "Germany", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Investigating Single-Cell Transcriptomics To Navigate The Complexity Of Prediatric Adrenocortical Tumors: Implications For Development", + "rest_events_session_count": 2, + "rest_events_session": " Prognosis, And Therapeutic Approaches", + "events_topic": "Gene Expression Profiling | Adrenocortical Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Victoria E. Fincke ", + "kol_full_name": "Victoria E. Fincke " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neurofibromatosis 1 | Disease Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455226", + "session_name": "Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Vijay Ramaswamy", + "middle_name": null, + "last_name": null, + "org_name": "The Hospital for Sick Children", + "Country": "Canada", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Improving Care In Paediatric Patients With Nf1-Pn: Approaches To Disease Management In Clinical Practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neurofibromatosis 1 | Disease Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Vijay Ramaswamy ", + "kol_full_name": "Vijay Ramaswamy " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Bilateral Adrenal Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455355", + "session_name": "The Clinical Characteristics, Surgical Strategies, Adrenal Function Management, And Prognosis Analysis Of Pediatric Patients With Bilateral Adrenal Neuroblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Wei Yang", + "middle_name": null, + "last_name": null, + "org_name": "Beijing Children’s Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Clinical Characteristics", + "rest_events_session_count": 3, + "rest_events_session": " Surgical Strategies, Adrenal Function Management, And Prognosis Analysis Of Pediatric Patients With Bilateral Adrenal Neuroblastoma", + "events_topic": "Bilateral Adrenal Neuroblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wei Yang ", + "kol_full_name": "Wei Yang " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Solid Pseudopapillary Epithelial Neoplasm", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455240", + "session_name": "Analysis Of Minimally Invasive Surgical Treatment Strategies For Solid Pseudopapillary Tumors Of The Pancreas In Children", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Wei Yao", + "middle_name": null, + "last_name": null, + "org_name": "Children's Hospital of Fudan University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Analysis Of Minimally Invasive Surgical Treatment Strategies For Solid Pseudopapillary Tumors Of The Pancreas In Children", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Pseudopapillary Epithelial Neoplasm", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wei Yao ", + "kol_full_name": "Wei Yao " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455426", + "session_name": "Assessment Of Chemotherapy Administration Nursing Practices In Pediatric Oncology Centres In Pakistan", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Winnie W. Njuguna", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Assessment Of Chemotherapy Administration Nursing Practices In Pediatric Oncology Centres In Pakistan", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Winnie W. Njuguna ", + "kol_full_name": "Winnie W. Njuguna " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455389", + "session_name": "Discussion on Paediatric Oncology", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Wong Joyce", + "middle_name": null, + "last_name": null, + "org_name": "", + "Country": null, + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Discussion on Paediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Wong Joyce ", + "kol_full_name": "Wong Joyce " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455326", + "session_name": "Game-Playing And Value Co-Creation: Caring Services Provided By Ngos In The Treatment Of Childhood Cancer", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Xin Chen", + "middle_name": null, + "last_name": null, + "org_name": "Beijing Rainbow Charity Foundation", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Game-Playing And Value Co-Creation: Caring Services Provided By Ngos In The Treatment Of Childhood Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Xin Chen ", + "kol_full_name": "Xin Chen " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455341", + "session_name": "National Brigade For The Early Detection Of Childhood Cancer In Costa Rica", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Y. Melissa M. Romero", + "middle_name": null, + "last_name": null, + "org_name": "Universidad Nacional Autónoma de México", + "Country": "Mexico", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "National Brigade For The Early Detection Of Childhood Cancer In Costa Rica", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Y. Melissa M. Romero ", + "kol_full_name": "Y. Melissa M. Romero " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Medulloblastoma | Deep Learning | Genetic Markers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455379", + "session_name": "Exploring Deep Learning And Hybrid Approaches In Molecular Subgrouping And Prognostic Related Genetic Markers Of Medulloblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Yanong Li", + "middle_name": null, + "last_name": null, + "org_name": "Beijing Tiantan Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Exploring Deep Learning And Hybrid Approaches In Molecular Subgrouping And Prognostic Related Genetic Markers Of Medulloblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Medulloblastoma | Deep Learning ", + "rest_events_topic_count": 1, + "rest_events_topic": " Genetic Markers", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yanong Li ", + "kol_full_name": "Yanong Li " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Lymphohistiocytosis, Hemophagocytic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455168", + "session_name": "Beyond Hlh 2004 - A Fresh Look At Hlh", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Yasuhiro Ikawa", + "middle_name": null, + "last_name": null, + "org_name": "Kanazawa University Hospital", + "Country": "Japan", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Beyond Hlh 2004 - A Fresh Look At Hlh", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphohistiocytosis, Hemophagocytic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yasuhiro Ikawa ", + "kol_full_name": "Yasuhiro Ikawa " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neoplasms, Germ Cell And Embryonal | Sirolimus | Drug Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455436", + "session_name": "Sirolimus Combined With Chemotherapy In Multiply Relapsed/Refractory Extracranial Germ Cell Tumors In Children", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Yixiang Song", + "middle_name": null, + "last_name": null, + "org_name": "Shandong Cancer Hospital and Institute", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Sirolimus Combined With Chemotherapy In Multiply Relapsed/Refractory Extracranial Germ Cell Tumors In Children", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms, Germ Cell And Embryonal | Sirolimus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Therapy", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yixiang Song ", + "kol_full_name": "Yixiang Song " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Disease-Free Survival | Bone Marrow", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455275", + "session_name": "The Prediction Model Based On 6 Cytokines In The Bone Marrow Micro-Environment Can Distinguish The Event-Free Survival Of Children With Aml Effectively", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Yongping Zhang", + "middle_name": null, + "last_name": null, + "org_name": "Children's Hospital of Soochow University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Prediction Model Based On 6 Cytokines In The Bone Marrow Micro-Environment Can Distinguish The Event-Free Survival Of Children With Aml Effectively", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Disease-Free Survival | Bone Marrow", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yongping Zhang ", + "kol_full_name": "Yongping Zhang " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Oncogenes | LGR5 Protein, Human | Hepatoblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455261", + "session_name": "Lgr5 Expression Promotes Oncogenesis, In Hepatoblastoma Through Notch Pathway", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Yuhua Shan", + "middle_name": null, + "last_name": null, + "org_name": "Shanghai Children's Medical Center", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Lgr5 Expression Promotes Oncogenesis", + "rest_events_session_count": 1, + "rest_events_session": " In Hepatoblastoma Through Notch Pathway", + "events_topic": "Oncogenes | LGR5 Protein, Human ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hepatoblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yuhua Shan ", + "kol_full_name": "Yuhua Shan " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Genes, Tumor Suppressor | Whole Genome Sequencing | CNTNAP2 Protein, Human | Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455279", + "session_name": "Third Generation Whole-Genome Sequencing Reveals Cntnap2 As A Tumor Suppressor Gene In The High-Risk Neuroblastoma", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Yun Liu", + "middle_name": null, + "last_name": null, + "org_name": "Tianjin Medical University Cancer Institute and Hospital", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Third Generation Whole-Genome Sequencing Reveals Cntnap2 As A Tumor Suppressor Gene In The High-Risk Neuroblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genes, Tumor Suppressor | Whole Genome Sequencing ", + "rest_events_topic_count": 2, + "rest_events_topic": " CNTNAP2 Protein, Human | Neuroblastoma", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yun Liu ", + "kol_full_name": "Yun Liu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "E2F Transcription Factors | Neuroblastoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455280", + "session_name": "The Mechanism Of E2F Transcription Factor 7 Maintaining Progenitor Cell State To Promote High-Risk Neuroblastoma Metastasis", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Yunyun Xu", + "middle_name": null, + "last_name": null, + "org_name": "The Chindren's Hospital Affiliated to Soochow University", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "The Mechanism Of E2F Transcription Factor 7 Maintaining Progenitor Cell State To Promote High-Risk Neuroblastoma Metastasis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "E2F Transcription Factors | Neuroblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Yunyun Xu ", + "kol_full_name": "Yunyun Xu " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Parenteral Nutrition, Total | Hepatoblastoma", + "npi_num": "1184207235", + "hcp_pin_alias": "FU_HCP_5455235", + "session_name": "Relationship Between Total Parental Nutrition (Tpn) And Hepatoblastoma: A Study Of 306,427 Neonatal Intensive Care Unit Admissions", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Zane J. Hellmann", + "middle_name": null, + "last_name": null, + "org_name": "Yale School of Medicine", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Relationship Between Total Parental Nutrition (Tpn) And Hepatoblastoma: A Study Of 306", + "rest_events_session_count": 1, + "rest_events_session": "427 Neonatal Intensive Care Unit Admissions", + "events_topic": "Parenteral Nutrition, Total | Hepatoblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zane J. Hellmann ", + "kol_full_name": "Zane J. Hellmann " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455403", + "session_name": "Molecular And Pharmacological Heterogeneity Of Etv6::Runx1 Acute Lymphoblastic Leukemia", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Zhenhua Li", + "middle_name": null, + "last_name": null, + "org_name": "St. Jude Children's Research Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Molecular And Pharmacological Heterogeneity Of Etv6::Runx1 Acute Lymphoblastic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zhenhua Li ", + "kol_full_name": "Zhenhua Li " + }, + { + "proj_kol_id": false, + "eid": "142682", + "event_topics": "Neuroblastoma | Chemotherapy, Adjuvant", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5455216", + "session_name": "Image-Defined Risk Factors (Idrfs) Changes During Neoadjuvant Chemotherapy And Their Roles In Predicting Surgical Outcomes Based On The International Neuroblastoma Surgical Report Form (Insrf)", + "name": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "kol_id": "0", + "first_name": "Zhibao Lyu", + "middle_name": null, + "last_name": null, + "org_name": "Shanghai Children's Medical Center", + "Country": "China", + "Region": null, + "City": null, + "num_sess": "1", + "opt_in_out_status": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "session_note": null, + "events_session": "Image-Defined Risk Factors (Idrfs) Changes During Neoadjuvant Chemotherapy And Their Roles In Predicting Surgical Outcomes Based On The International Neuroblastoma Surgical Report Form (Insrf)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma | Chemotherapy, Adjuvant", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "
\n\t\t\t\t\t \n\t\t\t\t\t
Zhibao Lyu ", + "kol_full_name": "Zhibao Lyu " + } + ] + } +} \ No newline at end of file diff --git a/assets/events.json b/assets/events.json new file mode 100644 index 0000000..5230354 --- /dev/null +++ b/assets/events.json @@ -0,0 +1,1026 @@ +{ + "data": { + "events": [ + { + "therapeutic_area": "Cardiology | Vascular Access", + "hcp_pin": "", + "cnt": "0", + "id": "364810", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "23409", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "08/23/2024", + "end": "08/24/2024", + "organizer": "Pacific Northwest Endovascular Conference (PNEC)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "5", + "location": "Hyatt Regency Seattle", + "address": "808 Howell Street", + "city_id": "11527", + "state_id": "168", + "country_id": "254", + "postal_code": "98101", + "subject": "", + "url1": "https://pnec-seattle.org/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:04", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364810", + "stype": "", + "otype": "Other", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 Pacific Northwest Endovascular Conference\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "topic_name": "", + "eventLat": "47.6014", + "eventLong": "-122.33", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "PNEC", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 Pacific Northwest Endovascular Conference" + }, + { + "therapeutic_area": "Oncology | Precision Oncology | Cancer Screening", + "hcp_pin": "FU_HCP_271646", + "cnt": "934", + "id": "365640", + "kol_id": "0", + "type": "conference", + "event_type": "Annual Meeting", + "event_id": "23416", + "session_type": "CME", + "session_name": "Head and Neck Cancer", + "role": "Chair", + "topic": "", + "start": "08/31/2024", + "end": "09/04/2024", + "organizer": "American Society of Clinical Oncology (ASCO)", + "sponsor_type": "1", + "session_sponsor": "American Society of Clinical Oncology (ASCO)", + "organizer_type": "1", + "location": "McCormick Place", + "address": "2301 South Martin Luther King Drive", + "city_id": "8198", + "state_id": "135", + "country_id": "254", + "postal_code": "60616", + "subject": "", + "url1": "https://conferences.asco.org/am/attend", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:17", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_365640", + "stype": "Association", + "otype": "Association", + "name": "\u003Ca onclick=\"viewEventMicroProfile('365640','grid','','08/31/2024','09/04/2024','1');return False;\"\u003E2024 American Society of Clinical Oncology Annual Meeting (ASCO)\u003C/a\u003E", + "partially_released_event": "1", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "topic_name": "Head And Neck Neoplasms", + "eventLat": "41.865", + "eventLong": "-87.6718", + "user_count": "3", + "partialcount": "934", + "session_note1": "", + "session_note": "366467", + "organizerAlias": "ASCO", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": true, + "name1": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)" + }, + { + "therapeutic_area": "CNS | CNS_Demo", + "hcp_pin": "", + "cnt": "0", + "id": "364641", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "23397", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "09/04/2024", + "end": "09/06/2024", + "organizer": "Precision Global Conferences (PGC)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "5", + "location": "DoubleTree by Hilton Hotel San Francisco Airport", + "address": "835 Airport Boulevard", + "city_id": "7115", + "state_id": "126", + "country_id": "254", + "postal_code": "94010", + "subject": "", + "url1": "https://www.dementiaworldconference.com/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:02", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364641", + "stype": "", + "otype": "Other", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 Dementia World Conference\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "California", + "City": "Burlingame", + "topic_name": "", + "eventLat": "37.5779", + "eventLong": "-122.364", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "PGC", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 Dementia World Conference" + }, + { + "therapeutic_area": "Oncology", + "hcp_pin": "", + "cnt": "0", + "id": "357643", + "kol_id": "0", + "type": "conference", + "event_type": "Congress", + "event_id": "23377", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "09/06/2024", + "end": "09/08/2024", + "organizer": "HMP Global (HG)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "5", + "location": "The Westin Copley Place, Boston", + "address": "10 Huntington Avenue", + "city_id": "8816", + "state_id": "143", + "country_id": "254", + "postal_code": "02116", + "subject": "", + "url1": "https://www.hmpglobalevents.com/cpc", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 14:58:04", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_357643", + "stype": "", + "otype": "Other", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 HMP Global Clinical Pathways Congress\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "topic_name": "", + "eventLat": "42.3535", + "eventLong": "-71.0627", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "HG", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 HMP Global Clinical Pathways Congress" + }, + { + "therapeutic_area": "Oncology | Pulmonary Medicine", + "hcp_pin": "", + "cnt": "0", + "id": "357642", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "23376", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "09/07/2024", + "end": "09/10/2024", + "organizer": "International Association for the Study of Lung Cancer (IASLC)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "1", + "location": "San Diego Convention Center", + "address": "111 Harbor Drive", + "city_id": "7416", + "state_id": "126", + "country_id": "254", + "postal_code": "92101", + "subject": "", + "url1": "https://wclc2024.iaslc.org/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 14:58:04", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_357642", + "stype": "", + "otype": "Association", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 International Association for the Study of Lung Cancer World Conference on Lung Cancer (IASLC WCLC)\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "California", + "City": "San Diego", + "topic_name": "", + "eventLat": "32.7473", + "eventLong": "-117.148", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "IAFTSLC", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 International Association for the Study of Lung Cancer World Conference on Lung Cancer (IASLC WCLC)" + }, + { + "therapeutic_area": "Cardiology | Vascular Access", + "hcp_pin": "", + "cnt": "0", + "id": "364813", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "23412", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "09/12/2024", + "end": "09/14/2024", + "organizer": "Gaffney Events (GE)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "5", + "location": "etc.venues 360 Madison", + "address": "360 Madison Avenue", + "city_id": "10182", + "state_id": "154", + "country_id": "254", + "postal_code": "10017", + "subject": "", + "url1": "https://nyevs.org/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:04", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364813", + "stype": "", + "otype": "Other", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 New York Endovascular Summit\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "New York", + "City": "New York", + "topic_name": "", + "eventLat": "40.7488", + "eventLong": "-73.9846", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "GE", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 New York Endovascular Summit" + }, + { + "therapeutic_area": "Cardiology | Vascular Access", + "hcp_pin": "", + "cnt": "0", + "id": "364815", + "kol_id": "0", + "type": "conference", + "event_type": "Annual Meeting", + "event_id": "23414", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "09/13/2024", + "end": "09/15/2024", + "organizer": "Georgia Vascular Society (GVS)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "1", + "location": "The Ritz-Carlton Reynolds, Lake Oconee", + "address": "1 Lake Oconee Trail", + "city_id": "7907", + "state_id": "132", + "country_id": "254", + "postal_code": "30642", + "subject": "", + "url1": "https://georgiavascularsociety.org/annual-meeting/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:04", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364815", + "stype": "", + "otype": "Association", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 Georgia Vascular Society Annual Scientific Sessions (GVS)\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "Georgia", + "City": "Greensboro", + "topic_name": "", + "eventLat": "33.5492", + "eventLong": "-83.1798", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "GVS", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 Georgia Vascular Society Annual Scientific Sessions (GVS)" + }, + { + "therapeutic_area": "Oncology", + "hcp_pin": "FU_HCP_5430873", + "cnt": "30", + "id": "364606", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "23396", + "session_type": "CME", + "session_name": "Mechanisms Of Pancreatic Cancer Cachexia", + "role": "Speaker", + "topic": "", + "start": "09/15/2024", + "end": "09/18/2024", + "organizer": "American Association for Cancer Research (AACR)", + "sponsor_type": "1", + "session_sponsor": "American Association for Cancer Research (AACR)", + "organizer_type": "1", + "location": "The Westin Copley Place, Boston", + "address": "10 Huntington Avenue", + "city_id": "8816", + "state_id": "143", + "country_id": "254", + "postal_code": "02116", + "subject": "", + "url1": "https://www.aacr.org/meeting/aacr-special-conference-pancreatic-cancer-2024/program/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:01", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364606", + "stype": "Association", + "otype": "Association", + "name": "\u003Ca onclick=\"viewEventMicroProfile('364606','grid','','09/15/2024','09/18/2024','');return False;\"\u003E2024 American Association for Cancer Research Advances in Pancreatic Cancer Research Conference (AACR)\u003C/a\u003E", + "partially_released_event": "1", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "topic_name": "Pancreatic Neoplasms", + "eventLat": "42.3535", + "eventLong": "-71.0627", + "user_count": "1", + "partialcount": "30", + "session_note1": "", + "session_note": "", + "organizerAlias": "AAFCR", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 American Association for Cancer Research Advances in Pancreatic Cancer Research Conference (AACR)" + }, + { + "therapeutic_area": "CNS | CNS_Demo", + "hcp_pin": "", + "cnt": "0", + "id": "364642", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "23398", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "09/19/2024", + "end": "09/22/2024", + "organizer": "International Society for Frontotemporal Dementias (IFTD)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "1", + "location": "Amsterdam RAI", + "address": "Europaplein 24", + "city_id": "6580", + "state_id": "2981", + "country_id": "175", + "postal_code": "1078", + "subject": "", + "url1": "https://www.isftd2024.org/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:02", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364642", + "stype": "", + "otype": "Association", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 International Conference on Frontotemporal Dementias\u003C/a\u003E", + "partially_released_event": "0", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "topic_name": "", + "eventLat": "52.35", + "eventLong": "4.917", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "ISFFD", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 International Conference on Frontotemporal Dementias" + }, + { + "therapeutic_area": "Oncology", + "hcp_pin": "", + "cnt": "0", + "id": "357641", + "kol_id": "0", + "type": "conference", + "event_type": "Annual Meeting", + "event_id": "23375", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "09/20/2024", + "end": "09/22/2024", + "organizer": "Association of VA Hematology/Oncology (AVH)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "1", + "location": "Omni Atlanta Hotel at Centennial Park", + "address": "190 Marietta Street North West", + "city_id": "7839", + "state_id": "132", + "country_id": "254", + "postal_code": "30303", + "subject": "", + "url1": "https://www.avaho.org/the-annual-meeting/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 14:58:04", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_357641", + "stype": "", + "otype": "Association", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 Association of VA Hematology/Oncology Annual Meeting (AVAHO)\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "topic_name": "", + "eventLat": "33.809", + "eventLong": "-84.3548", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "AVH", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 Association of VA Hematology/Oncology Annual Meeting (AVAHO)" + }, + { + "therapeutic_area": "Oncology", + "hcp_pin": "FU_HCP_5430861", + "cnt": "18", + "id": "364588", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "23395", + "session_type": "CME", + "session_name": "Discussion on Ovarian Cancer", + "role": "Speaker", + "topic": "", + "start": "09/20/2024", + "end": "09/21/2024", + "organizer": "American Association for Cancer Research (AACR), Rivkin Center (AAFCRRC)", + "sponsor_type": "1", + "session_sponsor": "American Association for Cancer Research (AACR), Rivkin Center", + "organizer_type": "1", + "location": "Seattle Airport Marriott", + "address": "3201 South 176th Street", + "city_id": "11527", + "state_id": "168", + "country_id": "254", + "postal_code": "98188", + "subject": "", + "url1": "https://rivkin.org/symposia/ocrs/#:~:text=The%20Rivkin%20Center%20and%20the,Airport%20Marriott%20in%20Seattle%2C%20WA.", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:01", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364588", + "stype": "Association", + "otype": "Association", + "name": "\u003Ca onclick=\"viewEventMicroProfile('364588','grid','','09/20/2024','09/21/2024','');return False;\"\u003E2024 American Association for Cancer Research (AACR)/Rivkin Center Biennial Ovarian Cancer Research Symposium\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "topic_name": "Ovarian Neoplasms", + "eventLat": "47.6014", + "eventLong": "-122.33", + "user_count": "1", + "partialcount": "18", + "session_note1": "", + "session_note": "", + "organizerAlias": "AAFCRRC", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 American Association for Cancer Research (AACR)/Rivkin Center Biennial Ovarian Cancer Research Symposium" + }, + { + "therapeutic_area": "Oncology", + "hcp_pin": "1336129071", + "cnt": "10", + "id": "350685", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "22705", + "session_type": "Symposium", + "session_name": "MHM Subcommittee", + "role": "Admin. & Management", + "topic": "", + "start": "10/04/2024", + "end": "10/06/2024", + "organizer": "Association of Community Cancer Centers (ACCC)", + "sponsor_type": "12", + "session_sponsor": "Admin. & Management", + "organizer_type": "1", + "location": "Hilton Austin", + "address": "500 East 4th Street", + "city_id": "10965", + "state_id": "165", + "country_id": "254", + "postal_code": "78701", + "subject": "", + "url1": "https://www.accc-cancer.org/home/attend/national-oncology-conference", + "url2": "", + "notes": "", + "created_by": "709", + "created_on": "03/13/2024", + "modified_by": "", + "modified_on": "2024-03-13 16:19:23", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_350685", + "stype": "AstraZeneca", + "otype": "Association", + "name": "\u003Ca onclick=\"viewEventMicroProfile('350685','grid','','10/04/2024','10/06/2024','1');return False;\"\u003E2023 Association of Community Cancer Centers National Oncology Conference (ACCC)\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "Texas", + "City": "Austin", + "topic_name": "", + "eventLat": "30.3811", + "eventLong": "-97.7581", + "user_count": "4", + "partialcount": "11", + "session_note1": "", + "session_note": "", + "organizerAlias": "ACCC", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": true, + "name1": "2023 Association of Community Cancer Centers National Oncology Conference (ACCC)" + }, + { + "therapeutic_area": "CNS | CNS_Demo", + "hcp_pin": "", + "cnt": "0", + "id": "364644", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "23400", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "10/08/2024", + "end": "10/10/2024", + "organizer": "Alzheimer Europe (AE)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "1", + "location": "Geneva International Conference Center", + "address": "Rue de Varembé 17", + "city_id": "6730", + "state_id": "4031", + "country_id": "234", + "postal_code": "1211", + "subject": "", + "url1": "https://www.alzheimer-europe.org/conferences/2024-Geneva?language\\_content\\_entity=en", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:02", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364644", + "stype": "", + "otype": "Association", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 Alzheimer Europe Annual Conference\u003C/a\u003E", + "partially_released_event": "0", + "Country": "Switzerland", + "Region": "Geneve", + "City": "Geneva", + "topic_name": "", + "eventLat": "46.2", + "eventLong": "6.167", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "AE", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 Alzheimer Europe Annual Conference" + }, + { + "therapeutic_area": "Cardiology | Vascular Access", + "hcp_pin": "", + "cnt": "0", + "id": "364811", + "kol_id": "0", + "type": "conference", + "event_type": "Annual Meeting", + "event_id": "23410", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "10/11/2024", + "end": "10/14/2024", + "organizer": "Florida Vascular Society (FVS)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "1", + "location": "Waldorf Astoria Orlando", + "address": "14200 Bonnet Creek Resort Lane", + "city_id": "7776", + "state_id": "131", + "country_id": "254", + "postal_code": "32821", + "subject": "", + "url1": "https://fvs.org/fvs-annual-meeting/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:04", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364811", + "stype": "", + "otype": "Association", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 Florida Vascular Society Annual Scientific Sessions\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "Florida", + "City": "Orlando", + "topic_name": "", + "eventLat": "28.548", + "eventLong": "-81.0064", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "FVS", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 Florida Vascular Society Annual Scientific Sessions" + }, + { + "therapeutic_area": "Cardiology | Vascular Access", + "hcp_pin": "", + "cnt": "0", + "id": "364814", + "kol_id": "0", + "type": "conference", + "event_type": "Annual Meeting", + "event_id": "23413", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "10/25/2024", + "end": "10/27/2024", + "organizer": "New England Society for Vascular Surgery (NESVS)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "1", + "location": "The Westin Portland Harborview", + "address": "157 High Street", + "city_id": "9010", + "state_id": "141", + "country_id": "254", + "postal_code": "04101", + "subject": "", + "url1": "https://nesvs.org/annual-meeting/", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:04", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364814", + "stype": "", + "otype": "Association", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 New England Society for Vascular Surgery Annual Meeting (NESVS)\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "Maine", + "City": "Portland", + "topic_name": "", + "eventLat": "43.6782", + "eventLong": "-70.3175", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "NESFVS", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 New England Society for Vascular Surgery Annual Meeting (NESVS)" + }, + { + "therapeutic_area": "CNS | CNS_Demo", + "hcp_pin": "", + "cnt": "0", + "id": "364645", + "kol_id": "0", + "type": "conference", + "event_type": "Conference", + "event_id": "23401", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "10/29/2024", + "end": "11/01/2024", + "organizer": "Clinical Trials on Alzheimer’s Disease (CTAD)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "5", + "location": "Madrid Marriott Auditorium", + "address": "Avenue. de Aragón, 400, San Blas-Canillejas", + "city_id": "3818", + "state_id": "3908", + "country_id": "226", + "postal_code": "28022", + "subject": "", + "url1": "https://www.ctad-alzheimer.com/about", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:02", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364645", + "stype": "", + "otype": "Other", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 Clinical Trials on Alzheimer’s Disease Conference (CTAD)\u003C/a\u003E", + "partially_released_event": "0", + "Country": "Spain", + "Region": "Madrid", + "City": "Madrid", + "topic_name": "", + "eventLat": "40.4", + "eventLong": "-3.683", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "CTAD", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 Clinical Trials on Alzheimer’s Disease Conference (CTAD)" + }, + { + "therapeutic_area": "CNS | CNS_Demo", + "hcp_pin": "", + "cnt": "0", + "id": "364643", + "kol_id": "0", + "type": "conference", + "event_type": "Congress", + "event_id": "23399", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "11/12/2024", + "end": "11/14/2024", + "organizer": "Alzheimer International Society (AIS)", + "sponsor_type": "5", + "session_sponsor": "", + "organizer_type": "1", + "location": "Crowne Plaza San Francisco Airport, an IHG Hotel", + "address": "1177 Airport Boulevard", + "city_id": "7115", + "state_id": "126", + "country_id": "254", + "postal_code": "94010", + "subject": "", + "url1": "https://www.alzint.com/ASIC.html", + "url2": "", + "notes": "", + "created_by": "807", + "created_on": "06/20/2024", + "modified_by": "", + "modified_on": "2024-06-20 15:00:02", + "client_id": "1", + "project_id": "", + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": "", + "event_unique_id": "_364643", + "stype": "", + "otype": "Association", + "name": "\u003Ca onclick='no_sessio_alert();return False;'\u003E2024 Alzheimer Society International Congress (ASIC)\u003C/a\u003E", + "partially_released_event": "0", + "Country": "United States", + "Region": "California", + "City": "Burlingame", + "topic_name": "", + "eventLat": "37.5779", + "eventLong": "-122.364", + "user_count": "0", + "partialcount": "1", + "session_note1": "", + "session_note": "", + "organizerAlias": "AIS", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "event_user_attendee": false, + "name1": "2024 Alzheimer Society International Congress (ASIC)" + } + ] + } + } \ No newline at end of file diff --git a/assets/eventsdetail.json b/assets/eventsdetail.json new file mode 100644 index 0000000..b464aac --- /dev/null +++ b/assets/eventsdetail.json @@ -0,0 +1,31762 @@ +{ + "data": { + "eventsdetail": [ + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Trastuzumab | Tucatinib | Triple Negative Breast Neoplasms", + "npi_num": "1013064823", + "hcp_pin_alias": "455769", + "session_name": "Tucatinib and trastuzumab for previously treated HER2−mutated metastatic breast cancer (SGNTUC−019): A phase 2 basket study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "455769", + "first_name": "Paula", + "middle_name": "Raffin", + "last_name": "Pohlmann", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232703", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232703", + "events_session": "Tucatinib and trastuzumab for previously treated HER2−mutated metastatic breast cancer (SGNTUC−019): A phase 2 basket study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Trastuzumab | Tucatinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/455769/fromId'\u003EPohlmann, Paula Raffin\u003C/a\u003E", + "kol_full_name": "Pohlmann, Paula Raffin" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "1669558524", + "hcp_pin_alias": "450218", + "session_name": "Innovative Therapy Options and Research to Meet Diverse Patient Needs Across NSCLC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "450218", + "first_name": "Christopher", + "middle_name": "D", + "last_name": "Lao", + "org_name": "Michigan Medicine Melanoma Oncology Clinic - Rogel Cancer Center", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233154", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233154", + "events_session": "Innovative Therapy Options and Research to Meet Diverse Patient Needs Across NSCLC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/450218/fromId'\u003ELao, Christopher D\u003C/a\u003E", + "kol_full_name": "Lao, Christopher D" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Sarcoma", + "npi_num": "1174780712", + "hcp_pin_alias": "449479", + "session_name": "Can Predictive Markers Help Us Risk-Stratify Patients With Sarcoma?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "449479", + "first_name": "Christina", + "middle_name": "Vadala", + "last_name": "Angeles", + "org_name": "University of Michigan Hospital", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232034", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232034", + "events_session": "Can Predictive Markers Help Us Risk-Stratify Patients With Sarcoma?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/449479/fromId'\u003EAngeles, Christina Vadala\u003C/a\u003E", + "kol_full_name": "Angeles, Christina Vadala" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Melanoma | Nivolumab | Programmed Cell Death 1 Receptor | Clinical Trials As Topic", + "npi_num": "1235114703", + "hcp_pin_alias": "430882", + "session_name": "Efficacy and safety of RP1 combined with nivolumab in patients with anti–PD-1–failed melanoma from the IGNYTE clinical trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "430882", + "first_name": "Michael", + "middle_name": "Sheldon", + "last_name": "Wong", + "org_name": "UC Davis Medical Center", + "Country": "United States", + "Region": "California", + "City": "Sacramento", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232327", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232327", + "events_session": "Efficacy and safety of RP1 combined with nivolumab in patients with anti–PD-1–failed melanoma from the IGNYTE clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma | Nivolumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Programmed Cell Death 1 Receptor | Clinical Trials As Topic", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/430882/fromId'\u003EWong, Michael Sheldon\u003C/a\u003E", + "kol_full_name": "Wong, Michael Sheldon" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Melanoma", + "npi_num": "1992842280", + "hcp_pin_alias": "424942", + "session_name": "Safety and efficacy of first-in-class CXCR1/2 inhibitor SX-682 in combination with pembrolizumab (pem) in patients (pts) with metastatic melanoma (mMEL) with disease progression on anti–PD-1 therapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424942", + "first_name": "Sapna", + "middle_name": "", + "last_name": "Patel", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233127", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233127", + "events_session": "Safety and efficacy of first-in-class CXCR1/2 inhibitor SX-682 in combination with pembrolizumab (pem) in patients (pts) with metastatic melanoma (mMEL) with disease progression on anti–PD-1 therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1992842280,'424942');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPatel, Sapna", + "kol_full_name": "Patel, Sapna" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Immunotherapy | Relatlimab | Melanoma | Brain Neoplasms", + "npi_num": "1982729422", + "hcp_pin_alias": "424930", + "session_name": "Immunotherapy and Beyond: Advances in Systemic Therapy for Patients With Melanoma and Brain Metastases,Nivolumab (NIVO) plus relatlimab (RELA) vs NIVO in previously untreated metastatic or unresectable melanoma (RELATIVITY-047): Overall survival (OS) and melanoma-specific survival (MSS) outcomes at 3 years", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424930", + "first_name": "Hussein", + "middle_name": "Abdul-Hassan", + "last_name": "Tawbi", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "366467", + "cnt_notes": "1", + "event_attendees_id": "232787", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232787", + "events_session": "Immunotherapy and Beyond: Advances in Systemic Therapy for Patients With Melanoma and Brain Metastases", + "rest_events_session_count": 1, + "rest_events_session": "Nivolumab (NIVO) plus relatlimab (RELA) vs NIVO in previously untreated metastatic or unresectable melanoma (RELATIVITY-047): Overall survival (OS) and melanoma-specific survival (MSS) outcomes at 3 years", + "events_topic": "Nivolumab | Immunotherapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Relatlimab | Melanoma | Brain Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1982729422,'424930');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETawbi, Hussein Abdul-Hassan", + "kol_full_name": "Tawbi, Hussein Abdul-Hassan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatectomy | Urogenital Neoplasms | Androgen Deprivation Therapy | Urinary Bladder Neoplasms | Prostatic Neoplasms | Kidney Neoplasms", + "npi_num": "1982689410", + "hcp_pin_alias": "424927", + "session_name": "Genitourinary Cancer – Kidney and Bladder: Program Commitee,Randomized PROSTATE-IQ trial to reduce ADT treatment burden for patients with biochemical recurrence after prostatectomy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424927", + "first_name": "Karen", + "middle_name": "Elizabeth", + "last_name": "Hoffman", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232676", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232676", + "events_session": "Genitourinary Cancer – Kidney and Bladder: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Randomized PROSTATE-IQ trial to reduce ADT treatment burden for patients with biochemical recurrence after prostatectomy", + "events_topic": "Prostatectomy | Urogenital Neoplasms ", + "rest_events_topic_count": 4, + "rest_events_topic": " Androgen Deprivation Therapy | Urinary Bladder Neoplasms | Prostatic Neoplasms | Kidney Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1982689410,'424927');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHoffman, Karen Elizabeth", + "kol_full_name": "Hoffman, Karen Elizabeth" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Endometrial Neoplasms | Selinexor | Tumor Suppressor Protein P53", + "npi_num": "1972769800", + "hcp_pin_alias": "424923", + "session_name": "Updates on Abstract 427956: Long-Term Follow up of Selinexor Maintenance in Patients with TP53wt Advanced or Recurrent Endometrial Cancer—A Pre-Specified Subgroup Analysis from the Phase 3 ENGOT-EN5/GOG-3055/Siendo Study,Phase 3 dose selection for selinexor in TP53wt endometrial cancer based on exposure-response analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424923", + "first_name": "Vicky", + "middle_name": "", + "last_name": "Makker", + "org_name": "Memorial Developmental Chemo Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232435", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232435", + "events_session": "Updates on Abstract 427956: Long-Term Follow up of Selinexor Maintenance in Patients with TP53wt Advanced or Recurrent Endometrial Cancer—A Pre-Specified Subgroup Analysis from the Phase 3 ENGOT-EN5/GOG-3055/Siendo Study", + "rest_events_session_count": 1, + "rest_events_session": "Phase 3 dose selection for selinexor in TP53wt endometrial cancer based on exposure-response analysis", + "events_topic": "Endometrial Neoplasms | Selinexor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tumor Suppressor Protein P53", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1972769800,'424923');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMakker, Vicky", + "kol_full_name": "Makker, Vicky" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1972527810", + "hcp_pin_alias": "424912", + "session_name": "Study of the Bria-IMT regimen and CPI vs physicians' choice in advanced metastatic breast cancer (BRIA-ABC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424912", + "first_name": "Sara", + "middle_name": "A", + "last_name": "Hurvitz", + "org_name": "Regents of The University of California", + "Country": "United States", + "Region": "California", + "City": "Santa Monica", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232715", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232715", + "events_session": "Study of the Bria-IMT regimen and CPI vs physicians' choice in advanced metastatic breast cancer (BRIA-ABC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1972527810,'424912');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHurvitz, Sara A", + "kol_full_name": "Hurvitz, Sara A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1952497075", + "hcp_pin_alias": "424898", + "session_name": "Treatment and Outcomes in Select Subpopulations With Breast Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424898", + "first_name": "Lisa", + "middle_name": "A", + "last_name": "Carey", + "org_name": "UNC Physicians Network, LLC", + "Country": "United States", + "Region": "North Carolina", + "City": "Chapel Hill", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232148", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232148", + "events_session": "Treatment and Outcomes in Select Subpopulations With Breast Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1952497075,'424898');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECarey, Lisa A", + "kol_full_name": "Carey, Lisa A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Thoracic Neoplasms | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1952331654", + "hcp_pin_alias": "424892", + "session_name": "Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other: Program Commitee,Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other Thoracic Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424892", + "first_name": "Alberto", + "middle_name": "", + "last_name": "Chiappori", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232024", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232024", + "events_session": "Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other Thoracic Cancers", + "events_topic": "Thoracic Neoplasms | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1952331654,'424892');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChiappori, Alberto", + "kol_full_name": "Chiappori, Alberto" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "DNA Polymerase Theta | Carboplatin | ATR Kinase Inhibitor | Recombinational DNA Repair | Ubiquitin | Solid Tumor | Olaparib | Drug Development | Tuvusertib", + "npi_num": "1942743216", + "hcp_pin_alias": "424890", + "session_name": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee,First-in-human, phase 1/2 study of GSK4524101, an oral DNApolymerase theta inhibitor (POLQi), alone or combined with the poly(ADP-ribose) polymerase (PARP) inhibitor (PARPi) niraparib in adults with solid tumors,First-in-human phase I trial of the oral first-in-class ubiquitin specific peptidase 1 (USP1) inhibitor KSQ-4279 (KSQi), given as single agent (SA) and in combination with olaparib (OLA) or carboplatin (CARBO) in patients (pts) with advanced solid tumors, enriched for deleterious homologous recombination repair (HRR) mutations,A phase I study of highly potent oral ATR inhibitor (ATRi) tuvusertib plus oral PARP inhibitor (PARPi) niraparib in patients with solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424890", + "first_name": "Timothy", + "middle_name": "A", + "last_name": "Yap", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232452", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232452", + "events_session": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee", + "rest_events_session_count": 8, + "rest_events_session": "First-in-human, phase 1/2 study of GSK4524101, an oral DNApolymerase theta inhibitor (POLQi), alone or combined with the poly(ADP-ribose) polymerase (PARP) inhibitor (PARPi) niraparib in adults with solid tumors,First-in-human phase I trial of the oral first-in-class ubiquitin specific peptidase 1 (USP1) inhibitor KSQ-4279 (KSQi), given as single agent (SA) and in combination with olaparib (OLA) or carboplatin (CARBO) in patients (pts) with advanced solid tumors, enriched for deleterious homologous recombination repair (HRR) mutations,A phase I study of highly potent oral ATR inhibitor (ATRi) tuvusertib plus oral PARP inhibitor (PARPi) niraparib in patients with solid tumors", + "events_topic": "DNA Polymerase Theta | Carboplatin ", + "rest_events_topic_count": 7, + "rest_events_topic": " ATR Kinase Inhibitor | Recombinational DNA Repair | Ubiquitin | Solid Tumor | Olaparib | Drug Development | Tuvusertib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942743216,'424890');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYap, Timothy A", + "kol_full_name": "Yap, Timothy A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Enhancer Of Zeste Homolog 2 Protein | Prostatic Neoplasms | Mevrometostat | Castration", + "npi_num": "1942463450", + "hcp_pin_alias": "424888", + "session_name": "Phase 1 trial of mevrometostat (PF-06821497), a potent and selective inhibitor of enhancer of zeste homolog 2 (EZH2), in castration-resistant prostate cancer (CRPC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424888", + "first_name": "Michael", + "middle_name": "Thomas", + "last_name": "Schweizer", + "org_name": "Association of University Physicians", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232652", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232652", + "events_session": "Phase 1 trial of mevrometostat (PF-06821497)", + "rest_events_session_count": 2, + "rest_events_session": " a potent and selective inhibitor of enhancer of zeste homolog 2 (EZH2), in castration-resistant prostate cancer (CRPC)", + "events_topic": "Enhancer Of Zeste Homolog 2 Protein | Prostatic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Mevrometostat | Castration", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942463450,'424888');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESchweizer, Michael Thomas", + "kol_full_name": "Schweizer, Michael Thomas" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ruxolitinib | Primary Myelofibrosis", + "npi_num": "1932583119", + "hcp_pin_alias": "424878", + "session_name": "A phase Ib, open-label study of add-on therapy with CK0804 in participants with myelofibrosis and suboptimal response to ruxolitinib", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424878", + "first_name": "Lucia", + "middle_name": "", + "last_name": "Masarova", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232352", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232352", + "events_session": "A phase Ib", + "rest_events_session_count": 1, + "rest_events_session": " open-label study of add-on therapy with CK0804 in participants with myelofibrosis and suboptimal response to ruxolitinib", + "events_topic": "Ruxolitinib | Primary Myelofibrosis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932583119,'424878');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMasarova, Lucia", + "kol_full_name": "Masarova, Lucia" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Paclitaxel | Thymoma | Ramucirumab | Carboplatin", + "npi_num": "1932291739", + "hcp_pin_alias": "424876", + "session_name": "S1701: A randomized phase II trial of carboplatin-paclitaxel with and without ramucirumab in patients with locally advanced, recurrent, or metastatic thymic carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424876", + "first_name": "Anne", + "middle_name": "", + "last_name": "Tsao", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232251", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232251", + "events_session": "S1701: A randomized phase II trial of carboplatin-paclitaxel with and without ramucirumab in patients with locally advanced", + "rest_events_session_count": 2, + "rest_events_session": " recurrent, or metastatic thymic carcinoma", + "events_topic": "Paclitaxel | Thymoma ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ramucirumab | Carboplatin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932291739,'424876');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETsao, Anne", + "kol_full_name": "Tsao, Anne" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1932262458", + "hcp_pin_alias": "424874", + "session_name": "Presentation of Awards and the Fellows of the American Society of Clinical Oncology (FASCO)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424874", + "first_name": "Everett", + "middle_name": "E", + "last_name": "Vokes", + "org_name": "The University of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232940", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232940", + "events_session": "Presentation of Awards and the Fellows of the American Society of Clinical Oncology (FASCO)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932262458,'424874');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVokes, Everett E", + "kol_full_name": "Vokes, Everett E" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Precision Medicine | Brain Neoplasms | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1932236395", + "hcp_pin_alias": "424873", + "session_name": "Lung Cancer – Non-Small Cell Metastatc: Program Commitee,Has the Revolution in Precision Medicine Reached Patients With Brain Metastases?,Lung Cancer—Non-Small Cell Metastatic,Navigating the Complexities of Brain Metastases Management", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424873", + "first_name": "Sarah", + "middle_name": "B", + "last_name": "Goldberg", + "org_name": "Yale University", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232056", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232056", + "events_session": "Lung Cancer – Non-Small Cell Metastatc: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "Has the Revolution in Precision Medicine Reached Patients With Brain Metastases?,Lung Cancer—Non-Small Cell Metastatic,Navigating the Complexities of Brain Metastases Management", + "events_topic": "Precision Medicine | Brain Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932236395,'424873');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGoldberg, Sarah B", + "kol_full_name": "Goldberg, Sarah B" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Vepdegestrant | Triple Negative Breast Neoplasms", + "npi_num": "1932135290", + "hcp_pin_alias": "424869", + "session_name": "TACTIVE-K: Phase 1b/2 study of vepdegestrant, a proteolysis targeting chimera (PROTAC) estrogen receptor (ER) degrader, in combination with PF-07220060, a cyclin-dependent kinase (CDK)4 inhibitor, in ER+/human epidermal growth factor receptor 2 (HER2)- advanced breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424869", + "first_name": "Melinda", + "middle_name": "L", + "last_name": "Telli", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232713", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232713", + "events_session": "TACTIVE-K: Phase 1b/2 study of vepdegestrant", + "rest_events_session_count": 4, + "rest_events_session": " a proteolysis targeting chimera (PROTAC) estrogen receptor (ER) degrader, in combination with PF-07220060, a cyclin-dependent kinase (CDK)4 inhibitor, in ER+/human epidermal growth factor receptor 2 (HER2)- advanced breast cancer", + "events_topic": "Vepdegestrant | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932135290,'424869');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETelli, Melinda L", + "kol_full_name": "Telli, Melinda L" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Translational Research, Biomedical | Social Media", + "npi_num": "1912350596", + "hcp_pin_alias": "424863", + "session_name": "How Social Media Advances Research and Promotes Professional Development", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424863", + "first_name": "Gilberto", + "middle_name": "", + "last_name": "Lopes", + "org_name": "University of Miami Leonard M. Miller School of Medicine", + "Country": "United States", + "Region": "Florida", + "City": "Miami", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232783", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232783", + "events_session": "How Social Media Advances Research and Promotes Professional Development", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Translational Research, Biomedical | Social Media", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1912350596,'424863');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELopes, Gilberto", + "kol_full_name": "Lopes, Gilberto" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Human Papillomavirus Viruses | Squamous Cell Carcinoma Of Head And Neck | Chemotherapy, Adjuvant | Circulating Tumor DNA | Pembrolizumab", + "npi_num": "1912184763", + "hcp_pin_alias": "424860", + "session_name": "A phase II trial of reirradiation combined with pembrolizumab in patients with locoregional inoperable recurrence or second primary squamous cell carcinoma of the head and neck (HNSCC),Circulating Tumor HPV DNA and Risk-Adapted Adjuvant Therapy: Is It Ready for Prime Time?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424860", + "first_name": "Dan", + "middle_name": "Paul", + "last_name": "Zandberg", + "org_name": "University of Pittsburgh School of Medicine", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232142", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232142", + "events_session": "A phase II trial of reirradiation combined with pembrolizumab in patients with locoregional inoperable recurrence or second primary squamous cell carcinoma of the head and neck (HNSCC)", + "rest_events_session_count": 1, + "rest_events_session": "Circulating Tumor HPV DNA and Risk-Adapted Adjuvant Therapy: Is It Ready for Prime Time?", + "events_topic": "Human Papillomavirus Viruses | Squamous Cell Carcinoma Of Head And Neck ", + "rest_events_topic_count": 3, + "rest_events_topic": " Chemotherapy, Adjuvant | Circulating Tumor DNA | Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1912184763,'424860');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EZandberg, Dan Paul", + "kol_full_name": "Zandberg, Dan Paul" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Interleukin-2 | Immune Checkpoint Inhibitors | Melanoma | Lymphocytes, Tumor-Infiltrating", + "npi_num": "1912053596", + "hcp_pin_alias": "424858", + "session_name": "OBX-115, an interleukin 2 (IL2)-sparing engineered tumor-infiltrating lymphocyte (TIL) cell therapy, in patients (pts) with immune checkpoint inhibitor (ICI)-resistant unresectable or metastatic melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424858", + "first_name": "Rodabe", + "middle_name": "", + "last_name": "Amaria", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232326", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232326", + "events_session": "OBX-115", + "rest_events_session_count": 2, + "rest_events_session": " an interleukin 2 (IL2)-sparing engineered tumor-infiltrating lymphocyte (TIL) cell therapy, in patients (pts) with immune checkpoint inhibitor (ICI)-resistant unresectable or metastatic melanoma", + "events_topic": "Interleukin-2 | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Melanoma | Lymphocytes, Tumor-Infiltrating", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1912053596,'424858');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAmaria, Rodabe", + "kol_full_name": "Amaria, Rodabe" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Head And Neck Neoplasms", + "npi_num": "1902159148", + "hcp_pin_alias": "424849", + "session_name": "Head and Neck Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424849", + "first_name": "Renata", + "middle_name": "", + "last_name": "Ferrarotto", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232016", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232016", + "events_session": "Head and Neck Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902159148,'424849');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFerrarotto, Renata", + "kol_full_name": "Ferrarotto, Renata" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Tebentafusp | Circulating Tumor DNA", + "npi_num": "1881696003", + "hcp_pin_alias": "424837", + "session_name": "Use of baseline and serial ctDNA dynamics to predict outcomes in patients treated with first-line tebentafusp, including those who were and were not treated beyond progression", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424837", + "first_name": "Ryan", + "middle_name": "J", + "last_name": "Sullivan", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232790", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232790", + "events_session": "Use of baseline and serial ctDNA dynamics to predict outcomes in patients treated with first-line tebentafusp", + "rest_events_session_count": 1, + "rest_events_session": " including those who were and were not treated beyond progression", + "events_topic": "Tebentafusp | Circulating Tumor DNA", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1881696003,'424837');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESullivan, Ryan J", + "kol_full_name": "Sullivan, Ryan J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Trastuzumab | Therapeutics | Triple Negative Breast Neoplasms | Neratinib | Neoplasms | Drug Development", + "npi_num": "1871822288", + "hcp_pin_alias": "424833", + "session_name": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee,Efficacy and genomic analysis of HER2-mutant, metastatic triple-negative breast cancer treated with neratinib alone or in combination with trastuzumab in the phase 2 SUMMIT basket trial,Developmental Therapeutics—Molecularly Targeted Agents and Tumor Biology", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424833", + "first_name": "Komal", + "middle_name": "", + "last_name": "Jhaveri", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232065", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232065", + "events_session": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "Efficacy and genomic analysis of HER2-mutant, metastatic triple-negative breast cancer treated with neratinib alone or in combination with trastuzumab in the phase 2 SUMMIT basket trial,Developmental Therapeutics—Molecularly Targeted Agents and Tumor Biology", + "events_topic": "Trastuzumab | Therapeutics ", + "rest_events_topic_count": 4, + "rest_events_topic": " Triple Negative Breast Neoplasms | Neratinib | Neoplasms | Drug Development", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871822288,'424833');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJhaveri, Komal", + "kol_full_name": "Jhaveri, Komal" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Melanoma, Cutaneous Malignant | Carcinoma, Non-Small-Cell Lung | Pembrolizumab | Brentuximab Vedotin", + "npi_num": "1871756163", + "hcp_pin_alias": "424830", + "session_name": "Phase 2 trial of brentuximab vedotin (BV) with pembrolizumab (pembro) in patients with previously treated metastatic non-small cell lung cancer (NSCLC) or cutaneous melanoma (SGN35-033): Overall survival", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424830", + "first_name": "Yousef", + "middle_name": "", + "last_name": "Zakharia", + "org_name": "State University of Iowa", + "Country": "United States", + "Region": "Iowa", + "City": "Iowa City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233014", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233014", + "events_session": "Phase 2 trial of brentuximab vedotin (BV) with pembrolizumab (pembro) in patients with previously treated metastatic non-small cell lung cancer (NSCLC) or cutaneous melanoma (SGN35-033): Overall survival", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma, Cutaneous Malignant | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pembrolizumab | Brentuximab Vedotin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871756163,'424830');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EZakharia, Yousef", + "kol_full_name": "Zakharia, Yousef" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Dabrafenib | Proto-Oncogene Proteins B-raf | Trametinib", + "npi_num": "1871744490", + "hcp_pin_alias": "424829", + "session_name": "Dabrafenib and trametinib in patients with tumors with BRAF V600E/k mutations: Updated results from NCI-MATCH arm H", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424829", + "first_name": "April", + "middle_name": "K.S.", + "last_name": "Salama", + "org_name": "Private Diagnostic Clinic, PLLC", + "Country": "United States", + "Region": "North Carolina", + "City": "Chapel Hill", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232960", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232960", + "events_session": "Dabrafenib and trametinib in patients with tumors with BRAF V600E/k mutations: Updated results from NCI-MATCH arm H", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dabrafenib | Proto-Oncogene Proteins B-raf ", + "rest_events_topic_count": 1, + "rest_events_topic": " Trametinib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871744490,'424829');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESalama, April K.S.", + "kol_full_name": "Salama, April K.S." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1861420291", + "hcp_pin_alias": "424805", + "session_name": "Breast Cancer—Metastatic", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424805", + "first_name": "Antonio", + "middle_name": "", + "last_name": "Wolff", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "Maryland", + "City": "Columbia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232720", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232720", + "events_session": "Breast Cancer—Metastatic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1861420291,'424805');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWolff, Antonio", + "kol_full_name": "Wolff, Antonio" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Pembrolizumab | Human Papillomavirus 16 | Head And Neck Neoplasms", + "npi_num": "1851567879", + "hcp_pin_alias": "424802", + "session_name": "HB-200 arenavirus-based immunotherapy plus pembrolizumab as first-line treatment of patients with recurrent/metastatic HPV16-positive head and neck cancer: Updated results", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424802", + "first_name": "Alan", + "middle_name": "Loh", + "last_name": "Ho", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232100", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232100", + "events_session": "HB-200 arenavirus-based immunotherapy plus pembrolizumab as first-line treatment of patients with recurrent/metastatic HPV16-positive head and neck cancer: Updated results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Pembrolizumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Human Papillomavirus 16 | Head And Neck Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1851567879,'424802');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHo, Alan Loh", + "kol_full_name": "Ho, Alan Loh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Atezolizumab | Carcinoma, Hepatocellular | Immunotherapy | Bevacizumab", + "npi_num": "1851485056", + "hcp_pin_alias": "424799", + "session_name": "An open-label, multicenter study investigating RP2 oncolytic immunotherapy in combination with second-line systemic atezolizumab combined with bevacizumab in patients with locally advanced unresectable or metastatic hepatocellular carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424799", + "first_name": "Kevin", + "middle_name": "B.", + "last_name": "Kim", + "org_name": "", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232855", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232855", + "events_session": "An open-label", + "rest_events_session_count": 1, + "rest_events_session": " multicenter study investigating RP2 oncolytic immunotherapy in combination with second-line systemic atezolizumab combined with bevacizumab in patients with locally advanced unresectable or metastatic hepatocellular carcinoma", + "events_topic": "Atezolizumab | Carcinoma, Hepatocellular ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immunotherapy | Bevacizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1851485056,'424799');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKim, Kevin B.", + "kol_full_name": "Kim, Kevin B." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms", + "npi_num": "1831393883", + "hcp_pin_alias": "424780", + "session_name": "Novel Therapies in Metastatic Colorectal Cancer: Where Is the Field Heading?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424780", + "first_name": "Dustin", + "middle_name": "A", + "last_name": "Deming", + "org_name": "University of Wisconsin Medical Foundation Inc", + "Country": "United States", + "Region": "Wisconsin", + "City": "Windsor", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232747", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232747", + "events_session": "Novel Therapies in Metastatic Colorectal Cancer: Where Is the Field Heading?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1831393883,'424780');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDeming, Dustin A", + "kol_full_name": "Deming, Dustin A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myelodysplastic Syndromes | Hematologic Neoplasms | Leukemia", + "npi_num": "1831391200", + "hcp_pin_alias": "424778", + "session_name": "Hematologic Malignancies—Leukemia, Myelodysplastic Syndromes, and Allotransplant", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424778", + "first_name": "Jessica", + "middle_name": "Kaplan", + "last_name": "Altman", + "org_name": "Northwestern Medical Faculty Foundation", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232449", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232449", + "events_session": "Hematologic Malignancies—Leukemia", + "rest_events_session_count": 2, + "rest_events_session": " Myelodysplastic Syndromes, and Allotransplant", + "events_topic": "Myelodysplastic Syndromes | Hematologic Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Leukemia", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1831391200,'424778');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAltman, Jessica Kaplan", + "kol_full_name": "Altman, Jessica Kaplan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Interleukin-2 | Immune Checkpoint Inhibitors | Melanoma | Nivolumab | Ipilimumab | Immunotherapy", + "npi_num": "1811934755", + "hcp_pin_alias": "424764", + "session_name": "A prognostic model based on selected cell state and cellular community scores in patients with advanced melanoma treated with immune checkpoint inhibitors (Ecotype-ICI score) as a predictor of ICI immunotherapeutic benefits,High dose bolus (HDB) interleukin-2 (IL2) and concurrent low dose ipilimumab followed sequentially by nivolumab in patients with advanced melanoma after failure of anti-PD1-based immunotherapy and BRAF-MEK inhibition", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424764", + "first_name": "Ahmad", + "middle_name": "", + "last_name": "Tarhini", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232793", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232793", + "events_session": "A prognostic model based on selected cell state and cellular community scores in patients with advanced melanoma treated with immune checkpoint inhibitors (Ecotype-ICI score) as a predictor of ICI immunotherapeutic benefits", + "rest_events_session_count": 1, + "rest_events_session": "High dose bolus (HDB) interleukin-2 (IL2) and concurrent low dose ipilimumab followed sequentially by nivolumab in patients with advanced melanoma after failure of anti-PD1-based immunotherapy and BRAF-MEK inhibition", + "events_topic": "Interleukin-2 | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 4, + "rest_events_topic": " Melanoma | Nivolumab | Ipilimumab | Immunotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811934755,'424764');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETarhini, Ahmad", + "kol_full_name": "Tarhini, Ahmad" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms", + "npi_num": "1801829114", + "hcp_pin_alias": "424750", + "session_name": "Baseline (BL) characteristics and efficacy endpoints for patients (pts) with node-negative (N0) HR+/HER2− early breast cancer (EBC): NATALEE trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424750", + "first_name": "Denise", + "middle_name": "A", + "last_name": "Yardley", + "org_name": "Tennessee Oncology", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233131", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233131", + "events_session": "Baseline (BL) characteristics and efficacy endpoints for patients (pts) with node-negative (N0) HR+/HER2− early breast cancer (EBC): NATALEE trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801829114,'424750');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYardley, Denise A", + "kol_full_name": "Yardley, Denise A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Admin. & Management | Neoplasms", + "npi_num": "1801068366", + "hcp_pin_alias": "424746", + "session_name": "Pediatric Oncology: Program Commitee,Pediatric Oncology", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424746", + "first_name": "Damon", + "middle_name": "R", + "last_name": "Reed", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231994", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231994", + "events_session": "Pediatric Oncology: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Pediatric Oncology", + "events_topic": "Admin. & Management | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801068366,'424746');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EReed, Damon R", + "kol_full_name": "Reed, Damon R" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Multiple Myeloma | Iberdomide | Elranatamab", + "npi_num": "1790950863", + "hcp_pin_alias": "424742", + "session_name": "MagnetisMM-30: A phase 1b, open-label study of elranatamab in combination with iberdomide in patients with relapsed or refractory multiple myeloma (RRMM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424742", + "first_name": "Alexander", + "middle_name": "M", + "last_name": "Lesokhin", + "org_name": "Memorial Developmental Chemo Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232367", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232367", + "events_session": "MagnetisMM-30: A phase 1b", + "rest_events_session_count": 1, + "rest_events_session": " open-label study of elranatamab in combination with iberdomide in patients with relapsed or refractory multiple myeloma (RRMM)", + "events_topic": "Multiple Myeloma | Iberdomide ", + "rest_events_topic_count": 1, + "rest_events_topic": " Elranatamab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790950863,'424742');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELesokhin, Alexander M", + "kol_full_name": "Lesokhin, Alexander M" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Stereotaxic Techniques | Glioblastoma", + "npi_num": "1790869691", + "hcp_pin_alias": "424737", + "session_name": "Longitudinal stereotactic injections of oncolytic immunoactivating rQNestin345v2 (CAN-3110) with concomitant biopsies for “-omic” analyses in recurrent glioblastoma (GBM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424737", + "first_name": "David", + "middle_name": "Allen", + "last_name": "Reardon", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233085", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233085", + "events_session": "Longitudinal stereotactic injections of oncolytic immunoactivating rQNestin345v2 (CAN-3110) with concomitant biopsies for “-omic” analyses in recurrent glioblastoma (GBM)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stereotaxic Techniques | Glioblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790869691,'424737');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EReardon, David Allen", + "kol_full_name": "Reardon, David Allen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Anthracyclines | Triple Negative Breast Neoplasms", + "npi_num": "1790727709", + "hcp_pin_alias": "424730", + "session_name": "Association of MammaPrint index and 3-year outcome of patients with HR+HER2- early-stage breast cancer treated with chemotherapy with or without anthracycline", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424730", + "first_name": "Joyce", + "middle_name": "Ann", + "last_name": "O'shaughnessy", + "org_name": "Texas Oncology PA", + "Country": "United States", + "Region": "Texas", + "City": "Rowlett", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233130", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233130", + "events_session": "Association of MammaPrint index and 3-year outcome of patients with HR+HER2- early-stage breast cancer treated with chemotherapy with or without anthracycline", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy | Anthracyclines ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790727709,'424730');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EO'shaughnessy, Joyce Ann", + "kol_full_name": "O'shaughnessy, Joyce Ann" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Frailty | Neoplasms", + "npi_num": "1770665580", + "hcp_pin_alias": "424716", + "session_name": "Association of frailty assessed by a ten-item frailty index (FI-CGA-10) with health-related quality of life in older adults with cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424716", + "first_name": "Hyman", + "middle_name": "B", + "last_name": "Muss", + "org_name": "UNC Physicians Network, LLC", + "Country": "United States", + "Region": "North Carolina", + "City": "Chapel Hill", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232393", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232393", + "events_session": "Association of frailty assessed by a ten-item frailty index (FI-CGA-10) with health-related quality of life in older adults with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Frailty | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770665580,'424716');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMuss, Hyman B", + "kol_full_name": "Muss, Hyman B" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Recurrence | Blood-Brain Barrier | Vaccines | Triple Negative Breast Neoplasms | Pembrolizumab | Nivolumab | Randomized Controlled Trials As Topic | Capecitabine | Ultrasonography | Temozolomide | Trastuzumab | Radiosurgery | Glioblastoma | Bevacizumab | Liquid Biopsy | Tucatinib", + "npi_num": "1760623557", + "hcp_pin_alias": "424711", + "session_name": "A multicenter, randomized controlled phase 2b trial of survivin vaccine SurVaxM plus adjuvant temozolomide for newly diagnosed glioblastoma (SURVIVE),A prospective, multicenter trial of low-intensity focused ultrasound (LIFU) for blood-brain barrier disruption for liquid biopsy in glioblastoma (LIBERATE),A multicenter phase 1 trial of tucatinib, trastuzumab, and capecitabine with stereotactic radiosurgery in patients with brain metastases from HER-2–positive breast cancer (TUTOR),A randomized, controlled, phase 2 trial of nivolumab plus standard-dose or low-dose bevacizumab for recurrent glioblastoma (NAVAL),Phase 2 trial of pembrolizumab plus SurVaxM for patients with glioblastoma at first recurrence (RESURGe)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424711", + "first_name": "Manmeet", + "middle_name": "Singh", + "last_name": "Ahluwalia", + "org_name": "Cleveland Clinic Foundation", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "5", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232519", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232519", + "events_session": "A multicenter", + "rest_events_session_count": 10, + "rest_events_session": " randomized controlled phase 2b trial of survivin vaccine SurVaxM plus adjuvant temozolomide for newly diagnosed glioblastoma (SURVIVE),A prospective, multicenter trial of low-intensity focused ultrasound (LIFU) for blood-brain barrier disruption for liquid biopsy in glioblastoma (LIBERATE),A multicenter phase 1 trial of tucatinib, trastuzumab, and capecitabine with stereotactic radiosurgery in patients with brain metastases from HER-2–positive breast cancer (TUTOR),A randomized, controlled, phase 2 trial of nivolumab plus standard-dose or low-dose bevacizumab for recurrent glioblastoma (NAVAL),Phase 2 trial of pembrolizumab plus SurVaxM for patients with glioblastoma at first recurrence (RESURGe)", + "events_topic": "Recurrence | Blood-Brain Barrier ", + "rest_events_topic_count": 14, + "rest_events_topic": " Vaccines | Triple Negative Breast Neoplasms | Pembrolizumab | Nivolumab | Randomized Controlled Trials As Topic | Capecitabine | Ultrasonography | Temozolomide | Trastuzumab | Radiosurgery | Glioblastoma | Bevacizumab | Liquid Biopsy | Tucatinib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760623557,'424711');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAhluwalia, Manmeet Singh", + "kol_full_name": "Ahluwalia, Manmeet Singh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Human Papillomavirus 16", + "npi_num": "1760436927", + "hcp_pin_alias": "424708", + "session_name": "Taking Our Best Shot: Targeting HPV-16", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424708", + "first_name": "Maura", + "middle_name": "L", + "last_name": "Gillison", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232101", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232101", + "events_session": "Taking Our Best Shot: Targeting HPV-16", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Human Papillomavirus 16", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760436927,'424708');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGillison, Maura L", + "kol_full_name": "Gillison, Maura L" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Selpercatinib | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1750593844", + "hcp_pin_alias": "424703", + "session_name": "LIBRETTO-432: A phase 3 study of adjuvant selpercatinib or placebo in stage IB-IIIA RET fusion-positive (RET+) NSCLC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424703", + "first_name": "Jonathan", + "middle_name": "Wade", + "last_name": "Goldman", + "org_name": "Regents of The University of California", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232252", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232252", + "events_session": "LIBRETTO-432: A phase 3 study of adjuvant selpercatinib or placebo in stage IB-IIIA RET fusion-positive (RET+) NSCLC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Selpercatinib | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750593844,'424703');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGoldman, Jonathan Wade", + "kol_full_name": "Goldman, Jonathan Wade" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Germinoma | Chemotherapy", + "npi_num": "1750552055", + "hcp_pin_alias": "424701", + "session_name": "Real-world evidence of overall survival (OS) and treatment patterns of patients (pts) with testicular germ cell tumors (GCT) receiving palliative chemotherapy in the United States", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424701", + "first_name": "Darren", + "middle_name": "Richard", + "last_name": "Feldman", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232647", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232647", + "events_session": "Real-world evidence of overall survival (OS) and treatment patterns of patients (pts) with testicular germ cell tumors (GCT) receiving palliative chemotherapy in the United States", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Germinoma | Chemotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750552055,'424701');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFeldman, Darren Richard", + "kol_full_name": "Feldman, Darren Richard" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Bromodomain Containing Proteins | Myeloproliferative Neoplasms", + "npi_num": "1750517959", + "hcp_pin_alias": "424700", + "session_name": "Bromodomain and extra-terminal (BET) inhibitor INCB057643 in patients with relapsed or refractory myelofibrosis (MF) and other advanced myeloid neoplasms: A phase 1 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424700", + "first_name": "Justin", + "middle_name": "M.", + "last_name": "Watts", + "org_name": "University of Miami Leonard M. Miller School of Medicine", + "Country": "United States", + "Region": "Florida", + "City": "Miami", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232350", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232350", + "events_session": "Bromodomain and extra-terminal (BET) inhibitor INCB057643 in patients with relapsed or refractory myelofibrosis (MF) and other advanced myeloid neoplasms: A phase 1 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bromodomain Containing Proteins | Myeloproliferative Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750517959,'424700');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWatts, Justin M.", + "kol_full_name": "Watts, Justin M." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Proto-Oncogene Proteins C-bcl-2 | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1740262484", + "hcp_pin_alias": "424685", + "session_name": "Randomized phase II/III study of R-CHOP +/- venetoclax in previously untreated MYC/BCL2 double expressor diffuse large B cell lymphoma (DLBCL): Alliance A051701", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424685", + "first_name": "Jeremy", + "middle_name": "Slade", + "last_name": "Abramson", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232500", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232500", + "events_session": "Randomized phase II/III study of R-CHOP +/- venetoclax in previously untreated MYC/BCL2 double expressor diffuse large B cell lymphoma (DLBCL): Alliance A051701", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Proto-Oncogene Proteins C-bcl-2 | Lymphoma, Large B-Cell, Diffuse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1740262484,'424685');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAbramson, Jeremy Slade", + "kol_full_name": "Abramson, Jeremy Slade" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Enzalutamide | Mifepristone | Breast Neoplasms", + "npi_num": "1730285990", + "hcp_pin_alias": "424680", + "session_name": "TBCRC 058: A randomized phase II study of enzalutamide, enzalutamide with mifepristone, and treatment of physician’s choice in patients with androgen receptor-positive metastatic triple-negative or estrogen receptor-low breast cancer (NCT06099769)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424680", + "first_name": "Tiffany", + "middle_name": "A", + "last_name": "Traina", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232716", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232716", + "events_session": "TBCRC 058: A randomized phase II study of enzalutamide", + "rest_events_session_count": 2, + "rest_events_session": " enzalutamide with mifepristone, and treatment of physician’s choice in patients with androgen receptor-positive metastatic triple-negative or estrogen receptor-low breast cancer (NCT06099769)", + "events_topic": "Enzalutamide | Mifepristone ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1730285990,'424680');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETraina, Tiffany A", + "kol_full_name": "Traina, Tiffany A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatectomy | Radiotherapy | Enzalutamide", + "npi_num": "1720140270", + "hcp_pin_alias": "424670", + "session_name": "Intensification of ADT with enzalutamide in high-risk patients with biochemical relapse following radical prostatectomy undergoing salvage radiation: Initial results from RTOG 3506 (STEEL)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424670", + "first_name": "Edwin", + "middle_name": "", + "last_name": "Posadas", + "org_name": "Cedars-Sinai Medical Center", + "Country": "United States", + "Region": "California", + "City": "West Hollywood", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232664", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232664", + "events_session": "Intensification of ADT with enzalutamide in high-risk patients with biochemical relapse following radical prostatectomy undergoing salvage radiation: Initial results from RTOG 3506 (STEEL)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatectomy | Radiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Enzalutamide", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720140270,'424670');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPosadas, Edwin", + "kol_full_name": "Posadas, Edwin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Small Cell Lung Carcinoma | Brain Neoplasms | Immunotherapy", + "npi_num": "1710327721", + "hcp_pin_alias": "424658", + "session_name": "Developmental Therapeutcs – Immunotherapy: Program Commitee,Pushing the Envelope in Non–Small Cell Lung Cancer Brain Metastases", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424658", + "first_name": "Jarushka", + "middle_name": "", + "last_name": "Naidoo", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232460", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232460", + "events_session": "Developmental Therapeutcs – Immunotherapy: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Pushing the Envelope in Non–Small Cell Lung Cancer Brain Metastases", + "events_topic": "Small Cell Lung Carcinoma | Brain Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710327721,'424658');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENaidoo, Jarushka", + "kol_full_name": "Naidoo, Jarushka" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Thyroid Neoplasms | Larotrectinib", + "npi_num": "1710071204", + "hcp_pin_alias": "424653", + "session_name": "Long-term efficacy and safety of larotrectinib (laro) in patients (pts) with TRK fusion thyroid carcinoma (TC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424653", + "first_name": "Maria", + "middle_name": "E.", + "last_name": "Cabanillas", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232569", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232569", + "events_session": "Long-term efficacy and safety of larotrectinib (laro) in patients (pts) with TRK fusion thyroid carcinoma (TC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thyroid Neoplasms | Larotrectinib", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710071204,'424653');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECabanillas, Maria E.", + "kol_full_name": "Cabanillas, Maria E." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Non-Muscle Invasive Bladder Neoplasms | Erdafitinib | Pembrolizumab", + "npi_num": "1700979275", + "hcp_pin_alias": "424649", + "session_name": "FGFR3 alterations (FGFRalt) in patients (pts) who develop locally advanced or metastatic urothelial cancer (mUC), and their association with tumor subtype and clinical outcomes in pts treated with erdafitinib (erda) vs pembrolizumab (pembro)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424649", + "first_name": "Arlene", + "middle_name": "O.", + "last_name": "Siefker-Radtke", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232597", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232597", + "events_session": "FGFR3 alterations (FGFRalt) in patients (pts) who develop locally advanced or metastatic urothelial cancer (mUC)", + "rest_events_session_count": 1, + "rest_events_session": " and their association with tumor subtype and clinical outcomes in pts treated with erdafitinib (erda) vs pembrolizumab (pembro)", + "events_topic": "Non-Muscle Invasive Bladder Neoplasms | Erdafitinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700979275,'424649');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESiefker-Radtke, Arlene O.", + "kol_full_name": "Siefker-Radtke, Arlene O." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Emavusertib | Leukemia, Myeloid, Acute", + "npi_num": "1700854718", + "hcp_pin_alias": "424645", + "session_name": "Preliminary safety, efficacy and molecular characterization of emavusertib (CA-4948) in patients with relapsed/refractory (R/R) acute myeloid leukemia (AML) with FLT3 mutation (FLT3m)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424645", + "first_name": "Eric", + "middle_name": "P.", + "last_name": "Winer", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232339", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232339", + "events_session": "Preliminary safety", + "rest_events_session_count": 1, + "rest_events_session": " efficacy and molecular characterization of emavusertib (CA-4948) in patients with relapsed/refractory (R/R) acute myeloid leukemia (AML) with FLT3 mutation (FLT3m)", + "events_topic": "Emavusertib | Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700854718,'424645');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWiner, Eric P.", + "kol_full_name": "Winer, Eric P." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myelodysplastic Syndromes | Hematologic Neoplasms | Hematopoietic Stem Cell Transplantation | Leukemia, Myeloid, Acute | Palliative Care", + "npi_num": "1699901199", + "hcp_pin_alias": "424638", + "session_name": "Multi-site randomized trial of a collaborative palliative and oncology care model for patients with acute myeloid leukemia (AML) and myelodysplastic syndrome (MDS) receiving non-intensive therapy,Randomized trial of a multimodal intervention to enhance sexual function and quality of life (QOL) in hematopoietic stem cell transplant (HSCT) survivors,Understanding the Evidence: Can Palliative Care and Hematologic Malignancies Coexist?,Integrating Palliative Care and Hematologic Malignancies: Bridging the Gap for Our Patients", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424638", + "first_name": "Areej", + "middle_name": "R", + "last_name": "El-Jawahri", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "4", + "opt_in_out_status": "0", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231999", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231999", + "events_session": "Multi-site randomized trial of a collaborative palliative and oncology care model for patients with acute myeloid leukemia (AML) and myelodysplastic syndrome (MDS) receiving non-intensive therapy", + "rest_events_session_count": 3, + "rest_events_session": "Randomized trial of a multimodal intervention to enhance sexual function and quality of life (QOL) in hematopoietic stem cell transplant (HSCT) survivors,Understanding the Evidence: Can Palliative Care and Hematologic Malignancies Coexist?,Integrating Palliative Care and Hematologic Malignancies: Bridging the Gap for Our Patients", + "events_topic": "Myelodysplastic Syndromes | Hematologic Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Hematopoietic Stem Cell Transplantation | Leukemia, Myeloid, Acute | Palliative Care", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699901199,'424638');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEl-Jawahri, Areej R", + "kol_full_name": "El-Jawahri, Areej R" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab | Gastrointestinal Neoplasms", + "npi_num": "1699706812", + "hcp_pin_alias": "424631", + "session_name": "Efficacy, safety, and PK/PD of LVGN6051, 4-1BB agonistic antibody, with pembrolizumab in a phase Ib dose expansion in resistant NSCLC, melanoma, and GI malignancy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424631", + "first_name": "Adil", + "middle_name": "", + "last_name": "Daud", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232999", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232999", + "events_session": "Efficacy", + "rest_events_session_count": 6, + "rest_events_session": " safety, and PK/PD of LVGN6051, 4-1BB agonistic antibody, with pembrolizumab in a phase Ib dose expansion in resistant NSCLC, melanoma, and GI malignancy", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699706812,'424631');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaud, Adil", + "kol_full_name": "Daud, Adil" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1689879967", + "hcp_pin_alias": "424628", + "session_name": "Presenter Share: Balancing Leadership Responsibilities and Personal Academic Goals", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424628", + "first_name": "Pavani", + "middle_name": "", + "last_name": "Chalasani", + "org_name": "Banner - University Medical Center Phoenix", + "Country": "United States", + "Region": "Arizona", + "City": "Tucson", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233101", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233101", + "events_session": "Presenter Share: Balancing Leadership Responsibilities and Personal Academic Goals", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1689879967,'424628');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChalasani, Pavani", + "kol_full_name": "Chalasani, Pavani" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Early Detection Of Cancer", + "npi_num": "1669487179", + "hcp_pin_alias": "424604", + "session_name": "Pioneering a Paradigm Shift in Cancer Screening: The Era of Multi-Cancer Early Detection Testing", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424604", + "first_name": "Tomasz", + "middle_name": "M.", + "last_name": "Beer", + "org_name": "Oregon Health & Science University", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233158", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233158", + "events_session": "Pioneering a Paradigm Shift in Cancer Screening: The Era of Multi-Cancer Early Detection Testing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1669487179,'424604');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBeer, Tomasz M.", + "kol_full_name": "Beer, Tomasz M." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Giredestrant | Triple Negative Breast Neoplasms | Abemaciclib | Cyclin-Dependent Kinase 4 | Anti-Mullerian Hormone | Fulvestrant | Endocrine Therapy | Premenopause | Breast Neoplasms | Chemotherapy, Adjuvant", + "npi_num": "1669430310", + "hcp_pin_alias": "424601", + "session_name": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee,Abemaciclib plus fulvestrant vs fulvestrant alone for HR+, HER2- advanced breast cancer following progression on a prior CDK4/6 inhibitor plus endocrine therapy: Primary outcome of the phase 3 postMONARCH trial,pionERA Breast Cancer (BC): Phase III study of first-line (1L) giredestrant vs fulvestrant, both combined with a cyclin-dependent kinase 4/6 inhibitor (CDK4/6i), in patients (pts) with estrogen receptor-positive (ER+), HER2– locally advanced/metastatic BC (LA/mBC) with resistance to prior adjuvant (adj) endocrine therapy (ET),Correlation of serum anti-Müllerian hormone (AMH) levels on identification of premenopausal patients (pts) with hormone receptor positive (HR+), HER2-negative, node-positive breast cancer most likely to benefit from adjuvant chemotherapy in SWOG S1007 (RxPONDER)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424601", + "first_name": "Kevin", + "middle_name": "M", + "last_name": "Kalinsky", + "org_name": "Trustees of Columbia University in the City of New York", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232147", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232147", + "events_session": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee", + "rest_events_session_count": 9, + "rest_events_session": "Abemaciclib plus fulvestrant vs fulvestrant alone for HR+, HER2- advanced breast cancer following progression on a prior CDK4/6 inhibitor plus endocrine therapy: Primary outcome of the phase 3 postMONARCH trial,pionERA Breast Cancer (BC): Phase III study of first-line (1L) giredestrant vs fulvestrant, both combined with a cyclin-dependent kinase 4/6 inhibitor (CDK4/6i), in patients (pts) with estrogen receptor-positive (ER+), HER2– locally advanced/metastatic BC (LA/mBC) with resistance to prior adjuvant (adj) endocrine therapy (ET),Correlation of serum anti-Müllerian hormone (AMH) levels on identification of premenopausal patients (pts) with hormone receptor positive (HR+), HER2-negative, node-positive breast cancer most likely to benefit from adjuvant chemotherapy in SWOG S1007 (RxPONDER)", + "events_topic": "Giredestrant | Triple Negative Breast Neoplasms ", + "rest_events_topic_count": 8, + "rest_events_topic": " Abemaciclib | Cyclin-Dependent Kinase 4 | Anti-Mullerian Hormone | Fulvestrant | Endocrine Therapy | Premenopause | Breast Neoplasms | Chemotherapy, Adjuvant", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1669430310,'424601');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKalinsky, Kevin M", + "kol_full_name": "Kalinsky, Kevin M" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Breast Neoplasms", + "npi_num": "1669425286", + "hcp_pin_alias": "424600", + "session_name": "SV-BR-1-GM after progression on ADC in patients with metastatic breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424600", + "first_name": "Chaitali", + "middle_name": "", + "last_name": "Nangia", + "org_name": "John Lee MD and Leonard Sender MD Inc", + "Country": "United States", + "Region": "California", + "City": "Costa Mesa", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232697", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232697", + "events_session": "SV-BR-1-GM after progression on ADC in patients with metastatic breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1669425286,'424600');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENangia, Chaitali", + "kol_full_name": "Nangia, Chaitali" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Delivery Of Health Care | Admin. & Management | Neoplasms", + "npi_num": "1669422143", + "hcp_pin_alias": "424598", + "session_name": "Care Delivery/Models of Care: Program Commitee,Care Delivery/Models of Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424598", + "first_name": "Ray", + "middle_name": "", + "last_name": "Page", + "org_name": "Oncology-Hematology Consultants Pa", + "Country": "United States", + "Region": "Texas", + "City": "Weatherford", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232018", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232018", + "events_session": "Care Delivery/Models of Care: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Care Delivery/Models of Care", + "events_topic": "Delivery Of Health Care | Admin. & Management ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1669422143,'424598');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPage, Ray", + "kol_full_name": "Page, Ray" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Non-Muscle Invasive Bladder Neoplasms | Castration | Proteolysis Targeting Chimera | Prostatic Neoplasms | Enfortumab Vedotin | Receptors, Androgen", + "npi_num": "1659387306", + "hcp_pin_alias": "424591", + "session_name": "Impact of exposure on outcomes with enfortumab vedotin in patients with locally advanced or metastatic urothelial cancer,ARV-766, a proteolysis targeting chimera (PROTAC) androgen receptor (AR) degrader, in metastatic castration-resistant prostate cancer (mCRPC): Initial results of a phase 1/2 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424591", + "first_name": "Daniel", + "middle_name": "Peter", + "last_name": "Petrylak", + "org_name": "Yale University", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232283", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232283", + "events_session": "Impact of exposure on outcomes with enfortumab vedotin in patients with locally advanced or metastatic urothelial cancer", + "rest_events_session_count": 3, + "rest_events_session": "ARV-766, a proteolysis targeting chimera (PROTAC) androgen receptor (AR) degrader, in metastatic castration-resistant prostate cancer (mCRPC): Initial results of a phase 1/2 study", + "events_topic": "Non-Muscle Invasive Bladder Neoplasms | Castration ", + "rest_events_topic_count": 4, + "rest_events_topic": " Proteolysis Targeting Chimera | Prostatic Neoplasms | Enfortumab Vedotin | Receptors, Androgen", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1659387306,'424591');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPetrylak, Daniel Peter", + "kol_full_name": "Petrylak, Daniel Peter" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nervous System Diseases | Intracranial Pressure", + "npi_num": "1649410036", + "hcp_pin_alias": "424587", + "session_name": "Novel non-invasive method for measuring intracranial pressure for drug delivery and other neurologic disorders", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424587", + "first_name": "Priya", + "middle_name": "Uday", + "last_name": "Kumthekar", + "org_name": "Northwestern Medical Faculty Foundation", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233068", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233068", + "events_session": "Novel non-invasive method for measuring intracranial pressure for drug delivery and other neurologic disorders", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nervous System Diseases | Intracranial Pressure", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1649410036,'424587');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKumthekar, Priya Uday", + "kol_full_name": "Kumthekar, Priya Uday" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Delivery Of Health Care | Clinical Trials As Topic | Admin. & Management", + "npi_num": "1649359530", + "hcp_pin_alias": "424586", + "session_name": "Care Delivery/Models of Care: Program Commitee,Risk prediction model for acute care use among patients with advanced cancer on clinical trials", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424586", + "first_name": "Dawn", + "middle_name": "Lauryn", + "last_name": "Hershman", + "org_name": "Trustees of Columbia University in the City of New York", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232401", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232401", + "events_session": "Care Delivery/Models of Care: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Risk prediction model for acute care use among patients with advanced cancer on clinical trials", + "events_topic": "Neoplasms | Delivery Of Health Care ", + "rest_events_topic_count": 2, + "rest_events_topic": " Clinical Trials As Topic | Admin. & Management", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1649359530,'424586');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHershman, Dawn Lauryn", + "kol_full_name": "Hershman, Dawn Lauryn" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ramucirumab | Carcinoma, Non-Small-Cell Lung | Pembrolizumab | Immunotherapy", + "npi_num": "1649290248", + "hcp_pin_alias": "424583", + "session_name": "SWOG S2302, PRAGMATICA-LUNG: A prospective randomized study of ramucirumab plus pembrolizumab (PR) versus standard of care (SOC) for participants previously treated with immunotherapy for stage IV or recurrent non-small cell lung cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424583", + "first_name": "Karen", + "middle_name": "Lynn", + "last_name": "Reckamp", + "org_name": "City of Hope Medical Foundation", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232196", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232196", + "events_session": "SWOG S2302", + "rest_events_session_count": 1, + "rest_events_session": " PRAGMATICA-LUNG: A prospective randomized study of ramucirumab plus pembrolizumab (PR) versus standard of care (SOC) for participants previously treated with immunotherapy for stage IV or recurrent non-small cell lung cancer", + "events_topic": "Ramucirumab | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pembrolizumab | Immunotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1649290248,'424583');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EReckamp, Karen Lynn", + "kol_full_name": "Reckamp, Karen Lynn" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Letrozole | Endometrial Neoplasms | Abemaciclib | Circulating Tumor DNA", + "npi_num": "1649218942", + "hcp_pin_alias": "424580", + "session_name": "Serial circulating tumor DNA (ctDNA) sequencing to monitor response and define acquired resistance to letrozole/abemaciclib in endometrial cancer (EC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424580", + "first_name": "Panagiotis", + "middle_name": "", + "last_name": "Konstantinopoulos", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232434", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232434", + "events_session": "Serial circulating tumor DNA (ctDNA) sequencing to monitor response and define acquired resistance to letrozole/abemaciclib in endometrial cancer (EC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Letrozole | Endometrial Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Abemaciclib | Circulating Tumor DNA", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1649218942,'424580');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKonstantinopoulos, Panagiotis", + "kol_full_name": "Konstantinopoulos, Panagiotis" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Interleukin-3 Receptor Alpha Subunit | Hematologic Neoplasms", + "npi_num": "1639226517", + "hcp_pin_alias": "424575", + "session_name": "An open-label, multicenter phase 1 study to characterize safety, tolerability, preliminary antitumor activity, pharmacokinetics, and pharmacodynamics of VIP943 monotherapy in patients with advanced CD123+ hematologic malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424575", + "first_name": "Stephen", + "middle_name": "Anthony", + "last_name": "Strickland", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Franklin", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232975", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232975", + "events_session": "An open-label", + "rest_events_session_count": 5, + "rest_events_session": " multicenter phase 1 study to characterize safety, tolerability, preliminary antitumor activity, pharmacokinetics, and pharmacodynamics of VIP943 monotherapy in patients with advanced CD123+ hematologic malignancies", + "events_topic": "Interleukin-3 Receptor Alpha Subunit | Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1639226517,'424575');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStrickland, Stephen Anthony", + "kol_full_name": "Strickland, Stephen Anthony" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "DNA Damage | Sacituzumab Govitecan | Immunoconjugates | Biomarkers | Triple Negative Breast Neoplasms | Receptor, Epidermal Growth Factor", + "npi_num": "1639210107", + "hcp_pin_alias": "424573", + "session_name": "An open-label, multicenter, phase 2 study to evaluate the safety and efficacy of BB-1701, a novel antibody drug conjugate (ADC) targeting human epidermal growth factor receptor 2 (HER2), in previously treated patients with HER2-positive (HER2+) or HER2-low unresectable or metastatic breast cancer (BC),Genomic alterations in DNA damage response (DDR) genes in HR+/HER2- metastatic breast cancer (mBC) and impact on clinical efficacy with sacituzumab govitecan (SG): Biomarker results from TROPICS-02 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424573", + "first_name": "Aditya", + "middle_name": "", + "last_name": "Bardia", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232693", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232693", + "events_session": "An open-label", + "rest_events_session_count": 5, + "rest_events_session": " multicenter, phase 2 study to evaluate the safety and efficacy of BB-1701, a novel antibody drug conjugate (ADC) targeting human epidermal growth factor receptor 2 (HER2), in previously treated patients with HER2-positive (HER2+) or HER2-low unresectable or metastatic breast cancer (BC),Genomic alterations in DNA damage response (DDR) genes in HR+/HER2- metastatic breast cancer (mBC) and impact on clinical efficacy with sacituzumab govitecan (SG): Biomarker results from TROPICS-02 study", + "events_topic": "DNA Damage | Sacituzumab Govitecan ", + "rest_events_topic_count": 4, + "rest_events_topic": " Immunoconjugates | Biomarkers | Triple Negative Breast Neoplasms | Receptor, Epidermal Growth Factor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1639210107,'424573');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBardia, Aditya", + "kol_full_name": "Bardia, Aditya" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Central Nervous System Neoplasms", + "npi_num": "1629137161", + "hcp_pin_alias": "424566", + "session_name": "Central Nervous System Tumors: Program Commitee,Central Nervous System Tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424566", + "first_name": "Steven", + "middle_name": "", + "last_name": "Chmura", + "org_name": "University Of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Orland Park", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232014", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232014", + "events_session": "Central Nervous System Tumors: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Central Nervous System Tumors", + "events_topic": "Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1629137161,'424566');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChmura, Steven", + "kol_full_name": "Chmura, Steven" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Paraproteinemias | Hematologic Neoplasms", + "npi_num": "1609918556", + "hcp_pin_alias": "424554", + "session_name": "Hematologic Malignancies—Plasma Cell Dyscrasia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424554", + "first_name": "Michaela", + "middle_name": "", + "last_name": "Liedtke", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231967", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231967", + "events_session": "Hematologic Malignancies—Plasma Cell Dyscrasia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paraproteinemias | Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609918556,'424554');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELiedtke, Michaela", + "kol_full_name": "Liedtke, Michaela" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy, Adoptive | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1609085356", + "hcp_pin_alias": "424552", + "session_name": "Phase 2 open label, multicenter study evaluating CRG-022, a CD22-directed autologous CAR T-cell therapy, in patients (pts) with relapsed/refractory (R/R) large B-cell lymphoma (LBCL) after CD19-directed CAR T-cell therapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424552", + "first_name": "Armin", + "middle_name": "", + "last_name": "Ghobadi", + "org_name": "Washington University", + "Country": "United States", + "Region": "Missouri", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232385", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232385", + "events_session": "Phase 2 open label", + "rest_events_session_count": 3, + "rest_events_session": " multicenter study evaluating CRG-022, a CD22-directed autologous CAR T-cell therapy, in patients (pts) with relapsed/refractory (R/R) large B-cell lymphoma (LBCL) after CD19-directed CAR T-cell therapy", + "events_topic": "Immunotherapy, Adoptive | Lymphoma, Large B-Cell, Diffuse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609085356,'424552');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGhobadi, Armin", + "kol_full_name": "Ghobadi, Armin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Immunotherapy", + "npi_num": "1609039148", + "hcp_pin_alias": "424549", + "session_name": "Timing of immunotherapy in stage IV non-small cell lung cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424549", + "first_name": "Takefumi", + "middle_name": "", + "last_name": "Komiya", + "org_name": "Parkview Health System Inc", + "Country": "United States", + "Region": "Indiana", + "City": "Fort Wayne", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232163", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232163", + "events_session": "Timing of immunotherapy in stage IV non-small cell lung cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609039148,'424549');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKomiya, Takefumi", + "kol_full_name": "Komiya, Takefumi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Palbociclib | Triple Negative Breast Neoplasms", + "npi_num": "1598965972", + "hcp_pin_alias": "424546", + "session_name": "Impact of prior anticancer treatments on palbociclib (PAL) clinical outcomes in patients with hormone receptor-positive/human epidermal growth factor receptor 2-negative (HR+/HER2−) advanced breast cancer (ABC) in real-world settings", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424546", + "first_name": "Gabrielle", + "middle_name": "B", + "last_name": "Rocque", + "org_name": "University Of Alabama Health Services Foundation, Pc", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232685", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232685", + "events_session": "Impact of prior anticancer treatments on palbociclib (PAL) clinical outcomes in patients with hormone receptor-positive/human epidermal growth factor receptor 2-negative (HR+/HER2−) advanced breast cancer (ABC) in real-world settings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palbociclib | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598965972,'424546');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERocque, Gabrielle B", + "kol_full_name": "Rocque, Gabrielle B" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1598851198", + "hcp_pin_alias": "424542", + "session_name": "Pathological complete response to predict long term outcomes in the I-SPY2 TRIAL", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424542", + "first_name": "Douglas", + "middle_name": "", + "last_name": "Yee", + "org_name": "Fairview Health Services", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232632", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232632", + "events_session": "Pathological complete response to predict long term outcomes in the I-SPY2 TRIAL", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598851198,'424542');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYee, Douglas", + "kol_full_name": "Yee, Douglas" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Larotrectinib | Repotrectinib | Lung Neoplasms", + "npi_num": "1578876876", + "hcp_pin_alias": "424523", + "session_name": "Long-term efficacy and safety of larotrectinib in patients with TRK fusion lung cancer,Repotrectinib in tyrosine kinase inhibitor (TKI)-naïve patients (pts) with advanced ROS1 fusion-positive (ROS1+) NSCLC in the phase 1/2 TRIDENT-1 trial: Clinical update, treatment beyond progression and subsequent therapies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424523", + "first_name": "Alexander Edward", + "middle_name": "Dela Cruz", + "last_name": "Drilon", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232160", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232160", + "events_session": "Long-term efficacy and safety of larotrectinib in patients with TRK fusion lung cancer", + "rest_events_session_count": 2, + "rest_events_session": "Repotrectinib in tyrosine kinase inhibitor (TKI)-naïve patients (pts) with advanced ROS1 fusion-positive (ROS1+) NSCLC in the phase 1/2 TRIDENT-1 trial: Clinical update, treatment beyond progression and subsequent therapies", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Larotrectinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Repotrectinib | Lung Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1578876876,'424523');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDrilon, Alexander Edward Dela Cruz", + "kol_full_name": "Drilon, Alexander Edward Dela Cruz" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Small Cell Lung Carcinoma | Alisertib | Ifinatamab Deruxtecan", + "npi_num": "1578770871", + "hcp_pin_alias": "424521", + "session_name": "Alisertib in patients with extensive-stage small-cell lung cancer: The phase 2 ALISCA-Lung1 study,IDeate-Lung02: A phase 3, randomized, open-label study of ifinatamab deruxtecan (I-DXd) vs treatment of physician’s choice (TPC) in relapsed small cell lung cancer (SCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424521", + "first_name": "Taofeek", + "middle_name": "Kunkle", + "last_name": "Owonikoko", + "org_name": "The Emory Clinic, Inc", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232256", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232256", + "events_session": "Alisertib in patients with extensive-stage small-cell lung cancer: The phase 2 ALISCA-Lung1 study", + "rest_events_session_count": 3, + "rest_events_session": "IDeate-Lung02: A phase 3, randomized, open-label study of ifinatamab deruxtecan (I-DXd) vs treatment of physician’s choice (TPC) in relapsed small cell lung cancer (SCLC)", + "events_topic": "Small Cell Lung Carcinoma | Alisertib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ifinatamab Deruxtecan", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1578770871,'424521');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EOwonikoko, Taofeek Kunkle", + "kol_full_name": "Owonikoko, Taofeek Kunkle" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Squamous Cell | Enfortumab Vedotin | Penile Neoplasms", + "npi_num": "1568553311", + "hcp_pin_alias": "424510", + "session_name": "A phase II trial of enfortumab vedotin for locally advanced and metastatic squamous cell carcinoma of the penis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424510", + "first_name": "Lance", + "middle_name": "C.", + "last_name": "Pagliaro", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232666", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232666", + "events_session": "A phase II trial of enfortumab vedotin for locally advanced and metastatic squamous cell carcinoma of the penis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Squamous Cell | Enfortumab Vedotin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Penile Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568553311,'424510');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPagliaro, Lance C.", + "kol_full_name": "Pagliaro, Lance C." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Adrenal Insufficiency | Breast Neoplasms", + "npi_num": "1568524015", + "hcp_pin_alias": "424505", + "session_name": "Breast Cancer – Metastatc:: Program Commitee,Incidence and time to onset of immunotherapy-related adrenal insufficiency in the I-SPY2 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424505", + "first_name": "Rita", + "middle_name": "", + "last_name": "Nanda", + "org_name": "The University of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232630", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232630", + "events_session": "Breast Cancer – Metastatc:: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Incidence and time to onset of immunotherapy-related adrenal insufficiency in the I-SPY2 trial", + "events_topic": "Immunotherapy | Adrenal Insufficiency ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568524015,'424505');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENanda, Rita", + "kol_full_name": "Nanda, Rita" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Induction Chemotherapy | Oropharyngeal Neoplasms | Human Papillomavirus Viruses | Hypoxia", + "npi_num": "1568406445", + "hcp_pin_alias": "424500", + "session_name": "Induction chemotherapy effects on very advanced (T3/T4) human papillomavirus-related oropharyngeal cancer for participation in hypoxia-directed major de-escalation (30 Gy) definitive treatment trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424500", + "first_name": "Eric", + "middle_name": "J", + "last_name": "Sherman", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232563", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232563", + "events_session": "Induction chemotherapy effects on very advanced (T3/T4) human papillomavirus-related oropharyngeal cancer for participation in hypoxia-directed major de-escalation (30 Gy) definitive treatment trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Induction Chemotherapy | Oropharyngeal Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Human Papillomavirus Viruses | Hypoxia", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568406445,'424500');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESherman, Eric J", + "kol_full_name": "Sherman, Eric J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Radiotherapy | Brain Neoplasms", + "npi_num": "1558323519", + "hcp_pin_alias": "424492", + "session_name": "Results from METIS (EF-25), an international, multicenter phase III randomized study evaluating the efficacy and safety of tumor treating fields (TTFields) therapy in NSCLC patients with brain metastases,Radiation Therapy Should Be the Default Standard of Care Option for Patients With Brain Metastases", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424492", + "first_name": "Minesh", + "middle_name": "P", + "last_name": "Mehta", + "org_name": "Baptist Health Medical Group Oncology LLC", + "Country": "United States", + "Region": "Florida", + "City": "South Miami", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232287", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232287", + "events_session": "Results from METIS (EF-25)", + "rest_events_session_count": 3, + "rest_events_session": " an international, multicenter phase III randomized study evaluating the efficacy and safety of tumor treating fields (TTFields) therapy in NSCLC patients with brain metastases,Radiation Therapy Should Be the Default Standard of Care Option for Patients With Brain Metastases", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Radiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Brain Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1558323519,'424492');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMehta, Minesh P", + "kol_full_name": "Mehta, Minesh P" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "SDHA Protein, Human | Neoplasms", + "npi_num": "1548278005", + "hcp_pin_alias": "424487", + "session_name": "Novel models for the functional characterization of SDHA germline variants to predict cancer risk", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424487", + "first_name": "Michael", + "middle_name": "Charles", + "last_name": "Heinrich", + "org_name": "Oregon Health & Science University", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232906", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232906", + "events_session": "Novel models for the functional characterization of SDHA germline variants to predict cancer risk", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "SDHA Protein, Human | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548278005,'424487');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHeinrich, Michael Charles", + "kol_full_name": "Heinrich, Michael Charles" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptors, CCR8 | KRASG12D Inhibitor MRTX1133 | Solid Tumor", + "npi_num": "1538162029", + "hcp_pin_alias": "424479", + "session_name": "Preliminary results of a phase 1, first-in-human, dose escalation study of the anti-CCR8 cytolytic antibody, CHS-114 (formerly SRF114) in patients with advanced solid tumors,A phase 1 trial evaluating the safety, tolerability, PK, and preliminary efficacy of QTX3034, an oral G12D-preferring multi-KRAS inhibitor, in patients with solid tumors with KRASG12D mutation,An open-label phase 1 study to investigate SGNCEACAM5C/SAR445953 in adults with advanced solid tumors (SGNCEA5C-001)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424479", + "first_name": "Amita", + "middle_name": "", + "last_name": "Patnaik", + "org_name": "South Texas Oncology And Hematology PLLC", + "Country": "United States", + "Region": "Texas", + "City": "San Antonio", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232972", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232972", + "events_session": "Preliminary results of a phase 1", + "rest_events_session_count": 10, + "rest_events_session": " first-in-human, dose escalation study of the anti-CCR8 cytolytic antibody, CHS-114 (formerly SRF114) in patients with advanced solid tumors,A phase 1 trial evaluating the safety, tolerability, PK, and preliminary efficacy of QTX3034, an oral G12D-preferring multi-KRAS inhibitor, in patients with solid tumors with KRASG12D mutation,An open-label phase 1 study to investigate SGNCEACAM5C/SAR445953 in adults with advanced solid tumors (SGNCEA5C-001)", + "events_topic": "Receptors, CCR8 | KRASG12D Inhibitor MRTX1133 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1538162029,'424479');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPatnaik, Amita", + "kol_full_name": "Patnaik, Amita" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Skin Neoplasms | Melanoma", + "npi_num": "1528042819", + "hcp_pin_alias": "424465", + "session_name": "Melanoma/Skin Cancers: Program Commitee,Melanoma/Skin Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424465", + "first_name": "Harriet", + "middle_name": "Margot", + "last_name": "Kluger", + "org_name": "Yale University", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232008", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232008", + "events_session": "Melanoma/Skin Cancers: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Melanoma/Skin Cancers", + "events_topic": "Skin Neoplasms | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528042819,'424465');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKluger, Harriet Margot", + "kol_full_name": "Kluger, Harriet Margot" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1518948082", + "hcp_pin_alias": "424457", + "session_name": "Care Delivery/Models of Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424457", + "first_name": "Kathryn", + "middle_name": "Jean", + "last_name": "Ruddy", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231962", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231962", + "events_session": "Care Delivery/Models of Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1518948082,'424457');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERuddy, Kathryn Jean", + "kol_full_name": "Ruddy, Kathryn Jean" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Palbociclib | Aromatase Inhibitors", + "npi_num": "1518939537", + "hcp_pin_alias": "424456", + "session_name": "Overall survival with palbociclib (PAL) plus an aromatase inhibitor (AI) versus AI alone in older patients (pts) with de novo, HR+/HER2− metastatic breast cancer: A SEER-Medicare analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424456", + "first_name": "Adam", + "middle_name": "M", + "last_name": "Brufsky", + "org_name": "University of Pittsburgh School of Medicine", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232705", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232705", + "events_session": "Overall survival with palbociclib (PAL) plus an aromatase inhibitor (AI) versus AI alone in older patients (pts) with de novo", + "rest_events_session_count": 1, + "rest_events_session": " HR+/HER2− metastatic breast cancer: A SEER-Medicare analysis", + "events_topic": "Triple Negative Breast Neoplasms | Palbociclib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Aromatase Inhibitors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1518939537,'424456');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBrufsky, Adam M", + "kol_full_name": "Brufsky, Adam M" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Diffuse Large B-Cell Lymphoma | Lymphoma, Non-Hodgkin | Rituximab | Lenalidomide | Epcoritamab | Lymphoma, Follicular", + "npi_num": "1508922907", + "hcp_pin_alias": "424447", + "session_name": "Epcoritamab with rituximab + lenalidomide (R2) in previously untreated (1L) follicular lymphoma (FL) and epcoritamab maintenance in FL: EPCORE NHL‑2 arms 6 and 7,Subcutaneous epcoritamab + GemOx in patients with relapsed or refractory DLBCL: Updated results from EPCORE NHL-2", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424447", + "first_name": "Joshua", + "middle_name": "", + "last_name": "Brody", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232374", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232374", + "events_session": "Epcoritamab with rituximab + lenalidomide (R2) in previously untreated (1L) follicular lymphoma (FL) and epcoritamab maintenance in FL: EPCORE NHL‑2 arms 6 and 7", + "rest_events_session_count": 1, + "rest_events_session": "Subcutaneous epcoritamab + GemOx in patients with relapsed or refractory DLBCL: Updated results from EPCORE NHL-2", + "events_topic": "Diffuse Large B-Cell Lymphoma | Lymphoma, Non-Hodgkin ", + "rest_events_topic_count": 4, + "rest_events_topic": " Rituximab | Lenalidomide | Epcoritamab | Lymphoma, Follicular", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1508922907,'424447');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBrody, Joshua", + "kol_full_name": "Brody, Joshua" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms | Ado-Trastuzumab Emtansine | Chemotherapy, Adjuvant", + "npi_num": "1508908328", + "hcp_pin_alias": "424445", + "session_name": "Safety run-in phase of the multi-epitope HER2 peptide vaccine in combination with trastuzumab emtansine in HER2-positive breast cancer with residual disease after neoadjuvant chemotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424445", + "first_name": "Saranya", + "middle_name": "", + "last_name": "Chumsri", + "org_name": "Mayo Clinic - Florida", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232624", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232624", + "events_session": "Safety run-in phase of the multi-epitope HER2 peptide vaccine in combination with trastuzumab emtansine in HER2-positive breast cancer with residual disease after neoadjuvant chemotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Ado-Trastuzumab Emtansine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chemotherapy, Adjuvant", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1508908328,'424445');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChumsri, Saranya", + "kol_full_name": "Chumsri, Saranya" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Abemaciclib | Neurofibromatosis 2 | Cyclin-Dependent Kinases | Meningioma", + "npi_num": "1508906355", + "hcp_pin_alias": "424444", + "session_name": "Alliance A071401: Phase II trial of abemaciclib in patients with grade 2/3 meningiomas harboring somatic NF2 or CDK pathway alterations", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424444", + "first_name": "Priscilla", + "middle_name": "Kaliopi", + "last_name": "Brastianos", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232455", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232455", + "events_session": "Alliance A071401: Phase II trial of abemaciclib in patients with grade 2/3 meningiomas harboring somatic NF2 or CDK pathway alterations", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Abemaciclib | Neurofibromatosis 2 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cyclin-Dependent Kinases | Meningioma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1508906355,'424444');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBrastianos, Priscilla Kaliopi", + "kol_full_name": "Brastianos, Priscilla Kaliopi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Skin Neoplasms | Molecular Targeted Therapy | Melanoma", + "npi_num": "1487853594", + "hcp_pin_alias": "424428", + "session_name": "Melanoma/Skin Cancers: Program Commitee,First-line treatment preferences for advanced melanoma among oncologists and patients in the US: A discrete choice experiment,Role of Other Novel Targeted Therapies,Breaking the Mold: Trailblazing Melanoma Therapy Beyond Checkpoint Through Innovative Approaches", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424428", + "first_name": "Michael", + "middle_name": "", + "last_name": "Postow", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232057", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232057", + "events_session": "Melanoma/Skin Cancers: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "First-line treatment preferences for advanced melanoma among oncologists and patients in the US: A discrete choice experiment,Role of Other Novel Targeted Therapies,Breaking the Mold: Trailblazing Melanoma Therapy Beyond Checkpoint Through Innovative Approaches", + "events_topic": "Skin Neoplasms | Molecular Targeted Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Melanoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1487853594,'424428');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPostow, Michael", + "kol_full_name": "Postow, Michael" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ramucirumab | Paclitaxel | Gastroesophageal Junction Adenocarcinoma", + "npi_num": "1477846715", + "hcp_pin_alias": "424416", + "session_name": "A randomized, multicenter, open-label, phase 2 study of TRK-950 in combination with ramucirumab and paclitaxel as second-line therapy in patients with Caprin-1 positive gastric or gastroesophageal junction (G/GEJ) adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424416", + "first_name": "Ronan", + "middle_name": "J", + "last_name": "Kelly", + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232849", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232849", + "events_session": "A randomized", + "rest_events_session_count": 3, + "rest_events_session": " multicenter, open-label, phase 2 study of TRK-950 in combination with ramucirumab and paclitaxel as second-line therapy in patients with Caprin-1 positive gastric or gastroesophageal junction (G/GEJ) adenocarcinoma", + "events_topic": "Ramucirumab | Paclitaxel ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastroesophageal Junction Adenocarcinoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1477846715,'424416');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKelly, Ronan J", + "kol_full_name": "Kelly, Ronan J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Chemotherapy", + "npi_num": "1477744316", + "hcp_pin_alias": "424415", + "session_name": "Real-world treatment patterns and outcomes in US patients (pts) with advanced non-small cell lung cancer (NSCLC) after platinum-based chemotherapy (PBC) and anti–PD-(L)1 treatment", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424415", + "first_name": "Vamsidhar", + "middle_name": "", + "last_name": "Velcheti", + "org_name": "New York University", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232183", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232183", + "events_session": "Real-world treatment patterns and outcomes in US patients (pts) with advanced non-small cell lung cancer (NSCLC) after platinum-based chemotherapy (PBC) and anti–PD-(L)1 treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Chemotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1477744316,'424415');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVelcheti, Vamsidhar", + "kol_full_name": "Velcheti, Vamsidhar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ciltacabtagene Autoleucel | Multiple Myeloma", + "npi_num": "1477606309", + "hcp_pin_alias": "424409", + "session_name": "Ciltacabtagene autoleucel vs standard of care in patients with functional high-risk multiple myeloma: CARTITUDE-4 subgroup analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424409", + "first_name": "Luciano", + "middle_name": "J", + "last_name": "Costa", + "org_name": "University Of Alabama Health Services Foundation, Pc", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232135", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232135", + "events_session": "Ciltacabtagene autoleucel vs standard of care in patients with functional high-risk multiple myeloma: CARTITUDE-4 subgroup analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ciltacabtagene Autoleucel | Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1477606309,'424409');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECosta, Luciano J", + "kol_full_name": "Costa, Luciano J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "1467733113", + "hcp_pin_alias": "424403", + "session_name": "Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other: Program Commitee,Lung Cancer—Non–Small Cell Local-Regional/Small Cell/Other", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424403", + "first_name": "Patrick", + "middle_name": "", + "last_name": "Forde", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "Maryland", + "City": "Columbia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232119", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232119", + "events_session": "Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Lung Cancer—Non–Small Cell Local-Regional/Small Cell/Other", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1467733113,'424403');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EForde, Patrick", + "kol_full_name": "Forde, Patrick" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sarcomatoid Mesothelioma | Immunotherapy", + "npi_num": "1437278959", + "hcp_pin_alias": "424367", + "session_name": "Neoadjuvant immunotherapy in sarcomatoid mesothelioma (Alliance A082101)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424367", + "first_name": "Aaron", + "middle_name": "S", + "last_name": "Mansfield", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232255", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232255", + "events_session": "Neoadjuvant immunotherapy in sarcomatoid mesothelioma (Alliance A082101)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcomatoid Mesothelioma | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437278959,'424367');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMansfield, Aaron S", + "kol_full_name": "Mansfield, Aaron S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Sacituzumab Govitecan | Trilaciclib", + "npi_num": "1437268174", + "hcp_pin_alias": "424366", + "session_name": "Trilaciclib combined with sacituzumab govitecan (SG) in metastatic triple-negative breast cancer (mTNBC): Updated phase 2 safety and efficacy results", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424366", + "first_name": "Lasika", + "middle_name": "Chandradatta", + "last_name": "Seneviratne", + "org_name": "Los Angeles Hematology-Oncology", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232698", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232698", + "events_session": "Trilaciclib combined with sacituzumab govitecan (SG) in metastatic triple-negative breast cancer (mTNBC): Updated phase 2 safety and efficacy results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms | Sacituzumab Govitecan ", + "rest_events_topic_count": 1, + "rest_events_topic": " Trilaciclib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437268174,'424366');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESeneviratne, Lasika Chandradatta", + "kol_full_name": "Seneviratne, Lasika Chandradatta" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms", + "npi_num": "1437241510", + "hcp_pin_alias": "424362", + "session_name": "Development and validation of RSClin N+ tool for hormone receptor-positive (HR+), HER2-negative (HER2-), node-positive breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424362", + "first_name": "Lajos", + "middle_name": "", + "last_name": "Pusztai", + "org_name": "Yale University", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232150", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232150", + "events_session": "Development and validation of RSClin N+ tool for hormone receptor-positive (HR+)", + "rest_events_session_count": 2, + "rest_events_session": " HER2-negative (HER2-), node-positive breast cancer", + "events_topic": "Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437241510,'424362');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPusztai, Lajos", + "kol_full_name": "Pusztai, Lajos" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy, Adjuvant | Breast Neoplasms", + "npi_num": "1437187929", + "hcp_pin_alias": "424359", + "session_name": "Breast Cancer – Metastatc:: Program Commitee,Tailoring Treatment to Risk: Adjuvant Therapy for Breast Cancer,Systemic Therapy in Breast Cancer: Current State of the Art and Future Horizons", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424359", + "first_name": "William", + "middle_name": "", + "last_name": "Gradishar", + "org_name": "Northwestern Medical Faculty Foundation", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232021", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232021", + "events_session": "Breast Cancer – Metastatc:: Program Commitee", + "rest_events_session_count": 2, + "rest_events_session": "Tailoring Treatment to Risk: Adjuvant Therapy for Breast Cancer,Systemic Therapy in Breast Cancer: Current State of the Art and Future Horizons", + "events_topic": "Chemotherapy, Adjuvant | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437187929,'424359');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGradishar, William", + "kol_full_name": "Gradishar, William" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Durvalumab | Small Cell Lung Carcinoma", + "npi_num": "1427074210", + "hcp_pin_alias": "424348", + "session_name": "ADRIATIC: durvalumab (D) as consolidation treatment (tx) for patients (pts) with limited-stage small-cell lung cancer (LS-SCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424348", + "first_name": "David", + "middle_name": "R", + "last_name": "Spigel", + "org_name": "Tennessee Oncology", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232516", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232516", + "events_session": "ADRIATIC: durvalumab (D) as consolidation treatment (tx) for patients (pts) with limited-stage small-cell lung cancer (LS-SCLC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Durvalumab | Small Cell Lung Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1427074210,'424348');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESpigel, David R", + "kol_full_name": "Spigel, David R" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Admin. & Management | Neoplasms", + "npi_num": "1417948316", + "hcp_pin_alias": "424345", + "session_name": "Melina Marmarelis: Program Commitee,Discussion of LBA4", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424345", + "first_name": "Lecia", + "middle_name": "V", + "last_name": "Sequist", + "org_name": "Newton Wellesley Medical Group Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Newton", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232515", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232515", + "events_session": "Melina Marmarelis: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Discussion of LBA4", + "events_topic": "Admin. & Management | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417948316,'424345');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESequist, Lecia V", + "kol_full_name": "Sequist, Lecia V" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Zongertinib | Carcinoma, Non-Small-Cell Lung | Triple Negative Breast Neoplasms | Durvalumab", + "npi_num": "1417056565", + "hcp_pin_alias": "424335", + "session_name": "Phase Ia/Ib trial of zongertinib (BI 1810631), a HER2-specific tyrosine kinase inhibitor (TKI), in patients (pts) with HER2 aberration-positive solid tumors: Updated Phase Ia data from Beamion LUNG-1, including progression-free survival (PFS) data,Outcomes with perioperative durvalumab (D) in pts with resectable NSCLC and baseline N2 lymph node involvement (N2 R-NSCLC): An exploratory subgroup analysis of AEGEAN", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424335", + "first_name": "John", + "middle_name": "V.", + "last_name": "Heymach", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232493", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232493", + "events_session": "Phase Ia/Ib trial of zongertinib (BI 1810631)", + "rest_events_session_count": 4, + "rest_events_session": " a HER2-specific tyrosine kinase inhibitor (TKI), in patients (pts) with HER2 aberration-positive solid tumors: Updated Phase Ia data from Beamion LUNG-1, including progression-free survival (PFS) data,Outcomes with perioperative durvalumab (D) in pts with resectable NSCLC and baseline N2 lymph node involvement (N2 R-NSCLC): An exploratory subgroup analysis of AEGEAN", + "events_topic": "Zongertinib | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 2, + "rest_events_topic": " Triple Negative Breast Neoplasms | Durvalumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417056565,'424335');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHeymach, John V.", + "kol_full_name": "Heymach, John V." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Prostate-Specific Antigen | Castration", + "npi_num": "1417011529", + "hcp_pin_alias": "424333", + "session_name": "Association between prostate-specific antigen (PSA) level \u003C02 ng/mL and risk of radiological progression in patients (pts) with nonmetastatic castration-resistant prostate cancer (nmCRPC): Follow-up analysis of ARAMIS", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424333", + "first_name": "Alicia", + "middle_name": "Katherine", + "last_name": "Morgans", + "org_name": "Northwestern Medical Faculty Foundation", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232643", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232643", + "events_session": "Association between prostate-specific antigen (PSA) level \u003C02 ng/mL and risk of radiological progression in patients (pts) with nonmetastatic castration-resistant prostate cancer (nmCRPC): Follow-up analysis of ARAMIS", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Prostate-Specific Antigen ", + "rest_events_topic_count": 1, + "rest_events_topic": " Castration", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417011529,'424333');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMorgans, Alicia Katherine", + "kol_full_name": "Morgans, Alicia Katherine" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pelabresib | Ruxolitinib | Janus Kinase Inhibitors | Primary Myelofibrosis", + "npi_num": "1407019722", + "hcp_pin_alias": "424326", + "session_name": "Updated safety and efficacy data from the phase 3 MANIFEST-2 study of pelabresib in combination with ruxolitinib for JAK inhibitor treatment-naïve patients with myelofibrosis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424326", + "first_name": "Raajit", + "middle_name": "", + "last_name": "Rampal", + "org_name": "Memorial Hematology Lymphoma Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233106", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233106", + "events_session": "Updated safety and efficacy data from the phase 3 MANIFEST-2 study of pelabresib in combination with ruxolitinib for JAK inhibitor treatment-naïve patients with myelofibrosis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pelabresib | Ruxolitinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Janus Kinase Inhibitors | Primary Myelofibrosis", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1407019722,'424326');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERampal, Raajit", + "kol_full_name": "Rampal, Raajit" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myelodysplastic Syndromes | Hematologic Neoplasms | Leukemia | Head And Neck Neoplasms", + "npi_num": "1386625598", + "hcp_pin_alias": "424311", + "session_name": "Head and Neck Cancer: Program Commitee,Hematologic Malignancies—Leukemia, Myelodysplastic Syndromes, and Allotransplant", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424311", + "first_name": "Eunice", + "middle_name": "", + "last_name": "Wang", + "org_name": "Roswell Park Cancer Institute", + "Country": "United States", + "Region": "New York", + "City": "Buffalo", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232086", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232086", + "events_session": "Head and Neck Cancer: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "Hematologic Malignancies—Leukemia, Myelodysplastic Syndromes, and Allotransplant", + "events_topic": "Myelodysplastic Syndromes | Hematologic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Leukemia | Head And Neck Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1386625598,'424311');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWang, Eunice", + "kol_full_name": "Wang, Eunice" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chordoma | Nirogacestat | Cetuximab | Fibromatosis, Aggressive", + "npi_num": "1376758821", + "hcp_pin_alias": "424306", + "session_name": "Nirogacestat for Desmoid Tumors,Preliminary results from FLAGSHP-1: A phase 1 study of ERAS-601 as a monotherapy or in combination with cetuximab in patients (pts) previously treated for advanced chordoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424306", + "first_name": "Mrinal", + "middle_name": "M", + "last_name": "Gounder", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232903", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232903", + "events_session": "Nirogacestat for Desmoid Tumors", + "rest_events_session_count": 1, + "rest_events_session": "Preliminary results from FLAGSHP-1: A phase 1 study of ERAS-601 as a monotherapy or in combination with cetuximab in patients (pts) previously treated for advanced chordoma", + "events_topic": "Chordoma | Nirogacestat ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cetuximab | Fibromatosis, Aggressive", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1376758821,'424306');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGounder, Mrinal M", + "kol_full_name": "Gounder, Mrinal M" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Ipilimumab | Carcinoma, Renal Cell | Ovarian Neoplasms", + "npi_num": "1376573394", + "hcp_pin_alias": "424299", + "session_name": "Final results of BrUOG 354: A randomized phase II trial of nivolumab alone or in combination with ipilimumab for people with ovarian and other extra-renal clear cell carcinomas", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424299", + "first_name": "Don", + "middle_name": "S", + "last_name": "Dizon", + "org_name": "Rhode Island Hospital", + "Country": "United States", + "Region": "Rhode Island", + "City": "Providence", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232732", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232732", + "events_session": "Final results of BrUOG 354: A randomized phase II trial of nivolumab alone or in combination with ipilimumab for people with ovarian and other extra-renal clear cell carcinomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nivolumab | Ipilimumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Carcinoma, Renal Cell | Ovarian Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1376573394,'424299');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDizon, Don S", + "kol_full_name": "Dizon, Don S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pharmacokinetic | Beta Catenin | Transcription Factors | Solid Tumor", + "npi_num": "1376546861", + "hcp_pin_alias": "424296", + "session_name": "A first-in-human, phase 1/2 trial of FOG-001, a β-catenin:TCF antagonist, in patients with locally advanced or metastatic solid tumors,Results of a phase 1, dose-finding study of Debio 0123 as monotherapy in adult patients with advanced solid tumors: Safety, pharmacokinetic, and preliminary antitumor activity data", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424296", + "first_name": "Kyriakos", + "middle_name": "Peter", + "last_name": "Papadopoulos", + "org_name": "South Texas Oncology And Hematology PLLC", + "Country": "United States", + "Region": "Texas", + "City": "San Antonio", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232961", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232961", + "events_session": "A first-in-human", + "rest_events_session_count": 7, + "rest_events_session": " phase 1/2 trial of FOG-001, a β-catenin:TCF antagonist, in patients with locally advanced or metastatic solid tumors,Results of a phase 1, dose-finding study of Debio 0123 as monotherapy in adult patients with advanced solid tumors: Safety, pharmacokinetic, and preliminary antitumor activity data", + "events_topic": "Pharmacokinetic | Beta Catenin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Transcription Factors | Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1376546861,'424296');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPapadopoulos, Kyriakos Peter", + "kol_full_name": "Papadopoulos, Kyriakos Peter" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Trastuzumab Imbotolimod | Immunoconjugates | Triple Negative Breast Neoplasms", + "npi_num": "1356361554", + "hcp_pin_alias": "424283", + "session_name": "Phase 2 study of novel HER2-targeting, TLR7/8 immune-stimulating antibody conjugate (ISAC) BDC-1001 (trastuzumab imbotolimod) +/- pertuzumab (P) in patients (pts) with HER2-positive metastatic breast cancer (MBC) previously treated with trastuzumab deruxtecan (T-DXd)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424283", + "first_name": "Mark", + "middle_name": "Daniel", + "last_name": "Pegram", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232708", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232708", + "events_session": "Phase 2 study of novel HER2-targeting", + "rest_events_session_count": 1, + "rest_events_session": " TLR7/8 immune-stimulating antibody conjugate (ISAC) BDC-1001 (trastuzumab imbotolimod) +/- pertuzumab (P) in patients (pts) with HER2-positive metastatic breast cancer (MBC) previously treated with trastuzumab deruxtecan (T-DXd)", + "events_topic": "Trastuzumab Imbotolimod | Immunoconjugates ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356361554,'424283');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPegram, Mark Daniel", + "kol_full_name": "Pegram, Mark Daniel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Antigens, CD19 | Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1346484821", + "hcp_pin_alias": "424281", + "session_name": "Interim results from the ELiPSE-1 study: A phase 1, multicenter, open-label study of CNTY-101 in subjects with relapsed or refractory CD19-positive B-cell malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424281", + "first_name": "Krish", + "middle_name": "", + "last_name": "Patel", + "org_name": "Swedish Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232369", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232369", + "events_session": "Interim results from the ELiPSE-1 study: A phase 1", + "rest_events_session_count": 2, + "rest_events_session": " multicenter, open-label study of CNTY-101 in subjects with relapsed or refractory CD19-positive B-cell malignancies", + "events_topic": "Antigens, CD19 | Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1346484821,'424281');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPatel, Krish", + "kol_full_name": "Patel, Krish" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Carcinoma, Non-Small-Cell Lung | Datopotamab Deruxtecan | Chemotherapy", + "npi_num": "1346276326", + "hcp_pin_alias": "424277", + "session_name": "Datopotamab deruxtecan (Dato-DXd) plus pembrolizumab (pembro) with or without platinum chemotherapy (Pt-CT) as first-line (1L) therapy for advanced non-small cell lung cancer (aNSCLC): Subgroup analysis from TROPION-Lung02", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424277", + "first_name": "Benjamin", + "middle_name": "P", + "last_name": "Levy", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232180", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232180", + "events_session": "Datopotamab deruxtecan (Dato-DXd) plus pembrolizumab (pembro) with or without platinum chemotherapy (Pt-CT) as first-line (1L) therapy for advanced non-small cell lung cancer (aNSCLC): Subgroup analysis from TROPION-Lung02", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 2, + "rest_events_topic": " Datopotamab Deruxtecan | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1346276326,'424277');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELevy, Benjamin P", + "kol_full_name": "Levy, Benjamin P" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Breast Neoplasms", + "npi_num": "1346211141", + "hcp_pin_alias": "424272", + "session_name": "The Ongoing Antibody–Drug Conjugates Revolution in Breast Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424272", + "first_name": "Shanu", + "middle_name": "", + "last_name": "Modi", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232776", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232776", + "events_session": "The Ongoing Antibody–Drug Conjugates Revolution in Breast Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1346211141,'424272');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EModi, Shanu", + "kol_full_name": "Modi, Shanu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Telisotuzumab Vedotin | Radiotherapy | ErbB Receptors | Carcinoma, Non-Small-Cell Lung | Brain Neoplasms", + "npi_num": "1336239912", + "hcp_pin_alias": "424266", + "session_name": "Telisotuzumab vedotin monotherapy in patients with previously treated c-Met–overexpressing non-squamous EGFR wildtype advanced NSCLC: Primary analysis of the LUMINOSITY trial,Systemic Therapy Is a Reasonable Alternative to Radiation Therapy in Patients with Brain Metastases", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424266", + "first_name": "David", + "middle_name": "", + "last_name": "Camidge", + "org_name": "University Physicians Inc", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232288", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232288", + "events_session": "Telisotuzumab vedotin monotherapy in patients with previously treated c-Met–overexpressing non-squamous EGFR wildtype advanced NSCLC: Primary analysis of the LUMINOSITY trial", + "rest_events_session_count": 1, + "rest_events_session": "Systemic Therapy Is a Reasonable Alternative to Radiation Therapy in Patients with Brain Metastases", + "events_topic": "Telisotuzumab Vedotin | Radiotherapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " ErbB Receptors | Carcinoma, Non-Small-Cell Lung | Brain Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1336239912,'424266');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECamidge, David", + "kol_full_name": "Camidge, David" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Thyroid Neoplasms | TRK Inhibitors | Larotrectinib | Randomized Controlled Trials As Topic", + "npi_num": "1316975451", + "hcp_pin_alias": "424253", + "session_name": "Outcomes of larotrectinib compared with real-world data from non-TRK inhibitor therapies in patients with TRK fusion cancer: VICTORIA study,Comparative patient-reported tolerability (PRT): A multiplicity-controlled analysis of LIBRETTO-531, a randomized controlled trial (RCT) in medullary thyroid cancer (MTC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424253", + "first_name": "Marcia", + "middle_name": "S", + "last_name": "Brose", + "org_name": "University of Pennsylvania Health System", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Berwyn", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232409", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232409", + "events_session": "Outcomes of larotrectinib compared with real-world data from non-TRK inhibitor therapies in patients with TRK fusion cancer: VICTORIA study", + "rest_events_session_count": 2, + "rest_events_session": "Comparative patient-reported tolerability (PRT): A multiplicity-controlled analysis of LIBRETTO-531, a randomized controlled trial (RCT) in medullary thyroid cancer (MTC)", + "events_topic": "Neoplasms | Thyroid Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " TRK Inhibitors | Larotrectinib | Randomized Controlled Trials As Topic", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316975451,'424253');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBrose, Marcia S", + "kol_full_name": "Brose, Marcia S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiotherapy | Brain Neoplasms", + "npi_num": "1316906498", + "hcp_pin_alias": "424249", + "session_name": "Choosing Between Options for Patients With Brain Metastases: What Outcomes Matter Most?,Brain Metastases Management: Weighing the Options—Radiation Versus Systemic Therapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424249", + "first_name": "Nancy", + "middle_name": "Uan-Tsin", + "last_name": "Lin", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Milford", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231989", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231989", + "events_session": "Choosing Between Options for Patients With Brain Metastases: What Outcomes Matter Most?", + "rest_events_session_count": 1, + "rest_events_session": "Brain Metastases Management: Weighing the Options—Radiation Versus Systemic Therapy", + "events_topic": "Radiotherapy | Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316906498,'424249');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELin, Nancy Uan-Tsin", + "kol_full_name": "Lin, Nancy Uan-Tsin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor | Biomarkers", + "npi_num": "1306878228", + "hcp_pin_alias": "424240", + "session_name": "MyTACTIC: Activity of targeted therapy in patients (pts) with advanced solid tumors harboring specific biomarkers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424240", + "first_name": "Lee", + "middle_name": "S", + "last_name": "Schwartzberg", + "org_name": "West Clinic PC", + "Country": "United States", + "Region": "Tennessee", + "City": "Brighton", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232956", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232956", + "events_session": "MyTACTIC: Activity of targeted therapy in patients (pts) with advanced solid tumors harboring specific biomarkers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumor | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1306878228,'424240');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESchwartzberg, Lee S", + "kol_full_name": "Schwartzberg, Lee S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Inavolisib | Fulvestrant | Palbociclib | Ribociclib | Breast Neoplasms | Triple Negative Breast Neoplasms", + "npi_num": "1306041975", + "hcp_pin_alias": "424230", + "session_name": "First-line inavolisib/placebo + palbociclib + fulvestrant (Inavo/Pbo+Palbo+Fulv) in patients (pts) with PIK3CA-mutated, hormone receptor-positive, HER2‑negative locally advanced/metastatic breast cancer who relapsed during/within 12 months (mo) of adjuvant endocrine therapy completion: INAVO120 Phase III randomized trial additional analyses,INAVO121: Phase III study of inavolisib (INAVO) + fulvestrant (FUL) vs alpelisib (ALP) + FUL in patients (pts) with hormone receptor-positive, HER2-negative (HR+, HER2–), PIK3CA‑mutated (mut) locally advanced or metastatic breast cancer (LA/mBC),BLU-222, an investigational, oral, potent, and highly selective CDK2 inhibitor (CDK2i), as monotherapy in patients (pts) with advanced solid tumors and in combination with ribociclib (RIBO) and fulvestrant (FUL) in HR+/HER2− breast cancer (BC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424230", + "first_name": "Dejan", + "middle_name": "", + "last_name": "Juric", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232686", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232686", + "events_session": "First-line inavolisib/placebo + palbociclib + fulvestrant (Inavo/Pbo+Palbo+Fulv) in patients (pts) with PIK3CA-mutated", + "rest_events_session_count": 12, + "rest_events_session": " hormone receptor-positive, HER2‑negative locally advanced/metastatic breast cancer who relapsed during/within 12 months (mo) of adjuvant endocrine therapy completion: INAVO120 Phase III randomized trial additional analyses,INAVO121: Phase III study of inavolisib (INAVO) + fulvestrant (FUL) vs alpelisib (ALP) + FUL in patients (pts) with hormone receptor-positive, HER2-negative (HR+, HER2–), PIK3CA‑mutated (mut) locally advanced or metastatic breast cancer (LA/mBC),BLU-222, an investigational, oral, potent, and highly selective CDK2 inhibitor (CDK2i), as monotherapy in patients (pts) with advanced solid tumors and in combination with ribociclib (RIBO) and fulvestrant (FUL) in HR+/HER2− breast cancer (BC)", + "events_topic": "Inavolisib | Fulvestrant ", + "rest_events_topic_count": 4, + "rest_events_topic": " Palbociclib | Ribociclib | Breast Neoplasms | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1306041975,'424230');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJuric, Dejan", + "kol_full_name": "Juric, Dejan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Melanoma, Cutaneous Malignant | Fecal Microbiota Transplantation | Lenvatinib | Pembrolizumab", + "npi_num": "1295965523", + "hcp_pin_alias": "424227", + "session_name": "Randomized phase II trial of pembrolizumab/lenvatinib (P+L) +/- responder fecal microbiota transplant (R-FMT) in PD-1 relapsed/refractory (R/R) cutaneous melanoma (MEL)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424227", + "first_name": "Diwakar", + "middle_name": "", + "last_name": "Davar", + "org_name": "University of Pittsburgh School of Medicine", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232804", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232804", + "events_session": "Randomized phase II trial of pembrolizumab/lenvatinib (P+L) +/- responder fecal microbiota transplant (R-FMT) in PD-1 relapsed/refractory (R/R) cutaneous melanoma (MEL)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma, Cutaneous Malignant | Fecal Microbiota Transplantation ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lenvatinib | Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1295965523,'424227');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavar, Diwakar", + "kol_full_name": "Davar, Diwakar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Odronextamab | Lymphoma, Follicular", + "npi_num": "1295735058", + "hcp_pin_alias": "424223", + "session_name": "Phase 3 trial evaluating the efficacy and safety of odronextamab versus investigator’s choice in previously untreated follicular lymphoma (OLYMPIA-1)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424223", + "first_name": "Ruemu", + "middle_name": "E", + "last_name": "Birhiray", + "org_name": "American Oncology Partners PA", + "Country": "United States", + "Region": "Indiana", + "City": "Noblesville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232390", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232390", + "events_session": "Phase 3 trial evaluating the efficacy and safety of odronextamab versus investigator’s choice in previously untreated follicular lymphoma (OLYMPIA-1)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Odronextamab | Lymphoma, Follicular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1295735058,'424223');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBirhiray, Ruemu E", + "kol_full_name": "Birhiray, Ruemu E" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1285690156", + "hcp_pin_alias": "424216", + "session_name": "Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424216", + "first_name": "Anne", + "middle_name": "Hudson", + "last_name": "Blaes", + "org_name": "Fairview Health Services", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233096", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233096", + "events_session": "Oncologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1285690156,'424216');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBlaes, Anne Hudson", + "kol_full_name": "Blaes, Anne Hudson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy", + "npi_num": "1275635971", + "hcp_pin_alias": "424207", + "session_name": "Developmental Therapeutcs – Immunotherapy: Program Commitee,Developmental Therapeutics—Immunotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424207", + "first_name": "Hatem", + "middle_name": "", + "last_name": "Soliman", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232037", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232037", + "events_session": "Developmental Therapeutcs – Immunotherapy: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Developmental Therapeutics—Immunotherapy", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275635971,'424207');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESoliman, Hatem", + "kol_full_name": "Soliman, Hatem" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Melanoma", + "npi_num": "1265696348", + "hcp_pin_alias": "424197", + "session_name": "Everything and the Kitchen Sink: First-Line Therapy for Advanced Melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424197", + "first_name": "Sunandana", + "middle_name": "", + "last_name": "Chandra", + "org_name": "Northwestern Medical Faculty Foundation", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233125", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233125", + "events_session": "Everything and the Kitchen Sink: First-Line Therapy for Advanced Melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1265696348,'424197');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChandra, Sunandana", + "kol_full_name": "Chandra, Sunandana" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Melanoma | Central Nervous System Neoplasms", + "npi_num": "1255429486", + "hcp_pin_alias": "424187", + "session_name": "Incidence and risk factors for central nervous system (CNS) metastasis (met) in patients (pts) with stage III melanoma treated with adjuvant (ADJ) anti-PD1 immunotherapy (IMT)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424187", + "first_name": "Michael", + "middle_name": "A.", + "last_name": "Davies", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232797", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232797", + "events_session": "Incidence and risk factors for central nervous system (CNS) metastasis (met) in patients (pts) with stage III melanoma treated with adjuvant (ADJ) anti-PD1 immunotherapy (IMT)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Melanoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Central Nervous System Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255429486,'424187');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavies, Michael A.", + "kol_full_name": "Davies, Michael A." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lasofoxifene | Triple Negative Breast Neoplasms", + "npi_num": "1255310611", + "hcp_pin_alias": "424182", + "session_name": "Open-label, randomized, multicenter, phase 3, ELAINE 3 study of the efficacy and safety of lasofoxifene plus abemaciclib for treating ER+/HER2-, locally advanced or metastatic breast cancer with an ESR1 mutation", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424182", + "first_name": "Matthew", + "middle_name": "P", + "last_name": "Goetz", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232711", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232711", + "events_session": "Open-label", + "rest_events_session_count": 5, + "rest_events_session": " randomized, multicenter, phase 3, ELAINE 3 study of the efficacy and safety of lasofoxifene plus abemaciclib for treating ER+/HER2-, locally advanced or metastatic breast cancer with an ESR1 mutation", + "events_topic": "Lasofoxifene | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255310611,'424182');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGoetz, Matthew P", + "kol_full_name": "Goetz, Matthew P" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Programmed Cell Death 1 Receptor | Neoplasms", + "npi_num": "1245277698", + "hcp_pin_alias": "424175", + "session_name": "Phase 1 study of CTX-471, a novel CD137 agonist antibody, in patients with progressive disease following PD-1/PD-L1 inhibitors in metastatic or locally advanced malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424175", + "first_name": "Minal", + "middle_name": "Atul", + "last_name": "Barve", + "org_name": "Texas Oncology PA", + "Country": "United States", + "Region": "Texas", + "City": "Plano", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232994", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232994", + "events_session": "Phase 1 study of CTX-471", + "rest_events_session_count": 2, + "rest_events_session": " a novel CD137 agonist antibody, in patients with progressive disease following PD-1/PD-L1 inhibitors in metastatic or locally advanced malignancies", + "events_topic": "Programmed Cell Death 1 Receptor | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245277698,'424175');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBarve, Minal Atul", + "kol_full_name": "Barve, Minal Atul" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Castration", + "npi_num": "1245258045", + "hcp_pin_alias": "424173", + "session_name": "Final results of a phase I/II dose-escalation study of fractionated dose 177Lu-PSMA-617 for progressive metastatic castration resistant prostate cancer (mCRPC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424173", + "first_name": "Scott", + "middle_name": "", + "last_name": "Tagawa", + "org_name": "Weill Medical College of Cornell", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232656", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232656", + "events_session": "Final results of a phase I/II dose-escalation study of fractionated dose 177Lu-PSMA-617 for progressive metastatic castration resistant prostate cancer (mCRPC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Castration", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245258045,'424173');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETagawa, Scott", + "kol_full_name": "Tagawa, Scott" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Brigimadlin | Glioblastoma | Radiotherapy | Brain Diseases", + "npi_num": "1225018419", + "hcp_pin_alias": "424152", + "session_name": "A phase (Ph) 0/Ia study of brigimadlin concentration in brain tissue and a non-randomized, open-label, dose escalation study of brigimadlin in combination with radiotherapy (RT) in patients (pts) with newly diagnosed glioblastoma (GBM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424152", + "first_name": "Jann", + "middle_name": "N", + "last_name": "Sarkaria", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Wisconsin", + "City": "La Crosse", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232522", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232522", + "events_session": "A phase (Ph) 0/Ia study of brigimadlin concentration in brain tissue and a non-randomized", + "rest_events_session_count": 2, + "rest_events_session": " open-label, dose escalation study of brigimadlin in combination with radiotherapy (RT) in patients (pts) with newly diagnosed glioblastoma (GBM)", + "events_topic": "Brigimadlin | Glioblastoma ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiotherapy | Brain Diseases", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1225018419,'424152');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESarkaria, Jann N", + "kol_full_name": "Sarkaria, Jann N" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "B-Cell Maturation Antigen | Multiple Myeloma | Admin. & Management", + "npi_num": "1215948690", + "hcp_pin_alias": "424147", + "session_name": "Amandeep Godara – Track Leader: Program Commitee,Moving BCMA-Directed Therapies to Earlier Use in Multiple Myeloma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424147", + "first_name": "Amrita", + "middle_name": "", + "last_name": "Krishnan", + "org_name": "City of Hope Medical Foundation", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232136", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232136", + "events_session": "Amandeep Godara – Track Leader: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Moving BCMA-Directed Therapies to Earlier Use in Multiple Myeloma", + "events_topic": "B-Cell Maturation Antigen | Multiple Myeloma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Admin. & Management", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215948690,'424147');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKrishnan, Amrita", + "kol_full_name": "Krishnan, Amrita" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Reproductive Health Services | Neoplasms", + "npi_num": "1194833020", + "hcp_pin_alias": "424135", + "session_name": "Ethical Considerations for Oncologists Practicing in States That Limit Reproductive Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424135", + "first_name": "Abby", + "middle_name": "R", + "last_name": "Rosenberg", + "org_name": "The Association Of Chrmc And University Physicians", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232483", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232483", + "events_session": "Ethical Considerations for Oncologists Practicing in States That Limit Reproductive Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Reproductive Health Services | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1194833020,'424135');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERosenberg, Abby R", + "kol_full_name": "Rosenberg, Abby R" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiosurgery | Radiotherapy | Azeliragon | Brain Neoplasms", + "npi_num": "1184990871", + "hcp_pin_alias": "424129", + "session_name": "A phase I/II study to assess safety and preliminary evidence of a therapeutic effect of azeliragon combined with stereotactic radiation therapy in patients with brain metastases (ADORATION)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424129", + "first_name": "Rupesh", + "middle_name": "Rajesh", + "last_name": "Kotecha", + "org_name": "Baptist Health Medical Group Oncology LLC", + "Country": "United States", + "Region": "Florida", + "City": "Miami", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233083", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233083", + "events_session": "A phase I/II study to assess safety and preliminary evidence of a therapeutic effect of azeliragon combined with stereotactic radiation therapy in patients with brain metastases (ADORATION)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiosurgery | Radiotherapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Azeliragon | Brain Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184990871,'424129');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKotecha, Rupesh Rajesh", + "kol_full_name": "Kotecha, Rupesh Rajesh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Tarlatamab | Neuroendocrine Prostate Cancer", + "npi_num": "1174794309", + "hcp_pin_alias": "424122", + "session_name": "Phase 1b study of tarlatamab in de novo or treatment-emergent neuroendocrine prostate cancer (NEPC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424122", + "first_name": "Rahul", + "middle_name": "", + "last_name": "Aggarwal", + "org_name": "UCSF Medical Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232284", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232284", + "events_session": "Phase 1b study of tarlatamab in de novo or treatment-emergent neuroendocrine prostate cancer (NEPC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tarlatamab | Neuroendocrine Prostate Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1174794309,'424122');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAggarwal, Rahul", + "kol_full_name": "Aggarwal, Rahul" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Avelumab | Axitinib | Sunitinib | Carcinoma, Renal Cell", + "npi_num": "1164493961", + "hcp_pin_alias": "424112", + "session_name": "Avelumab + axitinib vs sunitinib in patients (pts) with advanced renal cell carcinoma (aRCC): Final overall survival (OS) analysis from the JAVELIN Renal 101 phase 3 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424112", + "first_name": "Robert", + "middle_name": "J", + "last_name": "Motzer", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232471", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232471", + "events_session": "Avelumab + axitinib vs sunitinib in patients (pts) with advanced renal cell carcinoma (aRCC): Final overall survival (OS) analysis from the JAVELIN Renal 101 phase 3 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Avelumab | Axitinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sunitinib | Carcinoma, Renal Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1164493961,'424112');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMotzer, Robert J", + "kol_full_name": "Motzer, Robert J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Human Papillomavirus 16 | Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "1164440616", + "hcp_pin_alias": "424108", + "session_name": "A phase 1 dose-escalation and expansion study of CUE-101, given as monotherapy and in combination with pembrolizumab, in patients with recurrent/metastatic HPV16+ head and neck squamous cell cancer (R/M HNSCC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424108", + "first_name": "Douglas", + "middle_name": "R", + "last_name": "Adkins", + "org_name": "Washington University", + "Country": "United States", + "Region": "Missouri", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232099", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232099", + "events_session": "A phase 1 dose-escalation and expansion study of CUE-101", + "rest_events_session_count": 2, + "rest_events_session": " given as monotherapy and in combination with pembrolizumab, in patients with recurrent/metastatic HPV16+ head and neck squamous cell cancer (R/M HNSCC)", + "events_topic": "Pembrolizumab | Human Papillomavirus 16 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Squamous Cell Carcinoma Of Head And Neck", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1164440616,'424108');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAdkins, Douglas R", + "kol_full_name": "Adkins, Douglas R" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Primary Myelofibrosis | Thrombocytopenia | Pacritinib | Anemia", + "npi_num": "1154449114", + "hcp_pin_alias": "424103", + "session_name": "Efficacy of pacritinib in patients with myelofibrosis who have both thrombocytopenia and anemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424103", + "first_name": "Prithviraj", + "middle_name": "", + "last_name": "Bose", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232351", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232351", + "events_session": "Efficacy of pacritinib in patients with myelofibrosis who have both thrombocytopenia and anemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Myelofibrosis | Thrombocytopenia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pacritinib | Anemia", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1154449114,'424103');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBose, Prithviraj", + "kol_full_name": "Bose, Prithviraj" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Lung Neoplasms | Brain Neoplasms", + "npi_num": "1154434645", + "hcp_pin_alias": "424102", + "session_name": "Immunotherapy outcomes and profile in lung cancer brain metastases", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424102", + "first_name": "John", + "middle_name": "L.", + "last_name": "Villano", + "org_name": "Kentucky Medical Services Foundation", + "Country": "United States", + "Region": "Kentucky", + "City": "Lexington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232187", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232187", + "events_session": "Immunotherapy outcomes and profile in lung cancer brain metastases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Lung Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Brain Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1154434645,'424102');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVillano, John L.", + "kol_full_name": "Villano, John L." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Drug Shortages | Patient Care | Neoplasms", + "npi_num": "1144300146", + "hcp_pin_alias": "424088", + "session_name": "Making a Global Impact: ASCO Strategy,The Impact of Quality Programs on Patient Care Around the World,Solving Decades of Drug Shortages in Oncology: What, Who, and When?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424088", + "first_name": "Julie", + "middle_name": "R", + "last_name": "Gralow", + "org_name": "Association of University Physicians", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232003", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232003", + "events_session": "Making a Global Impact: ASCO Strategy", + "rest_events_session_count": 4, + "rest_events_session": "The Impact of Quality Programs on Patient Care Around the World,Solving Decades of Drug Shortages in Oncology: What, Who, and When?", + "events_topic": "Drug Shortages | Patient Care ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144300146,'424088');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGralow, Julie R", + "kol_full_name": "Gralow, Julie R" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ductal Carcinoma In Situ | Radiotherapy | Mastectomy, Segmental", + "npi_num": "1144205519", + "hcp_pin_alias": "424083", + "session_name": "Identification of patients with DCIS with low-risk clinicopathology who benefit from radiation therapy with and without endocrine therapy after breast-conserving surgery assessed with the 7-gene biosignature", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424083", + "first_name": "Pat", + "middle_name": "W", + "last_name": "Whitworth", + "org_name": "Advanced Diagnostic Imaging PC", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232617", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232617", + "events_session": "Identification of patients with DCIS with low-risk clinicopathology who benefit from radiation therapy with and without endocrine therapy after breast-conserving surgery assessed with the 7-gene biosignature", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ductal Carcinoma In Situ | Radiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Mastectomy, Segmental", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144205519,'424083');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWhitworth, Pat W", + "kol_full_name": "Whitworth, Pat W" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1134381692", + "hcp_pin_alias": "424081", + "session_name": "Breast Cancer—Local/Regional/Adjuvant", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424081", + "first_name": "Cesar", + "middle_name": "Augusto", + "last_name": "Santa-Maria", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231979", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231979", + "events_session": "Breast Cancer—Local/Regional/Adjuvant", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134381692,'424081');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESanta-Maria, Cesar Augusto", + "kol_full_name": "Santa-Maria, Cesar Augusto" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Teclistamab | Antibodies, Bispecific | Multiple Myeloma", + "npi_num": "1134103476", + "hcp_pin_alias": "424072", + "session_name": "OPTec: A phase 2 study to evaluate outpatient (OP) step-up administration of teclistamab (Tec), a BCMA-targeting bispecific antibody, in patients (pts) with relapsed/refractory multiple myeloma (RRMM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424072", + "first_name": "Robert", + "middle_name": "Melvin", + "last_name": "Rifkin", + "org_name": "Yampa Valley Medical Center", + "Country": "United States", + "Region": "Colorado", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232358", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232358", + "events_session": "OPTec: A phase 2 study to evaluate outpatient (OP) step-up administration of teclistamab (Tec)", + "rest_events_session_count": 2, + "rest_events_session": " a BCMA-targeting bispecific antibody, in patients (pts) with relapsed/refractory multiple myeloma (RRMM)", + "events_topic": "Teclistamab | Antibodies, Bispecific ", + "rest_events_topic_count": 1, + "rest_events_topic": " Multiple Myeloma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134103476,'424072');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERifkin, Robert Melvin", + "kol_full_name": "Rifkin, Robert Melvin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Castration | Prednisone | Apalutamide | Prostatic Neoplasms | Abiraterone Acetate", + "npi_num": "1124101381", + "hcp_pin_alias": "424066", + "session_name": "Overall survival from PANTHER: A multicenter trial of apalutamide, abiraterone acetate plus prednisone in Black and White patients with metastatic castration-resistant prostate cancer (mCRPC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424066", + "first_name": "Daniel", + "middle_name": "", + "last_name": "George", + "org_name": "Private Diagnostic Clinic, PLLC", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232655", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232655", + "events_session": "Overall survival from PANTHER: A multicenter trial of apalutamide", + "rest_events_session_count": 1, + "rest_events_session": " abiraterone acetate plus prednisone in Black and White patients with metastatic castration-resistant prostate cancer (mCRPC)", + "events_topic": "Castration | Prednisone ", + "rest_events_topic_count": 3, + "rest_events_topic": " Apalutamide | Prostatic Neoplasms | Abiraterone Acetate", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1124101381,'424066');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGeorge, Daniel", + "kol_full_name": "George, Daniel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy, Adoptive | Multiple Myeloma | Lymphoma, Non-Hodgkin | Leukemia, Lymphocytic, Chronic, B-Cell | Lymphoma | Antibodies, Bispecific | Drug-Related Side Effects And Adverse Reactions", + "npi_num": "1124030028", + "hcp_pin_alias": "424064", + "session_name": "Durable complete response and overall survival in patients with heavily pretreated, poor-prognosis non-Hodgkin lymphoma to immunoactivating AVM0703 with few and mild drug-related adverse effects,PMB-CT01 (BAFFR-CAR T cell) therapy to examine preliminary safety and clinical responses in patients with B-cell malignancies who are ineligible for or failed CD19-directed therapy, including CD19-negative disease,Improving Access to Bispecific Antibodies in the Community: Challenges and Opportunities,Optimizing Bispecific Therapy Use in Lymphoma and Multiple Myeloma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424064", + "first_name": "Lihua", + "middle_name": "Elizabeth", + "last_name": "Budde", + "org_name": "City of Hope Medical Foundation", + "Country": "United States", + "Region": "California", + "City": "South Pasadena", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231971", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231971", + "events_session": "Durable complete response and overall survival in patients with heavily pretreated", + "rest_events_session_count": 5, + "rest_events_session": " poor-prognosis non-Hodgkin lymphoma to immunoactivating AVM0703 with few and mild drug-related adverse effects,PMB-CT01 (BAFFR-CAR T cell) therapy to examine preliminary safety and clinical responses in patients with B-cell malignancies who are ineligible for or failed CD19-directed therapy, including CD19-negative disease,Improving Access to Bispecific Antibodies in the Community: Challenges and Opportunities,Optimizing Bispecific Therapy Use in Lymphoma and Multiple Myeloma", + "events_topic": "Immunotherapy, Adoptive | Multiple Myeloma ", + "rest_events_topic_count": 5, + "rest_events_topic": " Lymphoma, Non-Hodgkin | Leukemia, Lymphocytic, Chronic, B-Cell | Lymphoma | Antibodies, Bispecific | Drug-Related Side Effects And Adverse Reactions", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1124030028,'424064');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBudde, Lihua Elizabeth", + "kol_full_name": "Budde, Lihua Elizabeth" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Durvalumab | Carcinoma, Non-Small-Cell Lung | Oleclumab | Immune Checkpoint Inhibitors | Valacyclovir", + "npi_num": "1114181740", + "hcp_pin_alias": "424059", + "session_name": "Updated results from COAST, a phase 2 study of durvalumab (D) ± oleclumab (O) or monalizumab (M) in patients (pts) with stage III unresectable non-small cell lung cancer (uNSCLC),Overall survival after treatment with CAN-2409 plus valacyclovir in combination with continued ICI in patients with stage III/IV NSCLC with an inadequate response to ICI", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424059", + "first_name": "Charu", + "middle_name": "", + "last_name": "Aggarwal", + "org_name": "University of Pennsylvania Health System", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232185", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232185", + "events_session": "Updated results from COAST", + "rest_events_session_count": 2, + "rest_events_session": " a phase 2 study of durvalumab (D) ± oleclumab (O) or monalizumab (M) in patients (pts) with stage III unresectable non-small cell lung cancer (uNSCLC),Overall survival after treatment with CAN-2409 plus valacyclovir in combination with continued ICI in patients with stage III/IV NSCLC with an inadequate response to ICI", + "events_topic": "Durvalumab | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 3, + "rest_events_topic": " Oleclumab | Immune Checkpoint Inhibitors | Valacyclovir", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1114181740,'424059');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAggarwal, Charu", + "kol_full_name": "Aggarwal, Charu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Isocitrate Dehydrogenase | Glioma", + "npi_num": "1114030707", + "hcp_pin_alias": "424056", + "session_name": "Targeting Isocitrate Dehydrogenase in Diffuse Gliomas,State of the Art in Low-Grade Glioma Management: Insights From Isocitrate Dehydrogenase and Beyond", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424056", + "first_name": "Ingo", + "middle_name": "K.", + "last_name": "Mellinghoff", + "org_name": "Memorial Neurology Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232002", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232002", + "events_session": "Targeting Isocitrate Dehydrogenase in Diffuse Gliomas", + "rest_events_session_count": 1, + "rest_events_session": "State of the Art in Low-Grade Glioma Management: Insights From Isocitrate Dehydrogenase and Beyond", + "events_topic": "Isocitrate Dehydrogenase | Glioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1114030707,'424056');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMellinghoff, Ingo K.", + "kol_full_name": "Mellinghoff, Ingo K." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Biomarkers | Gastrointestinal Neoplasms", + "npi_num": "1104837590", + "hcp_pin_alias": "424053", + "session_name": "Investigation of a potential protein biomarker signature that may predict clinical benefit of NT-I7 and pembrolizumab in patients with cold gastrointestinal tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424053", + "first_name": "Aung", + "middle_name": "", + "last_name": "Naing", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232997", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232997", + "events_session": "Investigation of a potential protein biomarker signature that may predict clinical benefit of NT-I7 and pembrolizumab in patients with cold gastrointestinal tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104837590,'424053');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENaing, Aung", + "kol_full_name": "Naing, Aung" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Cabozantinib | Carcinoma, Renal Cell | Immunotherapy | Admin. & Management", + "npi_num": "1083858443", + "hcp_pin_alias": "424039", + "session_name": "Andrea Troxel: Program Commitee,Phase 2 trial for sequential treatment of high dose cabozantinib (CABO) or CABO plus nivolumab (NIVO) on/after progression on CABO monotherapy in advanced renal cell carcinoma (RCC): Seq-Cabo,Developmental Therapeutics—Immunotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424039", + "first_name": "Tian", + "middle_name": "", + "last_name": "Zhang", + "org_name": "Private Diagnostic Clinic, PLLC", + "Country": "United States", + "Region": "North Carolina", + "City": "Chapel Hill", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231997", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231997", + "events_session": "Andrea Troxel: Program Commitee", + "rest_events_session_count": 2, + "rest_events_session": "Phase 2 trial for sequential treatment of high dose cabozantinib (CABO) or CABO plus nivolumab (NIVO) on/after progression on CABO monotherapy in advanced renal cell carcinoma (RCC): Seq-Cabo,Developmental Therapeutics—Immunotherapy", + "events_topic": "Nivolumab | Cabozantinib ", + "rest_events_topic_count": 3, + "rest_events_topic": " Carcinoma, Renal Cell | Immunotherapy | Admin. & Management", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1083858443,'424039');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EZhang, Tian", + "kol_full_name": "Zhang, Tian" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Sacituzumab Govitecan | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1083649792", + "hcp_pin_alias": "424030", + "session_name": "Sacituzumab govitecan (SG) + pembrolizumab (pembro) in first-line (1L) metastatic non-small cell lung cancer (mNSCLC) with PD-L1 ≥ 50%: Cohort A of EVOKE-02", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424030", + "first_name": "Jyoti", + "middle_name": "", + "last_name": "Patel", + "org_name": "Northwestern Medical Faculty Foundation", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232174", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232174", + "events_session": "Sacituzumab govitecan (SG) + pembrolizumab (pembro) in first-line (1L) metastatic non-small cell lung cancer (mNSCLC) with PD-L1 ≥ 50%: Cohort A of EVOKE-02", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Sacituzumab Govitecan ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1083649792,'424030');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPatel, Jyoti", + "kol_full_name": "Patel, Jyoti" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Tumor Microenvironment", + "npi_num": "1073664660", + "hcp_pin_alias": "424026", + "session_name": "Comparison of tumor immune microenvironments (TIMEs) between primary and metastatic sites (Mets) in triple-negative breast cancer (TNBC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424026", + "first_name": "Yuan", + "middle_name": "", + "last_name": "Yuan", + "org_name": "City of Hope Medical Foundation", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232700", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232700", + "events_session": "Comparison of tumor immune microenvironments (TIMEs) between primary and metastatic sites (Mets) in triple-negative breast cancer (TNBC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms | Tumor Microenvironment", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1073664660,'424026');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYuan, Yuan", + "kol_full_name": "Yuan, Yuan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Small Cell Lung Carcinoma", + "npi_num": "1073619490", + "hcp_pin_alias": "424025", + "session_name": "Small Cell Lung Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424025", + "first_name": "Anne", + "middle_name": "C", + "last_name": "Chiang", + "org_name": "Yale University", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232785", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232785", + "events_session": "Small Cell Lung Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Small Cell Lung Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1073619490,'424025');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChiang, Anne C", + "kol_full_name": "Chiang, Anne C" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myeloid Malignancy | Tumor Suppressor Protein P53", + "npi_num": "1063733343", + "hcp_pin_alias": "424015", + "session_name": "Updates on Novel Therapy for Treatment of TP53-Mutated Myeloid Malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424015", + "first_name": "David", + "middle_name": "A", + "last_name": "Sallman", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232536", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232536", + "events_session": "Updates on Novel Therapy for Treatment of TP53-Mutated Myeloid Malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloid Malignancy | Tumor Suppressor Protein P53", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1063733343,'424015');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESallman, David A", + "kol_full_name": "Sallman, David A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Renal Cell | Nivolumab", + "npi_num": "1063686418", + "hcp_pin_alias": "424012", + "session_name": "Health-related quality of life (HRQoL) with nivolumab (NIVO) subcutaneous (SC) or intravenous (IV) in patients (pts) with advanced or metastatic clear cell renal cell carcinoma (ccRCC) who have received prior therapy in the phase 3 CheckMate 67T trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424012", + "first_name": "Saby", + "middle_name": "", + "last_name": "George", + "org_name": "Roswell Park Cancer Institute", + "Country": "United States", + "Region": "New York", + "City": "Buffalo", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232584", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232584", + "events_session": "Health-related quality of life (HRQoL) with nivolumab (NIVO) subcutaneous (SC) or intravenous (IV) in patients (pts) with advanced or metastatic clear cell renal cell carcinoma (ccRCC) who have received prior therapy in the phase 3 CheckMate 67T trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Renal Cell | Nivolumab", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1063686418,'424012');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGeorge, Saby", + "kol_full_name": "George, Saby" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Palliative Care | Lung Neoplasms", + "npi_num": "1063496479", + "hcp_pin_alias": "424006", + "session_name": "Multi-site randomized trial of stepped palliative care (PC) for patients with advanced lung cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424006", + "first_name": "Jennifer", + "middle_name": "S", + "last_name": "Temel", + "org_name": "The General Hospital Corporation", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232735", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232735", + "events_session": "Multi-site randomized trial of stepped palliative care (PC) for patients with advanced lung cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care | Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1063496479,'424006');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETemel, Jennifer S", + "kol_full_name": "Temel, Jennifer S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "LILRB2 Protein, Human | Solid Tumor | Neoplasms", + "npi_num": "1053554717", + "hcp_pin_alias": "424002", + "session_name": "Phase 1/2 study of NGM707, an ILT2/ILT4 dual antagonist antibody, in advanced solid tumors: Interim results from dose-escalation,Cost trends in standard-of-care cancer treatments, 2017-2021", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "424002", + "first_name": "Judy", + "middle_name": "S", + "last_name": "Wang", + "org_name": "Florida Cancer Specialists And Research Institute, LLC", + "Country": "United States", + "Region": "Florida", + "City": "Sarasota", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232400", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232400", + "events_session": "Phase 1/2 study of NGM707", + "rest_events_session_count": 4, + "rest_events_session": " an ILT2/ILT4 dual antagonist antibody, in advanced solid tumors: Interim results from dose-escalation,Cost trends in standard-of-care cancer treatments, 2017-2021", + "events_topic": "LILRB2 Protein, Human | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1053554717,'424002');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWang, Judy S", + "kol_full_name": "Wang, Judy S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "ErbB Receptors | Glioblastoma", + "npi_num": "1053393496", + "hcp_pin_alias": "423999", + "session_name": "Phase 1 study of BDTX-1535, an oral 4th generation covalent EGFR inhibitor, in patients with recurrent glioblastoma: Preliminary dose escalation results", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "423999", + "first_name": "Patrick", + "middle_name": "Yung", + "last_name": "Wen", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233074", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233074", + "events_session": "Phase 1 study of BDTX-1535", + "rest_events_session_count": 2, + "rest_events_session": " an oral 4th generation covalent EGFR inhibitor, in patients with recurrent glioblastoma: Preliminary dose escalation results", + "events_topic": "ErbB Receptors | Glioblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1053393496,'423999');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWen, Patrick Yung", + "kol_full_name": "Wen, Patrick Yung" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Melanoma", + "npi_num": "1053354936", + "hcp_pin_alias": "423997", + "session_name": "Therapies for Resectable Melanoma: Now, Later, or Not at All?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "423997", + "first_name": "Paul", + "middle_name": "B", + "last_name": "Chapman", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233123", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233123", + "events_session": "Therapies for Resectable Melanoma: Now", + "rest_events_session_count": 2, + "rest_events_session": " Later, or Not at All?", + "events_topic": "Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1053354936,'423997');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChapman, Paul B", + "kol_full_name": "Chapman, Paul B" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Interleukin-6 | Pembrolizumab | Placebos | Nivolumab | Ipilimumab | Immunotherapy, Adoptive | Tocilizumab | Melanoma", + "npi_num": "1053348706", + "hcp_pin_alias": "423996", + "session_name": "To Each Their Own: Individualized Antigen Therapy in Melanoma,INTerpath-001: Pembrolizumab with V940 (mRNA-4157) versus pembrolizumab with placebo for adjuvant treatment of high-risk stage II-IV melanoma,Interleukin-6 receptor blockade with tocilizumab to reduce immune-related toxicity with ipilimumab and nivolumab in metastatic melanoma,Individualized neoantigen therapy mRNA-4157 (V940) plus pembrolizumab in resected melanoma: 3-year update from the mRNA-4157-P201 (KEYNOTE-942) trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "423996", + "first_name": "Jeffrey", + "middle_name": "", + "last_name": "Weber", + "org_name": "New York University", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232325", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232325", + "events_session": "To Each Their Own: Individualized Antigen Therapy in Melanoma", + "rest_events_session_count": 3, + "rest_events_session": "INTerpath-001: Pembrolizumab with V940 (mRNA-4157) versus pembrolizumab with placebo for adjuvant treatment of high-risk stage II-IV melanoma,Interleukin-6 receptor blockade with tocilizumab to reduce immune-related toxicity with ipilimumab and nivolumab in metastatic melanoma,Individualized neoantigen therapy mRNA-4157 (V940) plus pembrolizumab in resected melanoma: 3-year update from the mRNA-4157-P201 (KEYNOTE-942) trial", + "events_topic": "Interleukin-6 | Pembrolizumab ", + "rest_events_topic_count": 6, + "rest_events_topic": " Placebos | Nivolumab | Ipilimumab | Immunotherapy, Adoptive | Tocilizumab | Melanoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1053348706,'423996');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWeber, Jeffrey", + "kol_full_name": "Weber, Jeffrey" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Castration | Antineoplastic Agents, Hormonal | Pembrolizumab | Prostatic Neoplasms | Olaparib | Biomarkers | Receptors, Androgen", + "npi_num": "1043390016", + "hcp_pin_alias": "423994", + "session_name": "CYP11A1 inhibitor MK-5684 versus next-generation hormonal agent (NHA) switch in patients with metastatic castration-resistant prostate cancer (mCRPC) after NHA and taxane-based chemotherapy: Phase 3 MK-5684-003 trial,A phase 1/2 study of ONCT-534, a dual-action androgen receptor inhibitor (DAARI), in patients with metastatic castration-resistant prostate cancer,Biomarkers associated with outcomes from KEYLYNK-010: Pembrolizumab (pembro) plus olaparib (ola) versus next-generation hormonal agent (NHA) in previously treated metastatic castration-resistant prostate cancer (mCRPC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "423994", + "first_name": "Evan", + "middle_name": "Ya-Wen", + "last_name": "Yu", + "org_name": "Seattle Cancer Care Alliance", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232653", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232653", + "events_session": "CYP11A1 inhibitor MK-5684 versus next-generation hormonal agent (NHA) switch in patients with metastatic castration-resistant prostate cancer (mCRPC) after NHA and taxane-based chemotherapy: Phase 3 MK-5684-003 trial", + "rest_events_session_count": 4, + "rest_events_session": "A phase 1/2 study of ONCT-534, a dual-action androgen receptor inhibitor (DAARI), in patients with metastatic castration-resistant prostate cancer,Biomarkers associated with outcomes from KEYLYNK-010: Pembrolizumab (pembro) plus olaparib (ola) versus next-generation hormonal agent (NHA) in previously treated metastatic castration-resistant prostate cancer (mCRPC)", + "events_topic": "Chemotherapy | Castration ", + "rest_events_topic_count": 6, + "rest_events_topic": " Antineoplastic Agents, Hormonal | Pembrolizumab | Prostatic Neoplasms | Olaparib | Biomarkers | Receptors, Androgen", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1043390016,'423994');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYu, Evan Ya-Wen", + "kol_full_name": "Yu, Evan Ya-Wen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genomics | Neoplasms", + "npi_num": "1023034261", + "hcp_pin_alias": "423975", + "session_name": "In-Person Workshop: Genomics 101 for Oncologists", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "423975", + "first_name": "Ramaswamy", + "middle_name": "", + "last_name": "Govindan", + "org_name": "Washington University", + "Country": "United States", + "Region": "Missouri", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232095", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232095", + "events_session": "In-Person Workshop: Genomics 101 for Oncologists", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genomics | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1023034261,'423975');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGovindan, Ramaswamy", + "kol_full_name": "Govindan, Ramaswamy" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sacituzumab Govitecan | Glioblastoma", + "npi_num": "1013905512", + "hcp_pin_alias": "423968", + "session_name": "A phase II, multicenter, prospective study of sacituzumab govitecan in recurrent glioblastoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "423968", + "first_name": "William", + "middle_name": "Kevin", + "last_name": "Kelly", + "org_name": "Jefferson University Physicians", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233084", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233084", + "events_session": "A phase II", + "rest_events_session_count": 2, + "rest_events_session": " multicenter, prospective study of sacituzumab govitecan in recurrent glioblastoma", + "events_topic": "Sacituzumab Govitecan | Glioblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1013905512,'423968');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKelly, William Kevin", + "kol_full_name": "Kelly, William Kevin" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Tebentafusp | Uveal Melanoma", + "npi_num": "1962402321", + "hcp_pin_alias": "413216", + "session_name": "Comparison of clinical outcomes of stable disease with confirmed tumor reduction and RECIST partial response for tebentafusp in metastatic uveal melanoma (mUM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "413216", + "first_name": "Alexandra", + "middle_name": "", + "last_name": "Ikeguchi", + "org_name": "Oklahoma University Medical Center", + "Country": "United States", + "Region": "Oklahoma", + "City": "Oklahoma City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232789", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232789", + "events_session": "Comparison of clinical outcomes of stable disease with confirmed tumor reduction and RECIST partial response for tebentafusp in metastatic uveal melanoma (mUM)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tebentafusp | Uveal Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/413216/fromId'\u003EIkeguchi, Alexandra\u003C/a\u003E", + "kol_full_name": "Ikeguchi, Alexandra" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Multiple Myeloma", + "npi_num": "1912235946", + "hcp_pin_alias": "413149", + "session_name": "Addressing Unmet Needs in Multiple Myeloma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "413149", + "first_name": "Sham", + "middle_name": "", + "last_name": "Mailankody", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232139", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232139", + "events_session": "Addressing Unmet Needs in Multiple Myeloma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/413149/fromId'\u003EMailankody, Sham\u003C/a\u003E", + "kol_full_name": "Mailankody, Sham" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Delivery Of Health Care | Healthcare Disparities | Admin. & Management | Clinical Trials As Topic", + "npi_num": "1154564961", + "hcp_pin_alias": "403597", + "session_name": "Care Delivery/Models of Care: Program Commitee,Bridging Health Disparity Gaps in Clinical Trials and Routine Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "403597", + "first_name": "Samilia", + "middle_name": "", + "last_name": "Obeng-Gyasi", + "org_name": "Ohio State University Wexner Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232106", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232106", + "events_session": "Care Delivery/Models of Care: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Bridging Health Disparity Gaps in Clinical Trials and Routine Care", + "events_topic": "Delivery Of Health Care | Healthcare Disparities ", + "rest_events_topic_count": 2, + "rest_events_topic": " Admin. & Management | Clinical Trials As Topic", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/403597/fromId'\u003EObeng-Gyasi, Samilia\u003C/a\u003E", + "kol_full_name": "Obeng-Gyasi, Samilia" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Melanoma | Immunotherapy, Adoptive", + "npi_num": "1114989761", + "hcp_pin_alias": "390438", + "session_name": "T Cell Therapy, A New Treatment Pathway for Advanced Melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "390438", + "first_name": "Brian", + "middle_name": "R", + "last_name": "Gastman", + "org_name": "Cleveland Clinic - Main Campus", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233159", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233159", + "events_session": "T Cell Therapy", + "rest_events_session_count": 1, + "rest_events_session": " A New Treatment Pathway for Advanced Melanoma", + "events_topic": "Melanoma | Immunotherapy, Adoptive", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/390438/fromId'\u003EGastman, Brian R\u003C/a\u003E", + "kol_full_name": "Gastman, Brian R" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Central Nervous System Neoplasms", + "npi_num": "1396954269", + "hcp_pin_alias": "376249", + "session_name": "Central Nervous System Tumors: Program Commitee,Central Nervous System Tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "376249", + "first_name": "Rimas", + "middle_name": "Vincas", + "last_name": "Lukas", + "org_name": "Northwestern Medical Faculty Foundation", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232036", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232036", + "events_session": "Central Nervous System Tumors: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Central Nervous System Tumors", + "events_topic": "Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/376249/fromId'\u003ELukas, Rimas Vincas\u003C/a\u003E", + "kol_full_name": "Lukas, Rimas Vincas" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Oropharyngeal Neoplasms | Human Papillomavirus Viruses", + "npi_num": "1952714636", + "hcp_pin_alias": "368843", + "session_name": "Making the Cut: Decision Support Tools in Surgically Treated HPV+ Oropharyngeal Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "368843", + "first_name": "Aditya", + "middle_name": "", + "last_name": "Juloori", + "org_name": "University Of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231978", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231978", + "events_session": "Making the Cut: Decision Support Tools in Surgically Treated HPV+ Oropharyngeal Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Oropharyngeal Neoplasms | Human Papillomavirus Viruses", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1952714636,'368843');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJuloori, Aditya", + "kol_full_name": "Juloori, Aditya" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Risk Reduction Behavior", + "npi_num": "1669482659", + "hcp_pin_alias": "368393", + "session_name": "Prevention, Risk Reduction, and Hereditary Cancer: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "368393", + "first_name": "Heather", + "middle_name": "Lynn", + "last_name": "Hampel", + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233248", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233248", + "events_session": "Prevention", + "rest_events_session_count": 2, + "rest_events_session": " Risk Reduction, and Hereditary Cancer: Program Commitee", + "events_topic": "Neoplasms | Risk Reduction Behavior", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1669482659,'368393');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHampel, Heather Lynn", + "kol_full_name": "Hampel, Heather Lynn" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Mastectomy, Segmental | Triple Negative Breast Neoplasms", + "npi_num": "1356392385", + "hcp_pin_alias": "367933", + "session_name": "NRG-BR007: A phase III trial evaluating de-escalation of breast radiation (DEBRA) following breast-conserving surgery of stage 1, HR+, HER2-, RS ≤18 breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "367933", + "first_name": "Julia", + "middle_name": "R.", + "last_name": "White", + "org_name": "Osu Radiation Oncology Llc", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232640", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232640", + "events_session": "NRG-BR007: A phase III trial evaluating de-escalation of breast radiation (DEBRA) following breast-conserving surgery of stage 1", + "rest_events_session_count": 3, + "rest_events_session": " HR+, HER2-, RS ≤18 breast cancer", + "events_topic": "Mastectomy, Segmental | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356392385,'367933');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWhite, Julia R.", + "kol_full_name": "White, Julia R." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoadjuvant Therapy | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1205168887", + "hcp_pin_alias": "367712", + "session_name": "NRG-LU002: Randomized phase II/III trial of maintenance systemic therapy versus local consolidative therapy (LCT) plus maintenance systemic therapy for limited metastatic non-small cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "367712", + "first_name": "Puneeth", + "middle_name": "", + "last_name": "Iyengar", + "org_name": "", + "Country": "United States", + "Region": "Texas", + "City": "Dallas", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233139", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233139", + "events_session": "NRG-LU002: Randomized phase II/III trial of maintenance systemic therapy versus local consolidative therapy (LCT) plus maintenance systemic therapy for limited metastatic non-small cell lung cancer (NSCLC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoadjuvant Therapy | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1205168887,'367712');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EIyengar, Puneeth", + "kol_full_name": "Iyengar, Puneeth" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemoradiotherapy | Hysterectomy | Uterine Cervical Neoplasms | Genital Neoplasms, Female | Chemotherapy, Adjuvant", + "npi_num": "1437244522", + "hcp_pin_alias": "367129", + "session_name": "Gynecologic Cancer: Program Commitee,Adjuvant chemotherapy following concurrent chemoradiation (CRT) in patients with high-risk early-stage cervical carcinoma following radical hysterectomy: Results of NRG oncology/RTOG 0724/GOG-0724,Gynecologic Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "367129", + "first_name": "Anuja", + "middle_name": "", + "last_name": "Jhingran", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232081", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232081", + "events_session": "Gynecologic Cancer: Program Commitee", + "rest_events_session_count": 2, + "rest_events_session": "Adjuvant chemotherapy following concurrent chemoradiation (CRT) in patients with high-risk early-stage cervical carcinoma following radical hysterectomy: Results of NRG oncology/RTOG 0724/GOG-0724,Gynecologic Cancer", + "events_topic": "Chemoradiotherapy | Hysterectomy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Uterine Cervical Neoplasms | Genital Neoplasms, Female | Chemotherapy, Adjuvant", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437244522,'367129');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJhingran, Anuja", + "kol_full_name": "Jhingran, Anuja" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Epcoritamab | Lymphoma, Follicular", + "npi_num": "1598717845", + "hcp_pin_alias": "366162", + "session_name": "EPCORE NHL‑1 follicular lymphoma (FL) cycle (C) 1 optimization (OPT) cohort: Expanding the clinical utility of epcoritamab in relapsed or refractory (R/R) FL", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "366162", + "first_name": "Julie", + "middle_name": "Marie", + "last_name": "Vose", + "org_name": "", + "Country": "United States", + "Region": "Nebraska", + "City": "Omaha", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232503", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232503", + "events_session": "EPCORE NHL‑1 follicular lymphoma (FL) cycle (C) 1 optimization (OPT) cohort: Expanding the clinical utility of epcoritamab in relapsed or refractory (R/R) FL", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epcoritamab | Lymphoma, Follicular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598717845,'366162');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVose, Julie Marie", + "kol_full_name": "Vose, Julie Marie" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Rituximab | Lenalidomide | Lymphoma, Non-Hodgkin | Immunotherapy", + "npi_num": "1114155603", + "hcp_pin_alias": "366160", + "session_name": "Phase 1/2 of EO2463 immunotherapy as monotherapy and in combination with lenalidomide and/or rituximab in indolent NHL (EONHL1-20/SIDNEY)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "366160", + "first_name": "Jose", + "middle_name": "Caetano", + "last_name": "Villasboas Bisneto", + "org_name": "Mayo Clinic - Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232382", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232382", + "events_session": "Phase 1/2 of EO2463 immunotherapy as monotherapy and in combination with lenalidomide and/or rituximab in indolent NHL (EONHL1-20/SIDNEY)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rituximab | Lenalidomide ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lymphoma, Non-Hodgkin | Immunotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1114155603,'366160');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVillasboas Bisneto, Jose Caetano", + "kol_full_name": "Villasboas Bisneto, Jose Caetano" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy, Adoptive | Lymphoma", + "npi_num": "1578580460", + "hcp_pin_alias": "366133", + "session_name": "Safety and efficacy of armored huCART19-IL18 in patients with relapsed/refractory lymphomas that progressed after anti-CD19 CAR T cells", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "366133", + "first_name": "Jakub", + "middle_name": "", + "last_name": "Svoboda", + "org_name": "University of Pennsylvania Health System", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232778", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232778", + "events_session": "Safety and efficacy of armored huCART19-IL18 in patients with relapsed/refractory lymphomas that progressed after anti-CD19 CAR T cells", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy, Adoptive | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1578580460,'366133');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESvoboda, Jakub", + "kol_full_name": "Svoboda, Jakub" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptor-CD3 Complex, Antigen, T-Cell", + "npi_num": "1154737765", + "hcp_pin_alias": "366128", + "session_name": "New Agents on the Horizon: Targets Other Than CD3/CD20, New Constructs and Trispecifics", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "366128", + "first_name": "Paolo", + "middle_name": "", + "last_name": "Strati", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232127", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232127", + "events_session": "New Agents on the Horizon: Targets Other Than CD3/CD20", + "rest_events_session_count": 1, + "rest_events_session": " New Constructs and Trispecifics", + "events_topic": "Receptor-CD3 Complex, Antigen, T-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1154737765,'366128');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStrati, Paolo", + "kol_full_name": "Strati, Paolo" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptors, Chimeric Antigen | Thyroid Neoplasms", + "npi_num": "1598900698", + "hcp_pin_alias": "366119", + "session_name": "Safety and efficacy of AIC100 chimeric antigen receptor (CAR) T-cell therapy in patients with advanced thyroid cancers: Results from the phase 1 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "366119", + "first_name": "Samer", + "middle_name": "", + "last_name": "Srour", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232572", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232572", + "events_session": "Safety and efficacy of AIC100 chimeric antigen receptor (CAR) T-cell therapy in patients with advanced thyroid cancers: Results from the phase 1 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Chimeric Antigen | Thyroid Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598900698,'366119');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESrour, Samer", + "kol_full_name": "Srour, Samer" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "PARP1 Protein, Human | Solid Tumor", + "npi_num": "1083655716", + "hcp_pin_alias": "366114", + "session_name": "A first-in-human (FIH), phase 1/2, dose-escalation, dose-optimization, and dose-expansion study of PARP1-selective inhibitor IMP1734 in participants with advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "366114", + "first_name": "Guru", + "middle_name": "P", + "last_name": "Sonpavde", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232989", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232989", + "events_session": "A first-in-human (FIH)", + "rest_events_session_count": 4, + "rest_events_session": " phase 1/2, dose-escalation, dose-optimization, and dose-expansion study of PARP1-selective inhibitor IMP1734 in participants with advanced solid tumors", + "events_topic": "PARP1 Protein, Human | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1083655716,'366114');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESonpavde, Guru P", + "kol_full_name": "Sonpavde, Guru P" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell | Zanzalintinib | Venetoclax | Obinutuzumab | Bruton's Tyrosine Kinase | Sonrotoclax", + "npi_num": "1750554077", + "hcp_pin_alias": "366098", + "session_name": "CELESTIAL-TNCLL: An ongoing, open-label, multiregional, phase 3 study of sonrotoclax (BGB-11417) + zanubrutinib vs venetoclax + obinutuzumab for treatment-naïve (TN) CLL,Comparative efficacy of Bruton tyrosine kinase inhibitors in the treatment of relapsed/refractory chronic lymphocytic leukemia: A network meta-analysis (NMA)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "366098", + "first_name": "Mazyar", + "middle_name": "", + "last_name": "Shadman", + "org_name": "Fred Hutchinson Cancer Research Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232378", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232378", + "events_session": "CELESTIAL-TNCLL: An ongoing", + "rest_events_session_count": 4, + "rest_events_session": " open-label, multiregional, phase 3 study of sonrotoclax (BGB-11417) + zanubrutinib vs venetoclax + obinutuzumab for treatment-naïve (TN) CLL,Comparative efficacy of Bruton tyrosine kinase inhibitors in the treatment of relapsed/refractory chronic lymphocytic leukemia: A network meta-analysis (NMA)", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell | Zanzalintinib ", + "rest_events_topic_count": 4, + "rest_events_topic": " Venetoclax | Obinutuzumab | Bruton's Tyrosine Kinase | Sonrotoclax", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750554077,'366098');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShadman, Mazyar", + "kol_full_name": "Shadman, Mazyar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma, Mantle-Cell | Glofitamab | Lisocabtagene Maraleucel", + "npi_num": "1568607653", + "hcp_pin_alias": "366032", + "session_name": "Glofitamab monotherapy in patients with heavily pretreated relapsed/refractory (R/R) mantle cell lymphoma (MCL): Updated analysis from a phase I/II study,Estimating the health care costs associated with receipt of lisocabtagene maraleucel: Insights from adults with mantle cell lymphoma (TRANSCEND NHL 001)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "366032", + "first_name": "Tycel", + "middle_name": "Jovelle", + "last_name": "Phillips", + "org_name": "University of Michigan Health System", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232371", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232371", + "events_session": "Glofitamab monotherapy in patients with heavily pretreated relapsed/refractory (R/R) mantle cell lymphoma (MCL): Updated analysis from a phase I/II study", + "rest_events_session_count": 1, + "rest_events_session": "Estimating the health care costs associated with receipt of lisocabtagene maraleucel: Insights from adults with mantle cell lymphoma (TRANSCEND NHL 001)", + "events_topic": "Lymphoma, Mantle-Cell | Glofitamab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lisocabtagene Maraleucel", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568607653,'366032');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPhillips, Tycel Jovelle", + "kol_full_name": "Phillips, Tycel Jovelle" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "CD70 Protein, Human | Nivolumab | Zanzalintinib | Solid Tumor | Carcinoma, Renal Cell | Biomarkers | Clustered Regularly Interspaced Short Palindromic Repeats", + "npi_num": "1700938180", + "hcp_pin_alias": "366020", + "session_name": "Preliminary safety, pharmacokinetics and clinical activity of DFF332, an oral HIF2α inhibitor, as monotherapy in a phase 1 dose escalation study in patients with advanced clear cell renal cell carcinoma,A phase 1/2, open-label, multicenter, dose escalation and cohort expansion study of the safety and efficacy of anti-CD70 allogeneic CRISPR-Cas9–engineered T cells (CTX131) in adult patients with relapsed or refractory solid tumors,Zanzalintinib (XL092) plus nivolumab in non-clear cell renal cell carcinoma: The randomized phase 3 STELLAR-304 study,Biomarker analysis of zanzalintinib in clear cell renal cell carcinoma from STELLAR-001,What Is Variant Histology Renal Cell Cancer and What Are the Available Treatment Options?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "366020", + "first_name": "Sumanta", + "middle_name": "K.", + "last_name": "Pal", + "org_name": "City of Hope Medical Foundation", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "5", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232157", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232157", + "events_session": "Preliminary safety", + "rest_events_session_count": 10, + "rest_events_session": " pharmacokinetics and clinical activity of DFF332, an oral HIF2α inhibitor, as monotherapy in a phase 1 dose escalation study in patients with advanced clear cell renal cell carcinoma,A phase 1/2, open-label, multicenter, dose escalation and cohort expansion study of the safety and efficacy of anti-CD70 allogeneic CRISPR-Cas9–engineered T cells (CTX131) in adult patients with relapsed or refractory solid tumors,Zanzalintinib (XL092) plus nivolumab in non-clear cell renal cell carcinoma: The randomized phase 3 STELLAR-304 study,Biomarker analysis of zanzalintinib in clear cell renal cell carcinoma from STELLAR-001,What Is Variant Histology Renal Cell Cancer and What Are the Available Treatment Options?", + "events_topic": "CD70 Protein, Human | Nivolumab ", + "rest_events_topic_count": 5, + "rest_events_topic": " Zanzalintinib | Solid Tumor | Carcinoma, Renal Cell | Biomarkers | Clustered Regularly Interspaced Short Palindromic Repeats", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700938180,'366020');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPal, Sumanta K.", + "kol_full_name": "Pal, Sumanta K." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma, Follicular", + "npi_num": "1407048630", + "hcp_pin_alias": "365997", + "session_name": "Follicular Lymphoma: A Case-Based Exploration of Treatment Choices and Management", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365997", + "first_name": "Loretta", + "middle_name": "J", + "last_name": "Nastoupil", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232078", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232078", + "events_session": "Follicular Lymphoma: A Case-Based Exploration of Treatment Choices and Management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Follicular", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1407048630,'365997');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENastoupil, Loretta J", + "kol_full_name": "Nastoupil, Loretta J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leukemia | Head And Neck Neoplasms | Immune System", + "npi_num": "1427256254", + "hcp_pin_alias": "365988", + "session_name": "Head and Neck Cancer: Program Commitee,Harnessing the Power of the Immune System for Acute Leukemias", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365988", + "first_name": "Lori", + "middle_name": "S", + "last_name": "Muffly", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233111", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233111", + "events_session": "Head and Neck Cancer: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Harnessing the Power of the Immune System for Acute Leukemias", + "events_topic": "Leukemia | Head And Neck Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immune System", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1427256254,'365988');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMuffly, Lori S", + "kol_full_name": "Muffly, Lori S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Primary Myelofibrosis | Danazol", + "npi_num": "1962480475", + "hcp_pin_alias": "365979", + "session_name": "Long-term survival adjusted for treatment crossover in patients (pts) with myelofibrosis (MF) treated with momelotinib (MMB) vs danazol (DAN) in the MOMENTUM trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365979", + "first_name": "Ruben", + "middle_name": "Anthony", + "last_name": "Mesa", + "org_name": "University of Texas Health Science Center at San Antonio", + "Country": "United States", + "Region": "Texas", + "City": "San Antonio", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232346", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232346", + "events_session": "Long-term survival adjusted for treatment crossover in patients (pts) with myelofibrosis (MF) treated with momelotinib (MMB) vs danazol (DAN) in the MOMENTUM trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Primary Myelofibrosis | Danazol", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1962480475,'365979');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMesa, Ruben Anthony", + "kol_full_name": "Mesa, Ruben Anthony" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Rituximab | Odronextamab | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1629237987", + "hcp_pin_alias": "365965", + "session_name": "Phase 3 trial evaluating efficacy and safety of odronextamab plus CHOP vs rituximab plus CHOP in previously untreated diffuse large B-cell lymphoma (DLBCL; OLYMPIA-3)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365965", + "first_name": "Matthew", + "middle_name": "J", + "last_name": "Matasar", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "Commack", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232386", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232386", + "events_session": "Phase 3 trial evaluating efficacy and safety of odronextamab plus CHOP vs rituximab plus CHOP in previously untreated diffuse large B-cell lymphoma (DLBCL; OLYMPIA-3)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rituximab | Odronextamab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lymphoma, Large B-Cell, Diffuse", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1629237987,'365965');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMatasar, Matthew J", + "kol_full_name": "Matasar, Matthew J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma, Mantle-Cell | Bruton's Tyrosine Kinase", + "npi_num": "1689698284", + "hcp_pin_alias": "365952", + "session_name": "Beyond BTK Inhibitors in Mantle Cell Lymphoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365952", + "first_name": "Kami", + "middle_name": "J.", + "last_name": "Maddocks", + "org_name": "Ohio State University Wexner Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232781", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232781", + "events_session": "Beyond BTK Inhibitors in Mantle Cell Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Mantle-Cell | Bruton's Tyrosine Kinase", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1689698284,'365952');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMaddocks, Kami J.", + "kol_full_name": "Maddocks, Kami J." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pharmaceutical Preparations", + "npi_num": "1487762118", + "hcp_pin_alias": "365941", + "session_name": "Antibody, Linker, Drug: Teasing Apart What Matters", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365941", + "first_name": "Sagar", + "middle_name": "", + "last_name": "Lonial", + "org_name": "Emory University Hospital", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232543", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232543", + "events_session": "Antibody", + "rest_events_session_count": 2, + "rest_events_session": " Linker, Drug: Teasing Apart What Matters", + "events_topic": "Pharmaceutical Preparations", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1487762118,'365941');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELonial, Sagar", + "kol_full_name": "Lonial, Sagar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Paraproteinemias | Hematologic Neoplasms | Admin. & Management", + "npi_num": "1104853324", + "hcp_pin_alias": "365925", + "session_name": "Amandeep Godara – Track Leader: Program Commitee,Hematologic Malignancies—Plasma Cell Dyscrasia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365925", + "first_name": "Suzanne", + "middle_name": "", + "last_name": "Lentzsch", + "org_name": "Trustees of Columbia University in the City of New York", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231977", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231977", + "events_session": "Amandeep Godara – Track Leader: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Hematologic Malignancies—Plasma Cell Dyscrasia", + "events_topic": "Paraproteinemias | Hematologic Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Admin. & Management", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104853324,'365925');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELentzsch, Suzanne", + "kol_full_name": "Lentzsch, Suzanne" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematologic Neoplasms | Chronic Lymphocytic Leukemia | Lymphoma", + "npi_num": "1336156983", + "hcp_pin_alias": "365908", + "session_name": "Hematologic Malignancies – Lymphoma and CLL: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365908", + "first_name": "Ann", + "middle_name": "S", + "last_name": "Lacasce", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Milford", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233222", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233222", + "events_session": "Hematologic Malignancies – Lymphoma and CLL: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms | Chronic Lymphocytic Leukemia ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lymphoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1336156983,'365908');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELacasce, Ann S", + "kol_full_name": "Lacasce, Ann S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Linvoseltamab | Multiple Myeloma", + "npi_num": "1568434090", + "hcp_pin_alias": "365902", + "session_name": "How Do We Define High-Risk and Ultra-High-Risk Multiple Myeloma?,Comparative effectiveness of linvoseltamab versus standard-of-care (SOC) treatment (tx) in real-world patients (pts) in the United States (US) with triple-class exposed (TCE) relapsed/refractory multiple myeloma (RRMM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365902", + "first_name": "Shaji", + "middle_name": "Kunnathu", + "last_name": "Kumar", + "org_name": "Mayo Clinic - Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232363", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232363", + "events_session": "How Do We Define High-Risk and Ultra-High-Risk Multiple Myeloma?", + "rest_events_session_count": 1, + "rest_events_session": "Comparative effectiveness of linvoseltamab versus standard-of-care (SOC) treatment (tx) in real-world patients (pts) in the United States (US) with triple-class exposed (TCE) relapsed/refractory multiple myeloma (RRMM)", + "events_topic": "Linvoseltamab | Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568434090,'365902');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKumar, Shaji Kunnathu", + "kol_full_name": "Kumar, Shaji Kunnathu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell | Hematologic Neoplasms", + "npi_num": "1831313691", + "hcp_pin_alias": "365893", + "session_name": "Hematologic Malignancies—Lymphoma and Chronic Lymphocytic Leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365893", + "first_name": "Justin", + "middle_name": "Paul", + "last_name": "Kline", + "org_name": "University Of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232068", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232068", + "events_session": "Hematologic Malignancies—Lymphoma and Chronic Lymphocytic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell | Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1831313691,'365893');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKline, Justin Paul", + "kol_full_name": "Kline, Justin Paul" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Stem Cell Transplantation | Chemotherapy | Lisocabtagene Maraleucel | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1184817959", + "hcp_pin_alias": "365875", + "session_name": "Lisocabtagene maraleucel (liso-cel) vs standard of care (SOC) with salvage chemotherapy (CT) followed by autologous stem cell transplantation (ASCT) as second-line (2L) treatment in patients (pt) with R/R large B-cell lymphoma (LBCL): 3-year follow-up (FU) from the randomized, phase 3 TRANSFORM study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365875", + "first_name": "Manali", + "middle_name": "K", + "last_name": "Kamdar", + "org_name": "University of Colorado Health Science Center", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232501", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232501", + "events_session": "Lisocabtagene maraleucel (liso-cel) vs standard of care (SOC) with salvage chemotherapy (CT) followed by autologous stem cell transplantation (ASCT) as second-line (2L) treatment in patients (pt) with R/R large B-cell lymphoma (LBCL): 3-year follow-up (FU) from the randomized", + "rest_events_session_count": 1, + "rest_events_session": " phase 3 TRANSFORM study", + "events_topic": "Stem Cell Transplantation | Chemotherapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Lisocabtagene Maraleucel | Lymphoma, Large B-Cell, Diffuse", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184817959,'365875');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKamdar, Manali K", + "kol_full_name": "Kamdar, Manali K" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Admin. & Management", + "npi_num": "1134205081", + "hcp_pin_alias": "365860", + "session_name": "Amandeep Godara – Track Leader: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365860", + "first_name": "Andrzej", + "middle_name": "J", + "last_name": "Jakubowiak", + "org_name": "University Of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233224", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233224", + "events_session": "Amandeep Godara – Track Leader: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134205081,'365860');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJakubowiak, Andrzej J", + "kol_full_name": "Jakubowiak, Andrzej J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genetics | Risk Reduction Behavior", + "npi_num": "1164414751", + "hcp_pin_alias": "365851", + "session_name": "Prevention, Risk Reduction, and Genetics", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365851", + "first_name": "Claudine", + "middle_name": "Janet Diana", + "last_name": "Isaacs", + "org_name": "", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232084", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232084", + "events_session": "Prevention", + "rest_events_session_count": 2, + "rest_events_session": " Risk Reduction, and Genetics", + "events_topic": "Genetics | Risk Reduction Behavior", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1164414751,'365851');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EIsaacs, Claudine Janet Diana", + "kol_full_name": "Isaacs, Claudine Janet Diana" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Carcinoma, Transitional Cell | Tazemetostat", + "npi_num": "1245316199", + "hcp_pin_alias": "365848", + "session_name": "A pilot study of tazemetostat and pembrolizumab in advanced urothelial carcinoma (ETCTN 10183)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365848", + "first_name": "Maha", + "middle_name": "H. A.", + "last_name": "Hussain", + "org_name": "Northwestern Memorial Hospital", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232594", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232594", + "events_session": "A pilot study of tazemetostat and pembrolizumab in advanced urothelial carcinoma (ETCTN 10183)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Carcinoma, Transitional Cell ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tazemetostat", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245316199,'365848');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHussain, Maha H. A.", + "kol_full_name": "Hussain, Maha H. A." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Central Nervous System Neoplasms | Glioma", + "npi_num": "1386709046", + "hcp_pin_alias": "365842", + "session_name": "Nontargeted and Targeted Approaches to Glioma and Central Nervous System Lymphoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365842", + "first_name": "Matthias", + "middle_name": "", + "last_name": "Holdhoff", + "org_name": "The Johns Hopkins Hospital", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232458", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232458", + "events_session": "Nontargeted and Targeted Approaches to Glioma and Central Nervous System Lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Neoplasms | Glioma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1386709046,'365842');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHoldhoff, Matthias", + "kol_full_name": "Holdhoff, Matthias" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hodgkin Disease", + "npi_num": "1275761553", + "hcp_pin_alias": "365838", + "session_name": "Paradigm Changes for Newly Diagnosed Hodgkin Lymphoma: Discussion of Recent Trial Results,Paradigm Shifts in Hodgkin Lymphoma Treatment: From Frontline Therapies to Relapsed Disease", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365838", + "first_name": "Alex", + "middle_name": "", + "last_name": "Herrera", + "org_name": "City of Hope Medical Foundation", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231984", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231984", + "events_session": "Paradigm Changes for Newly Diagnosed Hodgkin Lymphoma: Discussion of Recent Trial Results", + "rest_events_session_count": 1, + "rest_events_session": "Paradigm Shifts in Hodgkin Lymphoma Treatment: From Frontline Therapies to Relapsed Disease", + "events_topic": "Hodgkin Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275761553,'365838');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHerrera, Alex", + "kol_full_name": "Herrera, Alex" + }, + { + "proj_kol_id": 2, + "eid": "23416", + "event_topics": "Myelodysplastic Syndromes | Azacitidine | Interleukin-1 Receptor-Associated Kinases", + "npi_num": "1013078294", + "hcp_pin_alias": "365808", + "session_name": "Preliminary safety and efficacy of oral azacitidine (Oral-AZA) in patients (pts) with low-/Intermediate (Int)-risk myelodysplastic syndromes (MDS): Phase 2 results from the ASTREON trial,Phase 1b trial of IRAK 1/4 inhibition for low-risk myelodysplastic syndrome refractory/resistant to prior therapies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365808", + "first_name": "Guillermo", + "middle_name": "", + "last_name": "Garcia-Manero", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "0", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232356", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232356", + "events_session": "Preliminary safety and efficacy of oral azacitidine (Oral-AZA) in patients (pts) with low-/Intermediate (Int)-risk myelodysplastic syndromes (MDS): Phase 2 results from the ASTREON trial", + "rest_events_session_count": 1, + "rest_events_session": "Phase 1b trial of IRAK 1/4 inhibition for low-risk myelodysplastic syndrome refractory/resistant to prior therapies", + "events_topic": "Myelodysplastic Syndromes | Azacitidine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Interleukin-1 Receptor-Associated Kinases", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/365808'\u003EGarcia-Manero, Guillermo\u003C/a\u003E", + "kol_full_name": "Garcia-Manero, Guillermo" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematologic Neoplasms", + "npi_num": "1316000771", + "hcp_pin_alias": "365760", + "session_name": "Testing for Hereditary Hematologic Malignancies and Recommended Surveillance in Patients and Family Members", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365760", + "first_name": "Courtney", + "middle_name": "Denton", + "last_name": "Dinardo", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233143", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233143", + "events_session": "Testing for Hereditary Hematologic Malignancies and Recommended Surveillance in Patients and Family Members", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316000771,'365760');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDinardo, Courtney Denton", + "kol_full_name": "Dinardo, Courtney Denton" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Entrectinib | Neuroblastoma | Neoplasms | Central Nervous System Neoplasms | Combined Modality Therapy", + "npi_num": "1790967164", + "hcp_pin_alias": "365755", + "session_name": "A pilot study of post-consolidation chemoimmunotherapy for high-risk neuroblastoma (ANBL19P1): A report from the Children’s Oncology Group,Efficacy and safety of entrectinib in children with extracranial solid or primary central nervous system (CNS) tumors harboring NTRK or ROS1 fusions,Pediatric Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365755", + "first_name": "Ami", + "middle_name": "Vijay", + "last_name": "Desai", + "org_name": "University Of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232154", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232154", + "events_session": "A pilot study of post-consolidation chemoimmunotherapy for high-risk neuroblastoma (ANBL19P1): A report from the Children’s Oncology Group", + "rest_events_session_count": 2, + "rest_events_session": "Efficacy and safety of entrectinib in children with extracranial solid or primary central nervous system (CNS) tumors harboring NTRK or ROS1 fusions,Pediatric Oncologist Perspective", + "events_topic": "Entrectinib | Neuroblastoma ", + "rest_events_topic_count": 3, + "rest_events_topic": " Neoplasms | Central Nervous System Neoplasms | Combined Modality Therapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790967164,'365755');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDesai, Ami Vijay", + "kol_full_name": "Desai, Ami Vijay" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Multiple Myeloma | Neoplasm, Residual", + "npi_num": "1730526310", + "hcp_pin_alias": "365754", + "session_name": "Discontinuation of maintenance therapy in multiple myeloma guided by multimodal measurable residual disease negativity (MRD2STOP)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365754", + "first_name": "Benjamin", + "middle_name": "A", + "last_name": "Derman", + "org_name": "University Of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232312", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232312", + "events_session": "Discontinuation of maintenance therapy in multiple myeloma guided by multimodal measurable residual disease negativity (MRD2STOP)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma | Neoplasm, Residual", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1730526310,'365754');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDerman, Benjamin A", + "kol_full_name": "Derman, Benjamin A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ponatinib | Leukemia, Myeloid, Chronic-Phase", + "npi_num": "1932115524", + "hcp_pin_alias": "365752", + "session_name": "Ponatinib (PON) in patients (pts) with chronic-phase chronic myeloid leukemia (CP-CML) and the T315I mutation (mut): 4-year results from OPTIC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365752", + "first_name": "Michael", + "middle_name": "Werner Nikolaus", + "last_name": "Deininger", + "org_name": "University of Utah Hospitals and Clinics", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233105", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233105", + "events_session": "Ponatinib (PON) in patients (pts) with chronic-phase chronic myeloid leukemia (CP-CML) and the T315I mutation (mut): 4-year results from OPTIC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ponatinib | Leukemia, Myeloid, Chronic-Phase", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932115524,'365752');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDeininger, Michael Werner Nikolaus", + "kol_full_name": "Deininger, Michael Werner Nikolaus" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell | Chronic Lymphocytic Leukemia | Hematologic Neoplasms | Lymphoma", + "npi_num": "1487769733", + "hcp_pin_alias": "365746", + "session_name": "Hematologic Malignancies – Lymphoma and CLL: Program Commitee,Hematologic Malignancies—Lymphoma and Chronic Lymphocytic Leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365746", + "first_name": "Alexey", + "middle_name": "", + "last_name": "Danilov", + "org_name": "City Of Hope Comprehensive Cancer Center - Duarte", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232028", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232028", + "events_session": "Hematologic Malignancies – Lymphoma and CLL: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Hematologic Malignancies—Lymphoma and Chronic Lymphocytic Leukemia", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell | Chronic Lymphocytic Leukemia ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hematologic Neoplasms | Lymphoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1487769733,'365746');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDanilov, Alexey", + "kol_full_name": "Danilov, Alexey" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Paraproteinemias | Hematologic Neoplasms | Admin. & Management", + "npi_num": "1194722462", + "hcp_pin_alias": "365711", + "session_name": "Amandeep Godara – Track Leader: Program Commitee,Hematologic Malignancies—Plasma Cell Dyscrasia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365711", + "first_name": "Asher", + "middle_name": "A.", + "last_name": "Chanan-Khan", + "org_name": "Mayo Clinic Jacksonville", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231966", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231966", + "events_session": "Amandeep Godara – Track Leader: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Hematologic Malignancies—Plasma Cell Dyscrasia", + "events_topic": "Paraproteinemias | Hematologic Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Admin. & Management", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1194722462,'365711');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChanan-Khan, Asher A.", + "kol_full_name": "Chanan-Khan, Asher A." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Non-Muscle Invasive Bladder Neoplasms | Avelumab | Immune Checkpoint Inhibitors | Carcinoma, Transitional Cell", + "npi_num": "1124462726", + "hcp_pin_alias": "365674", + "session_name": "Combined high-resolution H3K27ac epigenomic and single-cell transcriptional profiling as a signature predictive of response to neoadjuvant immune checkpoint inhibitors (ICI) in urothelial cancer (UC),Avelumab first-line maintenance (1LM) for advanced urothelial carcinoma (aUC): Long-term outcomes from JAVELIN Bladder 100 in patients (pts) with low tumor burden", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365674", + "first_name": "Joaquin", + "middle_name": "", + "last_name": "Bellmunt Molins", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232590", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232590", + "events_session": "Combined high-resolution H3K27ac epigenomic and single-cell transcriptional profiling as a signature predictive of response to neoadjuvant immune checkpoint inhibitors (ICI) in urothelial cancer (UC)", + "rest_events_session_count": 1, + "rest_events_session": "Avelumab first-line maintenance (1LM) for advanced urothelial carcinoma (aUC): Long-term outcomes from JAVELIN Bladder 100 in patients (pts) with low tumor burden", + "events_topic": "Non-Muscle Invasive Bladder Neoplasms | Avelumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immune Checkpoint Inhibitors | Carcinoma, Transitional Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1124462726,'365674');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBellmunt Molins, Joaquin", + "kol_full_name": "Bellmunt Molins, Joaquin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma, Non-Hodgkin | Glofitamab", + "npi_num": "1316965759", + "hcp_pin_alias": "365668", + "session_name": "Glofitamab monotherapy retreatment in patients with heavily pre-treated relapsed or refractory (R/R) non-Hodgkin lymphoma (NHL): Results from a phase I/II study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365668", + "first_name": "Nancy", + "middle_name": "Lee", + "last_name": "Bartlett", + "org_name": "Washington University School Of Medicine", + "Country": "United States", + "Region": "Missouri", + "City": "St. Louis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232368", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232368", + "events_session": "Glofitamab monotherapy retreatment in patients with heavily pre-treated relapsed or refractory (R/R) non-Hodgkin lymphoma (NHL): Results from a phase I/II study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Non-Hodgkin | Glofitamab", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316965759,'365668');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBartlett, Nancy Lee", + "kol_full_name": "Bartlett, Nancy Lee" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Belzutifan | Clear-cell Metastatic Renal Cell Carcinoma", + "npi_num": "1306874201", + "hcp_pin_alias": "365660", + "session_name": "Belzutifan in patients with advanced clear cell renal cellcarcinoma (ccRCC): Subgroup analysis of the phase 2 LITESPARK-013 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365660", + "first_name": "Michael", + "middle_name": "B.", + "last_name": "Atkins", + "org_name": "", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232583", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232583", + "events_session": "Belzutifan in patients with advanced clear cell renal cellcarcinoma (ccRCC): Subgroup analysis of the phase 2 LITESPARK-013 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Belzutifan | Clear-cell Metastatic Renal Cell Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1306874201,'365660');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAtkins, Michael B.", + "kol_full_name": "Atkins, Michael B." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "ABVD Chemotherapy | Hodgkin Disease", + "npi_num": "1558335935", + "hcp_pin_alias": "365655", + "session_name": "Seven-year overall survival analysis from ECHELON-1 study of A+AVD versus ABVD in patients with previously untreated stage III/IV classical Hodgkin lymphoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365655", + "first_name": "Stephen", + "middle_name": "Maxted", + "last_name": "Ansell", + "org_name": "Mayo Clinic - Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232379", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232379", + "events_session": "Seven-year overall survival analysis from ECHELON-1 study of A+AVD versus ABVD in patients with previously untreated stage III/IV classical Hodgkin lymphoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ABVD Chemotherapy | Hodgkin Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1558335935,'365655');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAnsell, Stephen Maxted", + "kol_full_name": "Ansell, Stephen Maxted" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Epcoritamab | Lymphoma, Follicular | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1609061837", + "hcp_pin_alias": "365650", + "session_name": "Subcutaneous epcoritamab (SC epcor) administered outpatient (outpt) for relapsed or refractory (R/R) diffuse large B-cell lymphoma (DLBCL) and follicular lymphoma (FL): Results from phase 2 EPCORE NHL-6", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365650", + "first_name": "David", + "middle_name": "Jacob", + "last_name": "Andorsky", + "org_name": "Rocky Mountain Cancer Centers LLP", + "Country": "United States", + "Region": "Colorado", + "City": "Boulder", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232372", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232372", + "events_session": "Subcutaneous epcoritamab (SC epcor) administered outpatient (outpt) for relapsed or refractory (R/R) diffuse large B-cell lymphoma (DLBCL) and follicular lymphoma (FL): Results from phase 2 EPCORE NHL-6", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Epcoritamab | Lymphoma, Follicular ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lymphoma, Large B-Cell, Diffuse", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609061837,'365650');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAndorsky, David Jacob", + "kol_full_name": "Andorsky, David Jacob" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Castration", + "npi_num": "1255302055", + "hcp_pin_alias": "365603", + "session_name": "A phase 1 study of JNJ-69086420 (JNJ-6420), an actinium-225 (225Ac) -labeled antibody targeting human kallikrein 2 (hK2), for metastatic castration-resistant prostate cancer (mCRPC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365603", + "first_name": "Michael", + "middle_name": "", + "last_name": "Morris", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232282", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232282", + "events_session": "A phase 1 study of JNJ-69086420 (JNJ-6420)", + "rest_events_session_count": 2, + "rest_events_session": " an actinium-225 (225Ac) -labeled antibody targeting human kallikrein 2 (hK2), for metastatic castration-resistant prostate cancer (mCRPC)", + "events_topic": "Prostatic Neoplasms | Castration", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255302055,'365603');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMorris, Michael", + "kol_full_name": "Morris, Michael" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma, Non-Hodgkin | Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1770599664", + "hcp_pin_alias": "365577", + "session_name": "A phase I, first-in-human study of ONO-7018 in patients with relapsed/refractory non-Hodgkin lymphoma or chronic lymphocytic leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365577", + "first_name": "John", + "middle_name": "C.", + "last_name": "Byrd", + "org_name": "Ohio State University Wexner Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Dublin", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232384", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232384", + "events_session": "A phase I", + "rest_events_session_count": 1, + "rest_events_session": " first-in-human study of ONO-7018 in patients with relapsed/refractory non-Hodgkin lymphoma or chronic lymphocytic leukemia", + "events_topic": "Lymphoma, Non-Hodgkin | Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770599664,'365577');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EByrd, John C.", + "kol_full_name": "Byrd, John C." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Melanoma | Fluorodeoxyglucose F18 | Positron-Emission Tomography | Immunotherapy", + "npi_num": "1942247978", + "hcp_pin_alias": "365243", + "session_name": "FDG-PET associations with pathological response and survival with neoadjuvant immunotherapy for melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "365243", + "first_name": "Li", + "middle_name": "", + "last_name": "Zhou", + "org_name": "Harvard Medical Faculty Phys At Beth Israel Deaconess Med Ctr Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232786", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232786", + "events_session": "FDG-PET associations with pathological response and survival with neoadjuvant immunotherapy for melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma | Fluorodeoxyglucose F18 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Positron-Emission Tomography | Immunotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942247978,'365243');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EZhou, Li", + "kol_full_name": "Zhou, Li" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Fertility", + "npi_num": "1942241641", + "hcp_pin_alias": "364379", + "session_name": "Critical Concepts in Oncofertility for Clinicians and Primary Care Providers,Rethinking Oncofertility: Empowering Education and Advocacy in Cancer Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "364379", + "first_name": "Alison", + "middle_name": "Wakoff", + "last_name": "Loren", + "org_name": "University of Pennsylvania Health System", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232020", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232020", + "events_session": "Critical Concepts in Oncofertility for Clinicians and Primary Care Providers", + "rest_events_session_count": 1, + "rest_events_session": "Rethinking Oncofertility: Empowering Education and Advocacy in Cancer Care", + "events_topic": "Neoplasms | Fertility", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942241641,'364379');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELoren, Alison Wakoff", + "kol_full_name": "Loren, Alison Wakoff" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Renal Cell | Urogenital Neoplasms | Urinary Bladder Neoplasms | Immunotherapy | Kidney Neoplasms", + "npi_num": "1477991933", + "hcp_pin_alias": "364325", + "session_name": "Genitourinary Cancer – Kidney and Bladder: Program Commitee,Harnessing the Immune System in Renal Cell Carcinoma: Current and Novel Immunotherapy Approaches", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "364325", + "first_name": "David", + "middle_name": "Alexander", + "last_name": "Braun", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232929", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232929", + "events_session": "Genitourinary Cancer – Kidney and Bladder: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Harnessing the Immune System in Renal Cell Carcinoma: Current and Novel Immunotherapy Approaches", + "events_topic": "Carcinoma, Renal Cell | Urogenital Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Urinary Bladder Neoplasms | Immunotherapy | Kidney Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1477991933,'364325');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBraun, David Alexander", + "kol_full_name": "Braun, David Alexander" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Leukemia, Lymphocytic, Chronic, B-Cell | Hematologic Neoplasms", + "npi_num": "1457319717", + "hcp_pin_alias": "364321", + "session_name": "Hematologic Malignancies—Lymphoma and Chronic Lymphocytic Leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "364321", + "first_name": "Hetty", + "middle_name": "", + "last_name": "Carraway", + "org_name": "Cleveland Clinic - Main Campus", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232067", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232067", + "events_session": "Hematologic Malignancies—Lymphoma and Chronic Lymphocytic Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Lymphocytic, Chronic, B-Cell | Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/364321/fromId'\u003ECarraway, Hetty\u003C/a\u003E", + "kol_full_name": "Carraway, Hetty" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Platelet Transfusion | Erythropoiesis | Erythrocytes | Imetelstat | Myelodysplastic Syndromes", + "npi_num": "1083819528", + "hcp_pin_alias": "364278", + "session_name": "Efficacy of imetelstat on red blood cell (RBC)-transfusion independence (TI) in the absence of platelet transfusions or myeloid growth factors in IMerge,Clinical benefit of luspatercept treatment (tx) in transfusion-dependent (TD), erythropoiesis-stimulating agent (ESA)–naive patients (pts) with very low-, low- or intermediate-risk myelodysplastic syndromes (MDS) in the COMMANDS trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "364278", + "first_name": "Amer", + "middle_name": "", + "last_name": "Zeidan", + "org_name": "", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232343", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232343", + "events_session": "Efficacy of imetelstat on red blood cell (RBC)-transfusion independence (TI) in the absence of platelet transfusions or myeloid growth factors in IMerge", + "rest_events_session_count": 3, + "rest_events_session": "Clinical benefit of luspatercept treatment (tx) in transfusion-dependent (TD), erythropoiesis-stimulating agent (ESA)–naive patients (pts) with very low-, low- or intermediate-risk myelodysplastic syndromes (MDS) in the COMMANDS trial", + "events_topic": "Platelet Transfusion | Erythropoiesis ", + "rest_events_topic_count": 3, + "rest_events_topic": " Erythrocytes | Imetelstat | Myelodysplastic Syndromes", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1083819528,'364278');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EZeidan, Amer", + "kol_full_name": "Zeidan, Amer" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Azacitidine | Immunotherapy, Adoptive | Venetoclax | Clustered Regularly Interspaced Short Palindromic Repeats | Leukemia, Myeloid, Acute", + "npi_num": "1740422823", + "hcp_pin_alias": "364264", + "session_name": "A first-in-human phase 1, multicenter, open-label study of CB-012, a next-generation CRISPR-edited allogeneic anti-CLL-1 CAR-T cell therapy for adults with relapsed/refractory acute myeloid leukemia (AMpLify),A phase 1b/2 study of pivekimab sunirine (PVEK, IMGN632) in combination with venetoclax/azacitidine for patients with newly diagnosed CD123-positive acute myeloid leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "364264", + "first_name": "Naval", + "middle_name": "Gustad", + "last_name": "Daver", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232354", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232354", + "events_session": "A first-in-human phase 1", + "rest_events_session_count": 5, + "rest_events_session": " multicenter, open-label study of CB-012, a next-generation CRISPR-edited allogeneic anti-CLL-1 CAR-T cell therapy for adults with relapsed/refractory acute myeloid leukemia (AMpLify),A phase 1b/2 study of pivekimab sunirine (PVEK, IMGN632) in combination with venetoclax/azacitidine for patients with newly diagnosed CD123-positive acute myeloid leukemia", + "events_topic": "Azacitidine | Immunotherapy, Adoptive ", + "rest_events_topic_count": 3, + "rest_events_topic": " Venetoclax | Clustered Regularly Interspaced Short Palindromic Repeats | Leukemia, Myeloid, Acute", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1740422823,'364264');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaver, Naval Gustad", + "kol_full_name": "Daver, Naval Gustad" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Solid Tumor | Ipilimumab", + "npi_num": "1962596551", + "hcp_pin_alias": "309201", + "session_name": "Nivolumab plus ipilimumab (N+I) in patients (pts) with solid tumors with high tumor mutational burden (HTMB): Results from the Targeted Agent and Profiling Utilization Registry (TAPUR) Study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "309201", + "first_name": "John", + "middle_name": "K", + "last_name": "Chan", + "org_name": "Sutter Bay Medical Foundation", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232965", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232965", + "events_session": "Nivolumab plus ipilimumab (N+I) in patients (pts) with solid tumors with high tumor mutational burden (HTMB): Results from the Targeted Agent and Profiling Utilization Registry (TAPUR) Study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nivolumab | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ipilimumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1962596551,'309201');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChan, John K", + "kol_full_name": "Chan, John K" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Endometrial Neoplasms | Breast Neoplasms", + "npi_num": "1871818534", + "hcp_pin_alias": "302267", + "session_name": "Borrowing From Breast Cancer: Endocrine Combinations in Endometrial Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "302267", + "first_name": "Lauren", + "middle_name": "Patterson", + "last_name": "Cobb", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232919", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232919", + "events_session": "Borrowing From Breast Cancer: Endocrine Combinations in Endometrial Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endometrial Neoplasms | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871818534,'302267');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECobb, Lauren Patterson", + "kol_full_name": "Cobb, Lauren Patterson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pancreatic Neoplasms | Ovarian Neoplasms | Killer Cells, Natural | Adenocarcinoma", + "npi_num": "1871099465", + "hcp_pin_alias": "301679", + "session_name": "Phase I/II study of TROP2 CAR engineered IL15-transduced cord blood-derived NK cells delivered intraperitoneally for the management of platinum resistant ovarian cancer, mesonephric-like adenocarcinoma, and pancreatic cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "301679", + "first_name": "Anne", + "middle_name": "", + "last_name": "Knisely", + "org_name": "Trustees of Columbia University in the City of New York", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232440", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232440", + "events_session": "Phase I/II study of TROP2 CAR engineered IL15-transduced cord blood-derived NK cells delivered intraperitoneally for the management of platinum resistant ovarian cancer", + "rest_events_session_count": 2, + "rest_events_session": " mesonephric-like adenocarcinoma, and pancreatic cancer", + "events_topic": "Pancreatic Neoplasms | Ovarian Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Killer Cells, Natural | Adenocarcinoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871099465,'301679');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKnisely, Anne", + "kol_full_name": "Knisely, Anne" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Advance Care Planning", + "npi_num": "1851788285", + "hcp_pin_alias": "300779", + "session_name": "Trends in the providers’ uptake of advance care planning from 2016 to 2021", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "300779", + "first_name": "Nan", + "middle_name": "", + "last_name": "Wang", + "org_name": "Nash OB-GYN Associates, PA", + "Country": "United States", + "Region": "North Carolina", + "City": "Rocky Mount", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233046", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233046", + "events_session": "Trends in the providers’ uptake of advance care planning from 2016 to 2021", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Advance Care Planning", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1851788285,'300779');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWang, Nan", + "kol_full_name": "Wang, Nan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1801949540", + "hcp_pin_alias": "296829", + "session_name": "Discussion on Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "296829", + "first_name": "Shitanshu", + "middle_name": "", + "last_name": "Uppal", + "org_name": "Midmichigan Medical Center-Midland", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232734", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232734", + "events_session": "Discussion on Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801949540,'296829');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EUppal, Shitanshu", + "kol_full_name": "Uppal, Shitanshu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sudocetaxel Zendusortide | Immunoconjugates | Solid Tumor", + "npi_num": "1790982031", + "hcp_pin_alias": "296108", + "session_name": "Long-term efficacy, safety and PK data of TH1902 (sudocetaxel zendusortide) in solid tumors: A novel SORT1-targeting peptide-drug-conjugate (PDC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "296108", + "first_name": "Ira", + "middle_name": "Seth", + "last_name": "Winer", + "org_name": "University of Michigan Health System", + "Country": "United States", + "Region": "Michigan", + "City": "Detroit", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232954", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232954", + "events_session": "Long-term efficacy", + "rest_events_session_count": 1, + "rest_events_session": " safety and PK data of TH1902 (sudocetaxel zendusortide) in solid tumors: A novel SORT1-targeting peptide-drug-conjugate (PDC)", + "events_topic": "Sudocetaxel Zendusortide | Immunoconjugates ", + "rest_events_topic_count": 1, + "rest_events_topic": " Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790982031,'296108');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWiner, Ira Seth", + "kol_full_name": "Winer, Ira Seth" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genital Neoplasms, Female | Neuroendocrine Tumors", + "npi_num": "1770750598", + "hcp_pin_alias": "294256", + "session_name": "Neuroendocrine Gynecologic Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "294256", + "first_name": "Amanda", + "middle_name": "", + "last_name": "Nickles Fader", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232507", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232507", + "events_session": "Neuroendocrine Gynecologic Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genital Neoplasms, Female | Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770750598,'294256');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENickles Fader, Amanda", + "kol_full_name": "Nickles Fader, Amanda" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genital Neoplasms, Female", + "npi_num": "1770598278", + "hcp_pin_alias": "294011", + "session_name": "Gynecologic Cancer: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "294011", + "first_name": "Tanja", + "middle_name": "Branko", + "last_name": "Pejovic", + "org_name": "Oregon Health & Science University", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233215", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233215", + "events_session": "Gynecologic Cancer: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genital Neoplasms, Female", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770598278,'294011');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPejovic, Tanja Branko", + "kol_full_name": "Pejovic, Tanja Branko" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Microsatellite Instability | DNA Mismatch Repair | Endometrial Neoplasms", + "npi_num": "1659300556", + "hcp_pin_alias": "284255", + "session_name": "Real-world treatment patterns and outcomes by mismatch repair/microsatellite instability (MMR/MSI) status in patients (pts) with advanced endometrial cancer (aEC), 2018-2023", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "284255", + "first_name": "Bhavana", + "middle_name": "", + "last_name": "Pothuri", + "org_name": "New York University", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232437", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232437", + "events_session": "Real-world treatment patterns and outcomes by mismatch repair/microsatellite instability (MMR/MSI) status in patients (pts) with advanced endometrial cancer (aEC)", + "rest_events_session_count": 1, + "rest_events_session": " 2018-2023", + "events_topic": "Microsatellite Instability | DNA Mismatch Repair ", + "rest_events_topic_count": 1, + "rest_events_topic": " Endometrial Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1659300556,'284255');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPothuri, Bhavana", + "kol_full_name": "Pothuri, Bhavana" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Randomized Controlled Trials As Topic | Endometrial Neoplasms | Ovarian Neoplasms | Genes, ErbB-2", + "npi_num": "1619909850", + "hcp_pin_alias": "281688", + "session_name": "Relationship of cancer stem cell functional assay and objective response rate of patients with recurrent platinum-resistant ovarian cancer in a randomized trial,Endometrial cancer (EC) by ERBB2 amplification (ERBB2amp) status: Differences in molecular subtypes, ancestry, and real-world outcomes", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "281688", + "first_name": "Thomas", + "middle_name": "", + "last_name": "Herzog", + "org_name": "University of Cincinnati Medical Center", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232438", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232438", + "events_session": "Relationship of cancer stem cell functional assay and objective response rate of patients with recurrent platinum-resistant ovarian cancer in a randomized trial", + "rest_events_session_count": 3, + "rest_events_session": "Endometrial cancer (EC) by ERBB2 amplification (ERBB2amp) status: Differences in molecular subtypes, ancestry, and real-world outcomes", + "events_topic": "Randomized Controlled Trials As Topic | Endometrial Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ovarian Neoplasms | Genes, ErbB-2", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1619909850,'281688');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHerzog, Thomas", + "kol_full_name": "Herzog, Thomas" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ovarian Neoplasms | Folate Receptor 1 | Mirvetuximab Soravtansine | Rucaparib | Clinical Trials As Topic", + "npi_num": "1609819424", + "hcp_pin_alias": "280773", + "session_name": "Characterization of long-term survivors from four clinical trials examining patients with folate receptor alpha–positive recurrent ovarian cancer treated with single-agent mirvetuximab soravtansine,Final safety results from ATHENA–MONO (GOG-3020/ENGOT-ov45), a randomized, placebo-controlled, double-blind, phase 3 trial evaluating rucaparib monotherapy as maintenance treatment in patients with newly diagnosed ovarian cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "280773", + "first_name": "David", + "middle_name": "M", + "last_name": "O'Malley", + "org_name": "The James Gynecologic Oncology Mill Run", + "Country": "United States", + "Region": "Ohio", + "City": "Hilliard", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232427", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232427", + "events_session": "Characterization of long-term survivors from four clinical trials examining patients with folate receptor alpha–positive recurrent ovarian cancer treated with single-agent mirvetuximab soravtansine", + "rest_events_session_count": 5, + "rest_events_session": "Final safety results from ATHENA–MONO (GOG-3020/ENGOT-ov45), a randomized, placebo-controlled, double-blind, phase 3 trial evaluating rucaparib monotherapy as maintenance treatment in patients with newly diagnosed ovarian cancer", + "events_topic": "Ovarian Neoplasms | Folate Receptor 1 ", + "rest_events_topic_count": 3, + "rest_events_topic": " Mirvetuximab Soravtansine | Rucaparib | Clinical Trials As Topic", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609819424,'280773');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EO'Malley, David M", + "kol_full_name": "O'Malley, David M" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genital Neoplasms, Female", + "npi_num": "1598772550", + "hcp_pin_alias": "279956", + "session_name": "Gynecologic Cancer: Program Commitee,Gynecologic Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "279956", + "first_name": "Carolyn", + "middle_name": "Y", + "last_name": "Muller", + "org_name": "University Of New Mexico School Of Medicine", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232052", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232052", + "events_session": "Gynecologic Cancer: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Gynecologic Cancer", + "events_topic": "Genital Neoplasms, Female", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598772550,'279956');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMuller, Carolyn Y", + "kol_full_name": "Muller, Carolyn Y" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Uterine Cervical Neoplasms", + "npi_num": "1548827496", + "hcp_pin_alias": "276270", + "session_name": "Triage of advanced cervical cancer through immunotherapy induction (TRACTION)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "276270", + "first_name": "Jeffrey", + "middle_name": "Andrew", + "last_name": "How", + "org_name": "Jeffrey Andrew How Private Practice", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232439", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232439", + "events_session": "Triage of advanced cervical cancer through immunotherapy induction (TRACTION)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Uterine Cervical Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548827496,'276270');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHow, Jeffrey Andrew", + "kol_full_name": "How, Jeffrey Andrew" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genital Neoplasms, Female", + "npi_num": "1518930601", + "hcp_pin_alias": "273664", + "session_name": "Gynecologic Cancer: Program Commitee,Gynecologic Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "273664", + "first_name": "John", + "middle_name": "W.", + "last_name": "Moroney", + "org_name": "Northwest Community Health Services Inc", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232448", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232448", + "events_session": "Gynecologic Cancer: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Gynecologic Cancer", + "events_topic": "Genital Neoplasms, Female", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1518930601,'273664');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMoroney, John W.", + "kol_full_name": "Moroney, John W." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Endometrial Neoplasms", + "npi_num": "1336464734", + "hcp_pin_alias": "259451", + "session_name": "AFT-50 EndoMAP: A phase IB/II multicohort study of targeted agents and/or immunotherapy for patients with recurrent or persistent endometrial cancer (EC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "259451", + "first_name": "Evelyn", + "middle_name": "", + "last_name": "Cantillo", + "org_name": "University of Vermont Medical Center Inc", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232445", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232445", + "events_session": "AFT-50 EndoMAP: A phase IB/II multicohort study of targeted agents and/or immunotherapy for patients with recurrent or persistent endometrial cancer (EC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Endometrial Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1336464734,'259451');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECantillo, Evelyn", + "kol_full_name": "Cantillo, Evelyn" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ovarian Neoplasms", + "npi_num": "1326606070", + "hcp_pin_alias": "258822", + "session_name": "Molecular and immune characterization of squamous cell ovarian cancers for identification of therapeutic targets", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "258822", + "first_name": "Jessie", + "middle_name": "", + "last_name": "Hollingsworth", + "org_name": "Rutgers Robert Wood Johnson Medical School", + "Country": "United States", + "Region": "New Jersey", + "City": "New Brunswick", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232433", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232433", + "events_session": "Molecular and immune characterization of squamous cell ovarian cancers for identification of therapeutic targets", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1326606070,'258822');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHollingsworth, Jessie", + "kol_full_name": "Hollingsworth, Jessie" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Ovarian Neoplasms | Chemotherapy", + "npi_num": "1255571568", + "hcp_pin_alias": "252983", + "session_name": "Association of physical activity with self-reported quality of life after primary chemotherapy for ovarian cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "252983", + "first_name": "Larissa", + "middle_name": "A", + "last_name": "Meyer", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232430", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232430", + "events_session": "Association of physical activity with self-reported quality of life after primary chemotherapy for ovarian cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Neoplasms | Chemotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/252983/fromId'\u003EMeyer, Larissa A\u003C/a\u003E", + "kol_full_name": "Meyer, Larissa A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Letrozole | Leiomyosarcoma", + "npi_num": "1255566964", + "hcp_pin_alias": "252975", + "session_name": "GOG 3088: A randomized phase II study of letrozole versus observation in patients with newly diagnosed uterine leiomyosarcoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "252975", + "first_name": "Bradley", + "middle_name": "Robert", + "last_name": "Corr", + "org_name": "University Physicians Inc", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232446", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232446", + "events_session": "GOG 3088: A randomized phase II study of letrozole versus observation in patients with newly diagnosed uterine leiomyosarcoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Letrozole | Leiomyosarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255566964,'252975');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECorr, Bradley Robert", + "kol_full_name": "Corr, Bradley Robert" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic", + "npi_num": "1144486929", + "hcp_pin_alias": "244267", + "session_name": "Clinical Trialist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "244267", + "first_name": "Ramez", + "middle_name": "Nassef", + "last_name": "Eskander", + "org_name": "Regents Of The Univesity Of California - Ucsd Medical Group", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232528", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232528", + "events_session": "Clinical Trialist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144486929,'244267');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEskander, Ramez Nassef", + "kol_full_name": "Eskander, Ramez Nassef" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Biomarkers | Nivolumab | Melanoma", + "npi_num": "1124352315", + "hcp_pin_alias": "242814", + "session_name": "Biomarker analysis and updated clinical outcomes: Neoadjuvant systemic treatment (NST) with nivolumab (nivo) and relatlimab (rela) in surgically resectable melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "242814", + "first_name": "Elizabeth", + "middle_name": "", + "last_name": "Burton", + "org_name": "Jefferson Abington Hospital", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232798", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232798", + "events_session": "Biomarker analysis and updated clinical outcomes: Neoadjuvant systemic treatment (NST) with nivolumab (nivo) and relatlimab (rela) in surgically resectable melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Nivolumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Melanoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1124352315,'242814');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBurton, Elizabeth", + "kol_full_name": "Burton, Elizabeth" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Minority Health | Neoplasms | Reproductive Health", + "npi_num": "1124149281", + "hcp_pin_alias": "242571", + "session_name": "If you build it, they will come: Success of the EROS (Engendering Reproductive Health Within Oncologic Survivorship)—ECOG-ACRIN E1Q11 in recruitment of minority patients,EROS: Engendering reproductive health within oncologic survivorship—ECOG-ACRIN E1Q11 paradoxical provision of reproductive health", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "242571", + "first_name": "Ashlesha", + "middle_name": "", + "last_name": "Patel", + "org_name": "Northwestern University Feinberg School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232412", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232412", + "events_session": "If you build it", + "rest_events_session_count": 2, + "rest_events_session": " they will come: Success of the EROS (Engendering Reproductive Health Within Oncologic Survivorship)—ECOG-ACRIN E1Q11 in recruitment of minority patients,EROS: Engendering reproductive health within oncologic survivorship—ECOG-ACRIN E1Q11 paradoxical provision of reproductive health", + "events_topic": "Minority Health | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Reproductive Health", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1124149281,'242571');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPatel, Ashlesha", + "kol_full_name": "Patel, Ashlesha" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Patient Care", + "npi_num": "1073531083", + "hcp_pin_alias": "238500", + "session_name": "Perspective on Patient Guidance", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "238500", + "first_name": "Angeles", + "middle_name": "Alvarez", + "last_name": "Secord", + "org_name": "Duke University School of Medicine", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232529", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232529", + "events_session": "Perspective on Patient Guidance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1073531083,'238500');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESecord, Angeles Alvarez", + "kol_full_name": "Secord, Angeles Alvarez" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Pancreatic Ductal | Neoadjuvant Therapy", + "npi_num": "1811303001", + "hcp_pin_alias": "232780", + "session_name": "Extracellular (EC) Mucin5AC (MUC5AC) detection after neoadjuvant therapy (NAT) and the risk of recurrence in resected pancreatic ductal adenocarcinoma (R-PDA)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "232780", + "first_name": "Ashish", + "middle_name": "", + "last_name": "Manne", + "org_name": "Ohio State Martha Morehouse Outpatient Care", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232843", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232843", + "events_session": "Extracellular (EC) Mucin5AC (MUC5AC) detection after neoadjuvant therapy (NAT) and the risk of recurrence in resected pancreatic ductal adenocarcinoma (R-PDA)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Pancreatic Ductal | Neoadjuvant Therapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811303001,'232780');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EManne, Ashish", + "kol_full_name": "Manne, Ashish" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genetic Testing | Breast Neoplasms", + "npi_num": "1396851663", + "hcp_pin_alias": "232528", + "session_name": "PARPi eligibility amongst women with newly diagnosed invasive breast cancer enrolled in the GREAT universal genetic testing study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "232528", + "first_name": "Stephanie", + "middle_name": "", + "last_name": "Wong", + "org_name": "Sutter Health", + "Country": "United States", + "Region": "California", + "City": "Mountain View", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232618", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232618", + "events_session": "PARPi eligibility amongst women with newly diagnosed invasive breast cancer enrolled in the GREAT universal genetic testing study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetic Testing | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1396851663,'232528');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWong, Stephanie", + "kol_full_name": "Wong, Stephanie" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor | Cemiplimab", + "npi_num": "1225201304", + "hcp_pin_alias": "232430", + "session_name": "A phase 1/2 study of REGN7075 in combination with cemiplimab (cemi) in patients (pts) with advanced solid tumors: Efficacy and safety results", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "232430", + "first_name": "Neil", + "middle_name": "Howard", + "last_name": "Segal", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232301", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232301", + "events_session": "A phase 1/2 study of REGN7075 in combination with cemiplimab (cemi) in patients (pts) with advanced solid tumors: Efficacy and safety results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumor | Cemiplimab", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1225201304,'232430');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESegal, Neil Howard", + "kol_full_name": "Segal, Neil Howard" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Rectal Neoplasms | Randomized Controlled Trials As Topic | Laparoscopy", + "npi_num": "1962761320", + "hcp_pin_alias": "232240", + "session_name": "Robotic versus laparoscopic surgery for middle and low rectal cancer (REAL): Primary outcome of a multicenter randomized controlled trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "232240", + "first_name": "Jianmin", + "middle_name": "", + "last_name": "Xu", + "org_name": "Diagnostic Pathology Medical Group Inc", + "Country": "United States", + "Region": "California", + "City": "Vallejo", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232891", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232891", + "events_session": "Robotic versus laparoscopic surgery for middle and low rectal cancer (REAL): Primary outcome of a multicenter randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rectal Neoplasms | Randomized Controlled Trials As Topic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Laparoscopy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1962761320,'232240');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EXu, Jianmin", + "kol_full_name": "Xu, Jianmin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiotherapy | Neoplasms", + "npi_num": "1962493874", + "hcp_pin_alias": "232231", + "session_name": "Radiation Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "232231", + "first_name": "Lisa", + "middle_name": "Ann", + "last_name": "Kachnic", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232158", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232158", + "events_session": "Radiation Oncologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1962493874,'232231');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKachnic, Lisa Ann", + "kol_full_name": "Kachnic, Lisa Ann" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Prostatectomy | Positron-Emission Tomography", + "npi_num": "1881991495", + "hcp_pin_alias": "232086", + "session_name": "CLARIFY: Positron emission tomography using 64Cu-SAR-bisPSMA in patients with high-risk prostate cancer prior to radical prostatectomy (a phase 3 diagnostic study)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "232086", + "first_name": "Michael", + "middle_name": "A.", + "last_name": "Gorin", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "Maryland", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232675", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232675", + "events_session": "CLARIFY: Positron emission tomography using 64Cu-SAR-bisPSMA in patients with high-risk prostate cancer prior to radical prostatectomy (a phase 3 diagnostic study)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Prostatectomy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Positron-Emission Tomography", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1881991495,'232086');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGorin, Michael A.", + "kol_full_name": "Gorin, Michael A." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pheochromocytoma | Axitinib | Paraganglioma", + "npi_num": "1821212473", + "hcp_pin_alias": "231949", + "session_name": "Single agent axitinib in the management of patients with progressive pheochromocytoma and paraganglioma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "231949", + "first_name": "Antonio", + "middle_name": "Tito", + "last_name": "Fojo", + "org_name": "Trustees of Columbia University in the City of New York", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232605", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232605", + "events_session": "Single agent axitinib in the management of patients with progressive pheochromocytoma and paraganglioma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pheochromocytoma | Axitinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Paraganglioma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1821212473,'231949');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFojo, Antonio Tito", + "kol_full_name": "Fojo, Antonio Tito" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Clinical Studies As Topic | Immune Checkpoint Inhibitors", + "npi_num": "1801154711", + "hcp_pin_alias": "231888", + "session_name": "A phase II trial to assess the impact of β2 adrenergic blockade in immune checkpoint inhibitor (ICI)– refractory metastatic triple negative breast cancer (mTNBC),Association of higher baseline stress and pain with clinical outcomes: Secondary analysis from Alliance A011502", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "231888", + "first_name": "Shipra", + "middle_name": "", + "last_name": "Gandhi", + "org_name": "Roswell Park Cancer Institute", + "Country": "United States", + "Region": "New York", + "City": "Buffalo", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232281", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232281", + "events_session": "A phase II trial to assess the impact of β2 adrenergic blockade in immune checkpoint inhibitor (ICI)– refractory metastatic triple negative breast cancer (mTNBC)", + "rest_events_session_count": 1, + "rest_events_session": "Association of higher baseline stress and pain with clinical outcomes: Secondary analysis from Alliance A011502", + "events_topic": "Triple Negative Breast Neoplasms | Clinical Studies As Topic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immune Checkpoint Inhibitors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801154711,'231888');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGandhi, Shipra", + "kol_full_name": "Gandhi, Shipra" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Appendix | Biomarkers | Colorectal Neoplasms | Adenocarcinoma, Mucinous", + "npi_num": "1750546735", + "hcp_pin_alias": "231789", + "session_name": "Allele-specific KRAS mutations as prognostic biomarkers in mucinous adenocarcinoma of the appendix and colorectal cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "231789", + "first_name": "Moh'D", + "middle_name": "M.", + "last_name": "Khushman", + "org_name": "Monroe County Health Care Authority", + "Country": "United States", + "Region": "Alabama", + "City": "Monroeville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232893", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232893", + "events_session": "Allele-specific KRAS mutations as prognostic biomarkers in mucinous adenocarcinoma of the appendix and colorectal cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Appendix | Biomarkers ", + "rest_events_topic_count": 2, + "rest_events_topic": " Colorectal Neoplasms | Adenocarcinoma, Mucinous", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750546735,'231789');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKhushman, Moh'D M.", + "kol_full_name": "Khushman, Moh'D M." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Anus Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1720106693", + "hcp_pin_alias": "231720", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "231720", + "first_name": "Mary", + "middle_name": "Uan-Sian", + "last_name": "Feng", + "org_name": "UCSF Health", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233200", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233200", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Anus Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720106693,'231720');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFeng, Mary Uan-Sian", + "kol_full_name": "Feng, Mary Uan-Sian" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Radiosurgery | Sacituzumab Govitecan | Zimberelimab | Brain Neoplasms", + "npi_num": "1659633915", + "hcp_pin_alias": "231575", + "session_name": "Phase I/II study of stereotactic radiation and sacituzumab govitecan with zimberelimab in the management of metastatic triple negative breast cancer with brain metastases", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "231575", + "first_name": "Kamran", + "middle_name": "Ali", + "last_name": "Ahmed", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232717", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232717", + "events_session": "Phase I/II study of stereotactic radiation and sacituzumab govitecan with zimberelimab in the management of metastatic triple negative breast cancer with brain metastases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms | Radiosurgery ", + "rest_events_topic_count": 3, + "rest_events_topic": " Sacituzumab Govitecan | Zimberelimab | Brain Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1659633915,'231575');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAhmed, Kamran Ali", + "kol_full_name": "Ahmed, Kamran Ali" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoadjuvant Therapy | Chemotherapy | Cisplatin | Carcinoma, Transitional Cell | Pembrolizumab | Gemcitabine | Non-Muscle Invasive Bladder Neoplasms | Disitamab Vedotin | Nivolumab", + "npi_num": "1639140668", + "hcp_pin_alias": "231524", + "session_name": "Using Molecular Testing to Guide Perioperative Systemic Therapy for Urothelial Cancer,Phase 3 study of disitamab vedotin with pembrolizumab vs chemotherapy in patients with previously untreated locally advanced or metastatic urothelial carcinoma that expresses HER2 (DV-001),Characterization of complete responders to nivolumab + gemcitabine-cisplatin vs gemcitabine-cisplatin alone and patients with lymph node–only metastatic urothelial carcinoma from the CheckMate 901 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "231524", + "first_name": "Matthew", + "middle_name": "D", + "last_name": "Galsky", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232472", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232472", + "events_session": "Using Molecular Testing to Guide Perioperative Systemic Therapy for Urothelial Cancer", + "rest_events_session_count": 2, + "rest_events_session": "Phase 3 study of disitamab vedotin with pembrolizumab vs chemotherapy in patients with previously untreated locally advanced or metastatic urothelial carcinoma that expresses HER2 (DV-001),Characterization of complete responders to nivolumab + gemcitabine-cisplatin vs gemcitabine-cisplatin alone and patients with lymph node–only metastatic urothelial carcinoma from the CheckMate 901 trial", + "events_topic": "Neoadjuvant Therapy | Chemotherapy ", + "rest_events_topic_count": 7, + "rest_events_topic": " Cisplatin | Carcinoma, Transitional Cell | Pembrolizumab | Gemcitabine | Non-Muscle Invasive Bladder Neoplasms | Disitamab Vedotin | Nivolumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1639140668,'231524');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGalsky, Matthew D", + "kol_full_name": "Galsky, Matthew D" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Fruquintinib | Colorectal Neoplasms", + "npi_num": "1558469767", + "hcp_pin_alias": "231363", + "session_name": "Fruquintinib in Refractory Metastatic Colorectal Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "231363", + "first_name": "Cathy", + "middle_name": "", + "last_name": "Eng", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Franklin", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233151", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233151", + "events_session": "Fruquintinib in Refractory Metastatic Colorectal Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fruquintinib | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1558469767,'231363');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEng, Cathy", + "kol_full_name": "Eng, Cathy" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Pharmaceutical Preparations | Genital Neoplasms, Female | Immunotherapy", + "npi_num": "1306885512", + "hcp_pin_alias": "230864", + "session_name": "Novel Immunotherapy Combinations in Gynecologic Cancer and When to Use Them,State of the Art in Gynecologic Cancer: New Drugs and Companion Diagnostics", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "230864", + "first_name": "Brian", + "middle_name": "M", + "last_name": "Slomovitz", + "org_name": "University of Miami Leonard M. Miller School of Medicine", + "Country": "United States", + "Region": "Florida", + "City": "Miami", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231991", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231991", + "events_session": "Novel Immunotherapy Combinations in Gynecologic Cancer and When to Use Them", + "rest_events_session_count": 1, + "rest_events_session": "State of the Art in Gynecologic Cancer: New Drugs and Companion Diagnostics", + "events_topic": "Pharmaceutical Preparations | Genital Neoplasms, Female ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/230864/fromId'\u003ESlomovitz, Brian M\u003C/a\u003E", + "kol_full_name": "Slomovitz, Brian M" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Biomarkers", + "npi_num": "1245239367", + "hcp_pin_alias": "230723", + "session_name": "Evaluation of a predictive biomarker for antibody drug conjugates (ADCs)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "230723", + "first_name": "Sachdev", + "middle_name": "P", + "last_name": "Thomas", + "org_name": "Vallejo Medical Center", + "Country": "United States", + "Region": "California", + "City": "Vallejo", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232967", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232967", + "events_session": "Evaluation of a predictive biomarker for antibody drug conjugates (ADCs)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunoconjugates | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245239367,'230723');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EThomas, Sachdev P", + "kol_full_name": "Thomas, Sachdev P" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Anus Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1184999336", + "hcp_pin_alias": "230596", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee,Gastrointestinal Cancer—Colorectal and Anal", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "230596", + "first_name": "Michael", + "middle_name": "", + "last_name": "Cecchini", + "org_name": "Yale University", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231985", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231985", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Gastrointestinal Cancer—Colorectal and Anal", + "events_topic": "Colorectal Neoplasms | Anus Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184999336,'230596');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECecchini, Michael", + "kol_full_name": "Cecchini, Michael" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiotherapy | Ablation Techniques | Colorectal Neoplasms", + "npi_num": "1023375128", + "hcp_pin_alias": "230244", + "session_name": "Alliance A022101/NRG-GI009: A pragmatic randomized phase III trial evaluating total ablative therapy for patients with limited metastatic colorectal cancer—Evaluating radiation, ablation, and surgery (ERASur)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "230244", + "first_name": "Eric", + "middle_name": "David", + "last_name": "Miller", + "org_name": "Osu Radiation Oncology Llc", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232895", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232895", + "events_session": "Alliance A022101/NRG-GI009: A pragmatic randomized phase III trial evaluating total ablative therapy for patients with limited metastatic colorectal cancer—Evaluating radiation", + "rest_events_session_count": 2, + "rest_events_session": " ablation, and surgery (ERASur)", + "events_topic": "Radiotherapy | Ablation Techniques ", + "rest_events_topic_count": 1, + "rest_events_topic": " Colorectal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1023375128,'230244');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMiller, Eric David", + "kol_full_name": "Miller, Eric David" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Urogenital Neoplasms | Urinary Bladder Neoplasms | Kidney Neoplasms", + "npi_num": "1508029703", + "hcp_pin_alias": "230150", + "session_name": "Genitourinary Cancer – Kidney and Bladder: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "230150", + "first_name": "Russell", + "middle_name": "Zelig", + "last_name": "Szmulewitz", + "org_name": "The University of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233210", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233210", + "events_session": "Genitourinary Cancer – Kidney and Bladder: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urogenital Neoplasms | Urinary Bladder Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Kidney Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1508029703,'230150');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESzmulewitz, Russell Zelig", + "kol_full_name": "Szmulewitz, Russell Zelig" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Therapeutics | Neoplasms", + "npi_num": "1356487763", + "hcp_pin_alias": "230124", + "session_name": "Living Your Best Life on Treatment", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "230124", + "first_name": "Channing", + "middle_name": "", + "last_name": "Paller", + "org_name": "Sibley Memorial Hospital", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232764", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232764", + "events_session": "Living Your Best Life on Treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Therapeutics | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356487763,'230124');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPaller, Channing", + "kol_full_name": "Paller, Channing" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Amivantamab | Carcinoma, Non-Small-Cell Lung | Lazertinib | Osimertinib | Chemotherapy | Biomarkers", + "npi_num": "1821511098", + "hcp_pin_alias": "228916", + "session_name": "Amivantamab plus lazertinib vs osimertinib in first-line EGFR-mutant advanced non-small cell lung cancer (NSCLC) with biomarkers of high-risk disease: A secondary analysis from the phase 3 MARIPOSA study,Association of RNA-sequencing signatures with clinical outcomes of pembrolizumab + chemotherapy in patients with metastatic nonsquamous non–small cell lung cancer (NSCLC) enrolled in the phase 2 KEYNOTE-782 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "228916", + "first_name": "Enriqueta", + "middle_name": "", + "last_name": "Steele", + "org_name": "LAC + USC Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232172", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232172", + "events_session": "Amivantamab plus lazertinib vs osimertinib in first-line EGFR-mutant advanced non-small cell lung cancer (NSCLC) with biomarkers of high-risk disease: A secondary analysis from the phase 3 MARIPOSA study", + "rest_events_session_count": 1, + "rest_events_session": "Association of RNA-sequencing signatures with clinical outcomes of pembrolizumab + chemotherapy in patients with metastatic nonsquamous non–small cell lung cancer (NSCLC) enrolled in the phase 2 KEYNOTE-782 trial", + "events_topic": "Pembrolizumab | Amivantamab ", + "rest_events_topic_count": 5, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung | Lazertinib | Osimertinib | Chemotherapy | Biomarkers", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1821511098,'228916');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESteele, Enriqueta", + "kol_full_name": "Steele, Enriqueta" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Encorafenib | Irinotecan | Stomach Neoplasms | Cetuximab", + "npi_num": "1710252861", + "hcp_pin_alias": "228225", + "session_name": "Encorafenib and cetuximab versus irinotecan/cetuximab or FOLFIRI/cetuximab in Chinese patients with BRAF V600E mutant metastatic colorectal cancer: The NAUTICAL CRC study,GEMINI-Gastric: A phase 2 study of novel treatment combinations in patients with locally advanced unresectable or metastatic gastric cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "228225", + "first_name": "Lin", + "middle_name": "", + "last_name": "Shen", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232850", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232850", + "events_session": "Encorafenib and cetuximab versus irinotecan/cetuximab or FOLFIRI/cetuximab in Chinese patients with BRAF V600E mutant metastatic colorectal cancer: The NAUTICAL CRC study", + "rest_events_session_count": 1, + "rest_events_session": "GEMINI-Gastric: A phase 2 study of novel treatment combinations in patients with locally advanced unresectable or metastatic gastric cancers", + "events_topic": "Colorectal Neoplasms | Encorafenib ", + "rest_events_topic_count": 3, + "rest_events_topic": " Irinotecan | Stomach Neoplasms | Cetuximab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710252861,'228225');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShen, Lin", + "kol_full_name": "Shen, Lin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Trastuzumab Deruxtecan | Triple Negative Breast Neoplasms | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1992712178", + "hcp_pin_alias": "223760", + "session_name": "Trastuzumab deruxtecan (T-DXd) in patients with HER2-mutant metastatic non–small cell lung cancer (mNSCLC): Final analysis results of DESTINY-Lung02", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "223760", + "first_name": "Pasi Antero", + "middle_name": "", + "last_name": "Janne", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232162", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232162", + "events_session": "Trastuzumab deruxtecan (T-DXd) in patients with HER2-mutant metastatic non–small cell lung cancer (mNSCLC): Final analysis results of DESTINY-Lung02", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Trastuzumab Deruxtecan | Triple Negative Breast Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1992712178,'223760');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJanne, Pasi Antero", + "kol_full_name": "Janne, Pasi Antero" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms", + "npi_num": "1982680583", + "hcp_pin_alias": "223669", + "session_name": "IAM1363-01: A phase 1/1b study of a selective and brain-penetrant HER2 inhibitor for HER2-driven solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "223669", + "first_name": "Alex", + "middle_name": "A", + "last_name": "Adjei", + "org_name": "Mayo Clinic - Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232985", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232985", + "events_session": "IAM1363-01: A phase 1/1b study of a selective and brain-penetrant HER2 inhibitor for HER2-driven solid tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1982680583,'223669');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAdjei, Alex A", + "kol_full_name": "Adjei, Alex A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "1942425350", + "hcp_pin_alias": "223303", + "session_name": "Evaluating speaker gender in scientific sessions at ASCO and ASCO GI (2019-2023)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "223303", + "first_name": "Rachna", + "middle_name": "", + "last_name": "Shroff", + "org_name": "Banner - University Medical Center Phoenix", + "Country": "United States", + "Region": "Arizona", + "City": "Tucson", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232320", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232320", + "events_session": "Evaluating speaker gender in scientific sessions at ASCO and ASCO GI (2019-2023)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942425350,'223303');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShroff, Rachna", + "kol_full_name": "Shroff, Rachna" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Triple Negative Breast Neoplasms", + "npi_num": "1932146420", + "hcp_pin_alias": "223157", + "session_name": "Role of Payload and Antibody in Predicting Resistance to Antibody-Drug Conjugates,A phase 1 dose expansion study of a first-in-class KAT6 inhibitor (PF-07248144) in patients with advanced or metastatic ER+ HER2− breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "223157", + "first_name": "Patricia", + "middle_name": "Mucci", + "last_name": "Lorusso", + "org_name": "", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232769", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232769", + "events_session": "Role of Payload and Antibody in Predicting Resistance to Antibody-Drug Conjugates", + "rest_events_session_count": 1, + "rest_events_session": "A phase 1 dose expansion study of a first-in-class KAT6 inhibitor (PF-07248144) in patients with advanced or metastatic ER+ HER2− breast cancer", + "events_topic": "Immunoconjugates | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932146420,'223157');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELorusso, Patricia Mucci", + "kol_full_name": "Lorusso, Patricia Mucci" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Thyroid Neoplasms", + "npi_num": "1922260504", + "hcp_pin_alias": "223106", + "session_name": "Clinical and genomic characterization of sporadic medullary thyroid carcinoma in Chinese patients", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "223106", + "first_name": "Yang", + "middle_name": "", + "last_name": "Liu", + "org_name": "Andrews And Patel Associates, PC", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Camp Hill", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232568", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232568", + "events_session": "Clinical and genomic characterization of sporadic medullary thyroid carcinoma in Chinese patients", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thyroid Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922260504,'223106');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELiu, Yang", + "kol_full_name": "Liu, Yang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptors, Interleukin-2 | PRMT5 Protein, Human | ErbB Receptors | Naporafenib | Amivantamab | Immunoconjugates | Furmonertinib | Trametinib | Capmatinib | Solid Tumor | Chemotherapy | Neoplasms | Carcinoma, Non-Small-Cell Lung | Ovarian Neoplasms", + "npi_num": "1902874514", + "hcp_pin_alias": "222950", + "session_name": "Safety and activity of Diakine DK210 (EGFR), a next generation tumor-targeted IL2 x IL10 dual immunocytokine, in patients with advanced cancer: Initial results of the phase 1 first-in-human trial,PRIMROSE: A modular phase 1/2a study of AZD3470, an MTA-cooperative PRMT5 inhibitor, in patients with MTAP deficient advanced solid tumors,An open-label study to assess the safety and efficacy of naporafenib (ERAS-254) administered with trametinib in previously treated patients with locally advanced unresectable or metastatic solid tumor malignancies with RAS Q61X mutations (SEACRAFT-1),A phase 1, first-in-human study of CUSP06, a cadherin-6 (CDH6) -directed antibody-drug conjugate, in patients with platinum-refractory/resistant ovarian cancer and other advanced solid tumors,FURVENT: Phase 3 trial of furmonertinib vs chemotherapy as first-line treatment for advanced NSCLC with EGFR exon 20 insertion mutations (FURMO-004),Amivantamab plus capmatinib in advanced non-small cell lung cancer (NSCLC) harboring MET alterations: Recommended phase 2 combination dose and preliminary dose-escalation results from the phase 1/2 METalmark study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "222950", + "first_name": "Alexander", + "middle_name": "I", + "last_name": "Spira", + "org_name": "Virginia Cancer Specialists", + "Country": "United States", + "Region": "Virginia", + "City": "Fairfax", + "num_sess": "6", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232181", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232181", + "events_session": "Safety and activity of Diakine DK210 (EGFR)", + "rest_events_session_count": 12, + "rest_events_session": " a next generation tumor-targeted IL2 x IL10 dual immunocytokine, in patients with advanced cancer: Initial results of the phase 1 first-in-human trial,PRIMROSE: A modular phase 1/2a study of AZD3470, an MTA-cooperative PRMT5 inhibitor, in patients with MTAP deficient advanced solid tumors,An open-label study to assess the safety and efficacy of naporafenib (ERAS-254) administered with trametinib in previously treated patients with locally advanced unresectable or metastatic solid tumor malignancies with RAS Q61X mutations (SEACRAFT-1),A phase 1, first-in-human study of CUSP06, a cadherin-6 (CDH6) -directed antibody-drug conjugate, in patients with platinum-refractory/resistant ovarian cancer and other advanced solid tumors,FURVENT: Phase 3 trial of furmonertinib vs chemotherapy as first-line treatment for advanced NSCLC with EGFR exon 20 insertion mutations (FURMO-004),Amivantamab plus capmatinib in advanced non-small cell lung cancer (NSCLC) harboring MET alterations: Recommended phase 2 combination dose and preliminary dose-escalation results from the phase 1/2 METalmark study", + "events_topic": "Receptors, Interleukin-2 | PRMT5 Protein, Human ", + "rest_events_topic_count": 12, + "rest_events_topic": " ErbB Receptors | Naporafenib | Amivantamab | Immunoconjugates | Furmonertinib | Trametinib | Capmatinib | Solid Tumor | Chemotherapy | Neoplasms | Carcinoma, Non-Small-Cell Lung | Ovarian Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902874514,'222950');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESpira, Alexander I", + "kol_full_name": "Spira, Alexander I" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Hepatocellular | Regorafenib | Immune Checkpoint Inhibitors | Pembrolizumab | Solid Tumor", + "npi_num": "1891730412", + "hcp_pin_alias": "222834", + "session_name": "A phase I monotherapy dose escalation study of HFB301001, a novel next generation OX40 agonist monoclonal antibody, in adult patients with advanced solid tumors,International, open-label phase 2 study of regorafenib plus pembrolizumab in patients with advanced hepatocellular carcinoma (HCC) previously treated with immune checkpoint inhibitors (ICI)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "222834", + "first_name": "Anthony", + "middle_name": "B.", + "last_name": "El-Khoueiry", + "org_name": "USC Norris Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232110", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232110", + "events_session": "A phase I monotherapy dose escalation study of HFB301001", + "rest_events_session_count": 4, + "rest_events_session": " a novel next generation OX40 agonist monoclonal antibody, in adult patients with advanced solid tumors,International, open-label phase 2 study of regorafenib plus pembrolizumab in patients with advanced hepatocellular carcinoma (HCC) previously treated with immune checkpoint inhibitors (ICI)", + "events_topic": "Carcinoma, Hepatocellular | Regorafenib ", + "rest_events_topic_count": 3, + "rest_events_topic": " Immune Checkpoint Inhibitors | Pembrolizumab | Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1891730412,'222834');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEl-Khoueiry, Anthony B.", + "kol_full_name": "El-Khoueiry, Anthony B." + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Melanoma", + "npi_num": "1881913259", + "hcp_pin_alias": "222790", + "session_name": "Persistent poverty impacts survival and National Comprehensive Cancer Network guideline-concordant care for patients with melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "222790", + "first_name": "Joal", + "middle_name": "David", + "last_name": "Beane", + "org_name": "The Ohio State University Wexner Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233056", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233056", + "events_session": "Persistent poverty impacts survival and National Comprehensive Cancer Network guideline-concordant care for patients with melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/222790/fromId'\u003EBeane, Joal David\u003C/a\u003E", + "kol_full_name": "Beane, Joal David" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy, Adjuvant | Neoplasms", + "npi_num": "1861422966", + "hcp_pin_alias": "222546", + "session_name": "What New Therapies for “Undruggable Targets” Are on the Horizon?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "222546", + "first_name": "Keith", + "middle_name": "", + "last_name": "Flaherty", + "org_name": "The General Hospital Corporation", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232540", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232540", + "events_session": "What New Therapies for “Undruggable Targets” Are on the Horizon?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy, Adjuvant | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1861422966,'222546');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFlaherty, Keith", + "kol_full_name": "Flaherty, Keith" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Pemetrexed | Carboplatin", + "npi_num": "1831507367", + "hcp_pin_alias": "222325", + "session_name": "Sotorasib plus carboplatin and pemetrexed in KRAS G12C advanced NSCLC: Updated analysis from the international CodeBreaK 101 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "222325", + "first_name": "Bob", + "middle_name": "T.", + "last_name": "Li", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232926", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232926", + "events_session": "Sotorasib plus carboplatin and pemetrexed in KRAS G12C advanced NSCLC: Updated analysis from the international CodeBreaK 101 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Pemetrexed ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carboplatin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1831507367,'222325');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELi, Bob T.", + "kol_full_name": "Li, Bob T." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Zongertinib | Tomography, X-Ray Computed | Protein-Tyrosine Kinases | Carcinoma, Non-Small-Cell Lung | Chemotherapy | Triple Negative Breast Neoplasms", + "npi_num": "1821269465", + "hcp_pin_alias": "222211", + "session_name": "Beamion LUNG-2: A phase III randomized controlled trial of zongertinib (BI 1810631) versus standard of care (SoC) in patients with locally advanced/metastatic non-squamous non-small cell lung cancer (NSCLC) harboring HER2 tyrosine kinase domain (TKD) mutations,eVOLVE-Lung02: A phase 3 study of first-line (1L) volrustomig plus chemotherapy (CT) versus pembrolizumab plus CT in metastatic non-small-cell lung cancer (mNSCLC) with PD-L1 tumor cell (TC) expression \u003C50%,MYTX-011 in patients with previously treated locally advanced or metastatic NSCLC: Initial dose escalation results in the phase 1 KisMET-01 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "222211", + "first_name": "Melissa", + "middle_name": "Lynne", + "last_name": "Johnson", + "org_name": "Tennessee Oncology", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232166", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232166", + "events_session": "Beamion LUNG-2: A phase III randomized controlled trial of zongertinib (BI 1810631) versus standard of care (SoC) in patients with locally advanced/metastatic non-squamous non-small cell lung cancer (NSCLC) harboring HER2 tyrosine kinase domain (TKD) mutations", + "rest_events_session_count": 2, + "rest_events_session": "eVOLVE-Lung02: A phase 3 study of first-line (1L) volrustomig plus chemotherapy (CT) versus pembrolizumab plus CT in metastatic non-small-cell lung cancer (mNSCLC) with PD-L1 tumor cell (TC) expression \u003C50%,MYTX-011 in patients with previously treated locally advanced or metastatic NSCLC: Initial dose escalation results in the phase 1 KisMET-01 study", + "events_topic": "Pembrolizumab | Zongertinib ", + "rest_events_topic_count": 5, + "rest_events_topic": " Tomography, X-Ray Computed | Protein-Tyrosine Kinases | Carcinoma, Non-Small-Cell Lung | Chemotherapy | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1821269465,'222211');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJohnson, Melissa Lynne", + "kol_full_name": "Johnson, Melissa Lynne" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Panitumumab | Solid Tumor | Sotorasib | Carcinoma, Non-Small-Cell Lung | Pembrolizumab", + "npi_num": "1811918501", + "hcp_pin_alias": "222143", + "session_name": "A phase 2a safety run-in and preliminary efficacy study of liposomal gemcitabine (FF-10832) in combination with pembrolizumab in patients with advanced solid tumors,Sotorasib plus panitumumab for pre-treated non-small cell lung cancer with KRAS G12C mutation: A phase 1b study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "222143", + "first_name": "Corey", + "middle_name": "J", + "last_name": "Langer", + "org_name": "Penn Medicine Rena Rowan Breast Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232167", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232167", + "events_session": "A phase 2a safety run-in and preliminary efficacy study of liposomal gemcitabine (FF-10832) in combination with pembrolizumab in patients with advanced solid tumors", + "rest_events_session_count": 1, + "rest_events_session": "Sotorasib plus panitumumab for pre-treated non-small cell lung cancer with KRAS G12C mutation: A phase 1b study", + "events_topic": "Panitumumab | Solid Tumor ", + "rest_events_topic_count": 3, + "rest_events_topic": " Sotorasib | Carcinoma, Non-Small-Cell Lung | Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811918501,'222143');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELanger, Corey J", + "kol_full_name": "Langer, Corey J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cisplatin | Carcinoma, Hepatocellular | Pembrolizumab | Gemcitabine | Biliary Tract Neoplasms | Sorafenib", + "npi_num": "1811912074", + "hcp_pin_alias": "222141", + "session_name": "Pembrolizumab (pembro) in patients (pts) with sorafenib-treated (cohort 1) and treatment (tx)-naive (cohort 2) advanced hepatocellular carcinoma (aHCC) after additional follow-up in the phase 2 KEYNOTE-224 study,Three-year follow-up data from KEYNOTE-966: Pembrolizumab (pembro) plus gemcitabine and cisplatin (gem/cis) compared with gem/cis alone for patients (pts) with advanced biliary tract cancer (BTC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "222141", + "first_name": "Richard", + "middle_name": "Samuel", + "last_name": "Finn", + "org_name": "UCLA Santa Monica Medical Center", + "Country": "United States", + "Region": "California", + "City": "Santa Monica", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232825", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232825", + "events_session": "Pembrolizumab (pembro) in patients (pts) with sorafenib-treated (cohort 1) and treatment (tx)-naive (cohort 2) advanced hepatocellular carcinoma (aHCC) after additional follow-up in the phase 2 KEYNOTE-224 study", + "rest_events_session_count": 1, + "rest_events_session": "Three-year follow-up data from KEYNOTE-966: Pembrolizumab (pembro) plus gemcitabine and cisplatin (gem/cis) compared with gem/cis alone for patients (pts) with advanced biliary tract cancer (BTC)", + "events_topic": "Cisplatin | Carcinoma, Hepatocellular ", + "rest_events_topic_count": 4, + "rest_events_topic": " Pembrolizumab | Gemcitabine | Biliary Tract Neoplasms | Sorafenib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811912074,'222141');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFinn, Richard Samuel", + "kol_full_name": "Finn, Richard Samuel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Squamous Cell Lung Cancer | Paclitaxel | Conflict, Psychological | Carboplatin", + "npi_num": "1790199719", + "hcp_pin_alias": "221907", + "session_name": "A phase II trial of AZD1775 plus carboplatin-paclitaxel in squamous cell lung cancer (SqCLC),Conflicts (of Interest) and Conundrums: Perspectives From the Global Oncology Community", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "221907", + "first_name": "Bruna", + "middle_name": "", + "last_name": "Pellini Ferreira", + "org_name": "H Lee Moffitt Cancer Center And Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232074", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232074", + "events_session": "A phase II trial of AZD1775 plus carboplatin-paclitaxel in squamous cell lung cancer (SqCLC)", + "rest_events_session_count": 1, + "rest_events_session": "Conflicts (of Interest) and Conundrums: Perspectives From the Global Oncology Community", + "events_topic": "Neoplasms | Squamous Cell Lung Cancer ", + "rest_events_topic_count": 3, + "rest_events_topic": " Paclitaxel | Conflict, Psychological | Carboplatin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790199719,'221907');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPellini Ferreira, Bruna", + "kol_full_name": "Pellini Ferreira, Bruna" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms", + "npi_num": "1780905901", + "hcp_pin_alias": "221865", + "session_name": "Prospective iterative data visualization (DV) study to enhance health literacy in prostate cancer (PC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "221865", + "first_name": "Daniel", + "middle_name": "E", + "last_name": "Spratt", + "org_name": "University of Michigan Health System", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232397", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232397", + "events_session": "Prospective iterative data visualization (DV) study to enhance health literacy in prostate cancer (PC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1780905901,'221865');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESpratt, Daniel E", + "kol_full_name": "Spratt, Daniel E" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Patient Reported Outcome Measures | Telemedicine", + "npi_num": "1780900167", + "hcp_pin_alias": "221863", + "session_name": "A Pro's Take on Patient-Reported Outcomes and Virtual Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "221863", + "first_name": "Ryan", + "middle_name": "David", + "last_name": "Nipp", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232104", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232104", + "events_session": "A Pro's Take on Patient-Reported Outcomes and Virtual Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Reported Outcome Measures | Telemedicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1780900167,'221863');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENipp, Ryan David", + "kol_full_name": "Nipp, Ryan David" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Radiotherapy | Gastroesophageal Junction Adenocarcinoma", + "npi_num": "1750473922", + "hcp_pin_alias": "221553", + "session_name": "Multicenter randomized phase II study of short course FOLFOX + nivolumab (Nivo) followed by maintenance Nivo +/- radiation (RT) in the first line treatment of metastatic or unresectable gastroesophageal adenocarcinoma (mGEA)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "221553", + "first_name": "Manish", + "middle_name": "A", + "last_name": "Shah", + "org_name": "Weill Medical College of Cornell", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232819", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232819", + "events_session": "Multicenter randomized phase II study of short course FOLFOX + nivolumab (Nivo) followed by maintenance Nivo +/- radiation (RT) in the first line treatment of metastatic or unresectable gastroesophageal adenocarcinoma (mGEA)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nivolumab | Radiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastroesophageal Junction Adenocarcinoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750473922,'221553');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShah, Manish A", + "kol_full_name": "Shah, Manish A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Bizaxofusp | Glioblastoma", + "npi_num": "1720158553", + "hcp_pin_alias": "221311", + "session_name": "Phase 2 study of bizaxofusp, an IL-4R targeted toxin payload, in nonresectable recurrent GBM: Comparison of overall survival with contemporaneous eligibility-matched and propensity score balanced external control arm", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "221311", + "first_name": "John", + "middle_name": "", + "last_name": "Sampson", + "org_name": "Private Diagnostic Clinic, PLLC", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233077", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233077", + "events_session": "Phase 2 study of bizaxofusp", + "rest_events_session_count": 2, + "rest_events_session": " an IL-4R targeted toxin payload, in nonresectable recurrent GBM: Comparison of overall survival with contemporaneous eligibility-matched and propensity score balanced external control arm", + "events_topic": "Bizaxofusp | Glioblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720158553,'221311');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESampson, John", + "kol_full_name": "Sampson, John" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Hepatocellular | Cholangiocarcinoma | Durvalumab | Nivolumab | Tremelimumab | IDH1 Gene | Bevacizumab | Ivosidenib", + "npi_num": "1700805223", + "hcp_pin_alias": "221140", + "session_name": "A phase 1/2, safety lead-in and dose expansion, open-label, multicenter trial investigating the safety, tolerability, and preliminary activity of ivosidenib in combination with nivolumab and ipilimumab in previously treated subjects with IDH1-mutated nonresectable or metastatic cholangiocarcinoma,T cell receptor and immune gene expression pharmacodynamics for durvalumab monotherapy and in combination with tremelimumab or bevacizumab in unresectable hepatocellular carcinoma (uHCC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "221140", + "first_name": "Robin", + "middle_name": "Kate", + "last_name": "Kelley", + "org_name": "UCSF Health", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232811", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232811", + "events_session": "A phase 1/2", + "rest_events_session_count": 6, + "rest_events_session": " safety lead-in and dose expansion, open-label, multicenter trial investigating the safety, tolerability, and preliminary activity of ivosidenib in combination with nivolumab and ipilimumab in previously treated subjects with IDH1-mutated nonresectable or metastatic cholangiocarcinoma,T cell receptor and immune gene expression pharmacodynamics for durvalumab monotherapy and in combination with tremelimumab or bevacizumab in unresectable hepatocellular carcinoma (uHCC)", + "events_topic": "Carcinoma, Hepatocellular | Cholangiocarcinoma ", + "rest_events_topic_count": 6, + "rest_events_topic": " Durvalumab | Nivolumab | Tremelimumab | IDH1 Gene | Bevacizumab | Ivosidenib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700805223,'221140');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKelley, Robin Kate", + "kol_full_name": "Kelley, Robin Kate" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Azeliragon | Pancreatic Neoplasms", + "npi_num": "1649473414", + "hcp_pin_alias": "220594", + "session_name": "A phase I/II open label study to assess safety and preliminary evidence of a therapeutic effect of azeliragon in patients refractory to first-line treatment of metastatic pancreatic cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "220594", + "first_name": "Andrew", + "middle_name": "Eugene", + "last_name": "Hendifar", + "org_name": "Cedars-Sinai Medical Center", + "Country": "United States", + "Region": "California", + "City": "Santa Monica", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232865", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232865", + "events_session": "A phase I/II open label study to assess safety and preliminary evidence of a therapeutic effect of azeliragon in patients refractory to first-line treatment of metastatic pancreatic cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Azeliragon | Pancreatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1649473414,'220594');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHendifar, Andrew Eugene", + "kol_full_name": "Hendifar, Andrew Eugene" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Melphalan | Uveal Melanoma", + "npi_num": "1629080304", + "hcp_pin_alias": "220350", + "session_name": "Melphalan/hepatic delivery system versus best available care in patients with unresectable metastatic uveal melanoma: Randomized FOCUS trial results", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "220350", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Zager", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232794", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232794", + "events_session": "Melphalan/hepatic delivery system versus best available care in patients with unresectable metastatic uveal melanoma: Randomized FOCUS trial results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melphalan | Uveal Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/220350/fromId'\u003EZager, Jonathan\u003C/a\u003E", + "kol_full_name": "Zager, Jonathan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | HLA-A*02:01 Antigen | Anus Neoplasms | Esophageal Neoplasms | Gastrointestinal Neoplasms | Neoplasms", + "npi_num": "1619146347", + "hcp_pin_alias": "220262", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee,A phase 1, open-label, dose escalation, and expansion study of CUE-102, a novel WT1-pHLA-IL2-Fc fusion protein, in patients with HLA-A*0201-positive disease and WT1-positive recurrent/metastatic cancers,Is Timing Everything in Gastroesophageal Cancers?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "220262", + "first_name": "Nataliya", + "middle_name": "V", + "last_name": "Uboha", + "org_name": "Medical College of Wisconsin", + "Country": "United States", + "Region": "Wisconsin", + "City": "Richland Center", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232108", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232108", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 7, + "rest_events_session": "A phase 1, open-label, dose escalation, and expansion study of CUE-102, a novel WT1-pHLA-IL2-Fc fusion protein, in patients with HLA-A*0201-positive disease and WT1-positive recurrent/metastatic cancers,Is Timing Everything in Gastroesophageal Cancers?", + "events_topic": "Colorectal Neoplasms | HLA-A*02:01 Antigen ", + "rest_events_topic_count": 4, + "rest_events_topic": " Anus Neoplasms | Esophageal Neoplasms | Gastrointestinal Neoplasms | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1619146347,'220262');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EUboha, Nataliya V", + "kol_full_name": "Uboha, Nataliya V" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematologic Neoplasms | Palliative Care", + "npi_num": "1619139235", + "hcp_pin_alias": "220258", + "session_name": "A longitudinal, palliative care educational pilot in hematology-oncology fellowship training", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "220258", + "first_name": "Jessica", + "middle_name": "R", + "last_name": "Bauman", + "org_name": "Fox Chase Cancer Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232318", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232318", + "events_session": "A longitudinal", + "rest_events_session_count": 1, + "rest_events_session": " palliative care educational pilot in hematology-oncology fellowship training", + "events_topic": "Hematologic Neoplasms | Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1619139235,'220258');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBauman, Jessica R", + "kol_full_name": "Bauman, Jessica R" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Liver Neoplasms | Colorectal Neoplasms | Hepatic Arterial Infusion", + "npi_num": "1609938778", + "hcp_pin_alias": "220222", + "session_name": "Do Hepatic Artery Infusion Pumps Still Live?,Thinking Outside the Box: Management of Limited Metastatic Colorectal Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "220222", + "first_name": "Flavio", + "middle_name": "G", + "last_name": "Rocha", + "org_name": "Virginia Mason Medical Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231972", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231972", + "events_session": "Do Hepatic Artery Infusion Pumps Still Live?", + "rest_events_session_count": 1, + "rest_events_session": "Thinking Outside the Box: Management of Limited Metastatic Colorectal Cancer", + "events_topic": "Liver Neoplasms | Colorectal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hepatic Arterial Infusion", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/220222/fromId'\u003ERocha, Flavio G\u003C/a\u003E", + "kol_full_name": "Rocha, Flavio G" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Fruquintinib | Colorectal Neoplasms", + "npi_num": "1598770331", + "hcp_pin_alias": "220095", + "session_name": "Efficacy and safety of fruquintinib in patients with metastatic colorectal cancer according to prior treatment sequence in the refractory setting: Results from FRESCO and FRESCO-2", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "220095", + "first_name": "Tanios", + "middle_name": "S.", + "last_name": "Bekaii-Saab", + "org_name": "Mayo Clinic - Rochester", + "Country": "United States", + "Region": "Arizona", + "City": "Scottsdale", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232879", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232879", + "events_session": "Efficacy and safety of fruquintinib in patients with metastatic colorectal cancer according to prior treatment sequence in the refractory setting: Results from FRESCO and FRESCO-2", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fruquintinib | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598770331,'220095');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBekaii-Saab, Tanios S.", + "kol_full_name": "Bekaii-Saab, Tanios S." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leiomyosarcoma", + "npi_num": "1568608669", + "hcp_pin_alias": "219820", + "session_name": "Leiomyosarcoma: A Patient-Centered Approach to a Complex Journey", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "219820", + "first_name": "Jiping", + "middle_name": "", + "last_name": "Wang", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231992", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231992", + "events_session": "Leiomyosarcoma: A Patient-Centered Approach to a Complex Journey", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leiomyosarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568608669,'219820');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWang, Jiping", + "kol_full_name": "Wang, Jiping" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Zanzalintinib | Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "1558479188", + "hcp_pin_alias": "219696", + "session_name": "STELLAR-305: A randomized phase 2/3 study of zanzalintinib plus pembrolizumab versus pembrolizumab alone in patients with previously untreated PD-L1 positive recurrent/metastatic head and neck squamous cell carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "219696", + "first_name": "Nabil", + "middle_name": "F", + "last_name": "Saba", + "org_name": "Emory University Hospital Midtown", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232574", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232574", + "events_session": "STELLAR-305: A randomized phase 2/3 study of zanzalintinib plus pembrolizumab versus pembrolizumab alone in patients with previously untreated PD-L1 positive recurrent/metastatic head and neck squamous cell carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Zanzalintinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Squamous Cell Carcinoma Of Head And Neck", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1558479188,'219696');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESaba, Nabil F", + "kol_full_name": "Saba, Nabil F" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1528024270", + "hcp_pin_alias": "219416", + "session_name": "Discussion on Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "219416", + "first_name": "Monica", + "middle_name": "Marie", + "last_name": "Bertagnolli", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232917", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232917", + "events_session": "Discussion on Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528024270,'219416');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBertagnolli, Monica Marie", + "kol_full_name": "Bertagnolli, Monica Marie" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Artificial Intelligence | Precision Medicine", + "npi_num": "1518029065", + "hcp_pin_alias": "219322", + "session_name": "Transforming Precision Medicine: AI and Molecular Insights Intersect Across the Cancer Care Continuum", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "219322", + "first_name": "Ezra", + "middle_name": "E", + "last_name": "Cohen", + "org_name": "UC San Diego Health", + "Country": "United States", + "Region": "California", + "City": "San Diego", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233156", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233156", + "events_session": "Transforming Precision Medicine: AI and Molecular Insights Intersect Across the Cancer Care Continuum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precision Medicine", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1518029065,'219322');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECohen, Ezra E", + "kol_full_name": "Cohen, Ezra E" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptor, Epidermal Growth Factor | Carcinoma, Non-Small-Cell Lung | Radiotherapy | Chemoradiotherapy", + "npi_num": "1457326936", + "hcp_pin_alias": "218771", + "session_name": "Osimertinib (osi) after definitive chemoradiotherapy (CRT) in patients (pts) with unresectable stage (stg) III epidermal growth factor receptor-mutated (EGFRm) NSCLC: Primary results of the phase 3 LAURA study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "218771", + "first_name": "Suresh", + "middle_name": "Sakkarai", + "last_name": "Ramalingam", + "org_name": "Emory University Hospital", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232514", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232514", + "events_session": "Osimertinib (osi) after definitive chemoradiotherapy (CRT) in patients (pts) with unresectable stage (stg) III epidermal growth factor receptor-mutated (EGFRm) NSCLC: Primary results of the phase 3 LAURA study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptor, Epidermal Growth Factor | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiotherapy | Chemoradiotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1457326936,'218771');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERamalingam, Suresh Sakkarai", + "kol_full_name": "Ramalingam, Suresh Sakkarai" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Social Determinants Of Health | Breast Neoplasms", + "npi_num": "1417202623", + "hcp_pin_alias": "218438", + "session_name": "Associations of social determinants of health with avoidance of information, treatment receipt, and physician mistrust for women with breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "218438", + "first_name": "Olga", + "middle_name": "", + "last_name": "Kantor", + "org_name": "Brigham and Womens Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232105", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232105", + "events_session": "Associations of social determinants of health with avoidance of information", + "rest_events_session_count": 2, + "rest_events_session": " treatment receipt, and physician mistrust for women with breast cancer", + "events_topic": "Social Determinants Of Health | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417202623,'218438');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKantor, Olga", + "kol_full_name": "Kantor, Olga" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Datopotamab Deruxtecan | Valemetostat Tosilate | Immunoconjugates | Solid Tumor | Lung Diseases, Interstitial | Trastuzumab Deruxtecan", + "npi_num": "1356491237", + "hcp_pin_alias": "217897", + "session_name": "A phase 1b, multicenter, open-label study of valemetostat in combination with DXd antibody drug conjugates (ADCs), trastuzumab deruxtecan (T-DXd) or datopotamab deruxtecan (Dato-DXd), in patients with solid tumors,Analysis of drug-related interstitial lung disease (ILD) inpatients (pts) treated with datopotamab deruxtecan (Dato-DXd)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "217897", + "first_name": "Jacob", + "middle_name": "Magee", + "last_name": "Sands", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232182", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232182", + "events_session": "A phase 1b", + "rest_events_session_count": 5, + "rest_events_session": " multicenter, open-label study of valemetostat in combination with DXd antibody drug conjugates (ADCs), trastuzumab deruxtecan (T-DXd) or datopotamab deruxtecan (Dato-DXd), in patients with solid tumors,Analysis of drug-related interstitial lung disease (ILD) inpatients (pts) treated with datopotamab deruxtecan (Dato-DXd)", + "events_topic": "Datopotamab Deruxtecan | Valemetostat Tosilate ", + "rest_events_topic_count": 4, + "rest_events_topic": " Immunoconjugates | Solid Tumor | Lung Diseases, Interstitial | Trastuzumab Deruxtecan", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356491237,'217897');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESands, Jacob Magee", + "kol_full_name": "Sands, Jacob Magee" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Electronic Health Records | Lung Neoplasms", + "npi_num": "1306817333", + "hcp_pin_alias": "217437", + "session_name": "Feasibility and utilization of electronic patient-reported outcome measures for lung cancer in routine clinical care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "217437", + "first_name": "Ethan", + "middle_name": "M", + "last_name": "Basch", + "org_name": "", + "Country": "United States", + "Region": "North Carolina", + "City": "Chapel Hill", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232408", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232408", + "events_session": "Feasibility and utilization of electronic patient-reported outcome measures for lung cancer in routine clinical care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Electronic Health Records | Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/217437/fromId'\u003EBasch, Ethan M\u003C/a\u003E", + "kol_full_name": "Basch, Ethan M" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Circulating Tumor DNA | Lung Neoplasms", + "npi_num": "1285996082", + "hcp_pin_alias": "217308", + "session_name": "Sparking the Conversation: Integrating ctDNA and Quality of Life in Adjuvant Lung Cancer Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "217308", + "first_name": "Julia", + "middle_name": "K", + "last_name": "Rotow", + "org_name": "Regents of The University of California", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232476", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232476", + "events_session": "Sparking the Conversation: Integrating ctDNA and Quality of Life in Adjuvant Lung Cancer Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circulating Tumor DNA | Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1285996082,'217308');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERotow, Julia K", + "kol_full_name": "Rotow, Julia K" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Esophageal Squamous Cell Carcinoma | Tislelizumab", + "npi_num": "1255408258", + "hcp_pin_alias": "216994", + "session_name": "Global, randomized, phase III study of tislelizumab plus chemotherapy versus placebo plus chemotherapy as first-line treatment for advanced/metastatic esophageal squamous cell carcinoma (RATIONALE-306 update): Minimum 3-year survival follow-up", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "216994", + "first_name": "Harry", + "middle_name": "", + "last_name": "Yoon", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232813", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232813", + "events_session": "Global", + "rest_events_session_count": 2, + "rest_events_session": " randomized, phase III study of tislelizumab plus chemotherapy versus placebo plus chemotherapy as first-line treatment for advanced/metastatic esophageal squamous cell carcinoma (RATIONALE-306 update): Minimum 3-year survival follow-up", + "events_topic": "Chemotherapy | Esophageal Squamous Cell Carcinoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tislelizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255408258,'216994');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYoon, Harry", + "kol_full_name": "Yoon, Harry" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor | CDK9 Protein, Human", + "npi_num": "1235227794", + "hcp_pin_alias": "216811", + "session_name": "Study update of the oral CDK9 inhibitor KB-0742 in relapsed or refractory transcriptionally addicted advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "216811", + "first_name": "Brian", + "middle_name": "Andrew", + "last_name": "Van Tine", + "org_name": "Washington University School of Medicine in St. Louis", + "Country": "United States", + "Region": "Missouri", + "City": "St. Louis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232957", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232957", + "events_session": "Study update of the oral CDK9 inhibitor KB-0742 in relapsed or refractory transcriptionally addicted advanced solid tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumor | CDK9 Protein, Human", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1235227794,'216811');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVan Tine, Brian Andrew", + "kol_full_name": "Van Tine, Brian Andrew" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastroenteropancreatic Neuroendocrine Tumors", + "npi_num": "1225121932", + "hcp_pin_alias": "216714", + "session_name": "Safety and time to response of [177Lu]Lu-DOTATATE in patients with newly diagnosed advanced grade 2 and grade 3, well-differentiated gastroenteropancreatic neuroendocrine tumors: Sub-analysis of the phase 3 randomized NETTER-2 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "216714", + "first_name": "Pamela", + "middle_name": "Lyn", + "last_name": "Kunz", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232834", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232834", + "events_session": "Safety and time to response of [177Lu]Lu-DOTATATE in patients with newly diagnosed advanced grade 2 and grade 3", + "rest_events_session_count": 1, + "rest_events_session": " well-differentiated gastroenteropancreatic neuroendocrine tumors: Sub-analysis of the phase 3 randomized NETTER-2 study", + "events_topic": "Gastroenteropancreatic Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1225121932,'216714');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKunz, Pamela Lyn", + "kol_full_name": "Kunz, Pamela Lyn" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cancer Survivors", + "npi_num": "1215463823", + "hcp_pin_alias": "216649", + "session_name": "Age-normed patient-reported outcome measures among cancer survivors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "216649", + "first_name": "Samantha", + "middle_name": "", + "last_name": "Tam", + "org_name": "Henry Ford Medical Group", + "Country": "United States", + "Region": "Michigan", + "City": "Clinton Township", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232411", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232411", + "events_session": "Age-normed patient-reported outcome measures among cancer survivors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215463823,'216649');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETam, Samantha", + "kol_full_name": "Tam, Samantha" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasm, Residual", + "npi_num": "1215167648", + "hcp_pin_alias": "216609", + "session_name": "Use of MRD-Guided Strategies to Optimize Therapeutic Interventions", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "216609", + "first_name": "Pashtoon", + "middle_name": "M", + "last_name": "Kasi", + "org_name": "University Of Iowa Hospital & Clinics", + "Country": "United States", + "Region": "Iowa", + "City": "Iowa City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232004", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232004", + "events_session": "Use of MRD-Guided Strategies to Optimize Therapeutic Interventions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasm, Residual", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215167648,'216609');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKasi, Pashtoon M", + "kol_full_name": "Kasi, Pashtoon M" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Anaplastic Lymphoma Kinase | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1215129085", + "hcp_pin_alias": "216605", + "session_name": "Lung Cancer – Non-Small Cell Metastatc: Program Commitee,ALK testing patterns in early-stage non-small cell lung cancer: A real-world evidence study,Lung Cancer—Non-Small Cell Metastatic", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "216605", + "first_name": "Ticiana", + "middle_name": "B", + "last_name": "Leal", + "org_name": "Medical College of Wisconsin", + "Country": "United States", + "Region": "Wisconsin", + "City": "Portage", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232091", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232091", + "events_session": "Lung Cancer – Non-Small Cell Metastatc: Program Commitee", + "rest_events_session_count": 2, + "rest_events_session": "ALK testing patterns in early-stage non-small cell lung cancer: A real-world evidence study,Lung Cancer—Non-Small Cell Metastatic", + "events_topic": "Anaplastic Lymphoma Kinase | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215129085,'216605');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELeal, Ticiana B", + "kol_full_name": "Leal, Ticiana B" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Colorectal Neoplasms", + "npi_num": "1205920048", + "hcp_pin_alias": "216566", + "session_name": "First-in-human trial of M9140, an anti-CEACAM5 antibody drug conjugate (ADC) with exatecan payload, in patients (pts) with metastatic colorectal cancer (mCRC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "216566", + "first_name": "Edmund", + "middle_name": "S.", + "last_name": "Kopetz", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232766", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232766", + "events_session": "First-in-human trial of M9140", + "rest_events_session_count": 2, + "rest_events_session": " an anti-CEACAM5 antibody drug conjugate (ADC) with exatecan payload, in patients (pts) with metastatic colorectal cancer (mCRC)", + "events_topic": "Immunoconjugates | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1205920048,'216566');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKopetz, Edmund S.", + "kol_full_name": "Kopetz, Edmund S." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Paraproteinemias | Hematologic Neoplasms", + "npi_num": "1144470758", + "hcp_pin_alias": "215907", + "session_name": "Hematologic Malignancies—Plasma Cell Dyscrasia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "215907", + "first_name": "Hans", + "middle_name": "", + "last_name": "Lee", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231976", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231976", + "events_session": "Hematologic Malignancies—Plasma Cell Dyscrasia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paraproteinemias | Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144470758,'215907');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELee, Hans", + "kol_full_name": "Lee, Hans" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunohistochemistry | Colorectal Neoplasms | Immune Checkpoint Inhibitors | Anus Neoplasms | Stomach Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1134329378", + "hcp_pin_alias": "215802", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee,PD-L1 immunohistochemistry in gastric cancer: Comparison of combined positive score and tumor area positivity across 28-8, 22C3, and SP263 assays", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "215802", + "first_name": "Samuel", + "middle_name": "Jacob", + "last_name": "Klempner", + "org_name": "Samuel Klempner Private Practice", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233019", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233019", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "PD-L1 immunohistochemistry in gastric cancer: Comparison of combined positive score and tumor area positivity across 28-8, 22C3, and SP263 assays", + "events_topic": "Immunohistochemistry | Colorectal Neoplasms ", + "rest_events_topic_count": 4, + "rest_events_topic": " Immune Checkpoint Inhibitors | Anus Neoplasms | Stomach Neoplasms | Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134329378,'215802');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKlempner, Samuel Jacob", + "kol_full_name": "Klempner, Samuel Jacob" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Hepatocellular | Budigalimab | Livmoniplimab", + "npi_num": "1134190168", + "hcp_pin_alias": "215771", + "session_name": "Phase 2/3 study of livmoniplimab in combination with budigalimab in patients with locally advanced or metastatic hepatocellular carcinoma,Phase 2 study of livmoniplimab in combination with budigalimab in patients with hepatocellular carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "215771", + "first_name": "Ghassan", + "middle_name": "K", + "last_name": "Abou-Alfa", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232853", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232853", + "events_session": "Phase 2/3 study of livmoniplimab in combination with budigalimab in patients with locally advanced or metastatic hepatocellular carcinoma", + "rest_events_session_count": 1, + "rest_events_session": "Phase 2 study of livmoniplimab in combination with budigalimab in patients with hepatocellular carcinoma", + "events_topic": "Carcinoma, Hepatocellular | Budigalimab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Livmoniplimab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134190168,'215771');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAbou-Alfa, Ghassan K", + "kol_full_name": "Abou-Alfa, Ghassan K" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Datopotamab Deruxtecan", + "npi_num": "1043509797", + "hcp_pin_alias": "214970", + "session_name": "Intracranial efficacy of datopotamab deruxtecan (Dato-DXd) in patients (pts) with previously treated advanced/metastatic non-small cell lung cancer (a/m NSCLC) with actionable genomic alterations (AGA): Results from TROPION-Lung05", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "214970", + "first_name": "Aaron", + "middle_name": "", + "last_name": "Lisberg", + "org_name": "UCLA Health", + "Country": "United States", + "Region": "California", + "City": "Santa Monica", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232175", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232175", + "events_session": "Intracranial efficacy of datopotamab deruxtecan (Dato-DXd) in patients (pts) with previously treated advanced/metastatic non-small cell lung cancer (a/m NSCLC) with actionable genomic alterations (AGA): Results from TROPION-Lung05", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Datopotamab Deruxtecan", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1043509797,'214970');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELisberg, Aaron", + "kol_full_name": "Lisberg, Aaron" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1033535000", + "hcp_pin_alias": "214897", + "session_name": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "214897", + "first_name": "Alastair", + "middle_name": "Mark", + "last_name": "Thompson", + "org_name": "Baylor College of Medicine", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233174", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233174", + "events_session": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1033535000,'214897');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EThompson, Alastair Mark", + "kol_full_name": "Thompson, Alastair Mark" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sacituzumab Govitecan | Elacestrant | Solid Tumor | Triple Negative Breast Neoplasms", + "npi_num": "1033176581", + "hcp_pin_alias": "214827", + "session_name": "Pooled safety analysis of sacituzumab govitecan (SG) in multiple solid tumor types,Elacestrant in various combinations in patients (pts) with estrogen receptor-positive (ER+), HER2-negative (HER2-) locally advanced or metastatic breast cancer (adv/mBC): Preliminary data from ELEVATE, a phase 1b/2, open-label, umbrella study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "214827", + "first_name": "Hope", + "middle_name": "S.", + "last_name": "Rugo", + "org_name": "UCSF Health", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232691", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232691", + "events_session": "Pooled safety analysis of sacituzumab govitecan (SG) in multiple solid tumor types", + "rest_events_session_count": 5, + "rest_events_session": "Elacestrant in various combinations in patients (pts) with estrogen receptor-positive (ER+), HER2-negative (HER2-) locally advanced or metastatic breast cancer (adv/mBC): Preliminary data from ELEVATE, a phase 1b/2, open-label, umbrella study", + "events_topic": "Sacituzumab Govitecan | Elacestrant ", + "rest_events_topic_count": 2, + "rest_events_topic": " Solid Tumor | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1033176581,'214827');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERugo, Hope S.", + "kol_full_name": "Rugo, Hope S." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptors, Somatostatin | Neuroendocrine Tumors", + "npi_num": "1013960988", + "hcp_pin_alias": "214710", + "session_name": "Safety, tolerability and efficacy of 212Pb-DOTAMTATE as a targeted alpha therapy for subjects with unresectable or metastatic somatostatin receptor-expressing gastroenteropancreatic neuroendocrine tumors (SSTR+ GEP-NETs): A phase 2 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "214710", + "first_name": "Jonathan", + "middle_name": "", + "last_name": "Strosberg", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232324", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232324", + "events_session": "Safety", + "rest_events_session_count": 1, + "rest_events_session": " tolerability and efficacy of 212Pb-DOTAMTATE as a targeted alpha therapy for subjects with unresectable or metastatic somatostatin receptor-expressing gastroenteropancreatic neuroendocrine tumors (SSTR+ GEP-NETs): A phase 2 study", + "events_topic": "Receptors, Somatostatin | Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1013960988,'214710');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStrosberg, Jonathan", + "kol_full_name": "Strosberg, Jonathan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Squamous Cell Carcinoma Of Head And Neck | Head And Neck Neoplasms | Chemoradiotherapy", + "npi_num": "1942259098", + "hcp_pin_alias": "213084", + "session_name": "eVOLVE-HNSCC: A global phase 3 study of volrustomig as sequential therapy for unresected locally advanced head and neck squamous cell carcinoma (LA-HNSCC) following definitive concurrent chemoradiotherapy (cCRT),Head and Neck Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "213084", + "first_name": "Robert", + "middle_name": "I", + "last_name": "Haddad", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231961", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231961", + "events_session": "eVOLVE-HNSCC: A global phase 3 study of volrustomig as sequential therapy for unresected locally advanced head and neck squamous cell carcinoma (LA-HNSCC) following definitive concurrent chemoradiotherapy (cCRT)", + "rest_events_session_count": 1, + "rest_events_session": "Head and Neck Cancer", + "events_topic": "Squamous Cell Carcinoma Of Head And Neck | Head And Neck Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chemoradiotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942259098,'213084');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHaddad, Robert I", + "kol_full_name": "Haddad, Robert I" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Head And Neck Neoplasms", + "npi_num": "1841208378", + "hcp_pin_alias": "210522", + "session_name": "Otolaryngologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "210522", + "first_name": "Neil", + "middle_name": "Dwayne", + "last_name": "Gross", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232332", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232332", + "events_session": "Otolaryngologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1841208378,'210522');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGross, Neil Dwayne", + "kol_full_name": "Gross, Neil Dwayne" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Infliximab | Immune Checkpoint Inhibitors | Vedolizumab | Colitis | Gastrointestinal Neoplasms | Clinical Trials As Topic | Fecal Microbiota Transplantation", + "npi_num": "1164699047", + "hcp_pin_alias": "193299", + "session_name": "Randomized clinical trial of infliximab versus vedolizumab for immune checkpoint inhibitor related colitis,The impact of proton-pump inhibitor use on the incidence and severity of gastrointestinal toxicity to checkpoint inhibition,Effect of fecal transplantation on patient reported outcomes after immune checkpoint inhibitor colitis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "193299", + "first_name": "Yinghong", + "middle_name": "", + "last_name": "Wang", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232524", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232524", + "events_session": "Randomized clinical trial of infliximab versus vedolizumab for immune checkpoint inhibitor related colitis", + "rest_events_session_count": 2, + "rest_events_session": "The impact of proton-pump inhibitor use on the incidence and severity of gastrointestinal toxicity to checkpoint inhibition,Effect of fecal transplantation on patient reported outcomes after immune checkpoint inhibitor colitis", + "events_topic": "Infliximab | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 5, + "rest_events_topic": " Vedolizumab | Colitis | Gastrointestinal Neoplasms | Clinical Trials As Topic | Fecal Microbiota Transplantation", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1164699047,'193299');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWang, Yinghong", + "kol_full_name": "Wang, Yinghong" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Anus Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1144381617", + "hcp_pin_alias": "192703", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "192703", + "first_name": "Yi-Qian", + "middle_name": "", + "last_name": "You", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233198", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233198", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Anus Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144381617,'192703');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYou, Yi-Qian", + "kol_full_name": "You, Yi-Qian" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Atezolizumab | Colorectal Neoplasms | Neoplasms | Microsatellite Repeats", + "npi_num": "1952351009", + "hcp_pin_alias": "151774", + "session_name": "A phase II, multicenter, open-label study of polyPEPI1018 in combination with atezolizumab in participants with relapsed or refractory microsatellite-stable metastatic colorectal (MSS mCRC) cancer (Oberto-301),Communicating With Patients Through the Portal—A Busy Oncologist's Perspective,When Bad News Comes Through the Portal: Strengthening Trust and Guiding Patients When They Receive Bad Results Before Their Clinicians Do", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "151774", + "first_name": "Joleen", + "middle_name": "M", + "last_name": "Hubbard", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232041", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232041", + "events_session": "A phase II", + "rest_events_session_count": 4, + "rest_events_session": " multicenter, open-label study of polyPEPI1018 in combination with atezolizumab in participants with relapsed or refractory microsatellite-stable metastatic colorectal (MSS mCRC) cancer (Oberto-301),Communicating With Patients Through the Portal—A Busy Oncologist's Perspective,When Bad News Comes Through the Portal: Strengthening Trust and Guiding Patients When They Receive Bad Results Before Their Clinicians Do", + "events_topic": "Atezolizumab | Colorectal Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasms | Microsatellite Repeats", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1952351009,'151774');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHubbard, Joleen M", + "kol_full_name": "Hubbard, Joleen M" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Circulating Tumor DNA | Fluorouracil | Leucovorin | Bevacizumab | Colorectal Neoplasms", + "npi_num": "1871708198", + "hcp_pin_alias": "151594", + "session_name": "Phase 2 randomized study evaluating safety, efficacy, and optimal dose of ABBV-400 in combination with fluorouracil, folinic acid, and bevacizumab in previously treated patients with metastatic colorectal cancer,A randomized study evaluating tailoring of advanced/metastatic colorectal cancer (mCRC) therapy using circulating tumor DNA (ctDNA): TACT-D", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "151594", + "first_name": "Kanwal", + "middle_name": "Pratap Singh", + "last_name": "Raghav", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232876", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232876", + "events_session": "Phase 2 randomized study evaluating safety", + "rest_events_session_count": 5, + "rest_events_session": " efficacy, and optimal dose of ABBV-400 in combination with fluorouracil, folinic acid, and bevacizumab in previously treated patients with metastatic colorectal cancer,A randomized study evaluating tailoring of advanced/metastatic colorectal cancer (mCRC) therapy using circulating tumor DNA (ctDNA): TACT-D", + "events_topic": "Circulating Tumor DNA | Fluorouracil ", + "rest_events_topic_count": 3, + "rest_events_topic": " Leucovorin | Bevacizumab | Colorectal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871708198,'151594');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERaghav, Kanwal Pratap Singh", + "kol_full_name": "Raghav, Kanwal Pratap Singh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Rectal Neoplasms | Programmed Cell Death 1 Receptor | DNA Mismatch Repair", + "npi_num": "1710201280", + "hcp_pin_alias": "151231", + "session_name": "Durable complete responses to PD-1 blockade alone in mismatch repair deficient locally advanced rectal cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "151231", + "first_name": "Andrea", + "middle_name": "", + "last_name": "Cercek", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232273", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232273", + "events_session": "Durable complete responses to PD-1 blockade alone in mismatch repair deficient locally advanced rectal cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rectal Neoplasms | Programmed Cell Death 1 Receptor ", + "rest_events_topic_count": 1, + "rest_events_topic": " DNA Mismatch Repair", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710201280,'151231');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECercek, Andrea", + "kol_full_name": "Cercek, Andrea" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Neuroendocrine | Atezolizumab | Etoposide", + "npi_num": "1568758431", + "hcp_pin_alias": "150900", + "session_name": "SWOG S2012: Randomized phase II/III trial of first line platinum (P)/etoposide (E) with or without atezolizumab (NSC #783608) in patients with advanced or metastatic poorly differentiated extrapulmonary neuroendocrine carcinomas (NEC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "150900", + "first_name": "David", + "middle_name": "B", + "last_name": "Zhen", + "org_name": "Association of University Physicians", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232859", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232859", + "events_session": "SWOG S2012: Randomized phase II/III trial of first line platinum (P)/etoposide (E) with or without atezolizumab (NSC #783608) in patients with advanced or metastatic poorly differentiated extrapulmonary neuroendocrine carcinomas (NEC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Neuroendocrine | Atezolizumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Etoposide", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568758431,'150900');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EZhen, David B", + "kol_full_name": "Zhen, David B" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms", + "npi_num": "1487670147", + "hcp_pin_alias": "150701", + "session_name": "Quality of Life Considerations in the Curative Colorectal Cancer Population", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "150701", + "first_name": "Smitha", + "middle_name": "S", + "last_name": "Krishnamurthi", + "org_name": "Cleveland Clinic Foundation", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232539", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232539", + "events_session": "Quality of Life Considerations in the Curative Colorectal Cancer Population", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1487670147,'150701');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKrishnamurthi, Smitha S", + "kol_full_name": "Krishnamurthi, Smitha S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "DNA Mismatch Repair | Anus Neoplasms | Colorectal Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1356542369", + "hcp_pin_alias": "150392", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee,Harmonizing Therapies for Mismatch Repair-Deficient Colorectal Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "150392", + "first_name": "Kristen", + "middle_name": "Keon", + "last_name": "Ciombor", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232729", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232729", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Harmonizing Therapies for Mismatch Repair-Deficient Colorectal Cancer", + "events_topic": "DNA Mismatch Repair | Anus Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Colorectal Neoplasms | Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356542369,'150392');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECiombor, Kristen Keon", + "kol_full_name": "Ciombor, Kristen Keon" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Oncolytic Viruses | Carcinoma, Hepatocellular | Blinatumomab | Solid Tumor | Biliary Tract Neoplasms | Combined Modality Therapy | Beta Catenin", + "npi_num": "1285877209", + "hcp_pin_alias": "150214", + "session_name": "Combination therapy with the oncolytic virus CF33-CD19 and blinatumomab for the treatment of advanced solid tumors,A phase 1/2 study of the TBL1 inhibitor, tegavivint (BC2059), in patients (pts) with advanced hepatocellular carcinoma (aHCC) with β-catenin activating mutations,Safety of pressurized intraperitoneal aerosolized chemotherapy (PIPAC) in patients (pts) with biliary tract cancer with peritoneal metastases", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "150214", + "first_name": "Daneng", + "middle_name": "", + "last_name": "Li", + "org_name": "City of Hope Medical Foundation", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232851", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232851", + "events_session": "Combination therapy with the oncolytic virus CF33-CD19 and blinatumomab for the treatment of advanced solid tumors", + "rest_events_session_count": 4, + "rest_events_session": "A phase 1/2 study of the TBL1 inhibitor, tegavivint (BC2059), in patients (pts) with advanced hepatocellular carcinoma (aHCC) with β-catenin activating mutations,Safety of pressurized intraperitoneal aerosolized chemotherapy (PIPAC) in patients (pts) with biliary tract cancer with peritoneal metastases", + "events_topic": "Chemotherapy | Oncolytic Viruses ", + "rest_events_topic_count": 6, + "rest_events_topic": " Carcinoma, Hepatocellular | Blinatumomab | Solid Tumor | Biliary Tract Neoplasms | Combined Modality Therapy | Beta Catenin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1285877209,'150214');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELi, Daneng", + "kol_full_name": "Li, Daneng" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sarcoma", + "npi_num": "1134409923", + "hcp_pin_alias": "149886", + "session_name": "Sarcoma: Program Commitee,Sarcoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "149886", + "first_name": "Abhijeet", + "middle_name": "", + "last_name": "Kumar", + "org_name": "Banner - University Medical Center Phoenix", + "Country": "United States", + "Region": "Arizona", + "City": "Tucson", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232093", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232093", + "events_session": "Sarcoma: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Sarcoma", + "events_topic": "Sarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134409923,'149886');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKumar, Abhijeet", + "kol_full_name": "Kumar, Abhijeet" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immune Checkpoint Inhibitors | Chemoradiotherapy | Stomach Neoplasms", + "npi_num": "1104027549", + "hcp_pin_alias": "149793", + "session_name": "Neoadjuvant dual checkpoint inhibition followed by immune-chemoradiation in patients with resectable gastric adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "149793", + "first_name": "Mariela", + "middle_name": "Anabel", + "last_name": "Blum Murphy", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232820", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232820", + "events_session": "Neoadjuvant dual checkpoint inhibition followed by immune-chemoradiation in patients with resectable gastric adenocarcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Chemoradiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Stomach Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104027549,'149793');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBlum Murphy, Mariela Anabel", + "kol_full_name": "Blum Murphy, Mariela Anabel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cisplatin | Gemcitabine | Biliary Tract Neoplasms", + "npi_num": "1992904023", + "hcp_pin_alias": "149564", + "session_name": "Phase 1b/2 results of a multicenter, randomized phase 1b/2 study of gemcitabine and cisplatin +/- devimistat as first-line therapy for patients with advanced biliary tract cancer (BilT-04)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "149564", + "first_name": "Vaibhav", + "middle_name": "", + "last_name": "Sahai", + "org_name": "University of Michigan Health System", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232830", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232830", + "events_session": "Phase 1b/2 results of a multicenter", + "rest_events_session_count": 1, + "rest_events_session": " randomized phase 1b/2 study of gemcitabine and cisplatin +/- devimistat as first-line therapy for patients with advanced biliary tract cancer (BilT-04)", + "events_topic": "Cisplatin | Gemcitabine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biliary Tract Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1992904023,'149564');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESahai, Vaibhav", + "kol_full_name": "Sahai, Vaibhav" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genital Neoplasms, Female", + "npi_num": "1992870638", + "hcp_pin_alias": "148988", + "session_name": "Stronger Together: Novel Combinations Across the Gynecologic Cancer Spectrum", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "148988", + "first_name": "Ursula", + "middle_name": "Anne", + "last_name": "Matulonis", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232918", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232918", + "events_session": "Stronger Together: Novel Combinations Across the Gynecologic Cancer Spectrum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genital Neoplasms, Female", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1992870638,'148988');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMatulonis, Ursula Anne", + "kol_full_name": "Matulonis, Ursula Anne" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Trastuzumab Deruxtecan | Ado-Trastuzumab Emtansine | Admin. & Management | Immunoconjugates | Triple Negative Breast Neoplasms", + "npi_num": "1902007107", + "hcp_pin_alias": "146975", + "session_name": "Scientific Program Committee,Trastuzumab deruxtecan (T-DXd) vs trastuzumab emtansine (T-DM1) in patients (pts) with HER2+ metastatic breast cancer (mBC): Updated survival results of DESTINY-Breast03,The ABCs of ADCs: What Does the Future Hold?,H3B-6545 in women with locally advanced/metastatic estrogen receptor-positive (ER+), HER2 negative (–) breast cancer (BC),Next-Generation Antibody–Drug Conjugates: The Revolution Continues", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "146975", + "first_name": "Erika", + "middle_name": "P", + "last_name": "Hamilton", + "org_name": "Tennessee Oncology", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "5", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232046", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232046", + "events_session": "Scientific Program Committee", + "rest_events_session_count": 5, + "rest_events_session": "Trastuzumab deruxtecan (T-DXd) vs trastuzumab emtansine (T-DM1) in patients (pts) with HER2+ metastatic breast cancer (mBC): Updated survival results of DESTINY-Breast03,The ABCs of ADCs: What Does the Future Hold?,H3B-6545 in women with locally advanced/metastatic estrogen receptor-positive (ER+), HER2 negative (–) breast cancer (BC),Next-Generation Antibody–Drug Conjugates: The Revolution Continues", + "events_topic": "Trastuzumab Deruxtecan | Ado-Trastuzumab Emtansine ", + "rest_events_topic_count": 3, + "rest_events_topic": " Admin. & Management | Immunoconjugates | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902007107,'146975');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHamilton, Erika P", + "kol_full_name": "Hamilton, Erika P" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Human Papillomavirus Viruses | Neuroendocrine Tumors | Drug Development | Biomarkers", + "npi_num": "1902062433", + "hcp_pin_alias": "146686", + "session_name": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee,Dynamic Evaluation of Biomarkers in Patients Treated With Antibody-Drug Conjugates,Differences in genomic and transcriptomic landscapes of human papillomavirus (HPV)–positive neuroendocrine neoplasms and HPV-positive carcinoma,Circulating Biomarkers: Who, What, Where, When, and Why?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "146686", + "first_name": "Emil", + "middle_name": "", + "last_name": "Lou", + "org_name": "University of Minnesota Medical School", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231975", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231975", + "events_session": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee", + "rest_events_session_count": 7, + "rest_events_session": "Dynamic Evaluation of Biomarkers in Patients Treated With Antibody-Drug Conjugates,Differences in genomic and transcriptomic landscapes of human papillomavirus (HPV)–positive neuroendocrine neoplasms and HPV-positive carcinoma,Circulating Biomarkers: Who, What, Where, When, and Why?", + "events_topic": "Immunoconjugates | Human Papillomavirus Viruses ", + "rest_events_topic_count": 3, + "rest_events_topic": " Neuroendocrine Tumors | Drug Development | Biomarkers", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902062433,'146686');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELou, Emil", + "kol_full_name": "Lou, Emil" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Teclistamab | Multiple Myeloma", + "npi_num": "1902064629", + "hcp_pin_alias": "146682", + "session_name": "Long-term follow-up from the phase 1/2 MajesTEC-1 trial of teclistamab in patients with relapsed/refractory multiple myeloma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "146682", + "first_name": "Alfred", + "middle_name": "L", + "last_name": "Garfall", + "org_name": "University of Pennsylvania Health System", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232359", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232359", + "events_session": "Long-term follow-up from the phase 1/2 MajesTEC-1 trial of teclistamab in patients with relapsed/refractory multiple myeloma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Teclistamab | Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902064629,'146682');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGarfall, Alfred L", + "kol_full_name": "Garfall, Alfred L" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Endometrial Neoplasms | Ovarian Neoplasms | Hormone Replacement Therapy", + "npi_num": "1902876386", + "hcp_pin_alias": "146669", + "session_name": "Menopausal hormone therapy and ovarian and endometrial cancers: Long-term follow-up of the Women’s Health Initiative randomized trials", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "146669", + "first_name": "Rowan", + "middle_name": "", + "last_name": "Chlebowski", + "org_name": "City of Hope National Medical Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232761", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232761", + "events_session": "Menopausal hormone therapy and ovarian and endometrial cancers: Long-term follow-up of the Women’s Health Initiative randomized trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endometrial Neoplasms | Ovarian Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hormone Replacement Therapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902876386,'146669');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChlebowski, Rowan", + "kol_full_name": "Chlebowski, Rowan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Panitumumab | Microsatellite Repeats | Sotorasib | Liver Neoplasms | KRASG12D Inhibitor MRTX1133 | Botensilimab Plus Balstilimab | Colorectal Neoplasms", + "npi_num": "1861498271", + "hcp_pin_alias": "146186", + "session_name": "Botensilimab plus balstilimab in microsatellite stable metastatic colorectal cancer: Assessing efficacy in non-liver metastatic sites,Overall survival (OS) of phase 3 CodeBreaK 300 study of sotorasib plus panitumumab (soto+pani) versus investigator’s choice of therapy for KRAS G12C-mutated metastatic colorectal cancer (mCRC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "146186", + "first_name": "Marwan", + "middle_name": "G", + "last_name": "Fakih", + "org_name": "City of Hope Medical Foundation", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232271", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232271", + "events_session": "Botensilimab plus balstilimab in microsatellite stable metastatic colorectal cancer: Assessing efficacy in non-liver metastatic sites", + "rest_events_session_count": 1, + "rest_events_session": "Overall survival (OS) of phase 3 CodeBreaK 300 study of sotorasib plus panitumumab (soto+pani) versus investigator’s choice of therapy for KRAS G12C-mutated metastatic colorectal cancer (mCRC)", + "events_topic": "Panitumumab | Microsatellite Repeats ", + "rest_events_topic_count": 5, + "rest_events_topic": " Sotorasib | Liver Neoplasms | KRASG12D Inhibitor MRTX1133 | Botensilimab Plus Balstilimab | Colorectal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1861498271,'146186');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFakih, Marwan G", + "kol_full_name": "Fakih, Marwan G" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Paclitaxel | Defactinib | Carcinoma, Pancreatic Ductal | Avutometinib", + "npi_num": "1851597108", + "hcp_pin_alias": "146019", + "session_name": "Avutometinib/defactinib and gemcitabine/nab-paclitaxel combination in first-line metastatic pancreatic ductal adenocarcinoma: Initial safety and efficacy of phase 1b/2 study (RAMP 205)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "146019", + "first_name": "Kian Huat", + "middle_name": "", + "last_name": "Lim", + "org_name": "Washington University School of Medicine in St. Louis", + "Country": "United States", + "Region": "Missouri", + "City": "St. Louis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232839", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232839", + "events_session": "Avutometinib/defactinib and gemcitabine/nab-paclitaxel combination in first-line metastatic pancreatic ductal adenocarcinoma: Initial safety and efficacy of phase 1b/2 study (RAMP 205)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paclitaxel | Defactinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Carcinoma, Pancreatic Ductal | Avutometinib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1851597108,'146019');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELim, Kian Huat", + "kol_full_name": "Lim, Kian Huat" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Peritoneal Cancer | Circulating Tumor DNA | Cytoreduction Surgical Procedures | Hyperthermic Intraperitoneal Chemotherapy | Colorectal Neoplasms", + "npi_num": "1841429750", + "hcp_pin_alias": "145789", + "session_name": "Association of circulating DNA with recurrence in CRS-HIPEC patients with colorectal and appendiceal peritoneal carcinomatosis: Insights from a phase II randomized trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "145789", + "first_name": "Anup Kumar", + "middle_name": "", + "last_name": "Kasi Loknath Kumar", + "org_name": "The University of Kansas Health System", + "Country": "United States", + "Region": "Kansas", + "City": "Kansas City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232887", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232887", + "events_session": "Association of circulating DNA with recurrence in CRS-HIPEC patients with colorectal and appendiceal peritoneal carcinomatosis: Insights from a phase II randomized trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peritoneal Cancer | Circulating Tumor DNA ", + "rest_events_topic_count": 3, + "rest_events_topic": " Cytoreduction Surgical Procedures | Hyperthermic Intraperitoneal Chemotherapy | Colorectal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1841429750,'145789');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKasi Loknath Kumar, Anup Kumar", + "kol_full_name": "Kasi Loknath Kumar, Anup Kumar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "DNA Damage", + "npi_num": "1821196759", + "hcp_pin_alias": "145210", + "session_name": "Combining DNA Damaging Response Inhibitors With DNA-Damaging Agents", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "145210", + "first_name": "Jennifer", + "middle_name": "K.", + "last_name": "Litton", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232116", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232116", + "events_session": "Combining DNA Damaging Response Inhibitors With DNA-Damaging Agents", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "DNA Damage", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1821196759,'145210');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELitton, Jennifer K.", + "kol_full_name": "Litton, Jennifer K." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Antibody Therapy | Anus Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1871741025", + "hcp_pin_alias": "145200", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee,Building Novel Antibody-Based Approaches in Gastrointestinal Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "145200", + "first_name": "Namrata", + "middle_name": "", + "last_name": "Vijayvergia", + "org_name": "Fox Chase Cancer Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232029", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232029", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Building Novel Antibody-Based Approaches in Gastrointestinal Cancers", + "events_topic": "Colorectal Neoplasms | Antibody Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Anus Neoplasms | Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871741025,'145200');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVijayvergia, Namrata", + "kol_full_name": "Vijayvergia, Namrata" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genetics | Risk Reduction Behavior", + "npi_num": "1811953433", + "hcp_pin_alias": "145094", + "session_name": "Prevention, Risk Reduction, and Genetics", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "145094", + "first_name": "Bryan", + "middle_name": "P", + "last_name": "Schneider", + "org_name": "University Medical Diagnostic Associates Inc", + "Country": "United States", + "Region": "Indiana", + "City": "Indianapolis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232063", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232063", + "events_session": "Prevention", + "rest_events_session_count": 2, + "rest_events_session": " Risk Reduction, and Genetics", + "events_topic": "Genetics | Risk Reduction Behavior", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811953433,'145094');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESchneider, Bryan P", + "kol_full_name": "Schneider, Bryan P" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pancreatic Neoplasms | Folfirinox", + "npi_num": "1811102205", + "hcp_pin_alias": "144981", + "session_name": "A phase I/II open-label clinical trial of CPI-613 in combination with modified FOLFIRINOX in patients with locally advanced (LAPC) or borderline resectable pancreatic cancer (BRPC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "144981", + "first_name": "David", + "middle_name": "L", + "last_name": "Bajor", + "org_name": "UH Cleveland Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Beachwood", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232844", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232844", + "events_session": "A phase I/II open-label clinical trial of CPI-613 in combination with modified FOLFIRINOX in patients with locally advanced (LAPC) or borderline resectable pancreatic cancer (BRPC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pancreatic Neoplasms | Folfirinox", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811102205,'144981');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBajor, David L", + "kol_full_name": "Bajor, David L" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Small Cell Lung Carcinoma | Neuroendocrine Tumors", + "npi_num": "1801950704", + "hcp_pin_alias": "144924", + "session_name": "Updated results from a phase 1/2 study of HPN328, a tri-specific, half-life (T1/2) extended DLL3-targeting T-cell engager in patients (pts) with small cell lung cancer (SCLC) and other neuroendocrine cancers (NEC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "144924", + "first_name": "Himisha", + "middle_name": "", + "last_name": "Beltran", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232246", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232246", + "events_session": "Updated results from a phase 1/2 study of HPN328", + "rest_events_session_count": 2, + "rest_events_session": " a tri-specific, half-life (T1/2) extended DLL3-targeting T-cell engager in patients (pts) with small cell lung cancer (SCLC) and other neuroendocrine cancers (NEC)", + "events_topic": "Small Cell Lung Carcinoma | Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801950704,'144924');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBeltran, Himisha", + "kol_full_name": "Beltran, Himisha" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptors, Albumin | Solid Tumor", + "npi_num": "1790955623", + "hcp_pin_alias": "144744", + "session_name": "Phase 1 study (NCT04931823) of CPO100 (albumin bound docetaxel) in patients with advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "144744", + "first_name": "Dale", + "middle_name": "Randall", + "last_name": "Shepard", + "org_name": "Cleveland Clinic Foundation", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232941", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232941", + "events_session": "Phase 1 study (NCT04931823) of CPO100 (albumin bound docetaxel) in patients with advanced solid tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Albumin | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790955623,'144744');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShepard, Dale Randall", + "kol_full_name": "Shepard, Dale Randall" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1801971635", + "hcp_pin_alias": "143761", + "session_name": "Drugging the “Undruggable” Target: Successes, Challenges, and the Road Ahead", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "143761", + "first_name": "Philip", + "middle_name": "D", + "last_name": "Greenberg", + "org_name": "Seattle Cancer Care Alliance At South Lake Union", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232045", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232045", + "events_session": "Drugging the “Undruggable” Target: Successes", + "rest_events_session_count": 2, + "rest_events_session": " Challenges, and the Road Ahead", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801971635,'143761');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGreenberg, Philip D", + "kol_full_name": "Greenberg, Philip D" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy, Adjuvant | Pancreatic Neoplasms", + "npi_num": "1801030226", + "hcp_pin_alias": "143755", + "session_name": "Sequential neoadjuvant chemotherapy for borderline resectable and locally advanced pancreatic adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "143755", + "first_name": "Ravikumar", + "middle_name": "", + "last_name": "Paluri", + "org_name": "University Of Alabama Health Services Foundation, Pc", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232864", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232864", + "events_session": "Sequential neoadjuvant chemotherapy for borderline resectable and locally advanced pancreatic adenocarcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy, Adjuvant | Pancreatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801030226,'143755');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPaluri, Ravikumar", + "kol_full_name": "Paluri, Ravikumar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma, Non-Hodgkin | Solid Tumor | CD24 Antigen", + "npi_num": "1770682338", + "hcp_pin_alias": "143722", + "session_name": "A first-in-human phase I study of ATG-031, anti-CD24 antibody, in patients with advanced solid tumors or B-cell non-Hodgkin lymphomas (PERFORM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "143722", + "first_name": "Siqing", + "middle_name": "", + "last_name": "Fu", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233039", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233039", + "events_session": "A first-in-human phase I study of ATG-031", + "rest_events_session_count": 2, + "rest_events_session": " anti-CD24 antibody, in patients with advanced solid tumors or B-cell non-Hodgkin lymphomas (PERFORM)", + "events_topic": "Lymphoma, Non-Hodgkin | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " CD24 Antigen", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770682338,'143722');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFu, Siqing", + "kol_full_name": "Fu, Siqing" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "DNA Repair", + "npi_num": "1770554511", + "hcp_pin_alias": "143714", + "session_name": "Targeting Predominant DNA Repair Pathways,The State of DNA Repair Targeting: Current Advances and Future Prospects", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "143714", + "first_name": "Mark", + "middle_name": "E", + "last_name": "Robson", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231968", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231968", + "events_session": "Targeting Predominant DNA Repair Pathways", + "rest_events_session_count": 1, + "rest_events_session": "The State of DNA Repair Targeting: Current Advances and Future Prospects", + "events_topic": "DNA Repair", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770554511,'143714');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERobson, Mark E", + "kol_full_name": "Robson, Mark E" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Anus Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1760431472", + "hcp_pin_alias": "143711", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "143711", + "first_name": "Wells", + "middle_name": "", + "last_name": "Messersmith", + "org_name": "University of Colorado Health Science Center", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233196", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233196", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Anus Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760431472,'143711');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMessersmith, Wells", + "kol_full_name": "Messersmith, Wells" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Admin. & Management", + "npi_num": "1740263045", + "hcp_pin_alias": "142222", + "session_name": "Scientific Program Committee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "142222", + "first_name": "Kimmie", + "middle_name": "", + "last_name": "Ng", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233162", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233162", + "events_session": "Scientific Program Committee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1740263045,'142222');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENg, Kimmie", + "kol_full_name": "Ng, Kimmie" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leucovorin | Paclitaxel | Pancreatic Neoplasms | Gemcitabine | Fluorouracil", + "npi_num": "1740312990", + "hcp_pin_alias": "142218", + "session_name": "A randomized phase II study of gemcitabine and nab-paclitaxel compared with 5-fluorouracil, leucovorin, and liposomal irinotecan in older patients with treatment-naïve metastatic pancreatic cancer (GIANT): ECOG-ACRIN EA2186", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "142218", + "first_name": "Efrat", + "middle_name": "", + "last_name": "Dotan", + "org_name": "Fox Chase Cancer Center", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232109", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232109", + "events_session": "A randomized phase II study of gemcitabine and nab-paclitaxel compared with 5-fluorouracil", + "rest_events_session_count": 2, + "rest_events_session": " leucovorin, and liposomal irinotecan in older patients with treatment-naïve metastatic pancreatic cancer (GIANT): ECOG-ACRIN EA2186", + "events_topic": "Leucovorin | Paclitaxel ", + "rest_events_topic_count": 3, + "rest_events_topic": " Pancreatic Neoplasms | Gemcitabine | Fluorouracil", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1740312990,'142218');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDotan, Efrat", + "kol_full_name": "Dotan, Efrat" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Atezolizumab | Carcinoma, Non-Small-Cell Lung | Disease-Free Survival", + "npi_num": "1720137094", + "hcp_pin_alias": "142216", + "session_name": "IMpower010: Final disease-free survival (DFS) and second overall survival (OS) interim results after ≥5 years of follow up of a phase III study of adjuvant atezolizumab vs best supportive care in resected stage IB-IIIA non-small cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "142216", + "first_name": "Heather", + "middle_name": "Ann", + "last_name": "Wakelee", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232237", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232237", + "events_session": "IMpower010: Final disease-free survival (DFS) and second overall survival (OS) interim results after ≥5 years of follow up of a phase III study of adjuvant atezolizumab vs best supportive care in resected stage IB-IIIA non-small cell lung cancer (NSCLC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atezolizumab | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 1, + "rest_events_topic": " Disease-Free Survival", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720137094,'142216');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWakelee, Heather Ann", + "kol_full_name": "Wakelee, Heather Ann" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Microsatellite Instability | DNA Mismatch Repair | Nivolumab | Ipilimumab | Chemotherapy", + "npi_num": "1700814209", + "hcp_pin_alias": "142214", + "session_name": "Nivolumab (NIVO) plus ipilimumab (IPI) vs chemotherapy (chemo) as first-line (1L) treatment for microsatellite instability-high/mismatch repair-deficient (MSI-H/dMMR) metastatic colorectal cancer (mCRC): Expanded efficacy analysis from CheckMate 8HW", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "142214", + "first_name": "Heinz-Josef", + "middle_name": "", + "last_name": "Lenz", + "org_name": "Keck School of Medicine of USC", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232728", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232728", + "events_session": "Nivolumab (NIVO) plus ipilimumab (IPI) vs chemotherapy (chemo) as first-line (1L) treatment for microsatellite instability-high/mismatch repair-deficient (MSI-H/dMMR) metastatic colorectal cancer (mCRC): Expanded efficacy analysis from CheckMate 8HW", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Microsatellite Instability ", + "rest_events_topic_count": 4, + "rest_events_topic": " DNA Mismatch Repair | Nivolumab | Ipilimumab | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700814209,'142214');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELenz, Heinz-Josef", + "kol_full_name": "Lenz, Heinz-Josef" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Randomized Controlled Trials As Topic | Neoplasms", + "npi_num": "1730374661", + "hcp_pin_alias": "142212", + "session_name": "Results of IMPACT 2, a randomized study evaluating molecular profiling and targeted agents in metastatic cancer at MD Anderson Cancer Center", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "142212", + "first_name": "Apostolia", + "middle_name": "Maria", + "last_name": "Tsimberidou", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232970", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232970", + "events_session": "Results of IMPACT 2", + "rest_events_session_count": 1, + "rest_events_session": " a randomized study evaluating molecular profiling and targeted agents in metastatic cancer at MD Anderson Cancer Center", + "events_topic": "Randomized Controlled Trials As Topic | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1730374661,'142212');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETsimberidou, Apostolia Maria", + "kol_full_name": "Tsimberidou, Apostolia Maria" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1700971421", + "hcp_pin_alias": "142211", + "session_name": "Moderate Penetrance Cancer Susceptibility Genes for Breast Cancer Risk: Managing the Gray Areas", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "142211", + "first_name": "Banu", + "middle_name": "K.", + "last_name": "Arun", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232547", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232547", + "events_session": "Moderate Penetrance Cancer Susceptibility Genes for Breast Cancer Risk: Managing the Gray Areas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700971421,'142211');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EArun, Banu K.", + "kol_full_name": "Arun, Banu K." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Circulating Tumor DNA | Breast Neoplasms", + "npi_num": "1639111065", + "hcp_pin_alias": "140781", + "session_name": "Breast Cancer – Metastatc:: Program Commitee,The Dr Bernard Fisher Memorial Annual Clinical Science Symposium Supported by the Breast Cancer Research Foundation: Emerging Role of ctDNA in Breast Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "140781", + "first_name": "Maryam", + "middle_name": "Beheshti", + "last_name": "Lustberg", + "org_name": "The Ohio State University James Cancer Hospital", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232023", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232023", + "events_session": "Breast Cancer – Metastatc:: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "The Dr Bernard Fisher Memorial Annual Clinical Science Symposium Supported by the Breast Cancer Research Foundation: Emerging Role of ctDNA in Breast Cancer", + "events_topic": "Circulating Tumor DNA | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1639111065,'140781');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELustberg, Maryam Beheshti", + "kol_full_name": "Lustberg, Maryam Beheshti" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiotherapy | Peposertib | Pancreatic Neoplasms", + "npi_num": "1659576163", + "hcp_pin_alias": "140772", + "session_name": "ETCTN 10366: A phase 1 study of DNA-PK inhibitor peposertib in combination with hypofractionated radiotherapy for the treatment of locally advanced pancreatic adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "140772", + "first_name": "Sarah", + "middle_name": "Lindsey", + "last_name": "Davis", + "org_name": "University of Colorado Health Science Center", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232842", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232842", + "events_session": "ETCTN 10366: A phase 1 study of DNA-PK inhibitor peposertib in combination with hypofractionated radiotherapy for the treatment of locally advanced pancreatic adenocarcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Peposertib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pancreatic Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1659576163,'140772');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavis, Sarah Lindsey", + "kol_full_name": "Davis, Sarah Lindsey" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Granulocyte-Macrophage Colony-Stimulating Factor | Neoplasm, Residual | Triple Negative Breast Neoplasms", + "npi_num": "1629038393", + "hcp_pin_alias": "140587", + "session_name": "Phase III study to evaluate the efficacy and safety of GLSI-100 (GP2 + GM-CSF) in patients with breast cancer with residual disease or high-risk PCR after both neo-adjuvant and postoperative adjuvant anti-HER2 therapy: Flamingo-01", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "140587", + "first_name": "Snehal", + "middle_name": "", + "last_name": "Patel", + "org_name": "Partners In Family Health, PC", + "Country": "United States", + "Region": "Pennsylvania", + "City": "York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232639", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232639", + "events_session": "Phase III study to evaluate the efficacy and safety of GLSI-100 (GP2 + GM-CSF) in patients with breast cancer with residual disease or high-risk PCR after both neo-adjuvant and postoperative adjuvant anti-HER2 therapy: Flamingo-01", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Granulocyte-Macrophage Colony-Stimulating Factor | Neoplasm, Residual ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1629038393,'140587');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPatel, Snehal", + "kol_full_name": "Patel, Snehal" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "MEK/RAF Kinase Inhibitor | Glucocorticoid-Induced TNFR-Related Protein | Cemiplimab | Solid Tumor", + "npi_num": "1598986986", + "hcp_pin_alias": "140072", + "session_name": "A phase 1 study of REGN6569, a GITR mAb, in combination with cemiplimab in patients (pts) with advanced solid tumor malignancies: Initial dose-escalation results,A first-in-human study of IK-595, an oral MEK/RAF molecular glue, in patients with RAS- or RAF-altered advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "140072", + "first_name": "Nehal", + "middle_name": "Jagdish", + "last_name": "Lakhani", + "org_name": "Cancer and Hematology Centers of Western Michigan PC", + "Country": "United States", + "Region": "Michigan", + "City": "Grand Rapids", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232984", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232984", + "events_session": "A phase 1 study of REGN6569", + "rest_events_session_count": 5, + "rest_events_session": " a GITR mAb, in combination with cemiplimab in patients (pts) with advanced solid tumor malignancies: Initial dose-escalation results,A first-in-human study of IK-595, an oral MEK/RAF molecular glue, in patients with RAS- or RAF-altered advanced solid tumors", + "events_topic": "MEK/RAF Kinase Inhibitor | Glucocorticoid-Induced TNFR-Related Protein ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cemiplimab | Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598986986,'140072');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELakhani, Nehal Jagdish", + "kol_full_name": "Lakhani, Nehal Jagdish" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Carcinoma, Pancreatic Ductal | Rectal Neoplasms | Colorectal Neoplasms", + "npi_num": "1598064941", + "hcp_pin_alias": "139860", + "session_name": "Phase II trial of BXCL701 and pembrolizumab in patients with metastatic pancreatic ductal adenocarcinoma (EXPEL-PANC): Preliminary findings,Mining the Data in Early-Stage Rectal Cancer: Is There a Best Approach?,Evolving Standards of Care in the Management of Localized Colorectal Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "139860", + "first_name": "Benjamin", + "middle_name": "Adam", + "last_name": "Weinberg", + "org_name": "Medical Group in Washington District of Columbia", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232043", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232043", + "events_session": "Phase II trial of BXCL701 and pembrolizumab in patients with metastatic pancreatic ductal adenocarcinoma (EXPEL-PANC): Preliminary findings", + "rest_events_session_count": 2, + "rest_events_session": "Mining the Data in Early-Stage Rectal Cancer: Is There a Best Approach?,Evolving Standards of Care in the Management of Localized Colorectal Cancer", + "events_topic": "Pembrolizumab | Carcinoma, Pancreatic Ductal ", + "rest_events_topic_count": 2, + "rest_events_topic": " Rectal Neoplasms | Colorectal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598064941,'139860');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWeinberg, Benjamin Adam", + "kol_full_name": "Weinberg, Benjamin Adam" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Myeloproliferative Disorders", + "npi_num": "1588613376", + "hcp_pin_alias": "139695", + "session_name": "Predictors of symptom scores in myeloproliferative neoplasms: A real-world retrospective cohort study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "139695", + "first_name": "Muhammad", + "middle_name": "Amir", + "last_name": "Khan", + "org_name": "Cano Health, Llc", + "Country": "United States", + "Region": "Florida", + "City": "Kissimmee", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232353", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232353", + "events_session": "Predictors of symptom scores in myeloproliferative neoplasms: A real-world retrospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloproliferative Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/139695/fromId'\u003EKhan, Muhammad Amir\u003C/a\u003E", + "kol_full_name": "Khan, Muhammad Amir" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematopoietic Progenitor Kinase 1 | Pembrolizumab", + "npi_num": "1568634814", + "hcp_pin_alias": "139409", + "session_name": "Phase 1/2 trial of the HPK1 inhibitor NDI-101150 as monotherapy and in combination with pembrolizumab: Clinical update", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "139409", + "first_name": "Marcus", + "middle_name": "S", + "last_name": "Noel", + "org_name": "University of Rochester", + "Country": "United States", + "Region": "New York", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232955", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232955", + "events_session": "Phase 1/2 trial of the HPK1 inhibitor NDI-101150 as monotherapy and in combination with pembrolizumab: Clinical update", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematopoietic Progenitor Kinase 1 | Pembrolizumab", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568634814,'139409');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENoel, Marcus S", + "kol_full_name": "Noel, Marcus S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Capecitabine | Carcinoma, Pancreatic Ductal | Ivaltinostat", + "npi_num": "1558672105", + "hcp_pin_alias": "139185", + "session_name": "A randomized, multi-center, phase 2 study of ivaltinostat (Ival) plus capecitabine (Cape) versus capecitabine alone in the maintenance setting in patients with metastatic pancreatic adenocarcinoma (mPDAC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "139185", + "first_name": "Christos", + "middle_name": "", + "last_name": "Fountzilas", + "org_name": "Roswell Park Cancer Institute", + "Country": "United States", + "Region": "New York", + "City": "Buffalo", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232862", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232862", + "events_session": "A randomized", + "rest_events_session_count": 2, + "rest_events_session": " multi-center, phase 2 study of ivaltinostat (Ival) plus capecitabine (Cape) versus capecitabine alone in the maintenance setting in patients with metastatic pancreatic adenocarcinoma (mPDAC)", + "events_topic": "Capecitabine | Carcinoma, Pancreatic Ductal ", + "rest_events_topic_count": 1, + "rest_events_topic": " Ivaltinostat", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1558672105,'139185');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFountzilas, Christos", + "kol_full_name": "Fountzilas, Christos" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Interleukin-2 Receptor Alpha Subunit | Solid Tumor | Neuroendocrine Tumors", + "npi_num": "1558311225", + "hcp_pin_alias": "138970", + "session_name": "Updated results of a phase 1/2 study of AU-007, a monoclonal antibody (mAb) that binds to IL-2 and inhibits CD25 binding, in patients with advanced solid tumors,Safety, efficacy, and PKPD of 23ME-00610, a first-in-class anti-CD200R1 antibody, in patients with advanced neuroendocrine cancers: Results from a multi-center multi-country phase 1/2a expansion cohort", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "138970", + "first_name": "Drew", + "middle_name": "W", + "last_name": "Rasco", + "org_name": "South Texas Oncology And Hematology PLLC", + "Country": "United States", + "Region": "Texas", + "City": "San Antonio", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232833", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232833", + "events_session": "Updated results of a phase 1/2 study of AU-007", + "rest_events_session_count": 7, + "rest_events_session": " a monoclonal antibody (mAb) that binds to IL-2 and inhibits CD25 binding, in patients with advanced solid tumors,Safety, efficacy, and PKPD of 23ME-00610, a first-in-class anti-CD200R1 antibody, in patients with advanced neuroendocrine cancers: Results from a multi-center multi-country phase 1/2a expansion cohort", + "events_topic": "Interleukin-2 Receptor Alpha Subunit | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neuroendocrine Tumors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1558311225,'138970');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERasco, Drew W", + "kol_full_name": "Rasco, Drew W" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Squamous Cell | Race Factors", + "npi_num": "1538172143", + "hcp_pin_alias": "138651", + "session_name": "Racial/ethnic differences in incidence of squamous cell carcinoma in California", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "138651", + "first_name": "Deepti", + "middle_name": "", + "last_name": "Behl", + "org_name": "Sutter Roseville Medical Center", + "Country": "United States", + "Region": "California", + "City": "Sacramento", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232417", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232417", + "events_session": "Racial/ethnic differences in incidence of squamous cell carcinoma in California", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Squamous Cell | Race Factors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1538172143,'138651');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBehl, Deepti", + "kol_full_name": "Behl, Deepti" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Atezolizumab | Ovarian Neoplasms", + "npi_num": "1508868837", + "hcp_pin_alias": "136862", + "session_name": "SB221: A proof-of-concept study to assess the combination of SON-1010 (IL12-FHAB) and atezolizumab in patients with platinum-resistant ovarian cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136862", + "first_name": "Sant", + "middle_name": "P", + "last_name": "Chawla", + "org_name": "Sant P. Chawla M.D. Inc.", + "Country": "United States", + "Region": "California", + "City": "Santa Monica", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232441", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232441", + "events_session": "SB221: A proof-of-concept study to assess the combination of SON-1010 (IL12-FHAB) and atezolizumab in patients with platinum-resistant ovarian cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atezolizumab | Ovarian Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1508868837,'136862');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChawla, Sant P", + "kol_full_name": "Chawla, Sant P" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Enfortumab Vedotin | Non-Muscle Invasive Bladder Neoplasms | Pembrolizumab | Chemotherapy | Carcinoma, Transitional Cell", + "npi_num": "1548455355", + "hcp_pin_alias": "136788", + "session_name": "Age and other criteria influencing nontreatment of patients (pts) with locally advanced or metastatic urothelial carcinoma (la/mUC): Results of a physician survey in five European countries (Eu5),Patient-reported outcomes (PROs) from a randomized, phase 3 trial of enfortumab vedotin plus pembrolizumab (EV+P) versus platinum-based chemotherapy (PBC) in previously untreated locally advanced or metastatic urothelial cancer (la/mUC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136788", + "first_name": "Shilpa", + "middle_name": "", + "last_name": "Gupta", + "org_name": "Cleveland Clinic Foundation", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232464", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232464", + "events_session": "Age and other criteria influencing nontreatment of patients (pts) with locally advanced or metastatic urothelial carcinoma (la/mUC): Results of a physician survey in five European countries (Eu5)", + "rest_events_session_count": 2, + "rest_events_session": "Patient-reported outcomes (PROs) from a randomized, phase 3 trial of enfortumab vedotin plus pembrolizumab (EV+P) versus platinum-based chemotherapy (PBC) in previously untreated locally advanced or metastatic urothelial cancer (la/mUC)", + "events_topic": "Enfortumab Vedotin | Non-Muscle Invasive Bladder Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Pembrolizumab | Chemotherapy | Carcinoma, Transitional Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548455355,'136788');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGupta, Shilpa", + "kol_full_name": "Gupta, Shilpa" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Biomarkers", + "npi_num": "1508993957", + "hcp_pin_alias": "136782", + "session_name": "Circulating Biomarkers: Waiting for a MIRACLE", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136782", + "first_name": "Ryan", + "middle_name": "Bruce", + "last_name": "Corcoran", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232131", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232131", + "events_session": "Circulating Biomarkers: Waiting for a MIRACLE", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1508993957,'136782');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECorcoran, Ryan Bruce", + "kol_full_name": "Corcoran, Ryan Bruce" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Sunvozertinib | ErbB Receptors", + "npi_num": "1558699710", + "hcp_pin_alias": "136778", + "session_name": "A multinational pivotal study of sunvozertinib in platinum pretreated non-small cell lung cancer with EGFR exon 20 insertion mutations: Primary analysis of WU-KONG1 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136778", + "first_name": "James", + "middle_name": "Chung-Yin", + "last_name": "Yang", + "org_name": "NATIONAL CANCER INSTITUTE", + "Country": "United States", + "Region": "Maryland", + "City": "Bethesda", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232751", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232751", + "events_session": "A multinational pivotal study of sunvozertinib in platinum pretreated non-small cell lung cancer with EGFR exon 20 insertion mutations: Primary analysis of WU-KONG1 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Sunvozertinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " ErbB Receptors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1558699710,'136778');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYang, James Chung-Yin", + "kol_full_name": "Yang, James Chung-Yin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Melanoma", + "npi_num": "1568433290", + "hcp_pin_alias": "136768", + "session_name": "Implementing the Future Where There Is Cure for All,Daring to Cure: Advances in Melanoma at Every Stage", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136768", + "first_name": "Jedd", + "middle_name": "D", + "last_name": "Wolchok", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232033", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232033", + "events_session": "Implementing the Future Where There Is Cure for All", + "rest_events_session_count": 1, + "rest_events_session": "Daring to Cure: Advances in Melanoma at Every Stage", + "events_topic": "Neoplasms | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568433290,'136768');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWolchok, Jedd D", + "kol_full_name": "Wolchok, Jedd D" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Atezolizumab | Receptors, Estrogen | Solid Tumor | Breast Neoplasms", + "npi_num": "1457408254", + "hcp_pin_alias": "136246", + "session_name": "Safety and preliminary efficacy of EIK1001 in combination with atezolizumab in participants with advanced solid tumors,Preliminary results from a phase 1 study of AC699, an orally bioavailable chimeric estrogen receptor degrader, in patients with advanced or metastatic breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136246", + "first_name": "Manish", + "middle_name": "R.", + "last_name": "Patel", + "org_name": "Florida Cancer Specialists And Research Institute, LLC", + "Country": "United States", + "Region": "Florida", + "City": "Sarasota", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232949", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232949", + "events_session": "Safety and preliminary efficacy of EIK1001 in combination with atezolizumab in participants with advanced solid tumors", + "rest_events_session_count": 3, + "rest_events_session": "Preliminary results from a phase 1 study of AC699, an orally bioavailable chimeric estrogen receptor degrader, in patients with advanced or metastatic breast cancer", + "events_topic": "Atezolizumab | Receptors, Estrogen ", + "rest_events_topic_count": 2, + "rest_events_topic": " Solid Tumor | Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1457408254,'136246');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPatel, Manish R.", + "kol_full_name": "Patel, Manish R." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lynch Syndrome | Therapeutics | Colorectal Neoplasms, Hereditary Nonpolyposis | Neoplasms", + "npi_num": "1447584131", + "hcp_pin_alias": "136181", + "session_name": "Prevention Strategies for Patients With Lynch Syndrome,Exploring Novel Therapeutic Approaches to Cancer Prevention: Vaccines and Beyond", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136181", + "first_name": "Eduardo", + "middle_name": "", + "last_name": "Vilar Sanchez", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232072", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232072", + "events_session": "Prevention Strategies for Patients With Lynch Syndrome", + "rest_events_session_count": 1, + "rest_events_session": "Exploring Novel Therapeutic Approaches to Cancer Prevention: Vaccines and Beyond", + "events_topic": "Lynch Syndrome | Therapeutics ", + "rest_events_topic_count": 2, + "rest_events_topic": " Colorectal Neoplasms, Hereditary Nonpolyposis | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1447584131,'136181');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVilar Sanchez, Eduardo", + "kol_full_name": "Vilar Sanchez, Eduardo" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastroesophageal Junction Adenocarcinoma | Ipilimumab | Colorectal Neoplasms | Nivolumab", + "npi_num": "1487842100", + "hcp_pin_alias": "136013", + "session_name": "Classical and New Age Therapies for Colorectal Cancer,A phase II/III study of peri-operative nivolumab (nivo) and ipilimumab (ipi) in patients (pts) with locoregional esophageal (E) and gastroesophageal junction (GEJ) adenocarcinoma: Results of the neoadjuvant pathologic complete response (pCR) rate (ECOG-ACRIN EA2174)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136013", + "first_name": "Jennifer", + "middle_name": "", + "last_name": "Eads", + "org_name": "University of Pennsylvania Health System", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232107", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232107", + "events_session": "Classical and New Age Therapies for Colorectal Cancer", + "rest_events_session_count": 1, + "rest_events_session": "A phase II/III study of peri-operative nivolumab (nivo) and ipilimumab (ipi) in patients (pts) with locoregional esophageal (E) and gastroesophageal junction (GEJ) adenocarcinoma: Results of the neoadjuvant pathologic complete response (pCR) rate (ECOG-ACRIN EA2174)", + "events_topic": "Gastroesophageal Junction Adenocarcinoma | Ipilimumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Colorectal Neoplasms | Nivolumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1487842100,'136013');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEads, Jennifer", + "kol_full_name": "Eads, Jennifer" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Palliative Care | Neoplasms | Randomized Controlled Trials As Topic", + "npi_num": "1467760371", + "hcp_pin_alias": "136005", + "session_name": "Technology-enhanced palliative care for patients with advanced cancer undergoing phase I therapies: A pilot randomized clinical trial (RCT)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136005", + "first_name": "David", + "middle_name": "", + "last_name": "Hui", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232329", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232329", + "events_session": "Technology-enhanced palliative care for patients with advanced cancer undergoing phase I therapies: A pilot randomized clinical trial (RCT)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Randomized Controlled Trials As Topic", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/136005/fromId'\u003EHui, David\u003C/a\u003E", + "kol_full_name": "Hui, David" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ibrutinib | Venetoclax | Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1497848279", + "hcp_pin_alias": "136004", + "session_name": "Outcomes in high-risk subgroups after fixed-duration ibrutinib + venetoclax for chronic lymphocytic leukemia (CLL)/small lymphocytic lymphoma (SLL): Up to 55 years of follow-up in the phase 2 CAPTIVATE study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "136004", + "first_name": "William", + "middle_name": "G.", + "last_name": "Wierda", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232499", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232499", + "events_session": "Outcomes in high-risk subgroups after fixed-duration ibrutinib + venetoclax for chronic lymphocytic leukemia (CLL)/small lymphocytic lymphoma (SLL): Up to 55 years of follow-up in the phase 2 CAPTIVATE study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ibrutinib | Venetoclax ", + "rest_events_topic_count": 1, + "rest_events_topic": " Leukemia, Lymphocytic, Chronic, B-Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1497848279,'136004');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWierda, William G.", + "kol_full_name": "Wierda, William G." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1497882369", + "hcp_pin_alias": "135997", + "session_name": "ASCO Plenary Series: Rapid Abstract Updates", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "135997", + "first_name": "Mohamed", + "middle_name": "", + "last_name": "Salem", + "org_name": "Levine Cancer Institute", + "Country": "United States", + "Region": "North Carolina", + "City": "Charlotte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232079", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232079", + "events_session": "ASCO Plenary Series: Rapid Abstract Updates", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1497882369,'135997');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESalem, Mohamed", + "kol_full_name": "Salem, Mohamed" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Solid Tumor", + "npi_num": "1386790517", + "hcp_pin_alias": "135438", + "session_name": "Study of ELU001, a C’Dot drug conjugate (CDC) targeting folate receptor α (FRα) overexpressing solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "135438", + "first_name": "Wen Wee", + "middle_name": "", + "last_name": "Ma", + "org_name": "Mayo Clinic - Rochester", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232977", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232977", + "events_session": "Study of ELU001", + "rest_events_session_count": 1, + "rest_events_session": " a C’Dot drug conjugate (CDC) targeting folate receptor α (FRα) overexpressing solid tumors", + "events_topic": "Immunoconjugates | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1386790517,'135438');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMa, Wen Wee", + "kol_full_name": "Ma, Wen Wee" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1417992397", + "hcp_pin_alias": "135264", + "session_name": "Presentation and Recognition of Conquer Cancer Top Donors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "135264", + "first_name": "Howard", + "middle_name": "A", + "last_name": "Burris", + "org_name": "Tennessee Oncology", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232939", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232939", + "events_session": "Presentation and Recognition of Conquer Cancer Top Donors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417992397,'135264');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBurris, Howard A", + "kol_full_name": "Burris, Howard A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1386619500", + "hcp_pin_alias": "135261", + "session_name": "Care Delivery/Models of Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "135261", + "first_name": "Veena", + "middle_name": "", + "last_name": "Shankaran", + "org_name": "Washington University School Of Medicine", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231963", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231963", + "events_session": "Care Delivery/Models of Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1386619500,'135261');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShankaran, Veena", + "kol_full_name": "Shankaran, Veena" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Paclitaxel | Carcinoma, Pancreatic Ductal | Gemcitabine", + "npi_num": "1356332506", + "hcp_pin_alias": "134981", + "session_name": "NALIRIFOX versus nab-paclitaxel and gemcitabine in treatment-naïve patients with metastatic pancreatic ductal adenocarcinoma (mPDAC): Updated overall survival analysis with 29-month follow-up of NAPOLI 3", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "134981", + "first_name": "Maen", + "middle_name": "A", + "last_name": "Hussein", + "org_name": "Florida Cancer Specialists P L", + "Country": "United States", + "Region": "Florida", + "City": "Tavares", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232836", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232836", + "events_session": "NALIRIFOX versus nab-paclitaxel and gemcitabine in treatment-naïve patients with metastatic pancreatic ductal adenocarcinoma (mPDAC): Updated overall survival analysis with 29-month follow-up of NAPOLI 3", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paclitaxel | Carcinoma, Pancreatic Ductal ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gemcitabine", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356332506,'134981');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHussein, Maen A", + "kol_full_name": "Hussein, Maen A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Glioma | Dendritic Cell Vaccine | Glioblastoma", + "npi_num": "1356307821", + "hcp_pin_alias": "134962", + "session_name": "Phase IIb randomized, blinded, controlled trial evaluating neoadjuvant PD-1 blockade combined with A2B5+ glioma stem-like cell lysate-loaded DC vaccine in recurrent glioblastoma (IDH1/2 -)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "134962", + "first_name": "Yu", + "middle_name": "", + "last_name": "Yao", + "org_name": "Yu Yao Private Practice", + "Country": "United States", + "Region": "California", + "City": "San Gabriel", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233072", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233072", + "events_session": "Phase IIb randomized", + "rest_events_session_count": 2, + "rest_events_session": " blinded, controlled trial evaluating neoadjuvant PD-1 blockade combined with A2B5+ glioma stem-like cell lysate-loaded DC vaccine in recurrent glioblastoma (IDH1/2 -)", + "events_topic": "Glioma | Dendritic Cell Vaccine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glioblastoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356307821,'134962');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYao, Yu", + "kol_full_name": "Yao, Yu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gemcitabine | Sirolimus | Chemotherapy, Combination | Pexidartinib | Paclitaxel | Pancreatic Neoplasms | Nerve Sheath Neoplasms", + "npi_num": "1346484680", + "hcp_pin_alias": "134947", + "session_name": "A phase II study of the combination of pexidartinib and sirolimus to target tumor-associated macrophages in unresectable malignant peripheral nerve sheath tumors,CheMo4METPANC: A randomized phase 2 study with combination chemotherapy (gemcitabine and nab-paclitaxel), chemokine (C-X-C) motif receptor 4 inhibitor (motixafortide), and immune checkpoint blockade (cemiplimab) compared to chemotherapy alone in metastatic treatment-naïve pancreatic adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "134947", + "first_name": "Gulam", + "middle_name": "Abbas", + "last_name": "Manji", + "org_name": "Trustees of Columbia University in the City of New York", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232863", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232863", + "events_session": "A phase II study of the combination of pexidartinib and sirolimus to target tumor-associated macrophages in unresectable malignant peripheral nerve sheath tumors", + "rest_events_session_count": 3, + "rest_events_session": "CheMo4METPANC: A randomized phase 2 study with combination chemotherapy (gemcitabine and nab-paclitaxel), chemokine (C-X-C) motif receptor 4 inhibitor (motixafortide), and immune checkpoint blockade (cemiplimab) compared to chemotherapy alone in metastatic treatment-naïve pancreatic adenocarcinoma", + "events_topic": "Gemcitabine | Sirolimus ", + "rest_events_topic_count": 5, + "rest_events_topic": " Chemotherapy, Combination | Pexidartinib | Paclitaxel | Pancreatic Neoplasms | Nerve Sheath Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1346484680,'134947');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EManji, Gulam Abbas", + "kol_full_name": "Manji, Gulam Abbas" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pancreatic Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1346417268", + "hcp_pin_alias": "134936", + "session_name": "Gastrointestinal Cancer—Gastroesophageal, Pancreatic, and Hepatobiliary", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "134936", + "first_name": "Kim", + "middle_name": "Anna", + "last_name": "Reiss Binder", + "org_name": "University of Pennsylvania Health System", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231964", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231964", + "events_session": "Gastrointestinal Cancer—Gastroesophageal", + "rest_events_session_count": 2, + "rest_events_session": " Pancreatic, and Hepatobiliary", + "events_topic": "Pancreatic Neoplasms | Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1346417268,'134936');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EReiss Binder, Kim Anna", + "kol_full_name": "Reiss Binder, Kim Anna" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic | Minority Health | Pancreatic Neoplasms", + "npi_num": "1326148446", + "hcp_pin_alias": "134689", + "session_name": "Geographic distribution and accessibility of clinic trials for advanced-stage pancreatic cancer in the United States: A focus on rural and minority health disparities", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "134689", + "first_name": "Wade", + "middle_name": "T", + "last_name": "Swenson", + "org_name": "Tri-County Hospital Inc.", + "Country": "United States", + "Region": "Minnesota", + "City": "Fergus Falls", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232394", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232394", + "events_session": "Geographic distribution and accessibility of clinic trials for advanced-stage pancreatic cancer in the United States: A focus on rural and minority health disparities", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic | Minority Health ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pancreatic Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1326148446,'134689');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESwenson, Wade T", + "kol_full_name": "Swenson, Wade T" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Programmed Cell Death 1 Receptor | Antibodies, Bispecific | Neoplasms", + "npi_num": "1366541294", + "hcp_pin_alias": "134490", + "session_name": "Phase 1 trial safety and efficacy of ragistomig, a bispecific antibody targeting PD-L1 and 4-1BB, in advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "134490", + "first_name": "Gerald", + "middle_name": "Steven", + "last_name": "Falchook", + "org_name": "Presbyterian St. Luke's Medical Center", + "Country": "United States", + "Region": "Colorado", + "City": "Denver", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232992", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232992", + "events_session": "Phase 1 trial safety and efficacy of ragistomig", + "rest_events_session_count": 2, + "rest_events_session": " a bispecific antibody targeting PD-L1 and 4-1BB, in advanced solid tumors", + "events_topic": "Programmed Cell Death 1 Receptor | Antibodies, Bispecific ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1366541294,'134490');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFalchook, Gerald Steven", + "kol_full_name": "Falchook, Gerald Steven" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Genetic Testing | Neoplasms", + "npi_num": "1275793044", + "hcp_pin_alias": "134082", + "session_name": "Attitudes and engagement about cascade genetic testing in a population-based cohort of women diagnosed with cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "134082", + "first_name": "Steven", + "middle_name": "C", + "last_name": "Katz", + "org_name": "Prospect Chartercare Rwmc, LLC", + "Country": "United States", + "Region": "Rhode Island", + "City": "Providence", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232231", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232231", + "events_session": "Attitudes and engagement about cascade genetic testing in a population-based cohort of women diagnosed with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genetic Testing | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/134082/fromId'\u003EKatz, Steven C\u003C/a\u003E", + "kol_full_name": "Katz, Steven C" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic | Pancreatic Neoplasms", + "npi_num": "1275759318", + "hcp_pin_alias": "134076", + "session_name": "Perioperative therapy for resectable and borderline resectable pancreatic adenocarcinoma: An AGICC clinical trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "134076", + "first_name": "Deirdre", + "middle_name": "Jill", + "last_name": "Cohen", + "org_name": "New York University", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232846", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232846", + "events_session": "Perioperative therapy for resectable and borderline resectable pancreatic adenocarcinoma: An AGICC clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic | Pancreatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275759318,'134076');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECohen, Deirdre Jill", + "kol_full_name": "Cohen, Deirdre Jill" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Urogenital Neoplasms | Urinary Bladder Neoplasms | Kidney Neoplasms", + "npi_num": "1265675433", + "hcp_pin_alias": "133946", + "session_name": "Genitourinary Cancer – Kidney and Bladder: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "133946", + "first_name": "Manojkumar", + "middle_name": "", + "last_name": "Bupathi", + "org_name": "Rocky Mountain Cancer Centers LLP", + "Country": "United States", + "Region": "Colorado", + "City": "Denver", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233207", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233207", + "events_session": "Genitourinary Cancer – Kidney and Bladder: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urogenital Neoplasms | Urinary Bladder Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Kidney Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1265675433,'133946');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBupathi, Manojkumar", + "kol_full_name": "Bupathi, Manojkumar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Glioma | Chromosomes, Human, Pair 1", + "npi_num": "1275575714", + "hcp_pin_alias": "133745", + "session_name": "Therapeutic insights for the aggressive subset of high-grade gliomas (HGG) driven by chromosome 1q32 MDM4-containing amplicon and unmethylated MGMT", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "133745", + "first_name": "Wafik", + "middle_name": "", + "last_name": "El Deiry", + "org_name": "Rhode Island Hospital", + "Country": "United States", + "Region": "Rhode Island", + "City": "Providence", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233078", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233078", + "events_session": "Therapeutic insights for the aggressive subset of high-grade gliomas (HGG) driven by chromosome 1q32 MDM4-containing amplicon and unmethylated MGMT", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glioma | Chromosomes, Human, Pair 1", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275575714,'133745');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEl Deiry, Wafik", + "kol_full_name": "El Deiry, Wafik" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Central Nervous System Neoplasms", + "npi_num": "1295979524", + "hcp_pin_alias": "133743", + "session_name": "Central Nervous System Tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "133743", + "first_name": "Jian", + "middle_name": "Li", + "last_name": "Campian", + "org_name": "Washington University School of Medicine in St. Louis", + "Country": "United States", + "Region": "Missouri", + "City": "St. Louis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232015", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232015", + "events_session": "Central Nervous System Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1295979524,'133743');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECampian, Jian Li", + "kol_full_name": "Campian, Jian Li" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Trastuzumab Deruxtecan | Immunoconjugates | Pertuzumab | Head And Neck Neoplasms | Trastuzumab | Genes, ErbB-2 | Triple Negative Breast Neoplasms | Solid Tumor", + "npi_num": "1306932074", + "hcp_pin_alias": "133736", + "session_name": "Pertuzumab plus trastuzumab (P+T) in patients (pts) with solid tumors with ERBB2 or ERBB3 amplification (amp) or mutations (mut): Results from the Targeted Agent and Profiling Utilization Registry (TAPUR) study,Trastuzumab deruxtecan (T-DXd) in patients (pts) with HER2-expressing head and neck tumors: Outcomes from DESTINY-PanTumor02 (DP-02),The ABCs of Antibody–Drug Conjugates in HER2+ Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "133736", + "first_name": "Funda", + "middle_name": "", + "last_name": "Meric-Bernstam", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232506", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232506", + "events_session": "Pertuzumab plus trastuzumab (P+T) in patients (pts) with solid tumors with ERBB2 or ERBB3 amplification (amp) or mutations (mut): Results from the Targeted Agent and Profiling Utilization Registry (TAPUR) study", + "rest_events_session_count": 2, + "rest_events_session": "Trastuzumab deruxtecan (T-DXd) in patients (pts) with HER2-expressing head and neck tumors: Outcomes from DESTINY-PanTumor02 (DP-02),The ABCs of Antibody–Drug Conjugates in HER2+ Cancer", + "events_topic": "Trastuzumab Deruxtecan | Immunoconjugates ", + "rest_events_topic_count": 6, + "rest_events_topic": " Pertuzumab | Head And Neck Neoplasms | Trastuzumab | Genes, ErbB-2 | Triple Negative Breast Neoplasms | Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1306932074,'133736');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMeric-Bernstam, Funda", + "kol_full_name": "Meric-Bernstam, Funda" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic", + "npi_num": "1235361353", + "hcp_pin_alias": "133543", + "session_name": "Biologically Driven Trial Design", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "133543", + "first_name": "Mustafa", + "middle_name": "", + "last_name": "Khasraw", + "org_name": "Duke University Cancer Center", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232758", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232758", + "events_session": "Biologically Driven Trial Design", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1235361353,'133543');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKhasraw, Mustafa", + "kol_full_name": "Khasraw, Mustafa" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Relatlimab | Nivolumab | Fianlimab | Uveal Melanoma | Melanoma", + "npi_num": "1194758805", + "hcp_pin_alias": "133009", + "session_name": "First-in-human study of 225actinium mti-201 (225Ac-MTI-201) in metastatic uveal melanoma (UM),A phase 3 trial of fixed dose combinations of fianlimab (anti–LAG-3) + cemiplimab (anti–PD-1) versus relatlimab + nivolumab in patients with unresectable or metastatic melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "133009", + "first_name": "Nikhil", + "middle_name": "Ishwar", + "last_name": "Khushalani", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232807", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232807", + "events_session": "First-in-human study of 225actinium mti-201 (225Ac-MTI-201) in metastatic uveal melanoma (UM)", + "rest_events_session_count": 1, + "rest_events_session": "A phase 3 trial of fixed dose combinations of fianlimab (anti–LAG-3) + cemiplimab (anti–PD-1) versus relatlimab + nivolumab in patients with unresectable or metastatic melanoma", + "events_topic": "Relatlimab | Nivolumab ", + "rest_events_topic_count": 3, + "rest_events_topic": " Fianlimab | Uveal Melanoma | Melanoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1194758805,'133009');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKhushalani, Nikhil Ishwar", + "kol_full_name": "Khushalani, Nikhil Ishwar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nucleic Acid Denaturation", + "npi_num": "1255309316", + "hcp_pin_alias": "132964", + "session_name": "Novel Weapons of DNA Disruption", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132964", + "first_name": "Geoffrey", + "middle_name": "Ira", + "last_name": "Shapiro", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232770", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232770", + "events_session": "Novel Weapons of DNA Disruption", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nucleic Acid Denaturation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255309316,'132964');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShapiro, Geoffrey Ira", + "kol_full_name": "Shapiro, Geoffrey Ira" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cachexia | Palliative Care | Rectal Neoplasms | Neoplasms", + "npi_num": "1194909630", + "hcp_pin_alias": "132958", + "session_name": "Symptom Science and Palliatve Care: Program Commitee,Estimating adult cancer cachexia prevalence and impact on survival in the US: Real-world data analysis,Multidisciplinary Approach to Navigating Early-Stage Rectal Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132958", + "first_name": "Eric", + "middle_name": "", + "last_name": "Roeland", + "org_name": "Newton Wellesley Medical Group Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Newton", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231982", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231982", + "events_session": "Symptom Science and Palliatve Care: Program Commitee", + "rest_events_session_count": 2, + "rest_events_session": "Estimating adult cancer cachexia prevalence and impact on survival in the US: Real-world data analysis,Multidisciplinary Approach to Navigating Early-Stage Rectal Cancer", + "events_topic": "Cachexia | Palliative Care ", + "rest_events_topic_count": 2, + "rest_events_topic": " Rectal Neoplasms | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1194909630,'132958');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERoeland, Eric", + "kol_full_name": "Roeland, Eric" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Education, Medical | Conflict, Psychological", + "npi_num": "1235227844", + "hcp_pin_alias": "132957", + "session_name": "Medical Educaton and Professional Development: Program Commitee,Conflicts (of Interest) and Conundrums: Perspectives From the Global Oncology Community", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132957", + "first_name": "Richard", + "middle_name": "Francis", + "last_name": "Riedel", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232075", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232075", + "events_session": "Medical Educaton and Professional Development: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Conflicts (of Interest) and Conundrums: Perspectives From the Global Oncology Community", + "events_topic": "Neoplasms | Education, Medical ", + "rest_events_topic_count": 1, + "rest_events_topic": " Conflict, Psychological", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1235227844,'132957');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERiedel, Richard Francis", + "kol_full_name": "Riedel, Richard Francis" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Blood-Brain Barrier | Nemvaleukin Alfa | Solid Tumor", + "npi_num": "1235381179", + "hcp_pin_alias": "132955", + "session_name": "Recommended phase 2 dose (RP2D) of nemvaleukin alfa in patients (pts) with advanced solid tumors treated with less frequent intravenous (IV) dosing (ARTISTRY-3),Interim analysis of ABM-1310, a blood-brain barrier-penetrant BRAF inhibitor, in patients with BRAF V600-mutated solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132955", + "first_name": "Sarina", + "middle_name": "Anne", + "last_name": "Piha-Paul", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232959", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232959", + "events_session": "Recommended phase 2 dose (RP2D) of nemvaleukin alfa in patients (pts) with advanced solid tumors treated with less frequent intravenous (IV) dosing (ARTISTRY-3)", + "rest_events_session_count": 3, + "rest_events_session": "Interim analysis of ABM-1310, a blood-brain barrier-penetrant BRAF inhibitor, in patients with BRAF V600-mutated solid tumors", + "events_topic": "Blood-Brain Barrier | Nemvaleukin Alfa ", + "rest_events_topic_count": 1, + "rest_events_topic": " Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1235381179,'132955');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPiha-Paul, Sarina Anne", + "kol_full_name": "Piha-Paul, Sarina Anne" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Melanoma, Cutaneous Malignant", + "npi_num": "1215966775", + "hcp_pin_alias": "132953", + "session_name": "Phase 1 safety and efficacy of IMC-F106C, a PRAME × CD3 ImmTAC bispecific, in post-checkpoint cutaneous melanoma (CM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132953", + "first_name": "Omid", + "middle_name": "", + "last_name": "Hamid", + "org_name": "Cedars-Sinai Medical Center", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233126", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233126", + "events_session": "Phase 1 safety and efficacy of IMC-F106C", + "rest_events_session_count": 2, + "rest_events_session": " a PRAME × CD3 ImmTAC bispecific, in post-checkpoint cutaneous melanoma (CM)", + "events_topic": "Melanoma, Cutaneous Malignant", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215966775,'132953');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHamid, Omid", + "kol_full_name": "Hamid, Omid" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Therapeutics | Neoplasms | Drug Development", + "npi_num": "1154649440", + "hcp_pin_alias": "132598", + "session_name": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee,Developmental Therapeutics—Molecularly Targeted Agents and Tumor Biology", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132598", + "first_name": "Christos", + "middle_name": "", + "last_name": "Vaklavas", + "org_name": "University of Utah Health Huntsman Cancer Institute", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232721", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232721", + "events_session": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Developmental Therapeutics—Molecularly Targeted Agents and Tumor Biology", + "events_topic": "Therapeutics | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Drug Development", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1154649440,'132598');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVaklavas, Christos", + "kol_full_name": "Vaklavas, Christos" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Immune Checkpoint Inhibitors | Oncolytic Viruses", + "npi_num": "1184745739", + "hcp_pin_alias": "132217", + "session_name": "Phase 1/2 study of the TGF-β-trap-enhanced oncolytic adenovirus, AdAPT-001, plus an immune checkpoint inhibitor for patients with immune refractory cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132217", + "first_name": "Anthony", + "middle_name": "Paul", + "last_name": "Conley", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232302", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232302", + "events_session": "Phase 1/2 study of the TGF-β-trap-enhanced oncolytic adenovirus", + "rest_events_session_count": 2, + "rest_events_session": " AdAPT-001, plus an immune checkpoint inhibitor for patients with immune refractory cancers", + "events_topic": "Neoplasms | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Oncolytic Viruses", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184745739,'132217');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EConley, Anthony Paul", + "kol_full_name": "Conley, Anthony Paul" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Breast Neoplasms | Genetic Testing | Early Detection Of Cancer", + "npi_num": "1144385758", + "hcp_pin_alias": "132205", + "session_name": "Real-world cancer care utilization among patients with breast cancer with germline variants of uncertain significance,Genetics of Cancer Detection in 2024: How and Why,Timing of genetic testing referral and genetic testing results in patients with multiple primary cancers,Uptake of risk-reduction, surveillance, and therapeutic interventions among patients with breast cancer with pathogenic germline variants", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132205", + "first_name": "Allison", + "middle_name": "Walsh", + "last_name": "Kurian", + "org_name": "Stanford Health Care", + "Country": "United States", + "Region": "California", + "City": "Stanford", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232229", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232229", + "events_session": "Real-world cancer care utilization among patients with breast cancer with germline variants of uncertain significance", + "rest_events_session_count": 5, + "rest_events_session": "Genetics of Cancer Detection in 2024: How and Why,Timing of genetic testing referral and genetic testing results in patients with multiple primary cancers,Uptake of risk-reduction, surveillance, and therapeutic interventions among patients with breast cancer with pathogenic germline variants", + "events_topic": "Neoplasms | Breast Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Genetic Testing | Early Detection Of Cancer", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144385758,'132205');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKurian, Allison Walsh", + "kol_full_name": "Kurian, Allison Walsh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor | Oncolytic Viruses | ATR Kinase Inhibitor | Avelumab | Pembrolizumab | Tuvusertib", + "npi_num": "1184627663", + "hcp_pin_alias": "132202", + "session_name": "Phase I, open-label, dose-escalation trial investigating the safety and efficacy of oncolytic virus BI 1821736 in patients with advanced solid tumors,Pharmacokinetic (PK) and pharmacodynamic (PD) findings from a phase 1b study of ATR inhibitor tuvusertib + anti-PD-L1 avelumab in patients with advanced unresectable solid tumors,Safety and preliminary efficacy of EIK1001 in combination with pembrolizumab in participants with advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132202", + "first_name": "Anthony", + "middle_name": "W.", + "last_name": "Tolcher", + "org_name": "Texas Oncology, San Antonio Babcock", + "Country": "United States", + "Region": "Texas", + "City": "San Antonio", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232526", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232526", + "events_session": "Phase I", + "rest_events_session_count": 4, + "rest_events_session": " open-label, dose-escalation trial investigating the safety and efficacy of oncolytic virus BI 1821736 in patients with advanced solid tumors,Pharmacokinetic (PK) and pharmacodynamic (PD) findings from a phase 1b study of ATR inhibitor tuvusertib + anti-PD-L1 avelumab in patients with advanced unresectable solid tumors,Safety and preliminary efficacy of EIK1001 in combination with pembrolizumab in participants with advanced solid tumors", + "events_topic": "Solid Tumor | Oncolytic Viruses ", + "rest_events_topic_count": 4, + "rest_events_topic": " ATR Kinase Inhibitor | Avelumab | Pembrolizumab | Tuvusertib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184627663,'132202');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETolcher, Anthony W.", + "kol_full_name": "Tolcher, Anthony W." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genetic Testing | Carcinoma, Non-Small-Cell Lung | Clinical Research", + "npi_num": "1174726384", + "hcp_pin_alias": "132200", + "session_name": "Performance of comprehensive genomic profiling (CGP) versus single gene testing (SGT) in guideline-recommended biomarker selection in non-small cell lung cancer (NSCLC),Clinical Research Investigator Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132200", + "first_name": "Vivek", + "middle_name": "", + "last_name": "Subbiah", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232155", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232155", + "events_session": "Performance of comprehensive genomic profiling (CGP) versus single gene testing (SGT) in guideline-recommended biomarker selection in non-small cell lung cancer (NSCLC)", + "rest_events_session_count": 1, + "rest_events_session": "Clinical Research Investigator Perspective", + "events_topic": "Genetic Testing | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 1, + "rest_events_topic": " Clinical Research", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1174726384,'132200');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESubbiah, Vivek", + "kol_full_name": "Subbiah, Vivek" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Biomarkers | Colorectal Neoplasms | Circulating Tumor DNA | Microsatellite Repeats | Human Papillomavirus Viruses | Nivolumab | Anus Neoplasms | Cetuximab", + "npi_num": "1134396534", + "hcp_pin_alias": "132199", + "session_name": "SWOG S2107: Randomized phase II trial of encorafenib and cetuximab with or without nivolumab for patients with previously treated, microsatellite stable, BRAFV600E metastatic and/or unresectable colorectal cancer,Time dependency for HPV ctDNA detection as a prognostic biomarker for anal cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132199", + "first_name": "Van", + "middle_name": "Karlyle", + "last_name": "Morris", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232274", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232274", + "events_session": "SWOG S2107: Randomized phase II trial of encorafenib and cetuximab with or without nivolumab for patients with previously treated", + "rest_events_session_count": 3, + "rest_events_session": " microsatellite stable, BRAFV600E metastatic and/or unresectable colorectal cancer,Time dependency for HPV ctDNA detection as a prognostic biomarker for anal cancer", + "events_topic": "Biomarkers | Colorectal Neoplasms ", + "rest_events_topic_count": 6, + "rest_events_topic": " Circulating Tumor DNA | Microsatellite Repeats | Human Papillomavirus Viruses | Nivolumab | Anus Neoplasms | Cetuximab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134396534,'132199');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMorris, Van Karlyle", + "kol_full_name": "Morris, Van Karlyle" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor | Pembrolizumab | Chemotherapy", + "npi_num": "1124087135", + "hcp_pin_alias": "132165", + "session_name": "TransCon IL-2 β/γ alone or in combination with pembrolizumab, standard of care chemotherapy or TransCon TLR7/8 agonist in advanced/metastatic solid tumors: Updated results of the phase 1/2 IL Believe study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "132165", + "first_name": "Alexander", + "middle_name": "N", + "last_name": "Starodub", + "org_name": "Peninsula Cancer Institute, LLC", + "Country": "United States", + "Region": "Virginia", + "City": "Newport News", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233009", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233009", + "events_session": "TransCon IL-2 β/γ alone or in combination with pembrolizumab", + "rest_events_session_count": 1, + "rest_events_session": " standard of care chemotherapy or TransCon TLR7/8 agonist in advanced/metastatic solid tumors: Updated results of the phase 1/2 IL Believe study", + "events_topic": "Solid Tumor | Pembrolizumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1124087135,'132165');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStarodub, Alexander N", + "kol_full_name": "Starodub, Alexander N" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Artificial Intelligence | Precision Medicine", + "npi_num": "1093992497", + "hcp_pin_alias": "131861", + "session_name": "Transforming Precision Medicine: AI and Molecular Insights Intersect Across the Cancer Care Continuum", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "131861", + "first_name": "Halla", + "middle_name": "", + "last_name": "Nimeiri", + "org_name": "Northwestern Medical Faculty Foundation", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233157", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233157", + "events_session": "Transforming Precision Medicine: AI and Molecular Insights Intersect Across the Cancer Care Continuum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Precision Medicine", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1093992497,'131861');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENimeiri, Halla", + "kol_full_name": "Nimeiri, Halla" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Vusolimogene Oderparepvec | Solid Tumor | Nivolumab | Interleukin-12 | Melanoma | Pembrolizumab", + "npi_num": "1093989196", + "hcp_pin_alias": "131441", + "session_name": "A phase I trial of intratumoral STX-001: A novel self-replicating mRNA expressing IL-12 alone or with pembrolizumab in advanced solid tumors,A randomized, controlled, multicenter, phase 3 study of vusolimogene oderparepvec (VO) combined with nivolumab vs treatment of physician’s choice in patients with advanced melanoma that has progressed on anti–PD-1 and anti–CTLA-4 therapy (IGNYTE-3)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "131441", + "first_name": "Jason", + "middle_name": "", + "last_name": "Luke", + "org_name": "University of Pittsburgh School of Medicine", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232802", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232802", + "events_session": "A phase I trial of intratumoral STX-001: A novel self-replicating mRNA expressing IL-12 alone or with pembrolizumab in advanced solid tumors", + "rest_events_session_count": 4, + "rest_events_session": "A randomized, controlled, multicenter, phase 3 study of vusolimogene oderparepvec (VO) combined with nivolumab vs treatment of physician’s choice in patients with advanced melanoma that has progressed on anti–PD-1 and anti–CTLA-4 therapy (IGNYTE-3)", + "events_topic": "Vusolimogene Oderparepvec | Solid Tumor ", + "rest_events_topic_count": 4, + "rest_events_topic": " Nivolumab | Interleukin-12 | Melanoma | Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1093989196,'131441');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELuke, Jason", + "kol_full_name": "Luke, Jason" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Fianlimab | Cemiplimab | Chemotherapy", + "npi_num": "1104854751", + "hcp_pin_alias": "131440", + "session_name": "A phase 2/3 study of fianlimab plus cemiplimab versus cemiplimab in patients with advanced non-small cell lung cancer with tumors expressing PD-L1 ≥50%,A phase 2/3 study of fianlimab, cemiplimab, plus chemotherapy versus cemiplimab plus chemotherapy in first-line treatment of advanced non-small cell lung cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "131440", + "first_name": "Nashat", + "middle_name": "", + "last_name": "Gabrail", + "org_name": "Gabrail Cancer Center", + "Country": "United States", + "Region": "Ohio", + "City": "Canton", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232197", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232197", + "events_session": "A phase 2/3 study of fianlimab plus cemiplimab versus cemiplimab in patients with advanced non-small cell lung cancer with tumors expressing PD-L1 ≥50%", + "rest_events_session_count": 3, + "rest_events_session": "A phase 2/3 study of fianlimab, cemiplimab, plus chemotherapy versus cemiplimab plus chemotherapy in first-line treatment of advanced non-small cell lung cancer", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Fianlimab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cemiplimab | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104854751,'131440');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGabrail, Nashat", + "kol_full_name": "Gabrail, Nashat" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cetuximab | Colorectal Neoplasms | Squamous Cell Carcinoma Of Head And Neck | HLA-G Antigens", + "npi_num": "1033369988", + "hcp_pin_alias": "131116", + "session_name": "Results from phase 1a/1b analyses of TTX-080, a first in class HLA-G antagonist, in combination with cetuximab in patients (pts) with metastatic colorectal cancer and head and neck squamous cell carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "131116", + "first_name": "Susanna", + "middle_name": "V.", + "last_name": "Ulahannan", + "org_name": "University of Oklahoma Health Sciences Center", + "Country": "United States", + "Region": "Oklahoma", + "City": "Oklahoma City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232990", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232990", + "events_session": "Results from phase 1a/1b analyses of TTX-080", + "rest_events_session_count": 2, + "rest_events_session": " a first in class HLA-G antagonist, in combination with cetuximab in patients (pts) with metastatic colorectal cancer and head and neck squamous cell carcinoma", + "events_topic": "Cetuximab | Colorectal Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Squamous Cell Carcinoma Of Head And Neck | HLA-G Antigens", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1033369988,'131116');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EUlahannan, Susanna V.", + "kol_full_name": "Ulahannan, Susanna V." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Anus Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1033349337", + "hcp_pin_alias": "131112", + "session_name": "Gastrointestinal Cancer—Colorectal and Anal", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "131112", + "first_name": "Katrina", + "middle_name": "S", + "last_name": "Pedersen", + "org_name": "Washington University", + "Country": "United States", + "Region": "Missouri", + "City": "St. Louis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232447", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232447", + "events_session": "Gastrointestinal Cancer—Colorectal and Anal", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Anus Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1033349337,'131112');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPedersen, Katrina S", + "kol_full_name": "Pedersen, Katrina S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | DNA Mismatch Repair | Microsatellite Instability | Atezolizumab | Bevacizumab", + "npi_num": "1023040094", + "hcp_pin_alias": "130907", + "session_name": "NRG-GI004/SWOG-S1610: Colorectal cancer metastatic dMMR immuno-therapy (COMMIT) study—A randomized phase III study of atezolizumab (atezo) monotherapy versus mFOLFOX6/bevacizumab/atezo in the first-line treatment of patients with deficient DNA mismatch repair (dMMR) or microsatellite instability-high (MSI-H) metastatic colorectal cancer (mCRC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130907", + "first_name": "Caio Max", + "middle_name": "S", + "last_name": "Rocha Lima", + "org_name": "Wake Forest University Health Sciences", + "Country": "United States", + "Region": "North Carolina", + "City": "Winston Salem", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232894", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232894", + "events_session": "NRG-GI004/SWOG-S1610: Colorectal cancer metastatic dMMR immuno-therapy (COMMIT) study—A randomized phase III study of atezolizumab (atezo) monotherapy versus mFOLFOX6/bevacizumab/atezo in the first-line treatment of patients with deficient DNA mismatch repair (dMMR) or microsatellite instability-high (MSI-H) metastatic colorectal cancer (mCRC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | DNA Mismatch Repair ", + "rest_events_topic_count": 3, + "rest_events_topic": " Microsatellite Instability | Atezolizumab | Bevacizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1023040094,'130907');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERocha Lima, Caio Max S", + "kol_full_name": "Rocha Lima, Caio Max S" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Cholangiocarcinoma | Zanidatamab | Receptors, Fibroblast Growth Factor | Biliary Tract Neoplasms | Erdafitinib", + "npi_num": "1831300318", + "hcp_pin_alias": "130593", + "session_name": "Efficacy and safety of erdafitinib in patients with advanced or metastatic cholangiocarcinoma and FGFR alterations: Pooled analysis of RAGNAR and LUC2001 studies,Zanidatamab in previously-treated HER2-positive (HER2+) biliary tract cancer (BTC): Overall survival (OS) and longer follow-up from the phase 2b HERIZON-BTC-01 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130593", + "first_name": "Shubham", + "middle_name": "", + "last_name": "Pant", + "org_name": "University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232824", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232824", + "events_session": "Efficacy and safety of erdafitinib in patients with advanced or metastatic cholangiocarcinoma and FGFR alterations: Pooled analysis of RAGNAR and LUC2001 studies", + "rest_events_session_count": 1, + "rest_events_session": "Zanidatamab in previously-treated HER2-positive (HER2+) biliary tract cancer (BTC): Overall survival (OS) and longer follow-up from the phase 2b HERIZON-BTC-01 study", + "events_topic": "Triple Negative Breast Neoplasms | Cholangiocarcinoma ", + "rest_events_topic_count": 4, + "rest_events_topic": " Zanidatamab | Receptors, Fibroblast Growth Factor | Biliary Tract Neoplasms | Erdafitinib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1831300318,'130593');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPant, Shubham", + "kol_full_name": "Pant, Shubham" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Therapeutics | Liver Neoplasms | Pembrolizumab | Colorectal Neoplasms | Neoplasms | Drug Development", + "npi_num": "1013110030", + "hcp_pin_alias": "130564", + "session_name": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee,Preliminary antitumor activity of COM701 in combination with COM902 and pembrolizumab in patients with MSS-CRC and liver metastases,First-in-human study of ABBV-400, a novel c-Met–targeting antibody-drug conjugate, in advanced solid tumors: Results in colorectal cancer,Developmental Therapeutics—Molecularly Targeted Agents and Tumor Biology", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130564", + "first_name": "Manish", + "middle_name": "", + "last_name": "Sharma", + "org_name": "Jefferson University Physicians", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232064", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232064", + "events_session": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee", + "rest_events_session_count": 5, + "rest_events_session": "Preliminary antitumor activity of COM701 in combination with COM902 and pembrolizumab in patients with MSS-CRC and liver metastases,First-in-human study of ABBV-400, a novel c-Met–targeting antibody-drug conjugate, in advanced solid tumors: Results in colorectal cancer,Developmental Therapeutics—Molecularly Targeted Agents and Tumor Biology", + "events_topic": "Immunoconjugates | Therapeutics ", + "rest_events_topic_count": 5, + "rest_events_topic": " Liver Neoplasms | Pembrolizumab | Colorectal Neoplasms | Neoplasms | Drug Development", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1013110030,'130564');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESharma, Manish", + "kol_full_name": "Sharma, Manish" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy", + "npi_num": "1487700688", + "hcp_pin_alias": "130556", + "session_name": "Developmental Therapeutcs – Immunotherapy: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130556", + "first_name": "Dung", + "middle_name": "Thi", + "last_name": "Le", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233184", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233184", + "events_session": "Developmental Therapeutcs – Immunotherapy: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1487700688,'130556');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELe, Dung Thi", + "kol_full_name": "Le, Dung Thi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Trastuzumab | Tucatinib | Triple Negative Breast Neoplasms | Colorectal Neoplasms", + "npi_num": "1265523377", + "hcp_pin_alias": "130529", + "session_name": "Final results of a phase 2 study of tucatinib and trastuzumab for HER2-positive mCRC (MOUNTAINEER)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130529", + "first_name": "John", + "middle_name": "H", + "last_name": "Strickler", + "org_name": "Duke University Hospital", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232270", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232270", + "events_session": "Final results of a phase 2 study of tucatinib and trastuzumab for HER2-positive mCRC (MOUNTAINEER)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Trastuzumab | Tucatinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Triple Negative Breast Neoplasms | Colorectal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1265523377,'130529');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStrickler, John H", + "kol_full_name": "Strickler, John H" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colonic Neoplasms | Gastrointestinal Neoplasms | Neoadjuvant Therapy | Pembrolizumab", + "npi_num": "1609810779", + "hcp_pin_alias": "130516", + "session_name": "A phase 2a study of NT-I7 (efineptakin alfa), a long-acting IL-7, and pembrolizumab to evaluate efficacy, including overall survival, in hard-to-treat gastrointestinal tumors,Neoadjuvant Approach to Localized Colon Cancer: Ready for Prime Time?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130516", + "first_name": "Richard", + "middle_name": "D", + "last_name": "Kim", + "org_name": "H. Lee Moffitt Cancer Center & Research Institute", + "Country": "United States", + "Region": "Florida", + "City": "Tampa", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232538", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232538", + "events_session": "A phase 2a study of NT-I7 (efineptakin alfa)", + "rest_events_session_count": 5, + "rest_events_session": " a long-acting IL-7, and pembrolizumab to evaluate efficacy, including overall survival, in hard-to-treat gastrointestinal tumors,Neoadjuvant Approach to Localized Colon Cancer: Ready for Prime Time?", + "events_topic": "Colonic Neoplasms | Gastrointestinal Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoadjuvant Therapy | Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609810779,'130516');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKim, Richard D", + "kol_full_name": "Kim, Richard D" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Domvanalimab | Zimberelimab | Esophageal Neoplasms", + "npi_num": "1831330034", + "hcp_pin_alias": "130513", + "session_name": "Updates on Abstract 433248: EDGE-Gastric Arm A1: Phase 2 Study of Domvanalimab, Zimberelimab, and FOLFOX in First-Line (1L) Advanced Gastroesophageal Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130513", + "first_name": "Yelena", + "middle_name": "Y", + "last_name": "Janjigian", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232935", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232935", + "events_session": "Updates on Abstract 433248: EDGE-Gastric Arm A1: Phase 2 Study of Domvanalimab", + "rest_events_session_count": 2, + "rest_events_session": " Zimberelimab, and FOLFOX in First-Line (1L) Advanced Gastroesophageal Cancer", + "events_topic": "Domvanalimab | Zimberelimab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Esophageal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1831330034,'130513');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJanjigian, Yelena Y", + "kol_full_name": "Janjigian, Yelena Y" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Bezuclastinib | Giant Cell Tumor Of Tendon Sheath | Sunitinib | Gastrointestinal Stromal Tumors | Vimseltinib", + "npi_num": "1538193446", + "hcp_pin_alias": "130510", + "session_name": "Peak study: A phase 3, randomized, open-label multi-center clinical study of bezuclastinib (CGT9486) and sunitinib combination versus sunitinib in patients with gastrointestinal stromal tumors (GIST),Efficacy, safety, and patient-reported outcomes of vimseltinib in patients with tenosynovial giant cell tumor: Results from the phase 3 MOTION trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130510", + "first_name": "William", + "middle_name": "D", + "last_name": "Tap", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232151", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232151", + "events_session": "Peak study: A phase 3", + "rest_events_session_count": 5, + "rest_events_session": " randomized, open-label multi-center clinical study of bezuclastinib (CGT9486) and sunitinib combination versus sunitinib in patients with gastrointestinal stromal tumors (GIST),Efficacy, safety, and patient-reported outcomes of vimseltinib in patients with tenosynovial giant cell tumor: Results from the phase 3 MOTION trial", + "events_topic": "Bezuclastinib | Giant Cell Tumor Of Tendon Sheath ", + "rest_events_topic_count": 3, + "rest_events_topic": " Sunitinib | Gastrointestinal Stromal Tumors | Vimseltinib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1538193446,'130510');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETap, William D", + "kol_full_name": "Tap, William D" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms", + "npi_num": "1104850932", + "hcp_pin_alias": "130508", + "session_name": "ARC-9: A randomized study to evaluate etrumadenant based treatment combinations in previously treated metastatic colorectal cancer (mCRC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130508", + "first_name": "Zev", + "middle_name": "Aryeh", + "last_name": "Wainberg", + "org_name": "UCLA Health", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232730", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232730", + "events_session": "ARC-9: A randomized study to evaluate etrumadenant based treatment combinations in previously treated metastatic colorectal cancer (mCRC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104850932,'130508');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWainberg, Zev Aryeh", + "kol_full_name": "Wainberg, Zev Aryeh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1275670671", + "hcp_pin_alias": "130507", + "session_name": "Discussion on Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130507", + "first_name": "Karyn", + "middle_name": "A", + "last_name": "Goodman", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232513", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232513", + "events_session": "Discussion on Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275670671,'130507');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGoodman, Karyn A", + "kol_full_name": "Goodman, Karyn A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Stereotactic Ablative Radiotherapy | Carcinoma, Renal Cell | Immunotherapy", + "npi_num": "1104069251", + "hcp_pin_alias": "130126", + "session_name": "NRG-GU012: Randomized phase II stereotactic ablative radiation therapy (SABR) for metastatic unresected renal cell carcinoma (RCC) receiving immunotherapy (SAMURAI)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130126", + "first_name": "William", + "middle_name": "Adrian", + "last_name": "Hall", + "org_name": "Medical College of Wisconsin", + "Country": "United States", + "Region": "Wisconsin", + "City": "West Bend", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232610", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232610", + "events_session": "NRG-GU012: Randomized phase II stereotactic ablative radiation therapy (SABR) for metastatic unresected renal cell carcinoma (RCC) receiving immunotherapy (SAMURAI)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stereotactic Ablative Radiotherapy | Carcinoma, Renal Cell ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immunotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104069251,'130126');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHall, William Adrian", + "kol_full_name": "Hall, William Adrian" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Drug Development | Pancreatic Neoplasms", + "npi_num": "1609071208", + "hcp_pin_alias": "130123", + "session_name": "Advances in Systemic Therapy for Advanced Pancreas Cancer With a Focus on Novel Agents and Drug Development", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130123", + "first_name": "Andrew", + "middle_name": "J", + "last_name": "Aguirre", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233099", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233099", + "events_session": "Advances in Systemic Therapy for Advanced Pancreas Cancer With a Focus on Novel Agents and Drug Development", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Drug Development | Pancreatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/130123/fromId'\u003EAguirre, Andrew J\u003C/a\u003E", + "kol_full_name": "Aguirre, Andrew J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Chemotherapy | Chloroquine | Hydroxychloroquine | Ipilimumab | Pancreatic Neoplasms", + "npi_num": "1477644896", + "hcp_pin_alias": "130120", + "session_name": "Clinical and translational results from REVOLUTION cohorts A (nivolumab + ipilimumab + chemotherapy) and B (hydroxychloroquine + ipilimumab + chemotherapy) in patients with previously untreated metastatic pancreatic adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130120", + "first_name": "Eileen", + "middle_name": "M.", + "last_name": "O'Reilly", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232837", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232837", + "events_session": "Clinical and translational results from REVOLUTION cohorts A (nivolumab + ipilimumab + chemotherapy) and B (hydroxychloroquine + ipilimumab + chemotherapy) in patients with previously untreated metastatic pancreatic adenocarcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nivolumab | Chemotherapy ", + "rest_events_topic_count": 4, + "rest_events_topic": " Chloroquine | Hydroxychloroquine | Ipilimumab | Pancreatic Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1477644896,'130120');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EO'Reilly, Eileen M.", + "kol_full_name": "O'Reilly, Eileen M." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Androgen Deprivation Therapy | Hormone Replacement Therapy", + "npi_num": "1942403837", + "hcp_pin_alias": "130051", + "session_name": "ADT Sparing Approaches in the Metastatic Hormone-Sensitive and Castrate-Resistant Space,Balancing Hormone Therapy: Minimizing Effects of Androgen Deprivation Therapy and Exploring Alternatives in Prostate Cancer Management", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130051", + "first_name": "Karen", + "middle_name": "Anne", + "last_name": "Autio", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232032", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232032", + "events_session": "ADT Sparing Approaches in the Metastatic Hormone-Sensitive and Castrate-Resistant Space", + "rest_events_session_count": 1, + "rest_events_session": "Balancing Hormone Therapy: Minimizing Effects of Androgen Deprivation Therapy and Exploring Alternatives in Prostate Cancer Management", + "events_topic": "Prostatic Neoplasms | Androgen Deprivation Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hormone Replacement Therapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942403837,'130051');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAutio, Karen Anne", + "kol_full_name": "Autio, Karen Anne" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Lung Neoplasms | Zipalertinib | ErbB Receptors | Amivantamab | Chemotherapy | Receptor, Epidermal Growth Factor | Central Nervous System Diseases", + "npi_num": "1871791665", + "hcp_pin_alias": "130000", + "session_name": "A phase 2 study of amivantamab plus lazertinib in patients with EGFR-mutant lung cancer and active central nervous system disease,REZILIENT3: Phase 3 study of zipalertinib plus chemotherapy in patients with previously untreated, advanced nonsquamous non-small cell lung cancer (NSCLC) harboring epidermal growth factor receptor (EGFR) exon 20 insertions (ex20ins) mutations,REZILIENT2: Phase 2 study of zipalertinib in patients with advanced non-small cell lung cancer (NSCLC) with exon 20 insertions (ex20ins) and other uncommon epidermal growth factor receptor (EGFR) mutations", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "130000", + "first_name": "Helena", + "middle_name": "", + "last_name": "Yu", + "org_name": "Memorial Solid Tumor Group", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232202", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232202", + "events_session": "A phase 2 study of amivantamab plus lazertinib in patients with EGFR-mutant lung cancer and active central nervous system disease", + "rest_events_session_count": 3, + "rest_events_session": "REZILIENT3: Phase 3 study of zipalertinib plus chemotherapy in patients with previously untreated, advanced nonsquamous non-small cell lung cancer (NSCLC) harboring epidermal growth factor receptor (EGFR) exon 20 insertions (ex20ins) mutations,REZILIENT2: Phase 2 study of zipalertinib in patients with advanced non-small cell lung cancer (NSCLC) with exon 20 insertions (ex20ins) and other uncommon epidermal growth factor receptor (EGFR) mutations", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Lung Neoplasms ", + "rest_events_topic_count": 6, + "rest_events_topic": " Zipalertinib | ErbB Receptors | Amivantamab | Chemotherapy | Receptor, Epidermal Growth Factor | Central Nervous System Diseases", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871791665,'130000');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYu, Helena", + "kol_full_name": "Yu, Helena" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab", + "npi_num": "1316172299", + "hcp_pin_alias": "129607", + "session_name": "A randomized phase II trial of adjuvant pembrolizumab versus observation following curative resection for stage I non-small cell lung cancer (NSCLC) with primary tumors between 1-4 cm: Big Ten Cancer Research Consortium BTCRC-LUN18-153", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "129607", + "first_name": "Gregory", + "middle_name": "Andrew", + "last_name": "Durm", + "org_name": "Indiana University Health", + "Country": "United States", + "Region": "Indiana", + "City": "Indianapolis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232254", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232254", + "events_session": "A randomized phase II trial of adjuvant pembrolizumab versus observation following curative resection for stage I non-small cell lung cancer (NSCLC) with primary tumors between 1-4 cm: Big Ten Cancer Research Consortium BTCRC-LUN18-153", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316172299,'129607');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDurm, Gregory Andrew", + "kol_full_name": "Durm, Gregory Andrew" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Olomorasib | Pancreatic Neoplasms", + "npi_num": "1184697278", + "hcp_pin_alias": "129527", + "session_name": "Pan-tumor activity of olomorasib (LY3537982), a second-generation KRAS G12C inhibitor (G12Ci), in patients with KRAS G12C-mutant advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "129527", + "first_name": "Rebecca", + "middle_name": "Suk", + "last_name": "Heist", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232771", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232771", + "events_session": "Pan-tumor activity of olomorasib (LY3537982)", + "rest_events_session_count": 2, + "rest_events_session": " a second-generation KRAS G12C inhibitor (G12Ci), in patients with KRAS G12C-mutant advanced solid tumors", + "events_topic": "Olomorasib | Pancreatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184697278,'129527');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHeist, Rebecca Suk", + "kol_full_name": "Heist, Rebecca Suk" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Drug Development | Encorafenib | Proto-Oncogene Proteins B-raf | Cetuximab | Tumor Microenvironment", + "npi_num": "1154557650", + "hcp_pin_alias": "129510", + "session_name": "Updated results from ERAS-007 plus encorafenib and cetuximab (EC) in patients (pts) with EC-naïve metastatic BRAF V600E colorectal cancer (CRC) in the phase 1b/2 HERKULES-3 study,Beyond Tumor Types: Advancing Tumor-Agnostic Drug Development and the Role of the Tumor Microenvironment", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "129510", + "first_name": "Aparna", + "middle_name": "Raj", + "last_name": "Parikh", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231981", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231981", + "events_session": "Updated results from ERAS-007 plus encorafenib and cetuximab (EC) in patients (pts) with EC-naïve metastatic BRAF V600E colorectal cancer (CRC) in the phase 1b/2 HERKULES-3 study", + "rest_events_session_count": 1, + "rest_events_session": "Beyond Tumor Types: Advancing Tumor-Agnostic Drug Development and the Role of the Tumor Microenvironment", + "events_topic": "Colorectal Neoplasms | Drug Development ", + "rest_events_topic_count": 4, + "rest_events_topic": " Encorafenib | Proto-Oncogene Proteins B-raf | Cetuximab | Tumor Microenvironment", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1154557650,'129510');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EParikh, Aparna Raj", + "kol_full_name": "Parikh, Aparna Raj" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "1144515024", + "hcp_pin_alias": "129501", + "session_name": "Lung Cancer—Non–Small Cell Metastatic", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "129501", + "first_name": "Ibiayi", + "middle_name": "", + "last_name": "Dagogo-Jack", + "org_name": "Massachusetts General Physicians Organization Inc", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232722", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232722", + "events_session": "Lung Cancer—Non–Small Cell Metastatic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144515024,'129501');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDagogo-Jack, Ibiayi", + "kol_full_name": "Dagogo-Jack, Ibiayi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "1093154353", + "hcp_pin_alias": "129468", + "session_name": "Lung Cancer – Non-Small Cell Metastatc: Program Commitee,Lung Cancer—Non-Small Cell Metastatic", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "129468", + "first_name": "Natalie", + "middle_name": "", + "last_name": "Vokes", + "org_name": "Natalie Vokes Private Practice", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232058", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232058", + "events_session": "Lung Cancer – Non-Small Cell Metastatc: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Lung Cancer—Non-Small Cell Metastatic", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1093154353,'129468');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVokes, Natalie", + "kol_full_name": "Vokes, Natalie" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "NUT Carcinoma", + "npi_num": "1093133811", + "hcp_pin_alias": "129467", + "session_name": "Molecular characterization of NUT carcinoma: A report from the NUT carcinoma registry", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "129467", + "first_name": "Jia", + "middle_name": "", + "last_name": "Luo", + "org_name": "Jia Luo Private Practice", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232165", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232165", + "events_session": "Molecular characterization of NUT carcinoma: A report from the NUT carcinoma registry", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "NUT Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1093133811,'129467');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELuo, Jia", + "kol_full_name": "Luo, Jia" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leukocytes | Carcinoma, Renal Cell | Pimivalimab | Immunoglobulins", + "npi_num": "1972585743", + "hcp_pin_alias": "96202", + "session_name": "Leukocyte immunoglobulin-like receptor (LILRB2)-targeted JTX-8064 plus the anti-PD1 inhibitor JTX-4014 (pimivalimab) in immune-checkpoint inhibitor (ICl)­ pretreated patients (pts) with advanced or metastatic renal cell cancer (mRCC): Results from the multi-stage phase 1-2 INNATE trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "96202", + "first_name": "Primo", + "middle_name": "Nery", + "last_name": "Lara", + "org_name": "Primo Nery Lara Private Practice", + "Country": "United States", + "Region": "California", + "City": "Sacramento", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232581", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232581", + "events_session": "Leukocyte immunoglobulin-like receptor (LILRB2)-targeted JTX-8064 plus the anti-PD1 inhibitor JTX-4014 (pimivalimab) in immune-checkpoint inhibitor (ICl)­ pretreated patients (pts) with advanced or metastatic renal cell cancer (mRCC): Results from the multi-stage phase 1-2 INNATE trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukocytes | Carcinoma, Renal Cell ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pimivalimab | Immunoglobulins", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1972585743,'96202');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELara, Primo Nery", + "kol_full_name": "Lara, Primo Nery" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Mental Health | Prostatic Neoplasms", + "npi_num": "1891082772", + "hcp_pin_alias": "94883", + "session_name": "Impact of mental health illness (MHI) prior to prostate cancer (PC) diagnosis (Dx) on treatment (Tx) received and PC outcomes", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "94883", + "first_name": "Zachary", + "middle_name": "William Abraham", + "last_name": "Klaassen", + "org_name": "AU Medical Associates Inc", + "Country": "United States", + "Region": "Georgia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232644", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232644", + "events_session": "Impact of mental health illness (MHI) prior to prostate cancer (PC) diagnosis (Dx) on treatment (Tx) received and PC outcomes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mental Health | Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1891082772,'94883');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKlaassen, Zachary William Abraham", + "kol_full_name": "Klaassen, Zachary William Abraham" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "SRK-181 | Transforming Growth Factor Beta1 | Programmed Cell Death 1 Receptor | Solid Tumor | Pembrolizumab", + "npi_num": "1659318640", + "hcp_pin_alias": "91120", + "session_name": "Phase 1 study (DRAGON) of SRK-181 (linavonkibart), a latent TGFβ1 inhibitor, combined with pembrolizumab in patients with anti-PD1 resistant advanced solid tumors: Updated results of expansion part", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "91120", + "first_name": "Ulka", + "middle_name": "Nitin", + "last_name": "Vaishampayan", + "org_name": "Michigan Medicine", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232303", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232303", + "events_session": "Phase 1 study (DRAGON) of SRK-181 (linavonkibart)", + "rest_events_session_count": 2, + "rest_events_session": " a latent TGFβ1 inhibitor, combined with pembrolizumab in patients with anti-PD1 resistant advanced solid tumors: Updated results of expansion part", + "events_topic": "SRK-181 | Transforming Growth Factor Beta1 ", + "rest_events_topic_count": 3, + "rest_events_topic": " Programmed Cell Death 1 Receptor | Solid Tumor | Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1659318640,'91120');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVaishampayan, Ulka Nitin", + "kol_full_name": "Vaishampayan, Ulka Nitin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hemangioblastoma | Girentuximab | Belzutifan | Von Hippel-Lindau Disease | Cabozantinib | Carcinoma, Renal Cell | Central Nervous System Neoplasms | Nivolumab", + "npi_num": "1558457028", + "hcp_pin_alias": "89611", + "session_name": "Belzutifan for Advanced Renal Cell Carcinoma,Real-world monitoring and treatment patterns in von Hippel-Lindau (VHL) disease-associated central nervous system hemangioblastomas (CNS-Hb),Phase 1b/2 study of combination 177Lu girentuximab plus cabozantinib and nivolumab in treatment naive patients with advanced clear cell RCC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "89611", + "first_name": "Eric", + "middle_name": "", + "last_name": "Jonasch", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232608", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232608", + "events_session": "Belzutifan for Advanced Renal Cell Carcinoma", + "rest_events_session_count": 2, + "rest_events_session": "Real-world monitoring and treatment patterns in von Hippel-Lindau (VHL) disease-associated central nervous system hemangioblastomas (CNS-Hb),Phase 1b/2 study of combination 177Lu girentuximab plus cabozantinib and nivolumab in treatment naive patients with advanced clear cell RCC", + "events_topic": "Hemangioblastoma | Girentuximab ", + "rest_events_topic_count": 6, + "rest_events_topic": " Belzutifan | Von Hippel-Lindau Disease | Cabozantinib | Carcinoma, Renal Cell | Central Nervous System Neoplasms | Nivolumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1558457028,'89611');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJonasch, Eric", + "kol_full_name": "Jonasch, Eric" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Gastroesophageal Junction Adenocarcinoma | Nivolumab", + "npi_num": "1548356306", + "hcp_pin_alias": "89447", + "session_name": "Updated quality-adjusted time without symptoms or toxicity (Q-TWiST) analysis of nivolumab plus chemotherapy versus chemotherapy alone as first-line (1L) treatment for advanced gastric cancer, gastroesophageal junction cancer, or esophageal adenocarcinoma (GC/GEJC/EAC): 4-year (yr) follow-up from CheckMate 649 (CM 649)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "89447", + "first_name": "Daniel", + "middle_name": "Wei", + "last_name": "Lin", + "org_name": "University of Washington Medical Centre", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232817", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232817", + "events_session": "Updated quality-adjusted time without symptoms or toxicity (Q-TWiST) analysis of nivolumab plus chemotherapy versus chemotherapy alone as first-line (1L) treatment for advanced gastric cancer", + "rest_events_session_count": 2, + "rest_events_session": " gastroesophageal junction cancer, or esophageal adenocarcinoma (GC/GEJC/EAC): 4-year (yr) follow-up from CheckMate 649 (CM 649)", + "events_topic": "Chemotherapy | Gastroesophageal Junction Adenocarcinoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Nivolumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548356306,'89447');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELin, Daniel Wei", + "kol_full_name": "Lin, Daniel Wei" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Skin Neoplasms | Melanoma", + "npi_num": "1154597458", + "hcp_pin_alias": "83364", + "session_name": "Melanoma/Skin Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "83364", + "first_name": "Douglas", + "middle_name": "Buckner", + "last_name": "Johnson", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Franklin", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232089", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232089", + "events_session": "Melanoma/Skin Cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Skin Neoplasms | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1154597458,'83364');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJohnson, Douglas Buckner", + "kol_full_name": "Johnson, Douglas Buckner" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Transitional Cell | Myeloid-Derived Suppressor Cells | T-Lymphocytes | Nivolumab", + "npi_num": "1154542769", + "hcp_pin_alias": "83335", + "session_name": "Correlation of peripheral blood monocytic myeloid-derived suppressor cells (M-MDSC) and T-cell receptor (TCR) dynamics with clinical outcomes in patients (pts) with metastatic urothelial carcinoma (mUC) treated with nivolumab (NIVO)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "83335", + "first_name": "Aditi", + "middle_name": "", + "last_name": "Gupta", + "org_name": "Kansas University Physicians Inc", + "Country": "United States", + "Region": "Kansas", + "City": "Kansas City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232591", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232591", + "events_session": "Correlation of peripheral blood monocytic myeloid-derived suppressor cells (M-MDSC) and T-cell receptor (TCR) dynamics with clinical outcomes in patients (pts) with metastatic urothelial carcinoma (mUC) treated with nivolumab (NIVO)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Transitional Cell | Myeloid-Derived Suppressor Cells ", + "rest_events_topic_count": 2, + "rest_events_topic": " T-Lymphocytes | Nivolumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1154542769,'83335');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGupta, Aditi", + "kol_full_name": "Gupta, Aditi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Renal Cell | Biomarkers | Axitinib | Sunitinib | Pembrolizumab", + "npi_num": "1144261231", + "hcp_pin_alias": "82787", + "session_name": "Biomarker analysis of the phase 3 KEYNOTE-426 study of pembrolizumab (P) plus axitinib (A) versus sunitinib (S) for advanced renal cell carcinoma (RCC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "82787", + "first_name": "Brian", + "middle_name": "I", + "last_name": "Rini", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232468", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232468", + "events_session": "Biomarker analysis of the phase 3 KEYNOTE-426 study of pembrolizumab (P) plus axitinib (A) versus sunitinib (S) for advanced renal cell carcinoma (RCC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Renal Cell | Biomarkers ", + "rest_events_topic_count": 3, + "rest_events_topic": " Axitinib | Sunitinib | Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144261231,'82787');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERini, Brian I", + "kol_full_name": "Rini, Brian I" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Biomarkers | Neoplasms | Carcinoma, Renal Cell", + "npi_num": "1073677209", + "hcp_pin_alias": "80989", + "session_name": "Recognizing, Celebrating, and Supporting International Medical Graduates in Oncology,Biomarker analyses in patients with advanced renal cell carcinoma (aRCC) from the phase 3 CLEAR trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "80989", + "first_name": "Toni", + "middle_name": "K", + "last_name": "Choueiri", + "org_name": "Dana Farber Cancer Institute", + "Country": "United States", + "Region": "Massachusetts", + "City": "Milford", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232467", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232467", + "events_session": "Recognizing", + "rest_events_session_count": 3, + "rest_events_session": " Celebrating, and Supporting International Medical Graduates in Oncology,Biomarker analyses in patients with advanced renal cell carcinoma (aRCC) from the phase 3 CLEAR trial", + "events_topic": "Biomarkers | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Renal Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1073677209,'80989');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChoueiri, Toni K", + "kol_full_name": "Choueiri, Toni K" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genes, T-Cell Receptor | Lung Neoplasms", + "npi_num": "1396934428", + "hcp_pin_alias": "77189", + "session_name": "Characterization of T-cell receptor repertoire and correlation with tumor mutational landscape in lung cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "77189", + "first_name": "Wei", + "middle_name": "", + "last_name": "Guo", + "org_name": "Ochsner Health Center", + "Country": "United States", + "Region": "Louisiana", + "City": "Kenner", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233000", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233000", + "events_session": "Characterization of T-cell receptor repertoire and correlation with tumor mutational landscape in lung cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genes, T-Cell Receptor | Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1396934428,'77189');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGuo, Wei", + "kol_full_name": "Guo, Wei" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Castration", + "npi_num": "1326245275", + "hcp_pin_alias": "77151", + "session_name": "Physicians use of first-line treatment intensification in metastatic castration-sensitive prostate cancer (mCSPC): A discrete choice experiment", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "77151", + "first_name": "Stacy", + "middle_name": "", + "last_name": "Loeb", + "org_name": "New York University", + "Country": "United States", + "Region": "New York", + "City": "Rego Park", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232661", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232661", + "events_session": "Physicians use of first-line treatment intensification in metastatic castration-sensitive prostate cancer (mCSPC): A discrete choice experiment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Castration", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1326245275,'77151');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELoeb, Stacy", + "kol_full_name": "Loeb, Stacy" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Recurrent Respiratory Papillomatosis | Immunotherapy", + "npi_num": "1326485228", + "hcp_pin_alias": "75399", + "session_name": "PRGN-2012, a novel gorilla adenovirus-based immunotherapy, provides the first treatment that leads to complete and durable responses in recurrent respiratory papillomatosis patients", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "75399", + "first_name": "Scott", + "middle_name": "Michael", + "last_name": "Norberg", + "org_name": "", + "Country": "United States", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232462", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232462", + "events_session": "PRGN-2012", + "rest_events_session_count": 2, + "rest_events_session": " a novel gorilla adenovirus-based immunotherapy, provides the first treatment that leads to complete and durable responses in recurrent respiratory papillomatosis patients", + "events_topic": "Recurrent Respiratory Papillomatosis | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1326485228,'75399');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENorberg, Scott Michael", + "kol_full_name": "Norberg, Scott Michael" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptors, Chimeric Antigen | Ponatinib | Stem Cell Transplantation | Acute Lymphoblastic Leukemia | Obecabtagene Autoleucel | Precursor Cell Lymphoblastic Leukemia-Lymphoma | Imatinib Mesylate", + "npi_num": "1215108303", + "hcp_pin_alias": "75248", + "session_name": "Obecabtagene autoleucel (obe-cel, AUTO1) in adults with relapsed/refractory B-cell acute lymphoblastic leukemia (R/R B-ALL): Overall survival (OS), event-free survival (EFS) and the potential impact of chimeric antigen receptor (CAR)-T cell persistency and consolidative stem cell transplantation (SCT) in the open-label, single-arm FELIX phase Ib/II study,In-depth analysis of responders in the phase 3 PhALLCON trial of ponatinib vs imatinib in newly diagnosed Ph+ ALL", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "75248", + "first_name": "Elias", + "middle_name": "J", + "last_name": "Jabbour", + "org_name": "Physicians Referral Service", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232337", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232337", + "events_session": "Obecabtagene autoleucel (obe-cel", + "rest_events_session_count": 4, + "rest_events_session": " AUTO1) in adults with relapsed/refractory B-cell acute lymphoblastic leukemia (R/R B-ALL): Overall survival (OS), event-free survival (EFS) and the potential impact of chimeric antigen receptor (CAR)-T cell persistency and consolidative stem cell transplantation (SCT) in the open-label, single-arm FELIX phase Ib/II study,In-depth analysis of responders in the phase 3 PhALLCON trial of ponatinib vs imatinib in newly diagnosed Ph+ ALL", + "events_topic": "Receptors, Chimeric Antigen | Ponatinib ", + "rest_events_topic_count": 5, + "rest_events_topic": " Stem Cell Transplantation | Acute Lymphoblastic Leukemia | Obecabtagene Autoleucel | Precursor Cell Lymphoblastic Leukemia-Lymphoma | Imatinib Mesylate", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215108303,'75248');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJabbour, Elias J", + "kol_full_name": "Jabbour, Elias J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myelodysplastic Syndromes | Hematologic Neoplasms | Leukemia | Head And Neck Neoplasms", + "npi_num": "1699881094", + "hcp_pin_alias": "65988", + "session_name": "Head and Neck Cancer: Program Commitee,Hematologic Malignancies—Leukemia, Myelodysplastic Syndromes, and Allotransplant", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "65988", + "first_name": "Richard", + "middle_name": "J", + "last_name": "Lin", + "org_name": "The Children's Hospital of Philadelphia", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232083", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232083", + "events_session": "Head and Neck Cancer: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "Hematologic Malignancies—Leukemia, Myelodysplastic Syndromes, and Allotransplant", + "events_topic": "Myelodysplastic Syndromes | Hematologic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Leukemia | Head And Neck Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699881094,'65988');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELin, Richard J", + "kol_full_name": "Lin, Richard J" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Olutasidenib | IDH1 Protein, Human | Leukemia, Myeloid, Acute", + "npi_num": "1578658480", + "hcp_pin_alias": "40699", + "session_name": "Olutasidenib for mutated IDH1 acute myeloid leukemia: Final five-year results from the phase 2 pivotal cohort", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "40699", + "first_name": "Jorge", + "middle_name": "E.", + "last_name": "Cortes-Franco", + "org_name": "AU Medical Associates Inc", + "Country": "United States", + "Region": "Georgia", + "City": "Augusta", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232336", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232336", + "events_session": "Olutasidenib for mutated IDH1 acute myeloid leukemia: Final five-year results from the phase 2 pivotal cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Olutasidenib | IDH1 Protein, Human ", + "rest_events_topic_count": 1, + "rest_events_topic": " Leukemia, Myeloid, Acute", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1578658480,'40699');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECortes-Franco, Jorge E.", + "kol_full_name": "Cortes-Franco, Jorge E." + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Bevacizumab", + "npi_num": "1922283431", + "hcp_pin_alias": "36313", + "session_name": "First-line serplulimab plus HLX04 and XELOX versus placebo plus bevacizumab and XELOX in metastatic colorectal cancer: A phase 2/3 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "36313", + "first_name": "Feng", + "middle_name": "", + "last_name": "Wang", + "org_name": "The Everett Clinic PLLC", + "Country": "United States", + "Region": "Washington", + "City": "Everett", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232878", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232878", + "events_session": "First-line serplulimab plus HLX04 and XELOX versus placebo plus bevacizumab and XELOX in metastatic colorectal cancer: A phase 2/3 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Bevacizumab", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922283431,'36313');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWang, Feng", + "kol_full_name": "Wang, Feng" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Pembrolizumab | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1952326654", + "hcp_pin_alias": "29462", + "session_name": "The phase 3 INTerpath-002 study design: Individualized neoantigen therapy (INT) V940 (mRNA-4157) plus pembrolizumab vs placebo plus pembrolizumab for resected early-stage non–small-cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "29462", + "first_name": "Jay", + "middle_name": "M", + "last_name": "Lee", + "org_name": "Regents Of The University Of Ucla Thoracic Oncology Associates", + "Country": "United States", + "Region": "California", + "City": "Los Angeles", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232253", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232253", + "events_session": "The phase 3 INTerpath-002 study design: Individualized neoantigen therapy (INT) V940 (mRNA-4157) plus pembrolizumab vs placebo plus pembrolizumab for resected early-stage non–small-cell lung cancer (NSCLC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/29462/fromId'\u003ELee, Jay M\u003C/a\u003E", + "kol_full_name": "Lee, Jay M" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Early Detection Of Cancer | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1497783567", + "hcp_pin_alias": "15268", + "session_name": "Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other: Program Commitee,Milestones: Early Detection to Nodal Status and Everything in Between", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "15268", + "first_name": "Jessica", + "middle_name": "Scott", + "last_name": "Donington", + "org_name": "The University of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232478", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232478", + "events_session": "Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Milestones: Early Detection to Nodal Status and Everything in Between", + "events_topic": "Early Detection Of Cancer | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/15268/fromId'\u003EDonington, Jessica Scott\u003C/a\u003E", + "kol_full_name": "Donington, Jessica Scott" + }, + { + "proj_kol_id": 1, + "eid": "23416", + "event_topics": "Oropharyngeal Neoplasms | Biomarkers | Human Papillomavirus Viruses", + "npi_num": "1194715649", + "hcp_pin_alias": "5945", + "session_name": "Long-term follow up of E3311, a phase II trial of transoral surgery (TOS) followed by pathology-based adjuvant treatment in HPV-associated (HPV+) oropharynx cancer (OPC): A trial of the ECOG-ACRIN Cancer Research Group,What Lies Ahead for Circulating Biomarkers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "5945", + "first_name": "Barbara", + "middle_name": "A", + "last_name": "Burtness", + "org_name": "Yale University", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232130", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232130", + "events_session": "Long-term follow up of E3311", + "rest_events_session_count": 2, + "rest_events_session": " a phase II trial of transoral surgery (TOS) followed by pathology-based adjuvant treatment in HPV-associated (HPV+) oropharynx cancer (OPC): A trial of the ECOG-ACRIN Cancer Research Group,What Lies Ahead for Circulating Biomarkers", + "events_topic": "Oropharyngeal Neoplasms | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Human Papillomavirus Viruses", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/5945/fromId'\u003EBurtness, Barbara A\u003C/a\u003E", + "kol_full_name": "Burtness, Barbara A" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Squamous Cell Carcinoma Of Head And Neck | Pharmaceutical Preparations | Neoplasms | Tisotumab Vedotin | Translational Research, Biomedical | Immunotherapy | Immune Checkpoint Inhibitors", + "npi_num": "1780063610", + "hcp_pin_alias": "FU_HCP_109652", + "session_name": "Quality Care/Health Services Research: Program Commitee,Perspective on Immunotherapy Drug Holidays in Metastatic Cancers,Off-label use of checkpoint inhibitor (CPI) monotherapy in PD-L1–negative or unknown recurrent/metastatic head and neck cancer (R/M HNSCC),Tisotumab vedotin in head and neck squamous cell carcinoma: Updated analysis from innovaTV 207 Part C,Quality Care/Health Services Research", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lova Sun", + "middle_name": "", + "last_name": "", + "org_name": "University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "5", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231986", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231986", + "events_session": "Quality Care/Health Services Research: Program Commitee", + "rest_events_session_count": 4, + "rest_events_session": "Perspective on Immunotherapy Drug Holidays in Metastatic Cancers,Off-label use of checkpoint inhibitor (CPI) monotherapy in PD-L1–negative or unknown recurrent/metastatic head and neck cancer (R/M HNSCC),Tisotumab vedotin in head and neck squamous cell carcinoma: Updated analysis from innovaTV 207 Part C,Quality Care/Health Services Research", + "events_topic": "Squamous Cell Carcinoma Of Head And Neck | Pharmaceutical Preparations ", + "rest_events_topic_count": 5, + "rest_events_topic": " Neoplasms | Tisotumab Vedotin | Translational Research, Biomedical | Immunotherapy | Immune Checkpoint Inhibitors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1780063610,'FU_HCP_109652');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELova Sun", + "kol_full_name": "Lova Sun" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Squamous Cell Carcinoma Of Head And Neck | Artificial Intelligence | Head And Neck Neoplasms | Pembrolizumab", + "npi_num": "1134448665", + "hcp_pin_alias": "FU_HCP_5403337", + "session_name": "Head and Neck Cancer: Program Commitee,Practical Applications of Artificial Intelligence to Improve Diagnostic Accuracy and Guide Therapy,A randomized, double-blind, placebo-controlled phase II study of adjuvant pembrolizumab versus placebo in patients with head and neck squamous cell cancers at high risk for recurrence: The PATHWay study,Using “Artificial” Intelligence to Achieve “Real” Improvements in Cancer Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Alexander T. Pearson", + "middle_name": "", + "last_name": "", + "org_name": "University of Chicago", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232080", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232080", + "events_session": "Head and Neck Cancer: Program Commitee", + "rest_events_session_count": 5, + "rest_events_session": "Practical Applications of Artificial Intelligence to Improve Diagnostic Accuracy and Guide Therapy,A randomized, double-blind, placebo-controlled phase II study of adjuvant pembrolizumab versus placebo in patients with head and neck squamous cell cancers at high risk for recurrence: The PATHWay study,Using “Artificial” Intelligence to Achieve “Real” Improvements in Cancer Care", + "events_topic": "Neoplasms | Squamous Cell Carcinoma Of Head And Neck ", + "rest_events_topic_count": 3, + "rest_events_topic": " Artificial Intelligence | Head And Neck Neoplasms | Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134448665,'FU_HCP_5403337');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAlexander T. Pearson", + "kol_full_name": "Alexander T. Pearson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Biliary Tract Neoplasms | Hematologic Neoplasms | Drug Development | Biomarkers | Binimetinib", + "npi_num": "1992948152", + "hcp_pin_alias": "FU_HCP_225052", + "session_name": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee,Alliance EAY191-A6: FOLFOX in combination with binimetinib as second-line therapy for patients with advanced biliary tract cancers (BTCs) with MAPK pathway alterations: A ComboMATCH treatment trial,Hematology/oncology clinical investigator training: Is current model of education adequate?,Circulating Biomarkers: Who, What, Where, When, and Why?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ardaman Shergill", + "middle_name": "", + "last_name": "", + "org_name": "University of Chicago", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231974", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231974", + "events_session": "Developmental Therapeutcs – Molecularly Targeted Agents: Program Commitee", + "rest_events_session_count": 7, + "rest_events_session": "Alliance EAY191-A6: FOLFOX in combination with binimetinib as second-line therapy for patients with advanced biliary tract cancers (BTCs) with MAPK pathway alterations: A ComboMATCH treatment trial,Hematology/oncology clinical investigator training: Is current model of education adequate?,Circulating Biomarkers: Who, What, Where, When, and Why?", + "events_topic": "Biliary Tract Neoplasms | Hematologic Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Drug Development | Biomarkers | Binimetinib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1992948152,'FU_HCP_225052');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EArdaman Shergill", + "kol_full_name": "Ardaman Shergill" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Oncogenes | Pembrolizumab | Carcinoma, Non-Small-Cell Lung | Nivolumab | Ipilimumab | Mutation | Circulating Tumor DNA | Chemotherapy | Lung Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403388", + "session_name": "Metastatic Non–Small Without Oncogene Addiction/Driver Mutation,Four-year outcomes and circulating tumor DNA (ctDNA) analysis of pembrolizumab (pembro) plus concurrent chemoradiation therapy (cCRT) in unresectable, locally advanced, stage III non–small-cell lung cancer (NSCLC): From KEYNOTE-799,Five-year outcomes with first-line (1L) nivolumab + ipilimumab + chemotherapy (N + I + C) vs C in patients (pts) with metastatic NSCLC (mNSCLC) in CheckMate 9LA,Advanced Lung Cancer: State-of-the-Art Approaches and Insights", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Martin Reck", + "middle_name": "", + "last_name": "", + "org_name": "LungenClinic", + "Country": "", + "Region": "", + "City": "", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232070", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232070", + "events_session": "Metastatic Non–Small Without Oncogene Addiction/Driver Mutation", + "rest_events_session_count": 5, + "rest_events_session": "Four-year outcomes and circulating tumor DNA (ctDNA) analysis of pembrolizumab (pembro) plus concurrent chemoradiation therapy (cCRT) in unresectable, locally advanced, stage III non–small-cell lung cancer (NSCLC): From KEYNOTE-799,Five-year outcomes with first-line (1L) nivolumab + ipilimumab + chemotherapy (N + I + C) vs C in patients (pts) with metastatic NSCLC (mNSCLC) in CheckMate 9LA,Advanced Lung Cancer: State-of-the-Art Approaches and Insights", + "events_topic": "Oncogenes | Pembrolizumab ", + "rest_events_topic_count": 7, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung | Nivolumab | Ipilimumab | Mutation | Circulating Tumor DNA | Chemotherapy | Lung Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403388');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMartin Reck", + "kol_full_name": "Martin Reck" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Genetics | Olaparib | Endocrine Therapy | Genes, BRCA1 | Risk Reduction Behavior | Ovarian Neoplasms | Breast Neoplasms", + "npi_num": "1730323676", + "hcp_pin_alias": "FU_HCP_44633", + "session_name": "Prevention, Risk Reduction, and Hereditary Cancer: Program Commitee,Novel Approaches to Cancer Prevention in Patients With Inherited Risk for Breast and Ovarian Cancers: What Is Ready for Prime Time, What Is Not?,HOPE: Harnessing olaparib, palbociclib, and endocrine therapy for BRCA1/2-associated HR+, HER2- metastatic breast cancer,Prevention, Risk Reduction, and Genetics", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Payal Deepak Shah", + "middle_name": "", + "last_name": "", + "org_name": "Penn Medicine Abramson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232062", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232062", + "events_session": "Prevention", + "rest_events_session_count": 11, + "rest_events_session": " Risk Reduction, and Hereditary Cancer: Program Commitee,Novel Approaches to Cancer Prevention in Patients With Inherited Risk for Breast and Ovarian Cancers: What Is Ready for Prime Time, What Is Not?,HOPE: Harnessing olaparib, palbociclib, and endocrine therapy for BRCA1/2-associated HR+, HER2- metastatic breast cancer,Prevention, Risk Reduction, and Genetics", + "events_topic": "Neoplasms | Genetics ", + "rest_events_topic_count": 6, + "rest_events_topic": " Olaparib | Endocrine Therapy | Genes, BRCA1 | Risk Reduction Behavior | Ovarian Neoplasms | Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1730323676,'FU_HCP_44633');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPayal Deepak Shah", + "kol_full_name": "Payal Deepak Shah" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Mass Screening | Neoplasms | Deep Learning | Biomarkers | Immune Checkpoint Inhibitors | Clinical Trials As Topic | Data Science | Artificial Intelligence | Palliative Care", + "npi_num": "1871906230", + "hcp_pin_alias": "FU_HCP_100167", + "session_name": "New Frontiers in Data Science: Promises and Problems,Real-world and clinical trial validation of a deep learning radiomic biomarker for PD-(L)1 immune checkpoint inhibitor response in stage IV NSCLC,BE-a-PAL: A cluster-randomized trial of algorithm-based default palliative care referral among patients with advanced cancer,Human-AI teams to improve accuracy and timeliness of oncology trial prescreening: Preplanned interim analysis of a randomized trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ravi Bharat Parikh", + "middle_name": "", + "last_name": "", + "org_name": "Perelman School of Medicine, University of Pennsylvania", + "Country": "", + "Region": "", + "City": "", + "num_sess": "4", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232481", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232481", + "events_session": "New Frontiers in Data Science: Promises and Problems", + "rest_events_session_count": 3, + "rest_events_session": "Real-world and clinical trial validation of a deep learning radiomic biomarker for PD-(L)1 immune checkpoint inhibitor response in stage IV NSCLC,BE-a-PAL: A cluster-randomized trial of algorithm-based default palliative care referral among patients with advanced cancer,Human-AI teams to improve accuracy and timeliness of oncology trial prescreening: Preplanned interim analysis of a randomized trial", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Mass Screening ", + "rest_events_topic_count": 8, + "rest_events_topic": " Neoplasms | Deep Learning | Biomarkers | Immune Checkpoint Inhibitors | Clinical Trials As Topic | Data Science | Artificial Intelligence | Palliative Care", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871906230,'FU_HCP_100167');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERavi Bharat Parikh", + "kol_full_name": "Ravi Bharat Parikh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myositis | Myasthenia Gravis, Neonatal | Immune Checkpoint Inhibitors | Myocarditis | Admin. & Management | Immunotherapy", + "npi_num": "1528499712", + "hcp_pin_alias": "FU_HCP_42846", + "session_name": "Melina Marmarelis: Program Commitee,Triple M overlap syndrome (TMOS): Evaluating immune checkpoint inhibitor-related overlap syndrome of myocarditis, myositis and myasthenia gravis using an international pharmacovigilance database,Developmental Therapeutics—Immunotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Abdul Rafeh Naqash", + "middle_name": "", + "last_name": "", + "org_name": "University of Oklahoma Health Sciences Center, Stephenson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231998", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231998", + "events_session": "Melina Marmarelis: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "Triple M overlap syndrome (TMOS): Evaluating immune checkpoint inhibitor-related overlap syndrome of myocarditis, myositis and myasthenia gravis using an international pharmacovigilance database,Developmental Therapeutics—Immunotherapy", + "events_topic": "Myositis | Myasthenia Gravis, Neonatal ", + "rest_events_topic_count": 4, + "rest_events_topic": " Immune Checkpoint Inhibitors | Myocarditis | Admin. & Management | Immunotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528499712,'FU_HCP_42846');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAbdul Rafeh Naqash", + "kol_full_name": "Abdul Rafeh Naqash" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Durvalumab | Tremelimumab | Ovarian Neoplasms | Chemotherapy | Poly(ADP-ribose) Polymerase Inhibitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403418", + "session_name": "Phase Ib INEOV neoadjuvant trial of durvalumab +/- tremelimumab with platinum chemotherapy for patients (pts) with unresectable ovarian cancer (OC): Survival outcomes and immune correlates,Targeting the CD47/TSP-1 axis: A promising strategy for patients with ovarian cancer (OC) that relapses on PARP inhibitors (PARPi),PARP Inhibitors for All or Those With the Most to Gain", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Alexandra Leary", + "middle_name": "", + "last_name": "", + "org_name": "Gustave Roussy Institute", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232292", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232292", + "events_session": "Phase Ib INEOV neoadjuvant trial of durvalumab +/- tremelimumab with platinum chemotherapy for patients (pts) with unresectable ovarian cancer (OC): Survival outcomes and immune correlates", + "rest_events_session_count": 2, + "rest_events_session": "Targeting the CD47/TSP-1 axis: A promising strategy for patients with ovarian cancer (OC) that relapses on PARP inhibitors (PARPi),PARP Inhibitors for All or Those With the Most to Gain", + "events_topic": "Durvalumab | Tremelimumab ", + "rest_events_topic_count": 3, + "rest_events_topic": " Ovarian Neoplasms | Chemotherapy | Poly(ADP-ribose) Polymerase Inhibitors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403418');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAlexandra Leary", + "kol_full_name": "Alexandra Leary" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Health Inequities | Clinical Trials As Topic | Leukemia, Myeloid, Acute | Neoplasms", + "npi_num": "1023457819", + "hcp_pin_alias": "FU_HCP_186959", + "session_name": "Identifying eligibility criteria that perpetuate race/ethnic disparities in acute myeloid leukemia (AML) clinical trial participation,Inequities in timely treatment (Tx) initiation for patients (pts) with acute myeloid leukemia (AML) treated in a predominantly community setting in the United States (US),Assessing the environmental and downstream human health impacts of decentralizing cancer care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Andrew Hantel", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232480", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232480", + "events_session": "Identifying eligibility criteria that perpetuate race/ethnic disparities in acute myeloid leukemia (AML) clinical trial participation", + "rest_events_session_count": 2, + "rest_events_session": "Inequities in timely treatment (Tx) initiation for patients (pts) with acute myeloid leukemia (AML) treated in a predominantly community setting in the United States (US),Assessing the environmental and downstream human health impacts of decentralizing cancer care", + "events_topic": "Health Inequities | Clinical Trials As Topic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Leukemia, Myeloid, Acute | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1023457819,'FU_HCP_186959');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAndrew Hantel", + "kol_full_name": "Andrew Hantel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Palliative Care", + "npi_num": "1285877894", + "hcp_pin_alias": "PAST_HCP_Onco_231786", + "session_name": "Symptom Science and Palliatve Care: Program Commitee,Treating Frail Populations,Symptom Science and Palliative Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Carolyn J. Presley", + "middle_name": "", + "last_name": "", + "org_name": "The Ohio State University Wexner Medical Center", + "Country": "United States", + "Region": "Ohio", + "City": "Columbus", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232009", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232009", + "events_session": "Symptom Science and Palliatve Care: Program Commitee", + "rest_events_session_count": 2, + "rest_events_session": "Treating Frail Populations,Symptom Science and Palliative Care", + "events_topic": "Neoplasms | Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1285877894,'PAST_HCP_Onco_231786');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECarolyn J. Presley", + "kol_full_name": "Carolyn J. Presley" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Head And Neck Neoplasms | Sexual And Gender Minorities | Lung Neoplasms | Early Detection Of Cancer | Neoplasms", + "npi_num": "1821415084", + "hcp_pin_alias": "FU_HCP_159298", + "session_name": "GUIAR: Promoting lung cancer screening in Hispanic head and neck cancer survivors,Going back home: Understanding the challenges of international medical graduates (IMGs) in oncology,Assessing gender disparities in oncology: Less talk, more action", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Coral Olazagasti", + "middle_name": "", + "last_name": "", + "org_name": "University of Miami Sylvester Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232321", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232321", + "events_session": "GUIAR: Promoting lung cancer screening in Hispanic head and neck cancer survivors", + "rest_events_session_count": 3, + "rest_events_session": "Going back home: Understanding the challenges of international medical graduates (IMGs) in oncology,Assessing gender disparities in oncology: Less talk, more action", + "events_topic": "Head And Neck Neoplasms | Sexual And Gender Minorities ", + "rest_events_topic_count": 3, + "rest_events_topic": " Lung Neoplasms | Early Detection Of Cancer | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1821415084,'FU_HCP_159298');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECoral Olazagasti", + "kol_full_name": "Coral Olazagasti" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Therapeutics | TACC3 Protein, Human | Glypicans | Neoplasms | Solid Tumor", + "npi_num": "1881146868", + "hcp_pin_alias": "FU_HCP_45872", + "session_name": "DUET-01: A first-in-human, phase 1/2 study of BOXR1030 in patients with advanced glypican-3-positive solid tumors,A first-in-human, phase 1 study evaluating oral TACC3 inhibitor, AO-252, in advanced solid tumors,Developmental Therapeutics—Molecularly Targeted Agents and Tumor Biology", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ecaterina Elena Dumbrava", + "middle_name": "", + "last_name": "", + "org_name": "Department of Investigational Cancer Therapeutics, The University of Texas MD Anderson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232013", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232013", + "events_session": "DUET-01: A first-in-human", + "rest_events_session_count": 6, + "rest_events_session": " phase 1/2 study of BOXR1030 in patients with advanced glypican-3-positive solid tumors,A first-in-human, phase 1 study evaluating oral TACC3 inhibitor, AO-252, in advanced solid tumors,Developmental Therapeutics—Molecularly Targeted Agents and Tumor Biology", + "events_topic": "Therapeutics | TACC3 Protein, Human ", + "rest_events_topic_count": 3, + "rest_events_topic": " Glypicans | Neoplasms | Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1881146868,'FU_HCP_45872');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEcaterina Elena Dumbrava", + "kol_full_name": "Ecaterina Elena Dumbrava" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Chemotherapy | Colorectal Neoplasms | Atezolizumab | Biomarkers | Bevacizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403383", + "session_name": "Developmental Therapeutcs – Immunotherapy: Program Commitee,A phase II open‐label study with atezolizumab (atezo) in combination with bevacizumab (bev) in patients (pts) with advanced chemotherapy-resistant colorectal cancer (CRC) and MSI‐like molecular signature: The MoTriColor Consortium CT3 study,Hitting the Mark: The Ongoing Search for Immunotherapy Biomarkers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Elena Elez", + "middle_name": "", + "last_name": "", + "org_name": "Vall d'Hebron University Hospital", + "Country": "Spain", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231969", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231969", + "events_session": "Developmental Therapeutcs – Immunotherapy: Program Commitee", + "rest_events_session_count": 2, + "rest_events_session": "A phase II open‐label study with atezolizumab (atezo) in combination with bevacizumab (bev) in patients (pts) with advanced chemotherapy-resistant colorectal cancer (CRC) and MSI‐like molecular signature: The MoTriColor Consortium CT3 study,Hitting the Mark: The Ongoing Search for Immunotherapy Biomarkers", + "events_topic": "Immunotherapy | Chemotherapy ", + "rest_events_topic_count": 4, + "rest_events_topic": " Colorectal Neoplasms | Atezolizumab | Biomarkers | Bevacizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403383');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EElena Elez", + "kol_full_name": "Elena Elez" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Clinical Trials As Topic | Neoplasms | Endocrine Therapy | Biomarkers | Triple Negative Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403389", + "session_name": "Biomarkers: Predicting Response and Toxicity in Patients With Cancer Treated With Antibody-Drug Conjugates,Short-term risk of recurrence in patients (pts) with HR+/HER2− early breast cancer (EBC) treated with endocrine therapy (ET) in randomized clinical trials (RCTs): A meta-analysis,Unlocking the Potential: Biomarkers of Response to Antibody–Drug Conjugates", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Giuseppe Curigliano", + "middle_name": "", + "last_name": "", + "org_name": "Istituto Europeo di Oncologia, Milan, IRCCS and University of Milano", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232077", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232077", + "events_session": "Biomarkers: Predicting Response and Toxicity in Patients With Cancer Treated With Antibody-Drug Conjugates", + "rest_events_session_count": 2, + "rest_events_session": "Short-term risk of recurrence in patients (pts) with HR+/HER2− early breast cancer (EBC) treated with endocrine therapy (ET) in randomized clinical trials (RCTs): A meta-analysis,Unlocking the Potential: Biomarkers of Response to Antibody–Drug Conjugates", + "events_topic": "Immunoconjugates | Clinical Trials As Topic ", + "rest_events_topic_count": 4, + "rest_events_topic": " Neoplasms | Endocrine Therapy | Biomarkers | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403389');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGiuseppe Curigliano", + "kol_full_name": "Giuseppe Curigliano" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Combined Modality Therapy | Squamous Cell Carcinoma Of Head And Neck | Human Papillomavirus Viruses | Clinical Trials As Topic | Docetaxel | Circulating Tumor DNA | Solid Tumor | Duvelisib", + "npi_num": "1750602983", + "hcp_pin_alias": "FU_HCP_76246", + "session_name": "FIT-001: A phase 1 clinical trial of the farnesyl transferase inhibitor KO-2806 alone or as part of combination therapy for advanced solid tumors,Personalized circulating tumor (ct)DNA for monitoring disease status in HPV-negative head and neck squamous cell carcinoma,Duvelisib with docetaxel for patients with anti-PD-1 refractory, recurrent, or metastatic head and neck squamous cell carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Glenn J. Hanna", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232552", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232552", + "events_session": "FIT-001: A phase 1 clinical trial of the farnesyl transferase inhibitor KO-2806 alone or as part of combination therapy for advanced solid tumors", + "rest_events_session_count": 4, + "rest_events_session": "Personalized circulating tumor (ct)DNA for monitoring disease status in HPV-negative head and neck squamous cell carcinoma,Duvelisib with docetaxel for patients with anti-PD-1 refractory, recurrent, or metastatic head and neck squamous cell carcinoma", + "events_topic": "Combined Modality Therapy | Squamous Cell Carcinoma Of Head And Neck ", + "rest_events_topic_count": 6, + "rest_events_topic": " Human Papillomavirus Viruses | Clinical Trials As Topic | Docetaxel | Circulating Tumor DNA | Solid Tumor | Duvelisib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750602983,'FU_HCP_76246');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGlenn J. Hanna", + "kol_full_name": "Glenn J. Hanna" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Durvalumab | Neoadjuvant Therapy | Datopotamab Deruxtecan | Genital Neoplasms, Female", + "npi_num": "1831358076", + "hcp_pin_alias": "PAST_HCP_Onco_231532", + "session_name": "Gynecologic Cancer: Program Commitee,Rates of pathologic complete response (pCR)after neoadjuvant datopotamab deruxtecan (Dato): Results from the I-SPY22 trial,Gynecologic Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jane Lowe Meisel", + "middle_name": "", + "last_name": "", + "org_name": "Winship Canter Institute of Emory University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232051", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232051", + "events_session": "Gynecologic Cancer: Program Commitee", + "rest_events_session_count": 2, + "rest_events_session": "Rates of pathologic complete response (pCR)after neoadjuvant datopotamab deruxtecan (Dato): Results from the I-SPY22 trial,Gynecologic Cancer", + "events_topic": "Durvalumab | Neoadjuvant Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Datopotamab Deruxtecan | Genital Neoplasms, Female", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1831358076,'PAST_HCP_Onco_231532');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJane Lowe Meisel", + "kol_full_name": "Jane Lowe Meisel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Tumor Necrosis Factor-alpha | Prostatic Neoplasms | Testicular Neoplasms | Urinary Bladder Neoplasms | Urogenital Neoplasms | Penile Neoplasms | Kidney Neoplasms", + "npi_num": "1659663979", + "hcp_pin_alias": "FU_HCP_5403330", + "session_name": "Genitourinary Cancer – Kidney and Bladder: Program Commitee,TRAMP study: A phase 2 trial of tumor necrosis factor-α blockade and AR inhibition in men with CRPC,Genitourinary Cancer—Prostate, Testicular, and Penile", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jessica E. Hawley", + "middle_name": "", + "last_name": "", + "org_name": "University of Washington & Fred Hutchinson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231988", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231988", + "events_session": "Genitourinary Cancer – Kidney and Bladder: Program Commitee", + "rest_events_session_count": 4, + "rest_events_session": "TRAMP study: A phase 2 trial of tumor necrosis factor-α blockade and AR inhibition in men with CRPC,Genitourinary Cancer—Prostate, Testicular, and Penile", + "events_topic": "Tumor Necrosis Factor-alpha | Prostatic Neoplasms ", + "rest_events_topic_count": 5, + "rest_events_topic": " Testicular Neoplasms | Urinary Bladder Neoplasms | Urogenital Neoplasms | Penile Neoplasms | Kidney Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1659663979,'FU_HCP_5403330');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJessica E. Hawley", + "kol_full_name": "Jessica E. Hawley" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Colorectal Neoplasms | CLDN18 Protein, Human | Anus Neoplasms | Gastroesophageal Junction Adenocarcinoma | Pembrolizumab | Gastrointestinal Neoplasms | Zolbetuximab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403459", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee,Neoadjuvant/adjuvant pembrolizumab (pembro) + chemotherapy (chemo) vs placebo (pbo) + chemo for gastric/gastroesophageal junction (G/GEJ) adenocarcinoma: Major pathologic response (mPR) in KEYNOTE-585,Final overall survival results from phase 3 SPOTLIGHT study evaluating zolbetuximab + mFOLFOX6 as first-line (1L) treatment for patients (pts) with claudin 18 isoform 2 (CLDN182)+, HER2−, locally advanced (LA) unresectable or metastatic gastric or gastroesophageal junction (mG/GEJ) adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kohei Shitara", + "middle_name": "", + "last_name": "", + "org_name": "National Cancer Center Hospital East", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232815", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232815", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 4, + "rest_events_session": "Neoadjuvant/adjuvant pembrolizumab (pembro) + chemotherapy (chemo) vs placebo (pbo) + chemo for gastric/gastroesophageal junction (G/GEJ) adenocarcinoma: Major pathologic response (mPR) in KEYNOTE-585,Final overall survival results from phase 3 SPOTLIGHT study evaluating zolbetuximab + mFOLFOX6 as first-line (1L) treatment for patients (pts) with claudin 18 isoform 2 (CLDN182)+, HER2−, locally advanced (LA) unresectable or metastatic gastric or gastroesophageal junction (mG/GEJ) adenocarcinoma", + "events_topic": "Chemotherapy | Colorectal Neoplasms ", + "rest_events_topic_count": 6, + "rest_events_topic": " CLDN18 Protein, Human | Anus Neoplasms | Gastroesophageal Junction Adenocarcinoma | Pembrolizumab | Gastrointestinal Neoplasms | Zolbetuximab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403459');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKohei Shitara", + "kol_full_name": "Kohei Shitara" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pancreatic Neoplasms | Immunotherapy | Gastrointestinal Neoplasms | Clinical Trials As Topic", + "npi_num": "1720400906", + "hcp_pin_alias": "FU_HCP_44576", + "session_name": "Participating in Early Phase Immunotherapy Clinical Trials: Benefits, Barriers, and Burdens,Amplifying the Patient's Voice in Early-Phase Immunotherapy Clinical Trials: Solutions to Burdens and Barriers,Gastrointestinal Cancer—Gastroesophageal, Pancreatic, and Hepatobiliary", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kristen Renee Spencer", + "middle_name": "", + "last_name": "", + "org_name": "Perlmutter Cancer Center, NYU Langone Health", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231965", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231965", + "events_session": "Participating in Early Phase Immunotherapy Clinical Trials: Benefits", + "rest_events_session_count": 6, + "rest_events_session": " Barriers, and Burdens,Amplifying the Patient's Voice in Early-Phase Immunotherapy Clinical Trials: Solutions to Burdens and Barriers,Gastrointestinal Cancer—Gastroesophageal, Pancreatic, and Hepatobiliary", + "events_topic": "Pancreatic Neoplasms | Immunotherapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Gastrointestinal Neoplasms | Clinical Trials As Topic", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720400906,'FU_HCP_44576');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKristen Renee Spencer", + "kol_full_name": "Kristen Renee Spencer" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Circulating Tumor DNA | Receptor, Epidermal Growth Factor | Abemaciclib | Breast Neoplasms | Triple Negative Breast Neoplasms", + "npi_num": "1699069880", + "hcp_pin_alias": "FU_HCP_110315", + "session_name": "Genomic alterations (GA) in ESR1, PIK3CA, AKT1, and PTEN in HR(+)HER2(-) patients (pts) with metastatic breast cancer (MBC): Co-occurrence and prevalence along treatment course,Imlunestrant, an oral selective estrogen receptor degrader (SERD), in combination with human epidermal growth factor receptor 2 (HER2) directed therapy, with or without abemaciclib, in estrogen receptor (ER) positive, HER2 positive advanced breast cancer (aBC): EMBER phase 1a/1b study,The Dr Bernard Fisher Memorial Annual Clinical Science Symposium Supported by the Breast Cancer Research Foundation: Emerging Role of ctDNA in Breast Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Manali A. Bhave", + "middle_name": "", + "last_name": "", + "org_name": "Emory University School of Medicine", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232022", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232022", + "events_session": "Genomic alterations (GA) in ESR1", + "rest_events_session_count": 10, + "rest_events_session": " PIK3CA, AKT1, and PTEN in HR(+)HER2(-) patients (pts) with metastatic breast cancer (MBC): Co-occurrence and prevalence along treatment course,Imlunestrant, an oral selective estrogen receptor degrader (SERD), in combination with human epidermal growth factor receptor 2 (HER2) directed therapy, with or without abemaciclib, in estrogen receptor (ER) positive, HER2 positive advanced breast cancer (aBC): EMBER phase 1a/1b study,The Dr Bernard Fisher Memorial Annual Clinical Science Symposium Supported by the Breast Cancer Research Foundation: Emerging Role of ctDNA in Breast Cancer", + "events_topic": "Circulating Tumor DNA | Receptor, Epidermal Growth Factor ", + "rest_events_topic_count": 3, + "rest_events_topic": " Abemaciclib | Breast Neoplasms | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699069880,'FU_HCP_110315');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EManali A. Bhave", + "kol_full_name": "Manali A. Bhave" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Dexamethasone | Multiple Myeloma | Belantamab Mafodotin | Daratumumab | Bortezomib | Admin. & Management", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403395", + "session_name": "Amandeep Godara – Track Leader: Program Commitee,Updates on Abstract 439572: Results from the Randomized Phase III DREAMM-7 Study of Belantamab Mafodotin (Belamaf) + Bortezomib, and Dexamethasone (BVd) vs Daratumumab, Bortezomib, and Dexamethasone (DVd) in Relapsed/Refractory Multiple Myeloma (RRMM),DREAMM-7 update: Subgroup analyses from a phase 3 trial of belantamab mafodotin (belamaf) + bortezomib and dexamethasone (BVd) vs daratumumab, bortezomib, and dexamethasone (DVd) in relapsed/refractory multiple myeloma (RRMM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Maria-Victoria Mateos", + "middle_name": "", + "last_name": "", + "org_name": "Hospital Universitario de Salamanca, Instituto de Investigación Biomédica de Salamanca (IBSAL), Centro de Investigación del Cáncer (IBMCC-USAL, CSIC)", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232134", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232134", + "events_session": "Amandeep Godara – Track Leader: Program Commitee", + "rest_events_session_count": 7, + "rest_events_session": "Updates on Abstract 439572: Results from the Randomized Phase III DREAMM-7 Study of Belantamab Mafodotin (Belamaf) + Bortezomib, and Dexamethasone (BVd) vs Daratumumab, Bortezomib, and Dexamethasone (DVd) in Relapsed/Refractory Multiple Myeloma (RRMM),DREAMM-7 update: Subgroup analyses from a phase 3 trial of belantamab mafodotin (belamaf) + bortezomib and dexamethasone (BVd) vs daratumumab, bortezomib, and dexamethasone (DVd) in relapsed/refractory multiple myeloma (RRMM)", + "events_topic": "Dexamethasone | Multiple Myeloma ", + "rest_events_topic_count": 4, + "rest_events_topic": " Belantamab Mafodotin | Daratumumab | Bortezomib | Admin. & Management", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403395');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMaria-Victoria Mateos", + "kol_full_name": "Maria-Victoria Mateos" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lung Neoplasms | Atezolizumab | Immunotherapy | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403385", + "session_name": "Local Treatment Options in Early-Stage Lung Cancer,Atezolizumab in patients (pts) with tumor mutational burden (TMB)–high tumors from the TAPISTRY trial,Integrating Immunotherapy Into Early-Stage Lung Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Rafal Dziadziuszko", + "middle_name": "", + "last_name": "", + "org_name": "Medical University of Gdansk", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232048", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232048", + "events_session": "Local Treatment Options in Early-Stage Lung Cancer", + "rest_events_session_count": 2, + "rest_events_session": "Atezolizumab in patients (pts) with tumor mutational burden (TMB)–high tumors from the TAPISTRY trial,Integrating Immunotherapy Into Early-Stage Lung Cancer", + "events_topic": "Lung Neoplasms | Atezolizumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immunotherapy | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403385');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERafal Dziadziuszko", + "kol_full_name": "Rafal Dziadziuszko" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Renal Cell | Multimodal Imaging | Prostatectomy | Prostatic Neoplasms | Circulating Tumor DNA | Genes, BRCA1", + "npi_num": "1306013610", + "hcp_pin_alias": "FU_HCP_0008455", + "session_name": "A phase 2 study of neoadjuvant PARP inhibition followed by radical prostatectomy (RP) in patients with unfavorable intermediate-risk or high-risk prostate cancer with BRCA1/2 gene alterations (NePtune),Molecular and clinical correlates of high PSMA/FOLH1 mRNA expression in primary and metastatic prostate cancer (PC),Matched tissue and circulating tumor DNA (ctDNA) analysis in renal cell carcinoma (RCC): Results from a multimodal real-world database", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Rana R. McKay", + "middle_name": "", + "last_name": "", + "org_name": "University of California, San Diego Health", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232582", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232582", + "events_session": "A phase 2 study of neoadjuvant PARP inhibition followed by radical prostatectomy (RP) in patients with unfavorable intermediate-risk or high-risk prostate cancer with BRCA1/2 gene alterations (NePtune)", + "rest_events_session_count": 2, + "rest_events_session": "Molecular and clinical correlates of high PSMA/FOLH1 mRNA expression in primary and metastatic prostate cancer (PC),Matched tissue and circulating tumor DNA (ctDNA) analysis in renal cell carcinoma (RCC): Results from a multimodal real-world database", + "events_topic": "Carcinoma, Renal Cell | Multimodal Imaging ", + "rest_events_topic_count": 4, + "rest_events_topic": " Prostatectomy | Prostatic Neoplasms | Circulating Tumor DNA | Genes, BRCA1", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1306013610,'FU_HCP_0008455');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERana R. McKay", + "kol_full_name": "Rana R. McKay" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "ESR1 Protein, Human | KIF18A Protein, Human | Fulvestrant | Ovarian Neoplasms | Alpelisib | Endometrial Neoplasms | Neoplasms", + "npi_num": "1689729212", + "hcp_pin_alias": "PAST_HCP_Onco_232576", + "session_name": "A phase I/II, first-in-human study of VLS-1488, an oral KIF18A inhibitor, in patients with advanced cancer,GOG3069: Phase 2 study of alpelisib and fulvestrant for PIK3CA-mutated estrogen receptor (ER)-positive endometrioid endometrial cancers,Characterization of ESR1 mutations in endometrial and ovarian cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Stephanie Gaillard", + "middle_name": "", + "last_name": "", + "org_name": "Sidney Kimmel Comprehensive Cancer Center, Johns Hopkins University School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232436", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232436", + "events_session": "A phase I/II", + "rest_events_session_count": 5, + "rest_events_session": " first-in-human study of VLS-1488, an oral KIF18A inhibitor, in patients with advanced cancer,GOG3069: Phase 2 study of alpelisib and fulvestrant for PIK3CA-mutated estrogen receptor (ER)-positive endometrioid endometrial cancers,Characterization of ESR1 mutations in endometrial and ovarian cancers", + "events_topic": "ESR1 Protein, Human | KIF18A Protein, Human ", + "rest_events_topic_count": 5, + "rest_events_topic": " Fulvestrant | Ovarian Neoplasms | Alpelisib | Endometrial Neoplasms | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1689729212,'PAST_HCP_Onco_232576');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStephanie Gaillard", + "kol_full_name": "Stephanie Gaillard" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neuroendocrine Tumors | Prostatic Neoplasms | Carcinoma, Renal Cell | Receptors, Androgen", + "npi_num": "1245694801", + "hcp_pin_alias": "FU_HCP_40312", + "session_name": "Advanced Sequencing and Targeted Therapy Strategies in Renal Cell Carcinoma: How Can We Help More Patients Not at the Expense of Toxicity?,Clinical utility of transcriptomic signatures to identify androgen receptor and neuroendocrine signaling in prostate cancer,State-of-the-Art Diagnostic and Therapeutic Strategies in Renal Cell Carcinoma: Current Advances and Future Frontiers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yu-Wei Chen", + "middle_name": "", + "last_name": "", + "org_name": "University of California, San Diego Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "3", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232076", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232076", + "events_session": "Advanced Sequencing and Targeted Therapy Strategies in Renal Cell Carcinoma: How Can We Help More Patients Not at the Expense of Toxicity?", + "rest_events_session_count": 2, + "rest_events_session": "Clinical utility of transcriptomic signatures to identify androgen receptor and neuroendocrine signaling in prostate cancer,State-of-the-Art Diagnostic and Therapeutic Strategies in Renal Cell Carcinoma: Current Advances and Future Frontiers", + "events_topic": "Neuroendocrine Tumors | Prostatic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Carcinoma, Renal Cell | Receptors, Androgen", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245694801,'FU_HCP_40312');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYu-Wei Chen", + "kol_full_name": "Yu-Wei Chen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Pharmaceutical Preparations | Medicare Part D", + "npi_num": "1437423290", + "hcp_pin_alias": "FU_HCP_110364", + "session_name": "Trends in pharmaceutical industry payments to US cancer centers, 2014-2021,Cancer care service use intensity in Medicare Advantage versus traditional Medicare", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Aaron Philip Mitchell", + "middle_name": "", + "last_name": "", + "org_name": "Department of Epidemiology and Biostatistics, Memorial Sloan Kettering Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232395", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232395", + "events_session": "Trends in pharmaceutical industry payments to US cancer centers", + "rest_events_session_count": 2, + "rest_events_session": " 2014-2021,Cancer care service use intensity in Medicare Advantage versus traditional Medicare", + "events_topic": "Neoplasms | Pharmaceutical Preparations ", + "rest_events_topic_count": 1, + "rest_events_topic": " Medicare Part D", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437423290,'FU_HCP_110364');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAaron Philip Mitchell", + "kol_full_name": "Aaron Philip Mitchell" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptor, ErbB-3 | Solid Tumor | Head And Neck Neoplasms", + "npi_num": "1861629180", + "hcp_pin_alias": "FU_HCP_271646", + "session_name": "HERTHENA-PanTumor01: A global, multicohort, phase 2 trial of HER3-DXd in relapsed/refractory metastatic solid tumors,Head and Neck Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Aarti K. Bhatia", + "middle_name": "", + "last_name": "", + "org_name": "Yale School of Medicine", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231960", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231960", + "events_session": "HERTHENA-PanTumor01: A global", + "rest_events_session_count": 3, + "rest_events_session": " multicohort, phase 2 trial of HER3-DXd in relapsed/refractory metastatic solid tumors,Head and Neck Cancer", + "events_topic": "Receptor, ErbB-3 | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Head And Neck Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1861629180,'FU_HCP_271646');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAarti K. Bhatia", + "kol_full_name": "Aarti K. Bhatia" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Translational Research, Biomedical | Health Policy", + "npi_num": "1447349477", + "hcp_pin_alias": "FU_HCP_100523", + "session_name": "Quality Care/Health Services Research: Program Commitee,Do No Harm: Impacts of Health Care Policies on Patient Outcomes", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Alexi A. Wright", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233121", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233121", + "events_session": "Quality Care/Health Services Research: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Do No Harm: Impacts of Health Care Policies on Patient Outcomes", + "events_topic": "Translational Research, Biomedical | Health Policy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1447349477,'FU_HCP_100523');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAlexi A. Wright", + "kol_full_name": "Alexi A. Wright" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Brain Neoplasms | Lifileucel | Melanoma | Lymphocytes, Tumor-Infiltrating", + "npi_num": "1174961908", + "hcp_pin_alias": "FU_HCP_39677", + "session_name": "A pilot trial of autologous tumor infiltrating lymphocytes (lifileucel, LN-144) for patients with asymptomatic melanoma brain metastases,Adopting Cutting-Edge Cell Therapies in Melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Allison Betof Warner", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232530", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232530", + "events_session": "A pilot trial of autologous tumor infiltrating lymphocytes (lifileucel", + "rest_events_session_count": 2, + "rest_events_session": " LN-144) for patients with asymptomatic melanoma brain metastases,Adopting Cutting-Edge Cell Therapies in Melanoma", + "events_topic": "Brain Neoplasms | Lifileucel ", + "rest_events_topic_count": 2, + "rest_events_topic": " Melanoma | Lymphocytes, Tumor-Infiltrating", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1174961908,'FU_HCP_39677');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAllison Betof Warner", + "kol_full_name": "Allison Betof Warner" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1356518724", + "hcp_pin_alias": "FU_HCP_76036", + "session_name": "Breast Cancer – Metastatc:: Program Commitee,Breast Cancer—Metastatic", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Amy Sanders Clark", + "middle_name": "", + "last_name": "", + "org_name": "Perelman School of Medicine at the University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231996", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231996", + "events_session": "Breast Cancer – Metastatc:: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Breast Cancer—Metastatic", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356518724,'FU_HCP_76036');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAmy Sanders Clark", + "kol_full_name": "Amy Sanders Clark" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sacituzumab Govitecan | Pembrolizumab | Disease Management | Triple Negative Breast Neoplasms", + "npi_num": "1386185874", + "hcp_pin_alias": "FU_HCP_41520", + "session_name": "SACI-IO HR+: A randomized phase II trial of sacituzumab govitecan with or without pembrolizumab in patients with metastatic hormone receptor-positive/HER2-negative breast cancer,Treatment Selection and Sequencing: Metastatic Disease Management in 2024 for Enhanced Survival and Quality of Life", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ana Christina Garrido-Castro", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232487", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232487", + "events_session": "SACI-IO HR+: A randomized phase II trial of sacituzumab govitecan with or without pembrolizumab in patients with metastatic hormone receptor-positive/HER2-negative breast cancer", + "rest_events_session_count": 1, + "rest_events_session": "Treatment Selection and Sequencing: Metastatic Disease Management in 2024 for Enhanced Survival and Quality of Life", + "events_topic": "Sacituzumab Govitecan | Pembrolizumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Disease Management | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1386185874,'FU_HCP_41520');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAna Christina Garrido-Castro", + "kol_full_name": "Ana Christina Garrido-Castro" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Trastuzumab Deruxtecan | Brain Neoplasms | Breast Neoplasms | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403448", + "session_name": "Genomics to select treatment for patients (pts) with metastatic cancer: Final analysis of Molecular Tumor Board (MTB) evaluations in the ROME trial,Trastuzumab deruxtecan in patients with breast cancer with brain metastases: The DE-REAL study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Andrea Botticelli", + "middle_name": "", + "last_name": "", + "org_name": "Department of Experimental Medicine, Sapienza University of Rome", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232679", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232679", + "events_session": "Genomics to select treatment for patients (pts) with metastatic cancer: Final analysis of Molecular Tumor Board (MTB) evaluations in the ROME trial", + "rest_events_session_count": 1, + "rest_events_session": "Trastuzumab deruxtecan in patients with breast cancer with brain metastases: The DE-REAL study", + "events_topic": "Trastuzumab Deruxtecan | Brain Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Breast Neoplasms | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403448');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAndrea Botticelli", + "kol_full_name": "Andrea Botticelli" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Admin. & Management | Neoplasms", + "npi_num": "1528099322", + "hcp_pin_alias": "PAST_HCP_Onco_231457", + "session_name": "Scientific Program Committee,How and Where Will Public Investment Accelerate Progress in Oncology? A Discussion with the NIH and NCI Directors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Angela DeMichele", + "middle_name": "", + "last_name": "", + "org_name": "University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232071", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232071", + "events_session": "Scientific Program Committee", + "rest_events_session_count": 1, + "rest_events_session": "How and Where Will Public Investment Accelerate Progress in Oncology? A Discussion with the NIH and NCI Directors", + "events_topic": "Admin. & Management | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528099322,'PAST_HCP_Onco_231457');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAngela DeMichele", + "kol_full_name": "Angela DeMichele" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Oropharyngeal Neoplasms | Human Papillomavirus 16 | Head And Neck Neoplasms | Chemotherapy", + "npi_num": "1699017715", + "hcp_pin_alias": "FU_HCP_75860", + "session_name": "Neoadjuvant HPV16-specific arenavirus-based immunotherapy HB-200 plus chemotherapy followed by response-stratified de-intensification in HPV16+ oropharyngeal cancer: TARGET-HPV,Novel Weapons: Bispecifics, Fusion Proteins, Multikinase Inhibitors, and Other Novel Weapons Against Head and Neck Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ari Joseph Rosenberg", + "middle_name": "", + "last_name": "", + "org_name": "University of Chicago", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232122", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232122", + "events_session": "Neoadjuvant HPV16-specific arenavirus-based immunotherapy HB-200 plus chemotherapy followed by response-stratified de-intensification in HPV16+ oropharyngeal cancer: TARGET-HPV", + "rest_events_session_count": 4, + "rest_events_session": "Novel Weapons: Bispecifics, Fusion Proteins, Multikinase Inhibitors, and Other Novel Weapons Against Head and Neck Cancers", + "events_topic": "Immunotherapy | Oropharyngeal Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Human Papillomavirus 16 | Head And Neck Neoplasms | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699017715,'FU_HCP_75860');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAri Joseph Rosenberg", + "kol_full_name": "Ari Joseph Rosenberg" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Carcinoma, Hepatocellular | Durvalumab | Apatinib | Gemcitabine | Sorafenib | Biliary Tract Neoplasms | Camrelizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403463", + "session_name": "TOURMALINE: A phase 3b study of durvalumab with gemcitabine-based chemotherapy regimens in advanced biliary tract cancer,Camrelizumab plus rivoceranib vs sorafenib as first-line therapy for unresectable hepatocellular carcinoma (uHCC): Final overall survival analysis of the phase 3 CARES-310 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Arndt Vogel", + "middle_name": "", + "last_name": "", + "org_name": "Department of Gastroenterology, Hepatology and Endocrinology, Hannover Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232829", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232829", + "events_session": "TOURMALINE: A phase 3b study of durvalumab with gemcitabine-based chemotherapy regimens in advanced biliary tract cancer", + "rest_events_session_count": 1, + "rest_events_session": "Camrelizumab plus rivoceranib vs sorafenib as first-line therapy for unresectable hepatocellular carcinoma (uHCC): Final overall survival analysis of the phase 3 CARES-310 study", + "events_topic": "Chemotherapy | Carcinoma, Hepatocellular ", + "rest_events_topic_count": 6, + "rest_events_topic": " Durvalumab | Apatinib | Gemcitabine | Sorafenib | Biliary Tract Neoplasms | Camrelizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403463');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EArndt Vogel", + "kol_full_name": "Arndt Vogel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Breast Neoplasms", + "npi_num": "1225522816", + "hcp_pin_alias": "FU_HCP_282740", + "session_name": "International medical graduates (IMG) representation at international oncology conference meetings,Breast cancer polygenic risk score and patient survival outcomes in the Pathways study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Arya Mariam Roy", + "middle_name": "", + "last_name": "", + "org_name": "Roswell Park Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232759", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232759", + "events_session": "International medical graduates (IMG) representation at international oncology conference meetings", + "rest_events_session_count": 1, + "rest_events_session": "Breast cancer polygenic risk score and patient survival outcomes in the Pathways study", + "events_topic": "Neoplasms | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1225522816,'FU_HCP_282740');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EArya Mariam Roy", + "kol_full_name": "Arya Mariam Roy" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Amivantamab | Fianlimab | Lazertinib | Cemiplimab | ErbB Receptors | Carcinoma, Non-Small-Cell Lung | Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403440", + "session_name": "Amivantamab plus lazertinib in atypical EGFR-mutated advanced non-small cell lung cancer (NSCLC): Results from CHRYSALIS-2,A phase 1 study of fianlimab (anti–LAG-3) in combination with cemiplimab (anti–PD-1) in patients with advanced HNSCC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Byoung Chul Cho", + "middle_name": "", + "last_name": "", + "org_name": "Division of Medical Oncology, Yonsei Cancer Center, Yonsei University College of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232556", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232556", + "events_session": "Amivantamab plus lazertinib in atypical EGFR-mutated advanced non-small cell lung cancer (NSCLC): Results from CHRYSALIS-2", + "rest_events_session_count": 1, + "rest_events_session": "A phase 1 study of fianlimab (anti–LAG-3) in combination with cemiplimab (anti–PD-1) in patients with advanced HNSCC", + "events_topic": "Amivantamab | Fianlimab ", + "rest_events_topic_count": 5, + "rest_events_topic": " Lazertinib | Cemiplimab | ErbB Receptors | Carcinoma, Non-Small-Cell Lung | Squamous Cell Carcinoma Of Head And Neck", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403440');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EByoung Chul Cho", + "kol_full_name": "Byoung Chul Cho" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Smoking Cessation | Varenicline | Early Detection Of Cancer | Medicare Part D", + "npi_num": "1881125011", + "hcp_pin_alias": "FU_HCP_5403352", + "session_name": "Targeting Direct and Indirect Costs of Cancer: Strategies for Screening, Intervention, and Policy,Access barriers and cost of varenicline for smoking cessation: A national comparative analysis of Medicare standalone part D and Medicare Advantage plan", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Changchuan Jiang", + "middle_name": "", + "last_name": "", + "org_name": "Division of Hematology and Oncology, Department of Internal Medicine, University of Texas Southwestern", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232402", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232402", + "events_session": "Targeting Direct and Indirect Costs of Cancer: Strategies for Screening", + "rest_events_session_count": 3, + "rest_events_session": " Intervention, and Policy,Access barriers and cost of varenicline for smoking cessation: A national comparative analysis of Medicare standalone part D and Medicare Advantage plan", + "events_topic": "Smoking Cessation | Varenicline ", + "rest_events_topic_count": 2, + "rest_events_topic": " Early Detection Of Cancer | Medicare Part D", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1881125011,'FU_HCP_5403352');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChangchuan Jiang", + "kol_full_name": "Changchuan Jiang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Accelerometry | Solid Tumor | Neoplasms", + "npi_num": "1871853432", + "hcp_pin_alias": "FU_HCP_282228", + "session_name": "If Serious Illness Communication Is So Important, Why Is It So Difficult to Integrate in Routine Oncology Care?,Prospective and external validation of an objective performance status (OPS) in patients with metastatic solid malignancies using wearable accelerometry", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Christopher Manz", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232328", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232328", + "events_session": "If Serious Illness Communication Is So Important", + "rest_events_session_count": 2, + "rest_events_session": " Why Is It So Difficult to Integrate in Routine Oncology Care?,Prospective and external validation of an objective performance status (OPS) in patients with metastatic solid malignancies using wearable accelerometry", + "events_topic": "Accelerometry | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1871853432,'FU_HCP_282228');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChristopher Manz", + "kol_full_name": "Christopher Manz" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1356760938", + "hcp_pin_alias": "FU_HCP_41325", + "session_name": "Let's Talk About Symptoms,Bioethics of over- and undertreatment in older adults with cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Clark DuMontier", + "middle_name": "", + "last_name": "", + "org_name": "VA Boston Healthcare System and Brigham and Women's Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232268", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232268", + "events_session": "Let's Talk About Symptoms", + "rest_events_session_count": 1, + "rest_events_session": "Bioethics of over- and undertreatment in older adults with cancer", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356760938,'FU_HCP_41325');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EClark DuMontier", + "kol_full_name": "Clark DuMontier" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Smoldering Multiple Myeloma | Multiple Myeloma | Positron-Emission Tomography | Magnetic Resonance Imaging | Fluorodeoxyglucose F18", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403391", + "session_name": "Exploring the role of the combination of FDG-PET plus whole body MRI for staging patients with high-risk smoldering myeloma: A prospective trial,Exploring the role of the combination of FDG PET plus whole body MRI for staging newly diagnosed and relapsed/refractory multiple myeloma: A prospective trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Claudio Cerchione", + "middle_name": "", + "last_name": "", + "org_name": "Hematology Unit, Istituto Scientifico Romagnolo per lo Studio e la Cura dei Tumori (IRST) IRCCS", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232112", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232112", + "events_session": "Exploring the role of the combination of FDG-PET plus whole body MRI for staging patients with high-risk smoldering myeloma: A prospective trial", + "rest_events_session_count": 1, + "rest_events_session": "Exploring the role of the combination of FDG PET plus whole body MRI for staging newly diagnosed and relapsed/refractory multiple myeloma: A prospective trial", + "events_topic": "Smoldering Multiple Myeloma | Multiple Myeloma ", + "rest_events_topic_count": 3, + "rest_events_topic": " Positron-Emission Tomography | Magnetic Resonance Imaging | Fluorodeoxyglucose F18", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403391');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EClaudio Cerchione", + "kol_full_name": "Claudio Cerchione" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1891225033", + "hcp_pin_alias": "FU_HCP_0001329", + "session_name": "The acceptability of hospital-at-home for persons living with cancer and their caregivers,Post-acute care facility utilization and outcomes among Medicare beneficiaries undergoing inpatient cancer surgery", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Daniel E Lage", + "middle_name": "", + "last_name": "", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232404", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232404", + "events_session": "The acceptability of hospital-at-home for persons living with cancer and their caregivers", + "rest_events_session_count": 1, + "rest_events_session": "Post-acute care facility utilization and outcomes among Medicare beneficiaries undergoing inpatient cancer surgery", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1891225033,'FU_HCP_0001329');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaniel E Lage", + "kol_full_name": "Daniel E Lage" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Circulating Tumor DNA | Breast Neoplasms", + "npi_num": "1043484439", + "hcp_pin_alias": "FU_HCP_116370", + "session_name": "Breast Cancer – Metastatc:: Program Commitee,Threading the Needle in the Haystack: ctDNA Applications in Early and Advanced Breast Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Daniel G. Stover", + "middle_name": "", + "last_name": "", + "org_name": "The Ohio State University Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232491", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232491", + "events_session": "Breast Cancer – Metastatc:: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Threading the Needle in the Haystack: ctDNA Applications in Early and Advanced Breast Cancer", + "events_topic": "Circulating Tumor DNA | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1043484439,'FU_HCP_116370');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaniel G. Stover", + "kol_full_name": "Daniel G. Stover" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "HIV Infections | Endocrine Therapy | Neoplasms | Breast Neoplasms", + "npi_num": "1962764209", + "hcp_pin_alias": "FU_HCP_5403357", + "session_name": "Associations between HIV infection status, psychosocial factors, and adjuvant endocrine therapy adherence among South African women with early-stage breast cancer,Navigating Global Cancer Care: Conflict, Access, and Delivery", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Daniel O'Neil", + "middle_name": "", + "last_name": "", + "org_name": "Yale Cancer Center, Yale", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232527", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232527", + "events_session": "Associations between HIV infection status", + "rest_events_session_count": 5, + "rest_events_session": " psychosocial factors, and adjuvant endocrine therapy adherence among South African women with early-stage breast cancer,Navigating Global Cancer Care: Conflict, Access, and Delivery", + "events_topic": "HIV Infections | Endocrine Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasms | Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1962764209,'FU_HCP_5403357');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaniel O'Neil", + "kol_full_name": "Daniel O'Neil" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Immunotherapy", + "npi_num": "1003234329", + "hcp_pin_alias": "FU_HCP_396051", + "session_name": "Developmental Therapeutcs – Immunotherapy: Program Commitee,Threading the Needle Between Targets and Toxicity", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Daniel Olson", + "middle_name": "", + "last_name": "", + "org_name": "University of Chicago, Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232300", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232300", + "events_session": "Developmental Therapeutcs – Immunotherapy: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Threading the Needle Between Targets and Toxicity", + "events_topic": "Neoplasms | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1003234329,'FU_HCP_396051');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaniel Olson", + "kol_full_name": "Daniel Olson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Osteosarcoma | Circulating Tumor DNA | Sarcoma, Ewing | Chemotherapy", + "npi_num": "1790028140", + "hcp_pin_alias": "FU_HCP_75874", + "session_name": "Prospective evaluation of pre-treatment ctDNA burden in localized osteosarcoma to identify patients with inferior outcomes: A report from the LEOPARD study,Association of elevated ctDNA burden following one cycle of chemotherapy with inferior outcomes for patients with metastatic Ewing sarcoma: A report from the Children’s Oncology Group (COG)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "David Stephen Shulman", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber/Boston Children's Cancer and Blood Disorders Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232496", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232496", + "events_session": "Prospective evaluation of pre-treatment ctDNA burden in localized osteosarcoma to identify patients with inferior outcomes: A report from the LEOPARD study", + "rest_events_session_count": 1, + "rest_events_session": "Association of elevated ctDNA burden following one cycle of chemotherapy with inferior outcomes for patients with metastatic Ewing sarcoma: A report from the Children’s Oncology Group (COG)", + "events_topic": "Osteosarcoma | Circulating Tumor DNA ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sarcoma, Ewing | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790028140,'FU_HCP_75874');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavid Stephen Shulman", + "kol_full_name": "David Stephen Shulman" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Studies As Topic | Niraparib | Pleural Effusion, Malignant | Dostarlimab | Mesothelioma | Peroxiredoxin III | Clinical Trials As Topic | Solid Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403432", + "session_name": "Niraparib and dostarlimab efficacy in patients with platinum-sensitive relapsed mesothelioma: MIST5, a phase IIa clinical trial,First-in-human phase I clinical trial of RSO-021, a first-in class covalent inhibitor of mitochondrial peroxiredoxin 3 (PRX3), in patients with malignant pleural effusion due to mesothelioma and other advanced solid tumors (MITOPE)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Dean Anthony Fennell", + "middle_name": "", + "last_name": "", + "org_name": "Mesothelioma Research Programme, University of Leicester and University Hospitals of Leicester NHS Trust", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232453", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232453", + "events_session": "Niraparib and dostarlimab efficacy in patients with platinum-sensitive relapsed mesothelioma: MIST5", + "rest_events_session_count": 4, + "rest_events_session": " a phase IIa clinical trial,First-in-human phase I clinical trial of RSO-021, a first-in class covalent inhibitor of mitochondrial peroxiredoxin 3 (PRX3), in patients with malignant pleural effusion due to mesothelioma and other advanced solid tumors (MITOPE)", + "events_topic": "Clinical Studies As Topic | Niraparib ", + "rest_events_topic_count": 6, + "rest_events_topic": " Pleural Effusion, Malignant | Dostarlimab | Mesothelioma | Peroxiredoxin III | Clinical Trials As Topic | Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403432');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDean Anthony Fennell", + "kol_full_name": "Dean Anthony Fennell" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Gastrointestinal Neoplasms | Substance-Related Disorders", + "npi_num": "1275734527", + "hcp_pin_alias": "FU_HCP_282178", + "session_name": "Medical Oncologist Perspective,Addressing Substance Use Disorders in the Context of Cancer: A Case-Based Discussion on Assessment and Management", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Deepa Rangachari", + "middle_name": "", + "last_name": "", + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232001", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232001", + "events_session": "Medical Oncologist Perspective", + "rest_events_session_count": 1, + "rest_events_session": "Addressing Substance Use Disorders in the Context of Cancer: A Case-Based Discussion on Assessment and Management", + "events_topic": "Neoplasms | Gastrointestinal Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Substance-Related Disorders", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275734527,'FU_HCP_282178');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDeepa Rangachari", + "kol_full_name": "Deepa Rangachari" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Human Papillomavirus Viruses | Oropharyngeal Squamous Cell Carcinoma | Oropharyngeal Neoplasms", + "npi_num": "1053348367", + "hcp_pin_alias": "FU_HCP_38551", + "session_name": "Features of HPV+ OPSCC predictive of recurrence identified by transcriptional profiling of a case-control cohort,The Risk Landscape in HPV-Positive Oropharyngeal Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Devraj Basu", + "middle_name": "", + "last_name": "", + "org_name": "University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232140", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232140", + "events_session": "Features of HPV+ OPSCC predictive of recurrence identified by transcriptional profiling of a case-control cohort", + "rest_events_session_count": 1, + "rest_events_session": "The Risk Landscape in HPV-Positive Oropharyngeal Cancer", + "events_topic": "Human Papillomavirus Viruses | Oropharyngeal Squamous Cell Carcinoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Oropharyngeal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1053348367,'FU_HCP_38551');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDevraj Basu", + "kol_full_name": "Devraj Basu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Biliary Tract Neoplasms | Vascular Endothelial Growth Factor A | Pancreatic Neoplasms | Solid Tumor | Trastuzumab Deruxtecan | Triple Negative Breast Neoplasms | Pembrolizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403462", + "session_name": "Phase 1 trial of TU2218, TGFβ-RI and VEGF-R2 dual inhibitor in monotherapy and combination with pembrolizumab in patients with advanced solid tumors,Trastuzumab deruxtecan (T-DXd) in patients (pts) with HER2-expressing biliary tract cancer (BTC) and pancreatic cancer (PC): Outcomes from DESTINY-PanTumor02 (DP-02)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Do-Youn Oh", + "middle_name": "", + "last_name": "", + "org_name": "Department of Internal Medicine, Seoul National University Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232823", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232823", + "events_session": "Phase 1 trial of TU2218", + "rest_events_session_count": 2, + "rest_events_session": " TGFβ-RI and VEGF-R2 dual inhibitor in monotherapy and combination with pembrolizumab in patients with advanced solid tumors,Trastuzumab deruxtecan (T-DXd) in patients (pts) with HER2-expressing biliary tract cancer (BTC) and pancreatic cancer (PC): Outcomes from DESTINY-PanTumor02 (DP-02)", + "events_topic": "Biliary Tract Neoplasms | Vascular Endothelial Growth Factor A ", + "rest_events_topic_count": 5, + "rest_events_topic": " Pancreatic Neoplasms | Solid Tumor | Trastuzumab Deruxtecan | Triple Negative Breast Neoplasms | Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403462');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDo-Youn Oh", + "kol_full_name": "Do-Youn Oh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Microsatellite Instability | Ovarian Neoplasms | Relatlimab | Immune Checkpoint Inhibitors | Nivolumab | Pembrolizumab | Biomarkers", + "npi_num": "1043553456", + "hcp_pin_alias": "FU_HCP_394615", + "session_name": "A phase 1b study of NC410 in combination with pembrolizumab in immune checkpoint inhibitor (ICI) naïve, and refractory microsatellite stable (MSS)/microsatellite instability-low (MSI-L) colorectal cancer (CRC) and ovarian cancer,A phase 2 study evaluating response and biomarkers in patients with microsatellite stable (MSS) advanced colorectal cancer (CRC) treated with nivolumab/relatlimab", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Eric Christenson", + "middle_name": "", + "last_name": "", + "org_name": "The Sidney Kimmel Comprehensive Cancer Center and Bloomberg-Kimmel Institute for Cancer Immunotherapy at Johns Hopkins", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232874", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232874", + "events_session": "A phase 1b study of NC410 in combination with pembrolizumab in immune checkpoint inhibitor (ICI) naïve", + "rest_events_session_count": 2, + "rest_events_session": " and refractory microsatellite stable (MSS)/microsatellite instability-low (MSI-L) colorectal cancer (CRC) and ovarian cancer,A phase 2 study evaluating response and biomarkers in patients with microsatellite stable (MSS) advanced colorectal cancer (CRC) treated with nivolumab/relatlimab", + "events_topic": "Colorectal Neoplasms | Microsatellite Instability ", + "rest_events_topic_count": 6, + "rest_events_topic": " Ovarian Neoplasms | Relatlimab | Immune Checkpoint Inhibitors | Nivolumab | Pembrolizumab | Biomarkers", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1043553456,'FU_HCP_394615');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEric Christenson", + "kol_full_name": "Eric Christenson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1336121789", + "hcp_pin_alias": "PAST_HCP_Onco_231619", + "session_name": "Comparison of expert treatment recommendations versus community healthcare providers: Analysis from an online decision support tool for metastatic breast cancer,Breast Cancer—Local/Regional/Adjuvant", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Erica L. Mayer", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232117", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232117", + "events_session": "Comparison of expert treatment recommendations versus community healthcare providers: Analysis from an online decision support tool for metastatic breast cancer", + "rest_events_session_count": 1, + "rest_events_session": "Breast Cancer—Local/Regional/Adjuvant", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1336121789,'PAST_HCP_Onco_231619');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EErica L. Mayer", + "kol_full_name": "Erica L. Mayer" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1467629006", + "hcp_pin_alias": "FU_HCP_110286", + "session_name": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee,Breast Cancer—Metastatic", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Erica Michelle Stringer-Reasor", + "middle_name": "", + "last_name": "", + "org_name": "O'Neal Comprehensive Cancer Center at UAB", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231995", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231995", + "events_session": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Breast Cancer—Metastatic", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1467629006,'FU_HCP_110286');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EErica Michelle Stringer-Reasor", + "kol_full_name": "Erica Michelle Stringer-Reasor" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiotherapy | Rectal Neoplasms | Neoplasms | Organ Preservation", + "npi_num": "1932475902", + "hcp_pin_alias": "FU_HCP_225049", + "session_name": "Phase II trial of organ preservation program using short-course radiation and FOLFOXIRI for rectal cancer (SHORT-FOX),Radiation Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Erqi L. Pollom", + "middle_name": "", + "last_name": "", + "org_name": "Stanford Hospital and Clinics", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232309", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232309", + "events_session": "Phase II trial of organ preservation program using short-course radiation and FOLFOXIRI for rectal cancer (SHORT-FOX)", + "rest_events_session_count": 1, + "rest_events_session": "Radiation Oncologist Perspective", + "events_topic": "Radiotherapy | Rectal Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasms | Organ Preservation", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932475902,'FU_HCP_225049');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EErqi L. Pollom", + "kol_full_name": "Erqi L. Pollom" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Tremelimumab | Pembrolizumab | Carcinoma, Non-Small-Cell Lung | Pemetrexed | Durvalumab | Chemotherapy", + "npi_num": "1679957187", + "hcp_pin_alias": "FU_HCP_44144", + "session_name": "TRITON: Phase 3b study of tremelimumab (T) + durvalumab (D) vs pembrolizumab (P), in combination with chemotherapy (CT), in non-squamous (NSQ) metastatic NSCLC (mNSCLC) with STK11 and/or KEAP1 and/or KRAS mutations,Krascendo-170 Lung: A phase Ib/II study of divarasib + pembrolizumab ± platinum-based chemotherapy and pemetrexed in untreated KRAS G12C+ advanced non-small cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ferdinandos Skoulidis", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232190", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232190", + "events_session": "TRITON: Phase 3b study of tremelimumab (T) + durvalumab (D) vs pembrolizumab (P)", + "rest_events_session_count": 3, + "rest_events_session": " in combination with chemotherapy (CT), in non-squamous (NSQ) metastatic NSCLC (mNSCLC) with STK11 and/or KEAP1 and/or KRAS mutations,Krascendo-170 Lung: A phase Ib/II study of divarasib + pembrolizumab ± platinum-based chemotherapy and pemetrexed in untreated KRAS G12C+ advanced non-small cell lung cancer (NSCLC)", + "events_topic": "Tremelimumab | Pembrolizumab ", + "rest_events_topic_count": 4, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung | Pemetrexed | Durvalumab | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1679957187,'FU_HCP_44144');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFerdinandos Skoulidis", + "kol_full_name": "Ferdinandos Skoulidis" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Multiple Myeloma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403386", + "session_name": "Induction Strategies for Newly Diagnosed High-Risk Multiple Myeloma,Navigating High-Risk and Ultra-High-Risk Multiple Myeloma: Challenges and Emerging Strategies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Francesca Gay", + "middle_name": "", + "last_name": "", + "org_name": "University of Torino, AOU S. Giovanni Batt", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232054", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232054", + "events_session": "Induction Strategies for Newly Diagnosed High-Risk Multiple Myeloma", + "rest_events_session_count": 1, + "rest_events_session": "Navigating High-Risk and Ultra-High-Risk Multiple Myeloma: Challenges and Emerging Strategies", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403386');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFrancesca Gay", + "kol_full_name": "Francesca Gay" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Precision Medicine | Breast Neoplasms", + "npi_num": "1811315443", + "hcp_pin_alias": "PAST_HCP_Future Events_313782", + "session_name": "Payor denial after prior authorization request for long-acting pain medication: Provider and patient perspectives,Patient-reported provider communication skills and adherence to recommended treatment in breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Fumiko Chino", + "middle_name": "", + "last_name": "", + "org_name": "Department of Radiation Oncology, Memorial Sloan Kettering Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232619", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232619", + "events_session": "Payor denial after prior authorization request for long-acting pain medication: Provider and patient perspectives", + "rest_events_session_count": 1, + "rest_events_session": "Patient-reported provider communication skills and adherence to recommended treatment in breast cancer", + "events_topic": "Precision Medicine | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811315443,'PAST_HCP_Future Events_313782');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFumiko Chino", + "kol_full_name": "Fumiko Chino" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leiomyosarcoma | Lurbinectedin | Irinotecan | Doxorubicin | Sarcoma, Synovial", + "npi_num": "1215064654", + "hcp_pin_alias": "FU_HCP_39974", + "session_name": "Randomized controlled, open-label, phase IIb/III study of lurbinectedin in combination with doxorubicin versus doxorubicin alone as first-line treatment in patients with metastatic leiomyosarcoma,Efficacy and safety of lurbinectedin (LUR) with irinotecan (IRI) in a phase 2 expansion cohort of patients (Pts) with synovial sarcoma (SS)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Gregory Michael Cote", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232908", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232908", + "events_session": "Randomized controlled", + "rest_events_session_count": 3, + "rest_events_session": " open-label, phase IIb/III study of lurbinectedin in combination with doxorubicin versus doxorubicin alone as first-line treatment in patients with metastatic leiomyosarcoma,Efficacy and safety of lurbinectedin (LUR) with irinotecan (IRI) in a phase 2 expansion cohort of patients (Pts) with synovial sarcoma (SS)", + "events_topic": "Leiomyosarcoma | Lurbinectedin ", + "rest_events_topic_count": 3, + "rest_events_topic": " Irinotecan | Doxorubicin | Sarcoma, Synovial", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215064654,'FU_HCP_39974');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGregory Michael Cote", + "kol_full_name": "Gregory Michael Cote" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Immunoconjugates | Anus Neoplasms | Gastrointestinal Neoplasms | Solid Tumor", + "npi_num": "1376834325", + "hcp_pin_alias": "FU_HCP_5403356", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee,Antibodies Plus: Bispecifics, Antibody Drug–Conjugates, and Engagers in Solid Tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Harshabad Singh", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232504", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232504", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "Antibodies Plus: Bispecifics, Antibody Drug–Conjugates, and Engagers in Solid Tumors", + "events_topic": "Colorectal Neoplasms | Immunoconjugates ", + "rest_events_topic_count": 3, + "rest_events_topic": " Anus Neoplasms | Gastrointestinal Neoplasms | Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1376834325,'FU_HCP_5403356');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHarshabad Singh", + "kol_full_name": "Harshabad Singh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Central Nervous System Neoplasms", + "npi_num": "1083873442", + "hcp_pin_alias": "PAST_HCP_CNS_190250", + "session_name": "Central Nervous System Tumors: Program Commitee,Advancing Trial Design: Illuminating Tumor Evolution in Central Nervous System Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ian F. Parney", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232060", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232060", + "events_session": "Central Nervous System Tumors: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Advancing Trial Design: Illuminating Tumor Evolution in Central Nervous System Cancer", + "events_topic": "Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1083873442,'PAST_HCP_CNS_190250');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EIan F. Parney", + "kol_full_name": "Ian F. Parney" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Clinical Trials As Topic | Clinical Trial", + "npi_num": "1124283213", + "hcp_pin_alias": "FU_HCP_39202", + "session_name": "Clinical trial participation and end-of-life care among older adults: A multi-center longitudinal observational cohort analysis of 121,717 patients with cancer,5-year multicenter analysis of clinical trial participation and total cost of care for older adults with cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ishwaria M. Subbiah", + "middle_name": "", + "last_name": "", + "org_name": "Sarah Cannon Research Institute (SCRI), SCRI Oncology Partners, The US Oncology Network", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232279", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232279", + "events_session": "Clinical trial participation and end-of-life care among older adults: A multi-center longitudinal observational cohort analysis of 121", + "rest_events_session_count": 2, + "rest_events_session": "717 patients with cancer,5-year multicenter analysis of clinical trial participation and total cost of care for older adults with cancer", + "events_topic": "Neoplasms | Clinical Trials As Topic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Clinical Trial", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1124283213,'FU_HCP_39202');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EIshwaria M. Subbiah", + "kol_full_name": "Ishwaria M. Subbiah" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor | Squamous Cell Carcinoma Of Head And Neck | Pembrolizumab | Nivolumab | Ipatasertib", + "npi_num": "1811262967", + "hcp_pin_alias": "FU_HCP_100400", + "session_name": "Phase 1 study of BA3071, an anti–CTLA-4 conditionally active biologic, in combination with nivolumab in advanced solid tumors,A phase 2 study of ipatasertib in combination with pembrolizumab for first-line treatment of recurrent or metastatic squamous cell cancer of the head and neck", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jacob Stephen Thomas", + "middle_name": "", + "last_name": "", + "org_name": "Norris Comprehensive Cancer Center, University of Southern California", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232576", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232576", + "events_session": "Phase 1 study of BA3071", + "rest_events_session_count": 3, + "rest_events_session": " an anti–CTLA-4 conditionally active biologic, in combination with nivolumab in advanced solid tumors,A phase 2 study of ipatasertib in combination with pembrolizumab for first-line treatment of recurrent or metastatic squamous cell cancer of the head and neck", + "events_topic": "Solid Tumor | Squamous Cell Carcinoma Of Head And Neck ", + "rest_events_topic_count": 3, + "rest_events_topic": " Pembrolizumab | Nivolumab | Ipatasertib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811262967,'FU_HCP_100400');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJacob Stephen Thomas", + "kol_full_name": "Jacob Stephen Thomas" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myelodysplastic Syndromes | Leukemia, Myeloid, Acute", + "npi_num": "1922260934", + "hcp_pin_alias": "FU_HCP_99740", + "session_name": "When Myelodysplastic Syndrome Evolves to Acute Myeloid Leukemia: How to Manage Progression of Disease,Advancements and Challenges in the Treatment of Acute Myeloid Leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jacqueline Suen Garcia", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232047", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232047", + "events_session": "When Myelodysplastic Syndrome Evolves to Acute Myeloid Leukemia: How to Manage Progression of Disease", + "rest_events_session_count": 1, + "rest_events_session": "Advancements and Challenges in the Treatment of Acute Myeloid Leukemia", + "events_topic": "Myelodysplastic Syndromes | Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922260934,'FU_HCP_99740');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJacqueline Suen Garcia", + "kol_full_name": "Jacqueline Suen Garcia" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma | Tamoxifen | Breast Neoplasms | Leukemia", + "npi_num": "1356870612", + "hcp_pin_alias": "FU_HCP_41334", + "session_name": "Accelerated aging among survivors of childhood leukemia and lymphoma: Estimates of early onset and excess morbidity from the COMPASS model,Tamoxifen for breast cancer prevention among survivors of pediatric lymphoma previously treated with chest radiation: Clinical benefits, harms and tradeoffs", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jennifer M Yeh", + "middle_name": "", + "last_name": "", + "org_name": "Boston Children's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232497", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232497", + "events_session": "Accelerated aging among survivors of childhood leukemia and lymphoma: Estimates of early onset and excess morbidity from the COMPASS model", + "rest_events_session_count": 2, + "rest_events_session": "Tamoxifen for breast cancer prevention among survivors of pediatric lymphoma previously treated with chest radiation: Clinical benefits, harms and tradeoffs", + "events_topic": "Lymphoma | Tamoxifen ", + "rest_events_topic_count": 2, + "rest_events_topic": " Breast Neoplasms | Leukemia", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356870612,'FU_HCP_41334');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJennifer M Yeh", + "kol_full_name": "Jennifer M Yeh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Breast Neoplasms", + "npi_num": "1619905056", + "hcp_pin_alias": "PAST_HCP_Future Events_316836", + "session_name": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee,Navigating Complex Patient Scenarios: The Seasoned Clinician's Toolbox", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jennifer Ruth Bellon", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231990", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231990", + "events_session": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Navigating Complex Patient Scenarios: The Seasoned Clinician's Toolbox", + "events_topic": "Neoplasms | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1619905056,'PAST_HCP_Future Events_316836');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJennifer Ruth Bellon", + "kol_full_name": "Jennifer Ruth Bellon" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptor, Platelet-Derived Growth Factor Alpha | Homologous Recombination Repair | Gastrointestinal Stromal Tumors | Esophageal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403412", + "session_name": "Phase 1 study of NB003, a broad-spectrum KIT/PDGFRα inhibitor, in patients with advanced gastrointestinal stromal tumors (GIST),Impact of pathogenic germline variants in HRR genes on gastroesophageal cancer in a large real-world Chinese population: A comprehensive study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jian Li", + "middle_name": "", + "last_name": "", + "org_name": "Department of Gastrointestinal Oncology, Beijing Cancer Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232230", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232230", + "events_session": "Phase 1 study of NB003", + "rest_events_session_count": 3, + "rest_events_session": " a broad-spectrum KIT/PDGFRα inhibitor, in patients with advanced gastrointestinal stromal tumors (GIST),Impact of pathogenic germline variants in HRR genes on gastroesophageal cancer in a large real-world Chinese population: A comprehensive study", + "events_topic": "Receptor, Platelet-Derived Growth Factor Alpha | Homologous Recombination Repair ", + "rest_events_topic_count": 2, + "rest_events_topic": " Gastrointestinal Stromal Tumors | Esophageal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403412');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJian Li", + "kol_full_name": "Jian Li" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Antibodies, Bispecific | ErbB Receptors | Carcinoma, Non-Small-Cell Lung | Small Cell Lung Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403402", + "session_name": "ARTEMIS-001: Data from a phase 1a/b study of HS-20093 in patients with relapsed small cell lung cancer (SCLC),Efficacy and safety of MCLA-129, an EGFR/c-MET bispecific antibody, in advanced non-small cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jie Wang", + "middle_name": "", + "last_name": "", + "org_name": "National Cancer Center/National Clinical Research Center for Cancer/Cancer Hospital, Chinese Academy of Medical Sciences and Peking Union Medical College", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232178", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232178", + "events_session": "ARTEMIS-001: Data from a phase 1a/b study of HS-20093 in patients with relapsed small cell lung cancer (SCLC)", + "rest_events_session_count": 3, + "rest_events_session": "Efficacy and safety of MCLA-129, an EGFR/c-MET bispecific antibody, in advanced non-small cell lung cancer (NSCLC)", + "events_topic": "Antibodies, Bispecific | ErbB Receptors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung | Small Cell Lung Carcinoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403402');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJie Wang", + "kol_full_name": "Jie Wang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Pancreatic Neoplasms | Anus Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "1851739239", + "hcp_pin_alias": "FU_HCP_209337", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee,Gastrointestinal Cancer—Gastroesophageal, Pancreatic, and Hepatobiliary", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jingquan Jia", + "middle_name": "", + "last_name": "", + "org_name": "The University of North Carolina at Chapel Hill", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232007", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232007", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "Gastrointestinal Cancer—Gastroesophageal, Pancreatic, and Hepatobiliary", + "events_topic": "Colorectal Neoplasms | Pancreatic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Anus Neoplasms | Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1851739239,'FU_HCP_209337');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJingquan Jia", + "kol_full_name": "Jingquan Jia" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Epigenomics | Fisetin | Chemotherapy | Breast Neoplasms", + "npi_num": "1114319423", + "hcp_pin_alias": "FU_HCP_284269", + "session_name": "A phase II randomized double-blind placebo-controlled study of fisetin to improve physical function in frail older breast cancer survivors (TROFFi),Accelerated epigenetic aging and risk of chemotoxicity in older adults with early breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jingran Ji", + "middle_name": "", + "last_name": "", + "org_name": "City of Hope Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233058", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233058", + "events_session": "A phase II randomized double-blind placebo-controlled study of fisetin to improve physical function in frail older breast cancer survivors (TROFFi)", + "rest_events_session_count": 1, + "rest_events_session": "Accelerated epigenetic aging and risk of chemotoxicity in older adults with early breast cancer", + "events_topic": "Epigenomics | Fisetin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chemotherapy | Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1114319423,'FU_HCP_284269');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJingran Ji", + "kol_full_name": "Jingran Ji" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Favezelimab | Programmed Cell Death 1 Receptor | Hodgkin Disease", + "npi_num": "1891715090", + "hcp_pin_alias": "PAST_HCP_Onco_233551", + "session_name": "A phase 1/2 study of favezelimab in combination with pembrolizumab for heavily pretreated anti–PD-1–refractory classical Hodgkin lymphoma (cHL): An updated analysis,A phase 1/2 study of favezelimab in combination with pembrolizumab for anti–PD-1–naive relapsed or refractory (R/R) classical Hodgkin lymphoma (cHL): An updated analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "John Timmerman", + "middle_name": "", + "last_name": "", + "org_name": "University of California, Los Angeles Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232380", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232380", + "events_session": "A phase 1/2 study of favezelimab in combination with pembrolizumab for heavily pretreated anti–PD-1–refractory classical Hodgkin lymphoma (cHL): An updated analysis", + "rest_events_session_count": 1, + "rest_events_session": "A phase 1/2 study of favezelimab in combination with pembrolizumab for anti–PD-1–naive relapsed or refractory (R/R) classical Hodgkin lymphoma (cHL): An updated analysis", + "events_topic": "Favezelimab | Programmed Cell Death 1 Receptor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hodgkin Disease", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1891715090,'PAST_HCP_Onco_233551');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJohn Timmerman", + "kol_full_name": "John Timmerman" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Surgical Procedures, Operative | Carcinoma, Non-Small-Cell Lung | Nivolumab | Neoplasms | Chemotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403435", + "session_name": "Surgical Oncologist Perspective,Neoadjuvant nivolumab (NIVO) + chemotherapy (chemo) vs chemo in patients (pts) with resectable NSCLC: 4-year update from CheckMate 816", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jonathan Spicer", + "middle_name": "", + "last_name": "", + "org_name": "McGill University", + "Country": "Canada", + "Region": "Quebec", + "City": "Montreal", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232492", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232492", + "events_session": "Surgical Oncologist Perspective", + "rest_events_session_count": 1, + "rest_events_session": "Neoadjuvant nivolumab (NIVO) + chemotherapy (chemo) vs chemo in patients (pts) with resectable NSCLC: 4-year update from CheckMate 816", + "events_topic": "Surgical Procedures, Operative | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 3, + "rest_events_topic": " Nivolumab | Neoplasms | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403435');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJonathan Spicer", + "kol_full_name": "Jonathan Spicer" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms, Male | Inflammatory Breast Neoplasms | Endocrine Therapy", + "npi_num": "1659532703", + "hcp_pin_alias": "FU_HCP_43926", + "session_name": "ETHAN: A phase II study comparing different endocrine therapies for male breast cancer,Survival outcomes and treatment patterns by tumor subtype (TS) in stage III inflammatory and non-inflammatory breast cancer (BC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jose Pablo Leone", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute/Harvard Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232636", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232636", + "events_session": "ETHAN: A phase II study comparing different endocrine therapies for male breast cancer", + "rest_events_session_count": 1, + "rest_events_session": "Survival outcomes and treatment patterns by tumor subtype (TS) in stage III inflammatory and non-inflammatory breast cancer (BC)", + "events_topic": "Breast Neoplasms, Male | Inflammatory Breast Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Endocrine Therapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1659532703,'FU_HCP_43926');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJose Pablo Leone", + "kol_full_name": "Jose Pablo Leone" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Education, Medical", + "npi_num": "1538244249", + "hcp_pin_alias": "FU_HCP_5403331", + "session_name": "Medical Educaton and Professional Development: Program Commitee,Medical Education and Professional Development", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Julia Lee Close", + "middle_name": "", + "last_name": "", + "org_name": "UF Health Cancer Center, University of Florida", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232006", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232006", + "events_session": "Medical Educaton and Professional Development: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Medical Education and Professional Development", + "events_topic": "Education, Medical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1538244249,'FU_HCP_5403331');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJulia Lee Close", + "kol_full_name": "Julia Lee Close" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "METTL3 Inhibitor | Immune Checkpoint Inhibitors | Neoplasms | Solid Tumor", + "npi_num": "1891133989", + "hcp_pin_alias": "FU_HCP_45959", + "session_name": "A phase 1/1b study of the IL-2 prodrug WTX-124 in patients with locally advanced or metastatic solid tumors after checkpoint inhibitor therapy: Initial results of the combination dose escalation with pembrolizumab,Phase 1 dose escalation and cohort expansion study evaluating safety, PK, PD and clinical activity of STC-15, a METTL-3 inhibitor, in patients with advanced malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Justin C Moser", + "middle_name": "", + "last_name": "", + "org_name": "HonorHealth Research Institute", + "Country": "United States", + "Region": "Arizona", + "City": "Scottsdale", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233004", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233004", + "events_session": "A phase 1/1b study of the IL-2 prodrug WTX-124 in patients with locally advanced or metastatic solid tumors after checkpoint inhibitor therapy: Initial results of the combination dose escalation with pembrolizumab", + "rest_events_session_count": 5, + "rest_events_session": "Phase 1 dose escalation and cohort expansion study evaluating safety, PK, PD and clinical activity of STC-15, a METTL-3 inhibitor, in patients with advanced malignancies", + "events_topic": "METTL3 Inhibitor | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasms | Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1891133989,'FU_HCP_45959');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJustin C Moser", + "kol_full_name": "Justin C Moser" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Vaccines | Squamous Cell Carcinoma Of Head And Neck | Immunotherapy | Head And Neck Neoplasms | Immune Checkpoint Inhibitors", + "npi_num": "1093794075", + "hcp_pin_alias": "FU_HCP_38948", + "session_name": "Therapeutic Vaccines for Head and Neck Cancers,Breaking Ground in Recurrent or Metastatic Head and Neck Squamous Cell Carcinoma: Novel Therapies Beyond PD-L1 Immunotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Katharine Andress Rowe Price", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231970", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231970", + "events_session": "Therapeutic Vaccines for Head and Neck Cancers", + "rest_events_session_count": 1, + "rest_events_session": "Breaking Ground in Recurrent or Metastatic Head and Neck Squamous Cell Carcinoma: Novel Therapies Beyond PD-L1 Immunotherapy", + "events_topic": "Vaccines | Squamous Cell Carcinoma Of Head And Neck ", + "rest_events_topic_count": 3, + "rest_events_topic": " Immunotherapy | Head And Neck Neoplasms | Immune Checkpoint Inhibitors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1093794075,'FU_HCP_38948');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKatharine Andress Rowe Price", + "kol_full_name": "Katharine Andress Rowe Price" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Esophageal Neoplasms | Carcinoma, Non-Small-Cell Lung | Stomach Neoplasms | Enfortumab Vedotin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403400", + "session_name": "Enfortumab vedotin (EV) in previously treated gastric/esophageal cancers cohorts of EV-202,Enfortumab vedotin (EV) in non-squamous and squamous non–small cell lung cancer (NSCLC) cohorts of EV-202", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kei Muro", + "middle_name": "", + "last_name": "", + "org_name": "Aichi Cancer Center Hospital", + "Country": "Japan", + "Region": "Aichi", + "City": "Nagoya", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232173", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232173", + "events_session": "Enfortumab vedotin (EV) in previously treated gastric/esophageal cancers cohorts of EV-202", + "rest_events_session_count": 1, + "rest_events_session": "Enfortumab vedotin (EV) in non-squamous and squamous non–small cell lung cancer (NSCLC) cohorts of EV-202", + "events_topic": "Esophageal Neoplasms | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stomach Neoplasms | Enfortumab Vedotin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403400');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKei Muro", + "kol_full_name": "Kei Muro" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hormone Therapy | Radiosurgery | Health Status Disparities | Breast Neoplasms | Brain Neoplasms", + "npi_num": "1790304509", + "hcp_pin_alias": "FU_HCP_328947", + "session_name": "Evaluating disparities in receptor status, overall survival, and time to hormone therapy among women with breast cancer,Disparities in stereotactic radiosurgery practice patterns for treatment of brain metastases: A large national cancer database study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kekoa A. Taparra", + "middle_name": "", + "last_name": "", + "org_name": "Stanford Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232406", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232406", + "events_session": "Evaluating disparities in receptor status", + "rest_events_session_count": 3, + "rest_events_session": " overall survival, and time to hormone therapy among women with breast cancer,Disparities in stereotactic radiosurgery practice patterns for treatment of brain metastases: A large national cancer database study", + "events_topic": "Hormone Therapy | Radiosurgery ", + "rest_events_topic_count": 3, + "rest_events_topic": " Health Status Disparities | Breast Neoplasms | Brain Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790304509,'FU_HCP_328947');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKekoa A. Taparra", + "kol_full_name": "Kekoa A. Taparra" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Rintatolimod | Folfirinox | Pancreatic Neoplasms | Esophageal Neoplasms", + "npi_num": "1396056149", + "hcp_pin_alias": "FU_HCP_99940", + "session_name": "Phase 2 randomized study of rintatolimod following FOLFIRINOX in patients with locally advanced pancreatic adenocarcinoma,Current Management of Nonmetastatic Gastroesophageal Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kelsey Klute", + "middle_name": "", + "last_name": "", + "org_name": "University of Nebraska Medical Center", + "Country": "United States", + "Region": "Nebraska", + "City": "Omaha", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232124", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232124", + "events_session": "Phase 2 randomized study of rintatolimod following FOLFIRINOX in patients with locally advanced pancreatic adenocarcinoma", + "rest_events_session_count": 1, + "rest_events_session": "Current Management of Nonmetastatic Gastroesophageal Cancers", + "events_topic": "Rintatolimod | Folfirinox ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pancreatic Neoplasms | Esophageal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1396056149,'FU_HCP_99940');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKelsey Klute", + "kol_full_name": "Kelsey Klute" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Human Papillomavirus Viruses | Chemoradiotherapy | Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "1427102490", + "hcp_pin_alias": "FU_HCP_100094", + "session_name": "TTMV and association with relapse in patients with HPV related SCCHN undergoing CRT,Can TTMV clearance predict recurrence in HPV HNSCC?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Krzysztof Misiukiewicz", + "middle_name": "", + "last_name": "", + "org_name": "Hematology and Medical Oncology, Icahn School of Medicine at Mount Sinai", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232561", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232561", + "events_session": "TTMV and association with relapse in patients with HPV related SCCHN undergoing CRT", + "rest_events_session_count": 1, + "rest_events_session": "Can TTMV clearance predict recurrence in HPV HNSCC?", + "events_topic": "Human Papillomavirus Viruses | Chemoradiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Squamous Cell Carcinoma Of Head And Neck", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1427102490,'FU_HCP_100094');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKrzysztof Misiukiewicz", + "kol_full_name": "Krzysztof Misiukiewicz" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Germline Genetic Testing | Lung Neoplasms | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403384", + "session_name": "Risk Factors and Germline Testing,Treating Lung Cancer in Young Adults: Considerations and Outcomes", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Laura Mezquita", + "middle_name": "", + "last_name": "", + "org_name": "Hospital Clinic Barcelona, IDIBAPS", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232000", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232000", + "events_session": "Risk Factors and Germline Testing", + "rest_events_session_count": 1, + "rest_events_session": "Treating Lung Cancer in Young Adults: Considerations and Outcomes", + "events_topic": "Germline Genetic Testing | Lung Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403384');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELaura Mezquita", + "kol_full_name": "Laura Mezquita" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunoconjugates | Solid Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403431", + "session_name": "A phase I open-label study of a novel IL-2Rβ/γ cytokine agonist, LTC004, in patients with advanced or metastatic solid tumors,Results of a phase 1/2 study of MHB088C: A novel B7H3 antibody-drug conjugate (ADC) incorporating a potent DNA topoisomerase I inhibitor in recurrent or metastatic solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lin Shen", + "middle_name": "", + "last_name": "", + "org_name": "Beijing Cancer Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232451", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232451", + "events_session": "A phase I open-label study of a novel IL-2Rβ/γ cytokine agonist", + "rest_events_session_count": 3, + "rest_events_session": " LTC004, in patients with advanced or metastatic solid tumors,Results of a phase 1/2 study of MHB088C: A novel B7H3 antibody-drug conjugate (ADC) incorporating a potent DNA topoisomerase I inhibitor in recurrent or metastatic solid tumors", + "events_topic": "Immunoconjugates | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403431');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELin Shen", + "kol_full_name": "Lin Shen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Randomized Controlled Trials As Topic | Radiotherapy | Stomatitis | Nasopharyngeal Carcinoma | Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1710412085", + "hcp_pin_alias": "FU_HCP_5403351", + "session_name": "The efficacy and safety of ulinastatin in the prevention and treatment of radiotherapy-induced oral mucositis in locoregionally advanced nasopharyngeal carcinoma (LA-NPC): A multicenter, open-label, randomized controlled clinical trial,Evaluating CR as a surrogate endpoint for PFS in R/R chronic lymphocytic leukemia/small lymphocytic lymphoma (CLL/SLL): A meta-analysis of randomized controlled trials (RCT)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lin Wang", + "middle_name": "", + "last_name": "", + "org_name": "Bristol Myers Squibb", + "Country": "United States", + "Region": "New Jersey", + "City": "Lawrenceville", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232376", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232376", + "events_session": "The efficacy and safety of ulinastatin in the prevention and treatment of radiotherapy-induced oral mucositis in locoregionally advanced nasopharyngeal carcinoma (LA-NPC): A multicenter", + "rest_events_session_count": 3, + "rest_events_session": " open-label, randomized controlled clinical trial,Evaluating CR as a surrogate endpoint for PFS in R/R chronic lymphocytic leukemia/small lymphocytic lymphoma (CLL/SLL): A meta-analysis of randomized controlled trials (RCT)", + "events_topic": "Randomized Controlled Trials As Topic | Radiotherapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Stomatitis | Nasopharyngeal Carcinoma | Leukemia, Lymphocytic, Chronic, B-Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710412085,'FU_HCP_5403351');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELin Wang", + "kol_full_name": "Lin Wang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sacituzumab Govitecan | Small Cell Lung Carcinoma | Carcinoma, Non-Small-Cell Lung | Irinotecan | Chemotherapy | Lurbinectedin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403414", + "session_name": "Sacituzumab govitecan (SG) vs docetaxel (doc) in patients (pts) with metastatic non-small cell lung cancer (mNSCLC) previously treated with platinum (PT)-based chemotherapy (chemo) and PD(L)-1inhibitors (IO): Primary results from the phase 3 EVOKE-01 study,Efficacy and safety of lurbinectedin (LUR) with irinotecan (IRI) in patients (Pts) with relapsed small cell lung cancer (SCLC): Results from a phase 2 expansion cohort", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Luis G. Paz-Ares", + "middle_name": "", + "last_name": "", + "org_name": "Medical Oncology Department, Hospital Universitario 12 de Octubre, Universidad Complutense de Madrid", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232248", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232248", + "events_session": "Sacituzumab govitecan (SG) vs docetaxel (doc) in patients (pts) with metastatic non-small cell lung cancer (mNSCLC) previously treated with platinum (PT)-based chemotherapy (chemo) and PD(L)-1inhibitors (IO): Primary results from the phase 3 EVOKE-01 study", + "rest_events_session_count": 1, + "rest_events_session": "Efficacy and safety of lurbinectedin (LUR) with irinotecan (IRI) in patients (Pts) with relapsed small cell lung cancer (SCLC): Results from a phase 2 expansion cohort", + "events_topic": "Sacituzumab Govitecan | Small Cell Lung Carcinoma ", + "rest_events_topic_count": 4, + "rest_events_topic": " Carcinoma, Non-Small-Cell Lung | Irinotecan | Chemotherapy | Lurbinectedin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403414');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELuis G. Paz-Ares", + "kol_full_name": "Luis G. Paz-Ares" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myeloid Malignancy | Antibody Therapy | Biomarkers | Triple Negative Breast Neoplasms", + "npi_num": "1063593473", + "hcp_pin_alias": "FU_HCP_283043", + "session_name": "Using cell-free RNA in monitoring immune system and the demonstration of significant systemic deficiency in lymphoid and myeloid biomarkers in patients with cancer,Multiple alternative splicing of HER2 transcripts and exon skipping with potential consequences on function and antibody-based therapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Maher Albitar", + "middle_name": "", + "last_name": "", + "org_name": "Genomic Testing Cooperative", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232680", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232680", + "events_session": "Using cell-free RNA in monitoring immune system and the demonstration of significant systemic deficiency in lymphoid and myeloid biomarkers in patients with cancer", + "rest_events_session_count": 1, + "rest_events_session": "Multiple alternative splicing of HER2 transcripts and exon skipping with potential consequences on function and antibody-based therapy", + "events_topic": "Myeloid Malignancy | Antibody Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Biomarkers | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1063593473,'FU_HCP_283043');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMaher Albitar", + "kol_full_name": "Maher Albitar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Diversity, Equity, Inclusion | Neoplasms", + "npi_num": "1801076138", + "hcp_pin_alias": "FU_HCP_187459", + "session_name": "Utilizing Lay Health Workers and Patient Caregivers to Improve Equitable Communication of Goals of Care,Let’s Have the Conversation: Scaling Serious Illness Communication in Routine Oncology Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Manali I. Patel", + "middle_name": "", + "last_name": "", + "org_name": "Stanford University", + "Country": "United States", + "Region": "California", + "City": "Palo Alto", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232049", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232049", + "events_session": "Utilizing Lay Health Workers and Patient Caregivers to Improve Equitable Communication of Goals of Care", + "rest_events_session_count": 1, + "rest_events_session": "Let’s Have the Conversation: Scaling Serious Illness Communication in Routine Oncology Care", + "events_topic": "Diversity, Equity, Inclusion | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801076138,'FU_HCP_187459');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EManali I. Patel", + "kol_full_name": "Manali I. Patel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Admin. & Management | Neoplasms", + "npi_num": "1033448147", + "hcp_pin_alias": "FU_HCP_38409", + "session_name": "Pediatric Oncology: Program Commitee,Pediatric Oncology I", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Mark A. Applebaum", + "middle_name": "", + "last_name": "", + "org_name": "University of Chicago", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232050", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232050", + "events_session": "Pediatric Oncology: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Pediatric Oncology I", + "events_topic": "Admin. & Management | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1033448147,'FU_HCP_38409');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMark A. Applebaum", + "kol_full_name": "Mark A. Applebaum" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Oropharyngeal Neoplasms | Squamous Cell Carcinoma Of Head And Neck | Human Papillomavirus Viruses | Pembrolizumab | Neoadjuvant Therapy | Danvatirsen", + "npi_num": "1700847753", + "hcp_pin_alias": "FU_HCP_94343", + "session_name": "PEMDA-HN, an open-label, phase II, randomized controlled study of danvatirsen plus pembrolizumab compared to pembrolizumab alone in first-line recurrent and/or metastatic head and neck squamous cell carcinoma (RM HNSCC),Rekindling the Old Flame of Neoadjuvant Therapy: Defining Its Role in HPV-Positive Oropharyngeal Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Marshall R. Posner", + "middle_name": "", + "last_name": "", + "org_name": "Tisch Cancer Institute, Icahn School of Medicine at Mount Sinai", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232143", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232143", + "events_session": "PEMDA-HN", + "rest_events_session_count": 4, + "rest_events_session": " an open-label, phase II, randomized controlled study of danvatirsen plus pembrolizumab compared to pembrolizumab alone in first-line recurrent and/or metastatic head and neck squamous cell carcinoma (RM HNSCC),Rekindling the Old Flame of Neoadjuvant Therapy: Defining Its Role in HPV-Positive Oropharyngeal Cancer", + "events_topic": "Oropharyngeal Neoplasms | Squamous Cell Carcinoma Of Head And Neck ", + "rest_events_topic_count": 4, + "rest_events_topic": " Human Papillomavirus Viruses | Pembrolizumab | Neoadjuvant Therapy | Danvatirsen", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700847753,'FU_HCP_94343');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMarshall R. Posner", + "kol_full_name": "Marshall R. Posner" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic | Artificial Intelligence | Hematologic Neoplasms", + "npi_num": "1609001361", + "hcp_pin_alias": "FU_HCP_202479", + "session_name": "Educating hematology-oncology fellows about how to communicate with patients about cancer clinical trials: A needs assessment,Harness Artificial Intelligence to Enhance Patient–Physician Relationships", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Martina Cathryn Murphy", + "middle_name": "", + "last_name": "", + "org_name": "University of Florida", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232031", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232031", + "events_session": "Educating hematology-oncology fellows about how to communicate with patients about cancer clinical trials: A needs assessment", + "rest_events_session_count": 1, + "rest_events_session": "Harness Artificial Intelligence to Enhance Patient–Physician Relationships", + "events_topic": "Clinical Trials As Topic | Artificial Intelligence ", + "rest_events_topic_count": 1, + "rest_events_topic": " Hematologic Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609001361,'FU_HCP_202479');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMartina Cathryn Murphy", + "kol_full_name": "Martina Cathryn Murphy" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Melanoma | Solid Tumor", + "npi_num": "1437425659", + "hcp_pin_alias": "FU_HCP_110462", + "session_name": "PD-1–Refractory Advanced Melanoma: How Do We Get to the Finish Line?,A phase 1/1b first-in-human (FIH) study of JZP898 as monotherapy and in combination with pembrolizumab in adult patients with advanced or metastatic solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Meredith McKean", + "middle_name": "", + "last_name": "", + "org_name": "Sarah Cannon Research Institute", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232988", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232988", + "events_session": "PD-1–Refractory Advanced Melanoma: How Do We Get to the Finish Line?", + "rest_events_session_count": 1, + "rest_events_session": "A phase 1/1b first-in-human (FIH) study of JZP898 as monotherapy and in combination with pembrolizumab in adult patients with advanced or metastatic solid tumors", + "events_topic": "Pembrolizumab | Melanoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437425659,'FU_HCP_110462');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMeredith McKean", + "kol_full_name": "Meredith McKean" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Melanoma | Immunotherapy | Biomarkers | Circulating Tumor DNA", + "npi_num": "1831728401", + "hcp_pin_alias": "FU_HCP_225402", + "session_name": "Circulating tumor DNA as a predictive biomarker for pathologic response after treatment with neoadjuvant immunotherapy for localized dMMR/MSI-H colorectal cancer,Association between circulating tumor DNA (ctDNA) and recurrence-free survival (RFS) in patients (pts) with resected stage III melanoma: An exploratory analysis of SWOG S1404", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael Brian LaPelusa", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232795", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232795", + "events_session": "Circulating tumor DNA as a predictive biomarker for pathologic response after treatment with neoadjuvant immunotherapy for localized dMMR/MSI-H colorectal cancer", + "rest_events_session_count": 1, + "rest_events_session": "Association between circulating tumor DNA (ctDNA) and recurrence-free survival (RFS) in patients (pts) with resected stage III melanoma: An exploratory analysis of SWOG S1404", + "events_topic": "Colorectal Neoplasms | Melanoma ", + "rest_events_topic_count": 3, + "rest_events_topic": " Immunotherapy | Biomarkers | Circulating Tumor DNA", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1831728401,'FU_HCP_225402');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael Brian LaPelusa", + "kol_full_name": "Michael Brian LaPelusa" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Electronic Health Records | Atezolizumab | Carcinoma, Hepatocellular | Neoadjuvant Therapy | Liver Function Tests | Neoplasms | Bevacizumab", + "npi_num": "1518545086", + "hcp_pin_alias": "FU_HCP_394782", + "session_name": "Atezolizumab plus bevacizumab (A+B) as first-line systemic therapy for advanced hepatocellular carcinoma (HCC): A multi-institution analysis of patient outcomes based on Child Pugh (CP) and ALBI liver function,Symptom burden in adolescents and young adults with cancer: A subgroup analysis of the enhanced, EHR-facilitated cancer symptom control (E2C2) trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael H. Storandt", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232209", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232209", + "events_session": "Atezolizumab plus bevacizumab (A+B) as first-line systemic therapy for advanced hepatocellular carcinoma (HCC): A multi-institution analysis of patient outcomes based on Child Pugh (CP) and ALBI liver function", + "rest_events_session_count": 2, + "rest_events_session": "Symptom burden in adolescents and young adults with cancer: A subgroup analysis of the enhanced, EHR-facilitated cancer symptom control (E2C2) trial", + "events_topic": "Electronic Health Records | Atezolizumab ", + "rest_events_topic_count": 5, + "rest_events_topic": " Carcinoma, Hepatocellular | Neoadjuvant Therapy | Liver Function Tests | Neoplasms | Bevacizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1518545086,'FU_HCP_394782');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael H. Storandt", + "kol_full_name": "Michael H. Storandt" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myelodysplastic Syndromes | Hematologic Neoplasms | Leukemia | Head And Neck Neoplasms", + "npi_num": "1942564117", + "hcp_pin_alias": "FU_HCP_99669", + "session_name": "Head and Neck Cancer: Program Commitee,Hematologic Malignancies—Leukemia, Myelodysplastic Syndromes, and Allotransplant", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael William Drazer", + "middle_name": "", + "last_name": "", + "org_name": "University of Chicago Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232082", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232082", + "events_session": "Head and Neck Cancer: Program Commitee", + "rest_events_session_count": 3, + "rest_events_session": "Hematologic Malignancies—Leukemia, Myelodysplastic Syndromes, and Allotransplant", + "events_topic": "Myelodysplastic Syndromes | Hematologic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Leukemia | Head And Neck Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942564117,'FU_HCP_99669');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael William Drazer", + "kol_full_name": "Michael William Drazer" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nasopharyngeal Carcinoma | Induction Chemotherapy | Toripalimab | Chemoradiotherapy", + "npi_num": "1457358749", + "hcp_pin_alias": "FU_HCP_68167", + "session_name": "Induction chemotherapy followed by concurrent chemoradiotherapy combined with toripalimab and Endostar in high-risk locally advanced nasopharyngeal carcinoma: A multicenter, randomized, phase 2 trial,Endostar combined with concurrent chemoradiotherapy versus concurrent chemoradiotherapy alone for locoregionally advanced nasopharyngeal carcinoma (LA-NPC): A phase III, prospective, randomised-controlled, multicenter clinical trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Min Kang", + "middle_name": "", + "last_name": "", + "org_name": "Department of Radiation Oncology, the First Affiliated Hospital of Guangxi Medical University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232098", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232098", + "events_session": "Induction chemotherapy followed by concurrent chemoradiotherapy combined with toripalimab and Endostar in high-risk locally advanced nasopharyngeal carcinoma: A multicenter", + "rest_events_session_count": 6, + "rest_events_session": " randomized, phase 2 trial,Endostar combined with concurrent chemoradiotherapy versus concurrent chemoradiotherapy alone for locoregionally advanced nasopharyngeal carcinoma (LA-NPC): A phase III, prospective, randomised-controlled, multicenter clinical trial", + "events_topic": "Nasopharyngeal Carcinoma | Induction Chemotherapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Toripalimab | Chemoradiotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1457358749,'FU_HCP_68167');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMin Kang", + "kol_full_name": "Min Kang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Graft Vs Host Disease | Histocompatibility Antigens | Stem Cell Transplantation | Cyclophosphamide | Hematopoietic Stem Cell Transplantation", + "npi_num": "1043489362", + "hcp_pin_alias": "FU_HCP_229365", + "session_name": "Post-transplant cyclophosphamide-based graft-versus-host disease prophylaxis following mismatched unrelated donor peripheral blood stem cell (PBSC) transplantation,A phase 1 trial of TSC-100 and TSC-101, engineered T cell therapies that target minor histocompatibility antigens to eliminate residual disease after hematopoietic cell transplantation", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Monzr M. Al Malki", + "middle_name": "", + "last_name": "", + "org_name": "City of Hope Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233033", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233033", + "events_session": "Post-transplant cyclophosphamide-based graft-versus-host disease prophylaxis following mismatched unrelated donor peripheral blood stem cell (PBSC) transplantation", + "rest_events_session_count": 2, + "rest_events_session": "A phase 1 trial of TSC-100 and TSC-101, engineered T cell therapies that target minor histocompatibility antigens to eliminate residual disease after hematopoietic cell transplantation", + "events_topic": "Graft Vs Host Disease | Histocompatibility Antigens ", + "rest_events_topic_count": 3, + "rest_events_topic": " Stem Cell Transplantation | Cyclophosphamide | Hematopoietic Stem Cell Transplantation", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1043489362,'FU_HCP_229365');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMonzr M. Al Malki", + "kol_full_name": "Monzr M. Al Malki" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Olaparib | Triple Negative Breast Neoplasms | Chemotherapy | Biopsy, Needle | Breast Neoplasms | Chemotherapy, Adjuvant", + "npi_num": "1609800366", + "hcp_pin_alias": "PAST_HCP_Future Events_318545", + "session_name": "Automated prediction of response to neoadjuvant chemotherapy from digitized H&E slides of pre-treatment core needle biopsies in germline BRCA carriers with HER2-negative breast cancer (TBCRC 031),TBCRC 048 (olaparib expanded) expansion cohorts: Phase 2 study of olaparib monotherapy in patients (pts) with metastatic breast cancer (MBC) with germline (g) mutations in PALB2 or somatic (s) mutations in BRCA1 or BRCA2", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nadine M. Tung", + "middle_name": "", + "last_name": "", + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232298", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232298", + "events_session": "Automated prediction of response to neoadjuvant chemotherapy from digitized H&E slides of pre-treatment core needle biopsies in germline BRCA carriers with HER2-negative breast cancer (TBCRC 031)", + "rest_events_session_count": 1, + "rest_events_session": "TBCRC 048 (olaparib expanded) expansion cohorts: Phase 2 study of olaparib monotherapy in patients (pts) with metastatic breast cancer (MBC) with germline (g) mutations in PALB2 or somatic (s) mutations in BRCA1 or BRCA2", + "events_topic": "Olaparib | Triple Negative Breast Neoplasms ", + "rest_events_topic_count": 4, + "rest_events_topic": " Chemotherapy | Biopsy, Needle | Breast Neoplasms | Chemotherapy, Adjuvant", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609800366,'PAST_HCP_Future Events_318545');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENadine M. Tung", + "kol_full_name": "Nadine M. Tung" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sarcoma | Doxorubicin | Immunotherapy | Soft Tissue Sarcoma", + "npi_num": "1982994802", + "hcp_pin_alias": "FU_HCP_155371", + "session_name": "Use of histologic and immunologic factors in sarcoma to predict response rates to immunotherapy,Phase 2a results of SQ3370, a doxorubicin-based click chemistry therapeutic in patients with advanced STS: Planned interim analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nam Bui", + "middle_name": "", + "last_name": "", + "org_name": "Stanford University", + "Country": "United States", + "Region": "California", + "City": "Palo Alto", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232907", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232907", + "events_session": "Use of histologic and immunologic factors in sarcoma to predict response rates to immunotherapy", + "rest_events_session_count": 2, + "rest_events_session": "Phase 2a results of SQ3370, a doxorubicin-based click chemistry therapeutic in patients with advanced STS: Planned interim analysis", + "events_topic": "Sarcoma | Doxorubicin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immunotherapy | Soft Tissue Sarcoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1982994802,'FU_HCP_155371');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENam Bui", + "kol_full_name": "Nam Bui" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Health Policy | Neoplasms", + "npi_num": "1700839263", + "hcp_pin_alias": "FU_HCP_110298", + "session_name": "Impact of Emerging Legislation on Cancer Care—A Community Oncologist's Perspective,Shaping the Future of Cancer Care: Diverse Perspectives on Emerging Health Policies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Natalie R. Dickson", + "middle_name": "", + "last_name": "", + "org_name": "Tennessee Oncology", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231983", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231983", + "events_session": "Impact of Emerging Legislation on Cancer Care—A Community Oncologist's Perspective", + "rest_events_session_count": 1, + "rest_events_session": "Shaping the Future of Cancer Care: Diverse Perspectives on Emerging Health Policies", + "events_topic": "Health Policy | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700839263,'FU_HCP_110298');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENatalie R. Dickson", + "kol_full_name": "Natalie R. Dickson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastrointestinal Microbiome | Sitravatinib | Nivolumab | Dysbiosis | Immune Checkpoint Inhibitors | Carcinoma, Renal Cell", + "npi_num": "1952920019", + "hcp_pin_alias": "FU_HCP_281822", + "session_name": "Impact of CBM588 on gut microbiome composition and dysbiosis in patients receiving frontline immune checkpoint inhibitor (ICI) combinations for metastatic renal cell carcinoma (mRCC),A phase II trial of sitravatinib plus nivolumab after progression on prior immune checkpoint inhibitor (ICI) in patients with metastatic clear cell renal cell carcinoma (ccRCC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nazli Dizman", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232585", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232585", + "events_session": "Impact of CBM588 on gut microbiome composition and dysbiosis in patients receiving frontline immune checkpoint inhibitor (ICI) combinations for metastatic renal cell carcinoma (mRCC)", + "rest_events_session_count": 1, + "rest_events_session": "A phase II trial of sitravatinib plus nivolumab after progression on prior immune checkpoint inhibitor (ICI) in patients with metastatic clear cell renal cell carcinoma (ccRCC)", + "events_topic": "Gastrointestinal Microbiome | Sitravatinib ", + "rest_events_topic_count": 4, + "rest_events_topic": " Nivolumab | Dysbiosis | Immune Checkpoint Inhibitors | Carcinoma, Renal Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1952920019,'FU_HCP_281822');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENazli Dizman", + "kol_full_name": "Nazli Dizman" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Poly(ADP-ribose) Polymerase Inhibitors | Breast Neoplasms | Immunotherapy | Triple Negative Breast Neoplasms | Autoimmune Diseases", + "npi_num": "1669793014", + "hcp_pin_alias": "PAST_HCP_Onco_232453", + "session_name": "Phase II study of a PARP inhibitor, talazoparib, in HER2- metastatic breast cancer (MBC) with a somatic BRCA1/2 mutation identified in a cell-free DNA or tumor tissue genotyping assay,Immune related adverse events in patients with breast cancer and autoimmune disease treated with immunotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Neelima Vidula", + "middle_name": "", + "last_name": "", + "org_name": "Massachusetts General Hospital Cancer Center, Harvard Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232702", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232702", + "events_session": "Phase II study of a PARP inhibitor", + "rest_events_session_count": 3, + "rest_events_session": " talazoparib, in HER2- metastatic breast cancer (MBC) with a somatic BRCA1/2 mutation identified in a cell-free DNA or tumor tissue genotyping assay,Immune related adverse events in patients with breast cancer and autoimmune disease treated with immunotherapy", + "events_topic": "Poly(ADP-ribose) Polymerase Inhibitors | Breast Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Immunotherapy | Triple Negative Breast Neoplasms | Autoimmune Diseases", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1669793014,'PAST_HCP_Onco_232453');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENeelima Vidula", + "kol_full_name": "Neelima Vidula" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms | Exercise Therapy | Alcohol Drinking | Diet, Plant-Based", + "npi_num": "1194987230", + "hcp_pin_alias": "PAST_HCP_Onco_231499", + "session_name": "Weight, Exercise, and Alcohol Consumption: Mitigating Risk of Recurrence Through Lifestyle Modification,Effects of plant-based diet (PBD) and exercise therapy (Ex) on weight and body composition in patients with primary hormone receptor (HR) positive breast cancer: A phase 2 randomized controlled trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Neil M. Iyengar", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232622", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232622", + "events_session": "Weight", + "rest_events_session_count": 3, + "rest_events_session": " Exercise, and Alcohol Consumption: Mitigating Risk of Recurrence Through Lifestyle Modification,Effects of plant-based diet (PBD) and exercise therapy (Ex) on weight and body composition in patients with primary hormone receptor (HR) positive breast cancer: A phase 2 randomized controlled trial", + "events_topic": "Breast Neoplasms | Exercise Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Alcohol Drinking | Diet, Plant-Based", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1194987230,'PAST_HCP_Onco_231499');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENeil M. Iyengar", + "kol_full_name": "Neil M. Iyengar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1609998707", + "hcp_pin_alias": "PAST_HCP_Onco_231592", + "session_name": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee,Breast Cancer—Local/Regional/Adjuvant", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Norah Lynn Henry", + "middle_name": "", + "last_name": "", + "org_name": "University of Michigan Rogel Cancer Center", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232090", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232090", + "events_session": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Breast Cancer—Local/Regional/Adjuvant", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609998707,'PAST_HCP_Onco_231592');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENorah Lynn Henry", + "kol_full_name": "Norah Lynn Henry" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Squamous Cell Carcinoma Of Head And Neck | Head And Neck Neoplasms | Enfortumab Vedotin", + "npi_num": "1245556851", + "hcp_pin_alias": "FU_HCP_100379", + "session_name": "Enfortumab vedotin and pembrolizumab as first-line treatment in recurrent or metastatic head and neck squamous cell carcinoma: A cohort of the EV-202 trial,Head and Neck Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Paul Swiecicki", + "middle_name": "", + "last_name": "", + "org_name": "Department of Internal Medicine, Division of Hematology/Oncology,University of Michigan Rogel Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232017", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232017", + "events_session": "Enfortumab vedotin and pembrolizumab as first-line treatment in recurrent or metastatic head and neck squamous cell carcinoma: A cohort of the EV-202 trial", + "rest_events_session_count": 1, + "rest_events_session": "Head and Neck Cancer", + "events_topic": "Pembrolizumab | Squamous Cell Carcinoma Of Head And Neck ", + "rest_events_topic_count": 2, + "rest_events_topic": " Head And Neck Neoplasms | Enfortumab Vedotin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245556851,'FU_HCP_100379');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPaul Swiecicki", + "kol_full_name": "Paul Swiecicki" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sorafenib | Fibromatosis, Aggressive | Oncolytic Virotherapy", + "npi_num": "1447816202", + "hcp_pin_alias": "FU_HCP_284964", + "session_name": "SH2B3 mutation as a potential resistance mechanism to oncolytic virus therapy,Sorafenib treatment duration in desmoid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Philippos Apolinario Costa", + "middle_name": "", + "last_name": "", + "org_name": "Yale New Haven Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232914", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232914", + "events_session": "SH2B3 mutation as a potential resistance mechanism to oncolytic virus therapy", + "rest_events_session_count": 1, + "rest_events_session": "Sorafenib treatment duration in desmoid tumors", + "events_topic": "Sorafenib | Fibromatosis, Aggressive ", + "rest_events_topic_count": 1, + "rest_events_topic": " Oncolytic Virotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1447816202,'FU_HCP_284964');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPhilippos Apolinario Costa", + "kol_full_name": "Philippos Apolinario Costa" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sarcoma", + "npi_num": "1407072838", + "hcp_pin_alias": "FU_HCP_186817", + "session_name": "Sarcoma: Program Commitee,Sarcoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Priscilla Merriam", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute, Harvard Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231980", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231980", + "events_session": "Sarcoma: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Sarcoma", + "events_topic": "Sarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1407072838,'FU_HCP_186817');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPriscilla Merriam", + "kol_full_name": "Priscilla Merriam" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Patient Selection | Durvalumab | Neoadjuvant Therapy | Datopotamab Deruxtecan", + "npi_num": "1760778526", + "hcp_pin_alias": "FU_HCP_100315", + "session_name": "Who and What?: Neoadjuvant Strategies and Patient Selection in 2024,Rates of pathologic complete response (pCR) after datopotamab deruxtecan (Dato) plus durvalumab (Durva) in the neoadjuvant setting: Results from the I-SPY22 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Rebecca Arielle Shatsky", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232144", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232144", + "events_session": "Who and What?: Neoadjuvant Strategies and Patient Selection in 2024", + "rest_events_session_count": 1, + "rest_events_session": "Rates of pathologic complete response (pCR) after datopotamab deruxtecan (Dato) plus durvalumab (Durva) in the neoadjuvant setting: Results from the I-SPY22 trial", + "events_topic": "Patient Selection | Durvalumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoadjuvant Therapy | Datopotamab Deruxtecan", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760778526,'FU_HCP_100315');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERebecca Arielle Shatsky", + "kol_full_name": "Rebecca Arielle Shatsky" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pertuzumab | Trastuzumab | Inavolisib | Triple Negative Breast Neoplasms", + "npi_num": "1508146721", + "hcp_pin_alias": "FU_HCP_116359", + "session_name": "INAVO122: A phase III study of maintenance inavolisib or placebo + pertuzumab + trastuzumab following induction with pertuzumab + trastuzumab + a taxane in patients (pts) with PIK3CA-mutated, HER2-positive advanced breast cancer (HER2+ aBC),Real-world treatment patterns, healthcare resource utilization and costs of care among newly-diagnosed patients with HR+/HER2- metastatic breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Reva K Basho", + "middle_name": "", + "last_name": "", + "org_name": "Ellison Institute of Technology", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232692", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232692", + "events_session": "INAVO122: A phase III study of maintenance inavolisib or placebo + pertuzumab + trastuzumab following induction with pertuzumab + trastuzumab + a taxane in patients (pts) with PIK3CA-mutated", + "rest_events_session_count": 3, + "rest_events_session": " HER2-positive advanced breast cancer (HER2+ aBC),Real-world treatment patterns, healthcare resource utilization and costs of care among newly-diagnosed patients with HR+/HER2- metastatic breast cancer", + "events_topic": "Pertuzumab | Trastuzumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Inavolisib | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1508146721,'FU_HCP_116359');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EReva K Basho", + "kol_full_name": "Reva K Basho" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Randomized Controlled Trials As Topic | Telemedicine | Neoplasms", + "npi_num": "1770800732", + "hcp_pin_alias": "FU_HCP_0002765", + "session_name": "Patient-reported experience with an immunotherapy telehealth platform,Acute care and overall survival results of a randomized trial of a virtual health intervention during routine cancer treatment", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Robert Michael Daly", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232103", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232103", + "events_session": "Patient-reported experience with an immunotherapy telehealth platform", + "rest_events_session_count": 1, + "rest_events_session": "Acute care and overall survival results of a randomized trial of a virtual health intervention during routine cancer treatment", + "events_topic": "Immunotherapy | Randomized Controlled Trials As Topic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Telemedicine | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770800732,'FU_HCP_0002765');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERobert Michael Daly", + "kol_full_name": "Robert Michael Daly" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Cretostimogene Grenadenorepvec | Urinary Bladder Neoplasms", + "npi_num": "1841515525", + "hcp_pin_alias": "FU_HCP_45588", + "session_name": "Final results of CORE-001: A phase-2, single arm study of cretostimogene grenadenorepvec in combination with pembrolizumab in patients with BCG-unresponsive, non-muscle invasive bladder cancer with carcinoma in situ,Outcomes of patients with bacillus Calmette-Guérin–unresponsive high-risk non–muscle-invasive bladder cancer who demonstrated nonresponse to pembrolizumab in KEYNOTE-057: A post hoc analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Roger Li", + "middle_name": "", + "last_name": "", + "org_name": "H. Lee Moffitt Cancer Center and Research Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232602", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232602", + "events_session": "Final results of CORE-001: A phase-2", + "rest_events_session_count": 3, + "rest_events_session": " single arm study of cretostimogene grenadenorepvec in combination with pembrolizumab in patients with BCG-unresponsive, non-muscle invasive bladder cancer with carcinoma in situ,Outcomes of patients with bacillus Calmette-Guérin–unresponsive high-risk non–muscle-invasive bladder cancer who demonstrated nonresponse to pembrolizumab in KEYNOTE-057: A post hoc analysis", + "events_topic": "Pembrolizumab | Cretostimogene Grenadenorepvec ", + "rest_events_topic_count": 1, + "rest_events_topic": " Urinary Bladder Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1841515525,'FU_HCP_45588');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERoger Li", + "kol_full_name": "Roger Li" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematologic Neoplasms", + "npi_num": "1518499334", + "hcp_pin_alias": "FU_HCP_5403347", + "session_name": "A multicenter analysis evaluating educational resources utilized by hematology/oncology fellows (HOF),A multicenter analysis of didactic curricula in a hematology oncology fellowship program", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ronak Mistry", + "middle_name": "", + "last_name": "", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232263", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232263", + "events_session": "A multicenter analysis evaluating educational resources utilized by hematology/oncology fellows (HOF)", + "rest_events_session_count": 1, + "rest_events_session": "A multicenter analysis of didactic curricula in a hematology oncology fellowship program", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1518499334,'FU_HCP_5403347');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERonak Mistry", + "kol_full_name": "Ronak Mistry" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy, Adoptive | Pembrolizumab | Clinical Trials As Topic | Melanoma | Lymphocytes, Tumor-Infiltrating | Lifileucel | Solid Tumor | Immune Checkpoint Inhibitors", + "npi_num": "1760677108", + "hcp_pin_alias": "FU_HCP_153994", + "session_name": "Efficacy and safety of lifileucel, an autologous tumor-infiltrating lymphocyte cell therapy, and pembrolizumab in patients with immune checkpoint inhibitor-naive unresectable or metastatic melanoma: Updated results from IOV-COM-202 cohort 1A,Initial data from a phase 1, first-in-human clinical trial for T-Plex, a multiplexed, enhanced T cell receptor-engineered T cell therapy (TCR-T) for solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sajeve Samuel Thomas", + "middle_name": "", + "last_name": "", + "org_name": "Orlando Health Cancer Institute", + "Country": "United States", + "Region": "Florida", + "City": "Orlando", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232996", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232996", + "events_session": "Efficacy and safety of lifileucel", + "rest_events_session_count": 6, + "rest_events_session": " an autologous tumor-infiltrating lymphocyte cell therapy, and pembrolizumab in patients with immune checkpoint inhibitor-naive unresectable or metastatic melanoma: Updated results from IOV-COM-202 cohort 1A,Initial data from a phase 1, first-in-human clinical trial for T-Plex, a multiplexed, enhanced T cell receptor-engineered T cell therapy (TCR-T) for solid tumors", + "events_topic": "Immunotherapy, Adoptive | Pembrolizumab ", + "rest_events_topic_count": 6, + "rest_events_topic": " Clinical Trials As Topic | Melanoma | Lymphocytes, Tumor-Infiltrating | Lifileucel | Solid Tumor | Immune Checkpoint Inhibitors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760677108,'FU_HCP_153994');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESajeve Samuel Thomas", + "kol_full_name": "Sajeve Samuel Thomas" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy, Adoptive | Solid Tumor | KRASG12D Inhibitor MRTX1133 | Loss Of Heterozygosity | Mesothelin | Leukocytes", + "npi_num": "1730454034", + "hcp_pin_alias": "FU_HCP_5403374", + "session_name": "EVEREST-2: A seamless phase 1/2 study of A2B694, a mesothelin (MSLN) logic-gated Tmod CAR T-cell therapy, in patients with solid tumors that show MSLN expression and human leukocyte antigen (HLA)-A*02 loss of heterozygosity (LOH),An open-label, phase 1, multicenter study to evaluate the safety and preliminary anti-tumor activity of NT‑112 in human leukocyte antigen-C*08:02–positive adult patients with unresectable, advanced, and/or metastatic solid tumors that are positive for the KRAS G12D mutation", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Salman Rafi Punekar", + "middle_name": "", + "last_name": "", + "org_name": "Perlmutter Cancer Center, NYU Langone Health", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233032", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233032", + "events_session": "EVEREST-2: A seamless phase 1/2 study of A2B694", + "rest_events_session_count": 7, + "rest_events_session": " a mesothelin (MSLN) logic-gated Tmod CAR T-cell therapy, in patients with solid tumors that show MSLN expression and human leukocyte antigen (HLA)-A*02 loss of heterozygosity (LOH),An open-label, phase 1, multicenter study to evaluate the safety and preliminary anti-tumor activity of NT‑112 in human leukocyte antigen-C*08:02–positive adult patients with unresectable, advanced, and/or metastatic solid tumors that are positive for the KRAS G12D mutation", + "events_topic": "Immunotherapy, Adoptive | Solid Tumor ", + "rest_events_topic_count": 4, + "rest_events_topic": " KRASG12D Inhibitor MRTX1133 | Loss Of Heterozygosity | Mesothelin | Leukocytes", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1730454034,'FU_HCP_5403374');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESalman Rafi Punekar", + "kol_full_name": "Salman Rafi Punekar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematologic Neoplasms | Neoplasms", + "npi_num": "1063754448", + "hcp_pin_alias": "FU_HCP_110405", + "session_name": "Formation and evaluation of the ASCO medical education community of practice (Med Ed CoP),Observing attending physician teaching behaviors during inpatient hematology/oncology consultation", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sam Brondfield", + "middle_name": "", + "last_name": "", + "org_name": "The Regents of the University of California, San Francisco", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232260", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232260", + "events_session": "Formation and evaluation of the ASCO medical education community of practice (Med Ed CoP)", + "rest_events_session_count": 1, + "rest_events_session": "Observing attending physician teaching behaviors during inpatient hematology/oncology consultation", + "events_topic": "Hematologic Neoplasms | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1063754448,'FU_HCP_110405');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESam Brondfield", + "kol_full_name": "Sam Brondfield" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastrointestinal Microbiome | Endocrine Therapy | Carcinoma, Intraductal, Noninfiltrating | Breast Neoplasms | Triple Negative Breast Neoplasms", + "npi_num": "1215203013", + "hcp_pin_alias": "FU_HCP_39991", + "session_name": "The immunomodulatory impacts of endocrine therapy on host immunity in early-stage hormone receptor positive, HER2 negative breast cancer,The landscape of the intestinal microbiome amongst patients with newly diagnosed invasive breast cancer (BC) and ductal carcinoma in situ (DCIS)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sarah L Sammons", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232626", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232626", + "events_session": "The immunomodulatory impacts of endocrine therapy on host immunity in early-stage hormone receptor positive", + "rest_events_session_count": 2, + "rest_events_session": " HER2 negative breast cancer,The landscape of the intestinal microbiome amongst patients with newly diagnosed invasive breast cancer (BC) and ductal carcinoma in situ (DCIS)", + "events_topic": "Gastrointestinal Microbiome | Endocrine Therapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Carcinoma, Intraductal, Noninfiltrating | Breast Neoplasms | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215203013,'FU_HCP_39991');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESarah L Sammons", + "kol_full_name": "Sarah L Sammons" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Programmed Cell Death 1 Receptor | Gemcitabine | Carcinoma, Transitional Cell | Eribulin", + "npi_num": "1316104797", + "hcp_pin_alias": "FU_HCP_100268", + "session_name": "A phase III randomized trial of eribulin (E) with gemcitabine (G) vs standard of care (SOC) for patients (pts) with metastatic urothelial carcinoma (mUC) refractory to or ineligible for PD/PDL1 antibody (Ab): SWOG S1937 updated design,Association of ephrinB2 (B2) expression on overall survival (OS) and resistance to PD1/L1 inhibitors (inh) in metastatic urothelial carcinoma (mUC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sarmad Sadeghi", + "middle_name": "", + "last_name": "", + "org_name": "Norris Comprehensive Cancer Center, University of Southern California", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232596", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232596", + "events_session": "A phase III randomized trial of eribulin (E) with gemcitabine (G) vs standard of care (SOC) for patients (pts) with metastatic urothelial carcinoma (mUC) refractory to or ineligible for PD/PDL1 antibody (Ab): SWOG S1937 updated design", + "rest_events_session_count": 1, + "rest_events_session": "Association of ephrinB2 (B2) expression on overall survival (OS) and resistance to PD1/L1 inhibitors (inh) in metastatic urothelial carcinoma (mUC)", + "events_topic": "Programmed Cell Death 1 Receptor | Gemcitabine ", + "rest_events_topic_count": 2, + "rest_events_topic": " Carcinoma, Transitional Cell | Eribulin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316104797,'FU_HCP_100268');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESarmad Sadeghi", + "kol_full_name": "Sarmad Sadeghi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sexual And Gender Minorities | Neoplasms", + "npi_num": "1114183795", + "hcp_pin_alias": "FU_HCP_100049", + "session_name": "Disparities uncovered: LGBTQ+ patients report on their cancer care journey,Beyond the binary: A transformative implementation science initiative to improve LGBTQ+ cancer care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Shail Maingi", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232277", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232277", + "events_session": "Disparities uncovered: LGBTQ+ patients report on their cancer care journey", + "rest_events_session_count": 1, + "rest_events_session": "Beyond the binary: A transformative implementation science initiative to improve LGBTQ+ cancer care", + "events_topic": "Sexual And Gender Minorities | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1114183795,'FU_HCP_100049');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShail Maingi", + "kol_full_name": "Shail Maingi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Irinotecan | Solid Tumor | Topotecan", + "npi_num": "1316444169", + "hcp_pin_alias": "FU_HCP_5403369", + "session_name": "A phase I study of irinotecan combined with BAY1895344 (ATR inhibitor) in advanced solid tumors: Results of ETCTN 10402 dose escalation,A phase I study of ATR inhibitor BAY1895344 (elimusertib) plus topotecan (ETCTN 10402): Results of dose escalation", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Shannon Stockton", + "middle_name": "", + "last_name": "", + "org_name": "Vanderbilt-Ingram Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232951", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232951", + "events_session": "A phase I study of irinotecan combined with BAY1895344 (ATR inhibitor) in advanced solid tumors: Results of ETCTN 10402 dose escalation", + "rest_events_session_count": 1, + "rest_events_session": "A phase I study of ATR inhibitor BAY1895344 (elimusertib) plus topotecan (ETCTN 10402): Results of dose escalation", + "events_topic": "Irinotecan | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Topotecan", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316444169,'FU_HCP_5403369');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShannon Stockton", + "kol_full_name": "Shannon Stockton" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hodgkin Disease", + "npi_num": "1063496792", + "hcp_pin_alias": "FU_HCP_187230", + "session_name": "Overview of Advances in Treatment of Hodgkin Lymphoma for Children, Adolescents, and Young Adults,Pediatric Hodgkin Lymphoma Treatment: Paving the Way for a Standard of Care and Shared Decision-Making", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sharon M. Castellino", + "middle_name": "", + "last_name": "", + "org_name": "Emory School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232010", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232010", + "events_session": "Overview of Advances in Treatment of Hodgkin Lymphoma for Children", + "rest_events_session_count": 3, + "rest_events_session": " Adolescents, and Young Adults,Pediatric Hodgkin Lymphoma Treatment: Paving the Way for a Standard of Care and Shared Decision-Making", + "events_topic": "Hodgkin Disease", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1063496792,'FU_HCP_187230');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESharon M. Castellino", + "kol_full_name": "Sharon M. Castellino" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Translational Research, Biomedical", + "npi_num": "1215184577", + "hcp_pin_alias": "FU_HCP_109354", + "session_name": "Quality Care/Health Services Research: Program Commitee,Quality Care/Health Services Research", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sheetal Mehta Kircher", + "middle_name": "", + "last_name": "", + "org_name": "Robert H. Lurie Comprehensive Cancer Center, Northwestern University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231987", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231987", + "events_session": "Quality Care/Health Services Research: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Quality Care/Health Services Research", + "events_topic": "Translational Research, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215184577,'FU_HCP_109354');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESheetal Mehta Kircher", + "kol_full_name": "Sheetal Mehta Kircher" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Everolimus | Glucagon-Like Peptide 1 | Alpelisib | Breast Neoplasms", + "npi_num": "1942662127", + "hcp_pin_alias": "FU_HCP_5403344", + "session_name": "Sequential use of PI3K/AKT/mTOR pathway inhibitors alpelisib and everolimus in patients with hormone receptor-positive (HR+) metastatic breast cancer,Glucagon-like peptide-1 (GLP-1) agonist use and weight change among patients with breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sherry Shen", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232234", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232234", + "events_session": "Sequential use of PI3K/AKT/mTOR pathway inhibitors alpelisib and everolimus in patients with hormone receptor-positive (HR+) metastatic breast cancer", + "rest_events_session_count": 1, + "rest_events_session": "Glucagon-like peptide-1 (GLP-1) agonist use and weight change among patients with breast cancer", + "events_topic": "Everolimus | Glucagon-Like Peptide 1 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Alpelisib | Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942662127,'FU_HCP_5403344');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESherry Shen", + "kol_full_name": "Sherry Shen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic | Telisotuzumab Vedotin | Small Cell Lung Carcinoma | Docetaxel | ErbB Receptors | Chemotherapy | Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403405", + "session_name": "Results of a phase III clinical trial with anti-PDL1 treatment in combination with chemotherapy for extensive stage small cell lung cancer,A phase 3 global study of telisotuzumab vedotin versus docetaxel in previously treated patients with c-Met 0verexpressing, EGFR wildtype, locally advanced/metastatic nonsquamous NSCLC (TeliMET NSCLC-01)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Shun Lu", + "middle_name": "", + "last_name": "", + "org_name": "Department of Shanghai Lung Center, Shanghai Chest Hospital, School of Medicine, Shanghai Jiao Tong University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232195", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232195", + "events_session": "Results of a phase III clinical trial with anti-PDL1 treatment in combination with chemotherapy for extensive stage small cell lung cancer", + "rest_events_session_count": 3, + "rest_events_session": "A phase 3 global study of telisotuzumab vedotin versus docetaxel in previously treated patients with c-Met 0verexpressing, EGFR wildtype, locally advanced/metastatic nonsquamous NSCLC (TeliMET NSCLC-01)", + "events_topic": "Clinical Trials As Topic | Telisotuzumab Vedotin ", + "rest_events_topic_count": 5, + "rest_events_topic": " Small Cell Lung Carcinoma | Docetaxel | ErbB Receptors | Chemotherapy | Carcinoma, Non-Small-Cell Lung", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403405');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShun Lu", + "kol_full_name": "Shun Lu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sigvotatug Vedotin | Small Cell Lung Carcinoma | Immunoconjugates | Carcinoma, Non-Small-Cell Lung | DLL3 Protein, Human", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403416", + "session_name": "Efficacy and safety of sigvotatug vedotin, an investigational ADC, in NSCLC: Updated phase 1 results (SGNB6A-001),DAREON-8: A phase I, open-label, dose escalation/expansion trial of the DLL3-targeting T-cell engager, BI 764532, combined with first-line (1L) standard of care (platinum, etoposide, and anti-PD-L1 antibody) in patients (pts) with extensive-stage small cell lung carcinoma (ES-SCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Solange Peters", + "middle_name": "", + "last_name": "", + "org_name": "Centre Hospitalier Universitaire Vaudois", + "Country": "Switzerland", + "Region": "Vaud", + "City": "Lausanne", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232257", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232257", + "events_session": "Efficacy and safety of sigvotatug vedotin", + "rest_events_session_count": 9, + "rest_events_session": " an investigational ADC, in NSCLC: Updated phase 1 results (SGNB6A-001),DAREON-8: A phase I, open-label, dose escalation/expansion trial of the DLL3-targeting T-cell engager, BI 764532, combined with first-line (1L) standard of care (platinum, etoposide, and anti-PD-L1 antibody) in patients (pts) with extensive-stage small cell lung carcinoma (ES-SCLC)", + "events_topic": "Sigvotatug Vedotin | Small Cell Lung Carcinoma ", + "rest_events_topic_count": 3, + "rest_events_topic": " Immunoconjugates | Carcinoma, Non-Small-Cell Lung | DLL3 Protein, Human", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403416');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESolange Peters", + "kol_full_name": "Solange Peters" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Delivery Of Health Care | Neoplasms | Admin. & Management", + "npi_num": "1184736225", + "hcp_pin_alias": "PAST_HCP_Onco_231654", + "session_name": "Care Delivery/Models of Care: Program Commitee,Universal germline testing for cancer susceptibility and actionable noncancer disorders among 19,842 patients: Initial findings from the City of Hope INSPIRE study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Stacy W. Gray", + "middle_name": "", + "last_name": "", + "org_name": "City of Hope Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232233", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232233", + "events_session": "Care Delivery/Models of Care: Program Commitee", + "rest_events_session_count": 2, + "rest_events_session": "Universal germline testing for cancer susceptibility and actionable noncancer disorders among 19,842 patients: Initial findings from the City of Hope INSPIRE study", + "events_topic": "Delivery Of Health Care | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Admin. & Management", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184736225,'PAST_HCP_Onco_231654');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStacy W. Gray", + "kol_full_name": "Stacy W. Gray" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Patient Reported Outcome Measures | Sexual Behavior | Neoplasms", + "npi_num": "1760572937", + "hcp_pin_alias": "FU_HCP_44893", + "session_name": "EMBARK post hoc analysis of impact of treatment suspension (TxS) on health-related quality of life (HRQoL),EMBARK post hoc analysis of sexual activity (SA) patient-reported outcomes (PROs) in patients (pts) who were sexually active or interested in sex at baseline (BL)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Stephen J. Freedland", + "middle_name": "", + "last_name": "", + "org_name": "Samuel Oschin Comprehensive Cancer Institute, Cedars-Sinai Medical Center, Durham VA Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232660", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232660", + "events_session": "EMBARK post hoc analysis of impact of treatment suspension (TxS) on health-related quality of life (HRQoL)", + "rest_events_session_count": 1, + "rest_events_session": "EMBARK post hoc analysis of sexual activity (SA) patient-reported outcomes (PROs) in patients (pts) who were sexually active or interested in sex at baseline (BL)", + "events_topic": "Patient Reported Outcome Measures | Sexual Behavior ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760572937,'FU_HCP_44893');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStephen J. Freedland", + "kol_full_name": "Stephen J. Freedland" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Mental Health | Immunoglobulins | Neoplasm, Residual | B-Cell Acute Lymphoblastic Leukemia | Neoplasms | Bone Marrow Diseases", + "npi_num": "1548644883", + "hcp_pin_alias": "FU_HCP_232004", + "session_name": "Patient reported symptoms after cancer diagnosis and the risk of short- and long-term severe mental health events among adolescents and young adults (AYA): A population-based study,Comparison of immunoglobulin high-throughput sequencing MRD in bone marrow and peripheral blood in pediatric B-ALL: A report from the Children's Oncology Group AALL1731", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sumit Gupta", + "middle_name": "", + "last_name": "", + "org_name": "Division of Haematology/Oncology, The Hospital for Sick Children", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232296", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232296", + "events_session": "Patient reported symptoms after cancer diagnosis and the risk of short- and long-term severe mental health events among adolescents and young adults (AYA): A population-based study", + "rest_events_session_count": 1, + "rest_events_session": "Comparison of immunoglobulin high-throughput sequencing MRD in bone marrow and peripheral blood in pediatric B-ALL: A report from the Children's Oncology Group AALL1731", + "events_topic": "Mental Health | Immunoglobulins ", + "rest_events_topic_count": 4, + "rest_events_topic": " Neoplasm, Residual | B-Cell Acute Lymphoblastic Leukemia | Neoplasms | Bone Marrow Diseases", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548644883,'FU_HCP_232004');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESumit Gupta", + "kol_full_name": "Sumit Gupta" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Momelotinib | Hemoglobins | Primary Myelofibrosis | Anemia | Neoplasms", + "npi_num": "1790997989", + "hcp_pin_alias": "PAST_HCP_Onco_231652", + "session_name": "Association between hemoglobin (Hb) improvement and patient-reported outcomes (PROs) in patients (pts) with myelofibrosis (MF) and anemia: Post hoc pooled analysis of momelotinib (MMB) phase 3 trials,ASCO Voices", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Thomas William LeBlanc", + "middle_name": "", + "last_name": "", + "org_name": "Duke University School of Medicine", + "Country": "United States", + "Region": "North Carolina", + "City": "Durham", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232097", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232097", + "events_session": "Association between hemoglobin (Hb) improvement and patient-reported outcomes (PROs) in patients (pts) with myelofibrosis (MF) and anemia: Post hoc pooled analysis of momelotinib (MMB) phase 3 trials", + "rest_events_session_count": 1, + "rest_events_session": "ASCO Voices", + "events_topic": "Momelotinib | Hemoglobins ", + "rest_events_topic_count": 3, + "rest_events_topic": " Primary Myelofibrosis | Anemia | Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790997989,'PAST_HCP_Onco_231652');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EThomas William LeBlanc", + "kol_full_name": "Thomas William LeBlanc" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Biomarkers | Palliative Care | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "1952861155", + "hcp_pin_alias": "FU_HCP_284239", + "session_name": "Discovery of long non-coding RNA biomarkers for prognosis in pediatric acute lymphoblastic leukemia,Impact of palliative care on hospital length of stay and charges in hospitalized patients with cancer at end of life", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Tien-Chan Hsieh", + "middle_name": "", + "last_name": "", + "org_name": "Division of Hematology-Oncology, UMass Chan Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232210", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232210", + "events_session": "Discovery of long non-coding RNA biomarkers for prognosis in pediatric acute lymphoblastic leukemia", + "rest_events_session_count": 1, + "rest_events_session": "Impact of palliative care on hospital length of stay and charges in hospitalized patients with cancer at end of life", + "events_topic": "Neoplasms | Biomarkers ", + "rest_events_topic_count": 2, + "rest_events_topic": " Palliative Care | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1952861155,'FU_HCP_284239');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETien-Chan Hsieh", + "kol_full_name": "Tien-Chan Hsieh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab | Olomorasib | KRASG12D Inhibitor MRTX1133 | Fecal Microbiota Transplantation", + "npi_num": "1639225519", + "hcp_pin_alias": "FU_HCP_155035", + "session_name": "Efficacy and safety of olomorasib (LY3537982), a second-generation KRAS G12C inhibitor (G12Ci), in combination with pembrolizumab in patients with KRAS G12C-mutant advanced NSCLC,Phase I/II trial of healthy donor fecal microbiota transplant (hdFMT) in PD-1 relapsed/refractory (R/R) non-small cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Timothy F. Burns", + "middle_name": "", + "last_name": "", + "org_name": "Division of Hematology/Oncology, University of Pittsburgh", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232188", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232188", + "events_session": "Efficacy and safety of olomorasib (LY3537982)", + "rest_events_session_count": 3, + "rest_events_session": " a second-generation KRAS G12C inhibitor (G12Ci), in combination with pembrolizumab in patients with KRAS G12C-mutant advanced NSCLC,Phase I/II trial of healthy donor fecal microbiota transplant (hdFMT) in PD-1 relapsed/refractory (R/R) non-small cell lung cancer (NSCLC)", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab ", + "rest_events_topic_count": 3, + "rest_events_topic": " Olomorasib | KRASG12D Inhibitor MRTX1133 | Fecal Microbiota Transplantation", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1639225519,'FU_HCP_155035');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETimothy F. Burns", + "kol_full_name": "Timothy F. Burns" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Financial Stress | Early Detection Of Cancer | Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403426", + "session_name": "Inpatient healthcare utilization in the first year following a childhood cancer diagnosis: A population-based analysis,Financial toxicity during pediatric cancer therapy: A qualitative analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Timothy James Daeeun Ohlsen", + "middle_name": "", + "last_name": "", + "org_name": "University of Washington", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232396", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232396", + "events_session": "Inpatient healthcare utilization in the first year following a childhood cancer diagnosis: A population-based analysis", + "rest_events_session_count": 1, + "rest_events_session": "Financial toxicity during pediatric cancer therapy: A qualitative analysis", + "events_topic": "Financial Stress | Early Detection Of Cancer ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403426');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETimothy James Daeeun Ohlsen", + "kol_full_name": "Timothy James Daeeun Ohlsen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Clinical Trials As Topic | Leukemia, Myeloid, Acute", + "npi_num": "1205943701", + "hcp_pin_alias": "FU_HCP_39956", + "session_name": "Options in Relapsed Pediatric Acute Myeloid Leukemia: Conventional Chemotherapy, Commercially Available Targeted Agents, or Novel Clinical Trials,Navigating Treatment Options and Communication in Relapsed Pediatric Acute Myeloid Leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Todd Michael Cooper", + "middle_name": "", + "last_name": "", + "org_name": "Seattle Children's Hospital", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232042", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232042", + "events_session": "Options in Relapsed Pediatric Acute Myeloid Leukemia: Conventional Chemotherapy", + "rest_events_session_count": 3, + "rest_events_session": " Commercially Available Targeted Agents, or Novel Clinical Trials,Navigating Treatment Options and Communication in Relapsed Pediatric Acute Myeloid Leukemia", + "events_topic": "Chemotherapy | Clinical Trials As Topic ", + "rest_events_topic_count": 1, + "rest_events_topic": " Leukemia, Myeloid, Acute", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1205943701,'FU_HCP_39956');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETodd Michael Cooper", + "kol_full_name": "Todd Michael Cooper" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Translational Research, Biomedical", + "npi_num": "1982879797", + "hcp_pin_alias": "FU_HCP_46811", + "session_name": "Quality Care/Health Services Research: Program Commitee,Quality Care/Health Services Research", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Victoria Susana Blinder", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232087", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232087", + "events_session": "Quality Care/Health Services Research: Program Commitee", + "rest_events_session_count": 1, + "rest_events_session": "Quality Care/Health Services Research", + "events_topic": "Translational Research, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1982879797,'FU_HCP_46811');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVictoria Susana Blinder", + "kol_full_name": "Victoria Susana Blinder" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Head And Neck Neoplasms | Cisplatin | Nivolumab | Radiotherapy | Squamous Cell Carcinoma Of Head And Neck | Chemotherapy | Nimotuzumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403441", + "session_name": "Long term results of a randomized phase III study of nimotuzumab in combination with concurrent radiotherapy and cisplatin versus radiotherapy and cisplatin alone, in locally advanced squamous cell carcinoma of the head and neck,Long term results of phase 3 randomized study evaluating the addition of low dose nivolumab to palliative chemotherapy in head and neck cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Vijay Maruti Patil", + "middle_name": "", + "last_name": "", + "org_name": "P.D. Hinduja Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232558", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232558", + "events_session": "Long term results of a randomized phase III study of nimotuzumab in combination with concurrent radiotherapy and cisplatin versus radiotherapy and cisplatin alone", + "rest_events_session_count": 2, + "rest_events_session": " in locally advanced squamous cell carcinoma of the head and neck,Long term results of phase 3 randomized study evaluating the addition of low dose nivolumab to palliative chemotherapy in head and neck cancer", + "events_topic": "Head And Neck Neoplasms | Cisplatin ", + "rest_events_topic_count": 5, + "rest_events_topic": " Nivolumab | Radiotherapy | Squamous Cell Carcinoma Of Head And Neck | Chemotherapy | Nimotuzumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403441');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVijay Maruti Patil", + "kol_full_name": "Vijay Maruti Patil" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Taletrectinib | Chidamide | Small Cell Lung Carcinoma | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403453", + "session_name": "Efficacy and safety of chidamide in combination with serplulimab and standard third-line treatments in advanced colorectal cancer: A single arm, exploratory phase 2 trial,Efficacy and safety of taletrectinib in patients with advanced or metastatic ROS1+ non–small cell lung cancer: The phase 2 TRUST-I study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Wei Li", + "middle_name": "", + "last_name": "", + "org_name": "Tongji University School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232755", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232755", + "events_session": "Efficacy and safety of chidamide in combination with serplulimab and standard third-line treatments in advanced colorectal cancer: A single arm", + "rest_events_session_count": 2, + "rest_events_session": " exploratory phase 2 trial,Efficacy and safety of taletrectinib in patients with advanced or metastatic ROS1+ non–small cell lung cancer: The phase 2 TRUST-I study", + "events_topic": "Taletrectinib | Chidamide ", + "rest_events_topic_count": 2, + "rest_events_topic": " Small Cell Lung Carcinoma | Colorectal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403453');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWei Li", + "kol_full_name": "Wei Li" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoadjuvant Therapy | Rectal Neoplasms | Chemoradiotherapy | Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1275627820", + "hcp_pin_alias": "FU_HCP_100451", + "session_name": "Association between treatment (tx) response and PFS and OS in R/R chronic lymphocytic leukemia (CLL) or small lymphocytic lymphoma (SLL): A 12-month landmark (LM) meta-analysis,Total neoadjuvant treatment with long-course radiotherapy versus concurrent chemoradiotherapy in local advanced rectal cancer with high risk factors (TNTCRT): A multicenter, randomized, open-label, phase 3 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Xin Wang", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232272", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232272", + "events_session": "Association between treatment (tx) response and PFS and OS in R/R chronic lymphocytic leukemia (CLL) or small lymphocytic lymphoma (SLL): A 12-month landmark (LM) meta-analysis", + "rest_events_session_count": 4, + "rest_events_session": "Total neoadjuvant treatment with long-course radiotherapy versus concurrent chemoradiotherapy in local advanced rectal cancer with high risk factors (TNTCRT): A multicenter, randomized, open-label, phase 3 trial", + "events_topic": "Neoadjuvant Therapy | Rectal Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chemoradiotherapy | Leukemia, Lymphocytic, Chronic, B-Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275627820,'FU_HCP_100451');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EXin Wang", + "kol_full_name": "Xin Wang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lung Neoplasms | Carcinoma, Non-Small-Cell Lung | ErbB Receptors | Tyrosine Kinase Inhibitors | Furmonertinib", + "npi_num": "1720399074", + "hcp_pin_alias": "FU_HCP_44575", + "session_name": "Incorporating Tyrosine Kinase Inhibitors Into Early-Stage Lung Cancer,FURTHER: A global study to evaluate furmonertinib in patients with EGFR mutant NSCLC including uncommon EGFR mutations (FURMO-002)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Xiuning Le", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232200", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232200", + "events_session": "Incorporating Tyrosine Kinase Inhibitors Into Early-Stage Lung Cancer", + "rest_events_session_count": 1, + "rest_events_session": "FURTHER: A global study to evaluate furmonertinib in patients with EGFR mutant NSCLC including uncommon EGFR mutations (FURMO-002)", + "events_topic": "Lung Neoplasms | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 3, + "rest_events_topic": " ErbB Receptors | Tyrosine Kinase Inhibitors | Furmonertinib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720399074,'FU_HCP_44575');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EXiuning Le", + "kol_full_name": "Xiuning Le" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptors, Chimeric Antigen | Race Factors | Triple Negative Breast Neoplasms", + "npi_num": "1578981114", + "hcp_pin_alias": "FU_HCP_43286", + "session_name": "Recurrence score gene axes scores and outcomes by race and ethnicity in the RxPONDER trial,A phase 1, first-in-human study of autologous monocytes engineered to express an anti-HER2 chimeric antigen receptor (CAR) in participants with HER2-overexpressing solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yara Abdou", + "middle_name": "", + "last_name": "", + "org_name": "The University of North Carolina at Chapel Hill", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233035", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233035", + "events_session": "Recurrence score gene axes scores and outcomes by race and ethnicity in the RxPONDER trial", + "rest_events_session_count": 2, + "rest_events_session": "A phase 1, first-in-human study of autologous monocytes engineered to express an anti-HER2 chimeric antigen receptor (CAR) in participants with HER2-overexpressing solid tumors", + "events_topic": "Receptors, Chimeric Antigen | Race Factors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1578981114,'FU_HCP_43286');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYara Abdou", + "kol_full_name": "Yara Abdou" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Epcoritamab | Lymphoma, Large B-Cell, Diffuse", + "npi_num": "1043659857", + "hcp_pin_alias": "FU_HCP_99892", + "session_name": "Extended follow-up results beyond 25 years from the pivotal NHL-1 EPCORE trial: Subcutaneous epcoritamab monotherapy in patients with relapsed/refractory large B-cell lymphoma (R/R LBCL),Epcoritamab + R-DHAX/C in transplant-eligible patients (pts) with high-risk relapsed or refractory (R/R) diffuse large B-cell lymphoma (DLBCL)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yasmin Karimi", + "middle_name": "", + "last_name": "", + "org_name": "University of Michigan Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232373", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232373", + "events_session": "Extended follow-up results beyond 25 years from the pivotal NHL-1 EPCORE trial: Subcutaneous epcoritamab monotherapy in patients with relapsed/refractory large B-cell lymphoma (R/R LBCL)", + "rest_events_session_count": 1, + "rest_events_session": "Epcoritamab + R-DHAX/C in transplant-eligible patients (pts) with high-risk relapsed or refractory (R/R) diffuse large B-cell lymphoma (DLBCL)", + "events_topic": "Epcoritamab | Lymphoma, Large B-Cell, Diffuse", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1043659857,'FU_HCP_99892');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYasmin Karimi", + "kol_full_name": "Yasmin Karimi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403428", + "session_name": "Phase I study of CN201, a novel CD3xCD19 IgG4 bispecific antibody, in adult patients with relapsed or refractory B-cell acute lymphoblastic leukemia,Reasons for unmet care needs in older adults with cancer: Analyses from the 2015–2019 National Health and Aging Trends Study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ying Wang", + "middle_name": "", + "last_name": "", + "org_name": "University of Rocheser Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232410", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232410", + "events_session": "Phase I study of CN201", + "rest_events_session_count": 3, + "rest_events_session": " a novel CD3xCD19 IgG4 bispecific antibody, in adult patients with relapsed or refractory B-cell acute lymphoblastic leukemia,Reasons for unmet care needs in older adults with cancer: Analyses from the 2015–2019 National Health and Aging Trends Study", + "events_topic": "Neoplasms | Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403428');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYing Wang", + "kol_full_name": "Ying Wang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Circulating Tumor DNA | Neoplasm, Residual | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403469", + "session_name": "Longitudinal clinical performance of a novel tumor-naive minimal residual disease assay in patients with resected stage II and III colorectal cancer: A subset analysis from the GALAXY study in CIRCULATE-Japan,Prognostic and predictive value of ctDNA-based MRD and actionable biomarkers in patients with resectable colorectal cancer: CIRCULATE-Japan GALAXY", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yoshiaki Nakamura", + "middle_name": "", + "last_name": "", + "org_name": "Department of Gastroenterology and Gastrointestinal Oncology, National Cancer Center Hospital East", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232889", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232889", + "events_session": "Longitudinal clinical performance of a novel tumor-naive minimal residual disease assay in patients with resected stage II and III colorectal cancer: A subset analysis from the GALAXY study in CIRCULATE-Japan", + "rest_events_session_count": 1, + "rest_events_session": "Prognostic and predictive value of ctDNA-based MRD and actionable biomarkers in patients with resectable colorectal cancer: CIRCULATE-Japan GALAXY", + "events_topic": "Colorectal Neoplasms | Circulating Tumor DNA ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasm, Residual | Biomarkers", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403469');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYoshiaki Nakamura", + "kol_full_name": "Yoshiaki Nakamura" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Nasopharyngeal Neoplasms | Osimertinib | Programmed Cell Death 1 Receptor | Carboplatin | Chemotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403406", + "session_name": "Anti-LAG-3 antibody LBL-007 in combination with anti-PD-1 antibody tislelizumab with or without chemotherapy in patients with advanced nasopharyngeal cancer and other malignant tumors: A phase Ib/II dose escalation/expansion study,TOP: A phase III, multicentre, randomized controlled study comparing osimertinib in combination with carboplatin and pemetrexed to osimertinib monotherapy for untreated patients with advanced non-squamous (Non-sq) non-small cell lung cancer (NSCLC) with concurrent EGFR and TP53 mutations", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yunpeng Yang", + "middle_name": "", + "last_name": "", + "org_name": "State Key Laboratory of Oncology in South China, Guangdong Provincial Clinical Research Center for Cancer, Sun Yat-sen University Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "2", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232198", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232198", + "events_session": "Anti-LAG-3 antibody LBL-007 in combination with anti-PD-1 antibody tislelizumab with or without chemotherapy in patients with advanced nasopharyngeal cancer and other malignant tumors: A phase Ib/II dose escalation/expansion study", + "rest_events_session_count": 3, + "rest_events_session": "TOP: A phase III, multicentre, randomized controlled study comparing osimertinib in combination with carboplatin and pemetrexed to osimertinib monotherapy for untreated patients with advanced non-squamous (Non-sq) non-small cell lung cancer (NSCLC) with concurrent EGFR and TP53 mutations", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Nasopharyngeal Neoplasms ", + "rest_events_topic_count": 4, + "rest_events_topic": " Osimertinib | Programmed Cell Death 1 Receptor | Carboplatin | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403406');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYunpeng Yang", + "kol_full_name": "Yunpeng Yang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Immunotherapy", + "npi_num": "1699020560", + "hcp_pin_alias": "FU_HCP_57149", + "session_name": "Enhancing inpatient chemo/immunotherapy stewardship: A novel scoring rubric approach to optimize utilization and reduce costs", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Aarti Sonia Bhardwaj", + "middle_name": "", + "last_name": "", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232415", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232415", + "events_session": "Enhancing inpatient chemo/immunotherapy stewardship: A novel scoring rubric approach to optimize utilization and reduce costs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699020560,'FU_HCP_57149');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAarti Sonia Bhardwaj", + "kol_full_name": "Aarti Sonia Bhardwaj" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Urinary Bladder Neoplasms | Health Status Disparities", + "npi_num": "1851951511", + "hcp_pin_alias": "FU_HCP_283179", + "session_name": "Disparities in trends in bladder cancer mortality between urban and rural patients: A 2000-2020 analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Abdul Rahman Al Armashi", + "middle_name": "", + "last_name": "", + "org_name": "Case Western Reserve University", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232598", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232598", + "events_session": "Disparities in trends in bladder cancer mortality between urban and rural patients: A 2000-2020 analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urinary Bladder Neoplasms | Health Status Disparities", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1851951511,'FU_HCP_283179');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAbdul Rahman Al Armashi", + "kol_full_name": "Abdul Rahman Al Armashi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myeloid Malignancy", + "npi_num": "1659789634", + "hcp_pin_alias": "FU_HCP_232183", + "session_name": "Therapy-related myeloid neoplasm risk score (TMNRS): A convenient clinical score for TMN risk assessment at presentation in adult patients (pts) with cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Abhay Singh", + "middle_name": "", + "last_name": "", + "org_name": "Department of Hematology and Medical Oncology, Taussig Cancer Institute, Cleveland Clinic", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232421", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232421", + "events_session": "Therapy-related myeloid neoplasm risk score (TMNRS): A convenient clinical score for TMN risk assessment at presentation in adult patients (pts) with cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloid Malignancy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1659789634,'FU_HCP_232183');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAbhay Singh", + "kol_full_name": "Abhay Singh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Positron-Emission Tomography | Prostatic Neoplasms", + "npi_num": "1760612808", + "hcp_pin_alias": "PAST_HCP_Future Events_316451", + "session_name": "Veterans Affairs seamless phase II/III randomized trial of standard systemic therapy with or without PET-directed local therapy for oligometastatic prostate cancer (VA STARPORT)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Abhishek A Solanki", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232671", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232671", + "events_session": "Veterans Affairs seamless phase II/III randomized trial of standard systemic therapy with or without PET-directed local therapy for oligometastatic prostate cancer (VA STARPORT)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Positron-Emission Tomography | Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760612808,'PAST_HCP_Future Events_316451');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAbhishek A Solanki", + "kol_full_name": "Abhishek A Solanki" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Central Nervous System Neoplasms", + "npi_num": "1740416973", + "hcp_pin_alias": "PAST_HCP_CNS_215476", + "session_name": "Advancing Trial Design: Illuminating Tumor Evolution in Central Nervous System Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Adrienne Ann Boire", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232061", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232061", + "events_session": "Advancing Trial Design: Illuminating Tumor Evolution in Central Nervous System Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1740416973,'PAST_HCP_CNS_215476');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAdrienne Ann Boire", + "kol_full_name": "Adrienne Ann Boire" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Paclitaxel | Trastuzumab | Pertuzumab", + "npi_num": "1922392042", + "hcp_pin_alias": "FU_HCP_232416", + "session_name": "Prevalence and dynamics of circulating tumor DNA (ctDNA) among patients (pts) with HER2+ breast cancer (BC) receiving neoadjuvant paclitaxel/trastuzumab/pertuzumab (THP) in the DAPHNe trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Adrienne Gropper Waks", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute, Harvard Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232631", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232631", + "events_session": "Prevalence and dynamics of circulating tumor DNA (ctDNA) among patients (pts) with HER2+ breast cancer (BC) receiving neoadjuvant paclitaxel/trastuzumab/pertuzumab (THP) in the DAPHNe trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms | Paclitaxel ", + "rest_events_topic_count": 2, + "rest_events_topic": " Trastuzumab | Pertuzumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922392042,'FU_HCP_232416');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAdrienne Gropper Waks", + "kol_full_name": "Adrienne Gropper Waks" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Retroperitoneal Neoplasms", + "npi_num": "1649234121", + "hcp_pin_alias": "FU_HCP_283615", + "session_name": "Management of relapsed stage I nonseminomatous germ-cell tumor with retroperitoneal only relapse", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ahmed Bilal Khalid", + "middle_name": "", + "last_name": "", + "org_name": "Indiana University School of Medicine", + "Country": "United States", + "Region": "Indiana", + "City": "Indianapolis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232645", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232645", + "events_session": "Management of relapsed stage I nonseminomatous germ-cell tumor with retroperitoneal only relapse", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Retroperitoneal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1649234121,'FU_HCP_283615');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAhmed Bilal Khalid", + "kol_full_name": "Ahmed Bilal Khalid" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Palliative Care", + "npi_num": "1124361712", + "hcp_pin_alias": "FU_HCP_232162", + "session_name": "Palliative Care Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Akanksha Sharma", + "middle_name": "", + "last_name": "", + "org_name": "Pacific Neuroscience Institute", + "Country": "United States", + "Region": "California", + "City": "Santa Monica", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232508", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232508", + "events_session": "Palliative Care Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1124361712,'FU_HCP_232162');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAkanksha Sharma", + "kol_full_name": "Akanksha Sharma" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Palliative Care | Healthcare Disparities | Breast Neoplasms", + "npi_num": "1386211191", + "hcp_pin_alias": "FU_HCP_394714", + "session_name": "Palliative care utilization and disparities in deceased patients with breast cancer in US hospitals: A retrospective study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Akshit Chitkara", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233053", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233053", + "events_session": "Palliative care utilization and disparities in deceased patients with breast cancer in US hospitals: A retrospective study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care | Healthcare Disparities ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1386211191,'FU_HCP_394714');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAkshit Chitkara", + "kol_full_name": "Akshit Chitkara" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1417945049", + "hcp_pin_alias": "FU_HCP_41834", + "session_name": "Therapeutic response and outcomes with less common breast cancer subtypes in the I-SPY trial 2011-2022", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Alexandra Thomas", + "middle_name": "", + "last_name": "", + "org_name": "Duke Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232629", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232629", + "events_session": "Therapeutic response and outcomes with less common breast cancer subtypes in the I-SPY trial 2011-2022", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417945049,'FU_HCP_41834');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAlexandra Thomas", + "kol_full_name": "Alexandra Thomas" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hypomethylating Agents | Venetoclax | Leukemia, Myeloid, Acute", + "npi_num": "1669045514", + "hcp_pin_alias": "FU_HCP_232261", + "session_name": "A retrospective comparison of abbreviated course “7+7” vs standard hypomethylating agent plus venetoclax doublets in older/unfit patients with newly diagnosed acute myeloid leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Alexandre Bazinet", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233112", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233112", + "events_session": "A retrospective comparison of abbreviated course “7+7” vs standard hypomethylating agent plus venetoclax doublets in older/unfit patients with newly diagnosed acute myeloid leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hypomethylating Agents | Venetoclax ", + "rest_events_topic_count": 1, + "rest_events_topic": " Leukemia, Myeloid, Acute", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1669045514,'FU_HCP_232261');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAlexandre Bazinet", + "kol_full_name": "Alexandre Bazinet" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Palbociclib | Endocrine Therapy | Triple Negative Breast Neoplasms", + "npi_num": "1275192932", + "hcp_pin_alias": "FU_HCP_5403362", + "session_name": "A phase I/II trial of palbociclib, pembrolizumab, and endocrine therapy for patients with HR+/HER2- locally advanced or metastatic breast cancer (MBC): Clinical outcomes and stool microbial profiling", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Alexis Ann LeVee", + "middle_name": "", + "last_name": "", + "org_name": "City of Hope Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232682", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232682", + "events_session": "A phase I/II trial of palbociclib", + "rest_events_session_count": 2, + "rest_events_session": " pembrolizumab, and endocrine therapy for patients with HR+/HER2- locally advanced or metastatic breast cancer (MBC): Clinical outcomes and stool microbial profiling", + "events_topic": "Pembrolizumab | Palbociclib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Endocrine Therapy | Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275192932,'FU_HCP_5403362');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAlexis Ann LeVee", + "kol_full_name": "Alexis Ann LeVee" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ovarian Neoplasms", + "npi_num": "1407299530", + "hcp_pin_alias": "FU_HCP_99909", + "session_name": "Safety, efficacy, and PKPD of 23ME-00610, a first-in-class anti-CD200R1 antibody, in patients with advanced or metastatic ovarian cancer: Results from a multi-center multi-country phase 1/2a expansion cohort", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ali Raza Khaki", + "middle_name": "", + "last_name": "", + "org_name": "Stanford University", + "Country": "United States", + "Region": "California", + "City": "Palo Alto", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232431", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232431", + "events_session": "Safety", + "rest_events_session_count": 4, + "rest_events_session": " efficacy, and PKPD of 23ME-00610, a first-in-class anti-CD200R1 antibody, in patients with advanced or metastatic ovarian cancer: Results from a multi-center multi-country phase 1/2a expansion cohort", + "events_topic": "Ovarian Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1407299530,'FU_HCP_99909');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAli Raza Khaki", + "kol_full_name": "Ali Raza Khaki" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy, Adjuvant | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1609305614", + "hcp_pin_alias": "FU_HCP_284783", + "session_name": "Multi-institution real world analysis of patients with non-small cell lung cancer (NSCLC) treated with standard of care (SOC) neoadjuvant chemo-immunotherapy (chemoIO)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Alissa Jamie Cooper", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232240", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232240", + "events_session": "Multi-institution real world analysis of patients with non-small cell lung cancer (NSCLC) treated with standard of care (SOC) neoadjuvant chemo-immunotherapy (chemoIO)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy, Adjuvant | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609305614,'FU_HCP_284783');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAlissa Jamie Cooper", + "kol_full_name": "Alissa Jamie Cooper" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma, Large B-Cell, Diffuse | Immunotherapy, Adoptive | Epcoritamab", + "npi_num": "1003347097", + "hcp_pin_alias": "FU_HCP_386560", + "session_name": "Multicenter, randomized phase II study of epcoritamab for patients with large B-cell lymphomas achieving a partial response after CD19-directed CAR T-cell therapy (CAR-T)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Allison Marie Bock", + "middle_name": "", + "last_name": "", + "org_name": "Huntsman Cancer Institute/University of Utah", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232391", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232391", + "events_session": "Multicenter", + "rest_events_session_count": 1, + "rest_events_session": " randomized phase II study of epcoritamab for patients with large B-cell lymphomas achieving a partial response after CD19-directed CAR T-cell therapy (CAR-T)", + "events_topic": "Lymphoma, Large B-Cell, Diffuse | Immunotherapy, Adoptive ", + "rest_events_topic_count": 1, + "rest_events_topic": " Epcoritamab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1003347097,'FU_HCP_386560');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAllison Marie Bock", + "kol_full_name": "Allison Marie Bock" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colonoscopy | Artificial Intelligence", + "npi_num": "1922250281", + "hcp_pin_alias": "FU_HCP_284122", + "session_name": "AI virtual patient navigation to promote re-engagement of US inner city patients nonadherent with colonoscopy appointments: A quality improvement initiative", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Alyson B. Moadel", + "middle_name": "", + "last_name": "", + "org_name": "Montefiore Einstein Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233088", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233088", + "events_session": "AI virtual patient navigation to promote re-engagement of US inner city patients nonadherent with colonoscopy appointments: A quality improvement initiative", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colonoscopy | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922250281,'FU_HCP_284122');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAlyson B. Moadel", + "kol_full_name": "Alyson B. Moadel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptors, Somatostatin | Neuroendocrine Tumors", + "npi_num": "1902193147", + "hcp_pin_alias": "FU_HCP_46052", + "session_name": "A phase II randomized control trial of triapine plus lutetium 177 DOTATATE versus lutetium 177 DOTATATE alone for well-differentiated somatostatin receptor-positive neuroendocrine tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Aman Chauhan", + "middle_name": "", + "last_name": "", + "org_name": "Sylvester Comprehensive Cancer Center, University of Miami", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232860", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232860", + "events_session": "A phase II randomized control trial of triapine plus lutetium 177 DOTATATE versus lutetium 177 DOTATATE alone for well-differentiated somatostatin receptor-positive neuroendocrine tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Somatostatin | Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902193147,'FU_HCP_46052');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAman Chauhan", + "kol_full_name": "Aman Chauhan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Paraproteinemias | Hematologic Neoplasms", + "npi_num": "1487094066", + "hcp_pin_alias": "FU_HCP_185933", + "session_name": "Hematologic Malignancies—Plasma Cell Dyscrasia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Amandeep Godara", + "middle_name": "", + "last_name": "", + "org_name": "Huntsman Cancer Institute", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232118", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232118", + "events_session": "Hematologic Malignancies—Plasma Cell Dyscrasia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paraproteinemias | Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1487094066,'FU_HCP_185933');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAmandeep Godara", + "kol_full_name": "Amandeep Godara" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Neuroendocrine", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403415", + "session_name": "Exploring systemic treatment approaches for advanced pure large cell neuroendocrine carcinoma (LCNEC): A multicenter retrospective analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Amin Nassar", + "middle_name": "", + "last_name": "", + "org_name": "Yale Cancer Center", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232250", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232250", + "events_session": "Exploring systemic treatment approaches for advanced pure large cell neuroendocrine carcinoma (LCNEC): A multicenter retrospective analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Neuroendocrine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403415');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAmin Nassar", + "kol_full_name": "Amin Nassar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1487917951", + "hcp_pin_alias": "FU_HCP_5403333", + "session_name": "Pediatric Oncology", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Amy E. Armstrong", + "middle_name": "", + "last_name": "", + "org_name": "Washington University in St Louis", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232027", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232027", + "events_session": "Pediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1487917951,'FU_HCP_5403333');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAmy E. Armstrong", + "kol_full_name": "Amy E. Armstrong" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Abemaciclib | Letrozole | Triple Negative Breast Neoplasms", + "npi_num": "1922242932", + "hcp_pin_alias": "FU_HCP_159518", + "session_name": "I-SPY2 Endocrine Optimization Pilot (EOP): Neoadjuvant amcenestrant +/- abemaciclib +/- letrozole in molecularly selected patients (pts) with HR+ HER2- stage 2/3 breast cancer (BC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Amy Jo Chien", + "middle_name": "", + "last_name": "", + "org_name": "University of California, San Francisco", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232633", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232633", + "events_session": "I-SPY2 Endocrine Optimization Pilot (EOP): Neoadjuvant amcenestrant +/- abemaciclib +/- letrozole in molecularly selected patients (pts) with HR+ HER2- stage 2/3 breast cancer (BC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Abemaciclib | Letrozole ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922242932,'FU_HCP_159518');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAmy Jo Chien", + "kol_full_name": "Amy Jo Chien" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Thoracic Neoplasms | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1043552243", + "hcp_pin_alias": "FU_HCP_109646", + "session_name": "Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other Thoracic Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Amy Lauren Cummings", + "middle_name": "", + "last_name": "", + "org_name": "University of California Los Angeles Translational Oncology Research", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232025", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232025", + "events_session": "Lung Cancer—Non-Small Cell Local-Regional/Small Cell/Other Thoracic Cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thoracic Neoplasms | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1043552243,'FU_HCP_109646');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAmy Lauren Cummings", + "kol_full_name": "Amy Lauren Cummings" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Clinical Trials As Topic", + "npi_num": "1144647421", + "hcp_pin_alias": "FU_HCP_39401", + "session_name": "Challenges and solutions to recruiting diverse populations to oncology clinical trials: A mixed-methods study of clinical research coordinators", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ana I. Velazquez Manana", + "middle_name": "", + "last_name": "", + "org_name": "University of California, San Francisco", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233057", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233057", + "events_session": "Challenges and solutions to recruiting diverse populations to oncology clinical trials: A mixed-methods study of clinical research coordinators", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Clinical Trials As Topic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144647421,'FU_HCP_39401');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAna I. Velazquez Manana", + "kol_full_name": "Ana I. Velazquez Manana" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neuroendocrine Tumors", + "npi_num": "1336110378", + "hcp_pin_alias": "PAST_HCP_CNS_195377", + "session_name": "Solid Foundation or House of Cards: Molecular Targets in Neuro-Oncology", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Andrew B. Lassman", + "middle_name": "", + "last_name": "", + "org_name": "Neuro-Oncology, Columbia University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232457", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232457", + "events_session": "Solid Foundation or House of Cards: Molecular Targets in Neuro-Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroendocrine Tumors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1336110378,'PAST_HCP_CNS_195377');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAndrew B. Lassman", + "kol_full_name": "Andrew B. Lassman" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy, Adjuvant | Melanoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403456", + "session_name": "Serum multiplex analysis of checkpoint proteins in association with immune-related adverse events in patients with melanoma receiving adjuvant anti-PD-1 therapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Andrew David Knight", + "middle_name": "", + "last_name": "", + "org_name": "University of Pittsburgh Medical Center (UPMC)", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232799", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232799", + "events_session": "Serum multiplex analysis of checkpoint proteins in association with immune-related adverse events in patients with melanoma receiving adjuvant anti-PD-1 therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy, Adjuvant | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403456');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAndrew David Knight", + "kol_full_name": "Andrew David Knight" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Multiple Myeloma | B-Cell Maturation Antigen", + "npi_num": "1306102934", + "hcp_pin_alias": "FU_HCP_167022", + "session_name": "Expression of alternatively spliced BCMA RNA with skipping of transmembrane domain", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Andrew Ip", + "middle_name": "", + "last_name": "", + "org_name": "John Theurer Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232113", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232113", + "events_session": "Expression of alternatively spliced BCMA RNA with skipping of transmembrane domain", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma | B-Cell Maturation Antigen", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1306102934,'FU_HCP_167022');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAndrew Ip", + "kol_full_name": "Andrew Ip" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403398", + "session_name": "Clinical Research Investigator Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Andrew Jacob McKenzie", + "middle_name": "", + "last_name": "", + "org_name": "Sarah Cannon Research Institute", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232156", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232156", + "events_session": "Clinical Research Investigator Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403398');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAndrew Jacob McKenzie", + "kol_full_name": "Andrew Jacob McKenzie" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Merkel Cell | Carcinoma, Squamous Cell | Immune Checkpoint Inhibitors", + "npi_num": "1609022870", + "hcp_pin_alias": "FU_HCP_5403363", + "session_name": "Phase 1b trial of IFx-Hu20, a novel in situ cancer vaccine, in checkpoint inhibitor-resistant Merkel cell carcinoma (MCC) and cutaneous squamous cell carcinoma (cSCC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Andrew Scott Brohl", + "middle_name": "", + "last_name": "", + "org_name": "H. Lee Moffitt Cancer Center and Research Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232800", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232800", + "events_session": "Phase 1b trial of IFx-Hu20", + "rest_events_session_count": 2, + "rest_events_session": " a novel in situ cancer vaccine, in checkpoint inhibitor-resistant Merkel cell carcinoma (MCC) and cutaneous squamous cell carcinoma (cSCC)", + "events_topic": "Carcinoma, Merkel Cell | Carcinoma, Squamous Cell ", + "rest_events_topic_count": 1, + "rest_events_topic": " Immune Checkpoint Inhibitors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609022870,'FU_HCP_5403363');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAndrew Scott Brohl", + "kol_full_name": "Andrew Scott Brohl" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nerve Sheath Neoplasms", + "npi_num": "1710115951", + "hcp_pin_alias": "FU_HCP_44423", + "session_name": "Current and Emerging Therapies for Metastatic Malignant Peripheral Nerve Sheath Tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Angela C. Hirbe", + "middle_name": "", + "last_name": "", + "org_name": "Washington University in St. Louis", + "Country": "United States", + "Region": "Missouri", + "City": "St. Louis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233104", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233104", + "events_session": "Current and Emerging Therapies for Metastatic Malignant Peripheral Nerve Sheath Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nerve Sheath Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710115951,'FU_HCP_44423');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAngela C. Hirbe", + "kol_full_name": "Angela C. Hirbe" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1720164692", + "hcp_pin_alias": "FU_HCP_5403336", + "session_name": "Breast Cancer—Metastatic", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Anne F. Schott", + "middle_name": "", + "last_name": "", + "org_name": "University of Michigan Rogel Cancer Center", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232066", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232066", + "events_session": "Breast Cancer—Metastatic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720164692,'FU_HCP_5403336');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAnne F. Schott", + "kol_full_name": "Anne F. Schott" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Atezolizumab | Zanzalintinib | Regorafenib | Colorectal Neoplasms", + "npi_num": "1447490974", + "hcp_pin_alias": "FU_HCP_166687", + "session_name": "STELLAR-303: A randomized phase 3 study of zanzalintinib (XL092) plus atezolizumab versus regorafenib in previously treated metastatic colorectal cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Anwaar Saeed", + "middle_name": "", + "last_name": "", + "org_name": "University of Pittsburgh", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Pittsburgh", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232896", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232896", + "events_session": "STELLAR-303: A randomized phase 3 study of zanzalintinib (XL092) plus atezolizumab versus regorafenib in previously treated metastatic colorectal cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atezolizumab | Zanzalintinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Regorafenib | Colorectal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1447490974,'FU_HCP_166687');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAnwaar Saeed", + "kol_full_name": "Anwaar Saeed" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Chemoradiotherapy | Combined Modality Therapy", + "npi_num": "1528591047", + "hcp_pin_alias": "FU_HCP_284267", + "session_name": "Feasibility of induction chemoimmunotherapy (ID chemo-IO) followed by chemoradiation for locally advanced unresectable non-small cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Arthi Sridhar", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232243", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232243", + "events_session": "Feasibility of induction chemoimmunotherapy (ID chemo-IO) followed by chemoradiation for locally advanced unresectable non-small cell lung cancer (NSCLC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Chemoradiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Combined Modality Therapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528591047,'FU_HCP_284267');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EArthi Sridhar", + "kol_full_name": "Arthi Sridhar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colonic Neoplasms | Neoplasm, Residual | Chemotherapy, Adjuvant", + "npi_num": "1497927123", + "hcp_pin_alias": "FU_HCP_57958", + "session_name": "Colon adjuvant chemotherapy based on evaluation of residual disease (CIRCULATE-NORTH AMERICA): NRG-GI008", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Arvind Dasari", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232900", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232900", + "events_session": "Colon adjuvant chemotherapy based on evaluation of residual disease (CIRCULATE-NORTH AMERICA): NRG-GI008", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colonic Neoplasms | Neoplasm, Residual ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chemotherapy, Adjuvant", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1497927123,'FU_HCP_57958');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EArvind Dasari", + "kol_full_name": "Arvind Dasari" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Triple Negative Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403450", + "session_name": "Real-world immune-related adverse events in patients with early triple negative breast cancer who received pembrolizumab", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Athira Jayan", + "middle_name": "", + "last_name": "", + "org_name": "Department of General Internal Medicine, The University of Texas MD Anderson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232701", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232701", + "events_session": "Real-world immune-related adverse events in patients with early triple negative breast cancer who received pembrolizumab", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403450');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAthira Jayan", + "kol_full_name": "Athira Jayan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1669806857", + "hcp_pin_alias": "FU_HCP_284979", + "session_name": "Medical students' views on oncology specialty: A cross-sectional study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Aydah Al-Awadhi", + "middle_name": "", + "last_name": "", + "org_name": "Tawam Hospital, Abu Dhabi Health Services Co.", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232264", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232264", + "events_session": "Medical students' views on oncology specialty: A cross-sectional study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1669806857,'FU_HCP_284979');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EAydah Al-Awadhi", + "kol_full_name": "Aydah Al-Awadhi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Urinary Bladder Neoplasms | Enfortumab Vedotin", + "npi_num": "1215349964", + "hcp_pin_alias": "FU_HCP_159266", + "session_name": "Enfortumab vedotin plus pembrolizumab in the treatment of locally advanced or metastatic bladder cancer of variant histology: A phase II study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Bassel Nazha", + "middle_name": "", + "last_name": "", + "org_name": "Department of Hematology and Medical Oncology, Emory University School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232611", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232611", + "events_session": "Enfortumab vedotin plus pembrolizumab in the treatment of locally advanced or metastatic bladder cancer of variant histology: A phase II study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Urinary Bladder Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Enfortumab Vedotin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215349964,'FU_HCP_159266');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBassel Nazha", + "kol_full_name": "Bassel Nazha" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pharmacokinetics | Solid Tumor", + "npi_num": "1265489371", + "hcp_pin_alias": "FU_HCP_110453", + "session_name": "A phase 1/1b, first-in-human, multi-part study of DF6215, an engineered IL-2Rα-active agonist, to investigate the safety, tolerability, pharmacokinetics, and biological and clinical activity in patients with advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Benedito A. Carneiro", + "middle_name": "", + "last_name": "", + "org_name": "Legorreta Cancer Center at Brown University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233045", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233045", + "events_session": "A phase 1/1b", + "rest_events_session_count": 7, + "rest_events_session": " first-in-human, multi-part study of DF6215, an engineered IL-2Rα-active agonist, to investigate the safety, tolerability, pharmacokinetics, and biological and clinical activity in patients with advanced solid tumors", + "events_topic": "Pharmacokinetics | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1265489371,'FU_HCP_110453');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBenedito A. Carneiro", + "kol_full_name": "Benedito A. Carneiro" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403387", + "session_name": "Lung Cancer—Non-Small Cell Metastatic", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Benjamin Besse", + "middle_name": "", + "last_name": "", + "org_name": "Gustave Roussy Institute", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232059", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232059", + "events_session": "Lung Cancer—Non-Small Cell Metastatic", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403387');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBenjamin Besse", + "kol_full_name": "Benjamin Besse" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "1427410331", + "hcp_pin_alias": "FU_HCP_283160", + "session_name": "RNA-based fusion testing in gastrointestinal (GI) carcinomas: A single-institution experience", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Bennett Adam Caughey", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232948", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232948", + "events_session": "RNA-based fusion testing in gastrointestinal (GI) carcinomas: A single-institution experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1427410331,'FU_HCP_283160');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBennett Adam Caughey", + "kol_full_name": "Bennett Adam Caughey" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nanoparticles | Antibody Therapy | Melanoma", + "npi_num": "1992182604", + "hcp_pin_alias": "FU_HCP_281744", + "session_name": "Novel RNA-nanoparticle vaccine for the treatment of early melanoma recurrence following adjuvant anti-PD-1 antibody therapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Bently Patrick Doonan", + "middle_name": "", + "last_name": "", + "org_name": "University of Florida College of Medicine", + "Country": "United States", + "Region": "Florida", + "City": "Gainesville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232806", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232806", + "events_session": "Novel RNA-nanoparticle vaccine for the treatment of early melanoma recurrence following adjuvant anti-PD-1 antibody therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nanoparticles | Antibody Therapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Melanoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1992182604,'FU_HCP_281744');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBently Patrick Doonan", + "kol_full_name": "Bently Patrick Doonan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic", + "npi_num": "1184734501", + "hcp_pin_alias": "PAST_HCP_Onco_233778", + "session_name": "Too Many Options: Assessing the Best Trial Designs", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Bernardo Haddock Lobo Goulart", + "middle_name": "", + "last_name": "", + "org_name": "U.S. Food and Drug Administration", + "Country": "United States", + "Region": "Maryland", + "City": "Silver Spring", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232549", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232549", + "events_session": "Too Many Options: Assessing the Best Trial Designs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184734501,'PAST_HCP_Onco_233778');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBernardo Haddock Lobo Goulart", + "kol_full_name": "Bernardo Haddock Lobo Goulart" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immune Checkpoint Inhibitors | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1902515448", + "hcp_pin_alias": "FU_HCP_408514", + "session_name": "Clinical outcomes and post-progression retreatment in patients with metastatic NSCLC who complete two years of treatment with immune checkpoint blockade", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Biagio Ricciuti", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute, Lowe Center for Thoracic Oncology", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232184", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232184", + "events_session": "Clinical outcomes and post-progression retreatment in patients with metastatic NSCLC who complete two years of treatment with immune checkpoint blockade", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902515448,'FU_HCP_408514');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBiagio Ricciuti", + "kol_full_name": "Biagio Ricciuti" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Penpulimab | Anlotinib | Non-Muscle Invasive Bladder Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403443", + "session_name": "Updated results from a phase II study of penpulimab plus anlotinib as first-line therapy in metastatic urothelial cancer (mUC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Bo Yang", + "middle_name": "", + "last_name": "", + "org_name": "Chinese PLA General Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232593", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232593", + "events_session": "Updated results from a phase II study of penpulimab plus anlotinib as first-line therapy in metastatic urothelial cancer (mUC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Penpulimab | Anlotinib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Non-Muscle Invasive Bladder Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403443');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBo Yang", + "kol_full_name": "Bo Yang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clustered Regularly Interspaced Short Palindromic Repeats | Lymphoma, Non-Hodgkin | Immunotherapy, Adoptive | Antigens, CD19", + "npi_num": "1033478144", + "hcp_pin_alias": "FU_HCP_38418", + "session_name": "A CRISPR-edited allogeneic anti-CD19 CAR-T cell therapy with a PD-1 knockout (CB-010) in patients with relapsed/refractory B cell non-Hodgkin lymphoma (r/r B-NHL): Updated phase 1 results from the ANTLER trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Boyu Hu", + "middle_name": "", + "last_name": "", + "org_name": "Huntsman Cancer Institute", + "Country": "United States", + "Region": "Utah", + "City": "Salt Lake City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232370", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232370", + "events_session": "A CRISPR-edited allogeneic anti-CD19 CAR-T cell therapy with a PD-1 knockout (CB-010) in patients with relapsed/refractory B cell non-Hodgkin lymphoma (r/r B-NHL): Updated phase 1 results from the ANTLER trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clustered Regularly Interspaced Short Palindromic Repeats | Lymphoma, Non-Hodgkin ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immunotherapy, Adoptive | Antigens, CD19", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1033478144,'FU_HCP_38418');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBoyu Hu", + "kol_full_name": "Boyu Hu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Sacituzumab Govitecan | Enfortumab Vedotin | Carcinoma, Transitional Cell", + "npi_num": "1902018559", + "hcp_pin_alias": "FU_HCP_46026", + "session_name": "Sacituzumab govitecan (SG) plus enfortumab vedotin (EV) for metastatic urothelial carcinoma (mUC) treatment-experienced (DAD) and with pembrolizumab (P) in treatment naïve UC (DAD-IO)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Bradley Alexander McGregor", + "middle_name": "", + "last_name": "", + "org_name": "Lank Center for Genitourinary Oncology", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232614", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232614", + "events_session": "Sacituzumab govitecan (SG) plus enfortumab vedotin (EV) for metastatic urothelial carcinoma (mUC) treatment-experienced (DAD) and with pembrolizumab (P) in treatment naïve UC (DAD-IO)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Sacituzumab Govitecan ", + "rest_events_topic_count": 2, + "rest_events_topic": " Enfortumab Vedotin | Carcinoma, Transitional Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902018559,'FU_HCP_46026');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBradley Alexander McGregor", + "kol_full_name": "Bradley Alexander McGregor" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neuroblastoma", + "npi_num": "1710958111", + "hcp_pin_alias": "FU_HCP_99959", + "session_name": "N9: Pilot study of novel shortened induction for high-risk neuroblastoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Brian H. Kushner", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232902", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232902", + "events_session": "N9: Pilot study of novel shortened induction for high-risk neuroblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neuroblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710958111,'FU_HCP_99959');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBrian H. Kushner", + "kol_full_name": "Brian H. Kushner" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immune Checkpoint Inhibitors | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1316212533", + "hcp_pin_alias": "FU_HCP_109639", + "session_name": "A phase IV study of ApricityCARE program for cancer adverse events rapid evaluation to improve treatment outcomes of ethnic/racial minority patients with non-small cell lung cancer (NSCLC) receiving immune checkpoint inhibitors (ICI)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Brian S. Henick", + "middle_name": "", + "last_name": "", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Yonkers", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233062", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233062", + "events_session": "A phase IV study of ApricityCARE program for cancer adverse events rapid evaluation to improve treatment outcomes of ethnic/racial minority patients with non-small cell lung cancer (NSCLC) receiving immune checkpoint inhibitors (ICI)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316212533,'FU_HCP_109639');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBrian S. Henick", + "kol_full_name": "Brian S. Henick" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Anemia, Sickle Cell | Solid Tumor", + "npi_num": "1982133658", + "hcp_pin_alias": "FU_HCP_284512", + "session_name": "The prevalence of sickle cell phenotype and its association with clinical outcomes in patients with solid malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Brianna R. Bakow", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232227", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232227", + "events_session": "The prevalence of sickle cell phenotype and its association with clinical outcomes in patients with solid malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anemia, Sickle Cell | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1982133658,'FU_HCP_284512');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBrianna R. Bakow", + "kol_full_name": "Brianna R. Bakow" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic | Brain Neoplasms", + "npi_num": "1093210775", + "hcp_pin_alias": "FU_HCP_322231", + "session_name": "Neuro-oncology anywhere: A decentralized approach to clinical trials in brain tumors and beyond", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Bryan Neth", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233066", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233066", + "events_session": "Neuro-oncology anywhere: A decentralized approach to clinical trials in brain tumors and beyond", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic | Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1093210775,'FU_HCP_322231');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EBryan Neth", + "kol_full_name": "Bryan Neth" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403427", + "session_name": "Health-related quality of life (HRQoL) and symptoms in LIBRETTO-431 patients with RET fusion-positive advanced non-small-cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Caicun Zhou", + "middle_name": "", + "last_name": "", + "org_name": "Shanghai Pulmonary Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232399", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232399", + "events_session": "Health-related quality of life (HRQoL) and symptoms in LIBRETTO-431 patients with RET fusion-positive advanced non-small-cell lung cancer (NSCLC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403427');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECaicun Zhou", + "kol_full_name": "Caicun Zhou" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1932307600", + "hcp_pin_alias": "PAST_HCP_Onco_232748", + "session_name": "Discussion on Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Cardinale B. Smith", + "middle_name": "", + "last_name": "", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232489", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232489", + "events_session": "Discussion on Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932307600,'PAST_HCP_Onco_232748');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECardinale B. Smith", + "kol_full_name": "Cardinale B. Smith" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Breast Neoplasms", + "npi_num": "1114138534", + "hcp_pin_alias": "FU_HCP_39068", + "session_name": "Outcomes of advanced/metastatic breast cancer (aMBC) treated with BRIA-IMT, an allogeneic whole cell immunotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Carmen Julia Calfa", + "middle_name": "", + "last_name": "", + "org_name": "Sylvester Comprehensive Cancer Center, University of Miami Miller School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232299", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232299", + "events_session": "Outcomes of advanced/metastatic breast cancer (aMBC) treated with BRIA-IMT", + "rest_events_session_count": 1, + "rest_events_session": " an allogeneic whole cell immunotherapy", + "events_topic": "Immunotherapy | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1114138534,'FU_HCP_39068');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECarmen Julia Calfa", + "kol_full_name": "Carmen Julia Calfa" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "B-Cell Maturation Antigen | Multiple Myeloma", + "npi_num": "1942516182", + "hcp_pin_alias": "FU_HCP_100284", + "session_name": "Exploring T cell subsets as predictors of response to BCMA targeting bispecific antibody therapy in multiple myeloma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Carolina D. Schinke", + "middle_name": "", + "last_name": "", + "org_name": "Myeloma Center, University of Arkansas for Medical Sciences", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232364", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232364", + "events_session": "Exploring T cell subsets as predictors of response to BCMA targeting bispecific antibody therapy in multiple myeloma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "B-Cell Maturation Antigen | Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942516182,'FU_HCP_100284');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECarolina D. Schinke", + "kol_full_name": "Carolina D. Schinke" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Molecular Targeted Therapy | Colorectal Neoplasms", + "npi_num": "1356804173", + "hcp_pin_alias": "FU_HCP_282718", + "session_name": "Therapeutic implications of acquired high tumor mutational burden (TMB-H) after targeted therapy (TT) in metastatic colorectal cancer (mCRC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Celine Yeh", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232870", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232870", + "events_session": "Therapeutic implications of acquired high tumor mutational burden (TMB-H) after targeted therapy (TT) in metastatic colorectal cancer (mCRC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Molecular Targeted Therapy | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356804173,'FU_HCP_282718');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECeline Yeh", + "kol_full_name": "Celine Yeh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Squamous Cell Carcinoma Of Head And Neck | Immunoconjugates", + "npi_num": "1538322003", + "hcp_pin_alias": "FU_HCP_282659", + "session_name": "Emerging Data for Antibody Drug Conjugates in Head and Neck Squamous Cell Carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Cesar Augusto Perez", + "middle_name": "", + "last_name": "", + "org_name": "Sarah Cannon Research Institute at Florida Cancer Specialists", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232123", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232123", + "events_session": "Emerging Data for Antibody Drug Conjugates in Head and Neck Squamous Cell Carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Squamous Cell Carcinoma Of Head And Neck | Immunoconjugates", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1538322003,'FU_HCP_282659');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECesar Augusto Perez", + "kol_full_name": "Cesar Augusto Perez" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Cabozantinib | Sunitinib | Carcinoma, Renal Cell", + "npi_num": "1831503218", + "hcp_pin_alias": "FU_HCP_283312", + "session_name": "Partitioned overall survival: Comprehensive analysis of survival states over 4 years in CheckMate 9ER comparing first-line nivolumab plus cabozantinib versus sunitinib in advanced renal cell carcinoma (aRCC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Charlene Mantia", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232470", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232470", + "events_session": "Partitioned overall survival: Comprehensive analysis of survival states over 4 years in CheckMate 9ER comparing first-line nivolumab plus cabozantinib versus sunitinib in advanced renal cell carcinoma (aRCC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nivolumab | Cabozantinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sunitinib | Carcinoma, Renal Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1831503218,'FU_HCP_283312');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECharlene Mantia", + "kol_full_name": "Charlene Mantia" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Circulating Tumor DNA | Prostatic Neoplasms | Receptors, Androgen", + "npi_num": "1720645393", + "hcp_pin_alias": "FU_HCP_284755", + "session_name": "Dynamic androgen receptor alterations (ARa) ctDNA profiles and clinical outcomes in metastatic prostate cancer (mPC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Chinmay Jani", + "middle_name": "", + "last_name": "", + "org_name": "University of Miami Sylvester Comprehensive Cancer Center/Jackson Health System", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232654", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232654", + "events_session": "Dynamic androgen receptor alterations (ARa) ctDNA profiles and clinical outcomes in metastatic prostate cancer (mPC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circulating Tumor DNA | Prostatic Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Receptors, Androgen", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720645393,'FU_HCP_284755');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChinmay Jani", + "kol_full_name": "Chinmay Jani" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pancreatic Neoplasms | Folfirinox | Granulocyte Colony-Stimulating Factor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403464", + "session_name": "Primary prophylaxis with pegylated-granulocyte colony-stimulating factor for patients with unresectable pancreatic cancer treated with modified-FOLFIRINOX: A randomized phase II trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Choong-kun Lee", + "middle_name": "", + "last_name": "", + "org_name": "Division of Medical Oncology, Department of Internal Medicine, Yonsei Cancer Center, SongDang Institute for Cancer Research,Yonsei University College of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232840", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232840", + "events_session": "Primary prophylaxis with pegylated-granulocyte colony-stimulating factor for patients with unresectable pancreatic cancer treated with modified-FOLFIRINOX: A randomized phase II trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pancreatic Neoplasms | Folfirinox ", + "rest_events_topic_count": 1, + "rest_events_topic": " Granulocyte Colony-Stimulating Factor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403464');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChoong-kun Lee", + "kol_full_name": "Choong-kun Lee" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Programmed Cell Death 1 Receptor | Solid Tumor | Pembrolizumab", + "npi_num": "1043509912", + "hcp_pin_alias": "FU_HCP_283441", + "session_name": "Phase I study of MCLA-145, a bispecific antibody targeting CD137 and PD-L1, in solid tumors, as monotherapy or in combination with pembrolizumab", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Chrisann Kyi", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232525", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232525", + "events_session": "Phase I study of MCLA-145", + "rest_events_session_count": 3, + "rest_events_session": " a bispecific antibody targeting CD137 and PD-L1, in solid tumors, as monotherapy or in combination with pembrolizumab", + "events_topic": "Programmed Cell Death 1 Receptor | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pembrolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1043509912,'FU_HCP_283441');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChrisann Kyi", + "kol_full_name": "Chrisann Kyi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sarcoma | Immunotherapy", + "npi_num": "1104972835", + "hcp_pin_alias": "FU_HCP_373585", + "session_name": "Managing the Facts and Hopes Surrounding Immunotherapy in Patients With Sarcoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Christian Frederick Meyer", + "middle_name": "", + "last_name": "", + "org_name": "Johns Hopkins Hospital", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233149", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233149", + "events_session": "Managing the Facts and Hopes Surrounding Immunotherapy in Patients With Sarcoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sarcoma | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104972835,'FU_HCP_373585');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChristian Frederick Meyer", + "kol_full_name": "Christian Frederick Meyer" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma | Ibrutinib | Emavusertib | Central Nervous System Neoplasms", + "npi_num": "1720291727", + "hcp_pin_alias": "FU_HCP_44561", + "session_name": "Emavusertib (CA-4948) in combination with ibrutinib in patients with relapsed/refractory primary central nervous system lymphoma (R/R PCNSL)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Christian Grommes", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233080", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233080", + "events_session": "Emavusertib (CA-4948) in combination with ibrutinib in patients with relapsed/refractory primary central nervous system lymphoma (R/R PCNSL)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma | Ibrutinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Emavusertib | Central Nervous System Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720291727,'FU_HCP_44561');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChristian Grommes", + "kol_full_name": "Christian Grommes" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Gemcitabine | Protein-Arginine Deiminase Type 6", + "npi_num": "1952896888", + "hcp_pin_alias": "FU_HCP_5403370", + "session_name": "Phase I/II study of pegylated arginine deiminase (ADI-PEG 20) in combination with gemcitabine and docetaxel in non-small cell and small cell lung cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Christine Auberle", + "middle_name": "", + "last_name": "", + "org_name": "Washington University in St. Louis", + "Country": "United States", + "Region": "Missouri", + "City": "St. Louis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232987", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232987", + "events_session": "Phase I/II study of pegylated arginine deiminase (ADI-PEG 20) in combination with gemcitabine and docetaxel in non-small cell and small cell lung cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Gemcitabine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Protein-Arginine Deiminase Type 6", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1952896888,'FU_HCP_5403370');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChristine Auberle", + "kol_full_name": "Christine Auberle" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cryotherapy | Peripheral Nervous System Diseases | Chemotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403449", + "session_name": "Prospective, randomized trial on efficacy and safety of cryotherapy and cryocompression therapy as prevention of chemotherapy-induced peripheral neuropathy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Christine Brunner", + "middle_name": "", + "last_name": "", + "org_name": "Department of Obstetrics and Gynecology, Medical University of Innsbruck", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232694", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232694", + "events_session": "Prospective", + "rest_events_session_count": 1, + "rest_events_session": " randomized trial on efficacy and safety of cryotherapy and cryocompression therapy as prevention of chemotherapy-induced peripheral neuropathy", + "events_topic": "Cryotherapy | Peripheral Nervous System Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403449');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChristine Brunner", + "kol_full_name": "Christine Brunner" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1720354137", + "hcp_pin_alias": "FU_HCP_44568", + "session_name": "Targeting KRAS in Non–Small Cell Lung Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Christine M. Bestvina", + "middle_name": "", + "last_name": "", + "org_name": "University of Chicago", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232073", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232073", + "events_session": "Targeting KRAS in Non–Small Cell Lung Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "KRAS Protein, Human | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720354137,'FU_HCP_44568');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChristine M. Bestvina", + "kol_full_name": "Christine M. Bestvina" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Early Goal-Directed Therapy | Leukemia, Myeloid, Acute", + "npi_num": "1356600464", + "hcp_pin_alias": "FU_HCP_154782", + "session_name": "Intensive Therapy or Not? What to Offer Younger Patients With Acute Myeloid Leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Christine McMahon", + "middle_name": "", + "last_name": "", + "org_name": "University of Colorado", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232545", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232545", + "events_session": "Intensive Therapy or Not? What to Offer Younger Patients With Acute Myeloid Leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Goal-Directed Therapy | Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356600464,'FU_HCP_154782');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EChristine McMahon", + "kol_full_name": "Christine McMahon" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms", + "npi_num": "1427495357", + "hcp_pin_alias": "FU_HCP_41931", + "session_name": "Exploring New Partnerships in HER2-Positive Breast Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ciara Catherine O'Sullivan", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232777", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232777", + "events_session": "Exploring New Partnerships in HER2-Positive Breast Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1427495357,'FU_HCP_41931');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECiara Catherine O'Sullivan", + "kol_full_name": "Ciara Catherine O'Sullivan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Human-specific STING Agonist G10 | Solid Tumor", + "npi_num": "1144696485", + "hcp_pin_alias": "FU_HCP_5403375", + "session_name": "Phase I trial of CRD3874-SI, a systemically administered STING agonist, in patients with advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ciara Marie Kelly", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233038", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233038", + "events_session": "Phase I trial of CRD3874-SI", + "rest_events_session_count": 2, + "rest_events_session": " a systemically administered STING agonist, in patients with advanced solid tumors", + "events_topic": "Human-specific STING Agonist G10 | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144696485,'FU_HCP_5403375');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECiara Marie Kelly", + "kol_full_name": "Ciara Marie Kelly" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1811090715", + "hcp_pin_alias": "PAST_HCP_Onco_231500", + "session_name": "Discussion on Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Clifford A. Hudis", + "middle_name": "", + "last_name": "", + "org_name": "ASCO", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232938", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232938", + "events_session": "Discussion on Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811090715,'PAST_HCP_Onco_231500');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EClifford A. Hudis", + "kol_full_name": "Clifford A. Hudis" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Nivolumab | Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "1679830699", + "hcp_pin_alias": "FU_HCP_44119", + "session_name": "Early signs of efficacy in patients with anti-PD-1 naïve and anti-PD-1 resistant HNSCC treated with NBTXR3/SBRT in combination with nivolumab or pembrolizumab in the phase I trial Study 1100", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Colette Shen", + "middle_name": "", + "last_name": "", + "org_name": "Department of Radiation Oncology, The University of North Carolina School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232554", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232554", + "events_session": "Early signs of efficacy in patients with anti-PD-1 naïve and anti-PD-1 resistant HNSCC treated with NBTXR3/SBRT in combination with nivolumab or pembrolizumab in the phase I trial Study 1100", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Nivolumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Squamous Cell Carcinoma Of Head And Neck", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1679830699,'FU_HCP_44119');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EColette Shen", + "kol_full_name": "Colette Shen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ixazomib | Multiple Myeloma | Iberdomide | Dexamethasone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403396", + "session_name": "All-oral triplet iberdomide, ixazomib, and dexamethasone in elderly patients with multiple myeloma at first relapse: Results of the IFM phase 2 study I2D", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Cyrille Touzeau", + "middle_name": "", + "last_name": "", + "org_name": "Centre Hospitalier Universitaire de Nantes", + "Country": "France", + "Region": "Pays de la Loire", + "City": "Nantes", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232137", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232137", + "events_session": "All-oral triplet iberdomide", + "rest_events_session_count": 2, + "rest_events_session": " ixazomib, and dexamethasone in elderly patients with multiple myeloma at first relapse: Results of the IFM phase 2 study I2D", + "events_topic": "Ixazomib | Multiple Myeloma ", + "rest_events_topic_count": 2, + "rest_events_topic": " Iberdomide | Dexamethasone", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403396');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ECyrille Touzeau", + "kol_full_name": "Cyrille Touzeau" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Patient Care", + "npi_num": "1598911547", + "hcp_pin_alias": "FU_HCP_43435", + "session_name": "Facing Patients' Fears and Rebuilding Trust When Worrisome News Comes Electronically", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Daniel Curtis McFarland", + "middle_name": "", + "last_name": "", + "org_name": "University of Rochester Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232534", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232534", + "events_session": "Facing Patients' Fears and Rebuilding Trust When Worrisome News Comes Electronically", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598911547,'FU_HCP_43435');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaniel Curtis McFarland", + "kol_full_name": "Daniel Curtis McFarland" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Artificial Intelligence | Radiotherapy | Pancreatic Neoplasms", + "npi_num": "1801281894", + "hcp_pin_alias": "FU_HCP_350600", + "session_name": "An AI-assisted navigation approach for patients with radiographic suspicion of new pancreas cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Daniel King", + "middle_name": "", + "last_name": "", + "org_name": "Northwell Health Cancer Institute", + "Country": "United States", + "Region": "New York", + "City": "New Hyde Park", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233117", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233117", + "events_session": "An AI-assisted navigation approach for patients with radiographic suspicion of new pancreas cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Artificial Intelligence | Radiotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Pancreatic Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801281894,'FU_HCP_350600');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaniel King", + "kol_full_name": "Daniel King" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor", + "npi_num": "1356679831", + "hcp_pin_alias": "FU_HCP_41307", + "session_name": "Polyploid circulating stromal cells in blood to identify invasive solid tumors and to prognosticate for highly aggressive cancer subtypes", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Daniel L Adams", + "middle_name": "", + "last_name": "", + "org_name": "Creatv MicroTech, Inc.", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232946", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232946", + "events_session": "Polyploid circulating stromal cells in blood to identify invasive solid tumors and to prognosticate for highly aggressive cancer subtypes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356679831,'FU_HCP_41307');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaniel L Adams", + "kol_full_name": "Daniel L Adams" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lung Neoplasms", + "npi_num": "1912022716", + "hcp_pin_alias": "FU_HCP_282262", + "session_name": "Multi-stakeholder, intentional outreach for improving representative recruitment in Pragmatica–Lung (SWOG S2302)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Daniel R. Carrizosa", + "middle_name": "", + "last_name": "", + "org_name": "Atrium Health Wake Forest Baptist Medical Center", + "Country": "United States", + "Region": "North Carolina", + "City": "Winston Salem", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232392", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232392", + "events_session": "Multi-stakeholder", + "rest_events_session_count": 1, + "rest_events_session": " intentional outreach for improving representative recruitment in Pragmatica–Lung (SWOG S2302)", + "events_topic": "Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1912022716,'FU_HCP_282262');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDaniel R. Carrizosa", + "kol_full_name": "Daniel R. Carrizosa" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403484", + "session_name": "Gilead and Kite Oncology's Commitment to Transformative Sciences", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Darren Tayama", + "middle_name": "", + "last_name": "", + "org_name": "Gilead", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233155", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233155", + "events_session": "Gilead and Kite Oncology's Commitment to Transformative Sciences", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403484');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDarren Tayama", + "kol_full_name": "Darren Tayama" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Early Detection Of Cancer | Breast Neoplasms", + "npi_num": "1902176811", + "hcp_pin_alias": "FU_HCP_283606", + "session_name": "Outcomes of a program to improve breast cancer early detection in Cote d’Ivoire", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Darya Aleksandrovna Kizub", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232225", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232225", + "events_session": "Outcomes of a program to improve breast cancer early detection in Cote d’Ivoire", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Detection Of Cancer | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902176811,'FU_HCP_283606');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDarya Aleksandrovna Kizub", + "kol_full_name": "Darya Aleksandrovna Kizub" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms | Chemotherapy | Alopecia", + "npi_num": "1922241140", + "hcp_pin_alias": "FU_HCP_46232", + "session_name": "Pilot evaluation of portable scalp cooling for chemotherapy-associated alopecia in early-stage breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "David B. Page", + "middle_name": "", + "last_name": "", + "org_name": "Providence Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232219", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232219", + "events_session": "Pilot evaluation of portable scalp cooling for chemotherapy-associated alopecia in early-stage breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Chemotherapy ", + "rest_events_topic_count": 1, + "rest_events_topic": " Alopecia", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922241140,'FU_HCP_46232');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavid B. Page", + "kol_full_name": "David B. Page" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Programmed Cell Death 1 Receptor | Carcinoma, Transitional Cell", + "npi_num": "1194168955", + "hcp_pin_alias": "FU_HCP_75752", + "session_name": "IK-175, an oral AHR inhibitor, as monotherapy and in combination with nivolumab in patients with urothelial carcinoma resistant/refractory to PD-1/L1 inhibitors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "David H Aggen", + "middle_name": "", + "last_name": "", + "org_name": "Genitourinary Oncology, Memorial Sloan Kettering Cancer Center; Weill Cornell Medical College", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233008", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233008", + "events_session": "IK-175", + "rest_events_session_count": 2, + "rest_events_session": " an oral AHR inhibitor, as monotherapy and in combination with nivolumab in patients with urothelial carcinoma resistant/refractory to PD-1/L1 inhibitors", + "events_topic": "Nivolumab | Programmed Cell Death 1 Receptor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Transitional Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1194168955,'FU_HCP_75752');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavid H Aggen", + "kol_full_name": "David H Aggen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Genetic Testing", + "npi_num": "1689846834", + "hcp_pin_alias": "FU_HCP_228377", + "session_name": "Practical Approach to Genetic Testing and Treatment Selection in Prostate Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "David James VanderWeele", + "middle_name": "", + "last_name": "", + "org_name": "Robert H. Lurie Comprehensive Cancer Center, Northwestern University Feinberg School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233102", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233102", + "events_session": "Practical Approach to Genetic Testing and Treatment Selection in Prostate Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Genetic Testing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1689846834,'FU_HCP_228377');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavid James VanderWeele", + "kol_full_name": "David James VanderWeele" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptors, Thyroid Hormone | Methimazole | Glioma", + "npi_num": "1548262512", + "hcp_pin_alias": "FU_HCP_42959", + "session_name": "Targeting glioma stem cells with thyroid hormone suppression: Phase 1/2 trial of methimazole in patients with progressive grade 4 gliomas", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "David M. Peereboom", + "middle_name": "", + "last_name": "", + "org_name": "Cleveland Clinic", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233070", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233070", + "events_session": "Targeting glioma stem cells with thyroid hormone suppression: Phase 1/2 trial of methimazole in patients with progressive grade 4 gliomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Receptors, Thyroid Hormone | Methimazole ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glioma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548262512,'FU_HCP_42959');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavid M. Peereboom", + "kol_full_name": "David M. Peereboom" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "1558436337", + "hcp_pin_alias": "PAST_HCP_Onco_231583", + "session_name": "Clinical validation of a mesenchymal gene expression signature for prognosis and treatment decision making in early-stage oral cavity squamous cell carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "David N. Hayes", + "middle_name": "", + "last_name": "", + "org_name": "The University of Tennessee Health Science Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232566", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232566", + "events_session": "Clinical validation of a mesenchymal gene expression signature for prognosis and treatment decision making in early-stage oral cavity squamous cell carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Squamous Cell Carcinoma Of Head And Neck", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1558436337,'PAST_HCP_Onco_231583');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavid N. Hayes", + "kol_full_name": "David N. Hayes" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Datopotamab Deruxtecan | Carcinoma, Non-Small-Cell Lung | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403481", + "session_name": "ICARUS-LUNG01: A phase 2 study of datopotomab deruxtecan (Dato-DXd) in patients with previously treated advanced non-small cell lung cancer (NSCLC), with sequential tissue biopsies and biomarkers analysis to predict treatment outcome", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "David Planchard", + "middle_name": "", + "last_name": "", + "org_name": "Gustave Roussy Institute", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233135", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233135", + "events_session": "ICARUS-LUNG01: A phase 2 study of datopotomab deruxtecan (Dato-DXd) in patients with previously treated advanced non-small cell lung cancer (NSCLC)", + "rest_events_session_count": 1, + "rest_events_session": " with sequential tissue biopsies and biomarkers analysis to predict treatment outcome", + "events_topic": "Datopotamab Deruxtecan | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403481');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDavid Planchard", + "kol_full_name": "David Planchard" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Receptor, ErbB-2 | Solid Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403474", + "session_name": "Characterization of diverse targetable ERBB2 alterations in 512,993 patients with solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Dazhi Liu", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232964", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232964", + "events_session": "Characterization of diverse targetable ERBB2 alterations in 512", + "rest_events_session_count": 1, + "rest_events_session": "993 patients with solid tumors", + "events_topic": "Receptor, ErbB-2 | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403474');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDazhi Liu", + "kol_full_name": "Dazhi Liu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Brain Neoplasms | Randomized Controlled Trials As Topic", + "npi_num": "1770800146", + "hcp_pin_alias": "PAST_HCP_CNS_204732", + "session_name": "Coping in caregivers of patients with primary malignant brain tumors: A mediation analysis of a randomized controlled trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Deborah Anne Forst", + "middle_name": "", + "last_name": "", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232214", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232214", + "events_session": "Coping in caregivers of patients with primary malignant brain tumors: A mediation analysis of a randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Neoplasms | Randomized Controlled Trials As Topic", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770800146,'PAST_HCP_CNS_204732');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDeborah Anne Forst", + "kol_full_name": "Deborah Anne Forst" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Enzalutamide | Prostatic Neoplasms | Hormone Therapy | Castration", + "npi_num": "1164652947", + "hcp_pin_alias": "FU_HCP_159124", + "session_name": "A phase II trial of enzalutamide (Enz) with 5-alpha reductase inhibitors (5-ARI) as an androgen deprivation therapy (ADT)–sparing approach for older men with castration-sensitive prostate cancer (CSPC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Deepak Kilari", + "middle_name": "", + "last_name": "", + "org_name": "Division of Hematology and Oncology, The Medical College of Wisconsin", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232662", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232662", + "events_session": "A phase II trial of enzalutamide (Enz) with 5-alpha reductase inhibitors (5-ARI) as an androgen deprivation therapy (ADT)–sparing approach for older men with castration-sensitive prostate cancer (CSPC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Enzalutamide | Prostatic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Hormone Therapy | Castration", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1164652947,'FU_HCP_159124');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDeepak Kilari", + "kol_full_name": "Deepak Kilari" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "1255727392", + "hcp_pin_alias": "FU_HCP_5403365", + "session_name": "Non-colorectal GI malignancies in the young: Incidence trends, demographic disparities, and survival analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Deepak Vadehra", + "middle_name": "", + "last_name": "", + "org_name": "Roswell Park Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232812", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232812", + "events_session": "Non-colorectal GI malignancies in the young: Incidence trends", + "rest_events_session_count": 2, + "rest_events_session": " demographic disparities, and survival analysis", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255727392,'FU_HCP_5403365');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDeepak Vadehra", + "kol_full_name": "Deepak Vadehra" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Folfirinox | Carcinoma, Pancreatic Ductal | Atezolizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403465", + "session_name": "Phase 1/2 randomized, open-label, multicenter, Simon two-stage study of pelareorep combined with modified FOLFIRINOX +/- atezolizumab in patients with metastatic pancreatic ductal adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Dirk Arnold", + "middle_name": "", + "last_name": "", + "org_name": "AK Altona, Asklepios Tumourzentrum Hamburg", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232861", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232861", + "events_session": "Phase 1/2 randomized", + "rest_events_session_count": 3, + "rest_events_session": " open-label, multicenter, Simon two-stage study of pelareorep combined with modified FOLFIRINOX +/- atezolizumab in patients with metastatic pancreatic ductal adenocarcinoma", + "events_topic": "Folfirinox | Carcinoma, Pancreatic Ductal ", + "rest_events_topic_count": 1, + "rest_events_topic": " Atezolizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403465');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDirk Arnold", + "kol_full_name": "Dirk Arnold" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematopoietic Stem Cell Transplantation | Biomarkers", + "npi_num": "1114192242", + "hcp_pin_alias": "FU_HCP_187182", + "session_name": "Biomarkers in a phase 1b study of investigational microbiome therapeutic SER-155 in adults undergoing allogeneic hematopoietic cell transplantation (allo-HCT)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Doris M. Ponce", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232342", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232342", + "events_session": "Biomarkers in a phase 1b study of investigational microbiome therapeutic SER-155 in adults undergoing allogeneic hematopoietic cell transplantation (allo-HCT)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematopoietic Stem Cell Transplantation | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1114192242,'FU_HCP_187182');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EDoris M. Ponce", + "kol_full_name": "Doris M. Ponce" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Stomach Neoplasms | Gastroesophageal Junction Adenocarcinoma | Nivolumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403460", + "session_name": "Nivolumab (NIVO) + chemotherapy (chemo) vs chemo as first-line (1L) treatment for advanced gastric cancer/gastroesophageal junction cancer/esophageal adenocarcinoma (GC/GEJC/EAC): 4-year follow-up of CheckMate 649", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Elena Elimova", + "middle_name": "", + "last_name": "", + "org_name": "Princess Margaret Cancer Centre", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232816", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232816", + "events_session": "Nivolumab (NIVO) + chemotherapy (chemo) vs chemo as first-line (1L) treatment for advanced gastric cancer/gastroesophageal junction cancer/esophageal adenocarcinoma (GC/GEJC/EAC): 4-year follow-up of CheckMate 649", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy | Stomach Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Gastroesophageal Junction Adenocarcinoma | Nivolumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403460');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EElena Elimova", + "kol_full_name": "Elena Elimova" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Enfortumab Vedotin | Genitourinary Tumors", + "npi_num": "1972279818", + "hcp_pin_alias": "FU_HCP_5403359", + "session_name": "A phase II multicenter study of enfortumab vedotin with or without pembrolizumab in rare genitourinary tumors (E-VIRTUE)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Elias Chandran", + "middle_name": "", + "last_name": "", + "org_name": "Genitourinary Malignancies Branch, CCR, NCI, NIH", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232615", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232615", + "events_session": "A phase II multicenter study of enfortumab vedotin with or without pembrolizumab in rare genitourinary tumors (E-VIRTUE)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Enfortumab Vedotin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Genitourinary Tumors", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1972279818,'FU_HCP_5403359');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EElias Chandran", + "kol_full_name": "Elias Chandran" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Bruton's Tyrosine Kinase | Leukemia, Lymphocytic, Chronic, B-Cell", + "npi_num": "1255776092", + "hcp_pin_alias": "FU_HCP_99608", + "session_name": "A first-in-human study of the potent and highly selective BTK degrader ABBV-101 in patients with relapsed/refractory B-cell malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Elise A. Chong", + "middle_name": "", + "last_name": "", + "org_name": "Lymphoma Program, Division of Hematology-Oncology, Hospital of the University of Pennsylvania", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232388", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232388", + "events_session": "A first-in-human study of the potent and highly selective BTK degrader ABBV-101 in patients with relapsed/refractory B-cell malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Bruton's Tyrosine Kinase | Leukemia, Lymphocytic, Chronic, B-Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255776092,'FU_HCP_99608');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EElise A. Chong", + "kol_full_name": "Elise A. Chong" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastrointestinal Neoplasms | Pancreatic Neoplasms | Biomarkers", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403434", + "session_name": "Clinical Application of New Biomarkers in Upper Gastrointestinal and Hepatopancreaticobiliary Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Elizabeth Catherine Smyth", + "middle_name": "", + "last_name": "", + "org_name": "Oxford University Hospitals NHS Foundation Trust", + "Country": "United Kingdom", + "Region": "England", + "City": "Oxford", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232484", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232484", + "events_session": "Clinical Application of New Biomarkers in Upper Gastrointestinal and Hepatopancreaticobiliary Cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Neoplasms | Pancreatic Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403434');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EElizabeth Catherine Smyth", + "kol_full_name": "Elizabeth Catherine Smyth" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Skin Neoplasms | Melanoma", + "npi_num": "1437292828", + "hcp_pin_alias": "FU_HCP_41982", + "session_name": "Melanoma/Skin Cancers: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Elizabeth Iannot Buchbinder", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233241", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233241", + "events_session": "Melanoma/Skin Cancers: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Skin Neoplasms | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437292828,'FU_HCP_41982');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EElizabeth Iannot Buchbinder", + "kol_full_name": "Elizabeth Iannot Buchbinder" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1275876989", + "hcp_pin_alias": "FU_HCP_0008700", + "session_name": "Care Delivery/Models of Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Elizabeth Jane Cathcart-Rake", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232019", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232019", + "events_session": "Care Delivery/Models of Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275876989,'FU_HCP_0008700');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EElizabeth Jane Cathcart-Rake", + "kol_full_name": "Elizabeth Jane Cathcart-Rake" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1689969206", + "hcp_pin_alias": "FU_HCP_283997", + "session_name": "Pediatric Oncology", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Elizabeth Sokol", + "middle_name": "", + "last_name": "", + "org_name": "Lurie Children's Hospital", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232026", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232026", + "events_session": "Pediatric Oncology", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1689969206,'FU_HCP_283997');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EElizabeth Sokol", + "kol_full_name": "Elizabeth Sokol" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carboplatin | Cisplatin | Solid Tumor", + "npi_num": "1528202579", + "hcp_pin_alias": "FU_HCP_42793", + "session_name": "Impact of carboplatin and cisplatin shortages on treatment patterns in patients with metastatic solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Emily Castellanos", + "middle_name": "", + "last_name": "", + "org_name": "Flatiron Health", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232420", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232420", + "events_session": "Impact of carboplatin and cisplatin shortages on treatment patterns in patients with metastatic solid tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carboplatin | Cisplatin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528202579,'FU_HCP_42793');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEmily Castellanos", + "kol_full_name": "Emily Castellanos" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Trastuzumab Deruxtecan | Desmoplastic Small Round Cell Tumor", + "npi_num": "1841599636", + "hcp_pin_alias": "FU_HCP_45600", + "session_name": "Off-label use of fam-trastuzumab deruxtecan-nxki with early activity in a cohort of patients with desmoplastic small round cell tumor", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Emily K Slotkin", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232913", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232913", + "events_session": "Off-label use of fam-trastuzumab deruxtecan-nxki with early activity in a cohort of patients with desmoplastic small round cell tumor", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Trastuzumab Deruxtecan | Desmoplastic Small Round Cell Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1841599636,'FU_HCP_45600');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEmily K Slotkin", + "kol_full_name": "Emily K Slotkin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cardiovascular Diseases | Cancer Survivors", + "npi_num": "1881700235", + "hcp_pin_alias": "FU_HCP_186825", + "session_name": "Communicating cardiovascular health information and improving coordination with primary care: A Childhood Cancer Survivor Study randomized trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Eric Jessen Chow", + "middle_name": "", + "last_name": "", + "org_name": "Fred Hutchinson Cancer Center", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232294", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232294", + "events_session": "Communicating cardiovascular health information and improving coordination with primary care: A Childhood Cancer Survivor Study randomized trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1881700235,'FU_HCP_186825');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEric Jessen Chow", + "kol_full_name": "Eric Jessen Chow" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Early Detection Of Cancer", + "npi_num": "1083612568", + "hcp_pin_alias": "FU_HCP_250258", + "session_name": "Changing the Paradigm: Use of a Multi-Cancer Early Detection Test to Screen for Many Aggressive Cancers That Lack Recommended Screenings", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Eric Klein", + "middle_name": "", + "last_name": "", + "org_name": "GRAIL, LLC", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233153", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233153", + "events_session": "Changing the Paradigm: Use of a Multi-Cancer Early Detection Test to Screen for Many Aggressive Cancers That Lack Recommended Screenings", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1083612568,'FU_HCP_250258');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEric Klein", + "kol_full_name": "Eric Klein" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms", + "npi_num": "1790282499", + "hcp_pin_alias": "FU_HCP_394408", + "session_name": "Genomic alterations in early-onset versus average-onset stage IV colorectal cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Eric Michael Lander", + "middle_name": "", + "last_name": "", + "org_name": "Division of Hematology/Oncology, Vanderbilt University Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232882", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232882", + "events_session": "Genomic alterations in early-onset versus average-onset stage IV colorectal cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790282499,'FU_HCP_394408');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEric Michael Lander", + "kol_full_name": "Eric Michael Lander" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immune Checkpoint Inhibitors | Colorectal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403468", + "session_name": "Artemin and immune checkpoint inhibitor (ICI) efficacy in metastatic colorectal cancer (mCRC): A correlative analysis of the Canadian Cancer Trials Group (CCTG) CO26 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Eric Xueyu Chen", + "middle_name": "", + "last_name": "", + "org_name": "University Health Network", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232883", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232883", + "events_session": "Artemin and immune checkpoint inhibitor (ICI) efficacy in metastatic colorectal cancer (mCRC): A correlative analysis of the Canadian Cancer Trials Group (CCTG) CO26 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403468');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEric Xueyu Chen", + "kol_full_name": "Eric Xueyu Chen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Delivery Of Health Care | Admin. & Management", + "npi_num": "1699031740", + "hcp_pin_alias": "PAST_HCP_Future Events_316858", + "session_name": "Care Delivery/Models of Care: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Erin F. Gillespie", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233175", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233175", + "events_session": "Care Delivery/Models of Care: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Delivery Of Health Care | Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699031740,'PAST_HCP_Future Events_316858');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EErin F. Gillespie", + "kol_full_name": "Erin F. Gillespie" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms", + "npi_num": "1093949745", + "hcp_pin_alias": "FU_HCP_110396", + "session_name": "Elucidating the immune active state of HR+HER2- MammaPrint High 2 early breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Erin Frances Cobain", + "middle_name": "", + "last_name": "", + "org_name": "University of Michigan", + "Country": "United States", + "Region": "Michigan", + "City": "Ann Arbor", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232149", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232149", + "events_session": "Elucidating the immune active state of HR+HER2- MammaPrint High 2 early breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1093949745,'FU_HCP_110396');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EErin Frances Cobain", + "kol_full_name": "Erin Frances Cobain" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Ipilimumab | Trabectedin | Soft Tissue Sarcoma", + "npi_num": "1922191717", + "hcp_pin_alias": "FU_HCP_0000931", + "session_name": "Seven year update on SOC-1702: A phase 2 study using trabectedin (T) in combination with ipilimumab (I), nivolumab (N) and trabectedin (T) in previously untreated patients with advanced soft tissue sarcoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Erlinda Maria Gordon", + "middle_name": "", + "last_name": "", + "org_name": "Sarcoma Oncology Research Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232912", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232912", + "events_session": "Seven year update on SOC-1702: A phase 2 study using trabectedin (T) in combination with ipilimumab (I)", + "rest_events_session_count": 1, + "rest_events_session": " nivolumab (N) and trabectedin (T) in previously untreated patients with advanced soft tissue sarcoma", + "events_topic": "Nivolumab | Ipilimumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Trabectedin | Soft Tissue Sarcoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922191717,'FU_HCP_0000931');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EErlinda Maria Gordon", + "kol_full_name": "Erlinda Maria Gordon" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Enoblituzumab | Neoadjuvant Therapy", + "npi_num": "1720358633", + "hcp_pin_alias": "FU_HCP_44569", + "session_name": "A phase 2 randomized trial of neoadjuvant enoblituzumab versus standard of care in men with high-risk localized prostate cancer: The help elucidate and attack longitudinally (HEAT) prostate cancer randomized study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Eugene Shenderov", + "middle_name": "", + "last_name": "", + "org_name": "Johns Hopkins University School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232672", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232672", + "events_session": "A phase 2 randomized trial of neoadjuvant enoblituzumab versus standard of care in men with high-risk localized prostate cancer: The help elucidate and attack longitudinally (HEAT) prostate cancer randomized study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Enoblituzumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoadjuvant Therapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720358633,'FU_HCP_44569');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEugene Shenderov", + "kol_full_name": "Eugene Shenderov" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immune Checkpoint Inhibitors | Sarcoma | Myxofibrosarcoma", + "npi_num": "1104246032", + "hcp_pin_alias": "FU_HCP_282024", + "session_name": "Do patients with myxofibrosarcoma and undifferentiated pleomorphic sarcoma have different clinical outcomes to immune checkpoint blockade-based therapy?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Evan Rosenbaum", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232910", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232910", + "events_session": "Do patients with myxofibrosarcoma and undifferentiated pleomorphic sarcoma have different clinical outcomes to immune checkpoint blockade-based therapy?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Sarcoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myxofibrosarcoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104246032,'FU_HCP_282024');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EEvan Rosenbaum", + "kol_full_name": "Evan Rosenbaum" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Transcription Factors | Glioblastoma", + "npi_num": "1053623934", + "hcp_pin_alias": "PAST_HCP_CNS_220333", + "session_name": "Efficacy and biomarker analysis of phase 2 (P2) and window-of-opportunity (WoO) cohorts of patients with recurrent glioblastoma (rGBM) treated with ST101, an inhibitor of the transcription factor C/EBPβ", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Fabio Massaiti Iwamoto", + "middle_name": "", + "last_name": "", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Yonkers", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232757", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232757", + "events_session": "Efficacy and biomarker analysis of phase 2 (P2) and window-of-opportunity (WoO) cohorts of patients with recurrent glioblastoma (rGBM) treated with ST101", + "rest_events_session_count": 1, + "rest_events_session": " an inhibitor of the transcription factor C/EBPβ", + "events_topic": "Transcription Factors | Glioblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1053623934,'PAST_HCP_CNS_220333');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFabio Massaiti Iwamoto", + "kol_full_name": "Fabio Massaiti Iwamoto" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab | Sotorasib | Chemotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403404", + "session_name": "Sotorasib versus pembrolizumab in combination with platinum doublet chemotherapy as first-line treatment for metastatic or locally advanced, PD-L1 negative, KRAS G12C-mutated NSCLC (CodeBreaK 202)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Fabrice Barlesi", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232192", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232192", + "events_session": "Sotorasib versus pembrolizumab in combination with platinum doublet chemotherapy as first-line treatment for metastatic or locally advanced", + "rest_events_session_count": 2, + "rest_events_session": " PD-L1 negative, KRAS G12C-mutated NSCLC (CodeBreaK 202)", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Sotorasib | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403404');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFabrice Barlesi", + "kol_full_name": "Fabrice Barlesi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Psychological Distress | Small Cell Lung Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403409", + "session_name": "Association between psychological distress and treatment efficacy in patients with newly diagnosed SCLC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Fang Wu", + "middle_name": "", + "last_name": "", + "org_name": "The Second Xiangya Hospital, Central South University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232212", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232212", + "events_session": "Association between psychological distress and treatment efficacy in patients with newly diagnosed SCLC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Psychological Distress | Small Cell Lung Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403409');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFang Wu", + "kol_full_name": "Fang Wu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Fruquintinib | Paclitaxel | Gastroesophageal Junction Adenocarcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403472", + "session_name": "Updates on Abstract 438730: Fruquintinib Plus Paclitaxel Versus Paclitaxel as Second-Line Therapy for Patients with Advanced Gastric or Gastroesophageal Junction Adenocarcinoma (FRUTIGA): A Randomized, Multicenter, Double-Blind, Placebo-Controlled, Phase 3 Study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Feng Wang", + "middle_name": "", + "last_name": "", + "org_name": "Sun Yat-sen University Cancer Center", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232937", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232937", + "events_session": "Updates on Abstract 438730: Fruquintinib Plus Paclitaxel Versus Paclitaxel as Second-Line Therapy for Patients with Advanced Gastric or Gastroesophageal Junction Adenocarcinoma (FRUTIGA): A Randomized", + "rest_events_session_count": 4, + "rest_events_session": " Multicenter, Double-Blind, Placebo-Controlled, Phase 3 Study", + "events_topic": "Fruquintinib | Paclitaxel ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastroesophageal Junction Adenocarcinoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403472');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFeng Wang", + "kol_full_name": "Feng Wang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiotherapy | Durvalumab | Carcinoma, Pancreatic Ductal", + "npi_num": "1275290165", + "hcp_pin_alias": "FU_HCP_394590", + "session_name": "Durvalumab and stereotactic ablative body radiotherapy (SABR) in locally advanced (LA) and borderline resectable (BR) pancreatic cancer (PDAC): Long-term outcomes and correlative insights", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Fergus Keane", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232845", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232845", + "events_session": "Durvalumab and stereotactic ablative body radiotherapy (SABR) in locally advanced (LA) and borderline resectable (BR) pancreatic cancer (PDAC): Long-term outcomes and correlative insights", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Durvalumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Pancreatic Ductal", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275290165,'FU_HCP_394590');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFergus Keane", + "kol_full_name": "Fergus Keane" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1902333545", + "hcp_pin_alias": "FU_HCP_5403339", + "session_name": "Navigating ASCO 2024: Tips to Optimize Your Meeting Experience", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Fernando Cristobal Diaz", + "middle_name": "", + "last_name": "", + "org_name": "The University of North Carolina at Chapel Hill", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232096", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232096", + "events_session": "Navigating ASCO 2024: Tips to Optimize Your Meeting Experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902333545,'FU_HCP_5403339');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFernando Cristobal Diaz", + "kol_full_name": "Fernando Cristobal Diaz" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic | Artificial Intelligence", + "npi_num": "1518191071", + "hcp_pin_alias": "FU_HCP_5403377", + "session_name": "Impact of artificial intelligence (AI) decision support on clinical trial participation: A before-after implementation study on a nationwide molecular tumor board", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Frank Po-Yen Lin", + "middle_name": "", + "last_name": "", + "org_name": "NHMRC Clinical Trials Centre, The University of Sydney", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233050", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233050", + "events_session": "Impact of artificial intelligence (AI) decision support on clinical trial participation: A before-after implementation study on a nationwide molecular tumor board", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1518191071,'FU_HCP_5403377');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EFrank Po-Yen Lin", + "kol_full_name": "Frank Po-Yen Lin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1902420268", + "hcp_pin_alias": "FU_HCP_232409", + "session_name": "Start low, go slow: A systematic review and meta-analysis of upfront tailored treatment dosing in older adults with advanced cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Gabriel Aleixo", + "middle_name": "", + "last_name": "", + "org_name": "University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233059", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233059", + "events_session": "Start low", + "rest_events_session_count": 1, + "rest_events_session": " go slow: A systematic review and meta-analysis of upfront tailored treatment dosing in older adults with advanced cancer", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902420268,'FU_HCP_232409');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGabriel Aleixo", + "kol_full_name": "Gabriel Aleixo" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Temozolomide | Ibudilast | Glioblastoma", + "npi_num": "1891250981", + "hcp_pin_alias": "FU_HCP_249518", + "session_name": "Phase 1b/2a study evaluating the combination of MN-166 (ibudilast) and temozolomide in patients with newly diagnosed and recurrent glioblastoma (GBM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Gilbert Youssef", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232521", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232521", + "events_session": "Phase 1b/2a study evaluating the combination of MN-166 (ibudilast) and temozolomide in patients with newly diagnosed and recurrent glioblastoma (GBM)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Temozolomide | Ibudilast ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glioblastoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1891250981,'FU_HCP_249518');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGilbert Youssef", + "kol_full_name": "Gilbert Youssef" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Digital Health | Neoplasms", + "npi_num": "1326207507", + "hcp_pin_alias": "FU_HCP_186965", + "session_name": "Integrating 4 Methods (In4M) to evaluate physical function in patients with cancer: Results of a comprehensive digital health study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Gita Thanarajasingam", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233051", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233051", + "events_session": "Integrating 4 Methods (In4M) to evaluate physical function in patients with cancer: Results of a comprehensive digital health study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Digital Health | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1326207507,'FU_HCP_186965');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EGita Thanarajasingam", + "kol_full_name": "Gita Thanarajasingam" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Palliative Care", + "npi_num": "1700840683", + "hcp_pin_alias": "FU_HCP_154787", + "session_name": "Symptom Science and Palliatve Care: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Halle C. F. Moore", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233257", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233257", + "events_session": "Symptom Science and Palliatve Care: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700840683,'FU_HCP_154787');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHalle C. F. Moore", + "kol_full_name": "Halle C. F. Moore" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "CDK7 Protein, Human | Solid Tumor", + "npi_num": "1417368085", + "hcp_pin_alias": "FU_HCP_75888", + "session_name": "A first-in-human trial of selective CDK7 inhibitor Q901, in patients with advanced solid tumors: Interim results of a phase I study (QRNT-009)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Hao Xie", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232953", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232953", + "events_session": "A first-in-human trial of selective CDK7 inhibitor Q901", + "rest_events_session_count": 1, + "rest_events_session": " in patients with advanced solid tumors: Interim results of a phase I study (QRNT-009)", + "events_topic": "CDK7 Protein, Human | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417368085,'FU_HCP_75888');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHao Xie", + "kol_full_name": "Hao Xie" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Circulating Tumor DNA", + "npi_num": "1063655710", + "hcp_pin_alias": "FU_HCP_100171", + "session_name": "Are We There Yet? Moving ctDNA Into Clinical Practice", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Heather Anne Parsons", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute, Harvard Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232490", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232490", + "events_session": "Are We There Yet? Moving ctDNA Into Clinical Practice", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circulating Tumor DNA", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1063655710,'FU_HCP_100171');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHeather Anne Parsons", + "kol_full_name": "Heather Anne Parsons" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Monoclonal Gammopathy Of Undetermined Significance", + "npi_num": "1841600186", + "hcp_pin_alias": "FU_HCP_230131", + "session_name": "Long term follow up of monoclonal gammopathy of undetermined significance (MGUS) in US Veterans: Racial differences and associations with other malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Helen Ma", + "middle_name": "", + "last_name": "", + "org_name": "VA Long Beach Healthcare System", + "Country": "United States", + "Region": "California", + "City": "Long Beach", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232366", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232366", + "events_session": "Long term follow up of monoclonal gammopathy of undetermined significance (MGUS) in US Veterans: Racial differences and associations with other malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Monoclonal Gammopathy Of Undetermined Significance", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1841600186,'FU_HCP_230131');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHelen Ma", + "kol_full_name": "Helen Ma" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiotherapy | Neoplasms", + "npi_num": "1730441544", + "hcp_pin_alias": "FU_HCP_44659", + "session_name": "Radiation Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Henry Soo-Min Park", + "middle_name": "", + "last_name": "", + "org_name": "Yale School of Medicine", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232532", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232532", + "events_session": "Radiation Oncologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1730441544,'FU_HCP_44659');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHenry Soo-Min Park", + "kol_full_name": "Henry Soo-Min Park" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cdh1 Proteins", + "npi_num": "1619549177", + "hcp_pin_alias": "FU_HCP_5403345", + "session_name": "Large cohort analysis of incidental CDH1 PVs among patients undergoing MGPT", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Hiam Abdel-Salam", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232236", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232236", + "events_session": "Large cohort analysis of incidental CDH1 PVs among patients undergoing MGPT", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cdh1 Proteins", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1619549177,'FU_HCP_5403345');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHiam Abdel-Salam", + "kol_full_name": "Hiam Abdel-Salam" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403445", + "session_name": "Germline gene-specific associations in a large prostate cancer cohort", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Hiba M Khan", + "middle_name": "", + "last_name": "", + "org_name": "University of Washington/Fred Hutch Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232665", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232665", + "events_session": "Germline gene-specific associations in a large prostate cancer cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403445');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHiba M Khan", + "kol_full_name": "Hiba M Khan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Small Cell Lung Carcinoma | Monalizumab | Durvalumab | Chemotherapy", + "npi_num": "1437446820", + "hcp_pin_alias": "FU_HCP_42008", + "session_name": "A phase II trial of monalizumab in combination with durvalumab (MEDI4736) plus platinum-based chemotherapy for first-line treatment of extensive stage small cell lung cancer (MOZART): Hoosier Cancer Research Network LUN21-530 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Hirva Mamdani", + "middle_name": "", + "last_name": "", + "org_name": "Wayne State University", + "Country": "United States", + "Region": "Michigan", + "City": "Detroit", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232259", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232259", + "events_session": "A phase II trial of monalizumab in combination with durvalumab (MEDI4736) plus platinum-based chemotherapy for first-line treatment of extensive stage small cell lung cancer (MOZART): Hoosier Cancer Research Network LUN21-530 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Small Cell Lung Carcinoma | Monalizumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Durvalumab | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437446820,'FU_HCP_42008');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHirva Mamdani", + "kol_full_name": "Hirva Mamdani" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immune Checkpoint Inhibitors", + "npi_num": "1902254188", + "hcp_pin_alias": "FU_HCP_284773", + "session_name": "The toxicity swimmer plot: A novel approach for evaluating patient-level toxicity following immune checkpoint inhibitor (ICI) therapy on the Checkmate 214 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Hollis Viray", + "middle_name": "", + "last_name": "", + "org_name": "Beth Israel Deaconess Medical Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232280", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232280", + "events_session": "The toxicity swimmer plot: A novel approach for evaluating patient-level toxicity following immune checkpoint inhibitor (ICI) therapy on the Checkmate 214 trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1902254188,'FU_HCP_284773');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHollis Viray", + "kol_full_name": "Hollis Viray" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms | Neoplasm, Residual | Circulating Tumor DNA | Chemotherapy, Adjuvant", + "npi_num": "1356541957", + "hcp_pin_alias": "FU_HCP_41287", + "session_name": "Personalized circulating tumor DNA for minimal residual disease and dynamic assessment in patients undergoing neoadjuvant chemotherapy for breast cancer: Preliminary analysis from MSK-LINC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Hong-Kyu Kim", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232945", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232945", + "events_session": "Personalized circulating tumor DNA for minimal residual disease and dynamic assessment in patients undergoing neoadjuvant chemotherapy for breast cancer: Preliminary analysis from MSK-LINC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Neoplasm, Residual ", + "rest_events_topic_count": 2, + "rest_events_topic": " Circulating Tumor DNA | Chemotherapy, Adjuvant", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356541957,'FU_HCP_41287');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EHong-Kyu Kim", + "kol_full_name": "Hong-Kyu Kim" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Esophageal Squamous Cell Carcinoma | Nivolumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403458", + "session_name": "Nivolumab (NIVO) plus chemotherapy (chemo) or ipilimumab (IPI) vs chemo as first-line (1L) treatment for advanced esophageal squamous cell carcinoma (ESCC): 45-month (mo) follow-up from CheckMate 648", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ian Chau", + "middle_name": "", + "last_name": "", + "org_name": "Royal Marsden Hospital", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232814", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232814", + "events_session": "Nivolumab (NIVO) plus chemotherapy (chemo) or ipilimumab (IPI) vs chemo as first-line (1L) treatment for advanced esophageal squamous cell carcinoma (ESCC): 45-month (mo) follow-up from CheckMate 648", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy | Esophageal Squamous Cell Carcinoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Nivolumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403458');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EIan Chau", + "kol_full_name": "Ian Chau" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Chemotherapy, Adjuvant", + "npi_num": "1598380297", + "hcp_pin_alias": "FU_HCP_284059", + "session_name": "Trends, patterns, and outcomes of neoadjuvant chemotherapy (NACT) use among patients with early invasive triple negative breast cancer (TNBC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Inimfon Jackson", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232634", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232634", + "events_session": "Trends", + "rest_events_session_count": 2, + "rest_events_session": " patterns, and outcomes of neoadjuvant chemotherapy (NACT) use among patients with early invasive triple negative breast cancer (TNBC)", + "events_topic": "Triple Negative Breast Neoplasms | Chemotherapy, Adjuvant", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598380297,'FU_HCP_284059');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EInimfon Jackson", + "kol_full_name": "Inimfon Jackson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Artificial Intelligence", + "npi_num": "1033460316", + "hcp_pin_alias": "FU_HCP_100243", + "session_name": "Using Artificial Intelligence to Optimize Systemic Therapy for Prostate Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Irbaz Bin Riaz", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232307", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232307", + "events_session": "Using Artificial Intelligence to Optimize Systemic Therapy for Prostate Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1033460316,'FU_HCP_100243');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EIrbaz Bin Riaz", + "kol_full_name": "Irbaz Bin Riaz" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1942852876", + "hcp_pin_alias": "FU_HCP_229525", + "session_name": "Linking in with advice and supports for men impacted by metastatic cancer: The LIAM Mc trial (NCT05946993)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jack Gleeson", + "middle_name": "", + "last_name": "", + "org_name": "University College Cork", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233065", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233065", + "events_session": "Linking in with advice and supports for men impacted by metastatic cancer: The LIAM Mc trial (NCT05946993)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1942852876,'FU_HCP_229525');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJack Gleeson", + "kol_full_name": "Jack Gleeson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Pancreatic Ductal | Genetic Profile", + "npi_num": "1033565163", + "hcp_pin_alias": "FU_HCP_38434", + "session_name": "Genetic ancestry-associated differences in genomic profiling and treatment patterns in pancreatic ductal adenocarcinoma (PDAC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jacquelyne Janean Gaddy", + "middle_name": "", + "last_name": "", + "org_name": "Yale Cancer Center", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232838", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232838", + "events_session": "Genetic ancestry-associated differences in genomic profiling and treatment patterns in pancreatic ductal adenocarcinoma (PDAC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Pancreatic Ductal | Genetic Profile", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1033565163,'FU_HCP_38434');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJacquelyne Janean Gaddy", + "kol_full_name": "Jacquelyne Janean Gaddy" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematologic Neoplasms", + "npi_num": "1528446242", + "hcp_pin_alias": "FU_HCP_5403349", + "session_name": "Artful oncology: A comprehensive psychosocial oncology curriculum for hematology/oncology fellows", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jafar Al-Mondhiry", + "middle_name": "", + "last_name": "", + "org_name": "Inova Schar Cancer Institute", + "Country": "United States", + "Region": "Virginia", + "City": "Falls Church", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232319", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232319", + "events_session": "Artful oncology: A comprehensive psychosocial oncology curriculum for hematology/oncology fellows", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528446242,'FU_HCP_5403349');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJafar Al-Mondhiry", + "kol_full_name": "Jafar Al-Mondhiry" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Surgical Procedures, Operative | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403479", + "session_name": "Use of surgery for de novo metastatic breast cancer (mBC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "James Dickerson", + "middle_name": "", + "last_name": "", + "org_name": "Stanford Hospital and Clinics", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233055", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233055", + "events_session": "Use of surgery for de novo metastatic breast cancer (mBC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Procedures, Operative | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403479');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJames Dickerson", + "kol_full_name": "James Dickerson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Relatlimab | Nivolumab | Melanoma", + "npi_num": "1215467097", + "hcp_pin_alias": "FU_HCP_5403364", + "session_name": "A phase 2 trial of IO102-IO103 and nivolumab-relatlimab fixed-dose combination in previously untreated, unresectable melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "James William Smithy", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232803", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232803", + "events_session": "A phase 2 trial of IO102-IO103 and nivolumab-relatlimab fixed-dose combination in previously untreated", + "rest_events_session_count": 1, + "rest_events_session": " unresectable melanoma", + "events_topic": "Relatlimab | Nivolumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Melanoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215467097,'FU_HCP_5403364');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJames William Smithy", + "kol_full_name": "James William Smithy" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Tumor Microenvironment | Breast Neoplasms | Carcinoma, Lobular", + "npi_num": "1750793204", + "hcp_pin_alias": "FU_HCP_282702", + "session_name": "The multiomic tumor microenvironment landscape of invasive lobular carcinoma of the breast", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jason A Mouabbi", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232683", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232683", + "events_session": "The multiomic tumor microenvironment landscape of invasive lobular carcinoma of the breast", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tumor Microenvironment | Breast Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Lobular", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750793204,'FU_HCP_282702');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJason A Mouabbi", + "kol_full_name": "Jason A Mouabbi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1619142023", + "hcp_pin_alias": "FU_HCP_229848", + "session_name": "How to Communicate About Prognosis When Faced With the Extremes of Prognostic Uncertainty", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jason Webb", + "middle_name": "", + "last_name": "", + "org_name": "Oregon Health & Science University", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232305", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232305", + "events_session": "How to Communicate About Prognosis When Faced With the Extremes of Prognostic Uncertainty", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1619142023,'FU_HCP_229848');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJason Webb", + "kol_full_name": "Jason Webb" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colonic Neoplasms | Chemotherapy, Adjuvant | Circulating Tumor DNA", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403420", + "session_name": "Circulating tumor DNA analysis guiding adjuvant therapy in stage II colon cancer: Overall survival and updated 5-year results from the randomized DYNAMIC trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jeanne Tie", + "middle_name": "", + "last_name": "", + "org_name": "Peter MacCallum Cancer Centre and Personalised Oncology Division, Walter and Eliza Hall Institute of Medical Research", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232313", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232313", + "events_session": "Circulating tumor DNA analysis guiding adjuvant therapy in stage II colon cancer: Overall survival and updated 5-year results from the randomized DYNAMIC trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colonic Neoplasms | Chemotherapy, Adjuvant ", + "rest_events_topic_count": 1, + "rest_events_topic": " Circulating Tumor DNA", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403420');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJeanne Tie", + "kol_full_name": "Jeanne Tie" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Squamous Cell Carcinoma Of Head And Neck", + "npi_num": "1881650356", + "hcp_pin_alias": "FU_HCP_5403332", + "session_name": "Cutaneous Squamous Cell Carcinoma in the Head and Neck: A Multidisciplinary Case-Based Approach to Treatment", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jennifer E. Schwartz", + "middle_name": "", + "last_name": "", + "org_name": "Indiana University School of Medicine", + "Country": "United States", + "Region": "Indiana", + "City": "Indianapolis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232011", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232011", + "events_session": "Cutaneous Squamous Cell Carcinoma in the Head and Neck: A Multidisciplinary Case-Based Approach to Treatment", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Squamous Cell Carcinoma Of Head And Neck", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1881650356,'FU_HCP_5403332');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJennifer E. Schwartz", + "kol_full_name": "Jennifer E. Schwartz" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1700949609", + "hcp_pin_alias": "FU_HCP_44393", + "session_name": "Discussion on Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jennifer J. Griggs", + "middle_name": "", + "last_name": "", + "org_name": "Rogel Cancer Center, University of Michigan", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232745", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232745", + "events_session": "Discussion on Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700949609,'FU_HCP_44393');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJennifer J. Griggs", + "kol_full_name": "Jennifer J. Griggs" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Brain Neoplasms", + "npi_num": "1184193013", + "hcp_pin_alias": "FU_HCP_283393", + "session_name": "Management of progressive brain metastases in patients (pts) with relapsed germ-cell tumor (GCT) treated with salvage high-dose chemotherapy (HDCT)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jennifer King", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232646", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232646", + "events_session": "Management of progressive brain metastases in patients (pts) with relapsed germ-cell tumor (GCT) treated with salvage high-dose chemotherapy (HDCT)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy | Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184193013,'FU_HCP_283393');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJennifer King", + "kol_full_name": "Jennifer King" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Surgical Procedures, Operative | Neoplasms", + "npi_num": "1609850395", + "hcp_pin_alias": "PAST_HCP_Onco_232853", + "session_name": "Surgical Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jennifer Tseng", + "middle_name": "", + "last_name": "", + "org_name": "City of Hope Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232289", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232289", + "events_session": "Surgical Oncologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Procedures, Operative | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1609850395,'PAST_HCP_Onco_232853');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJennifer Tseng", + "kol_full_name": "Jennifer Tseng" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Renal Cell | Carcinoma", + "npi_num": "1104804970", + "hcp_pin_alias": "FU_HCP_110406", + "session_name": "A Multidisciplinary Approach to Managing the Toxicities Associated With Renal Cell Carcinoma Therapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jeremy Paul Cetnar", + "middle_name": "", + "last_name": "", + "org_name": "Oregon Health & Science University", + "Country": "United States", + "Region": "Oregon", + "City": "Portland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231973", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231973", + "events_session": "A Multidisciplinary Approach to Managing the Toxicities Associated With Renal Cell Carcinoma Therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Renal Cell | Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104804970,'FU_HCP_110406');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJeremy Paul Cetnar", + "kol_full_name": "Jeremy Paul Cetnar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Melphalan | Multiple Myeloma | Stem Cell Transplantation | Neoplasm, Residual", + "npi_num": "1104479880", + "hcp_pin_alias": "FU_HCP_5403350", + "session_name": "Effect of dose-adjusted melphalan on MRD-negativity to full dose melphalan in patients with multiple myeloma post-autologous stem cell transplant", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jeries Kort", + "middle_name": "", + "last_name": "", + "org_name": "University Hospitals Cleveland Medical Center/ Case Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232362", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232362", + "events_session": "Effect of dose-adjusted melphalan on MRD-negativity to full dose melphalan in patients with multiple myeloma post-autologous stem cell transplant", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melphalan | Multiple Myeloma ", + "rest_events_topic_count": 2, + "rest_events_topic": " Stem Cell Transplantation | Neoplasm, Residual", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1104479880,'FU_HCP_5403350');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJeries Kort", + "kol_full_name": "Jeries Kort" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Anaplastic Lymphoma Kinase | ErbB Receptors", + "npi_num": "1528320975", + "hcp_pin_alias": "FU_HCP_42815", + "session_name": "Striking the Balance With Next-Generation Targeted Therapies for ALK and EGFR", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jessica Jiyeong Lin", + "middle_name": "", + "last_name": "", + "org_name": "Massachusetts General Hospital, Harvard Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233138", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233138", + "events_session": "Striking the Balance With Next-Generation Targeted Therapies for ALK and EGFR", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Anaplastic Lymphoma Kinase | ErbB Receptors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528320975,'FU_HCP_42815');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJessica Jiyeong Lin", + "kol_full_name": "Jessica Jiyeong Lin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Adebrelimab | Fuzuloparib | Homologous Recombination Deficiency | Ovarian Neoplasms", + "npi_num": "1801956099", + "hcp_pin_alias": "FU_HCP_99600", + "session_name": "Open-label, phase 2 study of adebrelimab combined with fuzuloparib in the treatment of patients with HRD-positive, recurrent platinum-resistant ovarian cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jian Chen", + "middle_name": "", + "last_name": "", + "org_name": "Department of Gynecology, Clinical Oncology School of Fujian Medical University, Fujian Cancer Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232443", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232443", + "events_session": "Open-label", + "rest_events_session_count": 2, + "rest_events_session": " phase 2 study of adebrelimab combined with fuzuloparib in the treatment of patients with HRD-positive, recurrent platinum-resistant ovarian cancer", + "events_topic": "Adebrelimab | Fuzuloparib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Homologous Recombination Deficiency | Ovarian Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1801956099,'FU_HCP_99600');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJian Chen", + "kol_full_name": "Jian Chen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Avelumab | Proton Therapy | Radiotherapy | Meningioma", + "npi_num": "1922205004", + "hcp_pin_alias": "FU_HCP_229390", + "session_name": "A phase Ib, window-of-opportunity study of neoadjuvant avelumab and hypofractionated proton beam therapy for recurrent radiation-relapsed meningioma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jiayi Huang", + "middle_name": "", + "last_name": "", + "org_name": "Washington University School of Medicine in St. Louis", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232520", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232520", + "events_session": "A phase Ib", + "rest_events_session_count": 1, + "rest_events_session": " window-of-opportunity study of neoadjuvant avelumab and hypofractionated proton beam therapy for recurrent radiation-relapsed meningioma", + "events_topic": "Avelumab | Proton Therapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiotherapy | Meningioma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922205004,'FU_HCP_229390');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJiayi Huang", + "kol_full_name": "Jiayi Huang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy, Adoptive | Leukemia, Myeloid, Acute", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403423", + "session_name": "Phase I study of functionally enhanced CD33 CAR T cells in patients with relapsed or refractory acute myeloid leukemia", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jing Pan", + "middle_name": "", + "last_name": "", + "org_name": "State Key Laboratory of Experimental Hematology, Department of Hematology, Beijing Boren Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232335", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232335", + "events_session": "Phase I study of functionally enhanced CD33 CAR T cells in patients with relapsed or refractory acute myeloid leukemia", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy, Adoptive | Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403423');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJing Pan", + "kol_full_name": "Jing Pan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genitourinary Tumors | Radiosurgery", + "npi_num": "1295723294", + "hcp_pin_alias": "PAST_HCP_Future Events_313749", + "session_name": "PROSTOX, a signature of late GU toxicity after SBRT radiotherapy in MIRAGE, a prospective trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Joanne B. Weidhaas", + "middle_name": "", + "last_name": "", + "org_name": "Department of Radiation Oncology, University of California, Los Angeles", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232205", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232205", + "events_session": "PROSTOX", + "rest_events_session_count": 2, + "rest_events_session": " a signature of late GU toxicity after SBRT radiotherapy in MIRAGE, a prospective trial", + "events_topic": "Genitourinary Tumors | Radiosurgery", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1295723294,'PAST_HCP_Future Events_313749');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJoanne B. Weidhaas", + "kol_full_name": "Joanne B. Weidhaas" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Castration | Circulating Tumor DNA", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403455", + "session_name": "Baseline ctDNA analyses and associations with outcomes in taxane-naive patients with mCRPC treated with 177Lu-PSMA-617 versus change of ARPI in PSMAfore", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Johann S. De Bono", + "middle_name": "", + "last_name": "", + "org_name": "The Institute of Cancer Research and The Royal Marsden NHS Foundation Trust", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232765", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232765", + "events_session": "Baseline ctDNA analyses and associations with outcomes in taxane-naive patients with mCRPC treated with 177Lu-PSMA-617 versus change of ARPI in PSMAfore", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Castration ", + "rest_events_topic_count": 1, + "rest_events_topic": " Circulating Tumor DNA", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403455');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJohann S. De Bono", + "kol_full_name": "Johann S. De Bono" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "KRAS Protein, Human | Tumor Suppressor Protein P53 | Pancreatic Neoplasms | Magnetic Resonance Imaging", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403473", + "session_name": "A novel MRI-based tumor-targeting theragnostic agent: Magnetoelectric nanoparticles in an in vivo murine KRAS/P53 pancreatic flank tumor model", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "John Michael Bryant", + "middle_name": "", + "last_name": "", + "org_name": "Department of Radiation Oncology, H. Lee Moffitt Cancer Center and Research Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232950", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232950", + "events_session": "A novel MRI-based tumor-targeting theragnostic agent: Magnetoelectric nanoparticles in an in vivo murine KRAS/P53 pancreatic flank tumor model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "KRAS Protein, Human | Tumor Suppressor Protein P53 ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pancreatic Neoplasms | Magnetic Resonance Imaging", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403473');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJohn Michael Bryant", + "kol_full_name": "John Michael Bryant" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Paclitaxel | Appendiceal Neoplasms", + "npi_num": "1386806131", + "hcp_pin_alias": "FU_HCP_394743", + "session_name": "A phase I/II study of intraperitoneal (IP) paclitaxel (PTX) in patients with metastatic appendiceal adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "John Paul Y.C. Shen", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232867", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232867", + "events_session": "A phase I/II study of intraperitoneal (IP) paclitaxel (PTX) in patients with metastatic appendiceal adenocarcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Paclitaxel | Appendiceal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1386806131,'FU_HCP_394743');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJohn Paul Y.C. Shen", + "kol_full_name": "John Paul Y.C. Shen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Early Detection Of Cancer", + "npi_num": "1427216753", + "hcp_pin_alias": "FU_HCP_282446", + "session_name": "Multicancer Detection: Is It Ready for Prime Time?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jonathan M. Marron", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber/Boston Children's Cancer and Blood Disorders Center", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232094", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232094", + "events_session": "Multicancer Detection: Is It Ready for Prime Time?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1427216753,'FU_HCP_282446');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJonathan M. Marron", + "kol_full_name": "Jonathan M. Marron" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Anthracyclines | Chemotherapy, Adjuvant | Carboplatin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403397", + "session_name": "A randomized, multicenter, open-label, phase III trial comparing anthracyclines followed by taxane versus anthracyclines followed by taxane plus carboplatin as (neo) adjuvant therapy in patients with early triple-negative breast cancer: Korean Cancer Study Group BR 15-1 PEARLY trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Joohyuk Sohn", + "middle_name": "", + "last_name": "", + "org_name": "Division of Medical Oncology, Department of Internal Medicine, Yonsei University College of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232145", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232145", + "events_session": "A randomized", + "rest_events_session_count": 3, + "rest_events_session": " multicenter, open-label, phase III trial comparing anthracyclines followed by taxane versus anthracyclines followed by taxane plus carboplatin as (neo) adjuvant therapy in patients with early triple-negative breast cancer: Korean Cancer Study Group BR 15-1 PEARLY trial", + "events_topic": "Triple Negative Breast Neoplasms | Anthracyclines ", + "rest_events_topic_count": 2, + "rest_events_topic": " Chemotherapy, Adjuvant | Carboplatin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403397');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJoohyuk Sohn", + "kol_full_name": "Joohyuk Sohn" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Afatinib | Solid Tumor | Neuregulin-1", + "npi_num": "1841733102", + "hcp_pin_alias": "PAST_HCP_Onco_231629", + "session_name": "Afatinib in patients (pts) with solid tumors with neuregulin 1 (NRG1) fusions: Results from the Targeted Agent and Profiling Utilization Registry (TAPUR) study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jordi Rodon Ahnert", + "middle_name": "", + "last_name": "", + "org_name": "Department of Investigational Cancer Therapeutics, The University of Texas MD Anderson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232966", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232966", + "events_session": "Afatinib in patients (pts) with solid tumors with neuregulin 1 (NRG1) fusions: Results from the Targeted Agent and Profiling Utilization Registry (TAPUR) study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Afatinib | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neuregulin-1", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1841733102,'PAST_HCP_Onco_231629');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJordi Rodon Ahnert", + "kol_full_name": "Jordi Rodon Ahnert" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Tipiracil | Liver Neoplasms | Trifluridine | Bevacizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403467", + "session_name": "Impact of colorectal liver metastases (CRLM) in patients with metastatic colorectal cancer (mCRC) receiving trifluridine/tipiracil (FTD/TPI) with or without bevacizumab (BEV) in the phase 3 SUNLIGHT trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Josep Tabernero", + "middle_name": "", + "last_name": "", + "org_name": "Vall d’Hebron Barcelona Hospital Campus and Institute of Oncology (VHIO)", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232881", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232881", + "events_session": "Impact of colorectal liver metastases (CRLM) in patients with metastatic colorectal cancer (mCRC) receiving trifluridine/tipiracil (FTD/TPI) with or without bevacizumab (BEV) in the phase 3 SUNLIGHT trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Tipiracil ", + "rest_events_topic_count": 3, + "rest_events_topic": " Liver Neoplasms | Trifluridine | Bevacizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403467');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJosep Tabernero", + "kol_full_name": "Josep Tabernero" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cemiplimab | Lymphoma", + "npi_num": "1710333455", + "hcp_pin_alias": "FU_HCP_232408", + "session_name": "A phase 1 dose-escalation and expansion study of an intratumorally administered dual STING agonist (ONM-501) alone and in combination with cemiplimab in patients with advanced solid tumors and lymphomas", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Julia Foldi", + "middle_name": "", + "last_name": "", + "org_name": "University of Pittsburgh Medical Center (UPMC)", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233040", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233040", + "events_session": "A phase 1 dose-escalation and expansion study of an intratumorally administered dual STING agonist (ONM-501) alone and in combination with cemiplimab in patients with advanced solid tumors and lymphomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cemiplimab | Lymphoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710333455,'FU_HCP_232408');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJulia Foldi", + "kol_full_name": "Julia Foldi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403419", + "session_name": "Medical Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Julien Edeline", + "middle_name": "", + "last_name": "", + "org_name": "Centre Eugène Marquis", + "Country": "France", + "Region": "Bretagne", + "City": "Rennes", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232308", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232308", + "events_session": "Medical Oncologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403419');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJulien Edeline", + "kol_full_name": "Julien Edeline" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemoradiotherapy | Cervical Squamous Cell Carcinoma | Nimotuzumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403480", + "session_name": "Nimotuzumab plus concurrent chemoradiotherapy for locally advanced cervical squamous cell carcinoma: The randomized, phase 3 CC3 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jun jie Wang", + "middle_name": "", + "last_name": "", + "org_name": "Peking University Third Hospital", + "Country": "China", + "Region": "Beijing", + "City": "Beijing", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233091", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233091", + "events_session": "Nimotuzumab plus concurrent chemoradiotherapy for locally advanced cervical squamous cell carcinoma: The randomized", + "rest_events_session_count": 1, + "rest_events_session": " phase 3 CC3 study", + "events_topic": "Chemoradiotherapy | Cervical Squamous Cell Carcinoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Nimotuzumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403480');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJun jie Wang", + "kol_full_name": "Jun jie Wang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immune Checkpoint Inhibitors | Organ-specific Neoantigen | Neoplasms", + "npi_num": "1578586301", + "hcp_pin_alias": "FU_HCP_100456", + "session_name": "Organ-specific immune-related adverse events and survival in patients with cancer with immune checkpoint inhibitors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Jun Wang", + "middle_name": "", + "last_name": "", + "org_name": "The First Affiliated Hospital with Shandong First Medical University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232216", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232216", + "events_session": "Organ-specific immune-related adverse events and survival in patients with cancer with immune checkpoint inhibitors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Organ-specific Neoantigen ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1578586301,'FU_HCP_100456');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJun Wang", + "kol_full_name": "Jun Wang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Palliative Care", + "npi_num": "1164589917", + "hcp_pin_alias": "FU_HCP_5403382", + "session_name": "Symptom Science and Palliatve Care: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "June M. McKoy", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233256", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233256", + "events_session": "Symptom Science and Palliatve Care: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1164589917,'FU_HCP_5403382');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJune M. McKoy", + "kol_full_name": "June M. McKoy" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cancer Survivors", + "npi_num": "1356968069", + "hcp_pin_alias": "FU_HCP_281875", + "session_name": "High deductible health plans and survival among cancer survivors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Justin Michael Barnes", + "middle_name": "", + "last_name": "", + "org_name": "Department of Radiation Oncology, Washington University School of Medicine in St. Louis", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233120", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233120", + "events_session": "High deductible health plans and survival among cancer survivors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356968069,'FU_HCP_281875');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EJustin Michael Barnes", + "kol_full_name": "Justin Michael Barnes" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myeloid Malignancy", + "npi_num": "1700133360", + "hcp_pin_alias": "FU_HCP_0003705", + "session_name": "The Art and Science of Caring for Older Adults With Myeloid Malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kah Poh Loh", + "middle_name": "", + "last_name": "", + "org_name": "James P. Wilmot Cancer Center, University of Rochester Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233114", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233114", + "events_session": "The Art and Science of Caring for Older Adults With Myeloid Malignancies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloid Malignancy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700133360,'FU_HCP_0003705');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKah Poh Loh", + "kol_full_name": "Kah Poh Loh" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor | Ovarian Neoplasms", + "npi_num": "1346488525", + "hcp_pin_alias": "FU_HCP_282908", + "session_name": "A phase 1, multi-center, open-label, dose-escalation, and dose-expansion study of CBP-1018, a bi-ligand-drug conjugate in patients with heavily treated advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kaiwen Li", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232650", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232650", + "events_session": "A phase 1", + "rest_events_session_count": 5, + "rest_events_session": " multi-center, open-label, dose-escalation, and dose-expansion study of CBP-1018, a bi-ligand-drug conjugate in patients with heavily treated advanced solid tumors", + "events_topic": "Solid Tumor | Ovarian Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1346488525,'FU_HCP_282908');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKaiwen Li", + "kol_full_name": "Kaiwen Li" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms | Alisertib | Liquid Biopsy", + "npi_num": "1962778183", + "hcp_pin_alias": "FU_HCP_46625", + "session_name": "Molecular profiling of serial liquid biopsy specimens utilizing cell free DNA (cfDNA) and circulating tumor cells (CTCs) in TBCRC041: A phase II study of alisertib in endocrine resistant metastatic breast cancer (MBC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Karthik Giridhar", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232681", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232681", + "events_session": "Molecular profiling of serial liquid biopsy specimens utilizing cell free DNA (cfDNA) and circulating tumor cells (CTCs) in TBCRC041: A phase II study of alisertib in endocrine resistant metastatic breast cancer (MBC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Alisertib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Liquid Biopsy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1962778183,'FU_HCP_46625');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKarthik Giridhar", + "kol_full_name": "Karthik Giridhar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Thyroid Neoplasms | Regorafenib", + "npi_num": "1699188573", + "hcp_pin_alias": "FU_HCP_232181", + "session_name": "Phase II trial of regorafenib in metastatic medullary thyroid carcinoma (MTC) and radioactive iodine refractory differentiated thyroid carcinoma (RAIR DTC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kartik Sehgal", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232571", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232571", + "events_session": "Phase II trial of regorafenib in metastatic medullary thyroid carcinoma (MTC) and radioactive iodine refractory differentiated thyroid carcinoma (RAIR DTC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Thyroid Neoplasms | Regorafenib", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699188573,'FU_HCP_232181');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKartik Sehgal", + "kol_full_name": "Kartik Sehgal" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Antibody Therapy | Mesothelin", + "npi_num": "1316440126", + "hcp_pin_alias": "FU_HCP_5403371", + "session_name": "Soluble mesothelin neutralizes mesothelin antibody-based therapies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Katherine Emilie Rhoades Smith", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232998", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232998", + "events_session": "Soluble mesothelin neutralizes mesothelin antibody-based therapies", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Antibody Therapy | Mesothelin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316440126,'FU_HCP_5403371');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKatherine Emilie Rhoades Smith", + "kol_full_name": "Katherine Emilie Rhoades Smith" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "KRAS Protein, Human", + "npi_num": "1366741191", + "hcp_pin_alias": "FU_HCP_109769", + "session_name": "Setting the Stage: The Science of Targeting KRAS", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kathryn C. Arbour", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232922", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232922", + "events_session": "Setting the Stage: The Science of Targeting KRAS", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "KRAS Protein, Human", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1366741191,'FU_HCP_109769');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKathryn C. Arbour", + "kol_full_name": "Kathryn C. Arbour" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Palliative Care", + "npi_num": "1336596774", + "hcp_pin_alias": "FU_HCP_284796", + "session_name": "Symptom Science and Palliative Care", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kathryn DeCarli", + "middle_name": "", + "last_name": "", + "org_name": "Brown University", + "Country": "United States", + "Region": "Rhode Island", + "City": "Providence", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232053", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232053", + "events_session": "Symptom Science and Palliative Care", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1336596774,'FU_HCP_284796');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKathryn DeCarli", + "kol_full_name": "Kathryn DeCarli" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Multiple Myeloma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403452", + "session_name": "Novel Treatment Approaches and Caring for Older Adults With Multiple Myeloma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Katja C Weisel", + "middle_name": "", + "last_name": "", + "org_name": "University Medical Center Hamburg-Eppendorf", + "Country": "Germany", + "Region": "Hamburg", + "City": "Hamburg", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232742", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232742", + "events_session": "Novel Treatment Approaches and Caring for Older Adults With Multiple Myeloma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403452');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKatja C Weisel", + "kol_full_name": "Katja C Weisel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy, Adjuvant | Melanoma", + "npi_num": "1417275827", + "hcp_pin_alias": "FU_HCP_159025", + "session_name": "Navigating Melanoma Management From Early Stages to Post-Adjuvant Therapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Katy K. Tsai", + "middle_name": "", + "last_name": "", + "org_name": "UCSF Helen Diller Family Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232085", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232085", + "events_session": "Navigating Melanoma Management From Early Stages to Post-Adjuvant Therapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy, Adjuvant | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417275827,'FU_HCP_159025');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKaty K. Tsai", + "kol_full_name": "Katy K. Tsai" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Precision Medicine | Lung Neoplasms", + "npi_num": "1326101718", + "hcp_pin_alias": "FU_HCP_110445", + "session_name": "Precision medicine preceptorship in breast and lung cancer for Latin American oncologists", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Keerthi Gogineni", + "middle_name": "", + "last_name": "", + "org_name": "Emory University Winship Cancer Institute", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232265", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232265", + "events_session": "Precision medicine preceptorship in breast and lung cancer for Latin American oncologists", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine | Lung Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1326101718,'FU_HCP_110445');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKeerthi Gogineni", + "kol_full_name": "Keerthi Gogineni" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myelodysplastic Syndromes | Myeloid Cell Leukemia Sequence 1 Protein | Tapotoclax", + "npi_num": "1710322359", + "hcp_pin_alias": "FU_HCP_229380", + "session_name": "A phase I study of the myeloid cell leukemia 1 (MCL1) inhibitor tapotoclax (AMG 176) in patients with myelodysplastic syndromes after hypomethylating agent failure", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kelly Sharon Chien", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232345", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232345", + "events_session": "A phase I study of the myeloid cell leukemia 1 (MCL1) inhibitor tapotoclax (AMG 176) in patients with myelodysplastic syndromes after hypomethylating agent failure", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myelodysplastic Syndromes | Myeloid Cell Leukemia Sequence 1 Protein ", + "rest_events_topic_count": 1, + "rest_events_topic": " Tapotoclax", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710322359,'FU_HCP_229380');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKelly Sharon Chien", + "kol_full_name": "Kelly Sharon Chien" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Esophageal Neoplasms | Neoadjuvant Therapy | Radiotherapy | Docetaxel | Cisplatin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403461", + "session_name": "A phase III trial comparing 5-FU plus cisplatin (CF) versus CF plus docetaxel or radiotherapy as neoadjuvant treatment for locally advanced esophageal cancer: 5-year follow-up from JCOG1109", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ken Kato", + "middle_name": "", + "last_name": "", + "org_name": "Department of Head and Neck, Esophageal Medical Oncology, National Cancer Center Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232822", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232822", + "events_session": "A phase III trial comparing 5-FU plus cisplatin (CF) versus CF plus docetaxel or radiotherapy as neoadjuvant treatment for locally advanced esophageal cancer: 5-year follow-up from JCOG1109", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Esophageal Neoplasms | Neoadjuvant Therapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Radiotherapy | Docetaxel | Cisplatin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403461');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKen Kato", + "kol_full_name": "Ken Kato" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Electronic Health Records | Artificial Intelligence", + "npi_num": "1649439076", + "hcp_pin_alias": "FU_HCP_282539", + "session_name": "Shareable artificial intelligence to extract cancer outcomes from electronic health records", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kenneth L. Kehl", + "middle_name": "", + "last_name": "", + "org_name": "Division of Population Sciences, Dana-Farber Cancer Institute and Harvard Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233115", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233115", + "events_session": "Shareable artificial intelligence to extract cancer outcomes from electronic health records", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Electronic Health Records ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1649439076,'FU_HCP_282539');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKenneth L. Kehl", + "kol_full_name": "Kenneth L. Kehl" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms, Second Primary", + "npi_num": "1285846790", + "hcp_pin_alias": "PAST_HCP_Onco_232352", + "session_name": "Systemic anti-cancer therapy and cost at end of life: A SEER Medicare analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kerin B. Adelson", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232405", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232405", + "events_session": "Systemic anti-cancer therapy and cost at end of life: A SEER Medicare analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms, Second Primary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1285846790,'PAST_HCP_Onco_232352');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKerin B. Adelson", + "kol_full_name": "Kerin B. Adelson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Palliative Care", + "npi_num": "1972573814", + "hcp_pin_alias": "FU_HCP_155223", + "session_name": "Palliative Care Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kimberly A. Curseen", + "middle_name": "", + "last_name": "", + "org_name": "Emory School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232744", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232744", + "events_session": "Palliative Care Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Palliative Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1972573814,'FU_HCP_155223');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKimberly A. Curseen", + "kol_full_name": "Kimberly A. Curseen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Education, Medical", + "npi_num": "1780973271", + "hcp_pin_alias": "FU_HCP_109685", + "session_name": "Medical Education and Professional Development", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kristen A. Marrone", + "middle_name": "", + "last_name": "", + "org_name": "Sidney Kimmel Comprehensive Cancer Center at Johns Hopkins", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232005", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232005", + "events_session": "Medical Education and Professional Development", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education, Medical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1780973271,'FU_HCP_109685');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKristen A. Marrone", + "kol_full_name": "Kristen A. Marrone" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Belinostat | Guadecitabine | Decitabine | Chondrosarcoma", + "npi_num": "1114424967", + "hcp_pin_alias": "FU_HCP_5403368", + "session_name": "Correlative results from NCI CTEP/ETCTN 10330: A phase 2 study of belinostat with SGI-110 (guadecitabine) or ASTX727 (decitabine/cedazuridine) for advanced conventional chondrosarcoma (cCS)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kristine Peregrino Lacuna", + "middle_name": "", + "last_name": "", + "org_name": "Columbia University Irving Medical Center", + "Country": "United States", + "Region": "New York", + "City": "Yonkers", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232905", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232905", + "events_session": "Correlative results from NCI CTEP/ETCTN 10330: A phase 2 study of belinostat with SGI-110 (guadecitabine) or ASTX727 (decitabine/cedazuridine) for advanced conventional chondrosarcoma (cCS)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Belinostat | Guadecitabine ", + "rest_events_topic_count": 2, + "rest_events_topic": " Decitabine | Chondrosarcoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1114424967,'FU_HCP_5403368');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKristine Peregrino Lacuna", + "kol_full_name": "Kristine Peregrino Lacuna" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Machine Learning | Microsatellite Instability | Biomarkers", + "npi_num": "1861816308", + "hcp_pin_alias": "FU_HCP_45765", + "session_name": "A machine learning algorithm based on multi-omics biomarkers for the detection of tumor microsatellite instability", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Kyle C Strickland", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233049", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233049", + "events_session": "A machine learning algorithm based on multi-omics biomarkers for the detection of tumor microsatellite instability", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Machine Learning | Microsatellite Instability ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1861816308,'FU_HCP_45765');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EKyle C Strickland", + "kol_full_name": "Kyle C Strickland" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Biomarkers | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1003268954", + "hcp_pin_alias": "PAST_HCP_Future Events_316288", + "session_name": "Impact of lung biomarker testing on out-of-pocket costs for metastatic non-small cell lung cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Laila A Gharzai", + "middle_name": "", + "last_name": "", + "org_name": "Northwestern University", + "Country": "United States", + "Region": "Illinois", + "City": "Evanston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232403", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232403", + "events_session": "Impact of lung biomarker testing on out-of-pocket costs for metastatic non-small cell lung cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1003268954,'PAST_HCP_Future Events_316288');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELaila A Gharzai", + "kol_full_name": "Laila A Gharzai" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sexual Health | Breast Neoplasms", + "npi_num": "1366670234", + "hcp_pin_alias": "FU_HCP_5403343", + "session_name": "Women’s insights on sexual health after breast cancer (WISH-BREAST)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Laila Agrawal", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232218", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232218", + "events_session": "Women’s insights on sexual health after breast cancer (WISH-BREAST)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sexual Health | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1366670234,'FU_HCP_5403343');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELaila Agrawal", + "kol_full_name": "Laila Agrawal" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sacituzumab Govitecan | Trastuzumab Deruxtecan | Breast Neoplasms", + "npi_num": "1568857456", + "hcp_pin_alias": "FU_HCP_282212", + "session_name": "Multicenter retrospective cohort study of the sequential use of the antibody-drug conjugates (ADCs) trastuzumab deruxtecan (T-DXd) and sacituzumab govitecan (SG) in patients with HER2-low metastatic breast cancer (MBC): Updated data and subgroup analyses by age, sites of disease, and use of intervening therapies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Laura Ann Huppert", + "middle_name": "", + "last_name": "", + "org_name": "University of California, San Francisco", + "Country": "United States", + "Region": "California", + "City": "San Francisco", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232696", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232696", + "events_session": "Multicenter retrospective cohort study of the sequential use of the antibody-drug conjugates (ADCs) trastuzumab deruxtecan (T-DXd) and sacituzumab govitecan (SG) in patients with HER2-low metastatic breast cancer (MBC): Updated data and subgroup analyses by age", + "rest_events_session_count": 2, + "rest_events_session": " sites of disease, and use of intervening therapies", + "events_topic": "Sacituzumab Govitecan | Trastuzumab Deruxtecan ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568857456,'FU_HCP_282212');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELaura Ann Huppert", + "kol_full_name": "Laura Ann Huppert" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Monoclonal Gammopathy Of Undetermined Significance | Multiple Myeloma | Diabetes Mellitus", + "npi_num": "1255890380", + "hcp_pin_alias": "FU_HCP_386893", + "session_name": "Uncontrolled diabetes mellitus and the progression of monoclonal gammopathy of undetermined significance to multiple myeloma in US veterans", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lawrence Liu", + "middle_name": "", + "last_name": "", + "org_name": "City of Hope Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232360", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232360", + "events_session": "Uncontrolled diabetes mellitus and the progression of monoclonal gammopathy of undetermined significance to multiple myeloma in US veterans", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Monoclonal Gammopathy Of Undetermined Significance | Multiple Myeloma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diabetes Mellitus", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255890380,'FU_HCP_386893');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELawrence Liu", + "kol_full_name": "Lawrence Liu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ivonescimab | Carcinoma, Non-Small-Cell Lung | ErbB Receptors | Chemotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403483", + "session_name": "Ivonescimab combined with chemotherapy in patients with EGFR-mutant non-squamous non-small cell lung cancer who progressed on EGFR tyrosine-kinase inhibitor treatment (HARMONi-A): A randomized, double-blind, multi-center, phase 3 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Li Zhang", + "middle_name": "", + "last_name": "", + "org_name": "Sun Yat-sen University Cancer Center", + "Country": "China", + "Region": "Guangdong", + "City": "Guangzhou", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233140", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233140", + "events_session": "Ivonescimab combined with chemotherapy in patients with EGFR-mutant non-squamous non-small cell lung cancer who progressed on EGFR tyrosine-kinase inhibitor treatment (HARMONi-A): A randomized", + "rest_events_session_count": 3, + "rest_events_session": " double-blind, multi-center, phase 3 trial", + "events_topic": "Ivonescimab | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 2, + "rest_events_topic": " ErbB Receptors | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403483');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELi Zhang", + "kol_full_name": "Li Zhang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastroesophageal Junction Adenocarcinoma | Disitamab Vedotin", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403436", + "session_name": "Efficacy of disitamab vedotin (RC48) plus tislelizumab and S-1 as first-line therapy for HER2-overexpressing advanced stomach or gastroesophageal junction adenocarcinoma: A multicenter, single-arm, phase II trial (RCTS)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lian Liu", + "middle_name": "", + "last_name": "", + "org_name": "Qilu Hospital of Shandong University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232505", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232505", + "events_session": "Efficacy of disitamab vedotin (RC48) plus tislelizumab and S-1 as first-line therapy for HER2-overexpressing advanced stomach or gastroesophageal junction adenocarcinoma: A multicenter", + "rest_events_session_count": 2, + "rest_events_session": " single-arm, phase II trial (RCTS)", + "events_topic": "Gastroesophageal Junction Adenocarcinoma | Disitamab Vedotin", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403436');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELian Liu", + "kol_full_name": "Lian Liu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Relatlimab | Melanoma", + "npi_num": "1174973135", + "hcp_pin_alias": "FU_HCP_39683", + "session_name": "Randomized phase II evaluation of nivolumab (nivo), or relatlimab (rela), or combined nivo-rela lead-in followed by nivo-rela as first line therapy for patients (pts) with advanced melanoma (mel)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lilit Karapetyan", + "middle_name": "", + "last_name": "", + "org_name": "H. Lee Moffitt Cancer Center and Research Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232788", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232788", + "events_session": "Randomized phase II evaluation of nivolumab (nivo)", + "rest_events_session_count": 2, + "rest_events_session": " or relatlimab (rela), or combined nivo-rela lead-in followed by nivo-rela as first line therapy for patients (pts) with advanced melanoma (mel)", + "events_topic": "Nivolumab | Relatlimab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Melanoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1174973135,'FU_HCP_39683');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELilit Karapetyan", + "kol_full_name": "Lilit Karapetyan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Sonodynamic Therapy | Ultrasonography | Magnetic Resonance Imaging | Diffuse Intrinsic Pontine Glioma", + "npi_num": "1023215944", + "hcp_pin_alias": "FU_HCP_99915", + "session_name": "Interim report of a phase 2 study of sonodynamic therapy (SDT) using SONALA-001 together with MR-guided low-intensity focused ultrasound (MRgFUS) in children with diffuse intrinsic pontine glioma (DIPG)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lindsay Baker Kilburn", + "middle_name": "", + "last_name": "", + "org_name": "Children's National Hospital", + "Country": "United States", + "Region": "District of Columbia", + "City": "Washington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233073", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233073", + "events_session": "Interim report of a phase 2 study of sonodynamic therapy (SDT) using SONALA-001 together with MR-guided low-intensity focused ultrasound (MRgFUS) in children with diffuse intrinsic pontine glioma (DIPG)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Sonodynamic Therapy | Ultrasonography ", + "rest_events_topic_count": 2, + "rest_events_topic": " Magnetic Resonance Imaging | Diffuse Intrinsic Pontine Glioma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1023215944,'FU_HCP_99915');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELindsay Baker Kilburn", + "kol_full_name": "Lindsay Baker Kilburn" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiotherapy | Triple Negative Breast Neoplasms", + "npi_num": "1548554769", + "hcp_pin_alias": "FU_HCP_43008", + "session_name": "A phase III randomized trial of radiotherapy optimization for low-risk HER2-positive breast cancer (HERO): NRG-BR008", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lior Zvi Braunstein", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232638", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232638", + "events_session": "A phase III randomized trial of radiotherapy optimization for low-risk HER2-positive breast cancer (HERO): NRG-BR008", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiotherapy | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548554769,'FU_HCP_43008');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELior Zvi Braunstein", + "kol_full_name": "Lior Zvi Braunstein" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Head And Neck Neoplasms | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403437", + "session_name": "Updates in Anti-PD1/PD-L1 Immunotherapy for Locoregionally Advanced and Metastatic Head and Neck Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lisa F. Licitra", + "middle_name": "", + "last_name": "", + "org_name": "Fondazione IRCCS Istituto Nazionale dei Tumori and University of Milan", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232509", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232509", + "events_session": "Updates in Anti-PD1/PD-L1 Immunotherapy for Locoregionally Advanced and Metastatic Head and Neck Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Head And Neck Neoplasms | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403437');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELisa F. Licitra", + "kol_full_name": "Lisa F. Licitra" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Killer Cells, Natural | Lymphoma, Non-Hodgkin | Antigens, CD20", + "npi_num": "1417392937", + "hcp_pin_alias": "FU_HCP_41807", + "session_name": "A phase 1/2, open-label, multicenter trial investigating the safety, tolerability, and preliminary antineoplastic activity of IPH6501, a first-in-class NK cell engager, in patients with relapsed and/or refractory CD20-expressing non-Hodgkin lymphoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lorenzo Falchi", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232389", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232389", + "events_session": "A phase 1/2", + "rest_events_session_count": 6, + "rest_events_session": " open-label, multicenter trial investigating the safety, tolerability, and preliminary antineoplastic activity of IPH6501, a first-in-class NK cell engager, in patients with relapsed and/or refractory CD20-expressing non-Hodgkin lymphoma", + "events_topic": "Killer Cells, Natural | Lymphoma, Non-Hodgkin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antigens, CD20", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417392937,'FU_HCP_41807');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELorenzo Falchi", + "kol_full_name": "Lorenzo Falchi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Liquid Biopsy | Bone Marrow Diseases", + "npi_num": "1760568794", + "hcp_pin_alias": "FU_HCP_282170", + "session_name": "Practice makes perfect: Using simulation to build and assess competency in bone marrow biopsy for heme/onc fellows", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lori J Rosenstein", + "middle_name": "", + "last_name": "", + "org_name": "Gundersen Health System", + "Country": "United States", + "Region": "Wisconsin", + "City": "La Crosse", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232267", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232267", + "events_session": "Practice makes perfect: Using simulation to build and assess competency in bone marrow biopsy for heme/onc fellows", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Liquid Biopsy | Bone Marrow Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760568794,'FU_HCP_282170');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELori J Rosenstein", + "kol_full_name": "Lori J Rosenstein" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1699975052", + "hcp_pin_alias": "FU_HCP_155340", + "session_name": "Treatment modifications and mortality among female patients with subsequent breast cancer: A report from the Childhood Cancer Survivor Study (CCSS)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lucie Marie Turcotte", + "middle_name": "", + "last_name": "", + "org_name": "University of Minnesota Medical School", + "Country": "United States", + "Region": "Minnesota", + "City": "Minneapolis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232498", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232498", + "events_session": "Treatment modifications and mortality among female patients with subsequent breast cancer: A report from the Childhood Cancer Survivor Study (CCSS)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699975052,'FU_HCP_155340');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELucie Marie Turcotte", + "kol_full_name": "Lucie Marie Turcotte" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1285675918", + "hcp_pin_alias": "FU_HCP_100292", + "session_name": "Drugging the “Undruggable” Target: Successes, Challenges, and the Road Ahead", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Lynn M. Schuchter", + "middle_name": "", + "last_name": "", + "org_name": "University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232044", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232044", + "events_session": "Drugging the “Undruggable” Target: Successes", + "rest_events_session_count": 2, + "rest_events_session": " Challenges, and the Road Ahead", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1285675918,'FU_HCP_100292');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ELynn M. Schuchter", + "kol_full_name": "Lynn M. Schuchter" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "ErbB Receptors | Colorectal Neoplasms", + "npi_num": "1932631892", + "hcp_pin_alias": "FU_HCP_225169", + "session_name": "Characterization of mutational signatures demonstrating adaptive mutability post anti-EGFR therapy in a real-world metastatic colorectal cancer cohort", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Madhulika Eluri", + "middle_name": "", + "last_name": "", + "org_name": "Department of Gastrointestinal Oncology, The University of Texas MD Anderson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232871", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232871", + "events_session": "Characterization of mutational signatures demonstrating adaptive mutability post anti-EGFR therapy in a real-world metastatic colorectal cancer cohort", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ErbB Receptors | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1932631892,'FU_HCP_225169');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMadhulika Eluri", + "kol_full_name": "Madhulika Eluri" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Decitabine | Myelodysplastic Syndromes | Venetoclax | Leukemia, Myeloid, Acute", + "npi_num": "1851798284", + "hcp_pin_alias": "FU_HCP_186692", + "session_name": "A phase II study of venetoclax (VEN) in combination with 10-day decitabine (DEC) in older/unfit pts with newly diagnosed (ND) or pts with relapsed/refractory (R/R) acute myeloid leukemia (AML), or high-risk myelodysplastic syndrome (HR-MDS)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Mahesh Swaminathan", + "middle_name": "", + "last_name": "", + "org_name": "Department of Leukemia, The University of Texas MD Anderson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232341", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232341", + "events_session": "A phase II study of venetoclax (VEN) in combination with 10-day decitabine (DEC) in older/unfit pts with newly diagnosed (ND) or pts with relapsed/refractory (R/R) acute myeloid leukemia (AML)", + "rest_events_session_count": 1, + "rest_events_session": " or high-risk myelodysplastic syndrome (HR-MDS)", + "events_topic": "Decitabine | Myelodysplastic Syndromes ", + "rest_events_topic_count": 2, + "rest_events_topic": " Venetoclax | Leukemia, Myeloid, Acute", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1851798284,'FU_HCP_186692');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMahesh Swaminathan", + "kol_full_name": "Mahesh Swaminathan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genes, ErbB-2 | Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5397573", + "session_name": "Evaluation of recurrence rate in Canadian patients with stage II/III HR+/HER2- early breast cancer in the real-world setting", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Mahmoud Abdelsalam", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233260", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233260", + "events_session": "Evaluation of recurrence rate in Canadian patients with stage II/III HR+/HER2- early breast cancer in the real-world setting", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genes, ErbB-2 | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5397573');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMahmoud Abdelsalam", + "kol_full_name": "Mahmoud Abdelsalam" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Biomarkers | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1578724126", + "hcp_pin_alias": "FU_HCP_230154", + "session_name": "Biomarker testing in early-stage NSCLC: Results from the MYLUNG Consortium", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Makenzi Colleen Evangelist", + "middle_name": "", + "last_name": "", + "org_name": "New York Oncology Hematology", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232239", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232239", + "events_session": "Biomarker testing in early-stage NSCLC: Results from the MYLUNG Consortium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Biomarkers | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1578724126,'FU_HCP_230154');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMakenzi Colleen Evangelist", + "kol_full_name": "Makenzi Colleen Evangelist" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Squamous Cell Carcinoma Of Head And Neck | Chemoradiotherapy | Ipatasertib | Oncogene Protein V-akt", + "npi_num": "1770889511", + "hcp_pin_alias": "FU_HCP_229922", + "session_name": "CTEP 10492, a phase 1/1b study of the AKT inhibitor ipatasertib with chemoradiation for locally advanced head and neck squamous cell carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Malcolm David Mattes", + "middle_name": "", + "last_name": "", + "org_name": "Rutgers Cancer Institue of New Jersey", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232578", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232578", + "events_session": "CTEP 10492", + "rest_events_session_count": 1, + "rest_events_session": " a phase 1/1b study of the AKT inhibitor ipatasertib with chemoradiation for locally advanced head and neck squamous cell carcinoma", + "events_topic": "Squamous Cell Carcinoma Of Head And Neck | Chemoradiotherapy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ipatasertib | Oncogene Protein V-akt", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770889511,'FU_HCP_229922');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMalcolm David Mattes", + "kol_full_name": "Malcolm David Mattes" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1720549561", + "hcp_pin_alias": "FU_HCP_282797", + "session_name": "Goals of care discordance in advanced cancer compared to other advanced conditions", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Manan P Shah", + "middle_name": "", + "last_name": "", + "org_name": "Division of Hematology/Oncology, University of California, Los Angeles", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232204", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232204", + "events_session": "Goals of care discordance in advanced cancer compared to other advanced conditions", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720549561,'FU_HCP_282797');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EManan P Shah", + "kol_full_name": "Manan P Shah" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab | Olomorasib | Chemotherapy", + "npi_num": "1376070300", + "hcp_pin_alias": "FU_HCP_110979", + "session_name": "SUNRAY-01, a pivotal, global study of olomorasib (LY3537982) in combination with pembrolizumab with or without chemotherapy for 1L treatment in KRAS G12C-mutant advanced NSCLC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Marcelo Vailati Negrao", + "middle_name": "", + "last_name": "", + "org_name": "Department of Thoracic/Head and Neck Medical Oncology, The University of Texas MD Anderson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232189", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232189", + "events_session": "SUNRAY-01", + "rest_events_session_count": 2, + "rest_events_session": " a pivotal, global study of olomorasib (LY3537982) in combination with pembrolizumab with or without chemotherapy for 1L treatment in KRAS G12C-mutant advanced NSCLC", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Olomorasib | Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1376070300,'FU_HCP_110979');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMarcelo Vailati Negrao", + "kol_full_name": "Marcelo Vailati Negrao" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Relatlimab | Carcinoma, Merkel Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403457", + "session_name": "A phase 2 study to determine the pathological (path) response to neoadjuvant nivolumab (nivo) and relatlimab (rela) in stage I to III resectable Merkel cell carcinoma (Neo-MCC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Maria Gonzalez", + "middle_name": "", + "last_name": "", + "org_name": "Melanoma Institute Australia", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232809", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232809", + "events_session": "A phase 2 study to determine the pathological (path) response to neoadjuvant nivolumab (nivo) and relatlimab (rela) in stage I to III resectable Merkel cell carcinoma (Neo-MCC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nivolumab | Relatlimab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Carcinoma, Merkel Cell", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403457');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMaria Gonzalez", + "kol_full_name": "Maria Gonzalez" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab", + "npi_num": "1053999599", + "hcp_pin_alias": "FU_HCP_159091", + "session_name": "Health-related quality of life (HRQoL) outcomes from the randomized, double-blind phase 3 KEYNOTE-671 study of perioperative pembrolizumab for early-stage non-small-cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Marina Chiara Garassino", + "middle_name": "", + "last_name": "", + "org_name": "Fondazione IRCCS Istituto Nazionale dei Tumori (currently at Knapp Center for Biomedical Discovery, University of Chicago Medicine & Biological Sciences, Chicago, IL, USA)", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232494", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232494", + "events_session": "Health-related quality of life (HRQoL) outcomes from the randomized", + "rest_events_session_count": 1, + "rest_events_session": " double-blind phase 3 KEYNOTE-671 study of perioperative pembrolizumab for early-stage non-small-cell lung cancer (NSCLC)", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Pembrolizumab", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1053999599,'FU_HCP_159091');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMarina Chiara Garassino", + "kol_full_name": "Marina Chiara Garassino" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "1144404161", + "hcp_pin_alias": "PAST_HCP_Onco_232397", + "session_name": "Lung Cancer – Non-Small Cell Metastatc: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Marjorie Glass Zauderer", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233236", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233236", + "events_session": "Lung Cancer – Non-Small Cell Metastatc: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1144404161,'PAST_HCP_Onco_232397');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMarjorie Glass Zauderer", + "kol_full_name": "Marjorie Glass Zauderer" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1134186729", + "hcp_pin_alias": "FU_HCP_0005068", + "session_name": "Patient Advocate and Medical Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Mark Andrew Lewis", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232290", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232290", + "events_session": "Patient Advocate and Medical Oncologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134186729,'FU_HCP_0005068');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMark Andrew Lewis", + "kol_full_name": "Mark Andrew Lewis" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Artificial Intelligence", + "npi_num": "1689809188", + "hcp_pin_alias": "FU_HCP_159270", + "session_name": "Prognostic validation of a digital pathology-based multi-modal artificial intelligence (MMAI) biomarker in patients with metastatic hormone-sensitive prostate cancer (mHSPC) from the CHAARTED trial (ECOG-ACRIN EA3805)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Mark Christopher Markowski", + "middle_name": "", + "last_name": "", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232657", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232657", + "events_session": "Prognostic validation of a digital pathology-based multi-modal artificial intelligence (MMAI) biomarker in patients with metastatic hormone-sensitive prostate cancer (mHSPC) from the CHAARTED trial (ECOG-ACRIN EA3805)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1689809188,'FU_HCP_159270');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMark Christopher Markowski", + "kol_full_name": "Mark Christopher Markowski" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Circulating Tumor DNA | Breast Neoplasms", + "npi_num": "1689105124", + "hcp_pin_alias": "FU_HCP_282559", + "session_name": "Impact of circulating tumor DNA (ctDNA) surveillance on clinical care for patients with stage I-III breast cancer: Findings from a multi-institutional study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Marla Lipsyc-Sharf", + "middle_name": "", + "last_name": "", + "org_name": "UCLA Health Jonsson Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232623", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232623", + "events_session": "Impact of circulating tumor DNA (ctDNA) surveillance on clinical care for patients with stage I-III breast cancer: Findings from a multi-institutional study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Circulating Tumor DNA | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1689105124,'FU_HCP_282559');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMarla Lipsyc-Sharf", + "kol_full_name": "Marla Lipsyc-Sharf" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Squamous Cell Carcinoma Of Head And Neck | Early Detection Of Cancer", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403442", + "session_name": "HERD: A multi-centre prospective cohort study to facilitate early detection of relapse in radically treated, high risk head and neck squamous cell carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Martin Forster", + "middle_name": "", + "last_name": "", + "org_name": "University College London Cancer Institute, University College London Hospital NHS Trust", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232579", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232579", + "events_session": "HERD: A multi-centre prospective cohort study to facilitate early detection of relapse in radically treated", + "rest_events_session_count": 1, + "rest_events_session": " high risk head and neck squamous cell carcinoma", + "events_topic": "Squamous Cell Carcinoma Of Head And Neck | Early Detection Of Cancer", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403442');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMartin Forster", + "kol_full_name": "Martin Forster" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung", + "npi_num": "1275037848", + "hcp_pin_alias": "FU_HCP_5403346", + "session_name": "Treatment outcomes in locally advanced, unresectable NSCLC treated with concurrent chemoradiation and PD-L1 consolidation: Real-world data from a NCI comprehensive cancer center with a racially diverse, high poverty catchment area", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Matthew M. Mirsky", + "middle_name": "", + "last_name": "", + "org_name": "Case Western Reserve University", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232242", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232242", + "events_session": "Treatment outcomes in locally advanced", + "rest_events_session_count": 2, + "rest_events_session": " unresectable NSCLC treated with concurrent chemoradiation and PD-L1 consolidation: Real-world data from a NCI comprehensive cancer center with a racially diverse, high poverty catchment area", + "events_topic": "Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275037848,'FU_HCP_5403346');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMatthew M. Mirsky", + "kol_full_name": "Matthew M. Mirsky" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Abemaciclib | Prostatic Neoplasms | Abiraterone Acetate | Castration", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403454", + "session_name": "CYCLONE 2: A phase 3 study of abemaciclib with abiraterone in patients with metastatic castration-resistant prostate cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Matthew Raymond Smith", + "middle_name": "", + "last_name": "", + "org_name": "Massachusetts General Hospital Cancer Center and Harvard Medical School", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232762", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232762", + "events_session": "CYCLONE 2: A phase 3 study of abemaciclib with abiraterone in patients with metastatic castration-resistant prostate cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Abemaciclib | Prostatic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Abiraterone Acetate | Castration", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403454');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMatthew Raymond Smith", + "kol_full_name": "Matthew Raymond Smith" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Brain Neoplasms", + "npi_num": "1952796385", + "hcp_pin_alias": "FU_HCP_5403334", + "session_name": "Striving for Comfort and Cure: Comprehensive Treatment of Patients With Brain Tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Megan Dupuis", + "middle_name": "", + "last_name": "", + "org_name": "Vanderbilt-Ingram Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232030", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232030", + "events_session": "Striving for Comfort and Cure: Comprehensive Treatment of Patients With Brain Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Brain Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1952796385,'FU_HCP_5403334');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMegan Dupuis", + "kol_full_name": "Megan Dupuis" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Peripheral Nervous System Diseases", + "npi_num": "1689993537", + "hcp_pin_alias": "FU_HCP_44229", + "session_name": "Risk prediction model for taxane-induced peripheral neuropathy (TIPN) in patients with early-stage cancer receiving taxane therapy: SWOG S1714", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Meghna S. Trivedi", + "middle_name": "", + "last_name": "", + "org_name": "Herbert Irving Comprehensive Cancer Center, Columbia University Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232738", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232738", + "events_session": "Risk prediction model for taxane-induced peripheral neuropathy (TIPN) in patients with early-stage cancer receiving taxane therapy: SWOG S1714", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Peripheral Nervous System Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1689993537,'FU_HCP_44229');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMeghna S. Trivedi", + "kol_full_name": "Meghna S. Trivedi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1346688793", + "hcp_pin_alias": "FU_HCP_41223", + "session_name": "Discussion on Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Melina Elpi Marmarelis", + "middle_name": "", + "last_name": "", + "org_name": "University of Pennsylvania", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232475", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232475", + "events_session": "Discussion on Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1346688793,'FU_HCP_41223');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMelina Elpi Marmarelis", + "kol_full_name": "Melina Elpi Marmarelis" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Vaccines | Neoplasms | Immune Checkpoint Inhibitors | COVID-19", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403477", + "session_name": "The impact of COVID-19 mRNA vaccines on immune-related adverse events in patients with cancer receiving immune checkpoint inhibitors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Mengni Guo", + "middle_name": "", + "last_name": "", + "org_name": "Department of Oncology/Hematology, Loma Linda University Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233023", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233023", + "events_session": "The impact of COVID-19 mRNA vaccines on immune-related adverse events in patients with cancer receiving immune checkpoint inhibitors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Vaccines | Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Immune Checkpoint Inhibitors | COVID-19", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403477');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMengni Guo", + "kol_full_name": "Mengni Guo" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "CLDN4 Protein, Human | Solid Tumor | Antibodies, Bispecific", + "npi_num": "1881936334", + "hcp_pin_alias": "FU_HCP_283070", + "session_name": "Phase 1 study of ASP1002, a bispecific antibody targeting claudin 4 (CLDN4) and CD137, in patients with locally advanced (LA) or metastatic solid tumors that express CLDN4", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Meredith Pelster", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233030", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233030", + "events_session": "Phase 1 study of ASP1002", + "rest_events_session_count": 2, + "rest_events_session": " a bispecific antibody targeting claudin 4 (CLDN4) and CD137, in patients with locally advanced (LA) or metastatic solid tumors that express CLDN4", + "events_topic": "CLDN4 Protein, Human | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Antibodies, Bispecific", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1881936334,'FU_HCP_283070');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMeredith Pelster", + "kol_full_name": "Meredith Pelster" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1548345994", + "hcp_pin_alias": "PAST_HCP_Onco_232426", + "session_name": "Presenter Share: Maintaining Personal Wellness and Resiliency As a Leader", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Merry Jennifer Markham", + "middle_name": "", + "last_name": "", + "org_name": "University of Florida", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233100", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233100", + "events_session": "Presenter Share: Maintaining Personal Wellness and Resiliency As a Leader", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548345994,'PAST_HCP_Onco_232426');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMerry Jennifer Markham", + "kol_full_name": "Merry Jennifer Markham" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Patient Reported Outcome Measures", + "npi_num": "1952397655", + "hcp_pin_alias": "FU_HCP_99946", + "session_name": "Symptoms reported by patients using an ePRO compared with those reported to nurses via telephone triage", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael A. Kolodziej", + "middle_name": "", + "last_name": "", + "org_name": "ADVI", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233047", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233047", + "events_session": "Symptoms reported by patients using an ePRO compared with those reported to nurses via telephone triage", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Reported Outcome Measures", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1952397655,'FU_HCP_99946');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael A. Kolodziej", + "kol_full_name": "Michael A. Kolodziej" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Transitional Cell", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403444", + "session_name": "FGFR3-mutated urothelial carcinoma of bladder and upper tract including ureter and renal pelvis: A comparative genomic profiling study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael Basin", + "middle_name": "", + "last_name": "", + "org_name": "SUNY Upstate Medical University", + "Country": "United States", + "Region": "New York", + "City": "Syracuse", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232600", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232600", + "events_session": "FGFR3-mutated urothelial carcinoma of bladder and upper tract including ureter and renal pelvis: A comparative genomic profiling study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Transitional Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403444');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael Basin", + "kol_full_name": "Michael Basin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Computer Simulation | Carcinoma, Non-Small-Cell Lung | ErbB Receptors | Clinical Trials As Topic", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403403", + "session_name": "Prospective validation of in silico clinical trials prediction using an EGFR-mutated NSCLC mechanistic computational disease model", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michaël Duruisseaux", + "middle_name": "", + "last_name": "", + "org_name": "Respiratory Department and Early Phase, Louis Pradel Hospital, Hospices Civils de Lyon Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232179", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232179", + "events_session": "Prospective validation of in silico clinical trials prediction using an EGFR-mutated NSCLC mechanistic computational disease model", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Computer Simulation | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 2, + "rest_events_topic": " ErbB Receptors | Clinical Trials As Topic", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403403');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichaël Duruisseaux", + "kol_full_name": "Michaël Duruisseaux" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastrointestinal Neoplasms", + "npi_num": "1396726113", + "hcp_pin_alias": "FU_HCP_99844", + "session_name": "Medical Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael E. Hurwitz", + "middle_name": "", + "last_name": "", + "org_name": "Yale School of Medicine", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233145", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233145", + "events_session": "Medical Oncologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1396726113,'FU_HCP_99844');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael E. Hurwitz", + "kol_full_name": "Michael E. Hurwitz" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1699886358", + "hcp_pin_alias": "PAST_HCP_Onco_231538", + "session_name": "Efficacy of eSyM: Acute care utilization among patients with cancer who do versus do not report ePROs", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael J. Hassett", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233116", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233116", + "events_session": "Efficacy of eSyM: Acute care utilization among patients with cancer who do versus do not report ePROs", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699886358,'PAST_HCP_Onco_231538');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael J. Hassett", + "kol_full_name": "Michael J. Hassett" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Telemedicine", + "npi_num": "1316048408", + "hcp_pin_alias": "FU_HCP_396053", + "session_name": "Quality of telehealth-provided cancer care in VA", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael J. Kelley", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233060", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233060", + "events_session": "Quality of telehealth-provided cancer care in VA", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Telemedicine", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316048408,'FU_HCP_396053');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael J. Kelley", + "kol_full_name": "Michael J. Kelley" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Mesothelioma | Nivolumab | Chemotherapy, Adjuvant", + "npi_num": "1134564701", + "hcp_pin_alias": "FU_HCP_39307", + "session_name": "Feasibility and safety of neoadjuvant nivolumab and chemotherapy for resectable diffuse pleural mesotheliomas: Results of a prospective pilot study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael Offin", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232474", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232474", + "events_session": "Feasibility and safety of neoadjuvant nivolumab and chemotherapy for resectable diffuse pleural mesotheliomas: Results of a prospective pilot study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Mesothelioma | Nivolumab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chemotherapy, Adjuvant", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134564701,'FU_HCP_39307');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael Offin", + "kol_full_name": "Michael Offin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "KRASG12D Inhibitor MRTX1133 | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1356345979", + "hcp_pin_alias": "PAST_HCP_Future Events_316453", + "session_name": "Impact of trial eligibility criteria on enrollment to KRASG12C inhibitor trials in patients with non-small cell lung cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael S. May", + "middle_name": "", + "last_name": "", + "org_name": "Columbia University Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232278", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232278", + "events_session": "Impact of trial eligibility criteria on enrollment to KRASG12C inhibitor trials in patients with non-small cell lung cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "KRASG12D Inhibitor MRTX1133 | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356345979,'PAST_HCP_Future Events_316453');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael S. May", + "kol_full_name": "Michael S. May" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Multiple Myeloma | Kidney Diseases | CD38 Protein, Human", + "npi_num": "1194788331", + "hcp_pin_alias": "FU_HCP_284583", + "session_name": "Outcomes of myeloma cast nephropathy in the era of anti-CD38 monoclonal antibody-based frontline therapy: A retrospective cohort study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael Sang Hughes", + "middle_name": "", + "last_name": "", + "org_name": "Columbia University Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232361", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232361", + "events_session": "Outcomes of myeloma cast nephropathy in the era of anti-CD38 monoclonal antibody-based frontline therapy: A retrospective cohort study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma | Kidney Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " CD38 Protein, Human", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1194788331,'FU_HCP_284583');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael Sang Hughes", + "kol_full_name": "Michael Sang Hughes" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphoma, Mantle-Cell | Venetoclax | Tumor Suppressor Protein P53 | Ibrutinib", + "npi_num": "1437189768", + "hcp_pin_alias": "PAST_HCP_Onco_232442", + "session_name": "Efficacy and safety of ibrutinib plus venetoclax in patients with mantle cell lymphoma (MCL) and TP53 mutations in the SYMPATICO study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael Wang", + "middle_name": "", + "last_name": "", + "org_name": "Department of Lymphoma and Myeloma, The University of Texas MD Anderson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232779", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232779", + "events_session": "Efficacy and safety of ibrutinib plus venetoclax in patients with mantle cell lymphoma (MCL) and TP53 mutations in the SYMPATICO study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphoma, Mantle-Cell | Venetoclax ", + "rest_events_topic_count": 2, + "rest_events_topic": " Tumor Suppressor Protein P53 | Ibrutinib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437189768,'PAST_HCP_Onco_232442');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael Wang", + "kol_full_name": "Michael Wang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Zotiraciclib | Biomarkers | Glioblastoma", + "npi_num": "1154616183", + "hcp_pin_alias": "PAST_HCP_Onco_231685", + "session_name": "Zotiraciclib for newly diagnosed or recurrent glioblastoma: Updated outcome and biomarker analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Michael Weller", + "middle_name": "", + "last_name": "", + "org_name": "Department of Neurology, University Hospital Zurich, and Brain Tumor Centre, University Hospital and University of Zurich, University Hospital Zurich", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233071", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233071", + "events_session": "Zotiraciclib for newly diagnosed or recurrent glioblastoma: Updated outcome and biomarker analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Zotiraciclib | Biomarkers ", + "rest_events_topic_count": 1, + "rest_events_topic": " Glioblastoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1154616183,'PAST_HCP_Onco_231685');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMichael Weller", + "kol_full_name": "Michael Weller" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Fadraciclib | Cyclin-Dependent Kinase 2 | Lymphoma", + "npi_num": "1780692939", + "hcp_pin_alias": "PAST_HCP_Onco_233469", + "session_name": "A phase 1 study evaluating the safety, pharmacokinetics, and efficacy of fadraciclib, an oral CDK2/9 inhibitor, in patients with advanced solid tumors and lymphoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Miguel Angel Villalona-Calero", + "middle_name": "", + "last_name": "", + "org_name": "City of Hope Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232962", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232962", + "events_session": "A phase 1 study evaluating the safety", + "rest_events_session_count": 4, + "rest_events_session": " pharmacokinetics, and efficacy of fadraciclib, an oral CDK2/9 inhibitor, in patients with advanced solid tumors and lymphoma", + "events_topic": "Fadraciclib | Cyclin-Dependent Kinase 2 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lymphoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1780692939,'PAST_HCP_Onco_233469');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMiguel Angel Villalona-Calero", + "kol_full_name": "Miguel Angel Villalona-Calero" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Brain Neoplasms | Triple Negative Breast Neoplasms | Bevacizumab", + "npi_num": "1447499710", + "hcp_pin_alias": "FU_HCP_229376", + "session_name": "Utidelone plus bevacizumab for the treatment of HER2-negative breast cancer brain metastases (U-BOMB): A multicenter, single-arm phase II study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Min Yan", + "middle_name": "", + "last_name": "", + "org_name": "Department of Breast, Henan Cancer Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232695", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232695", + "events_session": "Utidelone plus bevacizumab for the treatment of HER2-negative breast cancer brain metastases (U-BOMB): A multicenter", + "rest_events_session_count": 1, + "rest_events_session": " single-arm phase II study", + "events_topic": "Brain Neoplasms | Triple Negative Breast Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Bevacizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1447499710,'FU_HCP_229376');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMin Yan", + "kol_full_name": "Min Yan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Temozolomide | Glioblastoma", + "npi_num": "1063832046", + "hcp_pin_alias": "FU_HCP_361492", + "session_name": "INB-200: Fully enrolled phase 1 study of gene-modified autologous gamma-delta (γδ) T cells in patients with newly diagnosed glioblastoma multiforme (GBM) receiving maintenance temozolomide (TMZ)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Mina Lobbous", + "middle_name": "", + "last_name": "", + "org_name": "University of Alabama at Birmingham", + "Country": "United States", + "Region": "Alabama", + "City": "Birmingham", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233069", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233069", + "events_session": "INB-200: Fully enrolled phase 1 study of gene-modified autologous gamma-delta (γδ) T cells in patients with newly diagnosed glioblastoma multiforme (GBM) receiving maintenance temozolomide (TMZ)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Temozolomide | Glioblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1063832046,'FU_HCP_361492');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMina Lobbous", + "kol_full_name": "Mina Lobbous" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Translational Research, Biomedical", + "npi_num": "1770801862", + "hcp_pin_alias": "FU_HCP_45001", + "session_name": "Quality Care/Health Services Research: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Mina S. Sedrak", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233252", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233252", + "events_session": "Quality Care/Health Services Research: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Translational Research, Biomedical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770801862,'FU_HCP_45001');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMina S. Sedrak", + "kol_full_name": "Mina S. Sedrak" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1265635924", + "hcp_pin_alias": "FU_HCP_284159", + "session_name": "A phase 1/2 study of BDC-3042, a novel dectin-2 agonistic antibody, in patients with advanced cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Mohamad Adham Salkeni", + "middle_name": "", + "last_name": "", + "org_name": "NEXT Oncology", + "Country": "United States", + "Region": "Texas", + "City": "San Antonio", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233041", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233041", + "events_session": "A phase 1/2 study of BDC-3042", + "rest_events_session_count": 2, + "rest_events_session": " a novel dectin-2 agonistic antibody, in patients with advanced cancers", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1265635924,'FU_HCP_284159');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMohamad Adham Salkeni", + "kol_full_name": "Mohamad Adham Salkeni" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lung Neoplasms | Osimertinib | ErbB Receptors | Etoposide", + "npi_num": "1003313800", + "hcp_pin_alias": "FU_HCP_82913", + "session_name": "Osimertinib, platinum, etoposide as initial treatment for patients with EGFR mutant lung cancers with TP53 and RB1 alterations", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Monica F Chen", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232169", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232169", + "events_session": "Osimertinib", + "rest_events_session_count": 2, + "rest_events_session": " platinum, etoposide as initial treatment for patients with EGFR mutant lung cancers with TP53 and RB1 alterations", + "events_topic": "Lung Neoplasms | Osimertinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " ErbB Receptors | Etoposide", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1003313800,'FU_HCP_82913');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMonica F Chen", + "kol_full_name": "Monica F Chen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Urinary Bladder Neoplasms | Artificial Intelligence", + "npi_num": "1265626303", + "hcp_pin_alias": "FU_HCP_99879", + "session_name": "A multi-institutional observer study of AI-aided oncologists' performance on treatment response assessment of bladder cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Monika Joshi", + "middle_name": "", + "last_name": "", + "org_name": "Penn State Cancer Institute", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Hershey", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232603", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232603", + "events_session": "A multi-institutional observer study of AI-aided oncologists' performance on treatment response assessment of bladder cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urinary Bladder Neoplasms | Artificial Intelligence", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1265626303,'FU_HCP_99879');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMonika Joshi", + "kol_full_name": "Monika Joshi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cardiovascular Diseases | Hematologic Neoplasms | Bruton's Tyrosine Kinase", + "npi_num": "1295258911", + "hcp_pin_alias": "FU_HCP_284133", + "session_name": "Risk assessment of cardiovascular adverse events with BTK inhibitors in hematological malignancies: Insights from FAERS", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Muhammad Salman Faisal", + "middle_name": "", + "last_name": "", + "org_name": "Roswell Park Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232221", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232221", + "events_session": "Risk assessment of cardiovascular adverse events with BTK inhibitors in hematological malignancies: Insights from FAERS", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cardiovascular Diseases | Hematologic Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Bruton's Tyrosine Kinase", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1295258911,'FU_HCP_284133');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMuhammad Salman Faisal", + "kol_full_name": "Muhammad Salman Faisal" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphocytes, Tumor-Infiltrating | Melanoma | Fludarabine | Cyclophosphamide", + "npi_num": "1245646397", + "hcp_pin_alias": "FU_HCP_362182", + "session_name": "Reduced dose fludarabine/cyclophosphamide lymphodepletion for tumor-infiltrating lymphocytes therapy (LN-144, lifileucel) in metastatic melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Muhammad Umair Mushtaq", + "middle_name": "", + "last_name": "", + "org_name": "University of Kansas Cancer Center", + "Country": "United States", + "Region": "Kansas", + "City": "Kansas City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232805", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232805", + "events_session": "Reduced dose fludarabine/cyclophosphamide lymphodepletion for tumor-infiltrating lymphocytes therapy (LN-144", + "rest_events_session_count": 1, + "rest_events_session": " lifileucel) in metastatic melanoma", + "events_topic": "Lymphocytes, Tumor-Infiltrating | Melanoma ", + "rest_events_topic_count": 2, + "rest_events_topic": " Fludarabine | Cyclophosphamide", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245646397,'FU_HCP_362182');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EMuhammad Umair Mushtaq", + "kol_full_name": "Muhammad Umair Mushtaq" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Niraparib | Glioblastoma", + "npi_num": "1699899047", + "hcp_pin_alias": "PAST_HCP_CNS_203124", + "session_name": "Niraparib efficacy in patients with newly-diagnosed glioblastoma: Clinical readout of a phase 0/2 \"trigger\" trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nader Sanai", + "middle_name": "", + "last_name": "", + "org_name": "Ivy Brain Tumor Center at Barrow Neurological Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232456", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232456", + "events_session": "Niraparib efficacy in patients with newly-diagnosed glioblastoma: Clinical readout of a phase 0/2 \"trigger\" trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Niraparib | Glioblastoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699899047,'PAST_HCP_CNS_203124');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENader Sanai", + "kol_full_name": "Nader Sanai" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Patient Reported Outcome Measures | Clinical Research", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403422", + "session_name": "The Role of Patient Reported Outcomes in Early Phase Clinical Research", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Natalie Cook", + "middle_name": "", + "last_name": "", + "org_name": "The Christie NHS Foundation Trust and University of Manchester", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232333", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232333", + "events_session": "The Role of Patient Reported Outcomes in Early Phase Clinical Research", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Patient Reported Outcome Measures | Clinical Research", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403422');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENatalie Cook", + "kol_full_name": "Natalie Cook" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Amivantamab | Lazertinib | ErbB Receptors | Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403482", + "session_name": "Subcutaneous amivantamab vs intravenous amivantamab, both in combination with lazertinib, in refractory EGFR-mutated, advanced non-small cell lung cancer (NSCLC): Primary results, including overall survival (OS), from the global, phase 3, randomized controlled PALOMA-3 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Natasha B. Leighl", + "middle_name": "", + "last_name": "", + "org_name": "Princess Margaret Cancer Centre", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233137", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233137", + "events_session": "Subcutaneous amivantamab vs intravenous amivantamab", + "rest_events_session_count": 7, + "rest_events_session": " both in combination with lazertinib, in refractory EGFR-mutated, advanced non-small cell lung cancer (NSCLC): Primary results, including overall survival (OS), from the global, phase 3, randomized controlled PALOMA-3 trial", + "events_topic": "Amivantamab | Lazertinib ", + "rest_events_topic_count": 2, + "rest_events_topic": " ErbB Receptors | Carcinoma, Non-Small-Cell Lung", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403482');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENatasha B. Leighl", + "kol_full_name": "Natasha B. Leighl" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1538326632", + "hcp_pin_alias": "FU_HCP_100204", + "session_name": "Pediatric Oncologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Navin Pinto", + "middle_name": "", + "last_name": "", + "org_name": "Seattle Children's Hospital", + "Country": "United States", + "Region": "Washington", + "City": "Seattle", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232153", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232153", + "events_session": "Pediatric Oncologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1538326632,'FU_HCP_100204');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENavin Pinto", + "kol_full_name": "Navin Pinto" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Glioblastoma | Peposertib | Clinical Trials As Topic", + "npi_num": "1164721882", + "hcp_pin_alias": "FU_HCP_75825", + "session_name": "Phase I clinical trial of peposertib plus radiation in adults with newly diagnosed MGMT-unmethylated glioblastoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nazanin Majd", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233076", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233076", + "events_session": "Phase I clinical trial of peposertib plus radiation in adults with newly diagnosed MGMT-unmethylated glioblastoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Glioblastoma | Peposertib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Clinical Trials As Topic", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1164721882,'FU_HCP_75825');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENazanin Majd", + "kol_full_name": "Nazanin Majd" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Carcinoma, Non-Small-Cell Lung", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403401", + "session_name": "Safety and anti-tumor activity of BAY 2927088 in patients with HER2-mutant NSCLC: Results from an expansion cohort of the SOHO-01 phase I/II study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nicolas Girard", + "middle_name": "", + "last_name": "", + "org_name": "Institut Curie", + "Country": "France", + "Region": "Ile-De-France", + "City": "Paris", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232176", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232176", + "events_session": "Safety and anti-tumor activity of BAY 2927088 in patients with HER2-mutant NSCLC: Results from an expansion cohort of the SOHO-01 phase I/II study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Triple Negative Breast Neoplasms | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403401');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENicolas Girard", + "kol_full_name": "Nicolas Girard" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Tocilizumab | Cytokine Release Syndrome | Teclistamab | Multiple Myeloma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403392", + "session_name": "Longer-term follow-up of patients (pts) receiving prophylactic tocilizumab (toci) for the reduction of cytokine release syndrome (CRS) in the phase 1/2 MajesTEC-1 study of teclistamab in relapsed/refractory multiple myeloma (RRMM)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Niels W.C.J. van de Donk", + "middle_name": "", + "last_name": "", + "org_name": "Amsterdam UMC", + "Country": "Netherlands", + "Region": "Noord-Holland", + "City": "Amsterdam", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232114", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232114", + "events_session": "Longer-term follow-up of patients (pts) receiving prophylactic tocilizumab (toci) for the reduction of cytokine release syndrome (CRS) in the phase 1/2 MajesTEC-1 study of teclistamab in relapsed/refractory multiple myeloma (RRMM)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Tocilizumab | Cytokine Release Syndrome ", + "rest_events_topic_count": 2, + "rest_events_topic": " Teclistamab | Multiple Myeloma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403392');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENiels W.C.J. van de Donk", + "kol_full_name": "Niels W.C.J. van de Donk" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Education, Medical", + "npi_num": "1629308515", + "hcp_pin_alias": "FU_HCP_5403381", + "session_name": "Medical Educaton and Professional Development: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Niki Tank Patel", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233239", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233239", + "events_session": "Medical Educaton and Professional Development: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education, Medical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1629308515,'FU_HCP_5403381');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENiki Tank Patel", + "kol_full_name": "Niki Tank Patel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Transplant Recipients", + "npi_num": "1003475195", + "hcp_pin_alias": "FU_HCP_284323", + "session_name": "Outcomes of liver transplant recipients with pretransplant malignancies: Insights from a single institution’s experience", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nikitha Vobugari", + "middle_name": "", + "last_name": "", + "org_name": "University of Minnesota", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232424", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232424", + "events_session": "Outcomes of liver transplant recipients with pretransplant malignancies: Insights from a single institution’s experience", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Transplant Recipients", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1003475195,'FU_HCP_284323');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENikitha Vobugari", + "kol_full_name": "Nikitha Vobugari" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cancer Survivors", + "npi_num": "1285618793", + "hcp_pin_alias": "FU_HCP_187367", + "session_name": "All Too Well: Improving Communication and Care in Childhood Cancer Survivors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nina S. Kadan-Lottick", + "middle_name": "", + "last_name": "", + "org_name": "Georgetown University Lombardi Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232295", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232295", + "events_session": "All Too Well: Improving Communication and Care in Childhood Cancer Survivors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cancer Survivors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1285618793,'FU_HCP_187367');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENina S. Kadan-Lottick", + "kol_full_name": "Nina S. Kadan-Lottick" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms, Male", + "npi_num": "1962998559", + "hcp_pin_alias": "FU_HCP_387368", + "session_name": "Demographics and survival outcomes of stage IV male breast cancer: A retrospective analysis of SEER database", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nishanth Thalambedu", + "middle_name": "", + "last_name": "", + "org_name": "University of Arkansas for Medical Sciences", + "Country": "United States", + "Region": "Arkansas", + "City": "Little Rock", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232419", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232419", + "events_session": "Demographics and survival outcomes of stage IV male breast cancer: A retrospective analysis of SEER database", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms, Male", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1962998559,'FU_HCP_387368');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENishanth Thalambedu", + "kol_full_name": "Nishanth Thalambedu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Education, Medical", + "npi_num": "1598941908", + "hcp_pin_alias": "FU_HCP_5403380", + "session_name": "Medical Educaton and Professional Development: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nishin Bhadkamkar", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233238", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233238", + "events_session": "Medical Educaton and Professional Development: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Education, Medical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1598941908,'FU_HCP_5403380');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENishin Bhadkamkar", + "kol_full_name": "Nishin Bhadkamkar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Multiple Myeloma | Venetoclax | Pomalidomide | Biomarkers | Dexamethasone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403390", + "session_name": "Efficacy of venetoclax-dexamethasone (VenDex) v pomalidomide-dexamethasone (PomDex) in patients (Pts) with t(11;14)-positive relapsed/refractory multiple myeloma [t(11;14)+ RRMM]: Phase 3 CANOVA study biomarker subgroup analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nizar J. Bahlis", + "middle_name": "", + "last_name": "", + "org_name": "University of Calgary", + "Country": "Canada", + "Region": "Alberta", + "City": "Calgary", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232111", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232111", + "events_session": "Efficacy of venetoclax-dexamethasone (VenDex) v pomalidomide-dexamethasone (PomDex) in patients (Pts) with t(11;14)-positive relapsed/refractory multiple myeloma [t(11;14)+ RRMM]: Phase 3 CANOVA study biomarker subgroup analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Multiple Myeloma | Venetoclax ", + "rest_events_topic_count": 3, + "rest_events_topic": " Pomalidomide | Biomarkers | Dexamethasone", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403390');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENizar J. Bahlis", + "kol_full_name": "Nizar J. Bahlis" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Sotevtamab | Combined Modality Therapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403399", + "session_name": "A phase II trial to evaluate the epithelial-to-mesenchymal (EMT) inhibitor sotevtamab combined with docetaxel in patients with metastatic non-small cell lung cancer following failure of primary chemoimmunotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Normand Blais", + "middle_name": "", + "last_name": "", + "org_name": "Hematology-Oncology Division, University of Montreal Health Centre (CHUM)", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232171", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232171", + "events_session": "A phase II trial to evaluate the epithelial-to-mesenchymal (EMT) inhibitor sotevtamab combined with docetaxel in patients with metastatic non-small cell lung cancer following failure of primary chemoimmunotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Sotevtamab ", + "rest_events_topic_count": 1, + "rest_events_topic": " Combined Modality Therapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403399');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENormand Blais", + "kol_full_name": "Normand Blais" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Elacestrant | Abemaciclib | Triple Negative Breast Neoplasms", + "npi_num": "1528153715", + "hcp_pin_alias": "FU_HCP_116343", + "session_name": "Elacestrant in combination with abemaciclib in patients (pts) with brain metastasis from estrogen receptor-positive (ER+), HER2-negative (HER2-) breast cancer: Preliminary data from ELECTRA, an open-label, multicenter, phase 1b/2 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Nuhad K. Ibrahim", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232690", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232690", + "events_session": "Elacestrant in combination with abemaciclib in patients (pts) with brain metastasis from estrogen receptor-positive (ER+)", + "rest_events_session_count": 4, + "rest_events_session": " HER2-negative (HER2-) breast cancer: Preliminary data from ELECTRA, an open-label, multicenter, phase 1b/2 study", + "events_topic": "Elacestrant | Abemaciclib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528153715,'FU_HCP_116343');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ENuhad K. Ibrahim", + "kol_full_name": "Nuhad K. Ibrahim" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1790980613", + "hcp_pin_alias": "FU_HCP_99701", + "session_name": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Oluwadamilola Motunrayo Fayanju", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233170", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233170", + "events_session": "Breast Cancer – Local/Regional/Adjuvant: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790980613,'FU_HCP_99701');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EOluwadamilola Motunrayo Fayanju", + "kol_full_name": "Oluwadamilola Motunrayo Fayanju" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1912445255", + "hcp_pin_alias": "PAST_HCP_Onco_231477", + "session_name": "Women, Power, and Cancer: Global and North American Findings and Recommendations", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ophira Ginsburg", + "middle_name": "", + "last_name": "", + "org_name": "National Cancer Institute", + "Country": "United States", + "Region": "Maryland", + "City": "Bethesda", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232746", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232746", + "events_session": "Women", + "rest_events_session_count": 2, + "rest_events_session": " Power, and Cancer: Global and North American Findings and Recommendations", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1912445255,'PAST_HCP_Onco_231477');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EOphira Ginsburg", + "kol_full_name": "Ophira Ginsburg" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematologic Neoplasms | Hypertension, Pulmonary | Myeloproliferative Disorders", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403424", + "session_name": "Association of elevated pulmonary artery systolic pressure with hematologic progression in myeloproliferative neoplasms", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Orly Leiva", + "middle_name": "", + "last_name": "", + "org_name": "New York University Grossman School of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232349", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232349", + "events_session": "Association of elevated pulmonary artery systolic pressure with hematologic progression in myeloproliferative neoplasms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms | Hypertension, Pulmonary ", + "rest_events_topic_count": 1, + "rest_events_topic": " Myeloproliferative Disorders", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403424');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EOrly Leiva", + "kol_full_name": "Orly Leiva" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Endocrine Therapy | Palbociclib | Triple Negative Breast Neoplasms", + "npi_num": "1275875155", + "hcp_pin_alias": "FU_HCP_40590", + "session_name": "Analysis of the sensitivity to endocrine therapy (SET) assay in the PALLAS adjuvant trial of palbociclib in HR+/HER2- breast cancer (ABCSG-42/AFT-05/BIG-14-13)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Otto Metzger", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232620", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232620", + "events_session": "Analysis of the sensitivity to endocrine therapy (SET) assay in the PALLAS adjuvant trial of palbociclib in HR+/HER2- breast cancer (ABCSG-42/AFT-05/BIG-14-13)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocrine Therapy | Palbociclib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Triple Negative Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1275875155,'FU_HCP_40590');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EOtto Metzger", + "kol_full_name": "Otto Metzger" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Myeloproliferative Disorders", + "npi_num": "1982968764", + "hcp_pin_alias": "FU_HCP_187374", + "session_name": "BETter Therapies for Myeloproliferative Neoplasms", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Pankit Vachhani", + "middle_name": "", + "last_name": "", + "org_name": "O'Neal Comprehensive Cancer Center at UAB", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233107", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233107", + "events_session": "BETter Therapies for Myeloproliferative Neoplasms", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Myeloproliferative Disorders", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1982968764,'FU_HCP_187374');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPankit Vachhani", + "kol_full_name": "Pankit Vachhani" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1851360515", + "hcp_pin_alias": "FU_HCP_155355", + "session_name": "Discussion on Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Patricia Spears", + "middle_name": "", + "last_name": "", + "org_name": "UNC Patient Advocates for Research Council", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232311", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232311", + "events_session": "Discussion on Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1851360515,'FU_HCP_155355');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPatricia Spears", + "kol_full_name": "Patricia Spears" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Irinotecan | Sarcoma, Ewing", + "npi_num": "1225175201", + "hcp_pin_alias": "FU_HCP_5403340", + "session_name": "SARC037: Phase II results of trabectedin given as a 1-hour (h) infusion in combination with low dose irinotecan in patients (pts) with relapsed/refractory Ewing sarcoma (ES)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Patrick Joseph Grohar", + "middle_name": "", + "last_name": "", + "org_name": "Children's Hospital of Philadelphia", + "Country": "United States", + "Region": "Pennsylvania", + "City": "Philadelphia", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232152", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232152", + "events_session": "SARC037: Phase II results of trabectedin given as a 1-hour (h) infusion in combination with low dose irinotecan in patients (pts) with relapsed/refractory Ewing sarcoma (ES)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Irinotecan | Sarcoma, Ewing", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1225175201,'FU_HCP_5403340');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPatrick Joseph Grohar", + "kol_full_name": "Patrick Joseph Grohar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Dendritic Cells | Triple Negative Breast Neoplasms", + "npi_num": "1841582285", + "hcp_pin_alias": "FU_HCP_45595", + "session_name": "A first-in-human phase 1 trial of dose escalating intrathecal (IT) dendritic cells (cDC1s) primed against HER2/HER3 in patients (pts) with leptomeningeal disease (LMD) from triple-negative (TNBC) or HER2+ breast cancer (BC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Peter A. J. Forsyth", + "middle_name": "", + "last_name": "", + "org_name": "H. Lee Moffitt Cancer Center and Research Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233082", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233082", + "events_session": "A first-in-human phase 1 trial of dose escalating intrathecal (IT) dendritic cells (cDC1s) primed against HER2/HER3 in patients (pts) with leptomeningeal disease (LMD) from triple-negative (TNBC) or HER2+ breast cancer (BC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dendritic Cells | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1841582285,'FU_HCP_45595');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPeter A. J. Forsyth", + "kol_full_name": "Peter A. J. Forsyth" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy, Adoptive | Prostatic Neoplasms | Radiotherapy | Castration", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403446", + "session_name": "A phase 1b study of PSCA CAR T cells plus or minus radiation for the treatment of patients with PSCA+ metastatic castration-resistant prostate cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Peter D. Zang", + "middle_name": "", + "last_name": "", + "org_name": "City of Hope Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232668", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232668", + "events_session": "A phase 1b study of PSCA CAR T cells plus or minus radiation for the treatment of patients with PSCA+ metastatic castration-resistant prostate cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy, Adoptive | Prostatic Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Radiotherapy | Castration", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403446');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPeter D. Zang", + "kol_full_name": "Peter D. Zang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cisplatin | Enfortumab Vedotin | Urinary Bladder Neoplasms", + "npi_num": "1861695819", + "hcp_pin_alias": "FU_HCP_250346", + "session_name": "Study EV-103: Neoadjuvant treatment with enfortumab vedotin monotherapy in cisplatin-ineligible patients with muscle invasive bladder cancer (MIBC)—2-year event-free survival and safety data for Cohort H", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Peter H. O'Donnell", + "middle_name": "", + "last_name": "", + "org_name": "University of Chicago", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232589", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232589", + "events_session": "Study EV-103: Neoadjuvant treatment with enfortumab vedotin monotherapy in cisplatin-ineligible patients with muscle invasive bladder cancer (MIBC)—2-year event-free survival and safety data for Cohort H", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cisplatin | Enfortumab Vedotin ", + "rest_events_topic_count": 1, + "rest_events_topic": " Urinary Bladder Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1861695819,'FU_HCP_250346');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPeter H. O'Donnell", + "kol_full_name": "Peter H. O'Donnell" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Castration | Clinical Trials As Topic | Prostatic Neoplasms | Artificial Intelligence", + "npi_num": "1376100255", + "hcp_pin_alias": "FU_HCP_281832", + "session_name": "Validation of a digital pathology-based multimodal artificial intelligence model in oliogmetastatic castration-sensitive prostate cancer, including in patients from the STOMP and ORIOLE phase II randomized clinical trials", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Philip Anthony Sutera", + "middle_name": "", + "last_name": "", + "org_name": "Johns Hopkins University", + "Country": "United States", + "Region": "Maryland", + "City": "Baltimore", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232658", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232658", + "events_session": "Validation of a digital pathology-based multimodal artificial intelligence model in oliogmetastatic castration-sensitive prostate cancer", + "rest_events_session_count": 1, + "rest_events_session": " including in patients from the STOMP and ORIOLE phase II randomized clinical trials", + "events_topic": "Castration | Clinical Trials As Topic ", + "rest_events_topic_count": 2, + "rest_events_topic": " Prostatic Neoplasms | Artificial Intelligence", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1376100255,'FU_HCP_281832');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPhilip Anthony Sutera", + "kol_full_name": "Philip Anthony Sutera" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Multiple Endocrine Neoplasia Type 1 | Familial Medullary Thyroid Carcinoma | Selpercatinib", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403475", + "session_name": "Selpercatinib in non-MTC, RET-mutated tumors: Efficacy in MEN-associated and other tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Philippe Alexandre Cassier", + "middle_name": "", + "last_name": "", + "org_name": "Centre Léon Bérard", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232969", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232969", + "events_session": "Selpercatinib in non-MTC", + "rest_events_session_count": 1, + "rest_events_session": " RET-mutated tumors: Efficacy in MEN-associated and other tumors", + "events_topic": "Multiple Endocrine Neoplasia Type 1 | Familial Medullary Thyroid Carcinoma ", + "rest_events_topic_count": 1, + "rest_events_topic": " Selpercatinib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403475');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPhilippe Alexandre Cassier", + "kol_full_name": "Philippe Alexandre Cassier" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1841558723", + "hcp_pin_alias": "FU_HCP_5403378", + "session_name": "Molecular Pathologist Perspective", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Phillip Michaels", + "middle_name": "", + "last_name": "", + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233146", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233146", + "events_session": "Molecular Pathologist Perspective", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1841558723,'FU_HCP_5403378');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPhillip Michaels", + "kol_full_name": "Phillip Michaels" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Prostatectomy | Neoplasm, Residual | Receptors, Androgen", + "npi_num": "1528447703", + "hcp_pin_alias": "FU_HCP_5403361", + "session_name": "Prognostic impact of residual cancer burden (RCB) on long-term outcomes after neoadjuvant (neo) androgen receptor pathway inhibitor (ARPI) and radical prostatectomy (RP) for high-risk localized prostate cancer (HRLPC): A pooled analysis of phase 2 trials", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Praful Ravi", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232663", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232663", + "events_session": "Prognostic impact of residual cancer burden (RCB) on long-term outcomes after neoadjuvant (neo) androgen receptor pathway inhibitor (ARPI) and radical prostatectomy (RP) for high-risk localized prostate cancer (HRLPC): A pooled analysis of phase 2 trials", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Prostatectomy ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasm, Residual | Receptors, Androgen", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1528447703,'FU_HCP_5403361');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPraful Ravi", + "kol_full_name": "Praful Ravi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leukemia, Myeloid, Acute", + "npi_num": "1578946406", + "hcp_pin_alias": "FU_HCP_232099", + "session_name": "Improved overall survival in acute myeloid leukemia over the last 15 years", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Prajwal Dhakal", + "middle_name": "", + "last_name": "", + "org_name": "University of Iowa", + "Country": "United States", + "Region": "Iowa", + "City": "Iowa City", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232340", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232340", + "events_session": "Improved overall survival in acute myeloid leukemia over the last 15 years", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myeloid, Acute", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1578946406,'FU_HCP_232099');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPrajwal Dhakal", + "kol_full_name": "Prajwal Dhakal" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Premenopause | Breast Neoplasms", + "npi_num": "1245726371", + "hcp_pin_alias": "FU_HCP_284353", + "session_name": "Prognostic value of Oncotype recurrence score (RS) and Mammaprint (MP) in premenopausal patients with hormone positive (HR+) breast cancer (BC) with low genomic risk, stratified by race: A study of the National Cancer Database (NCDB)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Prashanth Ashok Kumar", + "middle_name": "", + "last_name": "", + "org_name": "SUNY Upstate University Hospital", + "Country": "United States", + "Region": "New York", + "City": "Syracuse", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232625", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232625", + "events_session": "Prognostic value of Oncotype recurrence score (RS) and Mammaprint (MP) in premenopausal patients with hormone positive (HR+) breast cancer (BC) with low genomic risk", + "rest_events_session_count": 1, + "rest_events_session": " stratified by race: A study of the National Cancer Database (NCDB)", + "events_topic": "Premenopause | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245726371,'FU_HCP_284353');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPrashanth Ashok Kumar", + "kol_full_name": "Prashanth Ashok Kumar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms | Receptors, Androgen", + "npi_num": "1962768671", + "hcp_pin_alias": "FU_HCP_225391", + "session_name": "Molecular and immunological characterization of androgen receptor expression in different breast cancer subtypes", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Priya Jayachandran", + "middle_name": "", + "last_name": "", + "org_name": "Division of Medical Oncology, Norris Comprehensive Cancer Center, Keck School of Medicine, University of Southern California", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232707", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232707", + "events_session": "Molecular and immunological characterization of androgen receptor expression in different breast cancer subtypes", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms | Receptors, Androgen", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1962768671,'FU_HCP_225391');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EPriya Jayachandran", + "kol_full_name": "Priya Jayachandran" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Immunotherapy", + "npi_num": "1619112034", + "hcp_pin_alias": "FU_HCP_0004789", + "session_name": "Optimizing Treatment of Locally Advanced Non–Small Cell Lung Cancer: A Multimodal Approach in the Immunotherapy Era", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Rami Manochakian", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic Florida", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232040", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232040", + "events_session": "Optimizing Treatment of Locally Advanced Non–Small Cell Lung Cancer: A Multimodal Approach in the Immunotherapy Era", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1619112034,'FU_HCP_0004789');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERami Manochakian", + "kol_full_name": "Rami Manochakian" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Surgical Procedures, Operative | Head And Neck Neoplasms", + "npi_num": "1245256551", + "hcp_pin_alias": "FU_HCP_40245", + "session_name": "Novel Treatment Approaches in Head and Neck Cancer Surgery: Improving Quality of Life", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ravindra Uppaluri", + "middle_name": "", + "last_name": "", + "org_name": "Brigham and Women's Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232510", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232510", + "events_session": "Novel Treatment Approaches in Head and Neck Cancer Surgery: Improving Quality of Life", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Surgical Procedures, Operative | Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245256551,'FU_HCP_40245');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERavindra Uppaluri", + "kol_full_name": "Ravindra Uppaluri" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms, Second Primary", + "npi_num": "1619107596", + "hcp_pin_alias": "FU_HCP_43545", + "session_name": "Improving Global Access to Cancer Therapies Through Regulatory Authority Collaboration", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Richard Pazdur", + "middle_name": "", + "last_name": "", + "org_name": "U.S. Food and Drug Administration", + "Country": "United States", + "Region": "Maryland", + "City": "Silver Spring", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "231993", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "231993", + "events_session": "Improving Global Access to Cancer Therapies Through Regulatory Authority Collaboration", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms, Second Primary", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1619107596,'FU_HCP_43545');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERichard Pazdur", + "kol_full_name": "Richard Pazdur" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Cannabis", + "npi_num": "1316947385", + "hcp_pin_alias": "FU_HCP_110446", + "session_name": "Evidence Evaluating Cannabis’ Efficacy Across the Cancer Care Continuum", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Richard T. Lee", + "middle_name": "", + "last_name": "", + "org_name": "City of Hope Comprehensive Cancer Center", + "Country": "United States", + "Region": "California", + "City": "Duarte", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232488", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232488", + "events_session": "Evidence Evaluating Cannabis’ Efficacy Across the Cancer Care Continuum", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Cannabis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1316947385,'FU_HCP_110446');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERichard T. Lee", + "kol_full_name": "Richard T. Lee" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1124556659", + "hcp_pin_alias": "FU_HCP_377718", + "session_name": "Impact of race/ethnicity on the MammaPrint genomic assay risk and prognosis in early breast cancer (EBC): A National Cancer Database (NCDB) analysis", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Rima Patel", + "middle_name": "", + "last_name": "", + "org_name": "Icahn School of Medicine at Mount Sinai", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232627", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232627", + "events_session": "Impact of race/ethnicity on the MammaPrint genomic assay risk and prognosis in early breast cancer (EBC): A National Cancer Database (NCDB) analysis", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1124556659,'FU_HCP_377718');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERima Patel", + "kol_full_name": "Rima Patel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cholangiocarcinoma", + "npi_num": "1053963140", + "hcp_pin_alias": "FU_HCP_394643", + "session_name": "Genomic signature analysis and survival outcomes in cholangiocarcinoma (CCA) using oncology research information exchange network (ORIEN) database", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Riya Jayesh Patel", + "middle_name": "", + "last_name": "", + "org_name": "Roswell Park Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232828", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232828", + "events_session": "Genomic signature analysis and survival outcomes in cholangiocarcinoma (CCA) using oncology research information exchange network (ORIEN) database", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cholangiocarcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1053963140,'FU_HCP_394643');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERiya Jayesh Patel", + "kol_full_name": "Riya Jayesh Patel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1356322812", + "hcp_pin_alias": "FU_HCP_229979", + "session_name": "The Epidemiologist’s Perspective: Pros of Early Adoption", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Robert A. Smith", + "middle_name": "", + "last_name": "", + "org_name": "American Cancer Society", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233142", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233142", + "events_session": "The Epidemiologist’s Perspective: Pros of Early Adoption", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1356322812,'FU_HCP_229979');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERobert A. Smith", + "kol_full_name": "Robert A. Smith" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "ESR2 Protein, Human | Carcinoma, Non-Small-Cell Lung | ESR1 Protein, Human", + "npi_num": "1669835740", + "hcp_pin_alias": "FU_HCP_5403341", + "session_name": "Survival and mutational differences based on ESR1 and ESR2 expression in non-small cell lung cancer (NSCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Robert Hsu", + "middle_name": "", + "last_name": "", + "org_name": "Norris Comprehensive Cancer Center, University of Southern California", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232161", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232161", + "events_session": "Survival and mutational differences based on ESR1 and ESR2 expression in non-small cell lung cancer (NSCLC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ESR2 Protein, Human | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 1, + "rest_events_topic": " ESR1 Protein, Human", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1669835740,'FU_HCP_5403341');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERobert Hsu", + "kol_full_name": "Robert Hsu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cognitive Dysfunction | Telemedicine | Clinical Trials As Topic", + "npi_num": "1811930456", + "hcp_pin_alias": "FU_HCP_45364", + "session_name": "Telehealth cognitive-behavioral therapy for cancer-related cognitive impairment: 2024 update of a model for remote clinical trial participation", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Robert J. Ferguson", + "middle_name": "", + "last_name": "", + "org_name": "University of Pittsburgh School of Medicine, UPMC Hillman Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232222", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232222", + "events_session": "Telehealth cognitive-behavioral therapy for cancer-related cognitive impairment: 2024 update of a model for remote clinical trial participation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Cognitive Dysfunction | Telemedicine ", + "rest_events_topic_count": 1, + "rest_events_topic": " Clinical Trials As Topic", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811930456,'FU_HCP_45364');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERobert J. Ferguson", + "kol_full_name": "Robert J. Ferguson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Microsatellite Repeats | Pembrolizumab | Cetuximab", + "npi_num": "1881056323", + "hcp_pin_alias": "FU_HCP_347131", + "session_name": "Results of a phase 2 study of evorpacept (E, ALX148), cetuximab (C), and pembrolizumab (P) in patients with refractory microsatellite stable metastatic colorectal cancer (MSS CRC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Robert William Lentz", + "middle_name": "", + "last_name": "", + "org_name": "University of Colorado Cancer Center", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232868", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232868", + "events_session": "Results of a phase 2 study of evorpacept (E", + "rest_events_session_count": 3, + "rest_events_session": " ALX148), cetuximab (C), and pembrolizumab (P) in patients with refractory microsatellite stable metastatic colorectal cancer (MSS CRC)", + "events_topic": "Colorectal Neoplasms | Microsatellite Repeats ", + "rest_events_topic_count": 2, + "rest_events_topic": " Pembrolizumab | Cetuximab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1881056323,'FU_HCP_347131');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERobert William Lentz", + "kol_full_name": "Robert William Lentz" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Penile Neoplasms | Papillomavirus Infections", + "npi_num": "1184902884", + "hcp_pin_alias": "FU_HCP_39768", + "session_name": "Implications of HPV infection on survival outcomes in patients with penile squamous cell carcinoma: Insights from a nationwide study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Rohan Garje", + "middle_name": "", + "last_name": "", + "org_name": "Miami Cancer Institute, Baptist Health South Florida", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232648", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232648", + "events_session": "Implications of HPV infection on survival outcomes in patients with penile squamous cell carcinoma: Insights from a nationwide study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Penile Neoplasms | Papillomavirus Infections", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1184902884,'FU_HCP_39768');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERohan Garje", + "kol_full_name": "Rohan Garje" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "ErbB Receptors | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1003307513", + "hcp_pin_alias": "FU_HCP_409027", + "session_name": "Genomic landscape of MTAP deletions and association with EGFR alterations in NSCLC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Rohit Thummalapalli", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232177", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232177", + "events_session": "Genomic landscape of MTAP deletions and association with EGFR alterations in NSCLC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "ErbB Receptors | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1003307513,'FU_HCP_409027');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERohit Thummalapalli", + "kol_full_name": "Rohit Thummalapalli" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Renal Cell | Brain Diseases", + "npi_num": "1720529985", + "hcp_pin_alias": "FU_HCP_75790", + "session_name": "Tumor evolution of brain-specific tropism in metastatic renal cell carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Roy Elias", + "middle_name": "", + "last_name": "", + "org_name": "Sidney Kimmel Comprehensive Cancer Center at Johns Hopkins", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232580", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232580", + "events_session": "Tumor evolution of brain-specific tropism in metastatic renal cell carcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Renal Cell | Brain Diseases", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1720529985,'FU_HCP_75790');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERoy Elias", + "kol_full_name": "Roy Elias" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Social Determinants Of Health | Atherosclerosis | Neoplasms", + "npi_num": "1083794960", + "hcp_pin_alias": "FU_HCP_229494", + "session_name": "Association of social determinants of health (SDH), allostatic load (AL) and incident cancers in the multi-ethnic study of atherosclerosis (MESA)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ruth C. Carlos", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232226", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232226", + "events_session": "Association of social determinants of health (SDH)", + "rest_events_session_count": 1, + "rest_events_session": " allostatic load (AL) and incident cancers in the multi-ethnic study of atherosclerosis (MESA)", + "events_topic": "Social Determinants Of Health | Atherosclerosis ", + "rest_events_topic_count": 1, + "rest_events_topic": " Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1083794960,'FU_HCP_229494');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERuth C. Carlos", + "kol_full_name": "Ruth C. Carlos" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "1215981238", + "hcp_pin_alias": "FU_HCP_40049", + "session_name": "Balancing Efficacy and Quality of Life in Hormone Receptor-Positive Metastatic Breast Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ruth O'Regan", + "middle_name": "", + "last_name": "", + "org_name": "University of Rochester", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232774", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232774", + "events_session": "Balancing Efficacy and Quality of Life in Hormone Receptor-Positive Metastatic Breast Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1215981238,'FU_HCP_40049');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ERuth O'Regan", + "kol_full_name": "Ruth O'Regan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Rhabdomyosarcoma", + "npi_num": "1548609910", + "hcp_pin_alias": "FU_HCP_43023", + "session_name": "Local Control of Intermediate-Risk Rhabdomyosarcoma: I Knew You Were Trouble", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Safia K. Ahmed", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic Arizona", + "Country": "United States", + "Region": "Florida", + "City": "Fort Lauderdale", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232727", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232727", + "events_session": "Local Control of Intermediate-Risk Rhabdomyosarcoma: I Knew You Were Trouble", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Rhabdomyosarcoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548609910,'FU_HCP_43023');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESafia K. Ahmed", + "kol_full_name": "Safia K. Ahmed" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ceftazidime | Carcinoma, Transitional Cell | Enfortumab Vedotin", + "npi_num": "1922324193", + "hcp_pin_alias": "FU_HCP_46244", + "session_name": "­­­­­­Evorpacept plus enfortumab vedotin in patients (Pts) with locally advanced or metastatic urothelial carcinoma (la/mUC): Phase 1a dose escalation results", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Samuel A Funt", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232595", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232595", + "events_session": "­­­­­­Evorpacept plus enfortumab vedotin in patients (Pts) with locally advanced or metastatic urothelial carcinoma (la/mUC): Phase 1a dose escalation results", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ceftazidime | Carcinoma, Transitional Cell ", + "rest_events_topic_count": 1, + "rest_events_topic": " Enfortumab Vedotin", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922324193,'FU_HCP_46244');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESamuel A Funt", + "kol_full_name": "Samuel A Funt" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Small Cell Lung Carcinoma", + "npi_num": "1386149516", + "hcp_pin_alias": "FU_HCP_282734", + "session_name": "The genomic, transcriptomic, and immunologic landscape of TEM8 (ANTXR1) in small-cell lung cancer (SCLC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Samuel A. Kareff", + "middle_name": "", + "last_name": "", + "org_name": "University of Miami Sylvester Comprehensive Cancer Center/Jackson Memorial Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232963", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232963", + "events_session": "The genomic", + "rest_events_session_count": 2, + "rest_events_session": " transcriptomic, and immunologic landscape of TEM8 (ANTXR1) in small-cell lung cancer (SCLC)", + "events_topic": "Small Cell Lung Carcinoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1386149516,'FU_HCP_282734');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESamuel A. Kareff", + "kol_full_name": "Samuel A. Kareff" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Therapeutics | Neoplasms", + "npi_num": "1821436254", + "hcp_pin_alias": "FU_HCP_281878", + "session_name": "Tailoring Treatment and Navigating Patient Preferences", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Samuel U Takvorian", + "middle_name": "", + "last_name": "", + "org_name": "Perelman School of Medicine, University of Pennsylvania", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232466", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232466", + "events_session": "Tailoring Treatment and Navigating Patient Preferences", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Therapeutics | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1821436254,'FU_HCP_281878');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESamuel U Takvorian", + "kol_full_name": "Samuel U Takvorian" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leukemia | Colorectal Neoplasms", + "npi_num": "1861886707", + "hcp_pin_alias": "FU_HCP_45772", + "session_name": "Time to target TIM-3 in colorectal cancer: TIM-3 expression to predict survival outcomes in patients in CALGB (Alliance)/SWOG 80405", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sandra Algaze", + "middle_name": "", + "last_name": "", + "org_name": "Norris Comprehensive Cancer Center, University of Southern California", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232880", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232880", + "events_session": "Time to target TIM-3 in colorectal cancer: TIM-3 expression to predict survival outcomes in patients in CALGB (Alliance)/SWOG 80405", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia | Colorectal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1861886707,'FU_HCP_45772');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESandra Algaze", + "kol_full_name": "Sandra Algaze" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Mesothelioma | Atezolizumab | Bevacizumab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403433", + "session_name": "BEAT-meso: A randomized phase III study of bevacizumab (B) and standard chemotherapy (C) with or without atezolizumab (A), as first-line treatment (TX) for advanced pleural mesothelioma (PM)—Results from the ETOP 13-18 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sanjay Popat", + "middle_name": "", + "last_name": "", + "org_name": "Royal Marsden Hospital NHS Foundation Trust", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232473", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232473", + "events_session": "BEAT-meso: A randomized phase III study of bevacizumab (B) and standard chemotherapy (C) with or without atezolizumab (A)", + "rest_events_session_count": 1, + "rest_events_session": " as first-line treatment (TX) for advanced pleural mesothelioma (PM)—Results from the ETOP 13-18 trial", + "events_topic": "Chemotherapy | Mesothelioma ", + "rest_events_topic_count": 2, + "rest_events_topic": " Atezolizumab | Bevacizumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403433');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESanjay Popat", + "kol_full_name": "Sanjay Popat" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Clinical Trials As Topic | Primary Myelofibrosis | Ruxolitinib | Azacitidine", + "npi_num": "1700494200", + "hcp_pin_alias": "FU_HCP_225282", + "session_name": "Long term follow-up results of phase II clinical trial evaluating ruxolitinib (RUX) and azacitidine (AZA) combination therapy in patients (pts) with myelofibrosis (MF)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sankalp Arora", + "middle_name": "", + "last_name": "", + "org_name": "Division of Cancer Medicine, The University of Texas MD Anderson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232347", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232347", + "events_session": "Long term follow-up results of phase II clinical trial evaluating ruxolitinib (RUX) and azacitidine (AZA) combination therapy in patients (pts) with myelofibrosis (MF)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Clinical Trials As Topic | Primary Myelofibrosis ", + "rest_events_topic_count": 2, + "rest_events_topic": " Ruxolitinib | Azacitidine", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700494200,'FU_HCP_225282');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESankalp Arora", + "kol_full_name": "Sankalp Arora" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Skin Neoplasms | Melanoma", + "npi_num": "1629356803", + "hcp_pin_alias": "FU_HCP_230089", + "session_name": "Melanoma/Skin Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sarah A. Weiss", + "middle_name": "", + "last_name": "", + "org_name": "Rutgers Cancer Institute of NJ", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232450", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232450", + "events_session": "Melanoma/Skin Cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Skin Neoplasms | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1629356803,'FU_HCP_230089');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESarah A. Weiss", + "kol_full_name": "Sarah A. Weiss" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ovarian Neoplasms | Atovaquone", + "npi_num": "1013413988", + "hcp_pin_alias": "FU_HCP_394499", + "session_name": "Repurposing atovaquone as a STAT3 inhibitor for the treatment of platinum resistant ovarian cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sarah Jeanne Wood", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232442", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232442", + "events_session": "Repurposing atovaquone as a STAT3 inhibitor for the treatment of platinum resistant ovarian cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Ovarian Neoplasms | Atovaquone", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1013413988,'FU_HCP_394499');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESarah Jeanne Wood", + "kol_full_name": "Sarah Jeanne Wood" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms | Admin. & Management", + "npi_num": "1013027077", + "hcp_pin_alias": "PAST_HCP_Future Events_317490", + "session_name": "Pediatric Oncology: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sarah K. Tasian", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233246", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233246", + "events_session": "Pediatric Oncology: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms | Admin. & Management", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1013027077,'PAST_HCP_Future Events_317490');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESarah K. Tasian", + "kol_full_name": "Sarah K. Tasian" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ovarian Neoplasms | Prostatic Neoplasms | Early Detection Of Cancer | Lung Neoplasms | Ultrasonography", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403411", + "session_name": "Association of a polygenic risk score with risk of abnormal ultrasound findings and ovarian cancer in the Prostate, Lung, Colorectal, and Ovarian Cancer Screening Trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sarah Phillips", + "middle_name": "", + "last_name": "", + "org_name": "National Cancer Institute", + "Country": "United States", + "Region": "Maryland", + "City": "Bethesda", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232224", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232224", + "events_session": "Association of a polygenic risk score with risk of abnormal ultrasound findings and ovarian cancer in the Prostate", + "rest_events_session_count": 3, + "rest_events_session": " Lung, Colorectal, and Ovarian Cancer Screening Trial", + "events_topic": "Ovarian Neoplasms | Prostatic Neoplasms ", + "rest_events_topic_count": 3, + "rest_events_topic": " Early Detection Of Cancer | Lung Neoplasms | Ultrasonography", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403411');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESarah Phillips", + "kol_full_name": "Sarah Phillips" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403476", + "session_name": "Pilot study of CBX-12 pharmacodynamics in patients with advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sarah Shin", + "middle_name": "", + "last_name": "", + "org_name": "Developmental Therapeutics Clinic/Early Clinical Trials Development Program, Division of Cancer Treatment and Diagnosis, National Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232986", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232986", + "events_session": "Pilot study of CBX-12 pharmacodynamics in patients with advanced solid tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403476');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESarah Shin", + "kol_full_name": "Sarah Shin" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Idecabtagene Vicleucel | Multiple Myeloma", + "npi_num": "1245890003", + "hcp_pin_alias": "FU_HCP_387049", + "session_name": "Impact of extramedullary multiple myeloma on outcomes with idecabtagene vicleucel", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Saurabh Zanwar", + "middle_name": "", + "last_name": "", + "org_name": "Division of Hematology, Mayo Clinic", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232138", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232138", + "events_session": "Impact of extramedullary multiple myeloma on outcomes with idecabtagene vicleucel", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Idecabtagene Vicleucel | Multiple Myeloma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1245890003,'FU_HCP_387049');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESaurabh Zanwar", + "kol_full_name": "Saurabh Zanwar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Cetuximab | Colorectal Neoplasms | Encorafenib | Carcinoma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403466", + "session_name": "Encorafenib plus cetuximab in patients with metastatic, BRAF V600E-mutated, colorectal carcinoma: First effectiveness data of the European multi-centric, multi-national, non-interventional study—BERING-CRC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sebastian Stintzing", + "middle_name": "", + "last_name": "", + "org_name": "Medical Department, Division of Hematology, Oncology, and Cancer Immunology (CCM), Charité Universitätsmedizin Berlin", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232872", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232872", + "events_session": "Encorafenib plus cetuximab in patients with metastatic", + "rest_events_session_count": 4, + "rest_events_session": " BRAF V600E-mutated, colorectal carcinoma: First effectiveness data of the European multi-centric, multi-national, non-interventional study—BERING-CRC", + "events_topic": "Cetuximab | Colorectal Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Encorafenib | Carcinoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403466');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESebastian Stintzing", + "kol_full_name": "Sebastian Stintzing" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Giredestrant | Everolimus | Breast Neoplasms", + "npi_num": "1790123792", + "hcp_pin_alias": "FU_HCP_45145", + "session_name": "Interim analysis (IA) of the giredestrant (G) + everolimus (EVERO) arm in MORPHEUS Breast Cancer (BC): A phase I/II study of G treatment (tx) combinations in patients (pts) with estrogen receptor-positive (ER+), HER2-negative, locally advanced/metastatic BC (LA/mBC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Seth Andrew Wander", + "middle_name": "", + "last_name": "", + "org_name": "Massachusetts General Hospital", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232688", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232688", + "events_session": "Interim analysis (IA) of the giredestrant (G) + everolimus (EVERO) arm in MORPHEUS Breast Cancer (BC): A phase I/II study of G treatment (tx) combinations in patients (pts) with estrogen receptor-positive (ER+)", + "rest_events_session_count": 2, + "rest_events_session": " HER2-negative, locally advanced/metastatic BC (LA/mBC)", + "events_topic": "Giredestrant | Everolimus ", + "rest_events_topic_count": 1, + "rest_events_topic": " Breast Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790123792,'FU_HCP_45145');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESeth Andrew Wander", + "kol_full_name": "Seth Andrew Wander" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Pancreatic Ductal", + "npi_num": "1548713977", + "hcp_pin_alias": "FU_HCP_5403366", + "session_name": "Molecular landscape and site of metastasis in PDAC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Shafia Rahman", + "middle_name": "", + "last_name": "", + "org_name": "The Ohio State University Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232841", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232841", + "events_session": "Molecular landscape and site of metastasis in PDAC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Pancreatic Ductal", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548713977,'FU_HCP_5403366');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShafia Rahman", + "kol_full_name": "Shafia Rahman" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lymphocytes, Tumor-Infiltrating | Triple Negative Breast Neoplasms | Combined Modality Therapy", + "npi_num": "1730506932", + "hcp_pin_alias": "FU_HCP_5403360", + "session_name": "NeoTRACT: Phase II trial of neoadjuvant tumor infiltrating lymphocyte- and response-adapted chemoimmunotherapy for triple-negative breast cancer (TNBC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Shane R Stecklein", + "middle_name": "", + "last_name": "", + "org_name": "University of Kansas Medical Center", + "Country": "United States", + "Region": "Kansas", + "City": "Wichita", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232641", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232641", + "events_session": "NeoTRACT: Phase II trial of neoadjuvant tumor infiltrating lymphocyte- and response-adapted chemoimmunotherapy for triple-negative breast cancer (TNBC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lymphocytes, Tumor-Infiltrating | Triple Negative Breast Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Combined Modality Therapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1730506932,'FU_HCP_5403360');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShane R Stecklein", + "kol_full_name": "Shane R Stecklein" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Triple Negative Breast Neoplasms | Ovarian Neoplasms | Endocrine Therapy | Chemotherapy, Adjuvant", + "npi_num": "1326251299", + "hcp_pin_alias": "FU_HCP_118865", + "session_name": "A phase III trial evaluating addition of adjuvant chemotherapy to ovarian function suppression + endocrine therapy in premenopausal women with pN0-1, HR+/HER2- breast cancer (BC) and oncotype recurrence score (RS) ≤25 (OFSET): NRG-BR009", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Shannon L. Puhalla", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232637", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232637", + "events_session": "A phase III trial evaluating addition of adjuvant chemotherapy to ovarian function suppression + endocrine therapy in premenopausal women with pN0-1", + "rest_events_session_count": 1, + "rest_events_session": " HR+/HER2- breast cancer (BC) and oncotype recurrence score (RS) ≤25 (OFSET): NRG-BR009", + "events_topic": "Triple Negative Breast Neoplasms | Ovarian Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Endocrine Therapy | Chemotherapy, Adjuvant", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1326251299,'FU_HCP_118865');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShannon L. Puhalla", + "kol_full_name": "Shannon L. Puhalla" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Anthracyclines | Alopecia", + "npi_num": "1750547105", + "hcp_pin_alias": "PAST_HCP_Onco_232567", + "session_name": "Improving chemotherapy-induced alopecia for women receiving anthracycline plus taxane chemotherapy using the Paxman scalp cooling system at lower temperatures", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Shari Beth Goldfarb", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232220", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232220", + "events_session": "Improving chemotherapy-induced alopecia for women receiving anthracycline plus taxane chemotherapy using the Paxman scalp cooling system at lower temperatures", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Chemotherapy | Anthracyclines ", + "rest_events_topic_count": 1, + "rest_events_topic": " Alopecia", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750547105,'PAST_HCP_Onco_232567');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShari Beth Goldfarb", + "kol_full_name": "Shari Beth Goldfarb" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Renal Cell", + "npi_num": "1790277754", + "hcp_pin_alias": "FU_HCP_5403358", + "session_name": "Disparate outcomes among Latino and non-Hispanic White (NHW) patients with metastatic clear cell renal cell carcinoma (mccRCC)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sharon Choi", + "middle_name": "", + "last_name": "", + "org_name": "University of California, San Diego", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232588", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232588", + "events_session": "Disparate outcomes among Latino and non-Hispanic White (NHW) patients with metastatic clear cell renal cell carcinoma (mccRCC)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Renal Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1790277754,'FU_HCP_5403358');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESharon Choi", + "kol_full_name": "Sharon Choi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Randomized Controlled Trials As Topic | Neoplasms", + "npi_num": "1750573127", + "hcp_pin_alias": "FU_HCP_44815", + "session_name": "Accuracy of medical oncology prognosis for patients with metastatic cancer evaluated for enrollment onto an ongoing randomized clinical trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Shearwood McClelland", + "middle_name": "", + "last_name": "", + "org_name": "Case Western Reserve University", + "Country": "United States", + "Region": "Ohio", + "City": "Cleveland", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232208", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232208", + "events_session": "Accuracy of medical oncology prognosis for patients with metastatic cancer evaluated for enrollment onto an ongoing randomized clinical trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Randomized Controlled Trials As Topic | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1750573127,'FU_HCP_44815');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShearwood McClelland", + "kol_full_name": "Shearwood McClelland" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Urogenital Neoplasms", + "npi_num": "1811213697", + "hcp_pin_alias": "FU_HCP_99785", + "session_name": "Association between wildfire PM25 and genitourinary cancer survival in California", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Shuchi Gulati", + "middle_name": "", + "last_name": "", + "org_name": "University of California, Davis Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232228", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232228", + "events_session": "Association between wildfire PM25 and genitourinary cancer survival in California", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Urogenital Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1811213697,'FU_HCP_99785');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EShuchi Gulati", + "kol_full_name": "Shuchi Gulati" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Genes, BRCA1 | Triple Negative Breast Neoplasms", + "npi_num": "1306134143", + "hcp_pin_alias": "FU_HCP_100528", + "session_name": "Real-world tumor BRCA testing patterns and PARP inhibitor use in HER2-negative metastatic breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Siddhartha Yadav", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic", + "Country": "United States", + "Region": "Minnesota", + "City": "Rochester", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232706", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232706", + "events_session": "Real-world tumor BRCA testing patterns and PARP inhibitor use in HER2-negative metastatic breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Genes, BRCA1 | Triple Negative Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1306134143,'FU_HCP_100528');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESiddhartha Yadav", + "kol_full_name": "Siddhartha Yadav" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "KRAS Protein, Human | Appendiceal Neoplasms", + "npi_num": "1912350042", + "hcp_pin_alias": "FU_HCP_100141", + "session_name": "KRAS mutations and their prognostic implications in appendiceal cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Snigdha Nutalapati", + "middle_name": "", + "last_name": "", + "org_name": "University of Kentucky HealthCare", + "Country": "United States", + "Region": "Kentucky", + "City": "Lexington", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232847", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232847", + "events_session": "KRAS mutations and their prognostic implications in appendiceal cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "KRAS Protein, Human | Appendiceal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1912350042,'FU_HCP_100141');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESnigdha Nutalapati", + "kol_full_name": "Snigdha Nutalapati" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Central Nervous System Neoplasms", + "npi_num": "1821265232", + "hcp_pin_alias": "FU_HCP_229574", + "session_name": "Central Nervous System Tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Solmaz Sahebjam", + "middle_name": "", + "last_name": "", + "org_name": "Johns Hopkins Medicine", + "Country": "United States", + "Region": "Maryland", + "City": "Laurel", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232035", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232035", + "events_session": "Central Nervous System Tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Central Nervous System Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1821265232,'FU_HCP_229574');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESolmaz Sahebjam", + "kol_full_name": "Solmaz Sahebjam" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms | Major Histocompatibility Complex | Biomarkers", + "npi_num": "1457795239", + "hcp_pin_alias": "FU_HCP_75855", + "session_name": "Associations of predictive biomarkers, MHC-I and MHC-II, with clinical and molecular features in a diverse breast cancer cohort", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sonya A. Reid", + "middle_name": "", + "last_name": "", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233133", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233133", + "events_session": "Associations of predictive biomarkers", + "rest_events_session_count": 2, + "rest_events_session": " MHC-I and MHC-II, with clinical and molecular features in a diverse breast cancer cohort", + "events_topic": "Breast Neoplasms | Major Histocompatibility Complex ", + "rest_events_topic_count": 1, + "rest_events_topic": " Biomarkers", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1457795239,'FU_HCP_75855');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESonya A. Reid", + "kol_full_name": "Sonya A. Reid" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colonic Neoplasms | Chemotherapy, Adjuvant", + "npi_num": "1821351198", + "hcp_pin_alias": "FU_HCP_100168", + "session_name": "Early versus conventional adjuvant chemotherapy in stage III colon cancer: A multicenter, randomized, open-label, phase 3 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Soo Yeun Park", + "middle_name": "", + "last_name": "", + "org_name": "Colorectal Cancer Center, Kyungpook National University Chilgok Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232869", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232869", + "events_session": "Early versus conventional adjuvant chemotherapy in stage III colon cancer: A multicenter", + "rest_events_session_count": 3, + "rest_events_session": " randomized, open-label, phase 3 trial", + "events_topic": "Colonic Neoplasms | Chemotherapy, Adjuvant", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1821351198,'FU_HCP_100168');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESoo Yeun Park", + "kol_full_name": "Soo Yeun Park" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Colorectal Neoplasms | Anus Neoplasms | Gastrointestinal Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403485", + "session_name": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sorbarikor Piawah", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233197", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233197", + "events_session": "Gastrointestnal Cancer – Colorectal and Anal: Program Commitee", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Colorectal Neoplasms | Anus Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Gastrointestinal Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403485');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESorbarikor Piawah", + "kol_full_name": "Sorbarikor Piawah" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Castration | Prostatic Neoplasms", + "npi_num": "1174085096", + "hcp_pin_alias": "FU_HCP_339675", + "session_name": "Effect of concomitant medications on treatment response and survival in non-metastatic castrate resistant prostate cancer: Secondary analysis of the SPARTAN trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Soumyajit Roy", + "middle_name": "", + "last_name": "", + "org_name": "Rush University Medical Center", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232649", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232649", + "events_session": "Effect of concomitant medications on treatment response and survival in non-metastatic castrate resistant prostate cancer: Secondary analysis of the SPARTAN trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Castration | Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1174085096,'FU_HCP_339675');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESoumyajit Roy", + "kol_full_name": "Soumyajit Roy" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Fatigue | Neoplasms | Dexamethasone", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403407", + "session_name": "Physical activity and dexamethasone for cancer related fatigue: A preliminary placebo controlled randomized control trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sriram Yennu", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232207", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232207", + "events_session": "Physical activity and dexamethasone for cancer related fatigue: A preliminary placebo controlled randomized control trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Fatigue | Neoplasms ", + "rest_events_topic_count": 1, + "rest_events_topic": " Dexamethasone", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403407');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESriram Yennu", + "kol_full_name": "Sriram Yennu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Gastrointestinal Neoplasms | Circulating Tumor DNA", + "npi_num": "1205099702", + "hcp_pin_alias": "FU_HCP_174352", + "session_name": "Clinical Utility of ctDNA in Gastrointestinal Cancers: Is It Ready for Prime Time?", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Stacey A. Cohen", + "middle_name": "", + "last_name": "", + "org_name": "University of Washington.", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232314", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232314", + "events_session": "Clinical Utility of ctDNA in Gastrointestinal Cancers: Is It Ready for Prime Time?", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Gastrointestinal Neoplasms | Circulating Tumor DNA", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1205099702,'FU_HCP_174352');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStacey A. Cohen", + "kol_full_name": "Stacey A. Cohen" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pelvic Neoplasms | Androgen Deprivation Therapy | Prostatic Neoplasms | Radiotherapy | Darolutamide", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403447", + "session_name": "ALADDIN: Evaluation of darolutamide addition to androgen deprivation therapy and radiation therapy in newly diagnosed prostate cancer with pelvic lymph nodes metastases", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Stephane Oudard", + "middle_name": "", + "last_name": "", + "org_name": "Georges Pompidou European Hospital, University of Paris", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232673", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232673", + "events_session": "ALADDIN: Evaluation of darolutamide addition to androgen deprivation therapy and radiation therapy in newly diagnosed prostate cancer with pelvic lymph nodes metastases", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pelvic Neoplasms | Androgen Deprivation Therapy ", + "rest_events_topic_count": 3, + "rest_events_topic": " Prostatic Neoplasms | Radiotherapy | Darolutamide", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403447');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EStephane Oudard", + "kol_full_name": "Stephane Oudard" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Head And Neck Neoplasms", + "npi_num": "1548454291", + "hcp_pin_alias": "FU_HCP_110502", + "session_name": "Evaluating perceived barriers to optimal care in head and neck cancer: A mixed-methods study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Steven Francis Powell", + "middle_name": "", + "last_name": "", + "org_name": "Sanford Cancer Center", + "Country": "United States", + "Region": "South Dakota", + "City": "Sioux Falls", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232564", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232564", + "events_session": "Evaluating perceived barriers to optimal care in head and neck cancer: A mixed-methods study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Head And Neck Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1548454291,'FU_HCP_110502');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESteven Francis Powell", + "kol_full_name": "Steven Francis Powell" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Precision Medicine | Neoplasms", + "npi_num": "1003269085", + "hcp_pin_alias": "FU_HCP_284893", + "session_name": "Comprehensive molecular pathology review service to reduce barriers to precision oncology in rural eastern North Carolina", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sunil Badami", + "middle_name": "", + "last_name": "", + "org_name": "East Carolina University Health", + "Country": "United States", + "Region": "North Carolina", + "City": "Greenville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232414", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232414", + "events_session": "Comprehensive molecular pathology review service to reduce barriers to precision oncology in rural eastern North Carolina", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Precision Medicine | Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1003269085,'FU_HCP_284893');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESunil Badami", + "kol_full_name": "Sunil Badami" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Stomach Neoplasms | Immune Checkpoint Inhibitors | Artificial Intelligence", + "npi_num": "1699732453", + "hcp_pin_alias": "FU_HCP_44279", + "session_name": "AI based PD-L1 CPS quantifier software to identify more patients for checkpoint therapy in gastric cancer at pathologist-level interobserver concordance", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sunil S Badve", + "middle_name": "", + "last_name": "", + "org_name": "Emory University School of Medicine", + "Country": "United States", + "Region": "Georgia", + "City": "Atlanta", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233021", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233021", + "events_session": "AI based PD-L1 CPS quantifier software to identify more patients for checkpoint therapy in gastric cancer at pathologist-level interobserver concordance", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Stomach Neoplasms | Immune Checkpoint Inhibitors ", + "rest_events_topic_count": 1, + "rest_events_topic": " Artificial Intelligence", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699732453,'FU_HCP_44279');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESunil S Badve", + "kol_full_name": "Sunil S Badve" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Esophageal Neoplasms", + "npi_num": "1770726465", + "hcp_pin_alias": "FU_HCP_308351", + "session_name": "Trials and Technologies That Will Define the Next 5 Years in Gastroesophageal Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sunnie S. Kim", + "middle_name": "", + "last_name": "", + "org_name": "University of Colorado Cancer Center", + "Country": "United States", + "Region": "Colorado", + "City": "Aurora", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232125", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232125", + "events_session": "Trials and Technologies That Will Define the Next 5 Years in Gastroesophageal Cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Esophageal Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1770726465,'FU_HCP_308351');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESunnie S. Kim", + "kol_full_name": "Sunnie S. Kim" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hepatic Arterial Infusion | Cholangiocarcinoma | Carcinoma, Hepatocellular | Nelitolimod", + "npi_num": "1003159054", + "hcp_pin_alias": "FU_HCP_5403372", + "session_name": "PERIO-02: Phase 1b pressure enabled regional immuno-oncology trial of nelitolimod (SD-101), a class C TLR9 agonist, delivered via hepatic artery infusion +/- checkpoint inhibition in intrahepatic cholangiocarcinoma and hepatocellular carcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Sunyoung S. Lee", + "middle_name": "", + "last_name": "", + "org_name": "Department of Gastrointestinal Medical Oncology, The University of Texas MD Anderson Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233017", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233017", + "events_session": "PERIO-02: Phase 1b pressure enabled regional immuno-oncology trial of nelitolimod (SD-101)", + "rest_events_session_count": 2, + "rest_events_session": " a class C TLR9 agonist, delivered via hepatic artery infusion +/- checkpoint inhibition in intrahepatic cholangiocarcinoma and hepatocellular carcinoma", + "events_topic": "Hepatic Arterial Infusion | Cholangiocarcinoma ", + "rest_events_topic_count": 2, + "rest_events_topic": " Carcinoma, Hepatocellular | Nelitolimod", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1003159054,'FU_HCP_5403372');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESunyoung S. Lee", + "kol_full_name": "Sunyoung S. Lee" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Breast Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403451", + "session_name": "Transcriptomic analysis of cAMP/PKA/CREB signaling in invasive lobular breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Susrutha Puthanmadhom Narayanan", + "middle_name": "", + "last_name": "", + "org_name": "Washington University School of Medicine", + "Country": "United States", + "Region": "Missouri", + "City": "St. Louis", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232704", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232704", + "events_session": "Transcriptomic analysis of cAMP/PKA/CREB signaling in invasive lobular breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403451');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESusrutha Puthanmadhom Narayanan", + "kol_full_name": "Susrutha Puthanmadhom Narayanan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1679197396", + "hcp_pin_alias": "FU_HCP_284543", + "session_name": "Trends in mortality from secondary malignancy in the United States, 1999-2019", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Syed Hamza Bin Waqar", + "middle_name": "", + "last_name": "", + "org_name": "H. Lee Moffitt Cancer Center and Research Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232422", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232422", + "events_session": "Trends in mortality from secondary malignancy in the United States", + "rest_events_session_count": 1, + "rest_events_session": " 1999-2019", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1679197396,'FU_HCP_284543');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ESyed Hamza Bin Waqar", + "kol_full_name": "Syed Hamza Bin Waqar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Telemedicine | Colorectal Neoplasms, Hereditary Nonpolyposis", + "npi_num": "1386794329", + "hcp_pin_alias": "FU_HCP_41554", + "session_name": "Uptake of germline cancer genetic services in a randomized trial of remote telehealth services as compared to usual care: A report from the Childhood Cancer Survivor Study (CCSS)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Tara O. Henderson", + "middle_name": "", + "last_name": "", + "org_name": "University of Chicago Pritzker School of Medicine", + "Country": "United States", + "Region": "Illinois", + "City": "Chicago", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232293", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232293", + "events_session": "Uptake of germline cancer genetic services in a randomized trial of remote telehealth services as compared to usual care: A report from the Childhood Cancer Survivor Study (CCSS)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Telemedicine | Colorectal Neoplasms, Hereditary Nonpolyposis", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1386794329,'FU_HCP_41554');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETara O. Henderson", + "kol_full_name": "Tara O. Henderson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Peripheral Nervous System Diseases | Breast Neoplasms", + "npi_num": "1417217639", + "hcp_pin_alias": "FU_HCP_99513", + "session_name": "ECOG-ACRIN EAZ171: Prospective validation trial of germline variants and taxane type in association with taxane-induced peripheral neuropathy (TIPN) in Black women with early-stage breast cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Tarah Jean Ballinger", + "middle_name": "", + "last_name": "", + "org_name": "Indiana University Simon Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232146", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232146", + "events_session": "ECOG-ACRIN EAZ171: Prospective validation trial of germline variants and taxane type in association with taxane-induced peripheral neuropathy (TIPN) in Black women with early-stage breast cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Peripheral Nervous System Diseases | Breast Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1417217639,'FU_HCP_99513');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETarah Jean Ballinger", + "kol_full_name": "Tarah Jean Ballinger" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Atezolizumab | Biliary Tract Neoplasms | Cobimetinib | Varlilumab", + "npi_num": "1649626797", + "hcp_pin_alias": "FU_HCP_225210", + "session_name": "A randomized phase 2 study of combination atezolizumab and varlilumab (CDX-1127) with or without addition of cobimetinib in previously treated unresectable biliary tract cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Thatcher Ross Heumann", + "middle_name": "", + "last_name": "", + "org_name": "Vanderbilt-Ingram Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232323", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232323", + "events_session": "A randomized phase 2 study of combination atezolizumab and varlilumab (CDX-1127) with or without addition of cobimetinib in previously treated unresectable biliary tract cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Atezolizumab | Biliary Tract Neoplasms ", + "rest_events_topic_count": 2, + "rest_events_topic": " Cobimetinib | Varlilumab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1649626797,'FU_HCP_225210');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EThatcher Ross Heumann", + "kol_full_name": "Thatcher Ross Heumann" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Hematologic Neoplasms", + "npi_num": "1326576463", + "hcp_pin_alias": "FU_HCP_5403348", + "session_name": "Longitudinal curriculum to address wellness and professional development in a hematology/oncology fellowship program", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Thejal Srikumar", + "middle_name": "", + "last_name": "", + "org_name": "Yale New Haven Hospital", + "Country": "United States", + "Region": "Connecticut", + "City": "New Haven", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232316", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232316", + "events_session": "Longitudinal curriculum to address wellness and professional development in a hematology/oncology fellowship program", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1326576463,'FU_HCP_5403348');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EThejal Srikumar", + "kol_full_name": "Thejal Srikumar" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pancreatic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403421", + "session_name": "Tumor microbiome differences in early-onset versus average-onset pancreatic adenocarcinoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Thejus Jayakrishnan", + "middle_name": "", + "last_name": "", + "org_name": "Taussig Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232322", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232322", + "events_session": "Tumor microbiome differences in early-onset versus average-onset pancreatic adenocarcinoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pancreatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403421');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EThejus Jayakrishnan", + "kol_full_name": "Thejus Jayakrishnan" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Dexamethasone | Multiple Myeloma | Isatuximab | Lenalidomide | Bortezomib", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403393", + "session_name": "Phase 3 study results of isatuximab, bortezomib, lenalidomide, and dexamethasone (Isa-VRd) versus VRd for transplant-ineligible patients with newly diagnosed multiple myeloma (IMROZ)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Thierry Facon", + "middle_name": "", + "last_name": "", + "org_name": "University of Lille, CHU Lille", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232132", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232132", + "events_session": "Phase 3 study results of isatuximab", + "rest_events_session_count": 3, + "rest_events_session": " bortezomib, lenalidomide, and dexamethasone (Isa-VRd) versus VRd for transplant-ineligible patients with newly diagnosed multiple myeloma (IMROZ)", + "events_topic": "Dexamethasone | Multiple Myeloma ", + "rest_events_topic_count": 3, + "rest_events_topic": " Isatuximab | Lenalidomide | Bortezomib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403393');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EThierry Facon", + "kol_full_name": "Thierry Facon" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Solid Tumor", + "npi_num": "1821363029", + "hcp_pin_alias": "FU_HCP_0002135", + "session_name": "Correlation of baseline ENPP1 and cGAS expression in advanced solid tumors with intratumoral immune activation and clinical outcomes after treatment with the first-in-class oral ENPP1 inhibitor RBS2418, alone or in combination with pembrolizumab", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Thomas Urban Marron", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233007", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233007", + "events_session": "Correlation of baseline ENPP1 and cGAS expression in advanced solid tumors with intratumoral immune activation and clinical outcomes after treatment with the first-in-class oral ENPP1 inhibitor RBS2418", + "rest_events_session_count": 1, + "rest_events_session": " alone or in combination with pembrolizumab", + "events_topic": "Pembrolizumab | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1821363029,'FU_HCP_0002135');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EThomas Urban Marron", + "kol_full_name": "Thomas Urban Marron" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Graft Vs Host Disease | Stem Cell Transplantation", + "npi_num": "1053963181", + "hcp_pin_alias": "FU_HCP_5403342", + "session_name": "“Things we deal with in exchange for cure”: How hematologists discuss graft versus host disease with patients considering allogeneic stem cell transplant", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Thorunn Halldora Thordardottir", + "middle_name": "", + "last_name": "", + "org_name": "University of Wisconsin Carbone Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232213", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232213", + "events_session": "“Things we deal with in exchange for cure”: How hematologists discuss graft versus host disease with patients considering allogeneic stem cell transplant", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Graft Vs Host Disease | Stem Cell Transplantation", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1053963181,'FU_HCP_5403342');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EThorunn Halldora Thordardottir", + "kol_full_name": "Thorunn Halldora Thordardottir" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Nivolumab | Carcinoma, Non-Small-Cell Lung", + "npi_num": "1922353135", + "hcp_pin_alias": "FU_HCP_0000898", + "session_name": "Clinical outcomes with perioperative nivolumab (NIVO) by nodal status among patients (pts) with stage III resectable NSCLC: Results from the phase 3 CheckMate 77T study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Tina Cascone", + "middle_name": "", + "last_name": "", + "org_name": "The University of Texas MD Anderson Cancer Center", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232477", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232477", + "events_session": "Clinical outcomes with perioperative nivolumab (NIVO) by nodal status among patients (pts) with stage III resectable NSCLC: Results from the phase 3 CheckMate 77T study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Nivolumab | Carcinoma, Non-Small-Cell Lung", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1922353135,'FU_HCP_0000898');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETina Cascone", + "kol_full_name": "Tina Cascone" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy", + "npi_num": "1700802220", + "hcp_pin_alias": "FU_HCP_0003679", + "session_name": "Communication on Immunotherapy Toxicity", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Toby Christopher Campbell", + "middle_name": "", + "last_name": "", + "org_name": "University of Wisconsin", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233098", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233098", + "events_session": "Communication on Immunotherapy Toxicity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700802220,'FU_HCP_0003679');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EToby Christopher Campbell", + "kol_full_name": "Toby Christopher Campbell" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Delivery Of Health Care", + "npi_num": "1568583045", + "hcp_pin_alias": "FU_HCP_329265", + "session_name": "Examining patient preferences in the delivery of healthcare education", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Tomas Dvorak", + "middle_name": "", + "last_name": "", + "org_name": "Orlando Health Cancer Institute", + "Country": "United States", + "Region": "Florida", + "City": "Orlando", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232215", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232215", + "events_session": "Examining patient preferences in the delivery of healthcare education", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Delivery Of Health Care", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1568583045,'FU_HCP_329265');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETomas Dvorak", + "kol_full_name": "Tomas Dvorak" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Docetaxel | Carcinoma, Non-Small-Cell Lung | Adagrasib", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403470", + "session_name": "KRYSTAL-12: Phase 3 study of adagrasib versus docetaxel in patients with previously treated advanced/metastatic non-small cell lung cancer (NSCLC) harboring a KRASG12C mutation", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Tony S. K. Mok", + "middle_name": "", + "last_name": "", + "org_name": "The Chinese University of Hong Kong", + "Country": "Hong Kong (SAR)", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232923", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232923", + "events_session": "KRYSTAL-12: Phase 3 study of adagrasib versus docetaxel in patients with previously treated advanced/metastatic non-small cell lung cancer (NSCLC) harboring a KRASG12C mutation", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Docetaxel | Carcinoma, Non-Small-Cell Lung ", + "rest_events_topic_count": 1, + "rest_events_topic": " Adagrasib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403470');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETony S. K. Mok", + "kol_full_name": "Tony S. K. Mok" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Ezabenlimab | Solid Tumor", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403478", + "session_name": "A phase Ia/Ib, non-randomized, open-label, dose escalation and expansion trial of the B7-H6/CD3 T-cell engager BI 765049 with or without ezabenlimab in Asian patients with advanced solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Toshihiko Doi", + "middle_name": "", + "last_name": "", + "org_name": "National Cancer Center Hospital East", + "Country": "Japan", + "Region": "Chiba", + "City": "Chiba", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233029", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233029", + "events_session": "A phase Ia/Ib", + "rest_events_session_count": 3, + "rest_events_session": " non-randomized, open-label, dose escalation and expansion trial of the B7-H6/CD3 T-cell engager BI 765049 with or without ezabenlimab in Asian patients with advanced solid tumors", + "events_topic": "Ezabenlimab | Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403478');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EToshihiko Doi", + "kol_full_name": "Toshihiko Doi" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Transitional Cell", + "npi_num": "1699110676", + "hcp_pin_alias": "FU_HCP_283346", + "session_name": "Landscape analysis and oncologic outcomes in advanced urothelial carcinoma (UC) by NECTIN4 RNA expression", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Tyler F. Stewart", + "middle_name": "", + "last_name": "", + "org_name": "University of California, San Diego, Moores Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232599", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232599", + "events_session": "Landscape analysis and oncologic outcomes in advanced urothelial carcinoma (UC) by NECTIN4 RNA expression", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Transitional Cell", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1699110676,'FU_HCP_283346');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETyler F. Stewart", + "kol_full_name": "Tyler F. Stewart" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Practice Management, Medical", + "npi_num": "1689945362", + "hcp_pin_alias": "FU_HCP_0026788", + "session_name": "How We Can Enhance Compassion in the Practice of Medicine", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Tyler Paul Johnson", + "middle_name": "", + "last_name": "", + "org_name": "Stanford University Hospital", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232546", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232546", + "events_session": "How We Can Enhance Compassion in the Practice of Medicine", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Practice Management, Medical", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1689945362,'FU_HCP_0026788');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003ETyler Paul Johnson", + "kol_full_name": "Tyler Paul Johnson" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms | Body Mass Index", + "npi_num": "1447545520", + "hcp_pin_alias": "FU_HCP_42101", + "session_name": "Correlation of body mass index (BMI) with survival outcomes in patients (pts) with metastatic hormone-sensitive prostate cancer (mHSPC): Analysis of patient (pt)-level data from SWOG 1216 study", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Umang Swami", + "middle_name": "", + "last_name": "", + "org_name": "Huntsman Cancer Institute at the University of Utah", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232659", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232659", + "events_session": "Correlation of body mass index (BMI) with survival outcomes in patients (pts) with metastatic hormone-sensitive prostate cancer (mHSPC): Analysis of patient (pt)-level data from SWOG 1216 study", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms | Body Mass Index", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1447545520,'FU_HCP_42101');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EUmang Swami", + "kol_full_name": "Umang Swami" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | Fulzerasib | Cetuximab", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403471", + "session_name": "KROCUS: A phase II study investigating the efficacy and safety of fulzerasib (GFH925) in combination with cetuximab in patients with previously untreated advanced KRAS G12C mutated NSCLC", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Vanesa Gregorc", + "middle_name": "", + "last_name": "", + "org_name": "Candiolo Cancer Institute, FPO-IRCCS", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232925", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232925", + "events_session": "KROCUS: A phase II study investigating the efficacy and safety of fulzerasib (GFH925) in combination with cetuximab in patients with previously untreated advanced KRAS G12C mutated NSCLC", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Carcinoma, Non-Small-Cell Lung | Fulzerasib ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cetuximab", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403471');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVanesa Gregorc", + "kol_full_name": "Vanesa Gregorc" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pregabalin | Chronic Cough | Lung Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403408", + "session_name": "Randomized double-blind placebo-controlled trial evaluating pregabalin for chronic cough in patients with lung cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Vanita Noronha", + "middle_name": "", + "last_name": "", + "org_name": "Tata Memorial Centre", + "Country": "India", + "Region": "Maharashtra", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232211", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232211", + "events_session": "Randomized double-blind placebo-controlled trial evaluating pregabalin for chronic cough in patients with lung cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pregabalin | Chronic Cough ", + "rest_events_topic_count": 1, + "rest_events_topic": " Lung Neoplasms", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403408');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVanita Noronha", + "kol_full_name": "Vanita Noronha" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Prostatic Neoplasms", + "npi_num": "1760777635", + "hcp_pin_alias": "FU_HCP_5403335", + "session_name": "Advanced Prostate Cancer: A Case-Based Approach to Sequencing and Symptom Management", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Vatche Tchekmedyian", + "middle_name": "", + "last_name": "", + "org_name": "MaineHealth Cancer Care Network", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232055", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232055", + "events_session": "Advanced Prostate Cancer: A Case-Based Approach to Sequencing and Symptom Management", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Prostatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760777635,'FU_HCP_5403335');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVatche Tchekmedyian", + "kol_full_name": "Vatche Tchekmedyian" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Tyrosine Kinase Inhibitors", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403430", + "session_name": "Disparities in frontline treatment and overall survival in the era of targeted tyrosine kinase inhibitor therapy for chronic myeloid leukemia: 2004-2021", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Victoria Vardell", + "middle_name": "", + "last_name": "", + "org_name": "Department of Hematology and Hematologic Malignancies, University of Utah", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232426", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232426", + "events_session": "Disparities in frontline treatment and overall survival in the era of targeted tyrosine kinase inhibitor therapy for chronic myeloid leukemia: 2004-2021", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive | Tyrosine Kinase Inhibitors", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403430');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVictoria Vardell", + "kol_full_name": "Victoria Vardell" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Tifcemalimab | Toripalimab | Neoplasms | BTLA Protein, Human", + "npi_num": "1437530722", + "hcp_pin_alias": "FU_HCP_187578", + "session_name": "Phase I dose-escalation and cohort expansion study of the anti-BTLA antibody, tifcemalimab, in combination with toripalimab (anti-PD-1) in heavily pretreated patients (pts) with advanced malignancies", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Vincent T Ma", + "middle_name": "", + "last_name": "", + "org_name": "University of Wisconsin Carbone Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233006", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233006", + "events_session": "Phase I dose-escalation and cohort expansion study of the anti-BTLA antibody", + "rest_events_session_count": 2, + "rest_events_session": " tifcemalimab, in combination with toripalimab (anti-PD-1) in heavily pretreated patients (pts) with advanced malignancies", + "events_topic": "Tifcemalimab | Toripalimab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Neoplasms | BTLA Protein, Human", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437530722,'FU_HCP_187578');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVincent T Ma", + "kol_full_name": "Vincent T Ma" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "WEE1 Protein, Human | Azenosertib | Gemcitabine | Osteosarcoma", + "npi_num": "1255759163", + "hcp_pin_alias": "FU_HCP_284143", + "session_name": "Phase 1 results of the WEE1 inhibitor, azenosertib, in combination with gemcitabine (gem) in adult and pediatric patients (pts) with relapsed or refractory (R/R) osteosarcoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Viswatej Avutu", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232904", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232904", + "events_session": "Phase 1 results of the WEE1 inhibitor", + "rest_events_session_count": 2, + "rest_events_session": " azenosertib, in combination with gemcitabine (gem) in adult and pediatric patients (pts) with relapsed or refractory (R/R) osteosarcoma", + "events_topic": "WEE1 Protein, Human | Azenosertib ", + "rest_events_topic_count": 2, + "rest_events_topic": " Gemcitabine | Osteosarcoma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1255759163,'FU_HCP_284143');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EViswatej Avutu", + "kol_full_name": "Viswatej Avutu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Randomized Controlled Trials As Topic | Hematologic Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403417", + "session_name": "Integration of a focused podcast curriculum (PC) to improve hematology oncology fellow (HOF) knowledge: A multi-center cluster randomized controlled trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Vivek Patel", + "middle_name": "", + "last_name": "", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232266", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232266", + "events_session": "Integration of a focused podcast curriculum (PC) to improve hematology oncology fellow (HOF) knowledge: A multi-center cluster randomized controlled trial", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Randomized Controlled Trials As Topic | Hematologic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403417');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EVivek Patel", + "kol_full_name": "Vivek Patel" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immunotherapy | Solid Tumor | Diagnostic Imaging", + "npi_num": "1134485410", + "hcp_pin_alias": "FU_HCP_39300", + "session_name": "Relationship between dynamic changes in circulating tumor fraction and real-world imaging with real-world survival in patients with solid tumors treated with immunotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Wade Thomas Iams", + "middle_name": "", + "last_name": "", + "org_name": "Vanderbilt University Medical Center", + "Country": "United States", + "Region": "Tennessee", + "City": "Nashville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232943", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232943", + "events_session": "Relationship between dynamic changes in circulating tumor fraction and real-world imaging with real-world survival in patients with solid tumors treated with immunotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immunotherapy | Solid Tumor ", + "rest_events_topic_count": 1, + "rest_events_topic": " Diagnostic Imaging", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1134485410,'FU_HCP_39300');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWade Thomas Iams", + "kol_full_name": "Wade Thomas Iams" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Chemotherapy | Peripheral Nervous System Diseases | Acupuncture", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403410", + "session_name": "Preventing chemotherapy-induced peripheral neuropathy with acupuncture, a multinational parallel randomized controlled trials project (PACT)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Weidong Lu", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232223", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232223", + "events_session": "Preventing chemotherapy-induced peripheral neuropathy with acupuncture", + "rest_events_session_count": 1, + "rest_events_session": " a multinational parallel randomized controlled trials project (PACT)", + "events_topic": "Chemotherapy | Peripheral Nervous System Diseases ", + "rest_events_topic_count": 1, + "rest_events_topic": " Acupuncture", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403410');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWeidong Lu", + "kol_full_name": "Weidong Lu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Kidney Neoplasms | Biomarkers", + "npi_num": "1710390778", + "hcp_pin_alias": "FU_HCP_44472", + "session_name": "The Needle in the Haystack: Finding Biomarkers in Kidney Cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Wenxin Xu", + "middle_name": "", + "last_name": "", + "org_name": "Dana-Farber Cancer Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232469", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232469", + "events_session": "The Needle in the Haystack: Finding Biomarkers in Kidney Cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Kidney Neoplasms | Biomarkers", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1710390778,'FU_HCP_44472');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWenxin Xu", + "kol_full_name": "Wenxin Xu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Solid Tumor", + "npi_num": "1457617771", + "hcp_pin_alias": "FU_HCP_42190", + "session_name": "Phase I/II first-in-human study to evaluate the safety and efficacy of tissue factor-ADC MRG004A in patients with solid tumors", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Wungki Park", + "middle_name": "", + "last_name": "", + "org_name": "Memorial Sloan Kettering Cancer Center", + "Country": "United States", + "Region": "New York", + "City": "New York", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232767", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232767", + "events_session": "Phase I/II first-in-human study to evaluate the safety and efficacy of tissue factor-ADC MRG004A in patients with solid tumors", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Solid Tumor", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1457617771,'FU_HCP_42190');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EWungki Park", + "kol_full_name": "Wungki Park" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Dexamethasone | Multiple Myeloma | Isatuximab | Lenalidomide | Bortezomib", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403394", + "session_name": "Phase 3 randomized study of isatuximab (Isa) plus lenalidomide and dexamethasone (Rd) with bortezomib versus isard in patients with newly diagnosed transplant ineligible multiple myeloma (NDMM TI)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Xavier P Leleu", + "middle_name": "", + "last_name": "", + "org_name": "Université de Poitiers et Centre Hospitalier Universitaire de Poitiers, INSERM U1313 and CIC 1082", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232133", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232133", + "events_session": "Phase 3 randomized study of isatuximab (Isa) plus lenalidomide and dexamethasone (Rd) with bortezomib versus isard in patients with newly diagnosed transplant ineligible multiple myeloma (NDMM TI)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Dexamethasone | Multiple Myeloma ", + "rest_events_topic_count": 3, + "rest_events_topic": " Isatuximab | Lenalidomide | Bortezomib", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403394');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EXavier P Leleu", + "kol_full_name": "Xavier P Leleu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Lung Neoplasms | Immunotherapy", + "npi_num": "1346731957", + "hcp_pin_alias": "FU_HCP_111195", + "session_name": "Patterns and risk factors of immune-related adverse events in a real-world cohort with lung cancer receiving immunotherapy", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Xiao Hu", + "middle_name": "", + "last_name": "", + "org_name": "Tufts Medical Center (Cancer Center)", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232217", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232217", + "events_session": "Patterns and risk factors of immune-related adverse events in a real-world cohort with lung cancer receiving immunotherapy", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Lung Neoplasms | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1346731957,'FU_HCP_111195');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EXiao Hu", + "kol_full_name": "Xiao Hu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Olaparib | Durvalumab | Isocitrate Dehydrogenase | Glioma", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403438", + "session_name": "A phase II trial of olaparib and durvalumab in patients with recurrent IDH-mutated gliomas", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Xin Wang", + "middle_name": "", + "last_name": "", + "org_name": "Princess Margaret Cancer Centre", + "Country": "Canada", + "Region": "Ontario", + "City": "Toronto", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232518", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232518", + "events_session": "A phase II trial of olaparib and durvalumab in patients with recurrent IDH-mutated gliomas", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Olaparib | Durvalumab ", + "rest_events_topic_count": 2, + "rest_events_topic": " Isocitrate Dehydrogenase | Glioma", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403438');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EXin Wang", + "kol_full_name": "Xin Wang" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "DNA Damage | Lutetium Lu 177 Dotatate | Recombinational DNA Repair", + "npi_num": "1225533904", + "hcp_pin_alias": "FU_HCP_387467", + "session_name": "Enrichment of somatic mosaic states involving DNA damage response and repair genes in patients treated with 177Lutetium", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yael Kusne", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic Arizona", + "Country": "United States", + "Region": "Florida", + "City": "Fort Lauderdale", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232454", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232454", + "events_session": "Enrichment of somatic mosaic states involving DNA damage response and repair genes in patients treated with 177Lutetium", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "DNA Damage | Lutetium Lu 177 Dotatate ", + "rest_events_topic_count": 1, + "rest_events_topic": " Recombinational DNA Repair", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1225533904,'FU_HCP_387467');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYael Kusne", + "kol_full_name": "Yael Kusne" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Plasma Cell Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403425", + "session_name": "Supplement use habits and perceptions in patients with plasma cell disorders", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yan Leyfman", + "middle_name": "", + "last_name": "", + "org_name": "Icahn School of Medicine at Mount Sinai South Nassau", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232357", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232357", + "events_session": "Supplement use habits and perceptions in patients with plasma cell disorders", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Plasma Cell Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403425');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYan Leyfman", + "kol_full_name": "Yan Leyfman" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Pembrolizumab | Organ-specific Neoantigen | Solid Tumor", + "npi_num": "1659505915", + "hcp_pin_alias": "FU_HCP_0004264", + "session_name": "A phase I pilot study of personalized neoantigen peptide-based vaccine in combination with pembrolizumab in advanced solid tumors (PNeoVCA)", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yanyan Lou", + "middle_name": "", + "last_name": "", + "org_name": "Mayo Clinic Florida", + "Country": "United States", + "Region": "Florida", + "City": "Jacksonville", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233044", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233044", + "events_session": "A phase I pilot study of personalized neoantigen peptide-based vaccine in combination with pembrolizumab in advanced solid tumors (PNeoVCA)", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Pembrolizumab | Organ-specific Neoantigen ", + "rest_events_topic_count": 1, + "rest_events_topic": " Solid Tumor", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1659505915,'FU_HCP_0004264');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYanyan Lou", + "kol_full_name": "Yanyan Lou" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1326347931", + "hcp_pin_alias": "PAST_HCP_Onco_231742", + "session_name": "Challenges and Opportunities in Global Cancer Care Delivery", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yehoda M. Martei", + "middle_name": "", + "last_name": "", + "org_name": "Perelman School of Medicine, University of Pennsylvania", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232038", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232038", + "events_session": "Challenges and Opportunities in Global Cancer Care Delivery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1326347931,'PAST_HCP_Onco_231742');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYehoda M. Martei", + "kol_full_name": "Yehoda M. Martei" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Radiation Pneumonitis | Thoracic Neoplasms", + "npi_num": "1700401254", + "hcp_pin_alias": "FU_HCP_111418", + "session_name": "In-hospital outcomes and mortality of drug-induced pneumonitis and radiation pneumonitis in patients with thoracic cancer", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yi Lee", + "middle_name": "", + "last_name": "", + "org_name": "", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232206", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232206", + "events_session": "In-hospital outcomes and mortality of drug-induced pneumonitis and radiation pneumonitis in patients with thoracic cancer", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Radiation Pneumonitis | Thoracic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1700401254,'FU_HCP_111418');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYi Lee", + "kol_full_name": "Yi Lee" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Carcinoma, Non-Small-Cell Lung | SHR-1701 | Chemotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403413", + "session_name": "Neoadjuvant SHR-1701 with or without chemotherapy in unresectable stage III NSCLC (TRAILBLAZER): Efficacy, safety and feasibility of surgical conversion outcomes from a proof-of-concept, phase 2 trial", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yi-Long Wu", + "middle_name": "", + "last_name": "", + "org_name": "Guangdong Lung Cancer Institute, Guangdong Provincial People’s Hospital (Guangdong Academy of Medical Sciences), Southern Medical University", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232245", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232245", + "events_session": "Neoadjuvant SHR-1701 with or without chemotherapy in unresectable stage III NSCLC (TRAILBLAZER): Efficacy", + "rest_events_session_count": 2, + "rest_events_session": " safety and feasibility of surgical conversion outcomes from a proof-of-concept, phase 2 trial", + "events_topic": "Carcinoma, Non-Small-Cell Lung | SHR-1701 ", + "rest_events_topic_count": 1, + "rest_events_topic": " Chemotherapy", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403413');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYi-Long Wu", + "kol_full_name": "Yi-Long Wu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403429", + "session_name": "Effect of real-time data-driven physician engagement on appropriate precision oncology testing", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Ying Liu", + "middle_name": "", + "last_name": "", + "org_name": "Diaceutics", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232423", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232423", + "events_session": "Effect of real-time data-driven physician engagement on appropriate precision oncology testing", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403429');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYing Liu", + "kol_full_name": "Ying Liu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Neoplasms", + "npi_num": "1083009773", + "hcp_pin_alias": "FU_HCP_283379", + "session_name": "Challenges and Opportunities in Global Cancer Care Delivery", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yoanna S Pumpalova", + "middle_name": "", + "last_name": "", + "org_name": "Columbia University Medical Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232039", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232039", + "events_session": "Challenges and Opportunities in Global Cancer Care Delivery", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1083009773,'FU_HCP_283379');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYoanna S Pumpalova", + "kol_full_name": "Yoanna S Pumpalova" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Melanoma | Leptomeningeal Disease | Cerebrospinal Fluid", + "npi_num": "1639564040", + "hcp_pin_alias": "FU_HCP_232259", + "session_name": "Tumor reactive T cells from the cerebrospinal fluid of patients with leptomeningeal disease from melanoma", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yolanda Pina", + "middle_name": "", + "last_name": "", + "org_name": "H. Lee Moffitt Cancer Center and Research Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233067", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233067", + "events_session": "Tumor reactive T cells from the cerebrospinal fluid of patients with leptomeningeal disease from melanoma", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Melanoma | Leptomeningeal Disease ", + "rest_events_topic_count": 1, + "rest_events_topic": " Cerebrospinal Fluid", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1639564040,'FU_HCP_232259');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYolanda Pina", + "kol_full_name": "Yolanda Pina" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Immune Checkpoint Inhibitors | Pancreatic Neoplasms", + "npi_num": "1437764586", + "hcp_pin_alias": "FU_HCP_5403373", + "session_name": "Pan-cancer B- and T-cell transcriptome analysis of CXCL13 as a predictive marker for immune checkpoint inhibitor response", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Yu Fujiwara", + "middle_name": "", + "last_name": "", + "org_name": "Roswell Park Comprehensive Cancer Center", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "233020", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "233020", + "events_session": "Pan-cancer B- and T-cell transcriptome analysis of CXCL13 as a predictive marker for immune checkpoint inhibitor response", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Immune Checkpoint Inhibitors | Pancreatic Neoplasms", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1437764586,'FU_HCP_5403373');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EYu Fujiwara", + "kol_full_name": "Yu Fujiwara" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Skin Neoplasms | Melanoma", + "npi_num": "1760614739", + "hcp_pin_alias": "PAST_HCP_Onco_233173", + "session_name": "Melanoma/Skin Cancers", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Zeynep Eroglu", + "middle_name": "", + "last_name": "", + "org_name": "H. Lee Moffitt Cancer Center and Research Institute", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232088", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232088", + "events_session": "Melanoma/Skin Cancers", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Skin Neoplasms | Melanoma", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(1760614739,'PAST_HCP_Onco_233173');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EZeynep Eroglu", + "kol_full_name": "Zeynep Eroglu" + }, + { + "proj_kol_id": 0, + "eid": "23416", + "event_topics": "Endocrine System Diseases | Immunotherapy", + "npi_num": "0", + "hcp_pin_alias": "FU_HCP_5403439", + "session_name": "HLA associations with immunotherapy related endocrine toxicity", + "name": "2024 American Society of Clinical Oncology Annual Meeting (ASCO)", + "kol_id": "0", + "first_name": "Zoe Quandt", + "middle_name": "", + "last_name": "", + "org_name": "University of California, San Francisco Department of Medicine", + "Country": "", + "Region": "", + "City": "", + "num_sess": "1", + "opt_in_out_status": "", + "url1": "https://conferences.asco.org/am/attend", + "session_note": "", + "cnt_notes": "0", + "event_attendees_id": "232523", + "medical_insight_id": "", + "cnt_medical_insight": "0", + "id": "232523", + "events_session": "HLA associations with immunotherapy related endocrine toxicity", + "rest_events_session_count": 0, + "rest_events_session": "", + "events_topic": "Endocrine System Diseases | Immunotherapy", + "rest_events_topic_count": 0, + "rest_events_topic": "", + "kol_name": "\u003Cdiv class=\"sprite_iconSet newIconSet\"\u003E\n\t\t\t\t\t\t\u003Ca class=\"requestProfileIcon \" href=\"#\" onclick=\"requestProfile(0,'FU_HCP_5403439');return false;\" rel=\"tooltip\" data-original-title=\"Request Profile\"\u003E \u003C/a\u003E\n\t\t\t\t\t\t\u003C/div\u003EZoe Quandt", + "kol_full_name": "Zoe Quandt" + } + ] + } +} \ No newline at end of file diff --git a/assets/eventsdetail2.json b/assets/eventsdetail2.json new file mode 100644 index 0000000..ecd803b --- /dev/null +++ b/assets/eventsdetail2.json @@ -0,0 +1,40 @@ +{ + "data": { + "eventsdetail": [ + { + "City": "Baltimore", + "Country": "United States", + "Region": "Maryland", + "cnt_medical_insight": "0", + "cnt_notes": "0", + "eid": "23396", + "event_attendees_id": "230944", + "event_topics": "Biomarkers, Tumor | Pancreatic Neoplasms", + "events_session": "Improving Pancreatic Cancer Early Detection Using A Tumor Marker Gene Test", + "events_topic": "Biomarkers, Tumor | Pancreatic Neoplasms", + "first_name": "Michael", + "hcp_pin_alias": "222553", + "id": "230944", + "kol_full_name": "Goggins, Michael Gilbert", + "kol_id": "222553", + "kol_name": "\u003Ca class='link' target='new' href='https://cardio-staging.konectar.io/kols/view/222553/fromId'\u003EGoggins, Michael Gilbert\u003C/a\u003E", + "last_name": "Goggins", + "medical_insight_id": "", + "middle_name": "Gilbert", + "name": "2024 American Association for Cancer Research Advances in Pancreatic Cancer Research Conference (AACR)", + "npi_num": "1861445983", + "num_sess": "1", + "opt_in_out_status": "", + "org_name": "Johns Hopkins University School of Medicine", + "proj_kol_id": 1, + "rest_events_session": "", + "rest_events_session_count": 0, + "rest_events_topic": "", + "rest_events_topic_count": 0, + "session_name": "Improving Pancreatic Cancer Early Detection Using A Tumor Marker Gene Test", + "session_note": "", + "url1": "https://www.aacr.org/meeting/aacr-special-conference-pancreatic-cancer-2024/program/" + } + ] + } + } \ No newline at end of file diff --git a/assets/eventsnew.json b/assets/eventsnew.json new file mode 100644 index 0000000..f0f0d8c --- /dev/null +++ b/assets/eventsnew.json @@ -0,0 +1,385 @@ +{ + "data": { + "events": [ + + { + "therapeutic_area": "Oncology | Pediatrics", + "hcp_pin": "FU_HCP_5455134", + "cnt": "431", + "id": "2394176", + "kol_id": "0", + "type": "conference", + "event_type": "Congress", + "event_id": "142682", + "session_type": "CME", + "session_name": "Scientific Committee", + "role": "Chair", + "topic": "", + "start": "10/17/2024", + "end": "10/20/2024", + "organizer": "International Society of Paediatric Oncology (SIOP)", + "sponsor_type": "1", + "session_sponsor": "International Society of Paediatric Oncology (SIOP)", + "organizer_type": "1", + "location": "Hawaii Convention Center", + "address": "1801 Kalākaua Avenue", + "city_id": "1221", + "state_id": "133", + "country_id": "254", + "postal_code": "96815", + "subject": null, + "url1": "https://cslide.ctimeetingtech.com/siop24/attendee/confcal/session/list", + "url2": null, + "notes": null, + "created_by": "1304", + "created_on": "08/14/2024", + "modified_by": null, + "modified_on": "2024-08-14 09:15:28", + "client_id": "1", + "project_id": null, + "activity_type": "Organizing Committee", + "profile_type": "1", + "global_event_id": null, + "event_unique_id": "_2394176", + "old_kol_event_id": null, + "stype": "Association", + "otype": "Association", + "name1": "2024 International Society of Paediatric Oncology Annual Congress (SIOP)", + "partially_released_event": "1", + "Country": "United States", + "Region": "Hawaii", + "City": "Honolulu", + "topic_name": "Admin. & Management", + "eventLat": "21.3084", + "eventLong": "-157.846", + "user_count": "1", + "partialcount": "431", + "session_note1": null, + "session_note": null, + "organizerAlias": "ISPO", + "eAllowed": true, + "dAllowed": true, + "updated": true, + "speakerscount":"431", + "topTopics":"1. Neoplasms \n2. Solid Tumors \n3. Wilms Tumor", + "topSpeakers":"1. Marilyn Hockenberry \n2. Rob Pieters \n3. Avram Denburg", + "sponsors":"1. LES LABORATOIRES SERVIER, SERB \n2. International Society of Paediatric Oncology (SIOP)" + }, + { + "therapeutic_area": "Medical Imaging", + "hcp_pin": "", + "cnt": "187", + "id": "2096326", + "kol_id": "0", + "type": "conference", + "event_type": "Annual Meeting", + "event_id": "130546", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "09/21/2024", + "end": "09/24/2024", + "organizer": "North American Society for Cardiovascular Imaging (NASCI)", + "sponsor_type": "11", + "session_sponsor": "", + "organizer_type": "1", + "location": "The Westin Boston Seaport District", + "address": "425 Summer Street", + "city_id": "8816", + "state_id": "143", + "country_id": "254", + "postal_code": "02210", + "subject": null, + "url1": "https://nasci.org/annual-meeting/", + "url2": null, + "notes": null, + "created_by": "663", + "created_on": "01/25/2024", + "modified_by": null, + "modified_on": "2024-01-25 10:09:44", + "client_id": "1", + "project_id": null, + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": null, + "event_unique_id": "_2096326", + "old_kol_event_id": null, + "stype": "", + "otype": "Association", + "name1": "2024 North American Society for Cardiovascular Imaging Annual Meeting (NASCI)", + "partially_released_event": "1", + "Country": "United States", + "Region": "Massachusetts", + "City": "Boston", + "topic_name": null, + "eventLat": "42.3535", + "eventLong": "-71.0627", + "user_count": "1", + "partialcount": "188", + "session_note1": null, + "session_note": null, + "organizerAlias": "NASFCI", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "speakerscount":"187", + "topTopics":"1. Cardiac Imaging Techniques \n2. Admin. & Management \n3. Diagnostic Imaging", + "topSpeakers":"1. Monesha L Gupta \n2. Seyed Ali Nabipoorashrafi \n3. Yuval Liberman", + "sponsors":"1. North American Society for Cardiovascular Imaging (NASCI)" + }, + { + "therapeutic_area": "Precision Oncology | Oncology | Oncology Syros | Cancer Screening | Oncology_Puma", + "hcp_pin": "FU_HCP_5454224", + "cnt": "739", + "id": "2392698", + "kol_id": "0", + "type": "conference", + "event_type": "Congress", + "event_id": "128202", + "session_type": "CME", + "session_name": "Clinics and research in LMIC", + "role": "Speaker", + "topic": "", + "start": "09/13/2024", + "end": "09/17/2024", + "organizer": "European Society for Medical Oncology (ESMO)", + "sponsor_type": "1", + "session_sponsor": "European Society for Medical Oncology (ESMO)", + "organizer_type": "1", + "location": "Fira Barcelona Gran Via", + "address": "Av. Joan Carles I, 64, L'Hospitalet de Llobregat", + "city_id": null, + "state_id": null, + "country_id": "226", + "postal_code": "08908", + "subject": null, + "url1": "https://cslide.ctimeetingtech.com/esmo2024/attendee/confcal/session", + "url2": null, + "notes": null, + "created_by": "1304", + "created_on": "08/12/2024", + "modified_by": null, + "modified_on": "2024-08-12 11:53:46", + "client_id": "1", + "project_id": null, + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": null, + "event_unique_id": "_2392698", + "old_kol_event_id": null, + "stype": "Association", + "otype": "Association", + "name1": "2024 European Society for Medical Oncology Congress (ESMO)", + "partially_released_event": "0", + "Country": "Spain", + "Region": null, + "City": null, + "topic_name": "Clinical Research", + "eventLat": null, + "eventLong": null, + "user_count": "1", + "partialcount": "739", + "session_note1": null, + "session_note": null, + "organizerAlias": "ESFMO", + "eAllowed": true, + "dAllowed": true, + "updated": true, + "speakerscount":"739", + "topTopics":"1. Breast Neoplasms \n2. Solid Tumors \n3. Carcinoma, Non-Small-Cell Lung", + "topSpeakers":"1. Elena Garralda \n2. Jarushka Naidoo \n3. Matthew N. Fowler", + "sponsors":"1. F. Hoffmann-La Roche Ltd \n2. Eli Lilly and Company \n3. Novocure GmbH" + }, + { + "therapeutic_area": "Oncology", + "hcp_pin": "FU_HCP_100356", + "cnt": "15", + "id": "2360942", + "kol_id": "570492", + "type": "conference", + "event_type": "Conference", + "event_id": "140846", + "session_type": "CME", + "session_name": "Program Committee", + "role": "Chair", + "topic": "", + "start": "09/07/2024", + "end": "09/08/2024", + "organizer": "Total Health Information Services, LLC (THISL)", + "sponsor_type": "4", + "session_sponsor": "Total Health Information Services, LLC", + "organizer_type": "5", + "location": "Hilton Memphis", + "address": "939 Ridge Lake Boulevard", + "city_id": "10913", + "state_id": "164", + "country_id": "254", + "postal_code": "38120", + "subject": null, + "url1": "https://www.totalhealthoncology.com/upcoming-oncology-conferences/asco-memphis-2024", + "url2": null, + "notes": null, + "created_by": "663", + "created_on": "07/05/2024", + "modified_by": null, + "modified_on": "2024-07-05 12:57:49", + "client_id": "1", + "project_id": null, + "activity_type": "Organizing Committee", + "profile_type": "1", + "global_event_id": null, + "event_unique_id": "_2360942", + "old_kol_event_id": null, + "stype": "Other", + "otype": "Other", + "name1": "2024 Total Health Best of ASCO Memphis Conference (ASCO)", + "partially_released_event": "1", + "Country": "United States", + "Region": "Tennessee", + "City": "Memphis", + "topic_name": "Admin. & Management", + "eventLat": "35.1292", + "eventLong": "-89.9892", + "user_count": "1", + "partialcount": "15", + "session_note1": null, + "session_note": null, + "organizerAlias": "THISL", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "speakerscount":"15", + "topTopics":"1. Admin. & Management \n2. Breast Neoplasms \n3. Prostatic Neoplasms", + "topSpeakers":"1. Bradley G Somer \n2. Karen Marie Winkfield \n3. Bhagirathbhai Ravjibhai Dholaria", + "sponsors":"1. Total Health Information Services, LLC" + }, + { + "therapeutic_area": "Oncology_Syros", + "hcp_pin": "", + "cnt": "169", + "id": "2062445", + "kol_id": "0", + "type": "conference", + "event_type": "Annual Meeting", + "event_id": "129314", + "session_type": "", + "session_name": "", + "role": "", + "topic": "", + "start": "09/04/2024", + "end": "09/07/2024", + "organizer": "Society of Hematologic Oncology (SOHO)", + "sponsor_type": "11", + "session_sponsor": "", + "organizer_type": "1", + "location": "George R. Brown Convention Center", + "address": "1001 Avenida De Las Americas", + "city_id": "11109", + "state_id": "165", + "country_id": "254", + "postal_code": "77010", + "subject": null, + "url1": "https://sohoonline.org/SOHO/iCore/Events/Event_display.aspx?EventKey=SOHO24", + "url2": null, + "notes": null, + "created_by": "490", + "created_on": "12/18/2023", + "modified_by": null, + "modified_on": "2023-12-18 12:53:20", + "client_id": "1", + "project_id": null, + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": null, + "event_unique_id": "_2062445", + "old_kol_event_id": null, + "stype": "", + "otype": "Association", + "name1": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "partially_released_event": "1", + "Country": "United States", + "Region": "Texas", + "City": "Houston", + "topic_name": null, + "eventLat": "29.7716", + "eventLong": "-95.393", + "user_count": "1", + "partialcount": "170", + "session_note1": null, + "session_note": null, + "organizerAlias": "SHO", + "eAllowed": true, + "dAllowed": true, + "updated": false, + "speakerscount":"169", + "topTopics":"1. Myelodysplastic Syndromes \n2. Leukemia, Myeloid, Acute \n3. Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "topSpeakers":"1. Angela Dispenzieri \n2. Elias J Jabbour \n3. Grzegorz Stanislaw Nowakowski", + "sponsors":"1. Medical Learning Institute Inc, ADC Therapeutics SA, Genentech Inc, F. Hoffmann-La Roche Ltd, Genmab A/S \n2. Medical Learning Institute Inc, Haymarket Media Inc, Bristol-Myers Squibb Company, Janssen Global Services, LLC \n3. Medical Learning Institute Inc, Medscape LLC, Novartis AG, Enliven Therapeutics" + }, + { + "therapeutic_area": "Cardiology | Cardiology_Abbott | Critical Care | Chiesi_GMA | Cardiac_Imaging | Medical Imaging", + "hcp_pin": "FU_HCP_5455877", + "cnt": "5445", + "id": "2395349", + "kol_id": "906494", + "type": "conference", + "event_type": "Congress", + "event_id": "129934", + "session_type": "CME", + "session_name": "Infections and the heart: all we need to know given new migration patterns", + "role": "Chair", + "topic": "", + "start": "08/30/2024", + "end": "09/02/2024", + "organizer": "European Society of Cardiology Congress (ESC)", + "sponsor_type": "1", + "session_sponsor": "InterAmerican Society of Cardiology (IASC), European Society of Cardiology (ESC)", + "organizer_type": "1", + "location": "ExCeL London", + "address": "Royal Victoria Dock, 1 Western Gateway", + "city_id": "12008", + "state_id": "5392", + "country_id": "253", + "postal_code": "E16 1XL", + "subject": null, + "url1": "https://esc365.escardio.org/ESC-Congress/programme?text=&docType=DigitalSession&page=1", + "url2": null, + "notes": null, + "created_by": "1304", + "created_on": "08/14/2024", + "modified_by": null, + "modified_on": "2024-08-14 09:15:58", + "client_id": "1", + "project_id": null, + "activity_type": "Speaking", + "profile_type": "1", + "global_event_id": null, + "event_unique_id": "_2395349", + "old_kol_event_id": null, + "stype": "Association", + "otype": "Association", + "name1": "2024 European Society of Cardiology Congress (ESC)", + "partially_released_event": "1", + "Country": "United Kingdom", + "Region": "England", + "City": "London", + "topic_name": "Heart Diseases", + "eventLat": "51.517", + "eventLong": "-0.105", + "user_count": "1", + "partialcount": "5445", + "session_note1": null, + "session_note": null, + "organizerAlias": "ESCC", + "eAllowed": true, + "dAllowed": true, + "updated": true, + "speakerscount":"5445", + "topTopics":"1. Heart Failure \n2. Atrial Fibrillation \n3. Cardiovascular Diseases", + "topSpeakers":"1. Kang-Yin Chen \n2. Kausik Ray \n3. Mohamed Abouzid", + "sponsors":"1. Radcliffe Medical Education, AstraZeneca \n2. Radcliffe Medical Education, AtriCure Inc \n3. Great Wall International Congress of Cardiology (GW-ICC), European Society of Cardiology (ESC)" + } + ] +} +} diff --git a/assets/extras.txt b/assets/extras.txt new file mode 100644 index 0000000..72ab70b --- /dev/null +++ b/assets/extras.txt @@ -0,0 +1,41 @@ +else : + frappe.response["data"] = { + "eventsdetail":[ + { + "City": "Baltimore", + "Country": "United States", + "Region": "Maryland", + "cnt_medical_insight": "0", + "cnt_notes": "0", + "eid": "23396", + "event_attendees_id": "230944", + "event_topics": "Biomarkers, Tumor | Pancreatic Neoplasms", + "events_session": "Improving Pancreatic Cancer Early Detection Using A Tumor Marker Gene Test", + "events_topic": "Biomarkers, Tumor | Pancreatic Neoplasms", + "first_name": "Michael", + "hcp_pin_alias": "222553", + "id": "230944", + "kol_full_name": "Goggins, Michael Gilbert", + "kol_id": "222553", + "kol_name": "Goggins, Michael Gilbert", + "last_name": "Goggins", + "medical_insight_id": "", + "middle_name": "Gilbert", + "name": "2024 American Association for Cancer Research Advances in Pancreatic Cancer Research Conference (AACR)", + "npi_num": "1861445983", + "num_sess": "1", + "opt_in_out_status": "", + "org_name": "Johns Hopkins University School of Medicine", + "proj_kol_id": 1, + "rest_events_session": "", + "rest_events_session_count": 0, + "rest_events_topic": "", + "rest_events_topic_count": 0, + "session_name": "Improving Pancreatic Cancer Early Detection Using A Tumor Marker Gene Test", + "session_note": "", + "url1": "https://www.aacr.org/meeting/aacr-special-conference-pancreatic-cancer-2024/program/" + + } + + ] + } diff --git a/assets/google-contacts.png b/assets/google-contacts.png new file mode 100644 index 0000000000000000000000000000000000000000..a7a82adc462e52cea84a369c034a95458b2edc53 GIT binary patch literal 658 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 Pe@n#pf6HPK?MT4vtDtFI!!x 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 literal 0 HcmV?d00001 diff --git a/assets/images/events3.jpg b/assets/images/events3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8798a515eb1e26bd90b291d76a3c8e6e475f7eb3 GIT binary patch literal 74899 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/konectar_white_logo.svg b/assets/konectar_white_logo.svg new file mode 100644 index 0000000..503125d --- /dev/null +++ b/assets/konectar_white_logo.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/response.json b/assets/response.json new file mode 100644 index 0000000..4204cc9 --- /dev/null +++ b/assets/response.json @@ -0,0 +1,72 @@ +{ + "type": "scaffold", + "appBar": { + "type": "appBar", + + "title": {"type": "text", "data": "Appbar"}, + "leading": { + "type": "iconButton", + "child": {"type": "icon", "iconType": "material", "icon": "menu"}, + "onPressed": {} + }, + "actions": [ + { + "type": "iconButton", + "child": { + "type": "icon", + "iconType": "cupertino", + "icon": "heart_solid" + }, + "onPressed": {} + }, + { + "type": "iconButton", + "child": {"type": "icon", "iconType": "material", "icon": "search"}, + "onPressed": {} + }, + { + "type": "iconButton", + "child": { + "type": "icon", + "iconType": "material", + "icon": "more_horiz" + }, + "onPressed": {} + } + ] + }, + "body": { + "type": "column", + "crossAxisAlignment": "start", + "mainAxisAlignment": "center", + "children": [ + { + "type": "container", + "padding": {"left": 30, "right": 30}, + "child": { + "type": "card", + "color": "#ffC8A2C8", + "child": { + "type": "row", + "children": [ + { + "type": "container", + "padding": {"top": 30, "bottom": 80, "left": 1}, + "child": { + "type": "text", + "data": "Notification", + "style": { + "fontSize": 24, + "fontWeight": "w800", + "color": "#ffffffff" + } + } + } + ] + } + } + } + + ] + } + } \ No newline at end of file diff --git a/assets/tagclouds.json b/assets/tagclouds.json new file mode 100644 index 0000000..e797f90 --- /dev/null +++ b/assets/tagclouds.json @@ -0,0 +1,1362 @@ +{ + "data": + [ + { + "129934": + [ + { + "total": "856", + "topic": "Heart Failure", + "id": "3105685" + }, + { + "total": "593", + "topic": "Cardiovascular Diseases", + "id": "3100757" + }, + { + "total": "575", + "topic": "Atrial Fibrillation", + "id": "3093464" + }, + { + "total": "268", + "topic": "Myocardial Infarction", + "id": "3106467" + }, + { + "total": "252", + "topic": "Acute Coronary Syndrome", + "id": "3098261" + }, + { + "total": "245", + "topic": "Coronary Artery Disease", + "id": "3093501" + }, + { + "total": "204", + "topic": "Percutaneous Coronary Intervention", + "id": "3092377" + }, + { + "total": "196", + "topic": "Transcatheter Aortic Valve Replacement", + "id": "3095582" + }, + { + "total": "195", + "topic": "Hypertension", + "id": "3101027" + }, + { + "total": "186", + "topic": "Echocardiography", + "id": "3102108" + }, + { + "total": "182", + "topic": "Cardiomyopathies", + "id": "3093269" + }, + { + "total": "179", + "topic": "Artificial Intelligence", + "id": "3096588" + }, + { + "total": "165", + "topic": "Cardiomyopathy, Hypertrophic", + "id": "3097560" + }, + { + "total": "157", + "topic": "Heart Diseases", + "id": "3096336" + }, + { + "total": "140", + "topic": "Aortic Valve Stenosis", + "id": "3096981" + }, + { + "total": "131", + "topic": "Obesity", + "id": "3108220" + }, + { + "total": "117", + "topic": "Stroke", + "id": "3097554" + }, + { + "total": "114", + "topic": "Shock, Cardiogenic", + "id": "3095803" + }, + { + "total": "113", + "topic": "Ablation Techniques", + "id": "3098336" + }, + { + "total": "113", + "topic": "Electrocardiography", + "id": "3106115" + }, + { + "total": "110", + "topic": "ST Elevation Myocardial Infarction", + "id": "3098132" + }, + { + "total": "109", + "topic": "Diagnostic Imaging", + "id": "3106724" + }, + { + "total": "105", + "topic": "Diabetes Mellitus", + "id": "3107123" + }, + { + "total": "104", + "topic": "Atherosclerosis", + "id": "3098483" + }, + { + "total": "90", + "topic": "Arrhythmias, Cardiac", + "id": "3093166" + }, + { + "total": "86", + "topic": "Biomarkers", + "id": "3093024" + }, + { + "total": "85", + "topic": "Heart Failure, Diastolic", + "id": "3105705" + }, + { + "total": "81", + "topic": "Heart Valve Diseases", + "id": "3108751" + }, + { + "total": "80", + "topic": "Aortic Valve Insufficiency", + "id": "3098172" + }, + { + "total": "79", + "topic": "Endocarditis", + "id": "3095617" + }, + { + "total": "78", + "topic": "Catheter Ablation", + "id": "3104261" + }, + { + "total": "77", + "topic": "Mortality", + "id": "3103928" + }, + { + "total": "77", + "topic": "Hypertension, Pulmonary", + "id": "3093611" + }, + { + "total": "77", + "topic": "Heart Arrest", + "id": "3092302" + }, + { + "total": "76", + "topic": "Ischemia", + "id": "3101414" + }, + { + "total": "75", + "topic": "Tricuspid Valve Insufficiency", + "id": "3099316" + }, + { + "total": "75", + "topic": "Amyloidosis, Hereditary, Transthyretin-Related", + "id": "3108091" + }, + { + "total": "75", + "topic": "Pulmonary Embolism", + "id": "3100665" + }, + { + "total": "74", + "topic": "Diabetes Mellitus, Type 2", + "id": "3101573" + }, + { + "total": "74", + "topic": "Mitral Valve Insufficiency", + "id": "3100026" + }, + { + "total": "73", + "topic": "Neoplasms", + "id": "3104222" + }, + { + "total": "67", + "topic": "Tomography, X-Ray Computed", + "id": "3093173" + }, + { + "total": "66", + "topic": "Defibrillators, Implantable", + "id": "3105561" + }, + { + "total": "66", + "topic": "Blood Pressure", + "id": "3093053" + }, + { + "total": "66", + "topic": "Magnetic Resonance Imaging", + "id": "3101839" + }, + { + "total": "61", + "topic": "Myocarditis", + "id": "3100416" + }, + { + "total": "59", + "topic": "Renal Insufficiency, Chronic", + "id": "3096064" + }, + { + "total": "57", + "topic": "Cardiac Magnetic Resonance Imaging", + "id": "3107346" + }, + { + "total": "56", + "topic": "Heart Disease Risk Factors", + "id": "3104011" + }, + { + "total": "53", + "topic": "Heart Defects, Congenital", + "id": "3097587" + } + ], + "140846": + [ + { + "total": "2", + "topic": "Prostatic Neoplasms", + "id": "3014017" + }, + { + "total": "2", + "topic": "Admin. & Management", + "id": "3160737" + }, + { + "total": "2", + "topic": "Diversity, Equity, Inclusion", + "id": "3014743" + }, + { + "total": "1", + "topic": "Hematologic Neoplasms", + "id": "3013758" + }, + { + "total": "1", + "topic": "Multiple Myeloma", + "id": "3013903" + }, + { + "total": "1", + "topic": "Melanoma", + "id": "3013877" + }, + { + "total": "1", + "topic": "Health Status Disparities", + "id": "3014692" + }, + { + "total": "1", + "topic": "Palliative Care", + "id": "3014025" + }, + { + "total": "1", + "topic": "Patient Care", + "id": "3013828" + }, + { + "total": "1", + "topic": "Gastrointestinal Neoplasms", + "id": "3013732" + }, + { + "total": "1", + "topic": "Breast Neoplasms", + "id": "3013699" + }, + { + "total": "1", + "topic": "Healthy Lifestyle", + "id": "3013826" + }, + { + "total": "1", + "topic": "State Health Plans", + "id": "3013878" + }, + { + "total": "1", + "topic": "Research", + "id": "3014137" + }, + { + "total": "1", + "topic": "Lung Neoplasms", + "id": "3013844" + }, + { + "total": "1", + "topic": "Head And Neck Neoplasms", + "id": "3013756" + } + ], + "129314":[ + + + { + "total": "19", + "topic": "Leukemia, Myeloid, Acute", + "id": "3110354" + }, + { + "total": "18", + "topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "id": "3110358" + }, + { + "total": "18", + "topic": "Myelodysplastic Syndromes", + "id": "3110607" + }, + { + "total": "15", + "topic": "Immunotherapy, Adoptive", + "id": "3110367" + }, + { + "total": "15", + "topic": "Receptors, Chimeric Antigen", + "id": "3110605" + }, + { + "total": "13", + "topic": "Leukemia, Myelogenous, Chronic, BCR-ABL Positive", + "id": "3110370" + }, + { + "total": "12", + "topic": "Leukemia, Lymphocytic, Chronic, B-Cell", + "id": "3110382" + }, + { + "total": "11", + "topic": "Multiple Myeloma", + "id": "3110381" + }, + { + "total": "9", + "topic": "Lymphoma, B-Cell", + "id": "3110369" + }, + { + "total": "9", + "topic": "Myeloproliferative Disorders", + "id": "3110374" + }, + { + "total": "8", + "topic": "Lymphoma, Large B-Cell, Diffuse", + "id": "3110583" + }, + { + "total": "8", + "topic": "Primary Myelofibrosis", + "id": "3110411" + }, + { + "total": "8", + "topic": "Lymphoma, Mantle-Cell", + "id": "3110586" + }, + { + "total": "8", + "topic": "Neoplasm, Residual", + "id": "3110601" + }, + { + "total": "8", + "topic": "Lymphoma", + "id": "3110362" + }, + { + "total": "7", + "topic": "Hodgkin Disease", + "id": "3110363" + }, + { + "total": "7", + "topic": "Immunotherapy", + "id": "3110606" + }, + { + "total": "6", + "topic": "Cell- And Tissue-Based Therapy", + "id": "3110594" + }, + { + "total": "5", + "topic": "Bruton Type Agammaglobulinemia", + "id": "3110385" + }, + { + "total": "4", + "topic": "Drug Therapy", + "id": "3110588" + }, + { + "total": "4", + "topic": "Lymphoma, T-Cell", + "id": "3110368" + }, + { + "total": "4", + "topic": "Chemotherapy", + "id": "3110615" + }, + { + "total": "3", + "topic": "Neoplasms", + "id": "3110428" + }, + { + "total": "3", + "topic": "Therapeutics", + "id": "3110619" + }, + { + "total": "3", + "topic": "Tyrosine Kinase Inhibitors", + "id": "3110408" + }, + { + "total": "3", + "topic": "Anemia", + "id": "3110621" + }, + { + "total": "3", + "topic": "Lymphoma, T-Cell, Peripheral", + "id": "3110517" + }, + { + "total": "2", + "topic": "Antibodies, Bispecific", + "id": "3110497" + }, + { + "total": "2", + "topic": "Anemia, Sickle Cell", + "id": "3110656" + }, + { + "total": "2", + "topic": "Richter's Transformation", + "id": "3110599" + }, + { + "total": "2", + "topic": "Hematologic Diseases", + "id": "3110444" + }, + { + "total": "2", + "topic": "Azacytidine", + "id": "3110633" + }, + { + "total": "2", + "topic": "Decision-Making", + "id": "3110646" + }, + { + "total": "2", + "topic": "Epstein-Barr Virus Infections", + "id": "3110635" + }, + { + "total": "2", + "topic": "Tomography, X-Ray Computed", + "id": "3110386" + }, + { + "total": "2", + "topic": "Janus Kinase 2", + "id": "3110622" + }, + { + "total": "2", + "topic": "Lymphoproliferative Disorders", + "id": "3110466" + }, + { + "total": "2", + "topic": "High-Throughput Nucleotide Sequencing", + "id": "3110580" + }, + { + "total": "2", + "topic": "Inotuzumab", + "id": "3110613" + }, + { + "total": "2", + "topic": "Stem Cell Transplantation", + "id": "3110623" + }, + { + "total": "1", + "topic": "Paraproteinemias", + "id": "3110380" + }, + { + "total": "1", + "topic": "Genomics", + "id": "3110399" + }, + { + "total": "1", + "topic": "Pharmacology", + "id": "3110625" + }, + { + "total": "1", + "topic": "Sequence Analysis", + "id": "3110644" + }, + { + "total": "1", + "topic": "Waldenstrom Macroglobulinemia", + "id": "3110364" + }, + { + "total": "1", + "topic": "POEMS Syndrome", + "id": "3110584" + }, + { + "total": "1", + "topic": "Polyneuropathies", + "id": "3110608" + }, + { + "total": "1", + "topic": "Positron Emission Tomography Computed Tomography", + "id": "3110617" + }, + { + "total": "1", + "topic": "Genetic Predisposition To Disease", + "id": "3110645" + }, + { + "total": "1", + "topic": "Lymphoma, T-Cell, Cutaneous", + "id": "3110575" + } + + ], + "142682":[ + + { + "total": "91", + "topic": "Neoplasms", + "id": "3097743" + }, + { + "total": "19", + "topic": "Neuroblastoma", + "id": "3100643" + }, + { + "total": "18", + "topic": "Precursor Cell Lymphoblastic Leukemia-Lymphoma", + "id": "3098420" + }, + { + "total": "16", + "topic": "Wilms Tumor", + "id": "3097566" + }, + { + "total": "14", + "topic": "Cancer Survivors", + "id": "3099772" + }, + { + "total": "14", + "topic": "Drug Therapy", + "id": "3097871" + }, + { + "total": "14", + "topic": "Quality Improvement", + "id": "3097746" + }, + { + "total": "13", + "topic": "Solid Tumors", + "id": "3098084" + }, + { + "total": "12", + "topic": "Palliative Care", + "id": "3094244" + }, + { + "total": "12", + "topic": "Hepatoblastoma", + "id": "3097907" + }, + { + "total": "11", + "topic": "Admin. & Management", + "id": "3099179" + }, + { + "total": "11", + "topic": "Education And Research", + "id": "3095530" + }, + { + "total": "10", + "topic": "Leukemia", + "id": "3096765" + }, + { + "total": "10", + "topic": "Psychosocial Deprivation", + "id": "3095526" + }, + { + "total": "9", + "topic": "Precision Medicine", + "id": "3097935" + }, + { + "total": "8", + "topic": "Brain Neoplasms", + "id": "3093069" + }, + { + "total": "8", + "topic": "Kidney Neoplasms", + "id": "3107536" + }, + { + "total": "8", + "topic": "Radiotherapy", + "id": "3100050" + }, + { + "total": "7", + "topic": "Health Policy", + "id": "3098243" + }, + { + "total": "6", + "topic": "Sarcoma", + "id": "3107829" + }, + { + "total": "6", + "topic": "Adrenocortical Carcinoma", + "id": "3100770" + }, + { + "total": "6", + "topic": "Oncology Nursing", + "id": "3098856" + }, + { + "total": "6", + "topic": "Treatment Abandonment", + "id": "3100661" + }, + { + "total": "6", + "topic": "Retinoblastoma", + "id": "3098948" + }, + { + "total": "6", + "topic": "Immunotherapy", + "id": "3096030" + }, + { + "total": "6", + "topic": "Early Detection Of Cancer", + "id": "3096227" + }, + { + "total": "5", + "topic": "Disease Management", + "id": "3096220" + }, + { + "total": "5", + "topic": "Neurofibromatosis 1", + "id": "3105950" + }, + { + "total": "5", + "topic": "Patient Care", + "id": "3099108" + }, + { + "total": "5", + "topic": "Surgical Oncology", + "id": "3098418" + }, + { + "total": "4", + "topic": "Hematopoietic Stem Cell Transplantation", + "id": "3098791" + }, + { + "total": "4", + "topic": "Indocyanine Green", + "id": "3096330" + }, + { + "total": "4", + "topic": "Asparaginase", + "id": "3097087" + }, + { + "total": "4", + "topic": "Thyroid Neoplasms", + "id": "3097936" + }, + { + "total": "4", + "topic": "Complementary Therapies", + "id": "3095374" + }, + { + "total": "4", + "topic": "Osteosarcoma", + "id": "3105322" + }, + { + "total": "4", + "topic": "Clinical Trial", + "id": "3098917" + }, + { + "total": "4", + "topic": "Leukemia, Myeloid, Acute", + "id": "3107697" + }, + { + "total": "4", + "topic": "Rhabdomyosarcoma", + "id": "3106899" + }, + { + "total": "4", + "topic": "Diffuse Midline Glioma", + "id": "3094411" + }, + { + "total": "4", + "topic": "Lung Neoplasms", + "id": "3103567" + }, + { + "total": "4", + "topic": "B-Cell Acute Lymphoblastic Leukemia", + "id": "3097733" + }, + { + "total": "4", + "topic": "Abdominal Neoplasms", + "id": "3092439" + }, + { + "total": "4", + "topic": "Extremities", + "id": "3099464" + }, + { + "total": "3", + "topic": "Vincristine", + "id": "3106691" + }, + { + "total": "3", + "topic": "Rhabdoid Tumor", + "id": "3092288" + }, + { + "total": "3", + "topic": "Surgical Procedures, Operative", + "id": "3104582" + }, + { + "total": "3", + "topic": "Cupping Therapy", + "id": "3096458" + }, + { + "total": "3", + "topic": "Qualitative Research", + "id": "3098715" + }, + { + "total": "3", + "topic": "Liver Transplantation", + "id": "3106904" + } + + ], + "130546":[ + + { + "total": "4800", + "topic": "Cardiac Imaging Techniques", + "id": "3085531" + }, + { + "total": "2300", + "topic": "Diagnostic Imaging", + "id": "3086325" + }, + { + "total": "2200", + "topic": "Admin. & Management", + "id": "3160853" + }, + { + "total": "220", + "topic": "Tomography, X-Ray Computed", + "id": "3085585" + }, + { + "total": "160", + "topic": "Magnetic Resonance Imaging", + "id": "3086337" + }, + { + "total": "140", + "topic": "Computed Tomography Angiography", + "id": "3086247" + }, + { + "total": "1200", + "topic": "Cardiovascular Magnetic Resonance Imaging", + "id": "3085566" + }, + { + "total": "900", + "topic": "Cardiomyopathies", + "id": "3085859" + }, + { + "total": "900", + "topic": "Coronary Vessels", + "id": "3085840" + }, + { + "total": "700", + "topic": "Artificial Intelligence", + "id": "3086115" + }, + { + "total": "700", + "topic": "Heart Defects, Congenital", + "id": "3085785" + }, + { + "total": "600", + "topic": "Coronary Artery Disease", + "id": "3086127" + }, + { + "total": "600", + "topic": "Plaque, Amyloid", + "id": "3085901" + }, + { + "total": "600", + "topic": "Heart Diseases", + "id": "3085666" + }, + { + "total": "500", + "topic": "Myocarditis", + "id": "3085719" + }, + { + "total": "5", + "topic": "Transcatheter Aortic Valve Replacement", + "id": "3085524" + }, + { + "total": "500", + "topic": "Surgical Procedures, Operative", + "id": "3086129" + }, + { + "total": "400", + "topic": "Vascular Malformations", + "id": "3086241" + }, + { + "total": "400", + "topic": "Coronary Disease", + "id": "3085572" + }, + { + "total": "400", + "topic": "Aorta", + "id": "3086259" + }, + { + "total": "400", + "topic": "Myocardial Infarction", + "id": "3085815" + }, + { + "total": "300", + "topic": "Neoplasms", + "id": "3085548" + }, + { + "total": "300", + "topic": "Arteries", + "id": "3085656" + }, + { + "total": "300", + "topic": "Late Gadolinium Enhancement", + "id": "3085893" + }, + { + "total": "300", + "topic": "Sarcoidosis", + "id": "3086011" + }, + { + "total": "300", + "topic": "Cardiovascular Diseases", + "id": "3085974" + }, + { + "total": "300", + "topic": "Congenital Abnormalities", + "id": "3086237" + }, + { + "total": "300", + "topic": "Pericardium", + "id": "3085895" + }, + { + "total": "300", + "topic": "Multimodal Imaging", + "id": "3086359" + }, + { + "total": "300", + "topic": "Vascular Imaging", + "id": "3086088" + }, + { + "total": "200", + "topic": "Electrocardiography", + "id": "3086057" + }, + { + "total": "200", + "topic": "Extracorporeal Membrane Oxygenation", + "id": "3085955" + }, + { + "total": "200", + "topic": "Myocardial Ischemia", + "id": "3085799" + }, + { + "total": "200", + "topic": "Magnetic Resonance Angiography", + "id": "3085486" + }, + { + "total": "200", + "topic": "Wounds And Injuries", + "id": "3086408" + }, + { + "total": "200", + "topic": "Myocardium", + "id": "3086162" + }, + { + "total": "200", + "topic": "Anesthesia, Cardiac Procedures", + "id": "3085845" + }, + { + "total": "200", + "topic": "Diagnosis", + "id": "3086364" + }, + { + "total": "200", + "topic": "Positron Emission Tomography Computed Tomography", + "id": "3086119" + }, + { + "total": "200", + "topic": "Postoperative Period", + "id": "3086433" + }, + { + "total": "200", + "topic": "Fabry Disease", + "id": "3085690" + }, + { + "total": "200", + "topic": "Tetralogy Of Fallot", + "id": "3086168" + }, + { + "total": "200", + "topic": "Heart-Assist Devices", + "id": "3085978" + }, + { + "total": "200", + "topic": "Cardiomyopathy, Hypertrophic", + "id": "3085745" + }, + { + "total": "200", + "topic": "Heart Atria", + "id": "3085461" + }, + { + "total": "200", + "topic": "Fractional Flow Reserve, Myocardial", + "id": "3086463" + }, + { + "total": "200", + "topic": "Pulmonary Embolism", + "id": "3085620" + }, + { + "total": "100", + "topic": "Venous Drainage", + "id": "3086184" + }, + { + "total": "100", + "topic": "Photon-counting Computed Tomography", + "id": "3085587" + }, + { + "total": "100", + "topic": "Aortic Aneurysm, Thoracic", + "id": "3086209" + } + ], + "128202":[ + + { + "total": "286", + "topic": "Carcinoma, Non-Small-Cell Lung", + "id": "3171469" + }, + { + "total": "256", + "topic": "Neoplasms", + "id": "3171223" + }, + { + "total": "218", + "topic": "Triple Negative Breast Neoplasms", + "id": "3171296" + }, + { + "total": "197", + "topic": "Breast Neoplasms", + "id": "3169835" + }, + { + "total": "181", + "topic": "Drug Therapy", + "id": "3167130" + }, + { + "total": "161", + "topic": "Immunotherapy", + "id": "3169049" + }, + { + "total": "142", + "topic": "Neoadjuvant Therapy", + "id": "3173432" + }, + { + "total": "116", + "topic": "Solid Tumors", + "id": "3172385" + }, + { + "total": "111", + "topic": "Colorectal Neoplasms", + "id": "3169585" + }, + { + "total": "96", + "topic": "Pembrolizumab", + "id": "3172252" + }, + { + "total": "94", + "topic": "Immunoconjugates", + "id": "3167306" + }, + { + "total": "85", + "topic": "Melanoma", + "id": "3176111" + }, + { + "total": "81", + "topic": "Biomarkers", + "id": "3167586" + }, + { + "total": "79", + "topic": "Prostatic Neoplasms", + "id": "3174479" + }, + { + "total": "76", + "topic": "Lung Neoplasms", + "id": "3174794" + }, + { + "total": "75", + "topic": "Clinical Trial", + "id": "3169817" + }, + { + "total": "73", + "topic": "Immune Checkpoint Inhibitors", + "id": "3167919" + }, + { + "total": "71", + "topic": "Nivolumab", + "id": "3173024" + }, + { + "total": "61", + "topic": "Ovarian Neoplasms", + "id": "3169819" + }, + { + "total": "57", + "topic": "Radiotherapy", + "id": "3174538" + }, + { + "total": "52", + "topic": "Carcinoma, Hepatocellular", + "id": "3174814" + }, + { + "total": "51", + "topic": "Chemotherapy, Adjuvant", + "id": "3174539" + }, + { + "total": "50", + "topic": "Prostatic Neoplasms, Castration-Resistant", + "id": "3167525" + }, + { + "total": "49", + "topic": "Squamous Cell Carcinoma Of Head And Neck", + "id": "3170474" + }, + { + "total": "48", + "topic": "Carcinoma, Renal Cell", + "id": "3167166" + }, + { + "total": "46", + "topic": "ErbB Receptors", + "id": "3175577" + }, + { + "total": "45", + "topic": "Circulating Tumor DNA", + "id": "3174643" + }, + { + "total": "43", + "topic": "Pancreatic Neoplasms", + "id": "3169631" + }, + { + "total": "43", + "topic": "Programmed Cell Death 1 Receptor", + "id": "3175740" + }, + { + "total": "41", + "topic": "Mutation", + "id": "3170372" + }, + { + "total": "41", + "topic": "Endometrial Neoplasms", + "id": "3171724" + }, + { + "total": "36", + "topic": "Chemoradiotherapy", + "id": "3169834" + }, + { + "total": "36", + "topic": "Urothelial Carcinoma", + "id": "3173614" + }, + { + "total": "36", + "topic": "Neuroendocrine Tumors", + "id": "3170370" + }, + { + "total": "35", + "topic": "Proto-Oncogene Proteins B-raf", + "id": "3170374" + }, + { + "total": "35", + "topic": "Early Detection Of Cancer", + "id": "3169476" + }, + { + "total": "34", + "topic": "Urinary Bladder Neoplasms", + "id": "3170869" + }, + { + "total": "33", + "topic": "Head And Neck Neoplasms", + "id": "3170203" + }, + { + "total": "33", + "topic": "Bevacizumab", + "id": "3170164" + }, + { + "total": "33", + "topic": "Small Cell Lung Carcinoma", + "id": "3172525" + }, + { + "total": "32", + "topic": "Ipilimumab", + "id": "3175014" + }, + { + "total": "32", + "topic": "Programmed Cell Death Ligand 1", + "id": "3171859" + }, + { + "total": "31", + "topic": "Sarcoma", + "id": "3170831" + }, + { + "total": "31", + "topic": "Paclitaxel", + "id": "3171997" + }, + { + "total": "31", + "topic": "Stomach Neoplasms", + "id": "3173570" + }, + { + "total": "30", + "topic": "Glioblastoma", + "id": "3168654" + }, + { + "total": "30", + "topic": "Atezolizumab", + "id": "3173842" + }, + { + "total": "30", + "topic": "Cyclin-Dependent Kinases", + "id": "3171501" + }, + { + "total": "29", + "topic": "Artificial Intelligence", + "id": "3167582" + }, + { + "total": "27", + "topic": "KRAS Protein, Human", + "id": "3175953" + } + + ] + + } + ] +} + + diff --git a/assets/topaffiliations.json b/assets/topaffiliations.json new file mode 100644 index 0000000..3221310 --- /dev/null +++ b/assets/topaffiliations.json @@ -0,0 +1,114 @@ +{ + "data": + [ + { + "129934": + + { + "affiliationNames": [ + "University of Oxford", + "Medical University of Vienna", + "Rigshospitalet - Copenhagen University Hospital", + "Amsterdam University Medical Centre", + "University Hospital Basel" + ], + "affiliationCount": [ + "38", + "30", + "30", + "29", + "24" + ] + }, + + "140846": + { + "affiliationNames": [ + "Vanderbilt University Medical Center", + "Baptist Cancer Center", + "Cancer Wellness for Life", + "Dee Burrell Coaching", + "Emory University Hospital" + ], + "affiliationCount": [ + "4", + "1", + "1", + "1", + "1" + ] + }, + + "129314": + { + "affiliationNames": [ + "University of Texas MD Anderson Cancer Center", + "Dana Farber Cancer Institute", + "Mayo Clinic ,Rochester", + "Memorial Sloan Kettering Cancer Center", + "Columbia University Irving Medical Center" + ], + "affiliationCount": [ + "16", + "6", + "5", + "4", + "3" + ] + }, + "142682": + { + "affiliationNames": [ + "St. Jude Children's Research Hospital", + "Princess Máxima Center", + "The Hospital for Sick Children", + "Baylor College of Medicine", + "Shanghai Children's Medical Center" + ], + "affiliationCount": [ + "28", + "14", + "10", + "6", + "6" + ] + }, + "130456":{ + "affiliationNames": [ + "University of Toronto", + "University of Washington Medical Center", + "Beth Israel Deaconess Medical Center", + "The Johns Hopkin's Hospital", + "Emory University School of Medicine" + ], + "affiliationCount": [ + "10", + "5", + "4", + "4", + "3" + ] + }, + "128202": + { + "affiliationNames": [ + "University of Texas MD Anderson Cancer Center", + "Dana Farber Cancer Institute", + "Memorial Hospital For Cancer And Allied Diseases", + "Memorial Sloan Kettering Cancer Center", + "Massachusetts General Hospital" + ], + "affiliationCount": [ + "26", + "19", + "17", + "13", + "8" + ] + } + + + } + + ] +} \ No newline at end of file diff --git a/assets/topicnotes.json b/assets/topicnotes.json new file mode 100644 index 0000000..c16f3c0 --- /dev/null +++ b/assets/topicnotes.json @@ -0,0 +1,515 @@ +{ + "data": { + "notes": + + [ + { + "kol_event_id": "378748", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Debate: Car T Should Be Reserved For Late Relapse > 3 Lines", + "note": "The speaker suggested that CAR T-cell therapy should be reserved for patients who had a late relapse, rather than being used early in their treatment.", + "event_id": "23423", + "speakerr_name": "Saad Z Usmani", + + "hcpid": "" + }, + { + "kol_event_id": "378609", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Secondary Aml - Best Therapy", + "note": "The speaker discussed secondary AML and the most effective treatment approaches for managing it.", + "event_id": "23423", + "speakerr_name": "Pinkal Desai", + + "hcpid": "" + }, + { + "kol_event_id": "378613", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "All Use Of Ngs In Mrd", + "note": "The speaker discussed how Next-Generation Sequencing (NGS) is used to detect and monitor Minimal Residual Disease (MRD) across various cancers.", + "event_id": "23423", + "speakerr_name": "Aaron C Logan", + + "hcpid": "" + }, + { + "kol_event_id": "378674", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Measuring Residual Disease – Mrd, Mass Fix, Etc", + "note": "The speaker discussed the use of Mass Cytometry (Mass Fix) for detecting and treating Minimal Residual Disease (MRD).", + "event_id": "23423", + "speakerr_name": "Ajay K Nooka", + + "hcpid": "" + }, + { + "kol_event_id": "378746", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Frontline Therapy - Quads For Everyone? Te/Ti", + "note": "The speaker discussed evaluating the effectiveness and determining the intensity of frontline therapy, including quadruplet therapy (a combination of four drugs), for cancer treatment.", + "event_id": "23423", + "speakerr_name": "Ajay K Nooka", + + "hcpid": "" + }, + { + "kol_event_id": "378813", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Haploidentical Transplant Should Be The Cell Therapy Choice For Sickle Cell Disease", + "note": "The speaker discussed why haploidentical transplant should be considered the preferred cell therapy option for sickle cell disease.", + "event_id": "23423", + "speakerr_name": "Adetola Kassim", + + "hcpid": "" + }, + { + "kol_event_id": "378811", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Cellular Therapy", + "note": "The speaker discussed cellular therapy and its various types that are effective in treating cancer.", + "event_id": "23423", + "speakerr_name": "Adetola Kassim", + + "hcpid": "" + }, + { + "kol_event_id": "378712", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Azacytidine Plus Venetoclax Should Be Prescribed As Listed On The Label", + "note": "The speaker discussed that azacytidine and venetoclax should be used together according to the specific guidelines and dosages outlined in their official labeling.", + "event_id": "23423", + "speakerr_name": "Keith Pratz", + + "hcpid": "" + }, + { + "kol_event_id": "378758", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Debate: Can Therapy With Btki Be Discontinued: No", + "note": "The speaker discussed the potential discontinuation of BTK inhibitor therapy, emphasizing its critical role in managing certain cancers and the associated risks.", + "event_id": "23423", + "speakerr_name": "Kerry A Rogers", + + "hcpid": "" + }, + { + "kol_event_id": "378621", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Car T-Cell Therapy After Car T-Cell Therapy For Dlbcl", + "note": "The speaker discussed administering a second round of CAR T-cell therapy for patients with diffuse large B-cell lymphoma (DLBCL) who relapse or do not respond to their initial CAR T-cell treatment.", + "event_id": "23423", + "speakerr_name": "Frederick Locke", + + "hcpid": "" + }, + { + "kol_event_id": "378741", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Long-Term Clinical Data From Multiple Phase 3 Trails For Calquence In The Treatment Of Cll/Sll", + "note": "The speaker discussed clinical data from multiple Phase 3 trials of Calquence in the treatment of CLL/SLL, focusing on its efficacy and safety.", + "event_id": "23423", + "speakerr_name": "Moshe Yair Levy", + + "hcpid": "" + }, + { + "kol_event_id": "378805", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Car T Cell Therapy For Second-Line (2L) Lbcl", + "note": "The speaker discussed using CAR T-cell therapy for patients with large B-cell lymphoma (LBCL) who have not responded to or have relapsed after first-line treatment.", + "event_id": "23423", + "speakerr_name": "Moshe Yair Levy", + + "hcpid": "" + }, + { + "kol_event_id": "378710", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Flt3 Mutated Aml Unanswered Questions", + "note": "The speaker provided insights into the ongoing uncertainties and unresolved issues in managing and treating acute myeloid leukemia (AML) with FLT3 mutations.", + "event_id": "23423", + "speakerr_name": "Mark J Levis", + + "hcpid": "" + }, + { + "kol_event_id": "375276", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "DDR inhibitor combinations", + "note": "The speaker discussed how DDR inhibitor combinations use drugs to block DNA Damage Response (DDR) pathways alongside other treatments to enhance cancer therapy.", + "event_id": "23419", + "speakerr_name": "Timothy Anthony Yap", + + "hcpid": "" + }, + { + "kol_event_id": "375033", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "Phase 1b/2 first-in-class novel combination trial of next generation CDK4-selective inhibitor PF-07220060 and next generation CDK2-selective inhibitor PF-07104091 in HR+ HER2- metastatic breast cancer and advanced solid tumors", + "note": "The speaker discussed the safety and efficacy of combining the CDK4-selective inhibitor PF-07220060 and the CDK2-selective inhibitor PF-07104091 for treating HR+ HER2- metastatic breast cancer and advanced solid tumors.", + "event_id": "23419", + "speakerr_name": "Timothy Anthony Yap", + + "hcpid": "" + }, + { + "kol_event_id": "374874", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "Phase 1b study of NT-I7 (efineptakin alfa), a long-acting IL-7, post-CD19-directed CAR T cell therapy in diffuse large B-cell lymphoma (DLBCL)", + "note": "The speaker discussed the use of NT-I7, a long-acting IL-7, following CD19-directed CAR T-cell therapy in patients with diffuse large B-cell lymphoma (DLBCL).", + "event_id": "23419", + "speakerr_name": "Armin Ghobadi", + + "hcpid": "" + }, + { + "kol_event_id": "375154", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "Phase 1/2 ALKOVE-1 study of NVL-655 in ALK-positive (ALK+) solid tumors", + "note": "The speaker provided insights into the ALKOVE-1 Study, which examined NVL-655 as a treatment for ALK-positive (ALK+) solid tumors, focusing on its safety and efficacy.", + "event_id": "23419", + "speakerr_name": "Alexander E. Drilon", + + "hcpid": "" + }, + { + "kol_event_id": "375492", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "Is there a role for radiation therapy in advanced RCC?", + "note": "The speaker discussed the potential benefits and applications of radiation therapy in treating advanced renal cell carcinoma (RCC).", + "event_id": "23419", + "speakerr_name": "Chad Tang", + + "hcpid": "" + }, + { + "kol_event_id": "374951", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "Novel data in the field of immune checkpoint blockade for eTNBC", + "note": "The speaker discussed new research on immune checkpoint blockade for early-stage triple-negative breast cancer (eTNBC), examining its effectiveness and safety.", + "event_id": "23419", + "speakerr_name": "Sara M. Tolaney", + + "hcpid": "" + }, + { + "kol_event_id": "374984", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "Racial Disparities in immune-related adverse events in patients with lung cancer treated with Immune checkpoint inhibitors.", + "note": "The speaker discussed variations in the frequency, severity, and outcomes of side effects among patients of different racial backgrounds who were treated with immune checkpoint inhibitors for lung cancer.", + "event_id": "23419", + "speakerr_name": "Hina Khan", + + "hcpid": "" + }, + { + "kol_event_id": "374898", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "Updated efficacy and safety of botensilimab plus balstilimab in patients with refractory metastatic sarcoma from an expanded phase 1 study", + "note": "The speaker discussed results from an expanded Phase 1 study on botensilimab plus balstilimab in patients with refractory metastatic sarcoma, focusing on the efficacy and safety of these treatments.", + "event_id": "23419", + "speakerr_name": "Breelyn A. Wilky", + + "hcpid": "" + }, + { + "kol_event_id": "375063", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "A glimpse of the future: Ongoing research on novel therapeutics for advanced breast cancer patients post-progression on endocrine+CDK4/6-inhibition", + "note": "The speaker discussed ongoing research into new treatments for advanced breast cancer patients who had progressed after endocrine therapy and CDK4/6 inhibitors.", + "event_id": "23419", + "speakerr_name": "Joyce O'Shaughnessy", + + "hcpid": "" + }, + { + "kol_event_id": "375270", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "Phase I, Two-Part, Multicenter First-In-Human (FIH) Study of TORL-1-23, A Novel Claudin 6 (CLDN6) Targeting Antibody Drug Conjugate (ADC) In Patient With Advanced Solid Tumors.", + "note": "The speaker provided insights into the study of TORL-1-23, a novel Claudin 6 (CLDN6) targeting antibody-drug conjugate (ADC), in patients with advanced solid tumors.", + "event_id": "23419", + "speakerr_name": "Gottfried E. Konecny", + + "hcpid": "" + }, + { + "kol_event_id": "375519", + "eid": "", + "name": "2024 European Society for Medical Oncology Congress (ESMO)", + "session_name": "Clinical activity of BMS-986365 (CC-94676), a dual androgen receptor (AR) ligand-directed degrader and antagonist, in heavily pretreated patients (pts) with metastatic castration-resistant prostate cancer (mCRPC)", + "note": "The speaker provided insights into BMS-986365 (CC-94676), a drug that targets and degrades the androgen receptor, and its evaluation in patients with metastatic castration-resistant prostate cancer (mCRPC) who had already received multiple treatments.", + "event_id": "23419", + "speakerr_name": "Dana Rathkopf", + + "hcpid": "" + }, + { + "kol_event_id": "359866", + "eid": "", + "name": "2024 American Society of Colon and Rectal Surgeons Annual Scientific Meeting (ASCRS)", + "session_name": "Results Of ctDNA As A Predictive Biomarker In Adjuvant Chemotherapy In Stage II Colon Cancer: NRG-GI005 (COBRA) Phase II/III study", + "note": "The speaker provided insights into the NRG-GI005 (COBRA) study, which investigates how circulating tumor DNA (ctDNA) can predict patient outcomes and inform the use of adjuvant chemotherapy for Stage II colon cancer.", + "event_id": "23381", + "speakerr_name": "Dustin A. Deming", + + "hcpid": "" + }, + { + "kol_event_id": "359327", + "eid": "", + "name": "2024 American Society of Colon and Rectal Surgeons Annual Scientific Meeting (ASCRS)", + "session_name": "A Comparative Analysis of Laparoscopic and Ultrasound-Guided TAP Blocks in Minimally Invasive Colorectal Surgery in a Community Hospital", + "note": "The speaker compared the effectiveness and outcomes of laparoscopic versus ultrasound-guided TAP blocks for minimally invasive colorectal surgery at a community hospital.", + "event_id": "23381", + "speakerr_name": "Robert J. Yu", + + "hcpid": "" + }, + { + "kol_event_id": "369679", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "Impact of left ventricular lead position on echocardiographic response after upgrading from right to biventricular pacing - Insights from the BUDAPEST CRT Upgrade Trial", + "note": "The speaker highlighted that optimal left ventricular (LV) lead placement during upgrades from right ventricular (RV) pacing to biventricular pacing significantly improves the effectiveness of cardiac resynchronization therapy (CRT), leading to better patient outcomes such as improved heart function and exercise capacity.", + "event_id": "23418", + "speakerr_name": "Bela Merkely", + + "hcpid": "" + }, + { + "kol_event_id": "374402", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "A global perspective of Lp(a) levels in patients with coronary heart disease - Implications for risk factor control & future trials from the INTERASPIRE Study", + "note": "The speaker provided insights into how the INTERASPIRE study revealed important information about lipoprotein(a) [Lp(a)] levels and their impact on coronary heart disease (CHD) across different populations.", + "event_id": "23418", + "speakerr_name": "Kausik K. Ray", + + "hcpid": "" + }, + { + "kol_event_id": "369775", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "The prognosis evaluation of guideline-directed medical therapy for type 2 acute myocardial infarction patients with acute respiratory failure", + "note": "The speaker provided insights into how following guideline-directed medical therapy (GDMT) impacted the prognosis of patients with type 2 acute myocardial infarction (MI) and acute respiratory failure.", + "event_id": "23418", + "speakerr_name": "Kang-Yin Chen", + + "hcpid": "" + }, + { + "kol_event_id": "373670", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "Ultrasound-guided versus palpation-guided techniques for vessel catheterization in children undergoing cardiac surgery. A systematic review and meta-analysis of randomized controlled trials.", + "note": "The speaker compared ultrasound-guided and palpation-guided techniques for vessel catheterization in children undergoing cardiac surgery by evaluating randomized controlled trials to identify which method is more effective.", + "event_id": "23418", + "speakerr_name": "Mohamed Abouzid", + + "hcpid": "" + }, + { + "kol_event_id": "374647", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "Predictors and Outcomes of Atrial Fibrillation Progression in Patients with Device-Detected Subclinical AF: Insights from the ARTESiA Trial", + "note": "The speaker shared insights from the ARTESiA trial, which forecasts the outcomes related to the progression of atrial fibrillation (AF) in patients with device-detected subclinical AF.", + "event_id": "23418", + "speakerr_name": "Giuseppe Boriani", + + "hcpid": "" + }, + { + "kol_event_id": "378748", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Debate: Car T Should Be Reserved For Late Relapse > 3 Lines", + "note": "The speaker argued that reserving CAR T-cell therapy for late relapse cases optimized its impact and ensured that it was used in the most appropriate clinical scenarios.", + "event_id": "23423", + "speakerr_name": "Saad Z Usmani", + + "hcpid": "" + }, + { + "kol_event_id": "378613", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "All Use Of Ngs In Mrd", + "note": "The speaker talked about how using NGS for MRD detection provided a high-resolution view of genetic mutations and abnormalities, which helped in assessing treatment response and guiding further therapeutic decisions.", + "event_id": "23423", + "speakerr_name": "Aaron C Logan", + + "hcpid": "" + }, + { + "kol_event_id": "378712", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Azacytidine Plus Venetoclax Should Be Prescribed As Listed On The Label", + "note": "The speaker talked about the necessity of adhering to the dosing and administration guidelines outlined on the label to ensure the treatment's efficacy and safety.", + "event_id": "23423", + "speakerr_name": "Keith Pratz", + + "hcpid": "" + }, + { + "kol_event_id": "378621", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Car T-Cell Therapy After Car T-Cell Therapy For Dlbcl", + "note": "The speaker was likely focusing on the considerations, challenges, and potential strategies for using CAR T-cell therapy again in patients with DLBCL who had previously undergone this treatment.", + "event_id": "23423", + "speakerr_name": "Frederick Locke", + + "hcpid": "" + }, + { + "kol_event_id": "378674", + "eid": "", + "name": "2024 Society of Hematologic Oncology Annual Meeting (SOHO)", + "session_name": "Measuring Residual Disease – Mrd, Mass Fix, Etc", + "note": "The speaker discussed the Mass Fix technique and how it contributed to monitoring and managing residual disease in cancer patients, enhancing treatment outcomes, and personalizing therapy.", + "event_id": "23423", + "speakerr_name": "Ajay K Nooka", + + "hcpid": "" + }, + { + "kol_event_id": "369679", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "Impact of left ventricular lead position on echocardiographic response after upgrading from right to biventricular pacing - Insights from the BUDAPEST CRT Upgrade Trial", + "note": "The speaker conveyed how the position of the LV lead impacted the effectiveness of biventricular pacing as measured by echocardiographic improvements, based on findings from the BUDAPEST CRT Upgrade Trial.", + "event_id": "23418", + "speakerr_name": "Bela Merkely", + + "hcpid": "" + }, + { + "kol_event_id": "374402", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "A global perspective of Lp(a) levels in patients with coronary heart disease - Implications for risk factor control & future trials from the INTERASPIRE Study", + "note": "The speaker gave a comprehensive view of Lp(a) levels in relation to coronary heart disease, utilizing data from the INTERASPIRE Study to highlight global trends, implications for cardiovascular risk management, and the need for further research to address these issues.", + "event_id": "23418", + "speakerr_name": "Kausik K. Ray", + + "hcpid": "" + }, + { + "kol_event_id": "369775", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "The prognosis evaluation of guideline-directed medical therapy for type 2 acute myocardial infarction patients with acute respiratory failure", + "note": "The speaker discussed how guideline-directed medical therapy (GDMT) affects the prognosis of patients with type 2 acute myocardial infarction (AMI) who also suffer from acute respiratory failure.", + "event_id": "23418", + "speakerr_name": "Kang-Yin Chen", + + "hcpid": "" + }, + { + "kol_event_id": "373670", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "Ultrasound-guided versus palpation-guided techniques for vessel catheterization in children undergoing cardiac surgery. A systematic review and meta-analysis of randomized controlled trials.", + "note": "The speaker conveyed the findings of a systematic review and meta-analysis comparing ultrasound-guided versus palpation-guided techniques for vessel catheterization in children undergoing cardiac surgery, focusing on which method proved more effective, safer, and preferable in clinical practice based on the evidence.", + "event_id": "23418", + "speakerr_name": "Mohamed Abouzid", + + "hcpid": "" + }, + { + "kol_event_id": "374647", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "Predictors and Outcomes of Atrial Fibrillation Progression in Patients with Device-Detected Subclinical AF: Insights from the ARTESiA Trial", + "note": "The speaker discussed the predictors and outcomes of atrial fibrillation (AF) progression in patients with device-detected subclinical AF, drawing insights from the ARTESiA Trial. ", + "event_id": "23418", + "speakerr_name": "Giuseppe Boriani", + + "hcpid": "" + }, + { + "kol_event_id": "371184", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "Performance of an automated echocardiographic artificial intelligence model. to detect subclinical heart failure with preserved ejection fraction (HFpEF) in community-dwelling older adults", + "note": "The speaker discussed how effectively an automated echocardiographic artificial intelligence (AI) model detects subclinical heart failure with preserved ejection fraction (HFpEF) in older adults.", + "event_id": "23418", + "speakerr_name": "Ambarish Pandey", + + "hcpid": "" + }, + { + "kol_event_id": "370813", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "Red cell distribution width as a predictor of cardiovascular events in high-risk patients with statin intolerance: post-hoc analysis of the CLEAR Outcomes trial", + "note": "The speaker discussed the potential of red cell distribution width (RDW) as a predictor of cardiovascular events in high-risk patients with statin intolerance, drawing on a post-hoc analysis of the CLEAR Outcomes trial.", + "event_id": "23418", + "speakerr_name": "Patrick Moriarty", + + "hcpid": "" + }, + { + "kol_event_id": "374565", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "RESHAPE-HF2 - Percutaneous repair of moderate-to-severe or severe functional mitral regurgitation in patients with symptomatic heart failure", + "note": "The speaker discussed the RESHAPE-HF2 trial, which focused on using percutaneous repair techniques to treat moderate-to-severe or severe functional mitral regurgitation in patients with symptomatic heart failure.", + "event_id": "23418", + "speakerr_name": "Stefan Anker", + + "hcpid": "" + }, + { + "kol_event_id": "374169", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "Transcatheter edge-to-edge repair (TEER) is failing in the mitral: re-intervention or surgical rescue", + "note": "The speaker discussed the challenges of transcatheter edge-to-edge repair (TEER) failure for mitral valve repair and explored options for addressing this, including re-intervention or surgical rescue.", + "event_id": "23418", + "speakerr_name": "Ran Kornowski", + + "hcpid": "" + }, + { + "kol_event_id": "372860", + "eid": "", + "name": "2024 European Society of Cardiology Congress (ESC)", + "session_name": "STOP-or-NOT - Impact of renin-angiotensin system inhibitors continuation versus discontinuation on postoperative complications: a multicenter randomised, controlled trial", + "note": "The speaker discussed the STOP-or-NOT trial, which investigated the impact of continuing versus discontinuing renin-angiotensin system (RAS) inhibitors on postoperative complications.", + "event_id": "23418", + "speakerr_name": "Matthieu Legrand", + + "hcpid": "" + } + ] + + } +} \ No newline at end of file diff --git a/assets/topspecialities.json b/assets/topspecialities.json new file mode 100644 index 0000000..006e730 --- /dev/null +++ b/assets/topspecialities.json @@ -0,0 +1,150 @@ +{ + "data": [ + { + "129934": + [ + { + "specialty_count": "2943", + "specialty_name": "Cardiology" + }, + { + "specialty_count": "197", + "specialty_name": "Cardiovascular Disease (Cardiology)" + }, + { + "specialty_count": "152", + "specialty_name": "Cardiovascular Diseases (Cardiology)" + }, + { + "specialty_count": "34", + "specialty_name": "Interventional Cardiology" + }, + { + "specialty_count": "22", + "specialty_name": "Clinical Cardiac Electrophysiology" + } + ], + "140846": + [ + + { + "specialty_count": "7", + "specialty_name": "Hematology/Oncology" + }, + { + "specialty_count": "2", + "specialty_name": "Medical Oncology" + }, + { + "specialty_count": "1", + "specialty_name": "Nurse Practitioner - Family" + }, + { + "specialty_count": "1", + "specialty_name": "Radiation Oncology" + }, + { + "specialty_count": "1", + "specialty_name": "Urology" + } + + ], + "129314": + [ + { + "specialty_count": "82", + "specialty_name": "Hematology/Oncology" + }, + { + "specialty_count": "21", + "specialty_name": "Medical Oncology" + }, + { + "specialty_count": "4", + "specialty_name": "Hematopoietic Cell Transplantation And Cellular Therapy" + }, + { + "specialty_count": "4", + "specialty_name": "Internal Medicine" + }, + { + "specialty_count": "3", + "specialty_name": "Pediatric Hematology/Oncology" + } + + ], + "142682":[ + + { + "specialty_count": "26", + "specialty_name": "Pediatric Hematology/Oncology" + }, + { + "specialty_count": "13", + "specialty_name": "Hematology/Oncology" + }, + { + "specialty_count": "13", + "specialty_name": "Pediatrics" + }, + { + "specialty_count": "7", + "specialty_name": "Radiation Oncology" + }, + { + "specialty_count": "5", + "specialty_name": "General Surgery" + } + + ], + "130456":[ + + { + "specialty_count": "67", + "specialty_name": "Diagnostic Radiology" + }, + { + "specialty_count": "23", + "specialty_name": "Radiology" + }, + { + "specialty_count": "6", + "specialty_name": "Cardiovascular Disease (Cardiology)" + }, + { + "specialty_count": "6", + "specialty_name": "Pediatrics" + }, + { + "specialty_count": "2", + "specialty_name": "Cardiology" + } + + ], + "128202":[ + + { + "specialty_count": "168", + "specialty_name": "Medical Oncology" + }, + { + "specialty_count": "89", + "specialty_name": "Hematology/Oncology" + }, + { + "specialty_count": "33", + "specialty_name": "Oncology" + }, + { + "specialty_count": "15", + "specialty_name": "Gynecological Oncology" + }, + { + "specialty_count": "10", + "specialty_name": "Internal Medicine" + } + + ] + } + ] +} \ No newline at end of file diff --git a/devtools_options.yaml b/devtools_options.yaml new file mode 100644 index 0000000..7e7e7f6 --- /dev/null +++ b/devtools_options.yaml @@ -0,0 +1 @@ +extensions: diff --git a/firebase.json b/firebase.json new file mode 100644 index 0000000..daf8d7d --- /dev/null +++ b/firebase.json @@ -0,0 +1 @@ +{"flutter":{"platforms":{"android":{"default":{"projectId":"kevents-c4ff5","appId":"1:259165326883:android:bb5e1ebe38aee593c8ab96","fileOutput":"android/app/google-services.json"}},"ios":{"default":{"projectId":"kevents-c4ff5","appId":"1:259165326883:ios:7e5a31b957c80644c8ab96","uploadDebugSymbols":false,"fileOutput":"ios/Runner/GoogleService-Info.plist"}},"dart":{"lib/firebase_options.dart":{"projectId":"kevents-c4ff5","configurations":{"android":"1:259165326883:android:bb5e1ebe38aee593c8ab96","ios":"1:259165326883:ios:7e5a31b957c80644c8ab96","web":"1:259165326883:web:5e1ea22925fd47fec8ab96"}}}}}} \ No newline at end of file diff --git a/flavors/flutter_launcher_icons-development.yaml b/flavors/flutter_launcher_icons-development.yaml new file mode 100644 index 0000000..18812d6 --- /dev/null +++ b/flavors/flutter_launcher_icons-development.yaml @@ -0,0 +1,4 @@ +flutter_launcher_icons: + android: false + ios: true + image_path: "assets/icon/konectaricon.png" \ No newline at end of file diff --git a/flavors/flutter_launcher_icons-production.yaml b/flavors/flutter_launcher_icons-production.yaml new file mode 100644 index 0000000..2a3cc89 --- /dev/null +++ b/flavors/flutter_launcher_icons-production.yaml @@ -0,0 +1,4 @@ +flutter_launcher_icons: + android: true + ios: true + image_path: "assets/icon/konectaricon.png" \ No newline at end of file diff --git a/fonts/SourceSerif4-ExtraLight.ttf b/fonts/SourceSerif4-ExtraLight.ttf new file mode 100644 index 0000000000000000000000000000000000000000..6ff0eb7cce810e67166e464486653a3937f01e51 GIT binary patch literal 329532 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 z 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 z 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 KfvNUnsyzUFkgd!B literal 0 HcmV?d00001 diff --git a/fonts/SourceSerif4-Light.ttf b/fonts/SourceSerif4-Light.ttf new file mode 100644 index 0000000000000000000000000000000000000000..acf70636b30ded846f74c4583658415295515dac GIT binary patch literal 329804 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 z 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 IHp1eXFuik0G0q*$T2yHko= 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 #8w*^TybnEaCbAWxm;a#91Mj62{TR)@z+@H# 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%0Av~MENJ0b*RH6 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

JU{jq<7f203t|Ihq? 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

93Tg2c}Lc^2oc3nPS$ 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

r{ZX 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 literal 0 HcmV?d00001 diff --git a/fonts/open-sans/OpenSans-ExtraBold.ttf b/fonts/open-sans/OpenSans-ExtraBold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..21f6f84a0799946fc4ae02c52b27e61c3762c745 GIT binary patch literal 222584 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�LN9 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%0DpzNyo5m`c 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 gdXGe&xpSVmb3UZsF@w&B^gHI!dG<);L$9dk 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 DzdWN1 literal 0 HcmV?d00001 diff --git a/fonts/open-sans/OpenSans-Italic.ttf b/fonts/open-sans/OpenSans-Italic.ttf new file mode 100644 index 0000000000000000000000000000000000000000..c90da48ff3b8ad6167236d70c48df4d7b5de3bbb GIT binary patch literal 212896 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 I-Ko?4FC8~NI{*Lx literal 0 HcmV?d00001 diff --git a/fonts/open-sans/OpenSans-Light.ttf b/fonts/open-sans/OpenSans-Light.ttf new file mode 100644 index 0000000000000000000000000000000000000000..0d381897da20345fa63112f19042561f44ee3aa0 GIT binary patch literal 222412 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%0AG%b#%#Weyp=oz<}IGPqm z)8c4aT%)1Wt!Z(MiMFk2@iJ>#98HU(X>l|yj;6)Yv^bg;N7LeHS{zM_Yxd#ySkvN~ zeHg82+}v^bg;*NE&CYg!yli=%0AG%cHosL)|1w>IGPqm)8c4a98HU( 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%0AcdZx)e(&Qd#a*s5*M_SL=`WWXP>A<;1 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

    tNNc zgH^i@R_!`iwd+Xy19j~N_2jAkYA>i?0ad&od=k_zcBgx)+N^iG?Ogr6GgNaz_=p`K9{`l+#wgq~3q>WOBd-V-7GHRzo=9f|)1dVfww z!cPQruu9pHm>@m_o(13ZH7BnH{k&C2vKaJEs*a?e4DDb&vm@yzLpxa2>`0apdv8xi z@;YMgl

    o8+@-@Iav9JaRqTDcmpL>#2+NC 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 !}#gv~NV!5|5YF|kE)J0y^zWbk4>=%|6F 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 literal 0 HcmV?d00001 diff --git a/fonts/open-sans/OpenSans-Semibold.ttf b/fonts/open-sans/OpenSans-Semibold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..1a7679e3949fb045f152f456bc4adad31e8b9f55 GIT binary patch literal 221328 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%0DJH?LFC28_mTUAZOar9j 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

    MAzfu-#(7W5VH7%hxxNU1% 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 b^2ROSp1r5Xdx>eYXCxdsa=Oc~d6M+Mf|cc} literal 0 HcmV?d00001 diff --git a/ios/.gitignore b/ios/.gitignore new file mode 100644 index 0000000..7a7f987 --- /dev/null +++ b/ios/.gitignore @@ -0,0 +1,34 @@ +**/dgph +*.mode1v3 +*.mode2v3 +*.moved-aside +*.pbxuser +*.perspectivev3 +**/*sync/ +.sconsign.dblite +.tags* +**/.vagrant/ +**/DerivedData/ +Icon? +**/Pods/ +**/.symlinks/ +profile +xcuserdata +**/.generated/ +Flutter/App.framework +Flutter/Flutter.framework +Flutter/Flutter.podspec +Flutter/Generated.xcconfig +Flutter/ephemeral/ +Flutter/app.flx +Flutter/app.zip +Flutter/flutter_assets/ +Flutter/flutter_export_environment.sh +ServiceDefinitions.json +Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!default.mode1v3 +!default.mode2v3 +!default.pbxuser +!default.perspectivev3 diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist new file mode 100644 index 0000000..7c56964 --- /dev/null +++ b/ios/Flutter/AppFrameworkInfo.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + App + CFBundleIdentifier + io.flutter.flutter.app + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + App + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + MinimumOSVersion + 12.0 + + diff --git a/ios/Flutter/Debug.xcconfig b/ios/Flutter/Debug.xcconfig new file mode 100644 index 0000000..ec97fc6 --- /dev/null +++ b/ios/Flutter/Debug.xcconfig @@ -0,0 +1,2 @@ +#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" +#include "Generated.xcconfig" diff --git a/ios/Flutter/Release.xcconfig b/ios/Flutter/Release.xcconfig new file mode 100644 index 0000000..c4855bf --- /dev/null +++ b/ios/Flutter/Release.xcconfig @@ -0,0 +1,2 @@ +#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" +#include "Generated.xcconfig" diff --git a/ios/Podfile b/ios/Podfile new file mode 100644 index 0000000..d97f17e --- /dev/null +++ b/ios/Podfile @@ -0,0 +1,44 @@ +# Uncomment this line to define a global platform for your project +# platform :ios, '12.0' + +# CocoaPods analytics sends network stats synchronously affecting flutter build latency. +ENV['COCOAPODS_DISABLE_STATS'] = 'true' + +project 'Runner', { + 'Debug' => :debug, + 'Profile' => :release, + 'Release' => :release, +} + +def flutter_root + generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__) + unless File.exist?(generated_xcode_build_settings_path) + raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first" + end + + File.foreach(generated_xcode_build_settings_path) do |line| + matches = line.match(/FLUTTER_ROOT\=(.*)/) + return matches[1].strip if matches + end + raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get" +end + +require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) + +flutter_ios_podfile_setup + +target 'Runner' do + use_frameworks! + use_modular_headers! + + flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) + target 'RunnerTests' do + inherit! :search_paths + end +end + +post_install do |installer| + installer.pods_project.targets.each do |target| + flutter_additional_ios_build_settings(target) + end +end diff --git a/ios/Podfile.lock b/ios/Podfile.lock new file mode 100644 index 0000000..b80db61 --- /dev/null +++ b/ios/Podfile.lock @@ -0,0 +1,205 @@ +PODS: + - add_2_calendar (0.0.1): + - Flutter + - connectivity_plus (0.0.1): + - Flutter + - ReachabilitySwift + - device_info_plus (0.0.1): + - Flutter + - DKImagePickerController/Core (4.3.4): + - DKImagePickerController/ImageDataManager + - DKImagePickerController/Resource + - DKImagePickerController/ImageDataManager (4.3.4) + - DKImagePickerController/PhotoGallery (4.3.4): + - DKImagePickerController/Core + - DKPhotoGallery + - DKImagePickerController/Resource (4.3.4) + - DKPhotoGallery (0.0.17): + - DKPhotoGallery/Core (= 0.0.17) + - DKPhotoGallery/Model (= 0.0.17) + - DKPhotoGallery/Preview (= 0.0.17) + - DKPhotoGallery/Resource (= 0.0.17) + - SDWebImage + - SwiftyGif + - DKPhotoGallery/Core (0.0.17): + - DKPhotoGallery/Model + - DKPhotoGallery/Preview + - SDWebImage + - SwiftyGif + - DKPhotoGallery/Model (0.0.17): + - SDWebImage + - SwiftyGif + - DKPhotoGallery/Preview (0.0.17): + - DKPhotoGallery/Model + - DKPhotoGallery/Resource + - SDWebImage + - SwiftyGif + - DKPhotoGallery/Resource (0.0.17): + - SDWebImage + - SwiftyGif + - file_picker (0.0.1): + - DKImagePickerController/PhotoGallery + - Flutter + - Firebase/CoreOnly (10.25.0): + - FirebaseCore (= 10.25.0) + - Firebase/RemoteConfig (10.25.0): + - Firebase/CoreOnly + - FirebaseRemoteConfig (~> 10.25.0) + - firebase_core (2.31.0): + - Firebase/CoreOnly (= 10.25.0) + - Flutter + - firebase_remote_config (4.4.5): + - Firebase/RemoteConfig (= 10.25.0) + - firebase_core + - Flutter + - FirebaseABTesting (10.25.0): + - FirebaseCore (~> 10.0) + - FirebaseCore (10.25.0): + - FirebaseCoreInternal (~> 10.0) + - GoogleUtilities/Environment (~> 7.12) + - GoogleUtilities/Logger (~> 7.12) + - FirebaseCoreInternal (10.25.0): + - "GoogleUtilities/NSData+zlib (~> 7.8)" + - FirebaseInstallations (10.25.0): + - FirebaseCore (~> 10.0) + - GoogleUtilities/Environment (~> 7.8) + - GoogleUtilities/UserDefaults (~> 7.8) + - PromisesObjC (~> 2.1) + - FirebaseRemoteConfig (10.25.0): + - FirebaseABTesting (~> 10.0) + - FirebaseCore (~> 10.0) + - FirebaseInstallations (~> 10.0) + - FirebaseRemoteConfigInterop (~> 10.23) + - FirebaseSharedSwift (~> 10.0) + - GoogleUtilities/Environment (~> 7.8) + - "GoogleUtilities/NSData+zlib (~> 7.8)" + - FirebaseRemoteConfigInterop (10.25.0) + - FirebaseSharedSwift (10.25.0) + - Flutter (1.0.0) + - GoogleUtilities/Environment (7.13.3): + - GoogleUtilities/Privacy + - PromisesObjC (< 3.0, >= 1.2) + - GoogleUtilities/Logger (7.13.3): + - GoogleUtilities/Environment + - GoogleUtilities/Privacy + - "GoogleUtilities/NSData+zlib (7.13.3)": + - GoogleUtilities/Privacy + - GoogleUtilities/Privacy (7.13.3) + - GoogleUtilities/UserDefaults (7.13.3): + - GoogleUtilities/Logger + - GoogleUtilities/Privacy + - image_picker_ios (0.0.1): + - Flutter + - package_info_plus (0.4.5): + - Flutter + - path_provider_foundation (0.0.1): + - Flutter + - FlutterMacOS + - permission_handler_apple (9.3.0): + - Flutter + - PromisesObjC (2.4.0) + - ReachabilitySwift (5.0.0) + - SDWebImage (5.18.10): + - SDWebImage/Core (= 5.18.10) + - SDWebImage/Core (5.18.10) + - shared_preferences_foundation (0.0.1): + - Flutter + - FlutterMacOS + - SwiftyGif (5.4.4) + - url_launcher_ios (0.0.1): + - Flutter + +DEPENDENCIES: + - add_2_calendar (from `.symlinks/plugins/add_2_calendar/ios`) + - connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`) + - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) + - file_picker (from `.symlinks/plugins/file_picker/ios`) + - firebase_core (from `.symlinks/plugins/firebase_core/ios`) + - firebase_remote_config (from `.symlinks/plugins/firebase_remote_config/ios`) + - Flutter (from `Flutter`) + - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) + - package_info_plus (from `.symlinks/plugins/package_info_plus/ios`) + - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) + - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) + - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) + - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`) + +SPEC REPOS: + trunk: + - DKImagePickerController + - DKPhotoGallery + - Firebase + - FirebaseABTesting + - FirebaseCore + - FirebaseCoreInternal + - FirebaseInstallations + - FirebaseRemoteConfig + - FirebaseRemoteConfigInterop + - FirebaseSharedSwift + - GoogleUtilities + - PromisesObjC + - ReachabilitySwift + - SDWebImage + - SwiftyGif + +EXTERNAL SOURCES: + add_2_calendar: + :path: ".symlinks/plugins/add_2_calendar/ios" + connectivity_plus: + :path: ".symlinks/plugins/connectivity_plus/ios" + device_info_plus: + :path: ".symlinks/plugins/device_info_plus/ios" + file_picker: + :path: ".symlinks/plugins/file_picker/ios" + firebase_core: + :path: ".symlinks/plugins/firebase_core/ios" + firebase_remote_config: + :path: ".symlinks/plugins/firebase_remote_config/ios" + Flutter: + :path: Flutter + image_picker_ios: + :path: ".symlinks/plugins/image_picker_ios/ios" + package_info_plus: + :path: ".symlinks/plugins/package_info_plus/ios" + path_provider_foundation: + :path: ".symlinks/plugins/path_provider_foundation/darwin" + permission_handler_apple: + :path: ".symlinks/plugins/permission_handler_apple/ios" + shared_preferences_foundation: + :path: ".symlinks/plugins/shared_preferences_foundation/darwin" + url_launcher_ios: + :path: ".symlinks/plugins/url_launcher_ios/ios" + +SPEC CHECKSUMS: + add_2_calendar: 5eee66d5a3b99cd5e1487a7e03abd4e3ac4aff11 + connectivity_plus: 413a8857dd5d9f1c399a39130850d02fe0feaf7e + device_info_plus: c6fb39579d0f423935b0c9ce7ee2f44b71b9fce6 + DKImagePickerController: b512c28220a2b8ac7419f21c491fc8534b7601ac + DKPhotoGallery: fdfad5125a9fdda9cc57df834d49df790dbb4179 + file_picker: 15fd9539e4eb735dc54bae8c0534a7a9511a03de + Firebase: 0312a2352584f782ea56f66d91606891d4607f06 + firebase_core: 0b39f4f424e02eecabb2356ddf331fa07b772af8 + firebase_remote_config: f57c28ff78d1d933bbe1b2cc11659cc82f9978e8 + FirebaseABTesting: e6e3c3e0e35813874f571d1b7bdae2aab319dd38 + FirebaseCore: 7ec4d0484817f12c3373955bc87762d96842d483 + FirebaseCoreInternal: 910a81992c33715fec9263ca7381d59ab3a750b7 + FirebaseInstallations: 91950fe859846fff0fbd296180909dd273103b09 + FirebaseRemoteConfig: 9f3935cefecd85d5b312192117f444957de24a75 + FirebaseRemoteConfigInterop: b25018791b204c0d78a90e394d6c62d9b1f22da8 + FirebaseSharedSwift: 0274086954b1b2d5fd7e829eccc587044d72a4ba + Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 + GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15 + image_picker_ios: b545a5f16c0fa88e3ecbbce3ed4de45567a8ec18 + package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85 + path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c + permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2 + PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47 + ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 + SDWebImage: fc8f2d48bbfd72ef39d70e981bd24a3f3be53fec + shared_preferences_foundation: b4c3b4cddf1c21f02770737f147a3f5da9d39695 + SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f + url_launcher_ios: 6116280ddcfe98ab8820085d8d76ae7449447586 + +PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796 + +COCOAPODS: 1.14.3 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj new file mode 100644 index 0000000..0f1ee7f --- /dev/null +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -0,0 +1,746 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 54; + objects = { + +/* Begin PBXBuildFile section */ + 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; + 2E6EDD3503F56BBC18E29AE5 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 42A0FFBD9311DFABE551C1DD /* Pods_Runner.framework */; }; + 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; }; + 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; + 5E887394FA7296FF7E1790D3 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61A80A23B8D24FBD66189010 /* Pods_RunnerTests.framework */; }; + 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; + 892D0EC1E0642CCDE5DBB509 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5DACAED4E4E1A395C7DE55B3 /* GoogleService-Info.plist */; }; + 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; + 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; + 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 97C146E61CF9000F007C117D /* Project object */; + proxyType = 1; + remoteGlobalIDString = 97C146ED1CF9000F007C117D; + remoteInfo = Runner; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 9705A1C41CF9048500538489 /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; + 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; + 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = ""; }; + 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; + 42A0FFBD9311DFABE551C1DD /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 59A6FECA91A8312990853C92 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = ""; }; + 5DACAED4E4E1A395C7DE55B3 /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Runner/GoogleService-Info.plist"; sourceTree = ""; }; + 61A80A23B8D24FBD66189010 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; + 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 7689ECC10F213BC222F3DAA0 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = ""; }; + 792DE524DAAD929EC71162BB /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; }; + 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; + 95A44E988A2339A5132DB1B4 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = ""; }; + 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; + 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; + 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 994FE13D553E464AF091ABCF /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = ""; }; + A1D25746DA9CC242678A7D36 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 55E01B7D5275D67438CCF3E9 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5E887394FA7296FF7E1790D3 /* Pods_RunnerTests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 97C146EB1CF9000F007C117D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2E6EDD3503F56BBC18E29AE5 /* Pods_Runner.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 331C8082294A63A400263BE5 /* RunnerTests */ = { + isa = PBXGroup; + children = ( + 331C807B294A618700263BE5 /* RunnerTests.swift */, + ); + path = RunnerTests; + sourceTree = ""; + }; + 9740EEB11CF90186004384FC /* Flutter */ = { + isa = PBXGroup; + children = ( + 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, + 9740EEB21CF90195004384FC /* Debug.xcconfig */, + 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, + 9740EEB31CF90195004384FC /* Generated.xcconfig */, + ); + name = Flutter; + sourceTree = ""; + }; + 97C146E51CF9000F007C117D = { + isa = PBXGroup; + children = ( + 9740EEB11CF90186004384FC /* Flutter */, + 97C146F01CF9000F007C117D /* Runner */, + 97C146EF1CF9000F007C117D /* Products */, + 331C8082294A63A400263BE5 /* RunnerTests */, + CCEF15E9A905FB0234502CC2 /* Pods */, + E06F768C4F7E41FD441933E3 /* Frameworks */, + 5DACAED4E4E1A395C7DE55B3 /* GoogleService-Info.plist */, + ); + sourceTree = ""; + }; + 97C146EF1CF9000F007C117D /* Products */ = { + isa = PBXGroup; + children = ( + 97C146EE1CF9000F007C117D /* Runner.app */, + 331C8081294A63A400263BE5 /* RunnerTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 97C146F01CF9000F007C117D /* Runner */ = { + isa = PBXGroup; + children = ( + 97C146FA1CF9000F007C117D /* Main.storyboard */, + 97C146FD1CF9000F007C117D /* Assets.xcassets */, + 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, + 97C147021CF9000F007C117D /* Info.plist */, + 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, + 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, + 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, + 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, + ); + path = Runner; + sourceTree = ""; + }; + CCEF15E9A905FB0234502CC2 /* Pods */ = { + isa = PBXGroup; + children = ( + A1D25746DA9CC242678A7D36 /* Pods-Runner.debug.xcconfig */, + 792DE524DAAD929EC71162BB /* Pods-Runner.release.xcconfig */, + 7689ECC10F213BC222F3DAA0 /* Pods-Runner.profile.xcconfig */, + 994FE13D553E464AF091ABCF /* Pods-RunnerTests.debug.xcconfig */, + 59A6FECA91A8312990853C92 /* Pods-RunnerTests.release.xcconfig */, + 95A44E988A2339A5132DB1B4 /* Pods-RunnerTests.profile.xcconfig */, + ); + path = Pods; + sourceTree = ""; + }; + E06F768C4F7E41FD441933E3 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 42A0FFBD9311DFABE551C1DD /* Pods_Runner.framework */, + 61A80A23B8D24FBD66189010 /* Pods_RunnerTests.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 331C8080294A63A400263BE5 /* RunnerTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */; + buildPhases = ( + 4F72F2672C32C56AD76F80FE /* [CP] Check Pods Manifest.lock */, + 331C807D294A63A400263BE5 /* Sources */, + 331C807F294A63A400263BE5 /* Resources */, + 55E01B7D5275D67438CCF3E9 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 331C8086294A63A400263BE5 /* PBXTargetDependency */, + ); + name = RunnerTests; + productName = RunnerTests; + productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 97C146ED1CF9000F007C117D /* Runner */ = { + isa = PBXNativeTarget; + buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; + buildPhases = ( + 6714818FB604C690CAE74317 /* [CP] Check Pods Manifest.lock */, + 9740EEB61CF901F6004384FC /* Run Script */, + 97C146EA1CF9000F007C117D /* Sources */, + 97C146EB1CF9000F007C117D /* Frameworks */, + 97C146EC1CF9000F007C117D /* Resources */, + 9705A1C41CF9048500538489 /* Embed Frameworks */, + 3B06AD1E1E4923F5004D2608 /* Thin Binary */, + E29A359D9EC66FA990F849EF /* [CP] Embed Pods Frameworks */, + 5EDEA40D71FAEAB0D172BCF1 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Runner; + productName = Runner; + productReference = 97C146EE1CF9000F007C117D /* Runner.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 97C146E61CF9000F007C117D /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = YES; + LastUpgradeCheck = 1510; + ORGANIZATIONNAME = ""; + TargetAttributes = { + 331C8080294A63A400263BE5 = { + CreatedOnToolsVersion = 14.0; + TestTargetID = 97C146ED1CF9000F007C117D; + }; + 97C146ED1CF9000F007C117D = { + CreatedOnToolsVersion = 7.3.1; + LastSwiftMigration = 1100; + }; + }; + }; + buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 97C146E51CF9000F007C117D; + productRefGroup = 97C146EF1CF9000F007C117D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 97C146ED1CF9000F007C117D /* Runner */, + 331C8080294A63A400263BE5 /* RunnerTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 331C807F294A63A400263BE5 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 97C146EC1CF9000F007C117D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, + 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, + 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, + 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, + 892D0EC1E0642CCDE5DBB509 /* GoogleService-Info.plist in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}", + ); + name = "Thin Binary"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; + }; + 4F72F2672C32C56AD76F80FE /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 5EDEA40D71FAEAB0D172BCF1 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Copy Pods Resources"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 6714818FB604C690CAE74317 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 9740EEB61CF901F6004384FC /* Run Script */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Run Script"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; + }; + E29A359D9EC66FA990F849EF /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 331C807D294A63A400263BE5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 97C146EA1CF9000F007C117D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, + 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 331C8086294A63A400263BE5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 97C146ED1CF9000F007C117D /* Runner */; + targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 97C146FA1CF9000F007C117D /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 97C146FB1CF9000F007C117D /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 97C147001CF9000F007C117D /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 249021D3217E4FDB00AE95B9 /* Profile */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SUPPORTED_PLATFORMS = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Profile; + }; + 249021D4217E4FDB00AE95B9 /* Profile */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 69ERN967NS; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.example.konectarEvents; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Profile; + }; + 331C8088294A63A400263BE5 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 994FE13D553E464AF091ABCF /* Pods-RunnerTests.debug.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.example.konectarEvents.RunnerTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; + }; + name = Debug; + }; + 331C8089294A63A400263BE5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 59A6FECA91A8312990853C92 /* Pods-RunnerTests.release.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.example.konectarEvents.RunnerTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; + }; + name = Release; + }; + 331C808A294A63A400263BE5 /* Profile */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 95A44E988A2339A5132DB1B4 /* Pods-RunnerTests.profile.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + GENERATE_INFOPLIST_FILE = YES; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = com.example.konectarEvents.RunnerTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; + }; + name = Profile; + }; + 97C147031CF9000F007C117D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 97C147041CF9000F007C117D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SUPPORTED_PLATFORMS = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 97C147061CF9000F007C117D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 69ERN967NS; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.example.konectarEvents; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Debug; + }; + 97C147071CF9000F007C117D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; + DEVELOPMENT_TEAM = 69ERN967NS; + ENABLE_BITCODE = NO; + INFOPLIST_FILE = Runner/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.example.konectarEvents; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 331C8088294A63A400263BE5 /* Debug */, + 331C8089294A63A400263BE5 /* Release */, + 331C808A294A63A400263BE5 /* Profile */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 97C147031CF9000F007C117D /* Debug */, + 97C147041CF9000F007C117D /* Release */, + 249021D3217E4FDB00AE95B9 /* Profile */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 97C147061CF9000F007C117D /* Debug */, + 97C147071CF9000F007C117D /* Release */, + 249021D4217E4FDB00AE95B9 /* Profile */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 97C146E61CF9000F007C117D /* Project object */; +} diff --git a/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..f9b0d7c --- /dev/null +++ b/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + PreviewsEnabled + + + diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme new file mode 100644 index 0000000..8e3ca5d --- /dev/null +++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/Runner.xcworkspace/contents.xcworkspacedata b/ios/Runner.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..21a3cc1 --- /dev/null +++ b/ios/Runner.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..f9b0d7c --- /dev/null +++ b/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings @@ -0,0 +1,8 @@ + + + + + PreviewsEnabled + + + diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift new file mode 100644 index 0000000..b636303 --- /dev/null +++ b/ios/Runner/AppDelegate.swift @@ -0,0 +1,13 @@ +import UIKit +import Flutter + +@main +@objc class AppDelegate: FlutterAppDelegate { + override func application( + _ application: UIApplication, + didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? + ) -> Bool { + GeneratedPluginRegistrant.register(with: self) + return super.application(application, didFinishLaunchingWithOptions: launchOptions) + } +} diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..d36b1fa --- /dev/null +++ b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,122 @@ +{ + "images" : [ + { + "size" : "20x20", + "idiom" : "iphone", + "filename" : "Icon-App-20x20@2x.png", + "scale" : "2x" + }, + { + "size" : "20x20", + "idiom" : "iphone", + "filename" : "Icon-App-20x20@3x.png", + "scale" : "3x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-App-29x29@1x.png", + "scale" : "1x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-App-29x29@2x.png", + "scale" : "2x" + }, + { + "size" : "29x29", + "idiom" : "iphone", + "filename" : "Icon-App-29x29@3x.png", + "scale" : "3x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "Icon-App-40x40@2x.png", + "scale" : "2x" + }, + { + "size" : "40x40", + "idiom" : "iphone", + "filename" : "Icon-App-40x40@3x.png", + "scale" : "3x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "Icon-App-60x60@2x.png", + "scale" : "2x" + }, + { + "size" : "60x60", + "idiom" : "iphone", + "filename" : "Icon-App-60x60@3x.png", + "scale" : "3x" + }, + { + "size" : "20x20", + "idiom" : "ipad", + "filename" : "Icon-App-20x20@1x.png", + "scale" : "1x" + }, + { + "size" : "20x20", + "idiom" : "ipad", + "filename" : "Icon-App-20x20@2x.png", + "scale" : "2x" + }, + { + "size" : "29x29", + "idiom" : "ipad", + "filename" : "Icon-App-29x29@1x.png", + "scale" : "1x" + }, + { + "size" : "29x29", + "idiom" : "ipad", + "filename" : "Icon-App-29x29@2x.png", + "scale" : "2x" + }, + { + "size" : "40x40", + "idiom" : "ipad", + "filename" : "Icon-App-40x40@1x.png", + "scale" : "1x" + }, + { + "size" : "40x40", + "idiom" : "ipad", + "filename" : "Icon-App-40x40@2x.png", + "scale" : "2x" + }, + { + "size" : "76x76", + "idiom" : "ipad", + "filename" : "Icon-App-76x76@1x.png", + "scale" : "1x" + }, + { + "size" : "76x76", + "idiom" : "ipad", + "filename" : "Icon-App-76x76@2x.png", + "scale" : "2x" + }, + { + "size" : "83.5x83.5", + "idiom" : "ipad", + "filename" : "Icon-App-83.5x83.5@2x.png", + "scale" : "2x" + }, + { + "size" : "1024x1024", + "idiom" : "ios-marketing", + "filename" : "Icon-App-1024x1024@1x.png", + "scale" : "1x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png new file mode 100644 index 0000000000000000000000000000000000000000..c7305faa98cd03dc7625604cd1243b236096620c GIT binary patch literal 146465 zcmeEt`8(9n`~GWCRD@Prq(l_TF3TvNDW;BgMs^=!Z%PFzDYv4-8s;5X=0}7ywqc?EX9a23-2@&>GVX+;Sgpz;uO8olK>{}vag+%0R?-kSuXwEvPe+is^?f$6Qrwv!< zg!CW_3$?5emrXa0OR?e1dmFf9Ub|!8Nm1=0pR+Y*OAh#Yep)jX*;|h7zJF;R$CFMl znJbO=HiNc7=xp+B0*Vl@Fbgl44Vpyb z)h0~tP|(B(ij~M{k;n~2b8`#RTu}7)Z#BU|HaiX$Xp#Ve-QHZ(@Gr2;586PDiyUCB zj3*6@lN83s{(Pg@HUXXXCFtV%EB+xIXsY*P`s0E)UFqMSHwRfVCt(r2n#mt|pb5s= z|CPf~(JgNdOnv_KjVLPkI}p4z(wcMIo{ReuDT+~n#1=Q>wyypJH&iQ5KgF+iPmxYp zdnL$!H&i|7wO1hnTJ4}`Xfe}LK+1;aVc1Q1P-+)ml>qjc49?-ri0ugv!5b|YGlw97 zbaAP)W1;#cFhhGz_O3&xGl)bCJM`v8(toNk?#(b@r$7e9BY*)s+N}<}I0aT2m@s7O z1@?DtKLpe6PMG|y^KDxqeNINl{RIE~7@KIx;cioz_`0`-x}g6HlzSW)I^i=9;N+j+ z8^^9SgDW2|pn_nf3DShtUKj-`+BX(_%05s=U1{avwjYQDCJX#i(s}}u8X`pZHh3Z= zZ11Cu3v(fiddZd>GMhu4CQELV-({~X18u=@)phy+NtT2~hhZP~6^85z{3U)46`1x^ zG+CrQ_|%}l?Ag7|hO6AI@$0L@ZxL$SO|1S_^?6E}=^1llavhnZPT(v5=;;h{dA}*G ze~`zpst=(&SuR3%mSsG6ncF_>&5V02TnM9d*31OBTWmei56i4IY5A^StMp!FleY{4 zDUH7W;>j~w>XGbjL+Mb|3xkk^LL~GIoi4H%@t(s6j~%D>?0Yw>`$7t18dm#JI3P zk5xyX(nYvy_>^0P^t!AB)--7v-2XEVEIIt^>5MLv1f zFDUmFyO1(kzD(gxN*7Pz{P9~6SCwnpbTN0LlNN?XzFOzj8jatO=Imql)elJ{>qD+setK=Y%ZigfV^_bR-QhS*L=X{@ zrViw{u{N67%(!di;P-cRYt8!_V3oOa9rflD7O%WnAEbwCRYM_~XN{7+!Aea&6B~Et9x# zc8p@>)=>T`DYA!P9@5nV-=1$+@i+d_kn?z{x}=3#@Q08LrdE^M7u@QKu6vnj>YP-U z1Eyow?t45nV~(400ooUe3P!*7Cxd+KsH_JEx!-J#bG5bscOrLk6ODWqPKJo1I7hea z>rOqZUJ7&HFIW)odUaewmlsq*vA+q064wOE4*C)>Rp%lAs-qlGZnaQzVNQvF_b13T z_~lj9_5oj0cx15Lt)5DYwJN3tocR?xbO{|k-M9JmC5*de2OAp1%b~oW5d?e*z#SmCw-apGYxp44){Ya%Z_kedHDmXDux6Z!fJRkNSj$b>4r{_|7k3DJcV zVCDK7b1?L8!7*LvZ{k@ScU9RNQ(zN$Op~`OLetvOMOB|_$G%LF+I*IBk;L8@GbEp) z1O~;kZKQadQJU4D=kZ01;;G-hG^aGkmr7Pxm-S38WfnMS`LYPL+((Hvv?W2jiOT-$ zU#d)8(E!o{0cscfoPS0=DWp$RI(4Nv)ZF4^Yt130E;=!YA|gQ%DH1<%KTJF2L}*Ce zdA#KSmcy^=cu8>?Ly8JVHZVs`yXNr9h|kJ#zevfq{&+@FvTSV&OwGWSwi9dpg}9e4 z8H624_Qrc+f@Lzhq+fuY_R<1p#M<8ZPPEEvZ}o7M*Kx23YG>s!5QUx- zf;rc_v8T@{tA4VNXN*PgaA(PH^7QR-Ma@`#ca>Ovj!xmT>kjRbq)S)97 zvjq#JzTd&J^dgiS8^_;s1tV<>E~md;4ySVGsuhV}3IggHE_MEU<1p)KejwlI%r1H% zf2+!1kUpLr{Q{K;x_Hz+494MA`#=A9Ilr6{nB@)DsAKg6{JVfVp@q4Lpu$?qRZYDk zb88O<_;{}H(zP8b^bt3kPdZpsR3|%bB`tk3A5YC~#x=Y);|5T;^J;2h6xnW-@OYjc z7h7PM`)<^YhyOr<@Ln;W=t@=x6b{%e%nAWRo*rpT>jlWu`mr=H7&g~2mHwq0zwVP&Co6(jO_I;oRSF*k(yuD z;>Zmg-z8jF(hYJou$O3M32~Mcyjnjth`)sG_uj1!ExQQ9uW4!*UVk1WJB9e!@Wo?C z7DbK{N}5#vzy;7gojTDmGN5)QNwJeOr$+I72RnTQwNj29{B^0C5fnsVKTCw?OT2J9 z{RxD=k`D)<*uq4K8YPUhAvI?VQ$q^YYyPUrdds8R8S2umerR6Cc!ip?nK9`W$;Qat z_bkI;ey|ooc=A#lWQEuLSC9Y!X}KnyPeZ%R&to5wcH=p|(mmiM$Q)c{brm;Osopwe z=VUKw*@d*6(@>i~V|5d|l=D`c!Txt9HnEHm`yAa{aC)ozvBSGM+%YcL`?FF%(yT8F zK1!@_*~TVlSSumw=$5~4xRlnmGI*LA4v^C~{E-~~+8iVo`0}ou11-W`B>IJD+5p|| z-t}KiQOzpbvGRJF8EbW4xpP~~@iMO~DsFSSE+mSa)wHi`kV(>t?ypKUioLOrBMbm` zEPF*hd%`;9mC-UaZ`8Ce^ioyYGikm_)|i}bA~G3p>kk6X?k ze*|jBO{P9)X!Ve`=a2IYm7Ani1>rT7n<5dO;Hg$m@HKf1e0hy-#Mz3~)njd$R0(H& ze68{1ulnH%k_q0>>POq}P`GIoNK!W0&R!qORXV`vO5h0P&9s?wH&d&9OK7uTCPDdR zqgy>5)_LvQF>1B69|e}G*#9VqTO>s#O;`2&quA~l4zl+^DJJjw)q}@-0-j%$=0FKOye&-qlyye%ecw0^ z?is!5E4$FAx*kB1-gX#{Mmc_ndYGDy)^83y*vPl}J~q(fSM?c$Ij#KS0=vOG%AzM1 z0Dx|LRoa@P&BAhQRgoWYE@W^twrila+|4Y!!}yb{hUx<1M%e{J!te zA6WYqw~}U147vd4;}|oEBF1O6KAh?%Rz|-FXDKvjo2pAIOOd66l4$)_`8s#Lj} z@F$vgPXW`ngPy(}yKisgO-+d*WxosVGa^SIT_i7&YBOY=3OXznN0uXcXGHMuWT5Cbl#rmMA4`^!?QCMC=2@^*_epEDKxO91)jOns_>GgSt*$GAFmh zf6yx9Xh|9j|JvV)F1CG(PpaheU;l=jrG1T9tBvod{`tUs!*yYZlQq_|{b{erwLh_e zixE5O2YOK!m7<^Zxxzx;lA(>HXYHYMFW%p+uc#?SdNb6|Rle{dqO%{P;{B4Z_h<)y z_X_9!EB?iw;9Yc2kDP zs9koTEjy?Yv^Q)Y71f>u#}BWWqlxUk%Fn+H!Yuhohf_2zALqU~h4#uSA?r1yr>g^{ zy@kUgJ8317Zym1q`jhH?P-JO(4;Nk9E6Wr2zLveus}Zxb4w{*L6r8v13*V=N#XA-kq1(0I2ow0w zxz}!yWH)Q`%vQqk2YHN7F z*XrrC4HA#BoJKpnJM<*rL3ve096P4WRwpNt;cBov|@vu8ByBSBHXR|lT1wTx-pR6z8gq>G@a$?if1Jo^q*;e-Fok{HJsE8eCaK8 z(U(HxP2p-w0~>zbJ>9xmVOrLM9A?#m(^9_YD(rV))f(PSK*HrX|CGkr+jJk;`GE-2 zQ22fY-o8_?c{%2k1BB*wXEa$L9ee*?^*HxN?7f~aFkkA1ti%yf(#>;9BJ}t)&v~75 z4&EadM|{T0qS*w<@N;zHm&vQPA@bFC7F2Y8n_U@9xqds^KH++d_`2G1SY)a<*eW^7 z$Q9TIDdaH`rN@16HW+hinUafRGORN}TixxH6r(XdZTtW}j0Yp)1!If`tLz&9Z=s0Rd&MuOPhyzcB zM2D8k65pt@YpnryvMi(!fA8(ILx5DFP>0rqR01BIH9EZWyEu9f=sD?belcl*z{yhm zH|VhU9|!Fx9)T?fdvM_HldL~F<66`@!>ut!)=J`K6~*tFu-%Uu4Qu9)pw zqXdPFkuBqM&qSk=vuSHS;fo>`Wn)U24X z{A3n9wuKgIsRfH#iO^Oqf%1Jum%GC%<0NUB!hm)$%j&bDtXn|Qty@5CyQu(6CM2aW z;mFYK>Y~aFOI*T?`@&cyZwYC3Rya|DwJ~H0S0U!*x>O&<)R$x?>0;_+x;K&r&pfg4 zzgc|n(uoc|3f6%w)*)`mVj=W^Z3QmXkr~pH4_sMCtH+dFdHo$3dOr&z>BxkD`L#O1 z!aQ5+Q)`oHy+Zsh!0Hn62*am%I_H&iJ!%n_c@16l*vuD>CzT*JI*@v-SC>Wjqknjn z+7Cvz7(~1^?TRj=R{0$6npBkC>4SJOH~T;QVrPSgy_rhN9q#15)krOnH92PxDEmp` zP^l1hT)M>p7aio$V3mv9AEKBbIA9A8OT526D8>wN7w5*PJLnEDptMnq7K7-IOmN}P#v zmGlkQV^Uj)=g+`j7yYv0-EP%xbrl&pC`;m3nXT zXZ~_&8lxeD*WdV+Zu&5RpZPK7(~`k}6cE%)t=LEq-&YtHf$_e=KEBWi@-2pX&8GU_ z-6~i{47SOZ9dy7Z%dy!7#c=|+=p?!xK9y7&aYJ*tj2&~3nffW@QolaayZ3POHwaAnktgCotC9LN;XqijA_ zeSI}|ef!L#EpHX)a~PSljg#*E~6_tHg;2A3i2}GK=z@RUSmNcy@ zLApHkD3}ME(7s@myIw1sezT$Y-d(dAKhLi1<#E(l(D7AxQ*1+r9pKR+o#yZj=I1FRK&P8=r|AN-gAFHRpMyxgiy3x`v0&nuoi z6L>Ja_f10ABaWWyiKz>cB8^+*cyi;sMnZZ$u-Gyh@$9!72lX^bLJ&BtLpl~RF5ddE zP#06NmMW9BWr#oNEO9a->k#964cUD+`s3T!J5_<>H;Op#czLkWA2$`knSbtgRx7t% zfeyCq9->(lE*X}z$<+*Lznc*_H(G9+WMlYYdqCgUQli`cO4ACqVIXw-R@85klz!W& z(N{OWTo)Ty@5C`>3LRt-R<b>V(+H5`YOloeiPI2&@b(L+Pn}ij4+h8zcnLcZ8sl)fQ3|)fL)MZKfs6Jyb8l7piZ4%YGB~rt+=s%FoPkmA(!Y z)E_aUw50H2?wp~lA$)}xJvR_bEwwy95qeoFa=cvpx)d*)m(#gHUog41x z{H48h@ts_?t)}=|Nn9*@2$v#X`q7RKwij@5hklXV(szu@CLg}GdV1Hn>P!>LP8tr- zkDB5$dR@dr5fPu72l6e)@Ay6#7X(Usx-;x0ncXJ)&7J+;7}q9k^S^^-j%`8UXw++w zq4MR1L7;TVs5&1}cl|e2Nv36v6B*mmrt*pCxTr{R6c9Ysz0eoX6GJV1o(9EPr5zM) z0kP(4=eGOgP$ml%94Q4g1A4wPMR5)YhsifKVT4x8C?h9kl}N$#vg{E;g}~nr>VON> zy^y5gY{VUDci-V0ENUI9Ytwi&4^@;N-o4lJ<(o09RzBzwX}l zZUgu=1wVAxUO1Y4*!2;=RfY~)NkJn@p-bbH_0iq1m!KN&x)k$*e9pIBm97Bp+}^>Z z^K=?ep8~`&jLgmoyGlLa+QRZxG}iV(()V+|}X2m7SbWwF(#GVRb`; zpP>?;5cbS$Blp^ZF;k}FL712EJGgvxCYJv?2P{BUj~k;%!Ac8S4{=_dSwv}iY^|%T zMBSsq(IiM)Rb@Mk0;p2crGegShc6kjVO^E4;#=?Hb5Ea9SK)1~UgLL!@vebNK`GY1o}}+?cEPsS4{EF{};z*UBtr&CLal?G81^tD;G>wyH!(Qw$VVZb+%rKN$J@^T5jrBSt*ygc>)- zSD2d*ux%+l@}u;f)}>etz~}tUzgrnjJ-&Z#E45r~Mtj-{rSO*hiv0-JC9jl!9v2(w z-)*}zVd$@m&%XOQ^K^Y;ZhWh@mt{=P4qu4-LpPnvsnwMe^{qcj<$jdj{*kg8Ix7Aa z-j00eg-rU1)AIngzF)dirTy4{Mzv~4wpA}IOtz((hDbB5a7Tn7J|qmUvs( z1KW&PvJaRvh3nLKyWMn;p3$kdZE(fX_=wigv8z7|7447R710%pICjEr%v)rPlKOVt zXQRnG+8$2$7?1NabYj{UT5=u#^_S8eVphhNG}nH#{!~oC3z`tHJEI-N4z=_9D!!{2LfdDX$_o#8tTrSV@WzUks5s!vfi_6J19PXzxl7K^g4i zKm4KbX}il~3%I!-NN1c(t~p*^!x*5B-Hxc+Win+En@}?xJ{oU*LA9v z90S?cACfz#VVBO8sl6pLYfOk`!n*91Fwl0{ zh6^w|V}UJ~Vk8Y!m^q*tx`s8e zQjGSQ1q)DD4%mHQ1XuE&HiJD5Zih|yRTMlK0<&H+yU#H9gnGR>!QoQ(C3myh0VQ8z zVi5<-{HU8=7`u9GT~X;D>DHY9=T7@7(4o36xXx@gh?1e>p;?SbWIc_)1#EIR@h$!C zK%vSh@p5!4gT=Xg-Ha?Fp&8a_sNX^89dwWG@@s!7vcgTI?{uGAyr{t!dcV?011KMu zc>JUiadcf(`8p}u?-+%&5f&;V?*f0ss)c`h=QXifwm!&kw&aFh_1HU#s1Qzv%&_LV z+6qxvPr`ca+r>3Y7!{o!ZBv>OzLDg(eECZwnuoT)m<1WPY2fEP!o0VidtQuU7A&Q}pl|!~+^> ztb2sC_NTNqAVqlf#Dp6&mOF$1hjvrJ5o%Y&#SMQQE32WLTg-#K54s&FV6P2LZ)N_* z`fsT6vEA9%R#olby(Xm!-2Y@U^qB|aaTxY3&*mWP4mXBWo6o=+B*=lOtsjnB(Y}r) z68UVoYyV^f+Cr@S@;rl{rbr>BMEu0aYKP-)JplfGOFgVf^WqeDUhJb;&gm9R;XK|^ zxmyePYV0?5t75f*_LY*($+tvbxU2pT#B>z}dF6)N$bO3GUAsDx_;8P(E5sj@l|=<_ zemKTlUpSm)s(yz8anihd&t|p1MQyDrwj=el0ozqbznH-OBa*I}!^MN{q`dx}ft(Vf zWx6;P49y8Z?jQENzK94JrjE55UI%r5f-M!bF|JC2RuzK00_n)mvnzM;Te4Ob1)5F; z@T5HS-yzWD=k)DU_u0aorA&@#bJTB0#E2zQu5Pr89%h76w^kSdGb23x^;3=AGMSUO+8Zpf0_ic2BAjq%g1@zE$>H z!WJ*A;^im*ZazXNC6pN~xc8eBj|~;qCsuj}U$|jJi1@~zHT;X$K{tIMR?;P8-Z&~{ z+K5&j%+!jCdhp(5+~^nORK$S3{tFINo*Y4Ehh-<|@3uvO$ExZdA)~`Gg2eUr`KHjZvJ_ItYJBzBIICUPrJD zqFxk`;$5@l&kc_B9&g|#&$&TNU4?b8S4GeoduFp#c=EuMtCK<~B5)zU&X61)cf3*k ztoMh7;sKy%XUr*mW@U7?CQfh>KV*}{2^9DJ4BeB`6JEiRrob*8@NAC7wYxUjH%t1+ znNyib%tt@G-chc$1o3kDHxbYxt)6|$%x#rr@J|zD4>I((UyQZir3I|qW?18!qm$%! zub5KMXP4U5pBr9uy2%UTUSxkSe3FH`VOVU*1;iLx$fp#vSFrPfxjeO^EipnW>2-~> zm4|ivH`{uT?G8l0wzoXFlGJr5wtR*YwRP=$^SbeVOg@#CR0s8-4U&yME<$M|<+~{Q z^^kf1DGmR+XldrkK*#3ee6614z$#Tv%~#+@v$HQN{Jgq~FHWj{5R}-2A2xocvt(@e zR1?3TKOZJz52bjj{6D<4PvL~h0cH)wM|;tFFwjb`K)?xkv1_oX=D@|c5NUf)3JMuU}vdy$UhF&IG8$QV&D`qXt|I$3=$HN)?rw*0G>~^lBk&J(X-UlOyq93-s@2~opsquog&1i`mb`t3KK5CD`|bei=a#I@uJpG&b#*0)(3*Mg?kDa{9D%+71DPd%)^%>979Bl2L!*XIt$G5sS~ zs+k);r{-q@2U-LBTm1;M$pJwF6+U~JXAplIfYx zm`?~1q39#t==hm1C5tMNZIG8D`vXB^hq}M}?Nj*gb7PW9jwxruw46XFyW8~2LV&k~ zEtG4fvr-8cY^|*>RUizwKs_|3jr{Z9Fa98BaqE`D-)pxmZ0l8#a-~-Uv0lk~0duN`5Q3e$>$`L5=V*h0?vEa%zsajNrm-7!B#L5z$o|bM$inecx>f&N& zr;T4U9~0o&tt)~76B7UAi-Tg^n0&wDW$PoflyYo+zK!y>Gs;YGq5V2ySP@-aT!JJ} zm-7ej0LQ^KftbL3U)V9DUdlseYwCpJI>V6J3SU1o?oSemV;rN>407jQ-hvKQmA1-g z3^qWw)u*de~Dx{*ayCZTnQGn2oF!sidgRu9TDHMxECsxc>Y=L-i1}ngg zK{TmuZ>?SKYC{xo8>V);m+*%<&-`+&;J7|hn0DtQF`$-VT1_p2dbrwuJZXIp zlF_~I>jlFqWXB0cDBufKHjb7c4-QkSP9%X&mAyXc=_CmpvybEL(F>K$bKRr|=ALb= z6Jms{EbAo0l2e9`M?eX+S75)nzXU;~l>K|D2EKq-JKptaf;gkfjvL82WT1Muyz?4g zvxq<8d$6I$!XB<+kRZX*(F9z zb(fZoDT1Vud8kuoa#nf7A}w*8)m3=EYG-4*Gx{mJR^%MlM|d=Z2BUBAZqu;yv)B@5 z%IeB#hRwimsC#SeiY#-4K+VnrFy{jmnyKqDHP^vUvxmk zAa@FZ?=+Zef=F9au}G8dBWGU$8;2XY3G)i0h}VVjM>G3^nX;f;HY~FfcIO2UulvoX zrG5jTCIj20134Ee+xoho*4Ii`Qz!ZabtfoIFgC6S`?`%abNRL5quPosl_)T)IL>wG z^6OkTwzhE|2adj`O5+$D*z_7HIK85H+~tkYyaFxb6uYb9vBsH>8{T|*VCyvuU5>S~`^dwS~AGl8!nLZN`jTf1@5^!@rj2HZ< zA*9c@rlj&7Nx`~DKM>NPTNw|QZq9LV^MXF(R@Hvy{kfZ8&`^Z^^L`NQwg9ieY0P3x zLHplD+)L19JA2bC!>Vf@p0sp9Z`=I@Lm~0xJ3_(dya~ic>9|S7s8`Y}#?UA&>G=Mk zhv6g@Smr0>paOg2-*MK{)!QqeuYd{NrP z{mnC^P7m;M6k2(_I#U$Zc3~pCFdTsNjC<5Xc`)!I)Bu3TvD#Hz3mj?pw($GPsd1jx z_x`S_ctD*xloa#_e{GksS5r?-i7~l-@WSOa5pj+`-qedEzWC*ny7_67Jsm>RSV1wD zAGk~Uw_rv=g5~epyQxrwHJ;t0OLU9Av=md=7q@mg$*lk~K5h|>Eb-W)VlW=0 zwg{C;$|QzV;cHAkShX#fI$%A0aE46zeq>$R0h`xJ7R-*)2eX|u1c%!!=dU$D`TT|C zBncF1#e$lg2yo>=9RnQ{V!L+Y&PTAvs2KDv9%ssZ$Y+5L(ibRYZ~yceI>NMUC;Lje z`HDEqeU<{wETy(L=N!&C6|y+}upm3tFx-Ls%To|2vfw8> zw{R6th|qjdZvl_E9d_$n_h#G0vm!RlIR1$H2TrGL;fJd3%7*C5qNsZtB>9h3va~q| zv_lLRw&+(82m~NO-0o-|73;}#wGU2+>t=kZ5MWblKJge!Sa4QNI8q)c@4mhWGFk&# zsCh`w=P!WAhcW%rcyyhCFhCwd8=l#XZK?t_4)!Wlvzh2!{R$?JNInh_8i~JlNTQwLj`#{L>?^6{A8X*}?Sjkcgjk;R! zA#kkzwJ#4aVYFx7lZjJk&E;)WdgZ@le2!9`AzTIbNj6f>3N)Lq5>XCae{l8_nq0FG zPZoDPpmN#lhv{V589G9SRf7<1$E_cy$!BfD&LMS277jQbG$cA$O|^-g1*X zbC$o~Dt@E1jPc}hz~$_y;4Pphs8EhrpQ>rJdr^-9mWcx0j6!TE9e+~KU|@U9sgipR z-{)0XXzGPHE?V<3QU1xBg_-m2Zx-gx6MDZR{j=1T*s;g2=Pdl>A)j@f=u?|~V57f$ zBSp`yQsTuU^JrtwH3-Tku|YNQn|h%mm|sZoA+EeLt5+=cX$yxJ8P%)Lt}S|_vgRAC zPB2!mp$iHvXgRjgC&jh*CP}aUtQ2CETdLD0WNSZoMwvRM$=W+GrZm830gRKr%er;e zwvHzd2S1$b4#kWi11v*g(tZx@a)HSMM`8C!L~ z-d8NqPR`uGm_14!(-ib8CEPeMn!OODddLPp01oqD){q^;D+DEg?lROapqbF=RgGS2 zxJ&L#x0X=kZahus66J^06x@Q`jpJ-F2VRDi`1MRN!yf-J=QjD|$ zkM0+obC7>+9Lo!Z4+o?{c%lAuCPaey$<|vT^0BEjWZt$3%D(o*QO%g5O{jmJI+BZr z@MuH*`~WbKUs+}{ma_;B%?gfHR2Hh@#F=^z)@-l;wG3XBdmUh*7o2Rp*sKefELG?k zQw_uG7Il_vF1TCH^-*&uQp{|Vr5l_3zl78m#7SW2F@sr+-G^CS<(aN+gA*ZTrjD|6 zA?IUpD>gkM8NP5qmNx~!G{HvT*p>Bq8X9FtPv*hkQr6NWt5DV`{K)!k3NC4ZY+D>x zZ!ODS?XgudyybIhiQL1j8EtI1&oxNZHE8p^93%*y=&)23JDe-|cEYR1^Fe$UTxcfj zg94uz)4fs!s`Gm?pG@rZ*BHMWoqg07!97fvfDdX?vXjVncf+gxSMpZVarZ9qc)j5y8DS?19dcrK|4Eo${=(rf!kND9l0h( z=&&tLt+$37dDP8A#sDMJW?Wor0VGcjHV!li@n=&wWZj9UXaIt zLwtnkUUdX$RNIqTtcBXhR%KfY7jcnHKeJn@yN; zfhx1U%9y$r0)RlZw={x08t@nPHI0GB>SBDh$~qlCSgH1_%6wRl69tCy*)jOFs8#>@ zAzVSW$v9%rc@a5gvSc-Uw#z`{6}SMQwRt+EgAF8lnbMm`QFWw5NW4nf`DT^615a7u z0%WuGS-vR%@v)HqN0A$Y>t94WIZEpJx|GMV&`4p-wP42?(*R?c>WytbMDXMx&WvHh@a| zS6gDCw$81__>;DuKSqK}5hI@Pd^OyL$o(s`zbA7?Ov|E)Ij+`YgQh9JI&>5J%{|m1 zAM$DNcygPs@KaxMTC|(H>2AG4wrqH}+yP6Aqao646GrD?h3O?l{vKA<3JX{YLtqXp zNv4^~gS6rTw}PPRg3qYbpXj-C$S*Cc)?!gRn&Y}Zal5pBQhkmS$o^Wn?sMYx@On$fm4(~~K4Xn5 zl5qV>>;Tmm5pMg6q!3mx-`ztD4UH2j>N2c7-T#i`IyZ2p<16*uy0T>q*%%UE}&aes6mJ9T0LHyw@6Z07s-kQjk9p9 zvvc{7JB=Q)$H9|Yt@qy%%S`tH+y<9$eHNe?6N`4uFCbY~Rm*g2*&Jtl8cyFlvucy= zv9IsZ;+$<#|8MDiEtbKcPd!Q(()MrDWu0~s%RqDuXC_Bb?kliZ$}9xBd}hMX`3ZWa z<}++|V-|dD$_=8Ofo~s(2A4mi3>H39N?;q{40Du%d=?=W zH)B0bljLcx<{Na?XFvWhJ9cvz#612Cq|fx&tRn1#3mukV@muhT(7<@`Y1StIvH z8Onyt>q-x$J6zP>sDZcWwHXpoZRH8xOu zge5Wa6YdXv zDqotL`ORD}MN~Cx7WYw^?lTJgXkQ!Jv29Obw(;sCQ7h8rETOOEjC2ieS2?oX@&0y< z*+HIi&_6fxnM?F_lX`z}-^GoqDTi|FxpJ+XY>FxtBL<>REh>B%CAqt-q1@v)vn3jh zTW7KA9*99f=Uu#u!XRU!f3r_BkgnHpTTmWVRPt$1ZeCKj`?)*tRTPkv1Ry+oEITyNz&# zYfDlSXIc_p9q(Y2CECN7{Dr5Ec90iGy-W1J?YP~Ci}#X5iiVQ8BRm}oYuma;%~CLi zVLf3NZ&Z8it4<8h+wLCDU7h&*C>|Uj`$@+(m0o*h6Kz8owchfs3AHMc zy0ck2#$Me}@Oxz@5dMwXLn{$^$QOjle#8c8o<~h-pP6AJhxYH>&sx0e9+o`RruQpg zzO`!H5CGs@5I_#te*A7L{yIr{$h0pvbsn`S824~zhSJ7h_Qo(q%$-2RUc>@c(?66( z83!ij4dj4dTqp@_0vDjlHlaD0fm*y$cZ|2=Hxs?fRl64d6>abxQF<&83ja$qu-ks= z{rQgmnYoLx5i^%5a(%q%Qyn_ssVudzWG{M-sIIquHGD;{+rp~q%$lGg+sy)zmXz!U zmv^g43uEUqN(;rlCW2>E(6in_GH=Py-LYVgtyRejRg0bXbs$MVqPk)GE*HR{h)p4$ zqi=p>8QRel@=Q8+n{Yd2elfIX?P*)BcEPd3YjWgU^%{!`mELOy8=?HRauR~YtIS*S zjEZq}L8~ZDZ0&%aeDR+{tXdxq1B^3?tP9jk! zB)h369l&J`V9iz5DNz=}Hq+QNhFSZPRb=(tOHgk_HtDA&Ut_7hjfKZLlJgqmV1C8u zecnI*yUG22Y_=G)KRGjd&ag#^c$$!JXY9Hj5U=?P4_QbO_C4OQValjpWpZ|eB&{n> zFSPmuO(&z>14Fu}5J%PLk-Mjf>*opUaRR{fZfJRvVKaEkq_%GQt_ItN_ppK_jSjH}vei=%?>-`lK4!fvAr#sSAgQlJ$KpeyX9H%1(Ei}8N9#m`#ruAxY~B+Ae? zzYF!z#G>SfEX&QIuELIgi9Qw{b&3rLCnm8vLj$O316C(sUxzH$AsbBPOefi>_9)0@ zp|@D!$fThdF;lR(!;;fC(Ew|by^)<4x zCmmM+-e{lnx0PImT(BjX_uhQ&k?^YTs&HLItm)VR;UnxazR86N1$2qK%T>V|2u;%u zSB?Z-O%VIL%$vs4GDhsdGeRo&DON|%YrOx-_%chY6*N!PM`IC zxfPJKg-pABpoJ%^;=xPr(;4T1I!{P!Xsneu*Gu5R)EuYaN{VaW`4!doj(2yo>;@Z~ z28pSbU9g@Mc5V#a(v?wq%tTTuiDf+_psYCUD6_){p?9{? z^*Kx0Ay^{=l(UEgeHf305B)OR0A4~p)yHc%=J{t|BeRf_vUX{X%q+p{5g(QdJ+apo zi?dHDT1=deW#0kp%cYnFmraZ4S3AqP9sC&d9iLm@(Jp+AeXN<*h(PK^>}IY`suaxJ z|INbA)#3$qA}9OF)-X4cw&lv~=H~2a+GC6K2Ns8YYF;;Ae%@q;O7J+WQ=tE~zxYiE z|5CthoY`l94YSR;chbSf4gLtL+#2<+-KbU4DBr)!j4fA|vfEL*Ng?T!t0rX`S+2<$?O-vG*cBahFoBqu%?4@>_07kDBH_8 zfz}5*B!Aao%PzZgu};kS0`I3`UKy-f{li2_NM8P+XA8T#&Z3aYr>y+F%{TZ@Sh8Gq zgyarFqorn09cDjp2h%#k*3li$#R6WZU@tZ)CyHv;kOs8gVR19jA*#Oc7-S;JB&fQ0 z#fHyV^80z|sCB_6 zxc%@u80hxVxb)r$7|S|P?!*nKp@7B06_4w5bb07@+pRcenE)`P4){g+IRsaDOKlYR z`RruuIuGk*_yE6!T= z=ZWV2q`B3MViw2?^D?JO=_g+iM|0k>iSOpe!4wA0#eI>xH@2ysniNI+asZeqv5Sb| z=zO3*^c)hBX11xhhdTNi@4hgNnH81L8h(*LVO*(xUBKR$&efG}ePB5a>EBBT?D8ak zb+!&FZ1T$QRJo{etvwl}rx-qO&}%zob1tJh{QjDeJm`9@(f0q*^pyck{@>g8*l0mO zxCc1>gby=K-!;g!ZUlz;ed+Q9~2$7=8?0CQ{#wdy1X%vSRiA4CcPG zKS38ZgKG1g=S5~oRI)(I_>Y%bhh-`qff|tgBkiNdIZ7qyFmv=cWMjk>a`EU%%{36A zknz^vE9bL_M2HNAHVJ_~b+4DPy;)J1hdREae2AHULP1Ica+^3CoJto~a$#=z{1Y~S z^V)ss7aNVQ;+g_?e9|O=BU@55;IPu0x!0ENc5w=vgvyM$v`dRA+2%aPV#~|Y=eHJa z4@fEzq^T#j1llVdm<6P%ZO>YI_3|@wsnBW~foC39Vs>vZ|A;Bc zK=`H~!(N~pJO^-x&-IClD^HTG@h|GV^<*#;#2fKySi8TVqa=2K7ld)HQDB-$(#xi# zM57&e^vwX{AJF+;UYaT2hav6`6b|F9fP-Bl*5aniqmJMkDj{T^G9@uVgpwL#TR^*< zqaBnr#K4~Y@tI%SqmYFCR$8NW(JGu%*=S$8+tX`x(KziMrJiDPwgGI;(w!LmRVE;M zdT-w#D7>UvwbGWOC+lF1!CDYu68JB}{cG>XJbga4Ue#t-qG~NUJe5@&J3#?dw7l^2 z72fY@+Sjz$S8CbWiP<2(>x`?p$XUQ~T?3>~njOvYbv`H4OE|7R9jB`$0fOdtV_8$Y zjhO&n6arxFVP<4wk-@woyNKR(!=HJNM~qpN%ONy#Ez8Ya%w`yOmyTu-H`i+AU&)i~ zptBRBRqWK6O1-TIEc3!g_yEcVN@7w*jwfLAv)L=48Z(E44$S4ar8OHVt7)Sy#mO4g zkIFq)HuNz%f3UV!Mf*y?Maw_#CX8d)eWBgyu)%eDZLIoqxWpPUd=vsZ>%Lkn8t_sI zoUsjR3OcXwY+G|HTdzOEt!CWokN zoCX+icx0wri3;8y2_jNCZY@9=K2nhiN#0*aX`D!1yZ6TPxh7hXbuHjwtW4yFcl3kR z2jAi(rPU^P0M@C*;4{_)|8+5-!|or7x=?qiewI^x#bzg8R$l7Z^ts2j*EOpLZ87eK zz*@Ep>8&@H%}HhqOxt*rX@H-vI}Poe>8j&Yzu{MXqyV9A{5YBNV;P{8&)`jeGWo#( z@=X(F3F?22FTYC#po8sFA3atoqQ}ny3Ec>Zkc6cS+pvIOGlao@58e)eJhsrCX@b7nHgb#B*}L{(6Y$CnIjDAIWYNnIix2n{W#X6KDK=Bb`w@U$7{NJ5ccxQ&K&6b0+MaVKTZu)Amq<- z*|d%d3Bd9sl#?n@>CwXG=TK~xPWY8!XDddD$$wGUBJ@mWCf*y;y)945rRFUWW@|(%!9v zH8T=OKXF1%`hE@6w<7uJP?f|mcEn*DWY~;lJNYg1-R}yTz8$c7zrjIUU<>mgEPxt$ z&&~=))0IAILvEY3hI=uOya$Kb2B^MAz{O=x_ z$(_X(W)w&a=3E07&DQ721kTnQ+vY9~+*apoHjPEfXZ`9urI9GMp*1f~r*qh(`$R@- zotV$FC{lRCGhxyW+3SFFdk)s__SkDKli{PypA|YIa3P%8>E>trs+;eDeptXc;b@yZ zdgAY3AL(Yde&H?a#-uVt+1s1EF;a7-Q~7X*Pi5er%wGxft;j{oa~=S*{+|hds!{_M z{`ZD3WxtnR6;BO8n=ZYSw)SAc(k46?4c4?+YZkA=UjK#^#L_^_^YydIZiJ2N;(%P+ zthLhzyD~5pa5R@Gm?ry=o@>eyC+e6GTD_W?-aZWPIoO=Vn~cT9r|lbsd3h3kY4b1` zYtcGn;unD^sB4aVj}L6#>D`DI-LsY_BB3L2)t;Lgun$t}73)PL0513+6szo7 zi~@MmU^BJ`E3m5)eNlW%yxg=UjP`1O*lb__Qc(V^S!gx*PNgp&%4ilayp6Js8+;8z zlZ=*s5G4XStX~Xc5fYHVlUh;$^XWw);_*F2A_@LnR$#6Pnzdgpv1yH7G&;8H*FPS< z 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 ToQ2&T00000NkvXXu0mjf*kDZ; literal 0 HcmV?d00001 diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..cba55cf768beddfda7009dc33167827b83cab523 GIT binary patch literal 1427 zcmV;E1#J3>P)P?OcdG6gySG$*S_SB~Hg2_hbjl8`YEM~B_jqq2=WvY-)qJoU9bYi?J`tYzezNuIda^+el-maIRipLFu=&w}DYF5QN>aG&fJ-q2PA{aEyWK_7ts%!JuHk1iMH#*Q@4IB}oNOqPsv{1_R9GY2xejJ_mT1BT5MxqbNng-;|vxWfeIcyUa zQ?Z1Rm^JlTLxAIGZft{{Xr-5>P;4PVi#g1kA8!b-hoR;PHvb?ixY!Eeu(feL$P0*k z_bu|^0zhX!sT`MLYskD)l}XIv^fkm+)baviL8t+k&bA?6MIs%nMQ6>Hz#;kDVR#SH zb_C-(-#h$(P3mjNg&Kz1`ZAX8++a@m{snbxVpCwf=pX&>KrlEf8KZz0#y)a}KPol2g+>Sqf=kQ z2NJMF!%Bp?_ZbS-8bb_53sxL(F5nDNj?BM@!|g&MGu_wnQzp~U8!U1pwWF~A{@j(l znqN;MZ%X;#pzj8i8T9lqACL$KoNQFqs~Fa4j-~Um=F;}Pa^DtKe~F>XCOi^qD@vUG zmAkp%dJnv~5hFCeB!FbWw5GZyB8TN-$jBMOQSU?XdZfTlxRve;hxpv_8g(gdhtWKA z<_8$oN<^-}6gZOs^}>898L5+<@y)vQIetoY<|laiu_X(H1$RexOyJFVRs#~D9@N~< zk!(Pj9wP{jiNlffg=*!|)A9ZyGN1H2#KX3c>Gy=PCv0!W_os_q{BWM{1gQO+Z7iz{%80lD;zc2eVT?1o~g`qS&t h`v2fRp~ryM>JM|<_=fg+Spfh5002ovPDHLkV1f^gxaj}@ literal 0 HcmV?d00001 diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..ef13b60f53672dff64f517eb3c2d59031ab91c79 GIT binary patch literal 1808 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 aVkrPbmx+l*nx8QM0000wRh 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 literal 0 HcmV?d00001 diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png new file mode 100644 index 0000000000000000000000000000000000000000..cba55cf768beddfda7009dc33167827b83cab523 GIT binary patch literal 1427 zcmV;E1#J3>P)P?OcdG6gySG$*S_SB~Hg2_hbjl8`YEM~B_jqq2=WvY-)qJoU9bYi?J`tYzezNuIda^+el-maIRipLFu=&w}DYF5QN>aG&fJ-q2PA{aEyWK_7ts%!JuHk1iMH#*Q@4IB}oNOqPsv{1_R9GY2xejJ_mT1BT5MxqbNng-;|vxWfeIcyUa zQ?Z1Rm^JlTLxAIGZft{{Xr-5>P;4PVi#g1kA8!b-hoR;PHvb?ixY!Eeu(feL$P0*k z_bu|^0zhX!sT`MLYskD)l}XIv^fkm+)baviL8t+k&bA?6MIs%nMQ6>Hz#;kDVR#SH zb_C-(-#h$(P3mjNg&Kz1`ZAX8++a@m{snbxVpCwf=pX&>KrlEf8KZz0#y)a}KPol2g+>Sqf=kQ z2NJMF!%Bp?_ZbS-8bb_53sxL(F5nDNj?BM@!|g&MGu_wnQzp~U8!U1pwWF~A{@j(l znqN;MZ%X;#pzj8i8T9lqACL$KoNQFqs~Fa4j-~Um=F;}Pa^DtKe~F>XCOi^qD@vUG zmAkp%dJnv~5hFCeB!FbWw5GZyB8TN-$jBMOQSU?XdZfTlxRve;hxpv_8g(gdhtWKA z<_8$oN<^-}6gZOs^}>898L5+<@y)vQIetoY<|laiu_X(H1$RexOyJFVRs#~D9@N~< zk!(Pj9wP{jiNlffg=*!|)A9ZyGN1H2#KX3c>Gy=PCv0!W_os_q{BWM{1gQO+Z7iz{%80lD;zc2eVT?1o~g`qS&t h`v2fRp~ryM>JM|<_=fg+Spfh5002ovPDHLkV1f^gxaj}@ literal 0 HcmV?d00001 diff --git a/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..299774587929e0bdada70987081174ae63304bfd GIT binary patch literal 2179 zcmV-}2z>X6P)VM;M-h5NQm}LoZPZ zZlKkaKA2#j7Mi-D_M(tBp?$DV-F-2JKByS57Nsjnji6|tMN^P$pwRe~SgBFklJx?O zpco%Yqb;}(qD%E5;Dri(==Wvkl+C&)JJ;P6&Igk@yE}7c&UgO*pZ}jr7KsQ}SXAu} zJne`Gv_wRpB_aYX5fNyKh(Jq31X>~@&=L`WmWT+nL`@U8YjxAhLiTarm0Y&Ey(x{F zAn^6??#GbL{=TVUmY*N@wsj*rj1&vX>~3Gm-x760S5H=>k71}PfgtWPWGP;Qyk_Pg zkHl>)QM?i97=Awo5@%)oEy$ih%Ao#qMLJ!Cst||=PaxyNx5}@Q`~#J35v9os(1bLJ z)W#2gpZa?C#jY>Y@}5~_eIW9TmrjSEVg$a>wX>yuMMrP_%8rD{OH+Ux9y-m7x0fyH zRk&3vr0^)Dun*V27JMH=ngEfM#0<#IJiLD4?4uhO|8esKrQw}GJP^qmM(PeJG80^^ zUDnVVQl=Q2k^1hQ+J6fYm=y)KQskw&72j_aT_S_)p1`*HfL8)3b;y1b^CiwTvSL1g zg@_|v#Y^n*Wh1>32q~cC`6Q1hC$%w=Cvh7{JmR`>=LACP7K1q2GOAgNLX|ir73w&1 z?)Lr5P~*5log=a>`iZJ9=rBlJ1=~o~cV-uz5-7=|%BtG3IiSu_JXGiT+YgR|!2UAD zGZ;X&$?K0byO=;*w2z&x?4oN4q+h2+oxd-+ZhAzk1^Cy<#CNRULnq@HpG z%fShOc+r_~B#z7)q z<}uBx-KZBw{ftSwRsh@}p8#y%F9!E_ z4)h}}&5p{597js4-rI!0wHjrw7~J1E7%qaqQL*rfUw~CQ_ckFgrct&kgGUI?2{i(> z;(D(HR%`SPftQszp9I#*05S(o7GQvIeqW!fapi=JlqB+z7%)f=F`UixD~ zAZ?qh!AWWMNOx^Sn?S^sXAl-~Ew}9I7k3W8nYLPY zwT0%wm;W^pMi+8HTV+xqt~!SzfDkS4*glyaBH1Hef`cT(IHHhU$jJF_uTY5tH^zAouI&EGW%9yndl# zDohf&FC`_^MmLs8bI}_%^sH%{s*q8~q|n+L;@tPK|acLTd2(w+t+j< ziF+R}bC=K~k1D&-W(U6&fp~b%^1g|5Q|NV^gr}POClbh$rs^XHiv2>vRVl(K+O~?6 ztf#Z&h)h3k(x7@wLQmrJV&B-NF+l3;tLbptq=50um8dxY6uK_V_w z9nz3u9j=}klLus63~0_KRJmaiBy#p8VR(xH*wo{@RyQ^6ZePlCCfr%Y5jBXpd5$Fg z-l@M1$St`^w8wKI>onWpbld=>PxVDD2&XgBJjB9t7(#zGIt@~GO7i{?rR{0U+GPy` zk9*r%>V~c+WqaRnLy$&0B=0qsXXl&}Nc+V@EFy0Ybx7PJbB12!2BQQ>907?Lp&xn; zxITF3d`(1luuWr!=>Hp#AbqN&b8jMTSQal#wQJ+9)V2`b7M18M$F`rI;!y&zu(2=Rp?kNgLdh zl*o^?#V$=hejf}zfb^fdceV^_a&HVsN`XYqc5f8B^GXpjc!5|A94AJ3og zz905IU+%i=u657ZckdmgrXq)pNsftxgoLdiFQf5Neg6Xn+RF;E;-7vgWS(F>Pfb@F zPakuLHIk&2tA#ahCzs;J z(|o3hW{_ctM~B8pB+^c#Tb*aYm0H(_;C8-Y3ge4O=}LQsjx|~7@V|?;!M4x$&(Dvi z!Iecw59DmF0yIbybP~0>^#2cRnTGzkOslO`cyGR;k$W$yw{8wQt~KafsG|LBibqKx zu0m9V*=6SFc-Yh;VC>daGgCn?{pE{AFc5TdXQ~{h`qOX&_WXDvF;;F2bZ%;OYFh9g z`{bcoBd~O0e}mdP|NO~PN>8J`$^2f?Id<8j-S{*(0P6C)XyG5TTYBt=`cog1HfJUD zr{ug&Q

=grOc>}TWOU+G~bcBm7gq0KY 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 literal 0 HcmV?d00001 diff --git a/fonts/open-sans/LICENSE.txt b/fonts/open-sans/LICENSE.txt new file mode 100644 index 0000000..75b5248 --- /dev/null +++ b/fonts/open-sans/LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/fonts/open-sans/OpenSans-Bold.ttf b/fonts/open-sans/OpenSans-Bold.ttf new file mode 100644 index 0000000000000000000000000000000000000000..fd79d43bea0293ac1b20e8aca1142627983d2c07 GIT binary patch literal 224592 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 literal 0 HcmV?d00001 diff --git a/fonts/open-sans/OpenSans-BoldItalic.ttf b/fonts/open-sans/OpenSans-BoldItalic.ttf new file mode 100644 index 0000000000000000000000000000000000000000..9bc800958a421d937fc392e00beaef4eea76dc71 GIT binary patch literal 213292 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